* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	border: 0;
	vertical-align: baseline;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	background: #f4f4ef;
	color: #676767;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.2em;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	color: #222;
}

h1 {
	margin-top: 0.5em;
	font-size: 1.4em;
}

h2 {
	margin-top: 0.5em;
	font-size: 1.5em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h6 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h3,
h4,
h5 {
	margin-top: 0.4em;
}

a,
a:hover,
a:active,
a:focus {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	border: 0;
	outline: 0;
}

a {
	color: #dc5431;
	transition: color 0.4s ease;
}

a:hover {
	color: #222;
}

a:active,
li a.active {
	color: #dc5431;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

abbr {
	cursor: help;
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

b,
strong {
	font-weight: bold;
	/*color: #222;*/
}

i,
dfn,
cite {
	font-style: italic;
}

em {
	font-size: normal;
	color: #dc5431;
}
.italic{
	font-style: italic;
}

mark,
ins {
	padding: 0 4px;
	background: #dc5431;
	color: #fff;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

small {
	font-size: 80%;
}

big {
	font-size: 125%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

tt,
var {
	font-family: monospace, monospace;
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
}

blockquote,
q {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

[dir="rtl"] blockquote {
	margin: 10px 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

blockquote:before,
q:before {
	content: "\f10d";
	margin-right: 8px;
	font-family: "FontAwesome";
	font-size: 1.4em;
	color: #1b2124;
}

[dir="rtl"] blockquote:before {
	content: "\f10d";
	margin-right: 0;
	margin-left: 0.2em;
	font-family: "FontAwesome";
	font-size: 1.4em;
	color: #1b2124;
}

blockquote>p:first-child {
	display: inline;
}

blockquote> :last-child {
	margin-bottom: 0;
}

pre {
	overflow: auto;
}

kbd {
	padding: 4px 10px;
	font-family: monospace, monospace;
	font-size: 1em;
	background: #f7f7f7;
}

pre,
samp {
	margin: 6px 0 10px 0;
	padding: 4px 10px;
	font-family: monospace, monospace;
	font-size: 1em;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

code {
	padding: 2px 10px;
	font-family: monospace, monospace;
	font-size: 1em;
	background: #fff;
}

.backtrace {
	background: #222;
}

address {
	margin: 0 0 1.75em;
	font-style: italic;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 400;
	color: #111111;
}

dd {
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0.25em 1em;
}

[dir="rtl"] ul,
[dir="rtl"] ol {
	padding: 0 1em 0.25em 0;
}

ol ol,
ul ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}

[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
	padding: 0 1em 0.25em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

li {
	padding: 4px 0;
}

.node-content li {
	padding: 6px 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.6;
	color: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
	border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: 0.7;
	cursor: not-allowed;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

input {
	line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc7c2;
	border-radius: 4px;
	-webkit-transition: border 0.5s linear;
	-moz-transition: border 0.5s linear;
	transition: border 0.5s linear;
}

textarea {
	width: 100%;
	padding: 9px;
	border: 1px solid #ccc7c2;
	border-radius: 4px;
	overflow: auto;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	transition: border 0.3s linear;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #dc5431;
	outline: 0;
}

input[type="submit"],
input[type="button"],
button {
	padding: 6px 10px;
	background-color: #dc5431;
	color: #fff;
	border: 0;
	border-radius: 2px;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background-color: #222;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 0.35em 0.5em 0.5em 0;
	border: 1px solid #c0c0c0;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	border: 0;
	box-sizing: border-box;
	white-space: normal;
}

optgroup {
	font-weight: bold;
}

select {
	padding: 4px 0;
}

form label {
	display: table;
	font-weight: bold;
}

label[for] {
	cursor: pointer;
}

.page-content input[type="text"],
.page-content input[type="password"],
.page-content input[type="search"] {
	padding: 9px 6px;
	outline: 0;
}

.form-item {
	margin-bottom: 1em;
}

.form-required:after {
	content: "\f069";
	display: inline-block;
	padding-left: 4px;
	font-family: "FontAwesome";
	font-size: 0.5em;
	color: #dc5431;
	vertical-align: super;
}

.form-item label {
	display: block;
}

label.option {
	display: inline;
	font-weight: normal;
}

::-webkit-input-placeholder {
	color: #8a8a8a;
}

:-moz-placeholder {
	color: #8a8a8a;
}

::-moz-placeholder {
	color: #8a8a8a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #8a8a8a;
}

/*table {
	width: 100%;
	margin-bottom: 1.2em;
	border-spacing: 0;
	border-collapse: collapse;
}

th,
tr,
td {
	vertical-align: middle;
}

th {
	margin: 0;
	padding: 10px;
	font-family: "Poppins", sans-serif;
	background: #816b57;
	color: #f4e1c6;
	border: 0px solid #000000;
	text-align: left;
	text-shadow: none;
}

td {
	padding: 5px 10px;
	border: 0px solid #fff;
}

td:nth-child(even) {
	background-color: #d7c2a4;
	padding: 5px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td:nth-child(odd) {
	background-color: #e3cfb3;
	padding: 5px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
*/
img,
img a {
	max-width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
	border: 0;
}

figcaption {
	padding: 4px;
	font-size: 0.8em;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
}

.align-left,
img.align-left,
figure.align-left {
	float: left;
	margin: 20px 20px 20px 0;
}

.align-right,
img.align-right,
figure.align-right {
	float: right;
	margin: 20px 0 20px 20px;
}

.align-center,
img.align-center,
figure.align-center {
	display: block;
	clear: both;
	margin: 20px auto;
}

figure.align-center {
	display: table;
}

figure.align-center img {
	display: block;
	clear: both;
	margin: 0 auto;
}

.image-field {
	margin: 0 0 1em 0;
}

.feed-icon {
	display: block;
	visibility: hidden;
}

hr {
	clear: both;
	height: 2px;
	margin: 8px 0;
	background: #c9c6c2;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

details {
	display: block;
}

summary {
	padding: 0.5em;
	background: #e4e4dd;
	text-shadow: 1px 1px #fff;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #dc5431;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #dc5431;
	color: #fff;
	text-shadow: none;
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes slideUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-moz-keyframes slideUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-o-keyframes slideUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}

@-webkit-keyframes slideDown {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-moz-keyframes slideDown {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-o-keyframes slideDown {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/themes/tarapro/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav,
.owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'],
.owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover,
.owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled,
.owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots,
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot,
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span,
.owl-dots .owl-dot span {
	width: 10px;
	height: 5px;
	margin: 0 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #dc5431;
	width: 18px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	background: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.owl-nav button:focus {
	outline: 0;
}

#slider {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	background: #f4f4ef;
}

.home-slider {
	position: relative;
	width: 100%;
}

.owl-stage-outer {
	height: calc(100vh - 22px);
}

.slider-item {
	position: relative;
	display: flex;
	height: calc(100vh - 22px);
	width: 100%;
}

.slider-img {
	flex-basis: 100%;
	width: 100%;
	height: calc(100vh - 22px);
}

.slider-text-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: calc(100vh - 22px);
	justify-content: flex-start;
	align-items: center;
}

.layer1,
.layer2,
.layer3,
.layer4,
.layer5,
.layer6 {
	color: #fff;
	visibility: visible;
	opacity: 0;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
}

.active .layer1,
.active .layer2,
.active .layer3,
.active .layer4,
.active .layer5,
.active .layer6 {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.layer1,
.layer4 {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.active .layer1 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}

.active .layer4 {
	-webkit-transition-delay: 5s;
	-moz-transition-delay: 5s;
	transition-delay: 5s;
}

.layer3 {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.active .layer3 {
	-webkit-transition-delay: 4s;
	-moz-transition-delay: 4s;
	transition-delay: 4s;
}

.layer2,
.layer5 {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.active .layer2 {
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
	transition-delay: 3s;
}

.active .layer5 {
	-webkit-transition-delay: 6s;
	-moz-transition-delay: 6s;
	transition-delay: 6s;
}

.home-slider h1,
.home-slider h2,
.home-slider h3,
.home-slider h4 {
	margin: 0;
	line-height: 1.6;
	color: #fff;
}

.home-slider h1 {
	font-size: 2.6em;
}

.home-slider h2 {
	font-size: 2em;
}

.home-slider h3 {
	font-size: 1.4em;
}

.home-slider h4 {
	font-size: 1.2em;
}

.home-slider h1 em,
.home-slider h2 em,
.home-slider h3 em,
.home-slider h4 em {
	padding: 0 10px;
	font-style: normal;
	background: #dc5431;
	color: #fff;
}

.home-slider p {
	width: 60%;
	margin: 20px 0;
	font-size: 1.2em;
}

.home-slider p em {
	padding: 0 10px;
	font-style: normal;
	background: #fff;
	color: #222;
}

.home-slider a.button {
	padding: 10px 20px;
	background: #dc5431;
	color: #fff;
}

.home-slider .owl-item {
	position: relative;
}

.home-slider .owl-item a.button:hover,
.home-slider a.button:hover {
	background: #222;
}

.home-slider .owl-dots {
	position: relative;
	z-index: 15;
	text-align: center;
}

.text_left,
.text-left {
	text-align: left;
}

.text_right,
.text-right {
	text-align: right;
}

.text_center,
.text-center {
	text-align: center;
}

.size-2x {
	font-size: 2em;
}

.size-3x {
	font-size: 3em;
}

.size-4x {
	font-size: 4em;
}

.size-5x {
	font-size: 5em;
}

.size-6x {
	font-size: 6em;
}

.size-7x {
	font-size: 7em;
}

.size-8x {
	font-size: 8em;
}

.theme-color {
	color: #dc5431;
}

.theme-bg {
	background: #dc5431;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.button,
a.button,
.button-dark,
a.button-dark,
.button-round,
a.button-round,
.button-outline,
a.button-outline {
	position: relative;
	display: inline-block;
	padding: 7px 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button,
a.button,
.button-round,
a.button-round,
.button-round[disabled] {
	background: #dc5431;
	color: #fff;
}

.button:hover,
a.button:hover,
.button-round:hover,
a.button-round:hover,
.button-round[disabled]:hover,
.button-dark,
a.button-dark,
.button-dark[disabled] {
	background: #222222;
	color: #ffffff;
}

.button-dark:hover,
a.button-dark:hover {
	background: #dc5431;
}

.button-round,
a.button-round,
.button-round[disabled] {
	border-radius: 30px;
}

.button-outline,
a.button-outline,
.button-outline[disabled] {
	background: transparent;
	color: #222;
	border: 2px solid #dc5431;
}

.button-outline:hover,
a.button-outline:hover {
	background: transparent;
	border: 2px solid #222;
	color: #dc5431;
}

.button-animate,
a.button-animate,
.button-animate[disabled],
.button-animate:hover,
a.button-animate:hover,
.button-animate[disabled]:hover {
	position: relative;
	background: transparent;
	color: #222;
	border: 0;
	padding: 10px 20px 10px 0;
}

.button-animate::after,
a.button-animate::after,
.button-animate[disabled]::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #dc5431;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-animate:hover::after,
a.button-animate:hover::after,
.button-animate[disabled]:hover::after {
	width: 100%;
}

.round {
	border-radius: 30px;
}

.button.dark {
	background: #222222;
}

.button.dark:hover {
	background: #dc5431;
}

.one_half,
.one_three,
.one_four,
.one-half,
.one-three,
.one-four,
.two_three,
.two-three {
	position: relative;
	float: left;
	margin: 0;
	padding: 20px 15px;
}

.full {
	position: relative;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0;
	clear: both;
}

.one_half,
.one-half {
	width: 50%;
}

.one_three,
.one-three {
	width: 33.3%;
}

.one_four,
.one-four {
	width: 25%;
}

.one_four_first {
	width: 25%;
	margin: 0;
	padding: 10px 2%;
}

.one_four_last,
.one-four-last {
	width: 25%;
	margin: 0;
	padding: 10px 0 10px 2%;
}

.two_three,
.two-three {
	width: 66.6%;
}

.last {
	padding-right: 0;
}

.dropcap:first-letter {
	float: left;
	background: #dc5431;
	color: #fff;
	font-size: 1.6em;
	line-height: 1;
	padding: 8px 18px;
	margin: 0 6px 0 0;
}

.pricing {
	position: relative;
}

.plan-name {
	background: #dc5431;
	color: #fff;
	text-align: center;
	padding: 14px 0;
}

.plan-price {
	text-align: center;
	color: #222;
	background: #ddd;
	font-size: 1.6em;
}

ul.plan-details {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.plan-details li {
	border-top: 1px solid #ddd;
}

.box {
	position: relative;
	background: #fff;
	border: 1px solid #dcd9d6;
	box-shadow: 2px 4px 2px #c7c2b7;
}

.box i {
	color: #dc5431;
	transition: all 0.8s ease;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/themes/tarapro/images/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
}

.share-node {
	position: relative;
	width: 100%;
	border: 2px solid #fff;
	padding: 10px;
	margin: 20px 0;
	border-radius: 4px;
}

h3.share-node-title {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
}

.share-node-title i {
	color: #dc5431;
}

.scrolltop {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	right: 10px;
	bottom: 10px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #222;
	color: #fff;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.scrolltop i {
	font-size: 1.6em;
}

.scrolltop:hover {
	background: #dc5431;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #dc5431;
	color: #fff;
	padding: 10px 0;
	margin: 0 !important;
	text-align: center;
	opacity: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}

.cookiealert p {
	margin: 0;
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert button {
	background: #111;
	border:  2px solid white;
}

.accordion,
.toggle {
	position: relative;
}

.accordion-title,
.toggle-title {
	display: block;
	color: #222222;
	background: #ffffff;
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #c9c6c2;
	cursor: pointer;
}

.accordion-title::before,
.toggle-title::before {
	content: '+';
	display: inline-block;
	color: #dc5431;
	width: 34px;
	text-align: center;
}

.accordion-content,
.toggle-content {
	padding: 10px 5px;
	margin: 0;
}

.active-toggle,
.active-accordion {
	color: #dc5431;
}

.active-toggle::before,
.active-accordion::before {
	content: '-';
}

ul.tabs {
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	display: inline-block;
}

ul.tabs li a {
	padding: 6px 20px;
}

.active-tab a {
	color: #222222;
}

.active-tab a {
	border-top: 3px solid #dc5431;
	border-bottom: 3px solid #dc5431;
}

.tab-content {
	display: none;
	margin-top: 2px;
	padding: 14px;
	border: 2px solid #c9c6c2;
	border-top: 1px solid #c9c6c2;
}

.active-tab-content {
	display: block;
}

.line,
.line-double,
.line-dash,
.line-dot {
	position: relative;
	width: 100%;
	margin: 20px 0;
	clear: both;
	display: table;
	height: 8px;
}

.line {
	border-top: 2px solid #c9c6c2;
}

.line-double {
	border-top: 4px double #c9c6c2;
}

.line-dash {
	border-top: 1px dashed #c9c6c2;
	border-bottom: 1px dashed #c9c6c2;
}

.line-dot {
	border-top: 2px dotted #c9c6c2;
	border-bottom: 2px dotted #c9c6c2;
}

.call-to-action {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 30px;
	margin: 10px 0 20px 0;
	border: 4px solid #fff;
}

.call-to-action .one-half,
.call-to-action .one-three,
.call-to-action .two-three,
.call-to-action .one-four {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.clients.owl-carousel .owl-stage {
	display: flex;
}

.clients.owl-carousel .owl-item {
	display: flex;
	align-items: center;
}

.clients.owl-carousel .owl-item img,
.gallery-slider.owl-carousel .owl-item img {
	width: auto;
}

.testimonials {}

.testimonials .item {
	position: relative;
	background: #fff;
	border: 1px solid #c9c6c2;
	border-radius: 6px;
	padding: 30px;
	text-align: center;
	line-height: 1.8;
}

.testimonials .item::before {
	position: absolute;
	left: 5px;
	top: 10px;
	content: '\f10d';
	font-family: "FontAwesome";
	color: #b9b9b9;
	font-size: 2em;
	transition: all 0.5s ease;
}

.testimonials .item .name {
	color: #2c2c2c;
	font-family: 'Roboto', sans-serif;
}

.testimonials .item .firm {
	color: #b9b9b9;
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s ease;
}

.testimonials .item:hover::before,
.testimonials .item:hover .firm {
	color: #dc5431;
}

.banner {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.banner img {
	position: relative;
}

.banner .banner-message {
	position: absolute;
	display: table;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
}

.text-box {
	position: relative;
	width: 100%;
	padding: 30px;
	border: 1px solid #c9c6c2;
	box-shadow: 2px 2px 2px #a1a1a1;
}

.icon-box,
.icon-box2 {
	position: relative;
	background: #eaeae2;
}

.icon-box i,
.icon-box2 .icon i {
	font-size: 2.6em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.icon-box:hover i,
.icon-box2:hover .icon i {
	color: #dc5431;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.icon-box {
	text-align: center;
	padding: 50px 30px 30px 30px;
}

.icon-box i {
	display: block;
	margin-bottom: 30px;
}

.icon-box2 {
	padding: 30px 20px;
}

.icon-box2 .icon {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.icon-box2 .box-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.popup-content {
	display: none;
}

.popup-content.active {
	display: block;
	background: #ddd;
	z-index: 99;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 2px #969696;
}

.dark {
	background: #404040;
	color: #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.theme h1,
.theme h2,
.theme h3,
.theme h4,
.theme h5,
.theme h6 {
	color: #ffffff;
}

.dark a,
.theme a {
	color: #ffffff;
	border-bottom: 1px dashed #000;
}

.dark .button,
.dark a.button {
	border: none;
}

.theme {
	background: #dc5431;
	color: #fff;
}

.theme .button,
.theme a.button {
	border: none;
	background: #222;
}

.theme .button:hover,
.theme a.button:hover {
	background: #fff;
	color: #dc5431;
}

@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(fonts/open-sans.woff2) format('woff2'), url(fonts/open-sans.woff) format('woff') url(fonts/open-sans.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(fonts/roboto.woff2) format('woff2'), url(fonts/roboto.woff) format('woff'), url(fonts/roboto.ttf) format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins'), local('Poppins'), url(fonts/poppins.woff2) format('woff2'), url(fonts/poppins.woff) format('woff'), url(fonts/poppins.ttf) format('truetype');
}

.views-view-grid .views-col {
	padding: 5px;
}

.views-view-grid .views-field-title {
	padding: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 1.2em;
	background: #ccc;
	border: 2px solid #fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-align: center;
}

.views-view-grid .views-field-title:hover {
	background: #fff;
	border: 2px solid #ccc;
}

.views-view-grid .views-field-title a {
	color: #222;
}

.field field--name-body field--type-text-with-summary field--label-hidden field-item quickedit-field .p {
	border: 3px solid #d7c2a4;
	box-shadow: inset 0px 0px 2px #888, 0px 0px 2px #888;
	padding: 0px 15px 0px 15px;
}

.comment-edit li {
	padding: 5px;
}

.page-wrapper {
	position: relative;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}

.main-wrapper {
	position: relative;
	padding: 20px 0 50px 0;
	background: #f4f4ef;
	z-index: 2;
}

#homepage-content-wrapper {
	position: relative;
	padding: 20px 0 50px 0;
	background: #f4f4ef;
	z-index: 2;
}
#main {
	position: relative;
	width: 75%;
	float: left;
	margin: 0;
	padding: 0;
	background: #f4f4ef;
	z-index: 2;
}
@media screen and (max-width: 767px) {
#main {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f4f4ef;
	z-index: 2;
}
}

.no-sidebar #main {
	float: none;
	width: 100%;
}

.two-sidebar #main {
	float: left;
	width: 50%;
	margin: 0 0 0 25%;
}

.sidebar-left #main {
	float: right;
	width: 75%;
	margin: 0;
}

.sidebar-right #main {
	float: left;
	width: 75%;
	margin: 0;
}

.header-top {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #e4e4dd;
	z-index: 5;
}

.header-top-container {
	/*float: right;*/
	display: flex;
	padding: 5px 0;
	justify-content: space-between;
	align-items: center;
}

.header-top-left,
.header-top-right {
	position: relative;
	margin: 0;
	padding: 0;
}

.header-top-left i {
	width: 36px;
	height: 36px;
	background: #c4bdb5;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
	o-transition: background 0.3s ease;
}

.header-top-left i:hover {
	background: #dc5431;
}

ul.social-icons {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.social-icons li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer ul.social-icons li {
	padding: 0;
	border: 0;
}

ul.social-icons li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #c4bdb5;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	transition: background 0.4s ease;
	o-transition: background 0.4s ease;
}

.social-icons li a {
	color: #fff;
}

ul.social-icons li a:hover {
	background: #a9694f;
	color: #fff;
}

.header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #a9694f;
	z-index: 5;
}

.header-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
}

.site-branding {
	position: relative;
	width: 45%;
}

.site-branding img {
	width: auto;
	max-height: 95px;
}

.site-name {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 1.8em;
	line-height: 1;
	color: #222;
	text-transform: uppercase;
}

.site-name a,
.site-name a:hover {
	color: #222;
}

.site-slogan {
	font-size: 0.9em;
}

.header-right {
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-menu {
	display: none;
}

.close-mobile-menu {
	display: none;
	width: 34px;
	height: 34px;
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	color: #fff;
	border: 2px solid #dc5431;
	border-radius: 50%;
	z-index: 200;
	cursor: pointer;
}

.primary-menu-wrapper {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.menu-wrap {
	position: relative;
}

ul.main-menu {
	position: relative;
	margin: 0;
	padding-right: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
	list-style: none;
	list-style-type: none;
	text-transform: none;
}

ul.main-menu>li a {
	color: #212121;
	text-decoration: none;
}

ul.main-menu li {
	position: relative;
	display: inline-block;
	padding: 0;
}

ul.main-menu>li {
	display: inline-block;
	line-height: 1;
}

ul.main-menu>li>a {
	display: block;
	margin: 0;
	padding: 16px 14px;
}

ul.main-menu>li a:hover {
	background: #000;
	color: #fff;
}

ul.main-menu ul.submenu {
	position: absolute;
	display: none;
	top: 48px;
	margin: 0;
	padding: 0;
	z-index: 10;
	opacity: 0;
}

ul.main-menu ul.submenu li {
	display: block;
	line-height: 1.6;
	width: 160px;
	padding: 4px 4px 4px 10px;
	font-size: 0.8em;
	background: #222;
	border-top: 1px solid #494949;
	text-align: left;
}

ul.main-menu ul.submenu li a {
	display: inline-block;
	color: #fff;
	padding: 6px 0;
}

li.expanded:hover ul.submenu,
li.collapsed:hover ul.submenu {
	display: block;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	-o-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;
}

.active-menu li.expanded:hover ul.submenu,
.active-menu li.collapsed:hover ul.submenu {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

ul.main-menu li:hover>a {
	background: #000;
	color: #fff;
}

ul.main-menu ul.submenu ul.submenu {
	position: absolute;
	display: none;
	top: 0;
	left: 160px;
	margin: 0;
	padding: 0;
	z-index: 10;
	opacity: 0;
}

ul.main-menu ul.submenu ul.submenu li {
	display: block;
	font-size: inherit;
	width: 160px;
	padding: 4px 4px 4px 10px;
	background: #222;
	border-top: 1px solid #494949;
	text-align: left;
}

ul.main-menu ul.submenu ul.submenu li a {
	display: inline-block;
	padding: 6px 0;
	color: #fff;
}

.main-menu ul.submenu li.expanded::after {
	content: '+';
	color: #fff;
}

ul.submenu li.expanded:hover ul.submenu,
ul.submenu li.collapsed:hover ul.submenu {
	display: block;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	-o-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;
}

ul.submenu .active-menu li.expanded:hover ul.submenu,
ul.submenu .active-menu li.collapsed:hover ul.submenu {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.full-page-search {
	position: relative;
}

.search-icon {
	position: relative;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #b4b4b4;
	cursor: pointer;
}

.search-icon i {
	font-size: 1.2em;
	color: #dc5431;
}

.search-box {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 20;
}

.search-box-content {
	position: relative;
	top: 40%;
	width: 60%;
	margin: 0 auto;
	-webkit-animation: slideDown 0.5s linear forwards;
	-moz-animation: slideDown 0.5s linear forwards;
	-o-animation: slideDown 0.5s linear forwards;
	animation: slideDown 0.5s linear forwards;
	text-align: center;
}

.search-box-content .block-title {
	color: #fff;
}

.search-box-content form label {
	display: none;
}

.search-box-content input[type="search"] {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 30px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	border: 1px solid #4d4a4a;
	border-radius: 6px;
	outline: 0;
}

.search-box-content input[type="submit"] {
	padding: 20px 40px;
	text-transform: uppercase;
}

.search-box-content input[type="submit"]:hover {
	background: #000;
}

.search-box-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer;
}

.search-box-close i {
	padding: 1em;
	font-size: 3em;
	color: #fff;
}

.page-title-wrap {
	position: relative;
	width: 100%;
	margin: 0 0 14px 0;
	padding: 20px 10px 20px 32px;
}

.page-title-wrap::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e4e4dd;
	z-index: -1;
	-webkit-transform: skew(-15deg, 0deg);
	-moz-transform: skew(-15deg, 0deg);
	-ms-transform: skew(-15deg, 0deg);
	transform: skew(-15deg, 0deg);
	transform-origin: bottom left;
	-webkit-box-shadow: 2px 2px 2px #9c9c9c;
	-moz-box-shadow: 2px 2px 2px #9c9c9c;
	box-shadow: 2px 2px 2px #9c9c9c;
}

.page-title-wrap h1.page-title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 2em;
	color: #111111;
	text-shadow: 1px 1px #ffffff;
}

ul.page-tabs {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #d1cdc3;
	list-style: none;
}

ul.page-tabs li {
	display: inline-block;
}

ul.page-tabs li a {
	padding: 4px 10px;
	background: #e2dfd8;
	color: #111111;
	transition: all 0.3s ease;
	text-shadow: 1px 1px #ffffff;
}

.active-page-tab a,
ul.page-tabs li a:hover {
	background: #d1cdc3;
}

.node,
.node-promoted,
.node-sticky {
	position: relative;
}

.node-view-mode-teaser.node-sticky {
	position: relative;
	padding: 0 1em 1em 1em;
	background: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
}

.node-unpublished {
	position: relative;
}

.node-view-mode-teaser {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.node-view-mode-full {
	position: relative;
}

.node-view-mode-full .node-taxonomy-container {
	margin-bottom: 14px;
}

.node-header {
	position: relative;
}

.author-picture {
	float: left;
}

.author-picture img {
	width: auto;
	height: 30px;
	margin-right: 6px;
}

.node-submitted-details {
	margin: 0 0 8px 0;
	padding: 4px 0;
	color: #96918b;
	border-bottom: 2px solid #d7c2a4;
}

.node-submitted-details i {
	color: #96918b;
}

.node-submitted-details a {
	color: #96918b;
}

.node-submitted-details i.fa-calendar,
.node-submitted-details i.fa-th-large {
	margin-left: 14px;
}

.node-taxonomy-container,
.node-links-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 5px 0 5px 0;
	border-top: 2px solid #d7c2a4;
}

.node-links-container {
	border-bottom: 2px solid #d7c2a4;
}

h3.term-title {
	margin: 0;
	font-size: 1.2em;
	line-height: 1;
}

.term-title i {
	font-size: 1.1em;
	color: #432b1b;
}

ul.taxonomy-terms {
	margin: 1em 0 0.2em 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

li.taxonomy-term {
	display: inline-block;
}

li.taxonomy-term a {
	padding: 4px 12px;
	border: 2px solid #432b1b;
	border-radius: 2px;
	transition: all 0.4s ease;
}

li.taxonomy-term a:hover {
	background: #f4e1c6;
	color: #000;
}

.node-links-container ul.links {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

ul.inline,
ul.links.inline {
	display: inline;
	padding-left: 0;
}

ul.inline li {
	position: relative;
	display: inline-block;
	padding: 0;
	list-style-type: none;
}

.node-links-container li {
	margin-right: 20px;
	float: left;
}

.node-links-container li.node-readmore {
	margin: 0;
	float: right;
}

.node-links-container .comment-comments::before {
	font-family: "FontAwesome";
	content: '\f0e6';
	padding-right: 4px;
}

.node-links-container .comment-add::before {
	font-family: "FontAwesome";
	content: '\f27b';
	padding-right: 4px;
}

.node-readmore {
	float: left;
	background: #432b1b;
	color: #f4e1c6;
	border-radius: 2px;
}

li.node-readmore a {
	padding: 6px 12px;
	background: #432b1b;
	color: #f4e1c6;
	border-radius: 2px;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

li.node-readmore a:hover {
	background: #432b1b;
	color: #f4e1c6;
	border-radius: 2px;
}

li.node-readmore a::after {
	content: "\f178";
	padding-left: 10px;
	font-family: "FontAwesome";
}

.node-view-mode-teaser li.comment-add,
.node-view-mode-teaser li.comment-forbidden {
	text-align: right;
}

nav.pager {
	position: relative;
}

.pager ul.pager__items {
	position: relative;
	margin: 0;
	padding: 1em 0;
	list-style: none;
	list-style-type: none;
}

.pager__items {
	clear: both;
	text-align: center;
}

.pager__item {
	display: inline-block;
}

.pager__item a {
	padding: 8px 14px;
	border: 3px solid #fff;
	border-radius: 3px;
}

.pager__item a:hover,
.pager__item.is-active a {
	background: #dc5431;
	color: #fff;
}

.sidebar {
	position: relative;
	width: 25%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#sidebar-left {
	float: left;
	padding: 0 2% 0 0;
}

#sidebar-right {
	float: right;
	padding: 0 0 0 0%;
	text-align: center;
	margin: 10px -6px;
	border: 3px solid #d7c2a4;
	background-color: #f3ddbf;
	border-radius: 5px;
	box-shadow: inset 0px 0px 2px #888, 0px 0px 2px #888;
}

.two-sidebar #sidebar-left {
	float: left;
	clear: none;
	margin: 0 0 0 -75%;
}

.sidebar .block {
	margin-bottom: 20px;
	padding: 15px 10px;
	background: #edede8;
	border: 3px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px #c6c6c6;
	-moz-box-shadow: 2px 2px 2px #c6c6c6;
	box-shadow: 2px 2px 2px #c6c6c6;
}

.sidebar h3.block-title {
	margin: 0.2em 0;
	padding-left: 6px;
	font-size: 1.2em;
	font-weight: 400;
	border-left: 2px solid #dc5431;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.sidebar li {
	padding: 6px 0;
	border-bottom: 2px solid #fff;
	-webkit-transition: padding 0.5s ease;
	transition: padding 0.5s ease;
}

.sidebar li:last-child {
	border: 0;
}

.sidebar li:hover {
	padding: 6px 0 6px 6px;
}

.sidebar #search-block-form {
	display: table;
	width: 100%;
	border: 4px solid #fff;
}

.sidebar #search-block-form .form-item,
.sidebar #search-block-form .form-actions {
	display: table-cell;
	vertical-align: middle;
}

.sidebar #search-block-form input {
	width: 100%;
	padding: 6px;
	border: 0;
	outline: 0;
}

.sidebar #search-block-form input:focus {
	outline: 0;
}

.sidebar #search-block-form input[type="submit"] {
	font-size: 0.8em;
	border-radius: 4px;
}

.sliding-panel-icon {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #b4b4b4;
	cursor: pointer;
}

.sliding-panel-icon i {
	font-size: 1.2em;
	color: #dc5431;
	cursor: pointer;
}

.sliding-sidebar {
	position: relative;
	visibility: hidden;
	z-index: 101;
	transition: visibility 0s 0.4s;
}

.sliding-sidebar.animated-panel-is-visible {
	visibility: visible;
	transition: visibility 0s 0s;
}

.sliding-sidebar-container {
	position: fixed;
	top: 0;
	width: 90%;
	max-width: 360px;
	height: 100%;
	padding: 16px 20px;
	background: #bfa885;
	color: #000;
	overflow-x: auto;
	transition: transform 0.4s 0s;
	box-shadow: inset 0px 0px 2px #888, 0px 0px 2px #888;
}

.animated-panel-from-right .sliding-sidebar-container {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

.animated-panel-from-left .sliding-sidebar-container {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.animated-panel-is-visible .sliding-sidebar-container {
	transition-delay: 0s;
	transform: translate3d(0, 0, 0);
}

.close-animated-sidebar {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	text-align: center;
}

.close-animated-sidebar i {
	font-size: 2em;
	cursor: pointer;
}

.sliding-sidebar .block-title {
	position: relative;
	padding: 0 0 8px 0;
	color: #fff;
	text-align: center;
}

.sliding-sidebar h3.block-title {
	font-size: 1.2em;
}

.sliding-sidebar .block-title::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	margin: 0 auto;
	margin: 0 auto;
	background: #dc5431;
}

.sliding-sidebar a {
	color: #fff;
	border-bottom: 1px dotted #a9a9a9;
	transition: all 0.4s ease;
}

.sliding-sidebar a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#last-section {
	position: relative;
	visibility: hidden;
	width: 100%;
	min-height: 1px;
	z-index: 12;
}

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #432b1b;
	z-index: 1;
}

.footer {
	position: relative;
}

#footer-top {
	position: relative;
	width: 100%;
	padding: 1em 0;
}

.footer-blocks {
	position: relative;
	display: flex;
	padding: 1em 0;
	flex-wrap: wrap;
}

.footer-block {
	flex: 1 1 25%;
	padding-right: 1%
}

.footer-block-last {
	padding: 0;
}

.footer .block-title {
	position: relative;
	padding-left: 8px;
	border-left: 2px solid #dc5431;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.footer li {
	padding: 4px 0;
	border-bottom: 1px solid #bbb0a1;
	transition: padding 0.5s ease;
}

.footer li:last-child {
	border-bottom: 0;
}

.footer li:hover {
	padding: 4px 0 4px 6px;
}

.footer-bottom-middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0;
}

.footer-bottom {
	position: relative;
	padding: 1em 0;
}

#breadcrumb {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #e4e4dd;
	z-index: 3;
	-webkit-box-shadow: 0 1px 1px #b9ad8c;
	-moz-box-shadow: 0 1px 1px #b9ad8c;
	box-shadow: 0 1px 1px #b9ad8c;
}

ol.breadcrumb-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.breadcrumb-items li {
	display: inline;
	padding: 0;
}

.breadcrumb-item-seperator {
	margin: 0 10px;
}

#highlighted {
	position: relative;
	background: #f4f4ef;
	z-index: 2;
}

#highlighted .block {
	margin: 0 0 6px 0;
	padding: 6px 0;
}

#content-top {
	position: relative;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	background: #f4f4ef;
}

#content-bottom {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 1em 0;
	background: #f4f4ef;
}

#content-top .block,
#content-bottom .block {
	margin: 0 0 1em 0;
}

#node-comment {
	position: relative;
	margin-top: 30px;
	border-top: 3px double #bbb;
	padding-top: 8px;
}

#node-comment i {
	color: #dc5431;
}

.comment-form-wrap {
	position: relative;
	margin: 10px 0;
	padding: 20px;
	background: #ebebeb;
	border: 2px solid #fff;
}

h2.add-comment-title {
	border-bottom: 2px solid #fff;
}

.filter-wrapper {
	font-size: 0.9em;
	border: 2px solid #fff;
}

.filter-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.filter-wrapper ul li {
	padding: 6px 0;
	border-bottom: 1px solid #fff;
}

.filter-wrapper ul li:last-child {
	border: 0;
}

.single-comment {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 14px;
	padding: 10px 0;
	border: 2px solid #d7c2a4;
	border-radius: 6px;
}

.comment-user-picture,
.single-comment-content {
	position: relative;
	display: table-cell;
	padding: 0 10px;
	vertical-align: top;
}

.comment-user-picture {
	width: 100px;
	border-right: 2px solid #d7c2a4;
}

.comment-user-picture img {
	width: 100px;
	height: auto;
	;
}

h3.single-comment-title {
	margin: 0.1em 0;
	font-size: 1.2em;
}

.single-comment-meta {
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 0.9em;
	color: #909090;
	border-bottom: 1px solid #d1d1d1;
}

.single-comment-meta a {
	color: #909090;
}

#node-comment .indented {
	margin-left: 100px;
}

.section,
.homepage-content {
	position: relative;
	z-index: 2;
}

.homepage-content-block .block {
	margin-bottom: 70px;
}

.block-title,
.title {
	position: relative;
}

.homepage-content h3.block-title,
.title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.homepage-content h3.block-title::after,
.title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background: #dc5431;
}

.welcome-message {
	text-align: center;
}

.services,
.projects {
	position: relative;
	clear: both;
	width: 100%;
}

.service {
	position: relative;
	float: left;
	width: 33.3%;
	max-width: 383px;
	padding: 2% 1%;
	background: #f3ddbf;
	border: 1px solid #d7c2a4;
	text-align: center;
	box-shadow: 2px 4px 2px #c7c2b7;
}

.service i {
	width: 100px;
	height: 100px;
	font-size: 3em;
	line-height: 96px;
	color: #dc5431;
	border: 2px solid #dc5431;
	border-radius: 50%;
	transition: all 0.8s ease;
	text-align: center;
}

.service:hover i {
	background: #dc5431;
	color: #fff;
}

.service h3 {
	margin: 0.8em 0;
}

.project {
	position: relative;
	display: block;
	float: left;
	width: 33.3%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

.project img {
	position: relative;
}

.project-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40% 10%;
	background: rgb(0, 0, 0, 0.8);
	color: #fff;
	cursor: pointer;
	text-align: center;
	opacity: 0;
}

.project:hover .project-content {
	-webkit-animation: slideUp 0.8s ease;
	-moz-animation: slideUp 0.8s ease;
	-o-animation: slideUp 0.8s ease;
	animation: slideUp 0.8s ease;
	opacity: 1;
}

.project-content h1,
.project-content h2,
.project-content h3,
.project-content h4,
.project-content h5 {
	color: #fff;
}

.project-content a,
.project-content a:hover {
	color: #fff;
}

.error-page {
	text-align: center;
}

.error-page h1 {
	margin: 0;
	font-size: 15em;
	line-height: 1.2;
}

.error-page h2 {
	margin: 0;
	font-size: 10em;
	line-height: 1.2;
}

.error-page h3 {
	margin: 0;
	font-size: 5em;
	line-height: 1.2;
}

.search-advanced summary {
	margin: 10px 0;
	cursor: pointer;
}

.search-advanced .form-details-wrapper {
	padding: 0.5em 1.4em;
	border: 1px solid #bbb;
}

.search-advanced .form-wrapper {
	padding: 0.5em 1.4em;
}

ol.search-results {
	margin: 0;
	padding: 0;
	border-top: 1px solid #bbb;
	list-style: none;
	list-style-type: none;
}

ol.search-results li {
	margin: 0 0 16px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
}

#maintenance {
	padding-top: 60px;
	text-align: center;
}

#maintenance i {
	margin: 20px 0;
	font-size: 4em;
	color: #dc5431;
}

.message,
.message-success,
.message-info,
.message-error,
.message-warning,
.message-announcement,
.message-notice {
	position: relative;
	color: #ffffff;
	text-shadow: none;
	margin: 20px 0;
	padding: 14px 14px 14px 64px;
}

.message em,
.message-success em,
.message-info em,
.message-error em,
.message-warning em,
.message-announcement em,
.message-notice em {
	color: #fff;
	font-style: italic;
	border-bottom: 1px dotted #fff;
}

.message p,
.message-success p,
.message-info p,
.message-error p,
.message-warning p,
.message-announcement p,
.message-notice p {
	margin: 0;
}

.message a,
.message-success a,
.message-info a,
.message-error a,
.message-warning a,
.message-announcement a,
.message-notice a {
	color: #ffffff;
	text-decoration: none;
}

.message-status,
.message-success {
	background: #89ad32;
}

.message-status::before,
.message-success::before {
	content: "\f046";
	background-color: #759625;
}

.message-error {
	background: #c94d1c;
}

.message-error::before {
	content: '\f06a';
	background-color: #b3461b;
}

.message-warning {
	background: #cd5a0a;
}

.message-warning::before {
	content: "\f071";
	background-color: #a44707;
}

.message-info {
	background: #5a82a1;
}

.message-info::before {
	content: "\f05a";
	background-color: #3e6584;
}

.message-announcement {
	background: #46c280;
}

.message-announcement::before {
	content: "\f0a1";
	background-color: #34a268;
}

.message-notice {
	background: #afa82e;
}

.message-notice::before {
	content: "\f0a2";
	background-color: #9b941b;
}

.message-status::before,
.message-success::before,
.message-error::before,
.message-warning::before,
.message-info::before,
.message-announcement::before,
.message-notice::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	width: 53px;
	text-align: center;
	height: 100%;
	line-height: 53px;
	font-size: 30px;
}

[dir] .field:not(:last-child) {
	margin-bottom: 36px;
}

.field__label {
	font-weight: bold;
}

[dir=ltr] .field--label-inline .field__label,
[dir=ltr] .field--label-inline .field__items {
	float: left;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field__items {
	float: right;
}

[dir=ltr] .field--label-inline .field__label,
[dir=ltr] .field--label-inline>.field__item,
[dir=ltr] .field--label-inline .field__items {
	padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline>.field__item,
[dir=rtl] .field--label-inline .field__items {
	padding-left: 0.5em;
}

.field--label-inline .field__label::after {
	content: ":";
}

.clear {
	clear: both;
	width: 100%;
}

#breadcrumb::before,
#highlighted::before,
.container::before,
#last-section::before {
	content: "";
	display: table;
	clear: both;
}

#breadcrumb::after,
#highlighted::after,
.container::after,
#last-section::after {
	content: "";
	display: table;
	clear: both;
}

#main-wrapper::before,
.full::before,
#slider::before,
.home-slider::before,
#homepage-content-wrapper::before,
#main-wrapper::after,
.full::after,
#slider::after,
.home-slider::after,
#homepage-content-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.welcome-message::before,
.services::before,
.projects::before,
.welcome-message::after,
.services::after,
.projects::after,
.homepage-content .block::before,
.homepage-content .block::after,
.node-content::before,
.node-content::after {
	content: "";
	display: table;
	clear: both;
}

.node-content {
	border: 1px solid #d7c2a4;
	background-color: #f3ddbf;
	border-radius: 5px;
	margin: 10px 0;
	box-shadow: inset 0px 0px 2px #888, 0px 0px 2px #888;
	padding: 10px;
}

.views-row {
	background-color: #f3ddbf;
	border: 3px solid #d7c2a4;
	border-radius: 5px;
	margin: 10px 0;
	box-shadow: inset 0px 0px 2px #888, 0px 0px 2px #888;
	padding: 10px;
}

.node-header::before,
.node-header::after,
.node-taxonomy-container::before,
.node-taxonomy-container::after,
.node-links-container::before,
.node-links-container::after,
nav.pager::before,
nav.pager::after {
	content: "";
	display: table;
	clear: both;
}

#node-comment::before,
#node-comment::after,
#content-top::before,
#content-top::after,
#content-bottom::before,
#content-bottom::after,
#content-top .block::before,
#content-top .block::after,
#content-bottom .block::before,
#content-bottom .block::after {
	content: "";
	display: table;
	clear: both;
}

.page-title-wrap::before,
.page-title-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.header-top-left i:hover,
ul.social-icons li a:hover,
mark,
ins,
li.node-readmore a,
.pager__item a:hover,
.pager__item.is-active a,
.home-slider h1 em,
.home-slider h2 em,
.home-slider h3 em,
.home-slider a.button,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span,
.homepage-content h3.block-title::after {
	background: #000000;
}

.plan-name,
.cookiealert,
.service:hover i,
.theme-bg,
.theme,
.title::after,
.scrolltop:hover,
.sliding-sidebar .block-title::after,
.dropcap:first-letter,
.home-slider h1 em,
.home-slider h2 em,
.home-slider h3 em,
.home-slider h4 em {
	background: #000000;
}

.button,
a.button,
.button-round,
a.button-round,
.button-round[disabled],
.button-dark:hover,
a.button-dark:hover,
.button-animate::after,
a.button-animate::after,
.button-animate[disabled]::after,
.button.dark:hover {
	background: #000000;
}

::selection {
	background: #000000;
}

::-moz-selection {
	background: #000000;
}

input[type="submit"],
input[type="button"],
button {
	background-color: #000000;
}

a,
li a.active,
em,
.sliding-panel-icon i,
.form-required:after,
.node-submitted-details i,
.term-title i,
#node-comment i,
.service i,
#maintenance i,
.theme-color,
.box i,
.share-node-title i,
.accordion-title::before,
.toggle-title::before {
	color: #000000;
}
em{
	color: inherit;
}
.button-outline:hover,
a.button-outline:hover,
.active-toggle,
.active-accordion,
.testimonials .item:hover::before,
.testimonials .item:hover .firm {
	color: #000000;
}

.icon-box:hover i,
.icon-box2:hover .icon i,
.theme .button:hover,
.theme a.button:hover,
.search-icon i {
	color: #000000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #000000;
}

.footer .block-title,
.sidebar h3.block-title {
	border-left: 2px solid #000000;
}

.close-mobile-menu,
.service i,
.button-outline,
a.button-outline,
.button-outline[disabled] {
	border: 2px solid #000000;
}

.active-tab a {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}

body {
	color: #000000;
}

.header-top,
#breadcrumb {
	background: #ccc2b6;
}

.header {
	background: #e4dcd3;
}

body,
.main-wrapper,
#main,
#homepage-content-wrapper,
#highlighted,
#content-top,
#content-bottom,
#slider {
	background: #e4dcd3;
}

.sidebar .block {
	background: #f4e1c6;
}

#footer {
	background: #ccc2b6 url(/themes/tarapro/images/footer-bg.png);
}

.header-top-left i,
ul.social-icons li a {
	background: #e76c3a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

ul.main-menu>li a {
	color: #000000;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:landscape) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media only screen and (min-width:320px) and (max-width:414px) {
	.container {
		width: 100%;
		max-width: 414px !important;
		padding: 0 6px;
	}
	.site-branding img {
		max-height: 40px;
		width: auto;
	}
	#slider,
	.owl-stage-outer {
		max-height: 240px;
	}
	.slider-item,
	.slider-img,
	.slider-text-container {
		height: 100%;
		max-height: 240px;
	}
	.home-slider p {
		font-size: 0.9em;
		margin: 8px 0;
	}
	.home-slider h1 {
		font-size: 1.3em;
	}
	.home-slider h2 {
		font-size: 1.2em;
	}
	.home-slider h3 {
		font-size: 1em;
	}
	.home-slider h4 {
		font-size: 1em;
	}
	.home-slider a.button {
		padding: 4px 10px;
	}
	.sidebar,
	#sidebar-left,
	#sidebar-right,
	.two-sidebar #sidebar-left {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media only screen and (min-width:415px) and (max-width:767px) {
	#slider,
	.owl-stage-outer {
		max-height: 320px;
	}
	.slider-item,
	.slider-img,
	.slider-text-container {
		height: 100%;
		max-height: 320px;
	}
	.home-slider h1,
	.home-slider h2,
	.home-slider h3 {
		font-size: 1.4em;
	}
	.home-slider p {
		font-size: 1em;
		display: block;
		margin-bottom: 10px;
	}
	.sidebar,
	#sidebar-left,
	#sidebar-right,
	.two-sidebar #sidebar-left {
		float: left;
		width: 50%;
		margin: 0;
		height: 100%;
	}
	#sidebar-left {
		float: left;
		padding: 0 1% 0 0;
	}
	#sidebar-right {
		float: right;
		padding: 0 0 0 1%;
	}
}

@media only screen and (max-width:500px) {
	.full,
	.one_half,
	.one_three,
	.one_four,
	.one_four_first,
	.one_four_last,
	.one-half,
	.one-three,
	.one-four,
	.one_four_first,
	.one_four_last,
	.two_three,
	.two-three {
		width: 100%;
		padding: 2% 0;
	}
	.footer-blocks {
		flex-direction: column;
	}
	.footer-block {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 1.6em;
	}
}

@media only screen and (min-width:501px) and (max-width:767px) {
	.one_four,
	.one_four_first,
	.one_four_last {
		width: 50%;
		padding: 2%;
	}
	.full,
	.two_three,
	.two-three,
	.one_half,
	.one_three {
		width: 100%;
		padding: 2%;
	}
	.footer-block {
		flex: 1 1 50%;
		width: 50%;
		max-width: 50%;
		margin-bottom: 1.6em;
	}
	.footer-block:nth-child(even) {
		padding: 0;
	}
	.footer-block {
		padding-right: 1.6em;
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 0.9em;
	}
	.header-top-container {
		flex-direction: column;
	}
	.header-top-left {
		margin-bottom: 6px;
	}
	.header-top-left i,
	ul.social-icons li {
		font-size: 0.8em;
	}
	.header-top-left i,
	ul.social-icons li a {
		width: 30px;
		height: 30px;
	}
	.header-container {
		padding: 6px 0;
	}
	.search-icon,
	.sliding-panel-icon,
	.mobile-menu {
		padding: 10px;
	}
	.search-icon i,
	.sliding-panel-icon i,
	.mobile-menu i {
		font-size: 1.2em;
	}
	.search-box-content {
		top: 30%;
		width: 90%;
	}
	.main-menu {
		display: none;
	}
	.active-menu .main-menu {
		display: block;
	}
	.mobile-menu {
		display: block;
		float: right;
	}
	.menu-wrap {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		margin-left: -1000px;
		z-index: 100;
		transition: all 0.4s ease;
	}
	.active-menu .menu-wrap {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 90%;
		max-width: 320px;
		background: rgba(0, 0, 0, 0.9);
		z-index: 100;
		margin-left: 0;
		transition: all 0.4s ease;
	}
	.active-menu .menu-wrap ul.main-menu,
	ul.main-menu {
		overflow-y: scroll;
	}
	.active-menu .menu-wrap ul.main-menu>li {
		display: block;
		float: none;
	}
	ul.main-menu {
		height: 100vh;
		overflow-y: scroll;
	}
	.active-menu .menu-wrap ul.main-menu a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.active-menu .menu-wrap .dropdown-arrow {
		position: absolute;
		right: 10px;
	}
	.active-menu ul.main-menu ul.submenu {
		position: relative;
		display: block;
		opacity: 1;
		top: 0;
	}
	.active-menu ul.main-menu ul.submenu::before,
	.active-menu ul.main-menu ul.submenu::after {
		content: '';
		display: table;
		clear: both;
	}
	.active-menu ul.main-menu ul.submenu li {
		position: relative;
		background: none;
		width: 100%;
		text-align: right;
		padding: 0 10px;
	}
	.active-menu ul.main-menu ul.submenu li a {
		width: 100%;
		display: block;
	}
	.active-menu ul.main-menu li a {
		border-bottom: 1px solid #434343;
	}
	.active-menu .close-mobile-menu {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 5px;
		right: 5px;
	}
	.active-menu ul.main-menu ul.submenu ul.submenu {
		position: relative;
		display: block;
		opacity: 1;
		left: 0;
	}
	.active-menu ul.main-menu ul.submenu ul.submenu li {
		position: relative;
		background: none;
		width: 100%;
		text-align: right;
		padding: 0 10px;
	}
	.active-menu ul.main-menu ul.submenu li.expanded::after {
		position: absolute;
		top: 8px;
	}
	.sliding-sidebar-container {
		width: 90%;
	}
	.home-slider p {
		width: 100%;
		;
	}
	#breadcrumb {
		padding: 6px 0;
	}
	.breadcrumb {
		font-size: 0.8em;
	}
	.breadcrumb-item-seperator {
		margin: 0 6px;
	}
	.no-sidebar #main,
	.two-sidebar #main,
	.sidebar-left #main,
	.sidebar-right #main {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	#main::before,
	#main::after {
		content: '';
		display: table;
		clear: both;
	}
	.page-title-wrap {
		padding: 16px 0px;
		overflow-x: hidden;
	}
	.page-title-wrap h1.page-title {
		font-size: 1.5em;
		padding-left: 10px;
	}
	#node-comment .indented {
		margin-left: 20px;
	}
	li.node-readmore a {
		padding: 4px 6px;
	}
	.align-left,
	img.align-left,
	figure.align-left,
	.align-right,
	img.align-right,
	figure.align-right,
	.align-center,
	img.align-center,
	figure.align-center {
		clear: both;
		margin: 0 auto;
		float: none;
	}
	#footer {
		position: relative;
		z-index: 2;
	}
	.footer-bottom-middle {
		flex-direction: column;
	}
	.copyright {
		margin-bottom: 12px;
	}
	.page-content input[type="text"],
	.page-content input[type="email"],
	.page-content input[type="password"],
	.page-content input[type="search"] {
		width: 100%;
		max-width: 100%;
	}
	input {
		max-width: 100%;
	}
	#homepage-content-wrapper {
		padding: 20px 0;
	}
	.service,
	.project {
		width: 100%;
		max-width: 385px;
		padding: 4% 2%;
		margin: 0 auto 20px auto;
		float: none;
	}
	.banner .banner-message {
		padding: 0 10px;
	}
	.call-to-action {
		padding: 10px;
	}
	.call-to-action .one-half,
	.call-to-action .one-three,
	.call-to-action .two-three,
	.call-to-action .one-four {
		display: block;
		text-align: center;
	}
	.owl-item.center .item {
		margin: 0 auto;
	}
	.popup-content {
		width: 100%;
	}
	ul.tabs li a {
		padding: 6px 8px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5,
	h6 {
		font-size: 1.1em;
	}
	.container {
		width: 100%;
		max-width: 991px;
	}
	.one_half.header-top-left {
		width: 60%;
	}
	.one_half.header-top-right {
		width: 40%;
	}
	.site-branding img {
		max-height: 30px;
	}
	.sliding-panel-icon {
		padding: 15px 0 15px 5px;
	}
	.search-icon {
		padding: 15px 5px;
	}
	ul.main-menu>li>a {
		padding: 16px 8px;
	}
	#slider,
	.owl-stage-outer {
		max-height: 465px;
	}
	.slider-item,
	.slider-img,
	.slider-text-container {
		height: 100%;
		max-height: 465px;
	}
	.home-slider p {
		margin: 10px 0;
		width: 80%;
	}
	.icon-box2 {
		padding: 20px 10px;
	}
	.icon-box2 .icon {
		padding-right: 10px;
	}
}

@media only screen and (max-device-width:823px) and (orientation:landscape) {
	.site-branding img {
		max-height: 36px;
	}
	#slider,
	.owl-stage-outer {
		max-height: 414px;
	}
	.slider-item,
	.slider-img,
	.slider-text-container {
		height: 100%;
		max-height: 414px;
	}
	.home-slider h1 {
		font-size: 1.5em;
	}
	.home-slider h2 {
		font-size: 1.4em;
	}
	.home-slider h3 {
		font-size: 1.2em;
	}
	.home-slider p {
		font-size: 1em;
		margin: 10px 0;
	}
}

@media only screen and (min-width:992px) and (max-width:1170px) {
	.container {
		width: 100%;
		max-width: 1170px;
	}
}

@media screen and (min-width:1170px) {
	.container {
		width: 100%;
		max-width: 1170px;
	}
}

.content .cpage_body{
	width: 100%;
	padding: 0px 42px;
	background: #f5e1c6;
	border: 4px solid gray;
}

.login-image-header{
	width: 44px;
	list-style: none;
}