@charset "UTF-8";
/*-------------------------------------------------
=  Table of Css

1.Reset
2.General
3.Main Settings
4.Main Navigation
5.FullPage
6.Main content
7.Blog Page
8.Navigation
9.Page
10.Post
11.Project
12.Contact Form
13.Footer
14.Elements
15.Loader
16.Magnific popup
17.OWL
18.Animations
19.404

-------------------------------------------------*/
/*-------------------------------------------------
=  Import Google Fonts */

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.Reset
/*-------------------------------------------------*/
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}
/*
img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.bg-img, .image-bg, .image, .slides li {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.bg-img:hover, .image-bg:hover, .image:hover, .slides li:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus {
	text-decoration: none;
}
/*-------------------------------------------------*/

/* =  2.General
/*-------------------------------------------------*/

body {
	font: 100% "Playfair Display", serif;
	color: #323232;
	background-color: #EEEEEE;
	-webkit-font-smoothing: antialiased;
}
* {
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font: 100% "Playfair Display", serif;
	color: #cc8028;
	letter-spacing: 0.5px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
	position: relative;
	padding-bottom: 20px;
}
.imgwid{
	
	width:50%;
	height:20%;
}
h1.title:after, h2.title:after, h3.title:after, h4.title:after, h5.title:after, h6.title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 36px;
	margin-left: -18px;
	background-color: #ab824f;
}
h1.title.line, h2.title.line, h3.title.line, h4.title.line, h5.title.line, h6.title.line {
	margin-top: 45px;
}
h1.title.line:after, h2.title.line:after, h3.title.line:after, h4.title.line:after, h5.title.line:after, h6.title.line:after {
	height: 40px;
	width: 2px;
	background-color: #ab824f;
	border-radius: 0;
	border: none;
	top: -60px;
}
h1.title.left:after, h2.title.left:after, h3.title.left:after, h4.title.left:after, h5.title.left:after, h6.title.left:after {
	left: 0;
	margin-left: 0;
}
h1.title.right:after, h2.title.right:after, h3.title.right:after, h4.title.right:after, h5.title.right:after, h6.title.right:after {
	right: 0;
	margin-left: 0;
	left: inherit;
}
h1.title.simple:after, h2.title.simple:after, h3.title.simple:after, h4.title.simple:after, h5.title.simple:after, h6.title.simple:after {
	display: none;
}
h1 {
	font-size: 50px;
}
h1.heading {
	color: #85858A;
	font-family: "Playfair Display", serif;
	font-size: 18px !important;
	line-height: 40px !important;
	letter-spacing: 0;
	max-width: 800px;
	margin: 0 auto;
}
h1.heading.max {
	max-width: 1000px;
}
h1.heading.left {
	margin-left: 0;
}
h1.heading.right {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	h1.heading {
		font-size: 14px !important;
		line-height: 24px !important;
	}
}
h1.medium {
	font-size: 38px !important;
	line-height: 48px !important;
}
@media screen and (max-width: 480px) {
	h1.medium {
		font-size: 24px;
		line-height: 34px;
	}
}
@media screen and (max-width: 320px) {
	h1.medium {
		font-size: 20px;
		line-height: 30px;
	}
}
h1.big {
	font-size: 60px;
	line-height: 64px;
}
@media screen and (max-width: 480px) {
	h1.big {
		font-size: 40px;
		line-height: 56px;
	}

}
h1.small, h2.small {
	font-size: 30px;
	line-height: 40px;
	font-family: "Montserrat", sans-serif;
	color: #85858A;
	font-weight: 100;
}
h1.small strong, h1.small b, h2.small strong, h2.small b {
	color: #ab824f;
	font-weight: 400;
}
h1 i, h2 i {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 6px;
	color: white;
	padding: 0 5px;
	position: relative;
	display: inline-block;
}
h1 i:after, h2 i:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 23px;
	background-color: #ab824f;
	z-index: -1;
	transition: background-color .4s ease;
}
h1 i:hover:after, h2 i:hover:after {
	background-color: #85858A;
	transition: background-color .4s ease;
}
h1 i.simple, h2 i.simple {
	padding: 0;
	margin: 0;
}
h1 i.simple:after, h1 i.simple:before, h2 i.simple:after, h2 i.simple:before {
	display: none;
}
h1 span.data, h2 span.data {
	color: #323232;
}
h2 {
	font-size: 50px;
}
h2.big {
	font-size: 60px;
	line-height: 64px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 50px;
	font-weight: 100;
}
@media screen and (max-width: 480px) {
	h2.big {
		font-size: 40px;
		line-height: 56px;
	}
}
h2.big span {
	color: #85858A;
}
h2.medium {
	font-size: 45px;
}
h2.sm {
	font-size: 40px;
}
h3 {
	font-size: 24px;
	line-height: 34px;
}
h3.big {
	font-size: 38px !important;
	line-height: 48px !important;
}
h3.small {
	font-size: 18px;
	line-height: 28px;
	font-family: "Montserrat", sans-serif;
	color: #85858A;
	font-weight: 100;
}
h3.small strong, h3.small b {
	color: #ab824f;
	font-weight: 400;
}
h4 {
	font-size: 18px;
}
h4.big {
	color: #85858A;
	font-family: "Playfair Display", serif;
	font-size: 24px !important;
	line-height: 34px !important;
	letter-spacing: 0;
	margin: 0 auto;
}
h4.big a.btn-pro {
	font-size: 24px;
	line-height: 34px;
	transition: color .4s ease;
}
h4.big a.btn-pro:hover {
	color: #85858A !important;
	transition: color .4s ease;
}
h4.small {
	color: #85858A;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 100;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h6.medium {
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
h6.small {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 2px;
}
h6.heading {
	color: #323232;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
}
a {
	color: #ab824f;
	text-decoration: none;
	transition: color .4s ease;
}
a:focus, a:active, a:visited {
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #323232;
	transition: color .4s ease;
}
a.simple {
	text-decoration: none;
}
a.simple:hover {
	text-decoration: underline;
}
a.btn {
	padding: 0;
	padding-right: 30px;
	padding-left: 30px;
	height: 55px;
	line-height: 53px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
	outline: none;
	border: 2px solid #323232;
	border-radius: 0;
	font-weight: bold;
	color: #323232;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 35px;
	text-decoration: none !important;
	transition: all .4s ease;
}
@media screen and (max-width: 991px) {
	a.btn {
		margin-bottom: 0px;
	}
}
a.btn:hover {
	background-color: #ab824f;
	color: white !important;
	border-color: transparent;
	transition: all .4s ease;
}
@media screen and (max-width: 991px) {
	a.btn-alt {
		margin-bottom: 0px;
	}
	li.socialhead {
    margin-left: 0!important;
    border-left: none!important;
}
}
a.btn-alt:hover {
	background-color: #323232;
	color: white !important;
	transition: all .4s ease;
}
a.btn-alt.shadow {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
a.btn-alt.no-margin-bottom {
	margin-bottom: 0;
}
a.btn-dark.small {
	padding: 10px 32px;
	line-height: 40px;
	background-color: #ab824f;
	font-family: 'Teko', sans-serif;
	border: 1px solid #ab824f;
	color: #FFf;
	transition: all .4s ease;
	font-size: 15px;
	border-radius: 25px;
}
a.btn-dark.small:hover {
	background-color: #FFf;
	color: #363636;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}
a.btn-alt.small {
	padding: 10px 32px;
	line-height: 40px;
	background-color: transparent;
	font-family: 'Teko', sans-serif;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	font-size: 15px;
	border-radius: 25px;
}
a.btn-alt.small:hover {
	background-color: #ab824f;
	color: white;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}
a.btn-alt.small.white {
	border: 1px solid white;
}
a.btn-alt.small.white:hover {
	background-color: white;
	color: #ab824f !important;
}
a.btn-alt.small.white.active {
	background-color: white;
	color: #ab824f !important;
}
a.btn-alt.small.white.active:hover {
	background-color: transparent;
	color: white !important;
}
a.btn-alt.small.active {
	background-color: #ab824f;
	color: white;
}
a.btn-alt.small.active:hover {
	background-color: transparent;
	color: #ab824f !important;
}
a.btn-alt.small.activetwo {
	background-color: #ab824f;
	color: white;
}
a.btn-alt.small.activetwo:hover {
	border-color: white;
	background-color: white;
	color: #ab824f !important;
}
a.btn-alt.medium {
	height: 50px;
	line-height: 50px;
	text-transform: none;
	font-weight: 400;
	text-rendering: geometricPrecision;
	background-color: transparent;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	border-radius: 50px;
	font-size: 13px;
	text-transform: uppercase;
}
a.btn-alt.medium:hover {
	background-color: #ab824f;
	color: white;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}
a.btn-alt.medium.white {
	border: 1px solid white;
}
a.btn-alt.medium.white:hover {
	background-color: white;
	color: #ab824f !important;
}
a.btn-alt.medium.active {
	background-color: #ab824f;
	color: white;
}
a.btn-alt.medium.active:hover {
	background-color: transparent;
	color: #ab824f !important;
}
a.btn-alt.medium.activetwo {
	background-color: #ab824f;
	color: white;
}
a.btn-alt.medium.activetwo:hover {
	border-color: white;
	background-color: white;
	color: #ab824f !important;
}
a.btn-alt i {
	margin-right: 8px;
}
a.btn-pro {
	font-size: 16px;
	line-height: 16px;
	color: #ab824f;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
a.btn-pro:after {
	content: "\f30f";
	font-family: "Ionicons";
	position: absolute;
	display: block;
	position: absolute;
	right: -20px;
	top: 3px;
	transition: right .4s ease;
}
a.btn-pro:hover:after {
	right: -25px;
	transition: right .4s ease;
}
a.btn-pro.simple {
	transition: all .4s ease;
	text-decoration: underline;
}
a.btn-pro.simple:after {
	content: none;
}
a.btn-pro.simple:hover {
	transition: all .4s ease;
}
a.btn-simple {
	font-size: 16px;
	line-height: 16px;
	color: #ab824f;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	transition: color .4s ease;
	z-index: 2;
}
a.btn-simple:before {
	content: '';
	background-color: #ab824f;
	border-radius: 2px;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -5px;
	width: 0%;
	z-index: -1;
	transition: all ease .4s;
}
a.btn-simple:hover {
	color: white;
	padding-left: 5px;
	transition: all .2s ease;
}
a.btn-simple:hover:before {
	width: calc(100% + 15px);
	transition: all ease .4s;
}
a#open-filters {
	transition: all .4s ease;
	text-decoration: none;
}
a#open-filters:hover {
	text-decoration: none;
	color: #ab824f !important;
	transition: all .4s ease;
}
.section-space {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin:0 30px 30px 30px;
}
.section-title h2 span {
	color: #740709;
}
@media (max-width:480px){
	.section-title h2{
		font-size:32px;
	}
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.pd-30 {
	padding: 30px;
}
p {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
	font-weight: 100;
}
p.heading {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto;
}
p.heading.full {
	max-width: 1500px;
}
.carousel-caption1 {
	position: absolute;
	right: 0;
	text-align: center !important;
	bottom: 20px;
	left: 0;
	bottom: 20%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
p.heading.max {
	max-width: 1000px;
}
p.heading.left {
	margin-left: 0;
	text-align: left;
}
p.heading.right {
	margin-right: 0;
}
p.heading.line {
	position: relative;
	z-index: 1;
	max-width: none;
	padding: 50px 0;
	display: block;
}
p.heading.line:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #ab824f;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
p b, p strong {
	font-weight: bold;
	color: #323232;
}
p a {
	text-decoration: none;
}
p.light {
	font-weight: 100;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.color-dark {
	color: #323232;
}
.underline {
	border-bottom: 3px solid #F5F5F5;
	box-shadow: inset 0 -3px 0 #F5F5F5;
}
.light-background {
	background-color: #F5F5F5 !important;
}
.color-background {
	background-color: #ab824f;
}
.color-background p {
	color: #d1d2d3;
}
.dark-background {
	background-color: #1c1c1c !important;
}
.border {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.black-background {
	background-color: #222;
}
.grey-background {
	background-color: #f3f3f6 !important;
}
.darkgrey-background {
	background-color: #A0A2A4 !important;
}
.body-background {
	background-color: #EEEEEE !important;
}
.white-background {
	background-color: white !important;
}
.section-bordertop {
	border-top: 1px solid #F5F5F5;
}
.bg-pattern {
	background: url('assets/img/pattern.html');
	background-repeat: repeat;
	background-size: cover;
}
.section-space {
	padding: 70px 0;
}
.section-space-top {
	padding-top: 70px;
}
@media(max-width:480px) {
	.section-space {
		padding: 40px 0;
	}
}
button {
	background: none;
	border: none;
	outline: inherit;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	letter-spacing: inherit;
}
i {
	font-style: italic;
	font-family: "Open Sans", sans-serif;
}
i.service {
	display: block;
	font-size: 40px;
	margin-bottom: 18px;
	transition: color .4s ease;
}
i.service.big {
	font-size: 50px;
}
i.service.material {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
	width: 60px;
	height: 60px;
	border-radius: 10px;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #ab824f;
	display: inline-block;
}
i.service.material[class|="pd"] {
	line-height: 70px;
}
i.service.material:hover {
	color: #323232;
}
i.service.material.left {
	float: left;
}
i.service.inline {
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	color: #ab824f;
	display: inline-block;
}
i.service.inline[class|="pd"] {
	line-height: 40px;
}
i.service.inline:hover {
	color: #323232;
}
i.service.inline.left {
	float: left;
}
i.service.left {
	float: left;
}
i.service:hover {
	color: #ab824f;
	transition: color .4s ease;
}
b, strong {
	font-weight: bold;
}
dl {
	margin: 25px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
dl dt {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Playfair Display", serif;
	font-size: 12px;
	line-height: 22px;
}
dl dd {
	border-left: 2px solid #ab824f;
	font-family: "Montserrat", sans-serif;
	padding-left: 20px;
	margin-bottom: 10px;
	font-style: italic;
	letter-spacing: 1px;
}
ol {
	list-style: decimal;
	padding-left: 28px;
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 100;
	margin: 25px 0 25px 15px;
}
ul li.border {
	border-bottom: 1px solid #c2c3c4;
}
mark {
	background: #ab824f;
	color: white;
	padding: 0 6px;
}
pre {
	padding: 25px;
	background: #F5F5F5;
	overflow: hidden;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #323232;
	margin: 25px 0;
}
code {
	color: #ab824f;
	background-color: #F5F5F5;
}
blockquote, q {
	display: block;
	quotes: none;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: white;
	padding: 40px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	background-color: #fff;
	text-rendering: geometricPrecision;
	margin: 25px 0;
	padding-left: 80px;
}
blockquote:before, q:before {
	content: "“";
	font-size: 80px;
	line-height: 65px;
	position: absolute;
	left: 30px;
	font-style: normal;
	font-family: "Playfair Display", serif;
	color: white;
	right: 0;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	blockquote:before, q:before {
		top: 90px;
	}
}
blockquote.heading, q.heading {
	color: #85858A;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	background-color: transparent;
	margin: 0;
	padding-left: 80px;
}
@media screen and (max-width: 1199px) {
	blockquote.heading, q.heading {
		padding-top: 60px;
	}
}
@media screen and (max-width: 991px) {
	blockquote.heading, q.heading {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	blockquote.heading, q.heading {
		padding-left: 7px;
		padding-top: 100px;
		font-size: 14px;
		line-height: 24px;
	}
}
blockquote.heading:before, q.heading:before {
	content: "“";
	font-size: 140px;
	line-height: 57px;
	position: absolute;
	left: 2px;
	color: white;
	right: 0;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	blockquote.heading:before, q.heading:before {
		top: 90px;
	}
}
blockquote.heading.post, q.heading.post {
	background-color: #ab824f;
	color: white;
	padding: 75px 50px 50px 120px;
	margin: 36px 0;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
	blockquote.heading.post, q.heading.post {
		padding: 100px 50px 50px 60px;
	}
}
@media screen and (max-width: 480px) {
	blockquote.heading.post, q.heading.post {
		padding: 75px 25px 25px 30px;
	}
}
blockquote.heading.post:before, q.heading.post:before {
	line-height: 85px;
	left: 55px;
}
@media screen and (max-width: 600px) {
	blockquote.heading.post:before, q.heading.post:before {
		top: 75px;
	}
}
@media screen and (max-width: 480px) {
	blockquote.heading.post:before, q.heading.post:before {
		top: 55px;
		left: 25px;
	}
}
textarea {
	resize: none;
}
.popup-youtube, .popup-vimeo {
	position: relative;
	display: block;
	overflow: hidden;
}
.popup-youtube.simple, .popup-vimeo.simple {
	padding: 0;
	padding-right: 30px;
	padding-left: 30px;
	height: 55px;
	line-height: 53px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
	outline: none;
	border-radius: 0;
	font-weight: bold;
	color: white;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 35px;
	text-decoration: none !important;
	transition: all .4s ease;
	background-color: #ab824f;
}
.popup-youtube.simple:before, .popup-vimeo.simple:before {
	display: none;
}
@media screen and (max-width: 991px) {
	.popup-youtube.simple, .popup-vimeo.simple {
		margin-bottom: 0px;
	}
}
.popup-youtube.simple:hover, .popup-vimeo.simple:hover {
	background-color: #323232;
	color: white !important;
	transition: all .4s ease;
}
.popup-youtube.simple.no-margin-bottom, .popup-vimeo.simple.no-margin-bottom {
	margin-bottom: 0;
}
.popup-youtube.simple.small, .popup-vimeo.simple.small {
	height: 40px;
	line-height: 38px;
	text-transform: none;
	font-weight: 600;
	text-rendering: geometricPrecision;
	background-color: transparent;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	border-radius: 40px;
	font-size: 12px;
}
.popup-youtube.simple.small:hover, .popup-vimeo.simple.small:hover {
	background-color: #ab824f;
	color: white;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}
.popup-youtube.simple.small.white, .popup-vimeo.simple.small.white {
	border: 1px solid white;
}
.popup-youtube.simple.small.white:hover, .popup-vimeo.simple.small.white:hover {
	background-color: white;
	color: #ab824f !important;
}
.popup-youtube.simple.small.white.active, .popup-vimeo.simple.small.white.active {
	background-color: white;
	color: #ab824f !important;
}
.popup-youtube.simple.small.white.active:hover, .popup-vimeo.simple.small.white.active:hover {
	background-color: transparent;
	color: white !important;
}
.popup-youtube.simple.small.active, .popup-vimeo.simple.small.active {
	background-color: #ab824f;
	color: white;
}
.popup-youtube.simple.small.active:hover, .popup-vimeo.simple.small.active:hover {
	background-color: transparent;
	color: #ab824f !important;
}
.popup-youtube.simple.small.activetwo, .popup-vimeo.simple.small.activetwo {
	background-color: #ab824f;
	color: white;
}
.popup-youtube.simple.small.activetwo:hover, .popup-vimeo.simple.small.activetwo:hover {
	border-color: white;
	background-color: white;
	color: #ab824f !important;
}
.popup-youtube.simple.medium, .popup-vimeo.simple.medium {
	height: 50px;
	line-height: 48px;
	text-transform: none;
	font-weight: 600;
	text-rendering: geometricPrecision;
	background-color: transparent;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	border-radius: 50px;
	font-size: 13px;
}
.popup-youtube.simple.medium:hover, .popup-vimeo.simple.medium:hover {
	background-color: #ab824f;
	color: white;
	-webkit-transform: all .4s ease;
	-ms-transform: all .4s ease;
	transform: all .4s ease;
}
.popup-youtube.simple.medium.white, .popup-vimeo.simple.medium.white {
	border: 1px solid white;
}
.popup-youtube.simple.medium.white:hover, .popup-vimeo.simple.medium.white:hover {
	background-color: white;
	color: #ab824f !important;
}
.popup-youtube.simple.medium.active, .popup-vimeo.simple.medium.active {
	background-color: #ab824f;
	color: white;
}
.popup-youtube.simple.medium.active:hover, .popup-vimeo.simple.medium.active:hover {
	background-color: transparent;
	color: #ab824f !important;
}
.popup-youtube.simple.medium.activetwo, .popup-vimeo.simple.medium.activetwo {
	background-color: #ab824f;
	color: white;
}
.popup-youtube.simple.medium.activetwo:hover, .popup-vimeo.simple.medium.activetwo:hover {
	border-color: white;
	background-color: white;
	color: #ab824f !important;
}
.popup-youtube.simple i, .popup-vimeo.simple i {
	margin-right: 8px;
}
.popup-youtube:before, .popup-vimeo:before {
	content: "\f488";
	font-family: "Ionicons";
	position: absolute;
	display: block;
	color: white;
	font-size: 40px;
	text-align: center;
	line-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-color: #ab824f;
	line-height: 70px;
	padding-left: 5px;
	z-index: 1;
	transition: background-color .4s ease;
	border-radius: 50%;
}
@media screen and (max-width: 410px) {
	.popup-youtube:before, .popup-vimeo:before {
		font-size: 30px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}
.popup-youtube:hover:before, .popup-vimeo:hover:before {
	background-color: #1C1C1C;
	transition: background-color .4s ease;
}
.popup-youtube:focus, .popup-vimeo:focus {
	outline: none;
}
.popup-youtube.black:before, .popup-vimeo.black:before {
	background-color: #1C1C1C;
}
.popup-youtube.black:hover:before, .popup-vimeo.black:hover:before {
	background-color: #ab824f;
	transition: background-color .4s ease;
}
.popup-youtube img, .popup-vimeo img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1199px) {
	.height-auto-lg {
		height: auto !important;
	}
}
.border-right {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 70px;
	height: 100%;
	max-width: 70px;
	background-color: #F5F5F5;
}
@media screen and (max-width: 1350px) {
	.border-right {
		display: none;
	}
}
.border-left {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 70px;
	height: 100%;
	max-width: 70px;
	background-color: #F5F5F5;
}
@media screen and (max-width: 1350px) {
	.border-left {
		display: none;
	}
}

.nav-tabs {
	padding-left: 0 !important;
	border-bottom: none;
}
.nav-tabs li {
	margin-bottom: 0;
}
.nav-tabs li a {
	font-size: 14px;
	line-height: 14px;
	color: #323232;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 0.5px;
	border: none;
	margin-right: 0;
	transition: all .4s ease;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
	border: none;
	border-radius: 2px;
	color: #ab824f;
	background-color: transparent;
	transition: all .4s ease;
}
.nav-tabs li a:focus {
	outline: none;
}
.nav-tabs li.active a {
	border: none;
	border-radius: 2px;
	text-decoration: none;
	color: #ab824f;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	border: none;
	border-radius: 2px;
	color: #ab824f;
}
.nav-tabs li.active a:focus {
	outline: none;
}
.nav-tabs.alt {
	text-align: center;
}
.nav-tabs.alt li {
	float: inherit;
	display: inline-block;
}
.nav-tabs.alt li a {
	padding-left: 30px;
	padding-right: 30px;
	opacity: .5;
	border: none;
	height: 40px;
	line-height: 22px;
	border-radius: 0px;
	font-weight: 600;
	text-rendering: geometricPrecision;
	font-size: 12px;
}
.nav-tabs.alt li a:hover, .nav-tabs.alt li a:focus {
	border: none;
	opacity: 1;
}
.nav-tabs.alt li.active a {
	background-color: #ab824f;
	color: white;
	opacity: 1;
	border-radius: 40px;
}
.nav-tabs.alt li.active a:hover, .nav-tabs.alt li.active a:focus {
	border: none;
}
.tab-content {
	margin-bottom: 50px;
	margin-top: -1px;
}
.tab-content .tab-pane {
	color: #85858A;
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
	padding-top: 25px;
	font-weight: 100;
}
.tab-content.alt .tab-pane {
	border: none;
}
.panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.panel-group .panel .panel-heading {
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #d1d2d3;
	border-radius: 0;
	background: #ab824f;
	padding: 0;
}
.panel-group .panel .panel-heading h4.panel-title {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 12px;
}
.panel-group .panel .panel-heading h4.panel-title a {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	color: #fff;
	padding: 15px;
	display: block;
}
.panel-group .panel .panel-body {
	border-top: none !important;
	color: #85858A;
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 15px;
}
.panel-group .panel .panel-heading h4.panel-title a:before {
	content: "\f068";
	padding: 0 10px 0 0;
	color: #fff;
	font-family: FontAwesome;
	float: right;
}
.panel-group .panel .panel-heading h4.panel-title a.collapsed:before {
	content: "\f067";
	padding: 0 10px 0 0;
	color: #fff;
	font-family: FontAwesome;
	float: right;
}
/*----- Back to Top Button -----*/
.scroll-top {
	position: fixed;
	background:#fff;
	border-radius:50%;
	color: #000;
	z-index: 10;
	line-height: 44px;
	bottom: 30px;
	left: 32px;
	display: none;
	cursor: pointer;
	height: 50px;
	width: 50px;
	display: block;
	text-align: center;
	opacity: 1;
	transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	border: 2px solid #2d2d2d;
}
.scroll-top:hover {
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}
.scroll-top i {
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.scroll-top:hover i{
	color:#fff;
}

/*=== Trigger  ===*/

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*=== filter gallery  ===*/

.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
}
.filter-button {
	font-size: 18px;
	border: 1px solid #ab824f;
	border-radius: 25px;
	text-align: center;
	padding: 10px 40px;
	margin-bottom: 30px;
	color: #ffffff;
	background-color: #ab824f;
}
.filter-button:hover, .filter-button:active {
	font-size: 18px;
	border: 1px solid #ab824f;
	text-align: center;
	color: #ab824f;
	background: #fff;
	transition:all 0.5s;
}
.btn-default:active .filter-button:active {
	background-color: #ab824f;
	color: white;
	transition:all 0.5s;
}
.related {
	position: relative;
}
.related a {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.port-image {
	width: 100%;
}
.gallery_product {
	margin-bottom: 30px;
}
.filter-img {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow:0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
.gallery_product:hover .filter-img {
	background: #ab824f;
	color: #fff;
	border: 1px solid #ab824f;
	box-shadow:0 6px 30px 0 rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
}
.gallery_product:hover .filter-img h3, .gallery_product:hover .filter-img p {
	color: #fff;
}
.gallery_product:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	
}

.filter-img h3 {
	text-align: center;
	width: 100%;
	display: block;
	color: #ab824f;
}
.filter-img p {
	margin-bottom: 0;
	font-size: 14px;
}
@media (max-width:767px){
	.gallery_product {
		width: 100%;
	}
}
@media (max-width:480px){
	.filter-button{
		width:100%;
		padding:10px 20px;
		margin-bottom:10px;
	}
	.gal-padding{
		margin:20px;
	}
}

/*=== Optional Delays, change values here  ===*/

.one {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.two {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.three {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.four {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.five {
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	animation-delay: 4.5s;
}
.six {
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	animation-delay: 5.5s;
}
.seven {
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	animation-delay: 6.5s;
}
.eight {
	-webkit-animation-delay: 7.5s;
	-moz-animation-delay: 7.5s;
	animation-delay: 7.5s;
}
/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*=== FADE IN DOWN ===*/

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*=== FADE IN LEFT ===*/

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
/*==== FADE IN RIGHT ===*/

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*=== FADE IN  ===*/

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*=== FADE IN UP Big ===*/

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*=== FADE IN DOWN Big ===*/

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*=== FADE IN LEFT Big ===*/

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*=== FADE IN RIGHT Big ===*/

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/* Demo Purpose Only*/

/* Demo Purpose Only*/

.demo {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
.demo a {
	font-family: 'Raleway', sans-serif;
	color: #2ecc71;
}
/*FUN FACTS*/

.counter {
	padding: 20px;
	margin-top: 20px;
}
.counter:hover {
	background: #fff;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.fun-facts span.number {
	font-weight: 300;
	font-size: 34px;
	color: #ab824f;
	display: block;
	font-weight: 700;
}
.fun-facts span.what-do {
	color: #363636;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	;
}
.icon i {
	color: #ab824f;
	font-size: 30px;
	margin: 22px 0 0 0;
	display: block;
	border: 1px solid #ab824f;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	padding: 28px 8px;
	line-height: 39px;
}
/* core classes */

::-moz-selection {
	background: #ab824f;
	color: white;
}
::selection {
	background: #ab824f;
	color: white;
}
/* class white: set font color white */

[class~="white"] {
	color: white !important;
}
/* class color: set font with secondary color */

[class~="color"] {
	color: #ab824f !important;
}
/* class black: set font with black color */

[class~="black"] {
	color: #D08028 !important;
}
/* class grey: set font with grey color */
[class~="black"] span{
	color: #740709;
    font-weight: 600;
    font-size: 38px;
}
[class~="grey"] {
	color: #85858A !important;
}
/* class grey-light: set font with light grey color */

[class~="grey-light"] {
	color: #d1d2d3 !important;
}
/* class grey-dark: set font with dark grey color */

[class~="grey-dark"] {
	color: #A0A2A4 !important;
}
/* class uppercase: set font uppercase */

[class~="uppercase"] {
	text-transform: uppercase;
}
/* class vertical-align: vertical align */

[class="vertical-align"] {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
/* class vertical-align: vertical align over 991px */

@media screen and (min-width: 991px) {
	[class="vertical-align-lg"] {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 3;
	}
}
/* box-shadow */

[class~="box-shadow-inset"] {
	position: relative;
}
[class~="box-shadow-inset"]:before {
	box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[class~="box-shadow-inset"] {
	position: relative;
}
[class~="box-shadow-inset"]:before {
	box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[class~="box-shadow"] {
	position: relative;
}
[class~="box-shadow"]:before {
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[class~="simple-shadow"] {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
[class*="vertical-align-outer"] {
	display: table;
}
[class*="vertical-align-inner"] {
	display: table-cell;
	vertical-align: middle;
}
[class*="full-height"] {
	height: 100% !important;
}
img[class*="normal"] {
	display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	img[class*="normal"] {
		margin-left: 15px;
	}
}
img[class*="retina"] {
	display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	img[class*="retina"] {
		display: none;
	}
}
img[class~="center"] {
	margin: 0 auto;
}
/* padding shortcodes */

.padding-top-ultra {
	padding-top: 235px !important;
	padding-bottom: 75px !important;
}
@media screen and (max-width: 480px) {
	.padding-top-ultra {
		padding-top: 180px !important;
	}
}
.padding-lg {
	padding: 75px 0 !important;
}
.padding-top-lg {
	padding-top: 75px !important;
	padding-bottom: 50px !important;
}
.padding-onlytop-lg {
	padding-top: 75px !important;
}
.padding-onlybottom-lg {
	padding-bottom: 75px !important;
}
.padding-md {
	padding: 50px 0 !important;
}
.padding-onlytop-md {
	padding-top: 50px !important;
}
.padding-onlybottom-md {
	padding-bottom: 50px !important;
}
.padding-sm {
	padding: 25px 0 !important;
}
.padding-onlytop-sm {
	padding-top: 25px !important;
}
.padding-onlybottom-sm {
	padding-bottom: 25px !important;
}
.padding-xs {
	padding: 18px 0 !important;
}
.padding-onlytop-xs {
	padding-top: 18px !important;
}
.padding-onlybottom-xs {
	padding-bottom: 18px !important;
}
.padding-null {
	padding: 0 !important;
}
.padding-topbottom-null {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.padding-leftright-null {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.padding-top-null {
	padding-top: 0 !important;
}
.padding-left-null {
	padding-left: 0 !important;
}
.padding-right-null {
	padding-right: 0 !important;
}
.padding-bottom-null {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
	.padding-lg-topbottom-null {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 1199px) {
	.padding-lg-top-null {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 1199px) {
	.padding-lg-bottom-null {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-topbottom-null {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-leftright-null {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-top-null {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-bottom-null {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-left-null {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-md-right-null {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-topbottom-null {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-leftright-null {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-top-null {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-bottom-null {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-left-null {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.padding-sm-right-null {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 480px) {
	.padding-xs-leftright-null {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.responsive-padding-md {
		padding-bottom: 50px;
	}
}
/* fixed padding/margin shortcodes */

.padding-bottom {
	padding-bottom: 36px;
}
@media screen and (max-width: 991px) {
	.padding-md-bottom {
		padding-bottom: 50px !important;
	}
}
@media screen and (max-width: 991px) {
	.padding-sm-bottom {
		padding-bottom: 25px !important;
	}
}
@media screen and (max-width: 1199px) {
	.padding-lg-top-small {
		padding-top: 18px !important;
	}
}
.margin-bottom {
	margin-bottom: 36px !important;
}
@media screen and (max-width: 991px) {
	.margin-md-bottom {
		margin-bottom: 36px !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-bottom {
		margin-bottom: 36px !important;
	}
}
.margin-bottom-small {
	margin-bottom: 18px !important;
}
.margin-bottom-extrasmall {
	margin-bottom: 9px !important;
}
/* margin shortcodes */

.margin-null {
	margin: 0 !important;
}
.margin-leftright-null {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.margin-topbottom-null {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margin-top-null {
	margin-top: 0 !important;
}
.margin-bottom-null {
	margin-bottom: 0 !important;
}
.margin-left-null {
	margin-left: 0 !important;
}
.margin-right-null {
	margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
	.margin-md-topbottom-null {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.margin-md-leftright-null {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.margin-md-top-null {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.margin-md-bottom-null {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.margin-md-left-null {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.margin-md-right-null {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-topbottom-null {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-leftright-null {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-top-null {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-bottom-null {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-left-null {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.margin-sm-right-null {
		margin-right: 0 !important;
	}
}
/* text-align shortcodes */

@media screen and (max-width: 991px) {
	.text-md-left {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.text-sm-left {
		text-align: left;
	}
}
@media screen and (max-width: 991px) {
	.text-md-right {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.text-sm-right {
		text-align: right;
	}
}
@media screen and (max-width: 991px) {
	.text-md-center {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center;
	}
}
/* flex order shortcodes */

@media screen and (max-width: 991px) {
	.flex-order-md {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 991px) {
	.flex-column-push-md {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media screen and (max-width: 991px) {
	.flex-column-pull-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media screen and (max-width: 767px) {
	.flex-order-sm {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.flex-column-push-sm {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media screen and (max-width: 767px) {
	.flex-column-pull-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
/* other shortcodes */

.z-index {
	position: relative;
	z-index: 10 !important;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-full {
	display: block;
	width: 100%;
	height: auto;
}
.not-visible {
	visibility: hidden;
	max-height: 0px;
}
.visible {
	visibility: visible;
	max-height: auto;
}
.no-scroll {
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.responsive-md-height-auto {
		height: auto !important;
	}
}
/*-------------------------------------------------*/

/* =  3.Main Setting
/*-------------------------------------------------*/

#main-wrap {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: white;
}
#main-wrap.full-width {
	max-width: 100%;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 767px) {
	.container {
		width: 680px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 870px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1070px;
	}
}
.fullpage-wrap {
	margin-left: -50px;
	margin-right: -50px;
	background-color: white;
}
@media screen and (max-width: 991px) {
	.fullpage-md-wrap {
		margin-left: -50px !important;
		margin-right: -50px !important;
	}
}
.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.row.first-section {
	margin-top: 80px;
}
@media screen and (max-width: 480px) {
	.row.first-section {
		margin-top: 60px;
	}
}
/*-------------------------------------------------*/

/* =  4.Main Navigation
/*-------------------------------------------------*/

header {
	position: relative;
	z-index: 3;
}
header.fixed .container {
	padding: 0 50px;
}
header.transparent {
	background-color: rgba(34, 34, 34, 0.4) !important;
	/*background-color: #fff;*/
	transition: background-color .4s ease-in;
}
header.transparent.light {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
header.transparent.fixed-top {
	background: white !important;
	transition: background-color .4s ease-out;
	box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.10)
}
header.transparent.fixed-top .navbar.white #logo img.white-logo {
	display: none;
}
.navbar-brand>img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
header.transparent.fixed-top .navbar.white #logo img:not(.white-logo) {
	display: block;
}
header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).normal {
	display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).normal {
		display: none;
	}
}
header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).retina {
	display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	header.transparent.fixed-top .navbar.white #logo img:not(.white-logo).retina {
		display: block;
	}
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li>a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li>a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li>a {
	color: #323232;
}
header.transparent.fixed-top .navbar.white .socialhead {
	border-left: 1px solid #323232;
	margin-left: 20px;
}
@media screen and (max-width: 991px) {
	header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li>a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li>a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li>a {
		color: white;
	}
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li>a.active-item, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li>a.active-item, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li>a.active-item {
	color: #ab824f;
	font-weight: 400;
	border-bottom:4px solid #ab824f;
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li.search, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li.search, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li.search {
	color: #323232;
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li.lang span.current a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li.lang span.current a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li.lang span.current a {
	color: #323232;
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul:not(.sub-menu)>li.lang:hover ul li a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul:not(.sub-menu)>li.lang:hover ul li a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul:not(.sub-menu)>li.lang:hover ul li a {
	color: white;
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul.mega-sub-menu li a, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul.mega-sub-menu li a, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul.mega-sub-menu li a {
	color: white;
}
header.transparent.fixed-top .navbar.white #menu .menu-holder ul.mega-sub-menu li a:hover, header.transparent.fixed-top .navbar.white #sidemenu .menu-holder ul.mega-sub-menu li a:hover, header.transparent.fixed-top .navbar.white #menu-classic .menu-holder ul.mega-sub-menu li a:hover {
	color: #323232;
}
header.transparent.fixed-top .navbar.white #menu-responsive .menu-button .bar, header.transparent.fixed-top .navbar.white #menu-responsive-sidemenu .menu-button .bar, header.transparent.fixed-top .navbar.white #menu-responsive-classic .menu-button .bar {
	background-color: #323232;
}
header.fixed {
	height: 120px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 25%;
	margin-left: 300px;
	z-index: 100;
	background-color: white;
}
header.fixed.full-width {
	max-width: 100%;
	margin-left: 0px;
	left: 0;
	right: 0;
}
.midcs {
	text-align: center;
}

.midmo {
    text-align: center;
    margin: 0px 99px 0 0;
}
@media screen and (max-width: 1500px) {
	header.fixed {
		max-width: 100%;
		margin: 0;
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	header.fixed {
		height: 114px;
	}
	.precls {
	text-align: center;
	
}
}
header nav.navbar {
	height: 80px;
	box-shadow: none;
	border-radius: 0;
	background-image: none;
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	header nav.navbar {
		height: 60px;
	}
}
header nav.navbar #logo {
	width: 150px;
	position: relative;
	float: left;
}
@media screen and (max-width: 480px) {
	header nav.navbar #logo {
		width: 185px;
	}
	.midmo {
    text-align: center;
     margin: 0px 0px 0 0 !important;
}
}
header nav.navbar #logo a.navbar-brand {
	height: 80px;
	line-height: 80px;
	padding: 20px 0;
}
@media screen and (max-width: 480px) {
	header nav.navbar #logo a.navbar-brand {
		height: 60px;
		line-height: 60px;
		padding: 10px 0;
	}
}
header nav.navbar #logo a.navbar-brand img {
	max-height: 100px;
	/*width: 235px;*/
	/*border-radius:2px;*/
	
}
@media screen and (max-width: 480px) {
	header nav.navbar #logo a.navbar-brand img {
		max-width: 180px;
	}
}
header nav.navbar #menu, header nav.navbar #sidemenu, header nav.navbar #menu-classic {
	position: relative;
	float: right;
	margin: 25px 0;
	width: 80%;
	width: calc(100% - 150px);
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu, header nav.navbar #sidemenu, header nav.navbar #menu-classic {
		width: auto;
	}
}
header nav.navbar #menu .menu-holder, header nav.navbar #sidemenu .menu-holder, header nav.navbar #menu-classic .menu-holder {
	text-align: right;
	float: right;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder, header nav.navbar #sidemenu .menu-holder, header nav.navbar #menu-classic .menu-holder {
		display: none;
	}
}
header nav.navbar #menu .menu-holder ul>li:last-of-type.submenu ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul>li:last-of-type.submenu ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul>li:last-of-type.submenu ul.sub-menu {
	left: inherit;
	right: -18px;
}
header nav.navbar #menu .menu-holder ul li, header nav.navbar #sidemenu .menu-holder ul li, header nav.navbar #menu-classic .menu-holder ul li {
	display: inline-block;
}
header nav.navbar #menu .menu-holder ul li a, header nav.navbar #sidemenu .menu-holder ul li a, header nav.navbar #menu-classic .menu-holder ul li a {
	margin-left: 30px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #323232;
	padding: 10px 0;
	letter-spacing: 1px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	header nav.navbar #menu .menu-holder ul li a, header nav.navbar #sidemenu .menu-holder ul li a, header nav.navbar #menu-classic .menu-holder ul li a {
		margin-left: 24px;
	}
}
header nav.navbar #menu .menu-holder ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li a:hover {
	color: #ab824f !important;
}
header nav.navbar #menu .menu-holder ul li a.active, header nav.navbar #menu .menu-holder ul li a.active-item, header nav.navbar #sidemenu .menu-holder ul li a.active, header nav.navbar #sidemenu .menu-holder ul li a.active-item, header nav.navbar #menu-classic .menu-holder ul li a.active, header nav.navbar #menu-classic .menu-holder ul li a.active-item {
	color: #ab824f;
}
header nav.navbar #menu .menu-holder ul li.submenu, header nav.navbar #sidemenu .menu-holder ul li.submenu, header nav.navbar #menu-classic .menu-holder ul li.submenu {
	position: relative;
}
header nav.navbar #menu .menu-holder ul li.submenu>a, header nav.navbar #sidemenu .menu-holder ul li.submenu>a, header nav.navbar #menu-classic .menu-holder ul li.submenu>a {
	padding: 27px 0;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu {
	display: block;
	visibility: hidden;
	z-index: 90;
	position: absolute;
	top: 88px;
	opacity: 0;
	left: 18px;
	min-width: 177px;
	width: auto;
	text-align: left;
	background-color: #1C1C1C;
	padding: 0 16px;
	transition: all .4s ease;
	box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.10);
}
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:first-child, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:first-child{
	border-top:0;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li {
	display: block;
	text-align: left;
	padding: 10px 0;
	border-top:1px solid rgba(255,255,255,0.1);
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:first-child, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:first-child, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:first-child {
	margin: 0 0 0px 0;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:last-child, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:last-child, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:last-child {
	margin: 0px 0 0 0;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a {
	color: white;
	margin-left: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	font-family: "Open Sans", sans-serif;
	transition: padding-left .4s ease;

}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
	color: #ab824f !important;
}
@media screen and (min-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
		padding-left: 10px;
		transition: padding-left .4s ease;
	}
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
	width: 70%;
	right: 0;
	left: inherit;
	top: 59px;
}

@media screen and (max-width: 1450px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
		width: 85%;
	}
}
@media screen and (max-width: 1250px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
		width: 100%;
	}
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
	width: 50%;
	right: 0;
	top: 55px;
	left: inherit;
}
@media screen and (max-width: 1500px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
		width: 70%;
	}
}
@media screen and (max-width: 1250px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
		width: 100%;
	}
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
	color: white;
	margin-left: 0;
	font-size: 14px;
	line-height: 30px;
	text-transform: none;
	font-family: "Open Sans", sans-serif;
	transition: padding-left .4s ease;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i {
	color: #85858A;
	padding-right: 16px;
	transition: color .4s ease;
}
@media screen and (min-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a {
		padding-left: 10px;
		transition: padding-left .4s ease;
	}
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i {
	color: white;
	transition: color .4s ease;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list {
	overflow: hidden;
	margin-top: -10px;
}
header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header, header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header, header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header {
	display: block;
	color: #d1d2d3;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
header nav.navbar #menu .menu-holder ul li.submenu:hover ul.sub-menu, header nav.navbar #sidemenu .menu-holder ul li.submenu:hover ul.sub-menu, header nav.navbar #menu-classic .menu-holder ul li.submenu:hover ul.sub-menu {
	visibility: visible;
	top: 52px;
	opacity: 1;
	transition: all .4s ease;
}
header nav.navbar #menu .menu-holder ul li.submenu.megasubmenu, header nav.navbar #sidemenu .menu-holder ul li.submenu.megasubmenu, header nav.navbar #menu-classic .menu-holder ul li.submenu.megasubmenu {
	position: static;
}
header nav.navbar #menu .menu-holder ul li.search, header nav.navbar #sidemenu .menu-holder ul li.search, header nav.navbar #menu-classic .menu-holder ul li.search {
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.search, header nav.navbar #sidemenu .menu-holder ul li.search, header nav.navbar #menu-classic .menu-holder ul li.search {
		display: none !important;
	}
}
header nav.navbar #menu .menu-holder ul li.search i, header nav.navbar #sidemenu .menu-holder ul li.search i, header nav.navbar #menu-classic .menu-holder ul li.search i {
	margin-left: 30px;
	font-size: 20px;
	line-height: 16px;
	padding: 10px 0;
}
header nav.navbar #menu .menu-holder ul li.lang, header nav.navbar #sidemenu .menu-holder ul li.lang, header nav.navbar #menu-classic .menu-holder ul li.lang {
	cursor: pointer;
	position: relative;
}
header nav.navbar #menu .menu-holder ul li.lang span, header nav.navbar #sidemenu .menu-holder ul li.lang span, header nav.navbar #menu-classic .menu-holder ul li.lang span {
	display: block;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.lang span, header nav.navbar #sidemenu .menu-holder ul li.lang span, header nav.navbar #menu-classic .menu-holder ul li.lang span {
		display: inline-block;
	}
}
header nav.navbar #menu .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 25px 0;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
		padding: 10px 0;
		margin-right: 16px;
		color: #ab824f;
	}
	header nav.navbar #menu .menu-holder ul li.lang span.current a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang span.current a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang span.current a:hover {
		color: #ab824f;
	}
}
header nav.navbar #menu .menu-holder ul li.lang ul, header nav.navbar #sidemenu .menu-holder ul li.lang ul, header nav.navbar #menu-classic .menu-holder ul li.lang ul {
	display: block;
	visibility: hidden;
	z-index: 90;
	position: absolute;
	top: 88px;
	opacity: 0;
	right: -16px;
	width: 100px;
	text-align: center;
	background-color: #1C1C1C;
	padding: 16px;
	transition: all .4s ease;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.lang ul, header nav.navbar #sidemenu .menu-holder ul li.lang ul, header nav.navbar #menu-classic .menu-holder ul li.lang ul {
		visibility: visible;
		position: relative;
		top: inherit;
		opacity: 1;
		right: inherit;
		width: auto;
		text-align: left;
		background-color: transparent;
		display: inline-block;
		padding: 0;
	}
}
header nav.navbar #menu .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
	margin-left: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
}
header nav.navbar #menu .menu-holder ul li.lang ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
	color: #323232;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
		margin-right: 16px;
	}
	header nav.navbar #menu .menu-holder ul li.lang ul li a:hover, header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover, header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
		color: #85858A;
	}
}
header nav.navbar #menu .menu-holder ul li.lang:hover ul, header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul, header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
	visibility: visible;
	top: 52px;
	opacity: 1;
	transition: all .4s ease;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu .menu-holder ul li.lang:hover ul, header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul, header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
		top: inherit;
	}
}
header nav.navbar #menu .menu-holder#home-menu ul.filters li a.is-checked, header nav.navbar #sidemenu .menu-holder#home-menu ul.filters li a.is-checked, header nav.navbar #menu-classic .menu-holder#home-menu ul.filters li a.is-checked {
	color: #ab824f;
}
header nav.navbar #menu .menu-holder#home-menu ul.filters li a:focus, header nav.navbar #sidemenu .menu-holder#home-menu ul.filters li a:focus, header nav.navbar #menu-classic .menu-holder#home-menu ul.filters li a:focus {
	text-decoration: none;
}
header nav.navbar #menu .menu-holder button.close-menu, header nav.navbar #sidemenu .menu-holder button.close-menu, header nav.navbar #menu-classic .menu-holder button.close-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 100px;
	font-weight: 100;
	color: #ab824f;
	width: 50px;
	height: 120px;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.open, header nav.navbar #sidemenu.open, header nav.navbar #menu-classic.open {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100%;
		z-index: 998;
		visibility: visible;
		opacity: 1;
		margin: 0;
		overflow-y: auto;
	}
	header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
		padding: 120px 100px 50px 100px;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 991px) and (max-width: 1350px) {
	header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
		display: block;
	}
}
@media screen and (max-width: 991px) and (max-width: 480px) {
	header nav.navbar #menu.open .menu-holder, header nav.navbar #sidemenu.open .menu-holder, header nav.navbar #menu-classic.open .menu-holder {
		padding: 120px 50px;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.open .menu-holder ul li, header nav.navbar #sidemenu.open .menu-holder ul li, header nav.navbar #menu-classic.open .menu-holder ul li {
		display: block;
		padding: 6px 0;
	}
	header nav.navbar #menu.open .menu-holder ul li a, header nav.navbar #sidemenu.open .menu-holder ul li a, header nav.navbar #menu-classic.open .menu-holder ul li a {
		color: #323232;
		padding: 0;
		font-size: 35px;
		line-height: 55px;
	}
	header nav.navbar #menu.open .menu-holder ul li a:hover, header nav.navbar #sidemenu.open .menu-holder ul li a:hover, header nav.navbar #menu-classic.open .menu-holder ul li a:hover {
		color: #ab824f;
	}
	header nav.navbar #menu.open .menu-holder ul li.submenu, header nav.navbar #sidemenu.open .menu-holder ul li.submenu, header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
		display: block;
	}
	header nav.navbar #menu.open .menu-holder ul li.submenu>a, header nav.navbar #sidemenu.open .menu-holder ul li.submenu>a, header nav.navbar #menu-classic.open .menu-holder ul li.submenu>a {
		padding: 0;
	}
	header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
		position: relative;
		background-color: transparent;
		top: 0;
		left: inherit;
		right: inherit;
		text-align: center;
		max-height: 0;
		transition: max-height .8s ease;
		visibility: hidden;
		display: block;
		padding: 0;
		border: none;
	}
	header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
		display: inline-block;
		margin: 0 16px;
		text-align: center;
		opacity: 0;
		transition: opacity .4s ease;
	}
	header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li a {
		color: #ab824f;
		font-size: 12px;
		line-height: 22px;
		text-transform: uppercase;
		font-family: "Open Sans", sans-serif;
	}
}
@media screen and (max-width: 991px) and (max-width: 991px) {
	header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li a {
		color: white;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.open .menu-holder ul li a:focus, header nav.navbar #sidemenu.open .menu-holder ul li a:focus, header nav.navbar #menu-classic.open .menu-holder ul li a:focus {
		text-decoration: none;
		outline: none;
	}
	header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu {
		max-height: 800px;
		transition: max-height .8s ease;
		visibility: visible;
	}
	header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu li {
		opacity: 1;
		transition: opacity .4s ease;
	}
	header nav.navbar #menu.open .menu-holder ul a, header nav.navbar #sidemenu.open .menu-holder ul a, header nav.navbar #menu-classic.open .menu-holder ul a {
		font-size: 20px;
		line-height: 30px;
		font-family: "Montserrat", sans-serif;
		color: white;
		margin-left: 0;
	}
	header nav.navbar #menu.open .menu-holder button.close-menu, header nav.navbar #sidemenu.open .menu-holder button.close-menu, header nav.navbar #menu-classic.open .menu-holder button.close-menu {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.sidemenu, header nav.navbar #sidemenu.sidemenu, header nav.navbar #menu-classic.sidemenu {
		display: block;
		position: fixed;
		width: 320px;
		right: -320px;
		top: 0;
		left: inherit;
		background-color: #1C1C1C;
		height: 100%;
		z-index: 998;
	}
	header nav.navbar #menu.sidemenu .menu-holder, header nav.navbar #sidemenu.sidemenu .menu-holder, header nav.navbar #menu-classic.sidemenu .menu-holder {
		padding: 0px 50px;
		width: 100%;
		text-align: left;
		position: absolute;
		top: 80px;
		height: 60%;
		height: calc(100% - 80px);
		overflow-y: auto;
	}
	header nav.navbar.white #sidemenu.open .menu-holder ul li.socialhead a{
		margin-left:10px;
	}
}
@media screen and (max-width: 991px) and (max-width: 480px) {
	header nav.navbar #menu.sidemenu .menu-holder, header nav.navbar #sidemenu.sidemenu .menu-holder, header nav.navbar #menu-classic.sidemenu .menu-holder {
		padding: 30px;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.sidemenu .menu-holder ul li, header nav.navbar #sidemenu.sidemenu .menu-holder ul li, header nav.navbar #menu-classic.sidemenu .menu-holder ul li {
		margin: 15px 0;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li a {
		color: white;
		font-size: 20px;
		line-height: 30px;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li:hover a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li:hover a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li:hover a {
		color: #85858A;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu {
		text-align: right;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li {
		margin: 0 0 0 16px;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a {
		color: #d1d2d3;
	}
	header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover {
		color: #ab824f !important;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu.sidemenu.open, header nav.navbar #sidemenu.sidemenu.open, header nav.navbar #menu-classic.sidemenu.open {
		overflow-y: visible;
		right: 0;
	}
}
header nav.navbar #menu.minimal, header nav.navbar #sidemenu.minimal, header nav.navbar #menu-classic.minimal {
	width: auto;
}
header nav.navbar #menu.minimal .menu-holder, header nav.navbar #sidemenu.minimal .menu-holder, header nav.navbar #menu-classic.minimal .menu-holder {
	display: none;
}
header nav.navbar #menu.minimal.open, header nav.navbar #sidemenu.minimal.open, header nav.navbar #menu-classic.minimal.open {
	width: 100%;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	z-index: 998;
	visibility: visible;
	opacity: 1;
	margin: 0;
	overflow-y: auto;
}
header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
	padding: 120px 20% 50px 20%;
	width: 100%;
	text-align: center;
	display: block;
}
@media screen and (max-width: 1350px) {
	header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	header nav.navbar #menu.minimal.open .menu-holder, header nav.navbar #sidemenu.minimal.open .menu-holder, header nav.navbar #menu-classic.minimal.open .menu-holder {
		padding: 120px 50px;
	}
}
header nav.navbar #menu.minimal.open .menu-holder ul li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li {
	display: block;
	padding: 6px 0;
}
header nav.navbar #menu.minimal.open .menu-holder ul li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a {
	color: #323232;
	padding: 0;
	font-size: 35px;
	line-height: 55px;
}
header nav.navbar #menu.minimal.open .menu-holder ul li a:hover, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a:hover, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a:hover {
	color: #ab824f;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu {
	display: block;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu>a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu>a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu>a {
	padding: 0;
	font-family: "Open Sans", sans-serif;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu {
	position: relative;
	background-color: transparent;
	top: 0;
	left: inherit;
	right: inherit;
	text-align: center;
	max-height: 0;
	transition: max-height .8s ease;
	visibility: hidden;
	display: block;
	padding: 0;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li {
	display: inline-block;
	margin: 0 16px;
	text-align: center;
	opacity: 0;
	transition: opacity .4s ease;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li a {
	color: #323232;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.submenu ul.sub-menu li a:hover {
	color: #ab824f !important;
	padding-left: 0;
}
header nav.navbar #menu.minimal.open .menu-holder ul li a:focus, header nav.navbar #sidemenu.minimal.open .menu-holder ul li a:focus, header nav.navbar #menu-classic.minimal.open .menu-holder ul li a:focus {
	text-decoration: none;
	outline: none;
}
header nav.navbar #menu.minimal.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #sidemenu.minimal.open .menu-holder ul li:hover ul.sub-menu, header nav.navbar #menu-classic.minimal.open .menu-holder ul li:hover ul.sub-menu {
	max-height: 800px;
	transition: max-height .8s ease;
	visibility: visible;
}
header nav.navbar #menu.minimal.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #sidemenu.minimal.open .menu-holder ul li:hover ul.sub-menu li, header nav.navbar #menu-classic.minimal.open .menu-holder ul li:hover ul.sub-menu li {
	opacity: 1;
	transition: opacity .4s ease;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.lang span, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang span, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang span {
	display: inline-block;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.lang span.current a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang span.current a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang span.current a {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 0;
	margin-right: 16px;
	color: #ab824f;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.lang ul, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang ul, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang ul {
	display: block;
	visibility: visible;
	z-index: 90;
	position: relative;
	top: inherit;
	opacity: 1;
	right: inherit;
	width: auto;
	text-align: left;
	background-color: transparent;
	display: inline-block;
	padding: 0;
	transition: all .4s ease;
}
header nav.navbar #menu.minimal.open .menu-holder ul li.lang ul li a, header nav.navbar #sidemenu.minimal.open .menu-holder ul li.lang ul li a, header nav.navbar #menu-classic.minimal.open .menu-holder ul li.lang ul li a {
	margin-left: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right: 16px;
}
header nav.navbar #menu.minimal.open .menu-holder ul a, header nav.navbar #sidemenu.minimal.open .menu-holder ul a, header nav.navbar #menu-classic.minimal.open .menu-holder ul a {
	font-size: 20px;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	color: white;
	margin-left: 0;
}
header nav.navbar #menu.minimal.open .menu-holder button.close-menu, header nav.navbar #sidemenu.minimal.open .menu-holder button.close-menu, header nav.navbar #menu-classic.minimal.open .menu-holder button.close-menu {
	display: block;
}
header nav.navbar #menu-classic {
	margin: 58px 0;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu-classic.open {
		position: fixed;
		height: auto;
		max-height: 350px;
		top: 78px;
		background-color: #1C1C1C;
	}
}
@media screen and (max-width: 991px) and (max-width: 480px) {
	header nav.navbar #menu-classic.open {
		top: 60px;
	}
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu-classic.open .menu-holder {
		padding: 10px 50px 10px 50px;
		text-align: left;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li a {
		font-size: 14px;
		line-height: 24px;
		font-family: "Open Sans", sans-serif;
		font-weight: 100;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
		position: relative;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
		display: none;
		text-align: left;
		padding-left: 15px;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
		margin: 0 16px 0 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li.icon-list {
		margin-top: 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
		background-image: none !important;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
		top: 0;
		width: 100%;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li a {
		font-size: 12px;
		line-height: 28px;
		text-transform: uppercase;
		font-weight: 300;
		font-family: "Open Sans", sans-serif;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div {
		text-align: left;
		padding-left: 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div span.header {
		margin-top: 16px;
		color: #85858A;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 {
		width: 100%;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row {
		padding-left: 15px;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-md-12, header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-sm-12 {
		margin-bottom: 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:first-child span.header {
		margin-top: 0px;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:last-child {
		margin-bottom: 0px;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul {
		margin-top: 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li {
		padding: 0;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
		color: #ab824f;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu:after {
		content: "\f3d6";
		font-family: "Ionicons";
		position: absolute;
		display: block;
		position: absolute;
		right: 0px;
		top: 6px;
		font-size: 20px;
		line-height: 30px;
		color: #d1d2d3;
		transition: all .4s ease;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open>a {
		color: #ab824f;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: all .4s ease;
		color: #ab824f;
	}
	header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open ul.sub-menu {
		display: block;
	}
}
header nav.navbar #menu-responsive, header nav.navbar #menu-responsive-sidemenu, header nav.navbar #menu-responsive-classic {
	float: right;
	display: none;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu-responsive, header nav.navbar #menu-responsive-sidemenu, header nav.navbar #menu-responsive-classic {
		display: block;
	}
}
header nav.navbar #menu-responsive .menu-button, header nav.navbar #menu-responsive-sidemenu .menu-button, header nav.navbar #menu-responsive-classic .menu-button {
	float: right;
	display: block;
	width: 30px;
	height: 20px;
	margin: 26px 0;
	cursor: pointer;
}
@media screen and (max-width: 480px) {
	header nav.navbar #menu-responsive .menu-button, header nav.navbar #menu-responsive-sidemenu .menu-button, header nav.navbar #menu-responsive-classic .menu-button {
		margin: 16px 0;
	}
}
header nav.navbar #menu-responsive .menu-button .bar, header nav.navbar #menu-responsive-sidemenu .menu-button .bar, header nav.navbar #menu-responsive-classic .menu-button .bar {
	background-color: #323232;
	height: 2px;
	width: 30px;
	display: block;
	right: 0;
	margin: 5px 0;
}
header nav.navbar #menu-responsive .menu-button .bar-1, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-1, header nav.navbar #menu-responsive-classic .menu-button .bar-1 {
	transition: margin .4s ease;
}
header nav.navbar #menu-responsive .menu-button .bar-2, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-2, header nav.navbar #menu-responsive-classic .menu-button .bar-2 {
	transition: all .4s ease;
	width: 24px !important;
	margin-left: 3px !important;
}
header nav.navbar #menu-responsive .menu-button .bar-3, header nav.navbar #menu-responsive-sidemenu .menu-button .bar-3, header nav.navbar #menu-responsive-classic .menu-button .bar-3 {
	transition: margin .4s ease;
}
header nav.navbar #menu-responsive .menu-button:hover .bar-2, header nav.navbar #menu-responsive-sidemenu .menu-button:hover .bar-2, header nav.navbar #menu-responsive-classic .menu-button:hover .bar-2 {
	width: 30px !important;
	margin-left: 0 !important;
	transition: all .4s ease;
}
header nav.navbar #menu-responsive.minimal, header nav.navbar #menu-responsive-sidemenu.minimal, header nav.navbar #menu-responsive-classic.minimal {
	display: block;
}
@media screen and (max-width: 991px) {
	header nav.navbar #menu-responsive-sidemenu.open .menu-button, header nav.navbar #menu-responsive-classic.open .menu-button {
		position: relative;
		z-index: 998;
	}
	header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar, header nav.navbar #menu-responsive-classic.open .menu-button .bar {
		background-color: #85858A;
	}
	header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-1, header nav.navbar #menu-responsive-classic.open .menu-button .bar-1 {
		margin-top: 10px;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
		transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
		transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s, -webkit-transform .15s ease-out .25s;
	}
	header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-2, header nav.navbar #menu-responsive-classic.open .menu-button .bar-2 {
		opacity: 0;
	}
	header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar.bar-3, header nav.navbar #menu-responsive-classic.open .menu-button .bar.bar-3 {
		margin-top: -14px;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
		transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
		transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s, -webkit-transform .15s ease-out .25s;
	}
}
@media screen and (max-width: 767px) {
	header nav.navbar #menu-responsive-classic.open .menu-button .bar {
		background-color: #323232;
	}
}
header nav.navbar #search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 60px;
}
header nav.navbar #search-box.full-width {
	max-width: inherit;
}
header nav.navbar #search-box.active {
	display: block;
}
header nav.navbar #search-box button.close-search-box {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 100px;
	font-weight: 100;
	color: #ab824f;
	width: 50px;
	height: 120px;
}
header nav.navbar #search-box .form-input .form-field {
	border-bottom-color: #323232;
}
header nav.navbar.white #logo img:not(.white-logo) {
	display: none;
}
header nav.navbar.white #menu .menu-holder ul li>a, header nav.navbar.white #sidemenu .menu-holder ul li>a, header nav.navbar.white #menu-classic .menu-holder ul li>a {
	color:#fff;
	font-weight: 400;
}
header nav.navbar.white #menu .menu-holder ul li>a.active-item, header nav.navbar.white #sidemenu .menu-holder ul li>a.active-item, header nav.navbar.white #menu-classic .menu-holder ul li>a.active-item {
	color: #ab824f;
	font-weight: 400;
	border-bottom:4px solid #ab824f;
}
header nav.navbar.white #menu .menu-holder ul li.lang span.current a, header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
	color: white;
}
@media screen and (max-width: 991px) {
	header nav.navbar.white #menu .menu-holder ul li.lang span.current a, header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a, header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
		color: #ab824f;
	}
}
header nav.navbar.white #menu.open .menu-holder ul li>a, header nav.navbar.white #sidemenu.open .menu-holder ul li>a, header nav.navbar.white #menu-classic.open .menu-holder ul li>a {
	color: white;
}
header nav.navbar.white #menu.open .menu-holder ul li>a.active-item, header nav.navbar.white #sidemenu.open .menu-holder ul li>a.active-item, header nav.navbar.white #menu-classic.open .menu-holder ul li>a.active-item {
	color: #ab824f;
	font-weight: 400;
}
header nav.navbar.white #sidemenu.open .menu-holder ul li {
	margin: 8px 0;
}
header nav.navbar.white #sidemenu.open .menu-holder ul li>a {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 100;
}
header nav.navbar.white #sidemenu.open .menu-holder ul li>a.active-item {
	color: #ab824f;
	font-weight: 400;
}
header nav.navbar.white #menu-responsive .menu-button .bar, header nav.navbar.white #menu-responsive-sidemenu .menu-button .bar, header nav.navbar.white #menu-responsive-classic .menu-button .bar {
	background-color: white;
}
header nav.navbar.white #search-box .form-input i {
	color: #323232;
}
header nav.navbar.white .socialhead {
	border-left: 1px solid #fff;
	margin-left: 20px;
}
@media (min-width:992px) and (max-width:1024px){
	header nav.navbar.white .socialhead {
		display:none !important;
	}
}
/*-------------------------------------------------*/

/* =  5.FullPage
/*-------------------------------------------------*/

#fullpage.full-width {
	margin-left: -50px;
	margin-right: -50px;
}
#fullpage .section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px;
	z-index: 1;
}
@media screen and (max-width: 480px) {
	#fullpage .section {
		padding-top: 80px !important;
	}
}
#fullpage .section .text {
	z-index: 3;
	position: relative;
}
#fullpage .section .text h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
	#fullpage .section .text h3 {
		font-size: 28px;
	}
}
#fullpage .section .text h4 {
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#fullpage .section .text.main {
	padding: 0 25%;
}
@media screen and (max-width: 900px) {
	#fullpage .section .text.main {
		padding: 0;
	}
}
@media screen and (max-width: 900px) {
	#fullpage .section .text.main p:not(.heading) {
		display: none;
	}
}
#fullpage .section .text.main p:last-of-type {
	margin-bottom: 36px;
}
#fullpage .section .text.no-opacity {
	opacity: 0;
}
#fullpage .section .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.65);
	transition: all .4s ease;
	z-index: 2;
}
#fp-nav {
	max-width: 1920px;
	margin: 0 auto;
	margin-left: -960px;
	left: 50%;
	right: inherit;
	z-index: 98 !important;
}
@media screen and (max-width: 1500px) {
	#fp-nav {
		max-width: 100%;
		margin: 0;
		left: 0;
	}
}
@media screen and (max-width: 480px) {
	#fp-nav {
		left: 15px;
	}
}
#fp-nav ul {
	float: right;
	margin-top: 40px !important;
}
#fp-nav ul li {
	margin: 16px 8px !important;
}
#fp-nav ul li a {
	display: inline !important;
}
#fp-nav ul li a span {
	height: 10px !important;
	width: 10px !important;
	border: 1px solid white !important;
	background-color: transparent !important;
	margin: 0 !important;
}
#fp-nav ul li a.active span {
	background-color: white !important;
}
#fp-nav ul li:last-child {
	display: none;
}
#fp-nav.right {
	right: 8px !important;
}
/*-------------------------------------------------*/

/* =  6.Main content
/*-------------------------------------------------*/

#page-content {
	position: relative;
	z-index: 2;
	background-color: white;
}
#page-content.footer-fixed {
	/* margin-bottom: 278px; */
}
@media screen and (max-width: 1199px) {
	#page-content.footer-fixed {
		margin-bottom: 260px;
	}
}
@media screen and (max-width: 991px) {
	#page-content.footer-fixed {
		margin-bottom: 0;
	}
}
#page-content.header-static {
	margin-top: -80px !important;
}
@media screen and (max-width: 480px) {
	#page-content.header-static {
		margin-top: -60px !important;
	}
}
#page-content.header-static #flexslider, #page-content.header-static #flexslider-nav {
	height: calc(100vh) !important;
}
#page-content.header-static #flexslider li, #page-content.header-static #flexslider-nav li {
	height: calc(100vh) !important;
}
#page-content.header-static #slider-video {
	height: calc(100vh) !important;
}
#page-content.header-static #slider-video .local-video {
	height: calc(100vh) !important;
}
#page-content #flexslider, #page-content #flexslider-nav {
	border: none;
	height: 100vh;
	height: calc(100vh - 80px);
	margin-top: 80px;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider, #page-content #flexslider-nav {
		height: calc(100vh - 60px);
		margin-top: 60px;
		transition-duration: 600ms;
	}
}
#page-content #flexslider ul, #page-content #flexslider-nav ul {
	position: relative;
	overflow: hidden;
}
#page-content #flexslider ul li, #page-content #flexslider-nav ul li {
	height: 100vh;
	height: calc(100vh - 80px);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#page-content #flexslider-nav ul li:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block z-index:1;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider ul li, #page-content #flexslider-nav ul li {
		height: calc(100vh - 60px);
		transition-duration: 600ms;
	}
}
#page-content #flexslider ul li .text, #page-content #flexslider-nav ul li .text {
	position: relative;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	padding: 50px;
}
#page-content #flexslider ul li .text.left, #page-content #flexslider-nav ul li .text.left {
	text-align: center;
}
#page-content #flexslider ul li .text.right, #page-content #flexslider-nav ul li .text.right {
	text-align: right;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider ul li .text.typed, #page-content #flexslider-nav ul li .text.typed {
		padding: 100px 50px 50px 50px;
	}
}
#page-content #flexslider ul li .text h1, #page-content #flexslider-nav ul li .text h1 {
	font-size: 55px;
	line-height: 60px;
	color: #ab824f;
}
@media screen and (max-width: 650px) {
	#page-content #flexslider ul li .text h1, #page-content #flexslider-nav ul li .text h1 {
		font-size: 50px;
		line-height: 55px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #flexslider ul li .text h1, #page-content #flexslider-nav ul li .text h1 {
		font-size: 40px;
		line-height: 45px;
	}
}
#page-content #flexslider ul li .text h3, #page-content #flexslider-nav ul li .text h3 {
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	font-weight: 300;
}
#page-content #flexslider ul li .text h2, #page-content #flexslider-nav ul li .text h2 {
	margin-top: 25px;
	font-size: 26px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	font-weight: 500;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media screen and (max-width: 480px) {
	#page-content #flexslider ul li .text h2, #page-content #flexslider-nav ul li .text h2 {
		line-height: 24px;
	}
}
#page-content #flexslider ul li .text h3, #page-content #flexslider-nav ul li .text h3 {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 16px;
}
#page-content #flexslider ul li .text p.heading, #page-content #flexslider-nav ul li .text p.heading {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	padding: 10px;
	text-align: center;
}
#page-content #flexslider ul li .text a.btn-alt, #page-content #flexslider-nav ul li .text a.btn-alt {
	margin-top: 36px;
}
#page-content #flexslider ul li .gradient, #page-content #flexslider-nav ul li .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(229, 229, 229, 0.8);
	z-index: 2;
}
#page-content #flexslider ul li .gradient.dark, #page-content #flexslider-nav ul li .gradient.dark {
	background-color: rgba(34, 34, 34, 0.2);
}
#page-content #flexslider.home, #page-content #flexslider-nav.home {
	height: 550px !important;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider.home, #page-content #flexslider-nav.home {
		height: calc(100vh) !important;
	}
}
#page-content #flexslider.home ul li, #page-content #flexslider-nav.home ul li {
	height: 550px !important;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider.home ul li, #page-content #flexslider-nav.home ul li {
		height: calc(100vh) !important;
	}
}
#page-content #flexslider.small, #page-content #flexslider-nav.small {
	height: 450px !important;
}
#page-content #flexslider.small.error, #page-content #flexslider-nav.small.error {
	height: 600px !important;
	height: 100vh !important;
}
#page-content #flexslider.small.error ul li, #page-content #flexslider-nav.small.error ul li {
	height: 600px !important;
	height: 100vh !important;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider.small, #page-content #flexslider-nav.small {
		height: calc(100vh) !important;
	}
}
#page-content #flexslider.small ul li, #page-content #flexslider-nav.small ul li {
	height: 450px !important;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider.small ul li, #page-content #flexslider-nav.small ul li {
		height: calc(100vh) !important;
	}
}
#page-content #flexslider.small .breadcrumb, #page-content #flexslider-nav.small .breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	background-color: transparent;
}
#page-content #flexslider.small .breadcrumb>.active, #page-content #flexslider-nav.small .breadcrumb>.active {
	color: white;
	font-weight: 400;
}
#page-content #flexslider.small .breadcrumb li, #page-content #flexslider-nav.small .breadcrumb li {
	height: auto !important;
}
#page-content #flexslider.small .breadcrumb li a, #page-content #flexslider-nav.small .breadcrumb li a {
	font-weight: 400;
}
#page-content #flexslider.small .breadcrumb li a:hover, #page-content #flexslider-nav.small .breadcrumb li a:hover {
	color: #d1d2d3;
}
#page-content #flexslider.small .gallery-button, #page-content #flexslider-nav.small .gallery-button {
	position: absolute;
	bottom: 31px;
	left: 0;
	right: 50px;
	z-index: 10;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#page-content #flexslider.small .gallery-button, #page-content #flexslider-nav.small .gallery-button {
		position: absolute;
		bottom: 70px;
		left: 0;
		right: 0;
		z-index: 10;
		text-align: center;
	}
}
#page-content #flexslider.small .gallery-button a, #page-content #flexslider-nav.small .gallery-button a {
	font-size: 14px;
	color: white;
	font-weight: 400;
	position: relative;
	padding-right: 30px;
}
#page-content #flexslider.small .gallery-button a:after, #page-content #flexslider-nav.small .gallery-button a:after {
	content: "\f48a";
	font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 24px;
	transition: -webkit-transform .4s linear;
	transition: transform .4s linear;
	transition: transform .4s linear, -webkit-transform .4s linear;
}
#page-content #flexslider.small .gallery-button a:hover, #page-content #flexslider-nav.small .gallery-button a:hover {
	color: #ab824f;
}
#page-content #flexslider.small .gallery-button a:hover:after, #page-content #flexslider-nav.small .gallery-button a:hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform .4s linear;
	transition: transform .4s linear;
	transition: transform .4s linear, -webkit-transform .4s linear;
	color: white;
}
#page-content #flexslider .slider-navigation, #page-content #flexslider-nav .slider-navigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	z-index: 1;
	right: 0;
	left: 0;
}
#page-content #flexslider .slider-navigation .flex-prev, #page-content #flexslider-nav .slider-navigation .flex-prev {
	position: absolute;
	left: 30px;
	z-index: 10;
	transition: all .4s ease;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider .slider-navigation .flex-prev, #page-content #flexslider-nav .slider-navigation .flex-prev {
		left: 18px;
	}
}
#page-content #flexslider .slider-navigation .flex-prev:hover, #page-content #flexslider-nav .slider-navigation .flex-prev:hover {
	left: 25px;
	opacity: .6;
	transition: all .4s ease;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider .slider-navigation .flex-prev:hover, #page-content #flexslider-nav .slider-navigation .flex-prev:hover {
		left: -5px;
	}
}
#page-content #flexslider .slider-navigation .flex-next, #page-content #flexslider-nav .slider-navigation .flex-next {
	position: absolute;
	right: 30px;
	z-index: 10;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider .slider-navigation .flex-next, #page-content #flexslider-nav .slider-navigation .flex-next {
		right: 18px;
	}
}
#page-content #flexslider .slider-navigation .flex-next:hover, #page-content #flexslider-nav .slider-navigation .flex-next:hover {
	right: 25px;
	opacity: .6;
	transition: all .4s ease;
}
@media screen and (max-width: 480px) {
	#page-content #flexslider .slider-navigation .flex-next:hover, #page-content #flexslider-nav .slider-navigation .flex-next:hover {
		right: -5px;
	}
}
#page-content #flexslider .slider-navigation .flex-prev i, #page-content #flexslider .slider-navigation .flex-next i, #page-content #flexslider-nav .slider-navigation .flex-prev i, #page-content #flexslider-nav .slider-navigation .flex-next i {
	font-size: 60px;
	color: white;
}
#page-content #flexslider .slider-controls-container, #page-content #flexslider-nav .slider-controls-container {
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
}
#page-content #flexslider .slider-controls-container ol, #page-content #flexslider-nav .slider-controls-container ol {
	bottom: inherit;
	z-index: 99;
	text-align: center;
	padding: 18px 50px;
}
#page-content #flexslider .text-left .slider-controls-container ol, #page-content #flexslider-nav .text-left .slider-controls-container ol {
	bottom: inherit;
	z-index: 99;
	text-align: left;
	padding: 18px 50px;
}
#page-content #flexslider .slider-controls-container ol li, #page-content #flexslider-nav .slider-controls-container ol li {
	height: auto !important;
	display: inline-block;
	margin: 0 10px 0 0;
}
#page-content #flexslider .slider-controls-container ol li a, #page-content #flexslider-nav .slider-controls-container ol li a {
	width: 10px;
	height: 10px;
	border-radius: 0;
}
#page-content #flexslider .slider-controls-container ol li a.flex-active, #page-content #flexslider-nav .slider-controls-container ol li a.flex-active {
	background: white;
}
#page-content #flexslider .flex-direction-nav, #page-content #flexslider-nav .flex-direction-nav {
	display: none;
}
#page-content #flexslider-nav {
	position: relative;
}
#page-content #flexslider-nav ul li .text {
	padding: 50px;
}
@media(max-width:768px){
	#page-content #flexslider-nav ul li .text {
		padding: 50px 100px;
	}
}
#page-content #flexslider-nav ul li .text .no-opacity {
	opacity: 0;
}
#page-content #slider-video {
	height: 100vh;
	height: calc(100vh - 80px);
	position: relative;
	margin-top: 80px;
}
@media screen and (max-width: 480px) {
	#page-content #slider-video {
		height: calc(100vh - 60px);
		margin-top: 60px;
	}
}
#page-content #slider-video .local-video {
	height: 100vh;
	height: calc(100vh - 80px);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 480px) {
	#page-content #slider-video .local-video {
		height: calc(100vh - 60px);
	}
}
#page-content #slider-video .local-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}
@media screen and (max-width: 480px) {
	#page-content #slider-video .local-video video {
		height: 100%;
		width: auto;
		left: -50%;
	}
}
#page-content #slider-video .local-video .text {
	position: relative;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	text-align: center;
	padding: 50px;
}
#page-content #slider-video .local-video .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.65);
	z-index: 2;
}
#page-content #about .col-md-6 {
	padding-left: 0;
}
@media screen and (max-width: 991px) {
	#page-content #about .col-md-6 {
		padding-left: 15px;
	}
}
#page-content #main-services .title, #page-content #main-services .service {
	padding: 100px 50px;
	text-align: center;
}
#page-content #main-services .title h2, #page-content #main-services .service h2 {
	font-size: 70px;
}
@media screen and (max-width: 1450px) {
	#page-content #main-services .title h2, #page-content #main-services .service h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #main-services .title h2, #page-content #main-services .service h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #main-services .title h2, #page-content #main-services .service h2 {
		font-size: 70px;
	}
}
@media screen and (max-width: 600px) {
	#page-content #main-services .title h2, #page-content #main-services .service h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #main-services .title h2, #page-content #main-services .service h2 {
		font-size: 35px;
	}
}
#page-content #main-services .title .content, #page-content #main-services .service .content {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px 50px;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: all .3s ease;
}
#page-content #main-services .title .content p, #page-content #main-services .service .content p {
	margin-top: 25px;
}
@media screen and (max-width: 1450px) {
	#page-content #main-services .title .content p, #page-content #main-services .service .content p {
		margin-top: 15px;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #main-services .title .content p, #page-content #main-services .service .content p {
		margin-top: 0;
	}
}
@media screen and (max-width: 991px) {
	#page-content #main-services .title .content p, #page-content #main-services .service .content p {
		margin-top: 25px;
	}
}
@media screen and (max-width: 600px) {
	#page-content #main-services .title .content p, #page-content #main-services .service .content p {
		margin-top: 0;
	}
}
@media screen and (max-width: 480px) {
	#page-content #main-services .title .content p, #page-content #main-services .service .content p {
		margin-top: 0;
	}
}
#page-content #main-services .title.color-background h2 {
	color: white;
}
#page-content #main-services .service {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
#page-content #main-services .service h2 {
	color: white;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: all .3s ease-out;
}
#page-content #main-services .service:hover h2 {
	-webkit-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
	transition: all .3s ease;
}
@media screen and (max-width: 480px) {
	#page-content #main-services .service:hover h2 {
		-webkit-transform: translate(0px, -65px);
		-ms-transform: translate(0px, -65px);
		transform: translate(0px, -65px);
	}
}
#page-content #main-services .service:hover .content {
	opacity: 1;
	-webkit-transform: translate(0px, 25px);
	-ms-transform: translate(0px, 25px);
	transform: translate(0px, 25px);
	transition: all .3s ease;
}
@media screen and (max-width: 1199px) {
	#page-content #main-services .service:hover .content {
		-webkit-transform: translate(0px, 10px);
		-ms-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
	}
}
@media screen and (max-width: 991px) {
	#page-content #main-services .service:hover .content {
		-webkit-transform: translate(0px, 25px);
		-ms-transform: translate(0px, 25px);
		transform: translate(0px, 25px);
	}
}
@media screen and (max-width: 600px) {
	#page-content #main-services .service:hover .content {
		-webkit-transform: translate(0px, 10px);
		-ms-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
	}
}
@media screen and (max-width: 480px) {
	#page-content #main-services .service:hover .content {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}
#page-content #main-services .service:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
}
#page-content #projects.wrap-filters, #page-content #projects-filters.wrap-filters, #page-content #masonry-filters.wrap-filters, #page-content #models-list.wrap-filters, #page-content #gallery.wrap-filters {
	visibility: hidden;
	max-height: 0px;
	opacity: 0;
	transition: all .4s ease-out;
}
#page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open, #page-content #models-list.wrap-filters.open, #page-content #gallery.wrap-filters.open {
	padding: 60px;
	visibility: visible;
	max-height: 1000px;
	opacity: 1;
	transition: all .6s ease-in;
}
@media screen and (max-width: 767px) {
	#page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open, #page-content #models-list.wrap-filters.open, #page-content #gallery.wrap-filters.open {
		padding: 25px;
	}
}
#page-content #projects.wrap-filters-minimal, #page-content #projects-filters.wrap-filters-minimal, #page-content #masonry-filters.wrap-filters-minimal, #page-content #models-list.wrap-filters-minimal, #page-content #gallery.wrap-filters-minimal {
	padding: 50px 50px 25px 50px;
}
#page-content #projects ul.filters li, #page-content #projects-filters ul.filters li, #page-content #masonry-filters ul.filters li, #page-content #models-list ul.filters li, #page-content #gallery ul.filters li {
	display: inline-block;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	color: #323232;
	font-weight: 400;
	margin-bottom: 25px;
	height: 40px;
	line-height: 40px;
	padding: 0px 18px;
	cursor: pointer;
	transition: all .4s ease;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: line-through;
}
#page-content #projects ul.filters li.is-checked, #page-content #projects-filters ul.filters li.is-checked, #page-content #masonry-filters ul.filters li.is-checked, #page-content #models-list ul.filters li.is-checked, #page-content #gallery ul.filters li.is-checked {
	text-decoration: none;
	color: #ab824f;
}
#page-content #projects ul.filters li:hover, #page-content #projects-filters ul.filters li:hover, #page-content #masonry-filters ul.filters li:hover, #page-content #models-list ul.filters li:hover, #page-content #gallery ul.filters li:hover {
	color: #ab824f;
	text-decoration: none;
	transition: all .4s ease;
}
#page-content #projects ul.filters li sup, #page-content #projects-filters ul.filters li sup, #page-content #masonry-filters ul.filters li sup, #page-content #models-list ul.filters li sup, #page-content #gallery ul.filters li sup {
	font-size: 12px;
	line-height: 22px;
	top: -8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
#page-content #projects ul.filters.light li, #page-content #projects-filters ul.filters.light li, #page-content #masonry-filters ul.filters.light li, #page-content #models-list ul.filters.light li, #page-content #gallery ul.filters.light li {
	width: 50%;
	float: left;
	color: #323232;
	margin-left: -15px;
	margin: 16px 0;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	padding: 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#page-content #projects ul.filters.light li.is-checked, #page-content #projects-filters ul.filters.light li.is-checked, #page-content #masonry-filters ul.filters.light li.is-checked, #page-content #models-list ul.filters.light li.is-checked, #page-content #gallery ul.filters.light li.is-checked {
	color: #ab824f;
	font-weight: 400;
	border: none;
}
#page-content #projects ul.filters.light li:hover, #page-content #projects-filters ul.filters.light li:hover, #page-content #masonry-filters ul.filters.light li:hover, #page-content #models-list ul.filters.light li:hover, #page-content #gallery ul.filters.light li:hover {
	color: #ab824f;
	transition: color .4s ease;
}
#page-content #projects a:hover, #page-content #projects-filters a:hover, #page-content #masonry-filters a:hover, #page-content #models-list a:hover, #page-content #gallery a:hover {
	color: #323232;
}
#page-content #projects .projects-items .one-item, #page-content #projects .model-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .model-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .model-items .one-item, #page-content #models-list .projects-items .one-item, #page-content #models-list .model-items .one-item, #page-content #gallery .projects-items .one-item, #page-content #gallery .model-items .one-item {
	width: 50%;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 18px;
	transition: all .4s ease;
}
@media screen and (max-width: 767px) {
	#page-content #projects .projects-items .one-item, #page-content #projects .model-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .model-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .model-items .one-item, #page-content #models-list .projects-items .one-item, #page-content #models-list .model-items .one-item, #page-content #gallery .projects-items .one-item, #page-content #gallery .model-items .one-item {
		width: 100%;
	}
}
#page-content #projects .projects-items .one-item img, #page-content #projects .model-items .one-item img, #page-content #projects-filters .projects-items .one-item img, #page-content #projects-filters .model-items .one-item img, #page-content #masonry-filters .projects-items .one-item img, #page-content #masonry-filters .model-items .one-item img, #page-content #models-list .projects-items .one-item img, #page-content #models-list .model-items .one-item img, #page-content #gallery .projects-items .one-item img, #page-content #gallery .model-items .one-item img {
	width: 100%;
	height: auto;
	display: block;
}
#page-content #projects .projects-items .one-item .image-bg, #page-content #projects .model-items .one-item .image-bg, #page-content #projects-filters .projects-items .one-item .image-bg, #page-content #projects-filters .model-items .one-item .image-bg, #page-content #masonry-filters .projects-items .one-item .image-bg, #page-content #masonry-filters .model-items .one-item .image-bg, #page-content #models-list .projects-items .one-item .image-bg, #page-content #models-list .model-items .one-item .image-bg, #page-content #gallery .projects-items .one-item .image-bg, #page-content #gallery .model-items .one-item .image-bg {
	position: relative;
}
#page-content #projects .projects-items .one-item .image-bg:before, #page-content #projects .model-items .one-item .image-bg:before, #page-content #projects-filters .projects-items .one-item .image-bg:before, #page-content #projects-filters .model-items .one-item .image-bg:before, #page-content #masonry-filters .projects-items .one-item .image-bg:before, #page-content #masonry-filters .model-items .one-item .image-bg:before, #page-content #models-list .projects-items .one-item .image-bg:before, #page-content #models-list .model-items .one-item .image-bg:before, #page-content #gallery .projects-items .one-item .image-bg:before, #page-content #gallery .model-items .one-item .image-bg:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 34, 34, 0.25);
}
#page-content #projects .projects-items .one-item .preview, #page-content #projects .model-items .one-item .preview, #page-content #projects-filters .projects-items .one-item .preview, #page-content #projects-filters .model-items .one-item .preview, #page-content #masonry-filters .projects-items .one-item .preview, #page-content #masonry-filters .model-items .one-item .preview, #page-content #models-list .projects-items .one-item .preview, #page-content #models-list .model-items .one-item .preview, #page-content #gallery .projects-items .one-item .preview, #page-content #gallery .model-items .one-item .preview {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	z-index: 3;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .preview, #page-content #projects .model-items .one-item .preview, #page-content #projects-filters .projects-items .one-item .preview, #page-content #projects-filters .model-items .one-item .preview, #page-content #masonry-filters .projects-items .one-item .preview, #page-content #masonry-filters .model-items .one-item .preview, #page-content #models-list .projects-items .one-item .preview, #page-content #models-list .model-items .one-item .preview, #page-content #gallery .projects-items .one-item .preview, #page-content #gallery .model-items .one-item .preview {
		right: 36px;
		bottom: 36px;
		left: 36px;
	}
}
#page-content #projects .projects-items .one-item .preview h4, #page-content #projects .model-items .one-item .preview h4, #page-content #projects-filters .projects-items .one-item .preview h4, #page-content #projects-filters .model-items .one-item .preview h4, #page-content #masonry-filters .projects-items .one-item .preview h4, #page-content #masonry-filters .model-items .one-item .preview h4, #page-content #models-list .projects-items .one-item .preview h4, #page-content #models-list .model-items .one-item .preview h4, #page-content #gallery .projects-items .one-item .preview h4, #page-content #gallery .model-items .one-item .preview h4 {
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-weight: 100;
}
#page-content #projects .projects-items .one-item .content, #page-content #projects .model-items .one-item .content, #page-content #projects-filters .projects-items .one-item .content, #page-content #projects-filters .model-items .one-item .content, #page-content #masonry-filters .projects-items .one-item .content, #page-content #masonry-filters .model-items .one-item .content, #page-content #models-list .projects-items .one-item .content, #page-content #models-list .model-items .one-item .content, #page-content #gallery .projects-items .one-item .content, #page-content #gallery .model-items .one-item .content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s ease;
	background: rgba(34, 34, 34, 0.85);
}
#page-content #projects .projects-items .one-item .content span.icon, #page-content #projects .model-items .one-item .content span.icon, #page-content #projects-filters .projects-items .one-item .content span.icon, #page-content #projects-filters .model-items .one-item .content span.icon, #page-content #masonry-filters .projects-items .one-item .content span.icon, #page-content #masonry-filters .model-items .one-item .content span.icon, #page-content #models-list .projects-items .one-item .content span.icon, #page-content #models-list .model-items .one-item .content span.icon, #page-content #gallery .projects-items .one-item .content span.icon, #page-content #gallery .model-items .one-item .content span.icon {
	position: absolute;
	top: 50px;
	right: 50px;
	background-color: #ab824f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.6), 0 1px 1px 0 rgba(0, 0, 0, 0.6);
	transition: right .3s ease;
}
#page-content #projects .projects-items .one-item .content span.icon i, #page-content #projects .model-items .one-item .content span.icon i, #page-content #projects-filters .projects-items .one-item .content span.icon i, #page-content #projects-filters .model-items .one-item .content span.icon i, #page-content #masonry-filters .projects-items .one-item .content span.icon i, #page-content #masonry-filters .model-items .one-item .content span.icon i, #page-content #models-list .projects-items .one-item .content span.icon i, #page-content #models-list .model-items .one-item .content span.icon i, #page-content #gallery .projects-items .one-item .content span.icon i, #page-content #gallery .model-items .one-item .content span.icon i {
	line-height: 40px;
	color: white;
}
#page-content #projects .projects-items .one-item .content .line, #page-content #projects .model-items .one-item .content .line, #page-content #projects-filters .projects-items .one-item .content .line, #page-content #projects-filters .model-items .one-item .content .line, #page-content #masonry-filters .projects-items .one-item .content .line, #page-content #masonry-filters .model-items .one-item .content .line, #page-content #models-list .projects-items .one-item .content .line, #page-content #models-list .model-items .one-item .content .line, #page-content #gallery .projects-items .one-item .content .line, #page-content #gallery .model-items .one-item .content .line {
	text-align: left;
	opacity: 0;
	top: -18px;
	left: -18px;
	right: -18px;
	bottom: -18px;
	border-bottom: 2px solid #ab824f;
	position: absolute;
	padding: 0;
	z-index: 1;
	transition: all .4s ease;
	transform: rotate(45deg);
}
#page-content #projects .projects-items .one-item .content .text, #page-content #projects .model-items .one-item .content .text, #page-content #projects-filters .projects-items .one-item .content .text, #page-content #projects-filters .model-items .one-item .content .text, #page-content #masonry-filters .projects-items .one-item .content .text, #page-content #masonry-filters .model-items .one-item .content .text, #page-content #models-list .projects-items .one-item .content .text, #page-content #models-list .model-items .one-item .content .text, #page-content #gallery .projects-items .one-item .content .text, #page-content #gallery .model-items .one-item .content .text {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 15px;
	transition: all .3s ease-out;
	width: 100%;
	padding: 0 30px;
}
#page-content #models-list .model-items .one-item .content .text ul {
	margin: 20px 0;
	color: #fff;
	padding: 0 40px;
}
#page-content #models-list .model-items .one-item .content .text ul li {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#page-content #models-list .model-items .one-item .content .text ul li a {
	float: left;
}
@media screen and (max-width: 380px) {
	#page-content #projects .projects-items .one-item .content .text, #page-content #projects .model-items .one-item .content .text, #page-content #projects-filters .projects-items .one-item .content .text, #page-content #projects-filters .model-items .one-item .content .text, #page-content #masonry-filters .projects-items .one-item .content .text, #page-content #masonry-filters .model-items .one-item .content .text, #page-content #models-list .projects-items .one-item .content .text, #page-content #models-list .model-items .one-item .content .text, #page-content #gallery .projects-items .one-item .content .text, #page-content #gallery .model-items .one-item .content .text {
		padding: 36px;
	}
}
#page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .model-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .model-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .model-items .one-item .content .text h3, #page-content #models-list .projects-items .one-item .content .text h3, #page-content #models-list .model-items .one-item .content .text h3, #page-content #gallery .projects-items .one-item .content .text h3, #page-content #gallery .model-items .one-item .content .text h3 {
	color: white;
	transition-delay: .8s;
	font-size: 38px;
	margin-bottom: 9px;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .model-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .model-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .model-items .one-item .content .text h3, #page-content #models-list .projects-items .one-item .content .text h3, #page-content #models-list .model-items .one-item .content .text h3, #page-content #gallery .projects-items .one-item .content .text h3, #page-content #gallery .model-items .one-item .content .text h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	#page-content #models-list .model-items .one-item .content .text ul {
		color: #fff;
		margin:0;
		padding:0;
	}
}
#page-content #projects .projects-items .one-item .content .text p, #page-content #projects .model-items .one-item .content .text p, #page-content #projects-filters .projects-items .one-item .content .text p, #page-content #projects-filters .model-items .one-item .content .text p, #page-content #masonry-filters .projects-items .one-item .content .text p, #page-content #masonry-filters .model-items .one-item .content .text p, #page-content #models-list .projects-items .one-item .content .text p, #page-content #models-list .model-items .one-item .content .text p, #page-content #gallery .projects-items .one-item .content .text p, #page-content #gallery .model-items .one-item .content .text p {
	color: #d1d2d3;
	text-align: center;
	position: relative;
	padding-top: 25px;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .content .text p, #page-content #projects .model-items .one-item .content .text p, #page-content #projects-filters .projects-items .one-item .content .text p, #page-content #projects-filters .model-items .one-item .content .text p, #page-content #masonry-filters .projects-items .one-item .content .text p, #page-content #masonry-filters .model-items .one-item .content .text p, #page-content #models-list .projects-items .one-item .content .text p, #page-content #models-list .model-items .one-item .content .text p, #page-content #gallery .projects-items .one-item .content .text p, #page-content #gallery .model-items .one-item .content .text p {
		font-size: 12px;
		line-height: 12px;
		padding-top: 30px;
	}
}
#page-content #projects .projects-items .one-item .content .text p:before, #page-content #projects .model-items .one-item .content .text p:before, #page-content #projects-filters .projects-items .one-item .content .text p:before, #page-content #projects-filters .model-items .one-item .content .text p:before, #page-content #masonry-filters .projects-items .one-item .content .text p:before, #page-content #masonry-filters .model-items .one-item .content .text p:before, #page-content #models-list .projects-items .one-item .content .text p:before, #page-content #models-list .model-items .one-item .content .text p:before, #page-content #gallery .projects-items .one-item .content .text p:before, #page-content #gallery .model-items .one-item .content .text p:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 10px;
	width: 1px;
}
#page-content #projects .projects-items .one-item .content a.link, #page-content #projects .model-items .one-item .content a.link, #page-content #projects-filters .projects-items .one-item .content a.link, #page-content #projects-filters .model-items .one-item .content a.link, #page-content #masonry-filters .projects-items .one-item .content a.link, #page-content #masonry-filters .model-items .one-item .content a.link, #page-content #models-list .projects-items .one-item .content a.link, #page-content #models-list .model-items .one-item .content a.link, #page-content #gallery .projects-items .one-item .content a.link, #page-content #gallery .model-items .one-item .content a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#page-content #projects .projects-items .one-item.static, #page-content #projects .model-items .one-item.static, #page-content #projects-filters .projects-items .one-item.static, #page-content #projects-filters .model-items .one-item.static, #page-content #masonry-filters .projects-items .one-item.static, #page-content #masonry-filters .model-items .one-item.static, #page-content #models-list .projects-items .one-item.static, #page-content #models-list .model-items .one-item.static, #page-content #gallery .projects-items .one-item.static, #page-content #gallery .model-items .one-item.static {
	background-color: #1C1C1C;
}
#page-content #projects .projects-items .one-item.static .content, #page-content #projects .model-items .one-item.static .content, #page-content #projects-filters .projects-items .one-item.static .content, #page-content #projects-filters .model-items .one-item.static .content, #page-content #masonry-filters .projects-items .one-item.static .content, #page-content #masonry-filters .model-items .one-item.static .content, #page-content #models-list .projects-items .one-item.static .content, #page-content #models-list .model-items .one-item.static .content, #page-content #gallery .projects-items .one-item.static .content, #page-content #gallery .model-items .one-item.static .content {
	opacity: 1;
}
#page-content #projects .projects-items .one-item.static .content .line, #page-content #projects .model-items .one-item.static .content .line, #page-content #projects-filters .projects-items .one-item.static .content .line, #page-content #projects-filters .model-items .one-item.static .content .line, #page-content #masonry-filters .projects-items .one-item.static .content .line, #page-content #masonry-filters .model-items .one-item.static .content .line, #page-content #models-list .projects-items .one-item.static .content .line, #page-content #models-list .model-items .one-item.static .content .line, #page-content #gallery .projects-items .one-item.static .content .line, #page-content #gallery .model-items .one-item.static .content .line {
	opacity: 1;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
}
#page-content #projects .projects-items .one-item:hover, #page-content #projects .model-items .one-item:hover, #page-content #projects-filters .projects-items .one-item:hover, #page-content #projects-filters .model-items .one-item:hover, #page-content #masonry-filters .projects-items .one-item:hover, #page-content #masonry-filters .model-items .one-item:hover, #page-content #models-list .projects-items .one-item:hover, #page-content #models-list .model-items .one-item:hover, #page-content #gallery .projects-items .one-item:hover, #page-content #gallery .model-items .one-item:hover {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.4);
	transition: all .4s ease;
}
#page-content #projects .projects-items .one-item:hover .preview, #page-content #projects .model-items .one-item:hover .preview, #page-content #projects-filters .projects-items .one-item:hover .preview, #page-content #projects-filters .model-items .one-item:hover .preview, #page-content #masonry-filters .projects-items .one-item:hover .preview, #page-content #masonry-filters .model-items .one-item:hover .preview, #page-content #models-list .projects-items .one-item:hover .preview, #page-content #models-list .model-items .one-item:hover .preview, #page-content #gallery .projects-items .one-item:hover .preview, #page-content #gallery .model-items .one-item:hover .preview {
	opacity: 0;
}
#page-content #projects .projects-items .one-item:hover .content, #page-content #projects .model-items .one-item:hover .content, #page-content #projects-filters .projects-items .one-item:hover .content, #page-content #projects-filters .model-items .one-item:hover .content, #page-content #masonry-filters .projects-items .one-item:hover .content, #page-content #masonry-filters .model-items .one-item:hover .content, #page-content #models-list .projects-items .one-item:hover .content, #page-content #models-list .model-items .one-item:hover .content, #page-content #gallery .projects-items .one-item:hover .content, #page-content #gallery .model-items .one-item:hover .content {
	opacity: 1;
	transition: opacity .4s ease;
}
#page-content #projects .projects-items .one-item:hover .content .line, #page-content #projects .model-items .one-item:hover .content .line, #page-content #projects-filters .projects-items .one-item:hover .content .line, #page-content #projects-filters .model-items .one-item:hover .content .line, #page-content #masonry-filters .projects-items .one-item:hover .content .line, #page-content #masonry-filters .model-items .one-item:hover .content .line, #page-content #models-list .projects-items .one-item:hover .content .line, #page-content #models-list .model-items .one-item:hover .content .line, #page-content #gallery .projects-items .one-item:hover .content .line, #page-content #gallery .model-items .one-item:hover .content .line {
	opacity: 1;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
	transition: all .4s ease;
}
#page-content #projects .projects-items .one-item:hover .image-bg {
	-webkit-transform: scale(1.5) rotate(0.2deg);
	-moz-transform: scale(1.5) rotate(0.2deg);
	transform: scale(1.5) rotate(0.2deg);
}
#page-content #projects .projects-items .one-item:hover .content .text, #page-content #projects .model-items .one-item:hover .content .text, #page-content #projects-filters .projects-items .one-item:hover .content .text, #page-content #projects-filters .model-items .one-item:hover .content .text, #page-content #masonry-filters .projects-items .one-item:hover .content .text, #page-content #masonry-filters .model-items .one-item:hover .content .text, #page-content #models-list .projects-items .one-item:hover .content .text, #page-content #models-list .model-items .one-item:hover .content .text, #page-content #gallery .projects-items .one-item:hover .content .text, #page-content #gallery .model-items .one-item:hover .content .text {
	margin-top: 0px;
	transition: all .3s ease-in;
}
#page-content #projects .projects-items .one-item.small .image-bg, #page-content #projects .model-items .one-item.small .image-bg, #page-content #projects-filters .projects-items .one-item.small .image-bg, #page-content #projects-filters .model-items .one-item.small .image-bg, #page-content #masonry-filters .projects-items .one-item.small .image-bg, #page-content #masonry-filters .model-items .one-item.small .image-bg, #page-content #models-list .projects-items .one-item.small .image-bg, #page-content #models-list .model-items .one-item.small .image-bg, #page-content #gallery .projects-items .one-item.small .image-bg, #page-content #gallery .model-items .one-item.small .image-bg {
	padding: 60% !important;
}
#page-content #projects .projects-items.equal .image-bg, #page-content #projects .model-items.equal .image-bg, #page-content #projects-filters .projects-items.equal .image-bg, #page-content #projects-filters .model-items.equal .image-bg, #page-content #masonry-filters .projects-items.equal .image-bg, #page-content #masonry-filters .model-items.equal .image-bg, #page-content #models-list .projects-items.equal .image-bg, #page-content #models-list .model-items.equal .image-bg, #page-content #gallery .projects-items.equal .image-bg, #page-content #gallery .model-items.equal .image-bg {
	width: 100%;
	padding: 35%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .projects-items.two-columns .one-item, #page-content #projects .model-items.two-columns .one-item, #page-content #projects-filters .projects-items.two-columns .one-item, #page-content #projects-filters .model-items.two-columns .one-item, #page-content #masonry-filters .projects-items.two-columns .one-item, #page-content #masonry-filters .model-items.two-columns .one-item, #page-content #models-list .projects-items.two-columns .one-item, #page-content #models-list .model-items.two-columns .one-item, #page-content #gallery .projects-items.two-columns .one-item, #page-content #gallery .model-items.two-columns .one-item {
	width: 25%;
	width: calc(25% - 12px);
}
#page-content #projects .projects-items.two-columns .one-item .image-bg, #page-content #projects .model-items.two-columns .one-item .image-bg, #page-content #projects-filters .projects-items.two-columns .one-item .image-bg, #page-content #projects-filters .model-items.two-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.two-columns .one-item .image-bg, #page-content #masonry-filters .model-items.two-columns .one-item .image-bg, #page-content #models-list .projects-items.two-columns .one-item .image-bg, #page-content #models-list .model-items.two-columns .one-item .image-bg, #page-content #gallery .projects-items.two-columns .one-item .image-bg, #page-content #gallery .model-items.two-columns .one-item .image-bg {
	padding: 75%;
}
#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list .projects-items.three-columns .one-item, #page-content #models-list .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
	width: 30.33333333%;
	width: calc(33.33333333% - 12px);
}
@media screen and (max-width: 1199px) {
	#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list .projects-items.three-columns .one-item, #page-content #models-list .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
		width: 40%;
		width: calc(50% - 12px);
	}
	#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list .projects-items.three-columns .one-item .image-bg, #page-content #models-list .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item.small .image-bg, #page-content #projects .model-items.three-columns .one-item.small .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item.small .image-bg, #page-content #projects-filters .model-items.three-columns .one-item.small .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item.small .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item.small .image-bg, #page-content #models-list .projects-items.three-columns .one-item.small .image-bg, #page-content #models-list .model-items.three-columns .one-item.small .image-bg, #page-content #gallery .projects-items.three-columns .one-item.small .image-bg, #page-content #gallery .model-items.three-columns .one-item.small .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type, #page-content #projects .model-items.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type, #page-content #models-list .projects-items.three-columns .one-item:last-of-type, #page-content #models-list .model-items.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.three-columns .one-item:last-of-type, #page-content #gallery .model-items.three-columns .one-item:last-of-type {
		width: 100% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.three-columns .one-item:last-of-type .image-bg {
		padding: 25% !important;
	}
}
@media screen and (max-width: 700px) {
	#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list .projects-items.three-columns .one-item, #page-content #models-list .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
		width: 100%;
	}
	#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list .projects-items.three-columns .one-item .image-bg, #page-content #models-list .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.three-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list .projects-items.three-columns .one-item .image-bg, #page-content #models-list .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
	padding: 75%;
}
#page-content #projects .projects-items.four-columns .one-item, #page-content #projects .model-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .model-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .model-items.four-columns .one-item, #page-content #models-list .projects-items.four-columns .one-item, #page-content #models-list .model-items.four-columns .one-item, #page-content #gallery .projects-items.four-columns .one-item, #page-content #gallery .model-items.four-columns .one-item {
	width: 20%;
	width: calc(25% - 12px);
}
#page-content #projects .projects-items.four-columns .one-item .image-bg, #page-content #projects .model-items.four-columns .one-item .image-bg, #page-content #projects-filters .projects-items.four-columns .one-item .image-bg, #page-content #projects-filters .model-items.four-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.four-columns .one-item .image-bg, #page-content #masonry-filters .model-items.four-columns .one-item .image-bg, #page-content #models-list .projects-items.four-columns .one-item .image-bg, #page-content #models-list .model-items.four-columns .one-item .image-bg, #page-content #gallery .projects-items.four-columns .one-item .image-bg, #page-content #gallery .model-items.four-columns .one-item .image-bg {
	padding: 65%;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects .model-items.square.two-columns .one-item:last-of-type, #page-content #projects .model-items.square.three-columns .one-item:last-of-type, #page-content #projects .model-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.two-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.three-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.four-columns .one-item:last-of-type, #page-content #models-list .model-items.square.two-columns .one-item:last-of-type, #page-content #models-list .model-items.square.three-columns .one-item:last-of-type, #page-content #models-list .model-items.square.four-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type {
		width: 40% !important;
		width: calc(50% - 12px) !important;
	}
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
@media screen and (max-width: 700px) {
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects .model-items.square.two-columns .one-item:last-of-type, #page-content #projects .model-items.square.three-columns .one-item:last-of-type, #page-content #projects .model-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.two-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.three-columns .one-item:last-of-type, #page-content #models-list .projects-items.square.four-columns .one-item:last-of-type, #page-content #models-list .model-items.square.two-columns .one-item:last-of-type, #page-content #models-list .model-items.square.three-columns .one-item:last-of-type, #page-content #models-list .model-items.square.four-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type {
		width: 100% !important;
	}
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
#page-content #projects .projects-items.square.two-columns .image-bg, #page-content #projects .projects-items.square.three-columns .image-bg, #page-content #projects .projects-items.square.four-columns .image-bg, #page-content #projects .model-items.square.two-columns .image-bg, #page-content #projects .model-items.square.three-columns .image-bg, #page-content #projects .model-items.square.four-columns .image-bg, #page-content #projects-filters .projects-items.square.two-columns .image-bg, #page-content #projects-filters .projects-items.square.three-columns .image-bg, #page-content #projects-filters .projects-items.square.four-columns .image-bg, #page-content #projects-filters .model-items.square.two-columns .image-bg, #page-content #projects-filters .model-items.square.three-columns .image-bg, #page-content #projects-filters .model-items.square.four-columns .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .image-bg, #page-content #masonry-filters .model-items.square.two-columns .image-bg, #page-content #masonry-filters .model-items.square.three-columns .image-bg, #page-content #masonry-filters .model-items.square.four-columns .image-bg, #page-content #models-list .projects-items.square.two-columns .image-bg, #page-content #models-list .projects-items.square.three-columns .image-bg, #page-content #models-list .projects-items.square.four-columns .image-bg, #page-content #models-list .model-items.square.two-columns .image-bg, #page-content #models-list .model-items.square.three-columns .image-bg, #page-content #models-list .model-items.square.four-columns .image-bg, #page-content #gallery .projects-items.square.two-columns .image-bg, #page-content #gallery .projects-items.square.three-columns .image-bg, #page-content #gallery .projects-items.square.four-columns .image-bg, #page-content #gallery .model-items.square.two-columns .image-bg, #page-content #gallery .model-items.square.three-columns .image-bg, #page-content #gallery .model-items.square.four-columns .image-bg {
	width: 50%;
	padding: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items .one-item, #page-content #projects-filters .gallery-items .one-item, #page-content #masonry-filters .gallery-items .one-item, #page-content #models-list .gallery-items .one-item, #page-content #gallery .gallery-items .one-item {
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items .one-item, #page-content #projects-filters .gallery-items .one-item, #page-content #masonry-filters .gallery-items .one-item, #page-content #models-list .gallery-items .one-item, #page-content #gallery .gallery-items .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items .one-item img, #page-content #projects-filters .gallery-items .one-item img, #page-content #masonry-filters .gallery-items .one-item img, #page-content #models-list .gallery-items .one-item img, #page-content #gallery .gallery-items .one-item img {
	width: 100%;
	height: auto;
	display: block;
}
#page-content #projects .gallery-items .one-item .content, #page-content #projects-filters .gallery-items .one-item .content, #page-content #masonry-filters .gallery-items .one-item .content, #page-content #models-list .gallery-items .one-item .content, #page-content #gallery .gallery-items .one-item .content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s ease;
	background: rgba(34, 34, 34, 0.85);
	padding: 50px;
}
#page-content #projects .gallery-items .one-item .content a.link, #page-content #projects-filters .gallery-items .one-item .content a.link, #page-content #masonry-filters .gallery-items .one-item .content a.link, #page-content #models-list .gallery-items .one-item .content a.link, #page-content #gallery .gallery-items .one-item .content a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#page-content #projects .gallery-items .one-item .content.figure, #page-content #projects-filters .gallery-items .one-item .content.figure, #page-content #masonry-filters .gallery-items .one-item .content.figure, #page-content #models-list .gallery-items .one-item .content.figure, #page-content #gallery .gallery-items .one-item .content.figure {
	text-align: center;
}
#page-content #projects .gallery-items .one-item .content.figure i, #page-content #projects-filters .gallery-items .one-item .content.figure i, #page-content #masonry-filters .gallery-items .one-item .content.figure i, #page-content #models-list .gallery-items .one-item .content.figure i, #page-content #gallery .gallery-items .one-item .content.figure i {
	color: white;
	font-size: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 40px;
	margin: 0 auto;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: all .3s ease;
}
#page-content #projects .gallery-items .one-item .content.figure:hover i, #page-content #projects-filters .gallery-items .one-item .content.figure:hover i, #page-content #masonry-filters .gallery-items .one-item .content.figure:hover i, #page-content #models-list .gallery-items .one-item .content.figure:hover i, #page-content #gallery .gallery-items .one-item .content.figure:hover i {
	-webkit-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	transform: translate(0px, -40px);
	transition: all .3s ease;
}
#page-content #projects .gallery-items .one-item:hover .content, #page-content #projects-filters .gallery-items .one-item:hover .content, #page-content #masonry-filters .gallery-items .one-item:hover .content, #page-content #models-list .gallery-items .one-item:hover .content, #page-content #gallery .gallery-items .one-item:hover .content {
	opacity: 1;
	transition: opacity .4s ease;
}
#page-content #projects .gallery-items.square .image-bg, #page-content #projects-filters .gallery-items.square .image-bg, #page-content #masonry-filters .gallery-items.square .image-bg, #page-content #models-list .gallery-items.square .image-bg, #page-content #gallery .gallery-items.square .image-bg {
	width: 50%;
	padding: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items.equal .image-bg, #page-content #projects-filters .gallery-items.equal .image-bg, #page-content #masonry-filters .gallery-items.equal .image-bg, #page-content #models-list .gallery-items.equal .image-bg, #page-content #gallery .gallery-items.equal .image-bg {
	width: 100%;
	padding: 35%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
	padding: 250px;
}
@media screen and (max-width: 1500px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 200px;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 200px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 125px;
	}
}
#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
	width: 33.33333333%;
}
#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
	padding: 200px;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items.three-columns .one-item.big, #page-content #projects-filters .gallery-items.three-columns .one-item.big, #page-content #masonry-filters .gallery-items.three-columns .one-item.big, #page-content #models-list .gallery-items.three-columns .one-item.big, #page-content #gallery .gallery-items.three-columns .one-item.big {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.three-columns .one-item.big, #page-content #projects-filters .gallery-items.three-columns .one-item.big, #page-content #masonry-filters .gallery-items.three-columns .one-item.big, #page-content #models-list .gallery-items.three-columns .one-item.big, #page-content #gallery .gallery-items.three-columns .one-item.big {
		width: 100%;
	}
}
#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
	width: 25%;
}
#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
	padding: 150px;
}
@media screen and (max-width: 1500px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 1250px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items.four-columns .one-item.big, #page-content #projects-filters .gallery-items.four-columns .one-item.big, #page-content #masonry-filters .gallery-items.four-columns .one-item.big, #page-content #models-list .gallery-items.four-columns .one-item.big, #page-content #gallery .gallery-items.four-columns .one-item.big {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.four-columns .one-item.big, #page-content #projects-filters .gallery-items.four-columns .one-item.big, #page-content #masonry-filters .gallery-items.four-columns .one-item.big, #page-content #models-list .gallery-items.four-columns .one-item.big, #page-content #gallery .gallery-items.four-columns .one-item.big {
		width: 100%;
	}
}
#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
	width: 20%;
}
#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
	padding: 125px;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 130px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 1250px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 25%;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 100%;
	}
}
/*---model-list1-----*/
#page-content #projects.wrap-filters, #page-content #projects-filters.wrap-filters, #page-content #masonry-filters.wrap-filters, #page-content #models-list1.wrap-filters, #page-content #gallery.wrap-filters {
	visibility: hidden;
	max-height: 0px;
	opacity: 0;
	transition: all .4s ease-out;
}
#page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open, #page-content #models-list1.wrap-filters.open, #page-content #gallery.wrap-filters.open {
	padding: 60px;
	visibility: visible;
	max-height: 1000px;
	opacity: 1;
	transition: all .6s ease-in;
}
@media screen and (max-width: 767px) {
	#page-content #projects.wrap-filters.open, #page-content #projects-filters.wrap-filters.open, #page-content #masonry-filters.wrap-filters.open, #page-content #models-list1.wrap-filters.open, #page-content #gallery.wrap-filters.open {
		padding: 25px;
	}
}
#page-content #projects.wrap-filters-minimal, #page-content #projects-filters.wrap-filters-minimal, #page-content #masonry-filters.wrap-filters-minimal, #page-content #models-list1.wrap-filters-minimal, #page-content #gallery.wrap-filters-minimal {
	padding: 50px 50px 25px 50px;
}
#page-content #projects ul.filters li, #page-content #projects-filters ul.filters li, #page-content #masonry-filters ul.filters li, #page-content #models-list1 ul.filters li, #page-content #gallery ul.filters li {
	display: inline-block;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	color: #323232;
	font-weight: 400;
	margin-bottom: 25px;
	height: 40px;
	line-height: 40px;
	padding: 0px 18px;
	cursor: pointer;
	transition: all .4s ease;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: line-through;
}
#page-content #projects ul.filters li.is-checked, #page-content #projects-filters ul.filters li.is-checked, #page-content #masonry-filters ul.filters li.is-checked, #page-content #models-list1 ul.filters li.is-checked, #page-content #gallery ul.filters li.is-checked {
	text-decoration: none;
	color: #ab824f;
}
#page-content #projects ul.filters li:hover, #page-content #projects-filters ul.filters li:hover, #page-content #masonry-filters ul.filters li:hover, #page-content #models-list1 ul.filters li:hover, #page-content #gallery ul.filters li:hover {
	color: #ab824f;
	text-decoration: none;
	transition: all .4s ease;
}
#page-content #projects ul.filters li sup, #page-content #projects-filters ul.filters li sup, #page-content #masonry-filters ul.filters li sup, #page-content #models-list1 ul.filters li sup, #page-content #gallery ul.filters li sup {
	font-size: 12px;
	line-height: 22px;
	top: -8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
#page-content #projects ul.filters.light li, #page-content #projects-filters ul.filters.light li, #page-content #masonry-filters ul.filters.light li, #page-content #models-list1 ul.filters.light li, #page-content #gallery ul.filters.light li {
	width: 50%;
	float: left;
	color: #323232;
	margin-left: -15px;
	margin: 16px 0;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	padding: 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#page-content #projects ul.filters.light li.is-checked, #page-content #projects-filters ul.filters.light li.is-checked, #page-content #masonry-filters ul.filters.light li.is-checked, #page-content #models-list1 ul.filters.light li.is-checked, #page-content #gallery ul.filters.light li.is-checked {
	color: #ab824f;
	font-weight: 400;
	border: none;
}
#page-content #projects ul.filters.light li:hover, #page-content #projects-filters ul.filters.light li:hover, #page-content #masonry-filters ul.filters.light li:hover, #page-content #models-list1 ul.filters.light li:hover, #page-content #gallery ul.filters.light li:hover {
	color: #ab824f;
	transition: color .4s ease;
}
#page-content #projects a:hover, #page-content #projects-filters a:hover, #page-content #masonry-filters a:hover, #page-content #models-list1 a:hover, #page-content #gallery a:hover {
	color: #323232;
}
#page-content #projects .projects-items .one-item, #page-content #projects .model-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .model-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .model-items .one-item, #page-content #models-list1 .projects-items .one-item, #page-content #models-list1 .model-items .one-item, #page-content #gallery .projects-items .one-item, #page-content #gallery .model-items .one-item {
	width: 50%;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 18px;
	transition: all .4s ease;
}
@media screen and (max-width: 767px) {
	#page-content #projects .projects-items .one-item, #page-content #projects .model-items .one-item, #page-content #projects-filters .projects-items .one-item, #page-content #projects-filters .model-items .one-item, #page-content #masonry-filters .projects-items .one-item, #page-content #masonry-filters .model-items .one-item, #page-content #models-list1 .projects-items .one-item, #page-content #models-list1 .model-items .one-item, #page-content #gallery .projects-items .one-item, #page-content #gallery .model-items .one-item {
		width: 100%;
	}
}
#page-content #projects .projects-items .one-item img, #page-content #projects .model-items .one-item img, #page-content #projects-filters .projects-items .one-item img, #page-content #projects-filters .model-items .one-item img, #page-content #masonry-filters .projects-items .one-item img, #page-content #masonry-filters .model-items .one-item img, #page-content #models-list1 .projects-items .one-item img, #page-content #models-list1 .model-items .one-item img, #page-content #gallery .projects-items .one-item img, #page-content #gallery .model-items .one-item img {
	width: 100%;
	height: auto;
	display: block;
}
#page-content #projects .projects-items .one-item .image-bg, #page-content #projects .model-items .one-item .image-bg, #page-content #projects-filters .projects-items .one-item .image-bg, #page-content #projects-filters .model-items .one-item .image-bg, #page-content #masonry-filters .projects-items .one-item .image-bg, #page-content #masonry-filters .model-items .one-item .image-bg, #page-content #models-list1 .projects-items .one-item .image-bg, #page-content #models-list1 .model-items .one-item .image-bg, #page-content #gallery .projects-items .one-item .image-bg, #page-content #gallery .model-items .one-item .image-bg {
	position: relative;
}
#page-content #projects .projects-items .one-item .image-bg:before, #page-content #projects .model-items .one-item .image-bg:before, #page-content #projects-filters .projects-items .one-item .image-bg:before, #page-content #projects-filters .model-items .one-item .image-bg:before, #page-content #masonry-filters .projects-items .one-item .image-bg:before, #page-content #masonry-filters .model-items .one-item .image-bg:before, #page-content #models-list1 .projects-items .one-item .image-bg:before, #page-content #models-list1 .model-items .one-item .image-bg:before, #page-content #gallery .projects-items .one-item .image-bg:before, #page-content #gallery .model-items .one-item .image-bg:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 34, 34, 0.25);
}
#page-content #projects .projects-items .one-item .preview, #page-content #projects .model-items .one-item .preview, #page-content #projects-filters .projects-items .one-item .preview, #page-content #projects-filters .model-items .one-item .preview, #page-content #masonry-filters .projects-items .one-item .preview, #page-content #masonry-filters .model-items .one-item .preview, #page-content #models-list1 .projects-items .one-item .preview, #page-content #models-list1 .model-items .one-item .preview, #page-content #gallery .projects-items .one-item .preview, #page-content #gallery .model-items .one-item .preview {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	z-index: 3;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .preview, #page-content #projects .model-items .one-item .preview, #page-content #projects-filters .projects-items .one-item .preview, #page-content #projects-filters .model-items .one-item .preview, #page-content #masonry-filters .projects-items .one-item .preview, #page-content #masonry-filters .model-items .one-item .preview, #page-content #models-list1 .projects-items .one-item .preview, #page-content #models-list1 .model-items .one-item .preview, #page-content #gallery .projects-items .one-item .preview, #page-content #gallery .model-items .one-item .preview {
		right: 36px;
		bottom: 36px;
		left: 36px;
	}
}
#page-content #projects .projects-items .one-item .preview h4, #page-content #projects .model-items .one-item .preview h4, #page-content #projects-filters .projects-items .one-item .preview h4, #page-content #projects-filters .model-items .one-item .preview h4, #page-content #masonry-filters .projects-items .one-item .preview h4, #page-content #masonry-filters .model-items .one-item .preview h4, #page-content #models-list1 .projects-items .one-item .preview h4, #page-content #models-list1 .model-items .one-item .preview h4, #page-content #gallery .projects-items .one-item .preview h4, #page-content #gallery .model-items .one-item .preview h4 {
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-weight: 100;
}
#page-content #projects .projects-items .one-item .content, #page-content #projects .model-items .one-item .content, #page-content #projects-filters .projects-items .one-item .content, #page-content #projects-filters .model-items .one-item .content, #page-content #masonry-filters .projects-items .one-item .content, #page-content #masonry-filters .model-items .one-item .content, #page-content #models-list1 .projects-items .one-item .content, #page-content #models-list1 .model-items .one-item .content, #page-content #gallery .projects-items .one-item .content, #page-content #gallery .model-items .one-item .content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s ease;
	background: rgba(34, 34, 34, 0.85);
}
#page-content #projects .projects-items .one-item .content span.icon, #page-content #projects .model-items .one-item .content span.icon, #page-content #projects-filters .projects-items .one-item .content span.icon, #page-content #projects-filters .model-items .one-item .content span.icon, #page-content #masonry-filters .projects-items .one-item .content span.icon, #page-content #masonry-filters .model-items .one-item .content span.icon, #page-content #models-list1 .projects-items .one-item .content span.icon, #page-content #models-list1 .model-items .one-item .content span.icon, #page-content #gallery .projects-items .one-item .content span.icon, #page-content #gallery .model-items .one-item .content span.icon {
	position: absolute;
	top: 50px;
	right: 50px;
	background-color: #ab824f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.6), 0 1px 1px 0 rgba(0, 0, 0, 0.6);
	transition: right .3s ease;
}
#page-content #projects .projects-items .one-item .content span.icon i, #page-content #projects .model-items .one-item .content span.icon i, #page-content #projects-filters .projects-items .one-item .content span.icon i, #page-content #projects-filters .model-items .one-item .content span.icon i, #page-content #masonry-filters .projects-items .one-item .content span.icon i, #page-content #masonry-filters .model-items .one-item .content span.icon i, #page-content #models-list1 .projects-items .one-item .content span.icon i, #page-content #models-list1 .model-items .one-item .content span.icon i, #page-content #gallery .projects-items .one-item .content span.icon i, #page-content #gallery .model-items .one-item .content span.icon i {
	line-height: 40px;
	color: white;
}
#page-content #projects .projects-items .one-item .content .line, #page-content #projects .model-items .one-item .content .line, #page-content #projects-filters .projects-items .one-item .content .line, #page-content #projects-filters .model-items .one-item .content .line, #page-content #masonry-filters .projects-items .one-item .content .line, #page-content #masonry-filters .model-items .one-item .content .line, #page-content #models-list1 .projects-items .one-item .content .line, #page-content #models-list1 .model-items .one-item .content .line, #page-content #gallery .projects-items .one-item .content .line, #page-content #gallery .model-items .one-item .content .line {
	text-align: left;
	opacity: 0;
	top: -18px;
	left: -18px;
	right: -18px;
	bottom: -18px;
	border-bottom: 2px solid #ab824f;
	position: absolute;
	padding: 0;
	z-index: 1;
	transition: all .4s ease;
	transform: rotate(45deg);
}
#page-content #projects .projects-items .one-item .content .text, #page-content #projects .model-items .one-item .content .text, #page-content #projects-filters .projects-items .one-item .content .text, #page-content #projects-filters .model-items .one-item .content .text, #page-content #masonry-filters .projects-items .one-item .content .text, #page-content #masonry-filters .model-items .one-item .content .text, #page-content #models-list1 .projects-items .one-item .content .text, #page-content #models-list1 .model-items .one-item .content .text, #page-content #gallery .projects-items .one-item .content .text, #page-content #gallery .model-items .one-item .content .text {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 15px;
	transition: all .3s ease-out;
	width: 100%;
	padding: 0 30px;
}
#page-content #models-list1 .model-items .one-item .content .text ul {
	margin: 20px 0;
	color: #fff;
	padding: 0 40px;
}
#page-content #models-list1 .model-items .one-item .content .text ul li {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#page-content #models-list1 .model-items .one-item .content .text ul li a {
	float: left;
}
@media screen and (max-width: 380px) {
	#page-content #projects .projects-items .one-item .content .text, #page-content #projects .model-items .one-item .content .text, #page-content #projects-filters .projects-items .one-item .content .text, #page-content #projects-filters .model-items .one-item .content .text, #page-content #masonry-filters .projects-items .one-item .content .text, #page-content #masonry-filters .model-items .one-item .content .text, #page-content #models-list1 .projects-items .one-item .content .text, #page-content #models-list1 .model-items .one-item .content .text, #page-content #gallery .projects-items .one-item .content .text, #page-content #gallery .model-items .one-item .content .text {
		padding: 36px;
	}
}
#page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .model-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .model-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .model-items .one-item .content .text h3, #page-content #models-list1 .projects-items .one-item .content .text h3, #page-content #models-list1 .model-items .one-item .content .text h3, #page-content #gallery .projects-items .one-item .content .text h3, #page-content #gallery .model-items .one-item .content .text h3 {
	color: white;
	transition-delay: .8s;
	font-size: 38px;
	margin-bottom: 9px;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .content .text h3, #page-content #projects .model-items .one-item .content .text h3, #page-content #projects-filters .projects-items .one-item .content .text h3, #page-content #projects-filters .model-items .one-item .content .text h3, #page-content #masonry-filters .projects-items .one-item .content .text h3, #page-content #masonry-filters .model-items .one-item .content .text h3, #page-content #models-list1 .projects-items .one-item .content .text h3, #page-content #models-list1 .model-items .one-item .content .text h3, #page-content #gallery .projects-items .one-item .content .text h3, #page-content #gallery .model-items .one-item .content .text h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	#page-content #models-list1 .model-items .one-item .content .text ul {
		color: #fff;
		margin:0;
		padding:0;
	}
}
#page-content #projects .projects-items .one-item .content .text p, #page-content #projects .model-items .one-item .content .text p, #page-content #projects-filters .projects-items .one-item .content .text p, #page-content #projects-filters .model-items .one-item .content .text p, #page-content #masonry-filters .projects-items .one-item .content .text p, #page-content #masonry-filters .model-items .one-item .content .text p, #page-content #models-list1 .projects-items .one-item .content .text p, #page-content #models-list1 .model-items .one-item .content .text p, #page-content #gallery .projects-items .one-item .content .text p, #page-content #gallery .model-items .one-item .content .text p {
	color: #d1d2d3;
	text-align: center;
	position: relative;
	padding-top: 25px;
}
@media screen and (max-width: 480px) {
	#page-content #projects .projects-items .one-item .content .text p, #page-content #projects .model-items .one-item .content .text p, #page-content #projects-filters .projects-items .one-item .content .text p, #page-content #projects-filters .model-items .one-item .content .text p, #page-content #masonry-filters .projects-items .one-item .content .text p, #page-content #masonry-filters .model-items .one-item .content .text p, #page-content #models-list1 .projects-items .one-item .content .text p, #page-content #models-list1 .model-items .one-item .content .text p, #page-content #gallery .projects-items .one-item .content .text p, #page-content #gallery .model-items .one-item .content .text p {
		font-size: 12px;
		line-height: 12px;
		padding-top: 30px;
	}
}
#page-content #projects .projects-items .one-item .content .text p:before, #page-content #projects .model-items .one-item .content .text p:before, #page-content #projects-filters .projects-items .one-item .content .text p:before, #page-content #projects-filters .model-items .one-item .content .text p:before, #page-content #masonry-filters .projects-items .one-item .content .text p:before, #page-content #masonry-filters .model-items .one-item .content .text p:before, #page-content #models-list1 .projects-items .one-item .content .text p:before, #page-content #models-list1 .model-items .one-item .content .text p:before, #page-content #gallery .projects-items .one-item .content .text p:before, #page-content #gallery .model-items .one-item .content .text p:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 10px;
	width: 1px;
}
#page-content #projects .projects-items .one-item .content a.link, #page-content #projects .model-items .one-item .content a.link, #page-content #projects-filters .projects-items .one-item .content a.link, #page-content #projects-filters .model-items .one-item .content a.link, #page-content #masonry-filters .projects-items .one-item .content a.link, #page-content #masonry-filters .model-items .one-item .content a.link, #page-content #models-list1 .projects-items .one-item .content a.link, #page-content #models-list1 .model-items .one-item .content a.link, #page-content #gallery .projects-items .one-item .content a.link, #page-content #gallery .model-items .one-item .content a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#page-content #projects .projects-items .one-item.static, #page-content #projects .model-items .one-item.static, #page-content #projects-filters .projects-items .one-item.static, #page-content #projects-filters .model-items .one-item.static, #page-content #masonry-filters .projects-items .one-item.static, #page-content #masonry-filters .model-items .one-item.static, #page-content #models-list1 .projects-items .one-item.static, #page-content #models-list1 .model-items .one-item.static, #page-content #gallery .projects-items .one-item.static, #page-content #gallery .model-items .one-item.static {
	background-color: #1C1C1C;
}
#page-content #projects .projects-items .one-item.static .content, #page-content #projects .model-items .one-item.static .content, #page-content #projects-filters .projects-items .one-item.static .content, #page-content #projects-filters .model-items .one-item.static .content, #page-content #masonry-filters .projects-items .one-item.static .content, #page-content #masonry-filters .model-items .one-item.static .content, #page-content #models-list1 .projects-items .one-item.static .content, #page-content #models-list1 .model-items .one-item.static .content, #page-content #gallery .projects-items .one-item.static .content, #page-content #gallery .model-items .one-item.static .content {
	opacity: 1;
}
#page-content #projects .projects-items .one-item.static .content .line, #page-content #projects .model-items .one-item.static .content .line, #page-content #projects-filters .projects-items .one-item.static .content .line, #page-content #projects-filters .model-items .one-item.static .content .line, #page-content #masonry-filters .projects-items .one-item.static .content .line, #page-content #masonry-filters .model-items .one-item.static .content .line, #page-content #models-list1 .projects-items .one-item.static .content .line, #page-content #models-list1 .model-items .one-item.static .content .line, #page-content #gallery .projects-items .one-item.static .content .line, #page-content #gallery .model-items .one-item.static .content .line {
	opacity: 1;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
}
#page-content #projects .projects-items .one-item:hover, #page-content #projects .model-items .one-item:hover, #page-content #projects-filters .projects-items .one-item:hover, #page-content #projects-filters .model-items .one-item:hover, #page-content #masonry-filters .projects-items .one-item:hover, #page-content #masonry-filters .model-items .one-item:hover, #page-content #models-list1 .projects-items .one-item:hover, #page-content #models-list1 .model-items .one-item:hover, #page-content #gallery .projects-items .one-item:hover, #page-content #gallery .model-items .one-item:hover {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.4);
	transition: all .4s ease;
}
#page-content #projects .projects-items .one-item:hover .preview, #page-content #projects .model-items .one-item:hover .preview, #page-content #projects-filters .projects-items .one-item:hover .preview, #page-content #projects-filters .model-items .one-item:hover .preview, #page-content #masonry-filters .projects-items .one-item:hover .preview, #page-content #masonry-filters .model-items .one-item:hover .preview, #page-content #models-list1 .projects-items .one-item:hover .preview, #page-content #models-list1 .model-items .one-item:hover .preview, #page-content #gallery .projects-items .one-item:hover .preview, #page-content #gallery .model-items .one-item:hover .preview {
	opacity: 0;
}
#page-content #projects .projects-items .one-item:hover .content, #page-content #projects .model-items .one-item:hover .content, #page-content #projects-filters .projects-items .one-item:hover .content, #page-content #projects-filters .model-items .one-item:hover .content, #page-content #masonry-filters .projects-items .one-item:hover .content, #page-content #masonry-filters .model-items .one-item:hover .content, #page-content #models-list1 .projects-items .one-item:hover .content, #page-content #models-list1 .model-items .one-item:hover .content, #page-content #gallery .projects-items .one-item:hover .content, #page-content #gallery .model-items .one-item:hover .content {
	opacity: 1;
	transition: opacity .4s ease;
}
#page-content #projects .projects-items .one-item:hover .content .line, #page-content #projects .model-items .one-item:hover .content .line, #page-content #projects-filters .projects-items .one-item:hover .content .line, #page-content #projects-filters .model-items .one-item:hover .content .line, #page-content #masonry-filters .projects-items .one-item:hover .content .line, #page-content #masonry-filters .model-items .one-item:hover .content .line, #page-content #models-list1 .projects-items .one-item:hover .content .line, #page-content #models-list1 .model-items .one-item:hover .content .line, #page-content #gallery .projects-items .one-item:hover .content .line, #page-content #gallery .model-items .one-item:hover .content .line {
	opacity: 1;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
	transition: all .4s ease;
}
#page-content #projects .projects-items .one-item:hover .image-bg {
	-webkit-transform: scale(1.5) rotate(0.2deg);
	-moz-transform: scale(1.5) rotate(0.2deg);
	transform: scale(1.5) rotate(0.2deg);
}
#page-content #projects .projects-items .one-item:hover .content .text, #page-content #projects .model-items .one-item:hover .content .text, #page-content #projects-filters .projects-items .one-item:hover .content .text, #page-content #projects-filters .model-items .one-item:hover .content .text, #page-content #masonry-filters .projects-items .one-item:hover .content .text, #page-content #masonry-filters .model-items .one-item:hover .content .text, #page-content #models-list1 .projects-items .one-item:hover .content .text, #page-content #models-list1 .model-items .one-item:hover .content .text, #page-content #gallery .projects-items .one-item:hover .content .text, #page-content #gallery .model-items .one-item:hover .content .text {
	margin-top: 0px;
	transition: all .3s ease-in;
}
#page-content #projects .projects-items .one-item.small .image-bg, #page-content #projects .model-items .one-item.small .image-bg, #page-content #projects-filters .projects-items .one-item.small .image-bg, #page-content #projects-filters .model-items .one-item.small .image-bg, #page-content #masonry-filters .projects-items .one-item.small .image-bg, #page-content #masonry-filters .model-items .one-item.small .image-bg, #page-content #models-list1 .projects-items .one-item.small .image-bg, #page-content #models-list1 .model-items .one-item.small .image-bg, #page-content #gallery .projects-items .one-item.small .image-bg, #page-content #gallery .model-items .one-item.small .image-bg {
	padding: 60% !important;
}
#page-content #projects .projects-items.equal .image-bg, #page-content #projects .model-items.equal .image-bg, #page-content #projects-filters .projects-items.equal .image-bg, #page-content #projects-filters .model-items.equal .image-bg, #page-content #masonry-filters .projects-items.equal .image-bg, #page-content #masonry-filters .model-items.equal .image-bg, #page-content #models-list1 .projects-items.equal .image-bg, #page-content #models-list1 .model-items.equal .image-bg, #page-content #gallery .projects-items.equal .image-bg, #page-content #gallery .model-items.equal .image-bg {
	width: 100%;
	padding: 35%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .projects-items.two-columns .one-item, #page-content #projects .model-items.two-columns .one-item, #page-content #projects-filters .projects-items.two-columns .one-item, #page-content #projects-filters .model-items.two-columns .one-item, #page-content #masonry-filters .projects-items.two-columns .one-item, #page-content #masonry-filters .model-items.two-columns .one-item, #page-content #models-list1 .projects-items.two-columns .one-item, #page-content #models-list1 .model-items.two-columns .one-item, #page-content #gallery .projects-items.two-columns .one-item, #page-content #gallery .model-items.two-columns .one-item {
	width: 25%;
	width: calc(25% - 12px);
}
#page-content #projects .projects-items.two-columns .one-item .image-bg, #page-content #projects .model-items.two-columns .one-item .image-bg, #page-content #projects-filters .projects-items.two-columns .one-item .image-bg, #page-content #projects-filters .model-items.two-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.two-columns .one-item .image-bg, #page-content #masonry-filters .model-items.two-columns .one-item .image-bg, #page-content #models-list1 .projects-items.two-columns .one-item .image-bg, #page-content #models-list1 .model-items.two-columns .one-item .image-bg, #page-content #gallery .projects-items.two-columns .one-item .image-bg, #page-content #gallery .model-items.two-columns .one-item .image-bg {
	padding: 75%;
}
#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list1 .projects-items.three-columns .one-item, #page-content #models-list1 .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
	width: 30.33333333%;
	width: calc(33.33333333% - 12px);
}
@media screen and (max-width: 1199px) {
	#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list1 .projects-items.three-columns .one-item, #page-content #models-list1 .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
		width: 40%;
		width: calc(50% - 12px);
	}
	#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item .image-bg, #page-content #models-list1 .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item.small .image-bg, #page-content #projects .model-items.three-columns .one-item.small .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item.small .image-bg, #page-content #projects-filters .model-items.three-columns .one-item.small .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item.small .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item.small .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item.small .image-bg, #page-content #models-list1 .model-items.three-columns .one-item.small .image-bg, #page-content #gallery .projects-items.three-columns .one-item.small .image-bg, #page-content #gallery .model-items.three-columns .one-item.small .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type, #page-content #projects .model-items.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.three-columns .one-item:last-of-type, #page-content #models-list1 .model-items.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.three-columns .one-item:last-of-type, #page-content #gallery .model-items.three-columns .one-item:last-of-type {
		width: 100% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.three-columns .one-item:last-of-type .image-bg {
		padding: 25% !important;
	}
}
@media screen and (max-width: 700px) {
	#page-content #projects .projects-items.three-columns .one-item, #page-content #projects .model-items.three-columns .one-item, #page-content #projects-filters .projects-items.three-columns .one-item, #page-content #projects-filters .model-items.three-columns .one-item, #page-content #masonry-filters .projects-items.three-columns .one-item, #page-content #masonry-filters .model-items.three-columns .one-item, #page-content #models-list1 .projects-items.three-columns .one-item, #page-content #models-list1 .model-items.three-columns .one-item, #page-content #gallery .projects-items.three-columns .one-item, #page-content #gallery .model-items.three-columns .one-item {
		width: 100%;
	}
	#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item .image-bg, #page-content #models-list1 .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
		padding: 50% !important;
	}
	#page-content #projects .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.three-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
#page-content #projects .projects-items.three-columns .one-item .image-bg, #page-content #projects .model-items.three-columns .one-item .image-bg, #page-content #projects-filters .projects-items.three-columns .one-item .image-bg, #page-content #projects-filters .model-items.three-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.three-columns .one-item .image-bg, #page-content #masonry-filters .model-items.three-columns .one-item .image-bg, #page-content #models-list1 .projects-items.three-columns .one-item .image-bg, #page-content #models-list1 .model-items.three-columns .one-item .image-bg, #page-content #gallery .projects-items.three-columns .one-item .image-bg, #page-content #gallery .model-items.three-columns .one-item .image-bg {
	padding: 75%;
}
#page-content #projects .projects-items.four-columns .one-item, #page-content #projects .model-items.four-columns .one-item, #page-content #projects-filters .projects-items.four-columns .one-item, #page-content #projects-filters .model-items.four-columns .one-item, #page-content #masonry-filters .projects-items.four-columns .one-item, #page-content #masonry-filters .model-items.four-columns .one-item, #page-content #models-list1 .projects-items.four-columns .one-item, #page-content #models-list1 .model-items.four-columns .one-item, #page-content #gallery .projects-items.four-columns .one-item, #page-content #gallery .model-items.four-columns .one-item {
	width: 20%;
	width: calc(25% - 12px);
}
#page-content #projects .projects-items.four-columns .one-item .image-bg, #page-content #projects .model-items.four-columns .one-item .image-bg, #page-content #projects-filters .projects-items.four-columns .one-item .image-bg, #page-content #projects-filters .model-items.four-columns .one-item .image-bg, #page-content #masonry-filters .projects-items.four-columns .one-item .image-bg, #page-content #masonry-filters .model-items.four-columns .one-item .image-bg, #page-content #models-list1 .projects-items.four-columns .one-item .image-bg, #page-content #models-list1 .model-items.four-columns .one-item .image-bg, #page-content #gallery .projects-items.four-columns .one-item .image-bg, #page-content #gallery .model-items.four-columns .one-item .image-bg {
	padding: 65%;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects .model-items.square.two-columns .one-item:last-of-type, #page-content #projects .model-items.square.three-columns .one-item:last-of-type, #page-content #projects .model-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.two-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.three-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.four-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.two-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.three-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.four-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type {
		width: 40% !important;
		width: calc(50% - 12px) !important;
	}
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
@media screen and (max-width: 700px) {
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects .model-items.square.two-columns .one-item:last-of-type, #page-content #projects .model-items.square.three-columns .one-item:last-of-type, #page-content #projects .model-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.two-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.three-columns .one-item:last-of-type, #page-content #models-list1 .projects-items.square.four-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.two-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.three-columns .one-item:last-of-type, #page-content #models-list1 .model-items.square.four-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type {
		width: 100% !important;
	}
	#page-content #projects .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #projects-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #masonry-filters .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #models-list1 .model-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .projects-items.square.four-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.two-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.three-columns .one-item:last-of-type .image-bg, #page-content #gallery .model-items.square.four-columns .one-item:last-of-type .image-bg {
		padding: 50% !important;
	}
}
#page-content #projects .projects-items.square.two-columns .image-bg, #page-content #projects .projects-items.square.three-columns .image-bg, #page-content #projects .projects-items.square.four-columns .image-bg, #page-content #projects .model-items.square.two-columns .image-bg, #page-content #projects .model-items.square.three-columns .image-bg, #page-content #projects .model-items.square.four-columns .image-bg, #page-content #projects-filters .projects-items.square.two-columns .image-bg, #page-content #projects-filters .projects-items.square.three-columns .image-bg, #page-content #projects-filters .projects-items.square.four-columns .image-bg, #page-content #projects-filters .model-items.square.two-columns .image-bg, #page-content #projects-filters .model-items.square.three-columns .image-bg, #page-content #projects-filters .model-items.square.four-columns .image-bg, #page-content #masonry-filters .projects-items.square.two-columns .image-bg, #page-content #masonry-filters .projects-items.square.three-columns .image-bg, #page-content #masonry-filters .projects-items.square.four-columns .image-bg, #page-content #masonry-filters .model-items.square.two-columns .image-bg, #page-content #masonry-filters .model-items.square.three-columns .image-bg, #page-content #masonry-filters .model-items.square.four-columns .image-bg, #page-content #models-list1 .projects-items.square.two-columns .image-bg, #page-content #models-list1 .projects-items.square.three-columns .image-bg, #page-content #models-list1 .projects-items.square.four-columns .image-bg, #page-content #models-list1 .model-items.square.two-columns .image-bg, #page-content #models-list1 .model-items.square.three-columns .image-bg, #page-content #models-list1 .model-items.square.four-columns .image-bg, #page-content #gallery .projects-items.square.two-columns .image-bg, #page-content #gallery .projects-items.square.three-columns .image-bg, #page-content #gallery .projects-items.square.four-columns .image-bg, #page-content #gallery .model-items.square.two-columns .image-bg, #page-content #gallery .model-items.square.three-columns .image-bg, #page-content #gallery .model-items.square.four-columns .image-bg {
	width: 50%;
	padding: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items .one-item, #page-content #projects-filters .gallery-items .one-item, #page-content #masonry-filters .gallery-items .one-item, #page-content #models-list1 .gallery-items .one-item, #page-content #gallery .gallery-items .one-item {
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items .one-item, #page-content #projects-filters .gallery-items .one-item, #page-content #masonry-filters .gallery-items .one-item, #page-content #models-list1 .gallery-items .one-item, #page-content #gallery .gallery-items .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items .one-item img, #page-content #projects-filters .gallery-items .one-item img, #page-content #masonry-filters .gallery-items .one-item img, #page-content #models-list1 .gallery-items .one-item img, #page-content #gallery .gallery-items .one-item img {
	width: 100%;
	height: auto;
	display: block;
}
#page-content #projects .gallery-items .one-item .content, #page-content #projects-filters .gallery-items .one-item .content, #page-content #masonry-filters .gallery-items .one-item .content, #page-content #models-list1 .gallery-items .one-item .content, #page-content #gallery .gallery-items .one-item .content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s ease;
	background: rgba(34, 34, 34, 0.85);
	padding: 50px;
}
#page-content #projects .gallery-items .one-item .content a.link, #page-content #projects-filters .gallery-items .one-item .content a.link, #page-content #masonry-filters .gallery-items .one-item .content a.link, #page-content #models-list1 .gallery-items .one-item .content a.link, #page-content #gallery .gallery-items .one-item .content a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#page-content #projects .gallery-items .one-item .content.figure, #page-content #projects-filters .gallery-items .one-item .content.figure, #page-content #masonry-filters .gallery-items .one-item .content.figure, #page-content #models-list1 .gallery-items .one-item .content.figure, #page-content #gallery .gallery-items .one-item .content.figure {
	text-align: center;
}
#page-content #projects .gallery-items .one-item .content.figure i, #page-content #projects-filters .gallery-items .one-item .content.figure i, #page-content #masonry-filters .gallery-items .one-item .content.figure i, #page-content #models-list1 .gallery-items .one-item .content.figure i, #page-content #gallery .gallery-items .one-item .content.figure i {
	color: white;
	font-size: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 40px;
	margin: 0 auto;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: all .3s ease;
}
#page-content #projects .gallery-items .one-item .content.figure:hover i, #page-content #projects-filters .gallery-items .one-item .content.figure:hover i, #page-content #masonry-filters .gallery-items .one-item .content.figure:hover i, #page-content #models-list1 .gallery-items .one-item .content.figure:hover i, #page-content #gallery .gallery-items .one-item .content.figure:hover i {
	-webkit-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	transform: translate(0px, -40px);
	transition: all .3s ease;
}
#page-content #projects .gallery-items .one-item:hover .content, #page-content #projects-filters .gallery-items .one-item:hover .content, #page-content #masonry-filters .gallery-items .one-item:hover .content, #page-content #models-list1 .gallery-items .one-item:hover .content, #page-content #gallery .gallery-items .one-item:hover .content {
	opacity: 1;
	transition: opacity .4s ease;
}
#page-content #projects .gallery-items.square .image-bg, #page-content #projects-filters .gallery-items.square .image-bg, #page-content #masonry-filters .gallery-items.square .image-bg, #page-content #models-list1 .gallery-items.square .image-bg, #page-content #gallery .gallery-items.square .image-bg {
	width: 50%;
	padding: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items.equal .image-bg, #page-content #projects-filters .gallery-items.equal .image-bg, #page-content #masonry-filters .gallery-items.equal .image-bg, #page-content #models-list1 .gallery-items.equal .image-bg, #page-content #gallery .gallery-items.equal .image-bg {
	width: 100%;
	padding: 35%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
}
#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
	padding: 250px;
}
@media screen and (max-width: 1500px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 200px;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 200px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.two-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.two-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.two-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.two-columns .one-item .image-bg, #page-content #gallery .gallery-items.two-columns .one-item .image-bg {
		padding: 125px;
	}
}
#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list1 .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
	width: 33.33333333%;
}
#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
	padding: 200px;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.three-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.three-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.three-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.three-columns .one-item .image-bg, #page-content #gallery .gallery-items.three-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list1 .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.three-columns .one-item, #page-content #projects-filters .gallery-items.three-columns .one-item, #page-content #masonry-filters .gallery-items.three-columns .one-item, #page-content #models-list1 .gallery-items.three-columns .one-item, #page-content #gallery .gallery-items.three-columns .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items.three-columns .one-item.big, #page-content #projects-filters .gallery-items.three-columns .one-item.big, #page-content #masonry-filters .gallery-items.three-columns .one-item.big, #page-content #models-list1 .gallery-items.three-columns .one-item.big, #page-content #gallery .gallery-items.three-columns .one-item.big {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.three-columns .one-item.big, #page-content #projects-filters .gallery-items.three-columns .one-item.big, #page-content #masonry-filters .gallery-items.three-columns .one-item.big, #page-content #models-list1 .gallery-items.three-columns .one-item.big, #page-content #gallery .gallery-items.three-columns .one-item.big {
		width: 100%;
	}
}
#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list1 .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
	width: 25%;
}
#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
	padding: 150px;
}
@media screen and (max-width: 1500px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.four-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.four-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.four-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.four-columns .one-item .image-bg, #page-content #gallery .gallery-items.four-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 1250px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list1 .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list1 .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.four-columns .one-item, #page-content #projects-filters .gallery-items.four-columns .one-item, #page-content #masonry-filters .gallery-items.four-columns .one-item, #page-content #models-list1 .gallery-items.four-columns .one-item, #page-content #gallery .gallery-items.four-columns .one-item {
		width: 100%;
	}
}
#page-content #projects .gallery-items.four-columns .one-item.big, #page-content #projects-filters .gallery-items.four-columns .one-item.big, #page-content #masonry-filters .gallery-items.four-columns .one-item.big, #page-content #models-list1 .gallery-items.four-columns .one-item.big, #page-content #gallery .gallery-items.four-columns .one-item.big {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.four-columns .one-item.big, #page-content #projects-filters .gallery-items.four-columns .one-item.big, #page-content #masonry-filters .gallery-items.four-columns .one-item.big, #page-content #models-list1 .gallery-items.four-columns .one-item.big, #page-content #gallery .gallery-items.four-columns .one-item.big {
		width: 100%;
	}
}
#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list1 .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
	width: 20%;
}
#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
	padding: 125px;
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 130px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 650px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 175px;
	}
}
@media screen and (max-width: 480px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 150px;
	}
}
@media screen and (max-width: 360px) {
	#page-content #projects .gallery-items.five-columns .one-item .image-bg, #page-content #projects-filters .gallery-items.five-columns .one-item .image-bg, #page-content #masonry-filters .gallery-items.five-columns .one-item .image-bg, #page-content #models-list1 .gallery-items.five-columns .one-item .image-bg, #page-content #gallery .gallery-items.five-columns .one-item .image-bg {
		padding: 125px;
	}
}
@media screen and (max-width: 1250px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list1 .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 25%;
	}
}
@media screen and (max-width: 1199px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list1 .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list1 .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#page-content #projects .gallery-items.five-columns .one-item, #page-content #projects-filters .gallery-items.five-columns .one-item, #page-content #masonry-filters .gallery-items.five-columns .one-item, #page-content #models-list1 .gallery-items.five-columns .one-item, #page-content #gallery .gallery-items.five-columns .one-item {
		width: 100%;
	}
}
#page-content #masonry-filters.text {
	padding-bottom: 25px;
}
#page-content .section-text h3 {
	margin-bottom: 25px;
}
#page-content .section-text a.btn-pro {
	color: #ab824f;
}
#page-content .section-text.half .col-md-6 {
	padding-left: 0;
}
@media screen and (max-width: 991px) {
	#page-content .section-text.half .col-md-6 {
		padding-left: 15px;
	}
}
#page-content #news.text {
	padding: 50px 40px;
}
#page-content #news .single-news {
	padding: 0 25px;
}
@media screen and (max-width: 991px) {
	#page-content #news .single-news {
		margin-bottom: 50px;
	}
}
#page-content #news .single-news article {
	background-color: white;
	border-radius: 2px;
	overflow: hidden;
	transition: all .4s ease;
}
#page-content #news .single-news article .image {
	position: relative;
}
#page-content #news .single-news article .image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity .6s ease-out;
	background: rgba(34, 34, 34, 0.6);
}
#page-content #news .single-news article img {
	max-width: 100%;
	display: block;
}
#page-content #news .single-news article .content {
	padding: 36px;
	position: relative;
}
#page-content #news .single-news article span {
	transition: opacity .4s ease;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#page-content #news .single-news article span.category {
	color: #ab824f;
	letter-spacing: 0;
	margin-bottom: 9px;
	display: inline-block;
	margin-right: 9px;
}
#page-content #news .single-news article span.date {
	color: #85858A;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 9px;
	font-weight: 400;
}
#page-content #news .single-news article h3 {
	font-weight: 100;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0 9px 0;
	color: #323232;
	transition: opacity .4s ease;
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
	#page-content #news .single-news article h3 {
		min-height: 60px;
	}
}
#page-content #news .single-news article p {
	transition: color .4s ease;
	margin-bottom: 9px;
	color: #85858A;
}
#page-content #news .single-news article a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page-content #news .single-news:hover article {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
	transition: all .6s ease-in;
}
#page-content #news .single-news:hover article .image:after {
	opacity: 1;
	transition: opacity .4s ease;
}
#page-content #news .single-news:hover article span.category, #page-content #news .single-news:hover article span.date {
	color: #85858A;
	transition: color .4s ease;
}
#page-content #news .single-news:hover article h3 {
	color: #ab824f;
	transition: color .4s ease;
}
#page-content #news .single-news:hover article a.btn-pro {
	opacity: .7;
	transition: all .4s ease;
}
#page-content #news .single-news:hover article p {
	color: #323232;
	transition: color .4s ease;
}
#page-content #news .single-news.horizontal-news article {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 222px;
}
@media screen and (max-width: 991px) {
	#page-content #news .single-news.horizontal-news article {
		display: block;
	}
}
#page-content #news .single-news.horizontal-news article .content {
	min-height: 222px;
}
#page-content #news .single-news.horizontal-news article span.read {
	top: inherit;
	bottom: -40px;
	left: -20px;
	transition: bottom .3s ease;
}
@media screen and (max-width: 991px) {
	#page-content #news .single-news.horizontal-news article span.read {
		bottom: inherit;
		left: inherit;
		top: -20px;
		right: -40px;
		transition: right .3s ease;
	}
}
#page-content #news .single-news.horizontal-news article .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 991px) {
	#page-content #news .single-news.horizontal-news article .image {
		padding: 35%;
		min-height: 200px;
	}
}
#page-content #news .single-news.horizontal-news:hover span.read {
	bottom: 50px;
	left: -20px;
	transition: bottom .3s ease;
}
@media screen and (max-width: 991px) {
	#page-content #news .single-news.horizontal-news:hover span.read {
		bottom: inherit;
		left: inherit;
		right: 36px;
		transition: right .3s ease;
	}
}
@media screen and (max-width: 991px) {
	#page-content #related-news, #page-content .related-projects {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}
}
#page-content #showcase-projects.text {
	padding: 50px 40px;
}
@media screen and (max-width: 767px) {
	#page-content #showcase-projects.text {
		padding: 50px;
	}
}
#page-content #showcase-projects.static {
	padding: 50px 50px 0 50px;
}
#page-content #showcase-projects.center .owl-item:not(.active) {
	opacity: .2;
}
@media screen and (max-width: 767px) {
	#page-content #showcase-projects .showcase-carousel.text {
		padding: 50px 0;
	}
}
#page-content #showcase-projects .showcase-carousel .owl-stage-outer {
	overflow: inherit;
}
#page-content #showcase-projects .showcase-carousel .owl-dots {
	margin-top: 25px;
}
#page-content #showcase-projects .showcase {
	margin-left: -25px;
	margin-right: -25px;
}
#page-content #showcase-projects .item {
	background-color: white;
	border-radius: 2px;
	transition: all .4s ease;
}
#page-content #showcase-projects .item .showcase-project {
	overflow: hidden;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
#page-content #showcase-projects .item .showcase-project img {
	max-width: 100%;
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
}
#page-content #showcase-projects .item .showcase-project img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
}
#page-content #showcase-projects .item .showcase-project .content {
	padding: 36px;
	position: relative;
}
@media screen and (max-width: 480px) {
	#page-content #showcase-projects .item .showcase-project .content {
		padding: 18px;
	}
}
#page-content #showcase-projects .item .showcase-project .content .meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-bottom: 18px;
}
@media screen and (max-width: 991px) {
	#page-content #showcase-projects .item .showcase-project .content .meta .col-md-6, #page-content #showcase-projects .item .showcase-project .content .meta .col-md-4 {
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 991px) {
	#page-content #showcase-projects .item .showcase-project .content .meta .col-md-6:last-child, #page-content #showcase-projects .item .showcase-project .content .meta .col-md-4:last-child {
		margin-bottom: 0px;
	}
}
#page-content #showcase-projects .item .showcase-project .content .meta h3 {
	font-size: 20px;
	line-height: 24px;
	color: #ab824f;
}
#page-content #showcase-projects .item .showcase-project .content .meta h4 {
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #85858A;
}
#page-content #showcase-projects .item .showcase-project .content .category {
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#page-content #showcase-projects .item .showcase-project .content .category h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}
#page-content #showcase-projects .item .showcase-project .content .info {
	padding-top: 18px;
	overflow: hidden;
}
#page-content #showcase-projects .item .showcase-project .content .info h6 {
	font-family: "Open Sans", sans-serif;
	color: #323232;
}
#page-content #showcase-projects .item .showcase-project span {
	transition: opacity .4s ease;
}
#page-content #showcase-projects .item .showcase-project span.read {
	position: absolute;
	top: 36px;
	left: 36px;
	background-color: #ab824f;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 30px;
	letter-spacing: 1px;
	color: white;
	text-align: center;
	transition: left .3s ease;
	z-index: 2;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 480px) {
	#page-content #showcase-projects .item .showcase-project span.read {
		top: 18px;
		left: 18px;
	}
}
#page-content #showcase-projects .item .showcase-project span.read i {
	line-height: 40px;
	color: white;
}
#page-content #showcase-projects .item .showcase-project a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page-content #showcase-projects .item:hover {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
	transition: all .4s ease;
	margin-top: -10px;
}
#page-content #showcase-projects .item:hover .showcase-project {
	z-index: 4;
}
#page-content #showcase-projects .item:hover .showcase-project h6 {
	color: #ab824f !important;
	transition: color .4s ease;
}
#page-content #showcase-projects .item:hover .showcase-project a.btn-pro {
	opacity: .7;
	transition: all .4s ease;
}
#page-content #showcase-projects .item.col-md-6, #page-content #showcase-projects .item.col-md-4 {
	background-color: transparent;
	border-radius: 0px;
	transition: all .4s ease;
	padding: 0 25px;
}
#page-content #showcase-projects .item.col-md-6 .showcase-project, #page-content #showcase-projects .item.col-md-4 .showcase-project {
	background-color: white;
	border-radius: 2px;
	transition: all .4s ease;
	margin-bottom: 50px;
}
#page-content #showcase-projects .item.col-md-6:hover, #page-content #showcase-projects .item.col-md-4:hover {
	box-shadow: none;
	transition: all .4s ease;
	margin-top: 0px;
}
#page-content #showcase-projects .item.col-md-6:hover .showcase-project, #page-content #showcase-projects .item.col-md-4:hover .showcase-project {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
	transition: all .4s ease;
}
#page-content #team .row {
	margin-left: 25px;
	margin-right: 25px;
}
@media screen and (max-width: 991px) {
	#page-content #team .row {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media screen and (min-width: 991px) {
	#page-content #team .text {
		padding-left: 0;
		padding-right: 0;
	}
}
#page-content #team .single-person {
	border-radius: 2px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}
@media screen and (max-width: 991px) {
	#page-content #team .single-person {
		margin-bottom: 50px;
	}
	#page-content #team .single-person:last-of-type {
		margin-bottom: 0px;
	}
}
#page-content #team .single-person img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
	transition: all .4s ease;
}
#page-content #team .single-person .content {
	position: relative;
	border-radius: 2px;
	transition: opacity .4s ease;
	overflow: hidden;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
#page-content #team .single-person .content ul.social {
	position: absolute;
	bottom: 36px;
	text-align: center;
	left: 0;
	right: 0;
}
#page-content #team .single-person .content ul.social li {
	display: inline-block;
}
@media screen and (max-width: 480px) {
	#page-content #team .single-person .content ul.social li {
		margin-bottom: 18px;
	}
}
#page-content #team .single-person .content ul.social li a {
	background-color: #ab824f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	display: block;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	margin: 0 9px;
	opacity: 0;
	-webkit-transform: translate(0px, 80px);
	-ms-transform: translate(0px, 80px);
	transform: translate(0px, 80px);
	transition: opacity .2s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .2s ease;
	transition: transform .4s ease, opacity .2s ease, -webkit-transform .4s ease;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#page-content #team .single-person .content ul.social li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}
#page-content #team .single-person .content ul.social li:nth-child(1) a {
	transition-delay: 0.3s;
}
#page-content #team .single-person .content ul.social li:nth-child(2) a {
	transition-delay: 0.2s;
}
#page-content #team .single-person .content ul.social li:nth-child(3) a {
	transition-delay: 0.1s;
}
#page-content #team .single-person .content ul.social li:nth-child(4) a {
	transition-delay: 0s;
}
#page-content #team .single-person .content ul.social li:hover a {
	background-color: #F6F6F6;
	color: #323232;
	transition: all .4s ease;
}
#page-content #team .single-person .description {
	padding-top: 18px;
}
#page-content #team .single-person .description h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #323232;
}
#page-content #team .single-person .description h6 {
	color: #85858A;
	position: relative;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	transition: all .3s ease-out;
}
#page-content #team .single-person:hover .content ul.social li a {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
	transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
	transition: transform .4s ease-out, opacity .2s ease-out;
	transition: transform .4s ease-out, opacity .2s ease-out, -webkit-transform .4s ease-out;
}
#page-content #team .single-person:hover .content ul.social li:nth-child(1) a {
	transition-delay: 0s;
}
#page-content #team .single-person:hover .content ul.social li:nth-child(2) a {
	transition-delay: 0.1s;
}
#page-content #team .single-person:hover .content ul.social li:nth-child(3) a {
	transition-delay: 0.2s;
}
#page-content #team .single-person:hover .content ul.social li:nth-child(4) a {
	transition-delay: 0.3s;
}
#page-content #model-services .container.text {
	padding: 50px 50px 0px 50px;
}
@media screen and (max-width: 480px) {
	#page-content #model-place .container.text {
		padding: 50px 0px;
	}
}
#page-content #booking {
	z-index: 99;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
	padding: 50px;
}
@media screen and (max-width: 480px) {
	#page-content #booking.text {
		padding: 25px;
	}
}
@media screen and (max-width: 768px) {
	#page-content #models .model .content {
		padding: 0 36px !important;
	}
}
#page-content #models .model {
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 222px;
	background: #fff;
}
@media screen and (max-width: 991px) {
	#page-content #models .model {
		display: block;
	}
}
#page-content #models .model .image {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 991px) {
	#page-content #models .model .image {
		padding: 35%;
		min-height: 200px;
	}
}
#page-content #models .model .image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity .6s ease-out;
	background: rgba(34, 34, 34, 0.6);
}
#page-content #models .model img {
	max-width: 100%;
	display: block;
}
#page-content #models .model .content {
	padding: 36px;
	position: relative;
	min-height: 222px;
}
#page-content #models .model .content a.btn-alt {
	margin: 18px 0 0 0;
}
#page-content #models .model span {
	transition: opacity .4s ease;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#page-content #models .model span.category {
	color: #ab824f;
	letter-spacing: 0;
	margin-bottom: 12px;
	display: inline-block;
	margin-right: 9px;
	font-size: 12px;
}
#page-content #models .model span.date {
	color: #85858A;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 9px;
	font-weight: 400;
}
#page-content #models .model h3 {
	font-weight: 100;
	font-size: 24px;
	line-height: 30px;
	color: white;
	margin: 0px 0 9px 0;
	transition: opacity .4s ease;
}
#page-content #models .model h2 {
	line-height: 30px;
	margin: 0px 0 9px 0;
	transition: opacity .4s ease;
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
	#page-content #models .model h3 {
		min-height: 60px;
	}
}
#page-content #models .model p {
	transition: color .4s ease;
	margin-bottom: 16px;
	color: #85858A;
}
#page-content #models .model a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page-content #models .model.light {
	background-color: #F5F5F5;
}
#page-content #models .model.light h3 {
	color: #323232;
}
#page-content #models .model:hover {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
#page-content #models .model:hover .image:after {
	opacity: 1;
	transition: opacity .4s ease;
}
/*-------------------------------------------------*/

/* =  7.Blog Page
/*-------------------------------------------------*/

#news.text {
	padding: 50px 25px !important;
}
@media screen and (max-width: 991px) {
	#news.text {
		padding: 50px 25px 0px 25px !important;
	}
}
#news.text.related-news {
	padding: 50px 25px !important;
}
#news.page {
	padding: 25px;
}
#news .news-items .one-item {
	width: 50%;
	overflow: hidden;
	z-index: 1;
	padding: 0 !important;
}
@media screen and (max-width: 991px) {
	#news .news-items .one-item {
		margin-bottom: 0 !important;
	}
}
#news .news-items .one-item article {
	margin: 25px;
}
@media screen and (max-width: 767px) {
	#news .news-items .one-item {
		width: 100%;
	}
}
#news .news-items.one-columns .one-item {
	width: 100%;
}
#news .news-items.three-columns .one-item {
	width: 33.33333333%;
	width: calc(33.33333333%);
}
@media screen and (max-width: 991px) {
	#news .news-items.three-columns .one-item {
		width: 50%;
		width: calc(50%);
	}
}
@media screen and (max-width: 767px) {
	#news .news-items.three-columns .one-item {
		width: 100%;
	}
}
#news .news-items.four-columns .one-item {
	width: 25%;
}
@media screen and (max-width: 1199px) {
	#news .news-items.four-columns .one-item {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 991px) {
	#news .news-items.four-columns .one-item {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#news .news-items.four-columns .one-item {
		width: 100%;
	}
}
aside.sidebar .widget-wrapper {
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	aside.sidebar .widget-wrapper:last-child {
		margin-bottom: 0;
	}
}
aside.sidebar form {
	width: 100%;
}
aside.sidebar form .form-input {
	width: 100%;
	position: relative;
}
aside.sidebar form .form-input input {
	width: 100%;
	border: none;
	border-radius: 2px;
	outline: inherit;
	padding: 11px 50px 11px 9px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	aside.sidebar form .form-input input {
		width: 100%;
	}
	#nav{
		margin-bottom:30px;
	}
}
aside.sidebar form .form-input input:focus {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
aside.sidebar form .form-input ::-webkit-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
aside.sidebar form .form-input :-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
aside.sidebar form .form-input ::-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
aside.sidebar form .form-input :-ms-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
aside.sidebar form .form-input span.form-button {
	position: absolute;
	width: 41px;
	height: 41px;
	right: 0;
	top: 0px;
	font-size: 20px;
	line-height: 40px;
	color: white;
	border-radius: 0 2px 2px 0;
	background-color: #ab824f;
	text-align: center;
}
aside.sidebar ul.recent-posts li {
	margin-bottom: 36px;
	overflow: hidden;
}
aside.sidebar ul.recent-posts li:last-child {
	margin-bottom: 0;
}
aside.sidebar ul.recent-posts li img {
	width: 60px;
	height: 60px;
	border-radius: 1px;
	float: left;
}
aside.sidebar ul.recent-posts li .content {
	padding-left: 75px;
	padding-top: 9px;
}
aside.sidebar ul.recent-posts li a p {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 20px;
	transition: color .4s ease;
	color: #323232;
	letter-spacing: 0.5px;
}
aside.sidebar ul.recent-posts li a:hover p {
	color: #ab824f;
	transition: color .4s ease;
}
aside.sidebar ul.recent-posts li a:hover .meta, aside.sidebar ul.recent-posts li a:hover .category {
	color: #85858A;
}
aside.sidebar ul.recent-posts li .meta, aside.sidebar ul.recent-posts li .category {
	color: #85858A;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: 300;
	margin-right: 9px;
}
aside.sidebar ul.recent-posts li .category {
	color: #ab824f;
	font-weight: 400;
}
.socialhead li a {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	background-color: #323232;
	border-radius: 0;
	display: block;
	transition: all .4s ease;
	color: white
}
.container-fulid {
	margin-left: 50px;
	margin-right: 0;
	padding-right: 20px;
	padding-right: 50px;
}
aside.sidebar ul.widget-categories li a {
	color: #85858A;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0;
	margin-bottom: 9px;
	font-weight: 300;
}
aside.sidebar ul.widget-categories li a:hover {
	color: #ab824f;
}
aside.sidebar ul.tagCloud li {
	display: inline-block;
	margin: 9px 9px 9px 0;
}
aside.sidebar ul.tagCloud li a {
	color: #85858A;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 9px 0;
	padding: 6px;
	border-radius: 2px;
	font-weight: 300;
}
.models {
	margin: 0;
	padding: 5px;
	color: #000;
	font-size: 0;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
models table.td {
	font-size: 16px;
	font-weight: 300;
	color: #868686;
	line-height: 1em;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 20px;
}
models table td span.margin {
	display: block;
	margin-bottom: -1px;
}
models table td span.line {
	padding-right: 7px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
aside.sidebar ul.tagCloud li a.popular {
	color: #ab824f;
	letter-spacing: 0.5px;
}
aside.sidebar ul.tagCloud li a:hover {
	color: #ab824f;
}
aside.sidebar h5 {
	position: relative;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 100;
	color: #323232;
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ab824f;
}
aside.left {
	text-align: right;
	padding: 0;
}
@media screen and (max-width: 991px) {
	aside.left {
		text-align: left;
	}
}
aside.left ul.tagCloud li a {
	margin-left: 26px;
	margin-right: 0;
}
@media screen and (max-width: 991px) {
	aside.left ul.tagCloud li a {
		margin-left: 0;
		margin-right: 26px;
	}
}
aside.left .widget-wrapper {
	margin-bottom: 50px;
}
aside.left form {
	width: 100%;
}
aside.left form .form-input {
	width: 100%;
	position: relative;
}
aside.left form .form-input input {
	width: 80%;
}
@media screen and (max-width: 991px) {
	aside.left form .form-input input {
		width: 100%;
	}
}
aside.left form .form-input span.form-button {
	width: auto;
}
/*-------------------------------------------------*/

/* =  8.Navigation
/*-------------------------------------------------*/

#nav {
	padding: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#nav span {
	font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 480px) {
	#nav span {
		display: none;
	}
}
@media (min-width:992px) and (max-width: 1024px) {
	#nav span {
		display: none;
	}
}
#nav .nav-right {
	text-align: right;
}
#nav .nav-right i {
	margin-left: 10px;
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	#nav .nav-right i {
		margin-left: 0;
	}
}
#nav .nav-left i {
	margin-right: 10px;
}
@media screen and (max-width: 480px) {
	#nav .nav-left i {
		margin-right: 0;
	}
}
#nav .nav-left a.btn-alt, #nav .nav-right a.btn-alt {
	line-height: 39px;
}
/*-------------------------------------------------*/

/* =  9.Page
/*-------------------------------------------------*/

.content-section .text {
	/*padding: 0 30px;*/
}
.content-section .text.big {}
.content-section .text .details ul {
	list-style: none;
}
.content-section .text .details ul li {
	text-align: right;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.content-section .text .details ul li a {
	float: left;
}
.model-contact {
	background-image: url('/assets/img/pattern.html')
}
@media screen and (max-width: 991px) {
	.content-section .text.service-responsive-bottom {
		padding: 50px 50px 0 50px;
		margin-left: 20px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.content-section .text.service-responsive-top {
		padding: 26px 50px 14px 50px;
		margin-left: 20px;
		margin-right: 10px;
	}
	.content-section .text {
		padding: 0 50px !important;
	}
	#model-place .text{
		margin-bottom:30px;
	}
}
@media screen and (max-width: 480px) {
	.content-section .text.responsive-padding-sm {
		padding: 25px;
	}
	.content-section .text {
		padding: 0 50px !important;
		margin-left: 0px;
		margin-right: 10px;
	}
	#model-place .text {
		padding:0 50px 30px 50px !important;
		margin-left: 0px;
		margin-right: 10px;
	}
}
.content-section .text p:last-of-type {
	margin-bottom: 10px;
}
#model-place .text  p:last-of-type {
	margin-bottom: 20px;
}
.content-section .bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: height .4s ease;
}
.model {}
@media screen and (max-width: 767px) {
	.content-section .bg-img {
		max-height: 375px;
	}
	.content-section .bg-img.overlay{
		max-height:600px;
	}
		
}
.content-section .bg-img.fullpage-wrap {
	padding: 0 50px;
}
@media screen and (max-width: 767px) {
	.content-section .bg-img.responsive {
		max-height: none;
	}
}
.content-section .bg-img.overlay {
	position: relative;
	overflow: hidden;
}
.content-section .bg-img.overlay .text {
	z-index: 3;
	position: relative;
}
.content-section .bg-img.overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(34, 34, 34, 0.6);
}
.content-section .bg-img.overlay.transparent:after {
	background: rgba(34, 34, 34, 0);
}
@media screen and (max-width: 1199px) {
	.content-section .bg-img.overlay.transparent:after {
		background: rgba(255, 255, 255, 0.85);
	}
}
.content-section .bg-img.static-height {
	height: 600px;
}
@media screen and (max-width: 767px) {
	.content-section .bg-img.responsive {
		max-height: none;
	}
}
@media screen and (max-width: 991px) {
	.content-section .bg-img.responsive .col-md-4:first-child .text {
		padding: 60px 15px 30px 15px;
	}
}
@media screen and (max-width: 991px) {
	.content-section .bg-img.responsive .col-md-4:last-child .text {
		padding: 30px 15px 60px 15px;
	}
}
.content-section ul.services li {
	display: table;
	margin-bottom: 54px;
	width: 100%;
}
.content-section ul.services li.fixed-height {
	min-height: 106px;
}
@media screen and (max-width: 1500px) {
	.content-section ul.services li.fixed-height {
		min-height: 130px;
	}
}
@media screen and (max-width: 1199px) {
	.content-section ul.services li.fixed-height {
		min-height: 154px;
	}
}
@media screen and (max-width: 991px) {
	.content-section ul.services li.fixed-height {
		min-height: inherit;
	}
}
.content-section ul.services li:last-child {
	margin-bottom: 0;
}
.content-section ul.services li em {
	font-size: 36px;
	line-height: 40px;
	font-family: "Open Sans", sans-serif;
}
.content-section ul.services li .icon {
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	color: white;
	background-color: #ab824f;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.content-section ul.services li .icon i {
	font-size: 22px;
	line-height: 8px;
	padding: 15px;
}
.content-section ul.services li .icon i[class|="pd"] {
	line-height: 60px;
}
.content-section ul.services li .icon.i1 {
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	color: white;
	background-color: transparent;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.content-section ul.services li .icon.i1 {
	font-size: 22px;
	line-height: 50px;
}
.content-section ul.services li .icon.i1 i[class|="pd"] {
	line-height: 60px;
}
.content-section ul.services li .icon-text {
	display: inline-block;
	line-height: 50px;
	float: left;
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
	.content-section ul.services li .icon-text {
		padding-left: 15px;
	}
}
@media screen and (max-width: 650px) {
	.content-section ul.services li .icon-text {
		padding-left: 15px;
	}
}
.content-section ul.services li .icon-text p {
	transition: all .4s ease;
}
.content-section ul.services li .icon-text p:last-of-type {
	margin-bottom: 0;
}
.content-section ul.services li:hover {
	cursor: help;
}
.content-section ul.services li:hover .icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.content-section ul.services li:hover .icon-text p {
	color: #ab824f;
	transition: color .4s ease;
}
@media screen and (max-width: 600px) {
	.content-section ul.services li .col-xs-2 {
		width: 20%;
	}
}
@media screen and (max-width: 480px) {
	.content-section ul.services li .col-xs-2 {
		width: 25%;
	}
}
@media screen and (max-width: 410px) {
	.content-section ul.services li .col-xs-2 {
		width: 30%;
	}
}
@media screen and (max-width: 360px) {
	.content-section ul.services li .col-xs-2 {
		width: 35%;
	}
}
@media screen and (max-width: 600px) {
	.content-section ul.services li .col-xs-10 {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.content-section ul.services li .col-xs-10 {
		width: 75%;
	}
}
@media screen and (max-width: 410px) {
	.content-section ul.services li .col-xs-10 {
		width: 70%;
	}
}
@media screen and (max-width: 360px) {
	.content-section ul.services li .col-xs-10 {
		width: 65%;
	}
}
.content-section .partners .partner {
	position: relative;
}
.content-section .partners .partner:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 100%;
	transition: opacity .4s ease;
}
.content-section .partners .partner:hover:before {
	opacity: 1;
	transition: opacity .4s ease;
}
.content-section .circle-counters {
	padding: 60px;
	text-align: center;
}
.content-section .circle-counters .counter {
	height: 260px;
	width: 260px;
	display: block;
	margin: 0 auto;
	color: white;
	position: relative;
	border: 1px solid white;
	border-radius: 50%;
}
.content-section .circle-counters .counter:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-radius: 50%;
	background-color: white;
}
.content-section .circle-counters .counter span {
	font-size: 80px;
}
.content-post ul {
	list-style: disc;
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 100;
	margin: 25px 0 25px 15px;
}
.content-post ul li {
	padding-left: 18px;
}
/*-------------------------------------------------*/

/* =  10.Post
/*-------------------------------------------------*/

#post-wrap h2:not(.title) {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin: 0px 0 9px 0;
	color: #323232;
}
#post-wrap span.category {
	color: #ab824f;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 9px;
	display: inline-block;
	margin-right: 9px;
	position: relative;
}
#post-wrap span.category:after {
	content: ",";
	position: absolute;
	bottom: 0px;
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	margin: 0 9px 0 2px;
}
#post-wrap span.category.last:after {
	display: none;
}
#post-wrap span.date {
	color: #85858A;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-right: 9px;
}
#post-wrap ul.post {
	list-style: none;
}
#post-wrap ul.post li {
	position: relative;
	padding-left: 26px;
	font-size: 14px;
	line-height: 24px;
	margin: 9px 0;
	color: #85858A;
	font-family: "Open Sans", sans-serif;
}
#post-wrap ul.post li:before {
	position: absolute;
	content: "\f383";
	font-family: "Ionicons";
	color: #ab824f;
	left: 0;
	top: 0;
}
#post-wrap #post-meta, #post-wrap #project-meta {
	border-top: 1px solid #d1d2d3;
	border-bottom: 1px solid #d1d2d3;
	padding: 36px 0;
	margin: 50px 0;
	overflow: hidden;
}
#post-wrap #post-meta.project, #post-wrap #project-meta.project {
	border: none;
	padding: 0;
	margin: 0;
}
#post-wrap #post-meta.project ul.tagCloud li a, #post-wrap #project-meta.project ul.tagCloud li a {
	color: white;
	background-color: #ab824f;
}
#post-wrap #post-meta img, #post-wrap #project-meta img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	float: left;
}
@media screen and (max-width: 480px) {
	#post-wrap #post-meta img, #post-wrap #project-meta img {
		float: inherit;
	}
	#post-wrap #post-meta, #post-wrap #project-meta {
		padding: 36px 15px;
	}
	#comments{
		margin:0 20px;
	}
	#nav{
		margin-bottom:30px;
	}
	aside.sidebar{
		margin:0 20px;
	}
}
#post-wrap #post-meta .author, #post-wrap #project-meta .author {
	padding-left: 136px;
}
@media screen and (max-width: 480px) {
	#post-wrap #post-meta .author, #post-wrap #project-meta .author {
		padding-left: 0;
		padding-top: 8px;
	}
}
#post-wrap #post-meta .author h3, #post-wrap #project-meta .author h3 {
	font-size: 16px;
	margin-bottom: 9px;
}
#post-wrap #post-meta .author p, #post-wrap #project-meta .author p {
	margin-bottom: 0;
}
#post-wrap #post-meta span, #post-wrap #project-meta span {
	margin-right: 18px;
}
#post-wrap #post-meta span em, #post-wrap #project-meta span em {
	color: #85858A;
	font-weight: 300;
}
#post-wrap #post-meta ul.tagCloud, #post-wrap #project-meta ul.tagCloud {
	margin: 0 0 9px 0;
	padding-left: 0;
}
#post-wrap #post-meta ul.tagCloud li, #post-wrap #project-meta ul.tagCloud li {
	display: inline-block;
	margin: 9px 9px 9px 0;
}
#post-wrap #post-meta ul.tagCloud li a, #post-wrap #project-meta ul.tagCloud li a {
	color: #ab824f;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 9px 0;
	border: 1px solid #ab824f;
	padding: 6px;
	border-radius: 2px;
	font-weight: 300;
	transition: box-shadow .4s ease;
}
#post-wrap #post-meta ul.tagCloud li a:hover, #post-wrap #project-meta ul.tagCloud li a:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: box-shadow .4s ease;
}
#post-wrap #share {
	position: fixed;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: 650px;
	right: 50px;
	bottom: 250px;
	z-index: 5;
	width: 60px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media screen and (max-width: 1500px) {
	#post-wrap #share {
		max-width: 100%;
		margin: 0;
		left: inherit;
		right: 30px;
		margin-left: 0;
		width: 60px;
		bottom: 100px;
	}
}
#post-wrap #share .share-btn {
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: white;
	text-align: center;
	box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
	z-index: 1;
	position: relative;
}
#post-wrap #share .share-btn i {
	font-size: 24px;
	line-height: 60px;
	color: #323232;
}
#post-wrap #share .share-icons {
	top: 60px;
	width: 100%;
	z-index: 4;
	max-width: 100%;
	position: absolute;
	top: 60px;
	margin: 0 auto;
	z-index: 0;
}
#post-wrap #share .share-icons.open a.share-google {
	bottom: auto;
	top: 10px;
	background-color: #df4d34;
	transition: top .25s ease-in-out;
}
@media screen and (max-width: 1500px) {
	#post-wrap #share .share-icons.open a.share-google {
		top: -110px;
	}
}
#post-wrap #share .share-icons.open a.share-twitter {
	bottom: auto;
	top: 60px;
	background-color: #46a6f2;
	transition: top .25s ease-in-out;
}
@media screen and (max-width: 1500px) {
	#post-wrap #share .share-icons.open a.share-twitter {
		top: -160px;
	}
}
#post-wrap #share .share-icons.open a.share-linkedin {
	bottom: auto;
	top: 110px;
	background-color: #0080c1;
	transition: top .25s ease-in-out;
}
@media screen and (max-width: 1500px) {
	#post-wrap #share .share-icons.open a.share-linkedin {
		top: -210px;
	}
}
#post-wrap #share .share-icons.open a.share-mail {
	bottom: auto;
	top: 160px;
	background-color: #323232;
	transition: top .25s ease-in-out;
}
@media screen and (max-width: 1500px) {
	#post-wrap #share .share-icons.open a.share-mail {
		top: -260px;
	}
}
#post-wrap #share .share-icons a {
	color: #fff;
	font-size: 16px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: auto;
	width: 40px;
	border-radius: 20px;
	text-align: center;
}
#post-wrap #share .share-icons a i {
	font-size: 16px;
	line-height: 40px;
}
#post-wrap #share .share-icons a.share-google {
	transition: top .25s ease-in-out;
	top: -55px;
	background-color: #df4d34;
}
#post-wrap #share .share-icons a.share-twitter {
	transition: top .25s ease-in-out;
	top: -55px;
	background-color: #46a6f2;
}
#post-wrap #share .share-icons a.share-linkedin {
	transition: top .25s ease-in-out;
	top: -55px;
	background-color: #0080c1;
}
#post-wrap #share .share-icons a.share-mail {
	transition: top .25s ease-in-out;
	top: -55px;
	background-color: #323232;
}
#post-wrap .post-gallery .owl-item {
	transition: opacity .8s ease;
}
#post-wrap .post-gallery .owl-item:not(.center) {
	opacity: .6;
	transition: opacity .8s ease;
}
#post-wrap .bg-img.static-height {
	padding: 35%;
	height: auto;
}
@media screen and (max-width: 480px) {
	#post-wrap .bg-img.static-height {
		padding: 45%;
	}
}
@media screen and (max-width: 480px) {
	#post-wrap .col-md-12.text {
		padding: 50px 25px;
	}
}
@media screen and (max-width: 480px) {
	#comments .nav-tabs>li>a {
		padding: 0 10px;
	}
}
@media screen and (max-width: 380px) {
	#comments .nav-tabs>li>a {
		padding: 0 4px;
		letter-spacing: 0;
	}
}
#comments .comment {
	margin-bottom: 50px;
}
#comments .comment:last-child {
	margin-bottom: 0;
}
#comments .comment img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
}
@media screen and (max-width: 480px) {
	#comments .comment img {
		float: inherit;
	}
}
#comments .comment .content {
	padding-left: 136px;
}
@media screen and (max-width: 480px) {
	#comments .comment .content {
		padding-left: 0;
		padding-top: 8px;
	}
}
#comments .comment span {
	display: block;
}
#comments .comment span.comment-date {
	display: inline-block;
	color: #85858A;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 9px;
}
#comments .comment span.comment-author {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	color: #323232;
	font-size: 16px;
	line-height: 26px;
}
#comments .comment span.comment-btn {
	margin: 9px 9px 0 0;
	display: inline-block;
}
#comments .comment span.comment-btn a {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	transition: color .4s ease;
	font-weight: 400;
}
#comments .comment span.comment-btn a:hover {
	color: #323232;
	transition: color .4s ease;
}
#comments .comment p:last-of-type {
	margin-bottom: 0;
}
#comments .comment a {
	font-size: 14px;
	line-height: 22px;
	color: #ab824f;
}
/*-------------------------------------------------*/

/* =  11.Project
/*-------------------------------------------------*/

.project-images img, .team-profiles img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
	opacity: 1;
	transition-duration: 300ms;
}
.project-images img:hover, .team-profiles img:hover {
	opacity: .8;
	transition-duration: 700ms;
}
.project-images a:last-child img, .team-profiles a:last-child img {
	margin-bottom: 0;
}
.project-images.grid, .team-profiles.grid {
	position: relative;
	overflow: hidden;
}
.project-images.grid .image, .team-profiles.grid .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50%;
	position: relative;
}
.project-images.grid .image span.content, .team-profiles.grid .image span.content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	transition-duration: 300ms;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.project-images.grid .image span.content, .team-profiles.grid .image span.content {
		padding: 30px;
	}
}
@media screen and (max-width: 480px) {
	.project-images.grid .image span.content, .team-profiles.grid .image span.content {
		padding: 30px;
	}
}
@media screen and (max-width: 360px) {
	.project-images.grid .image span.content, .team-profiles.grid .image span.content {
		padding: 25px;
	}
}
.project-images.grid .image span.content span.title, .team-profiles.grid .image span.content span.title {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media screen and (max-width: 360px) {
	.project-images.grid .image span.content span.title, .team-profiles.grid .image span.content span.title {
		line-height: 18px;
	}
}
.project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: white;
	font-size: 35px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
		font-size: 25px;
	}
}
@media screen and (max-width: 480px) {
	.project-images.grid .image span.content em, .team-profiles.grid .image span.content em {
		font-size: 25px;
	}
}
.project-images .item, .team-profiles .item {
	position: relative;
	height: 500px;
}
.project-images .item .image, .team-profiles .item .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}
.img {
	max-width: 100%;
	height: 50%;
}
.project-images .item .content, .team-profiles .item .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s ease;
	background: rgba(34, 34, 34, 0.85);
}
.project-images .item .content .text, .team-profiles .item .content .text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 50px;
	opacity: 0;
}
@media screen and (max-width: 480px) {
	.project-images .item .content .text, .team-profiles .item .content .text {
		padding: 25px;
	}
}
.project-images .item .content .text h5, .team-profiles .item .content .text h5 {
	font-size: 38px;
	line-height: 48px;
	color: #d1d2d3;
	-webkit-transform: translate(0px, -25px);
	-ms-transform: translate(0px, -25px);
	transform: translate(0px, -25px);
	transition: all .3s ease-out;
}
.project-images .item .content .text h6, .team-profiles .item .content .text h6 {
	color: white;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 100;
	-webkit-transform: translate(0px, 25px);
	-ms-transform: translate(0px, 25px);
	transform: translate(0px, 25px);
	transition: all .3s ease-out;
}
.project-images .item .content .social, .team-profiles .item .content .social {
	position: absolute;
	bottom: 36px;
	text-align: center;
	left: 0;
	right: 0;
}
.project-images .item .content .social ul, .team-profiles .item .content .social ul {
	-webkit-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
}
.project-images .item .content .social ul li, .team-profiles .item .content .social ul li {
	display: inline-block;
}
.project-images .item .content .social ul li a, .team-profiles .item .content .social ul li a {
	background-color: #ab824f;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
	display: block;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	margin: 0 9px;
	transition: all .4s ease;
}
.project-images .item .content .social ul li:hover a, .team-profiles .item .content .social ul li:hover a {
	background-color: #F6F6F6;
	color: #323232;
	transition: all .4s ease;
}
.project-images .item:hover .content, .team-profiles .item:hover .content {
	opacity: 1;
	transition: opacity .4s ease;
}
.project-images .item:hover .content .text, .team-profiles .item:hover .content .text {
	opacity: 1;
	transition: opacity .4s ease;
}
.project-images .item:hover .content h5, .project-images .item:hover .content h6, .team-profiles .item:hover .content h5, .team-profiles .item:hover .content h6 {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: all .3s ease;
}
.project-images .col-lg-1, .project-images .col-lg-10, .project-images .col-lg-11, .project-images .col-lg-12, .project-images .col-lg-2, .project-images .col-lg-3, .project-images .col-lg-4, .project-images .col-lg-5, .project-images .col-lg-6, .project-images .col-lg-7, .project-images .col-lg-8, .project-images .col-lg-9, .project-images .col-md-1, .project-images .col-md-10, .project-images .col-md-11, .project-images .col-md-12, .project-images .col-md-2, .project-images .col-md-3, .project-images .col-md-4, .project-images .col-md-5, .project-images .col-md-6, .project-images .col-md-7, .project-images .col-md-8, .project-images .col-md-9, .project-images .col-sm-1, .project-images .col-sm-10, .project-images .col-sm-11, .project-images .col-sm-12, .project-images .col-sm-2, .project-images .col-sm-3, .project-images .col-sm-4, .project-images .col-sm-5, .project-images .col-sm-6, .project-images .col-sm-7, .project-images .col-sm-8, .project-images .col-sm-9, .project-images .col-xs-1, .project-images .col-xs-10, .project-images .col-xs-11, .project-images .col-xs-12, .project-images .col-xs-2, .project-images .col-xs-3, .project-images .col-xs-4, .project-images .col-xs-5, .project-images .col-xs-6, .project-images .col-xs-7, .project-images .col-xs-8, .project-images .col-xs-9 {
	overflow: hidden;
}
.project-images .image {
	transition-duration: 300ms;
	position: relative;
}
.project-images .image:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(34, 34, 34, 0.6);
	transition: opacity .4s ease;
}
.project-images .image:hover {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
	transition-duration: 700ms;
}
.project-images .image:hover:before {
	opacity: 1;
	transition: opacity .4s ease;
}
.project-images .image:hover span.content {
	-webkit-transform: scale3d(0.88, 0.88, 0.88);
	transform: scale3d(0.88, 0.88, 0.88);
	transition-duration: 700ms;
}
.project-alt {
	padding: 50px 50px 50px 30px;
}
@media screen and (max-width: 991px) {
	.project-alt {
		padding: 50px;
	}
}
.project-alt ul li {
	display: inline-block;
	margin-right: 16px;
}
.project-alt ul li a {
	font-family: "Open Sans", sans-serif;
	color: #d1d2d3;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: 300;
}
.project-alt ul li a:hover {
	color: #ab824f;
}
/*-------------------------------------------------*/

/* =  12.Contact Form
/*-------------------------------------------------*/
#ContactForm .span4                      { width:280px; float:left; margin-right:40px; }
#ContactForm                             { margin:0; padding:0px 0 20px 0px; float:left; width:100%;}

#ContactForm .error, #ContactForm .empty { font-size:10px; color:#fff; display: none;}
#ContactForm .success					 { padding-bottom:15px; display:none;}
#ContactForm .box						 { margin-top:0; display:block }
#ContactForm .message					 { background-image:url(../images/contact_details_icon.html); background-repeat:no-repeat; padding:0 0 0 25px;                                    }
#ContactForm #message					 { width:99%; margin:0 auto;  background-color:#f5f5f5;  padding:0px 9; border-radius:3px;}
#ContactForm 							 {}
#ContactForm a							 { margin-right:36px; float: left;}
#ContactForm .input {
        color: #000000;
    background-color: #F6F6F6;
    padding: 13px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 13px;
    border: 1px solid #F6F6F6;
    width: 100%;
	font-family: "Open Sans", sans-serif;

}
#submsg {
	
	margin: 15px 0 0 0;
}
#ContactForm textarea {
    overflow: auto;
    width: 100%;
    height: 80px;
    padding: 8px;
    color: #000;
        font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    border: none;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    margin: 10px 0;
}
.contact-form{
	padding:20px;
	background:#fff;
}
.butalign input.btn.btn-alt{
	height: 40px;
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #ab824f;
    color: #ab824f;
    transition: all .4s ease;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
	font-family: "Open Sans", sans-serif;
    outline: none;
}
.butalign input.btn.btn-alt:hover{
	background: #ab824f;
	color:#fff;
	border: 1px solid #ab824f;
}
.butalign								 {}
#ContactForm .but                        { background:none repeat scroll 0 0 #FEC400;display:inline-block;color:#000000!important;
font-family:arial;font-size:18px;font-weight:normal;width:100%; max-width:100px;text-decoration:none;    font-family: "Open Sans", sans-serif; }
.but:active								 { position:relative; top:1px; }
#ContactForm .but:hover					 { background-color:#000000!important; color:#FEC400!important;}
.copyright                     { padding-top: 20px; padding-bottom: 20px; background-color:#ffffff; color:#7a7a7a; }
.contact {
	background: #fff;
}
#contact-form .form-field, #search-form .form-field, #booking-form .form-field {
	outline: inherit;
	border: none;
	border-radius: 2px;
	width: 100%;
	padding: 9px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 14px;
	background-color: #F6F6F6;
	color: #323232;
	font-weight: 400;
	border: 1px solid #F6F6F6;
	margin-top: 10px;
    margin-bottom: 5px;
}
#contact-form .form-field:focus, #search-form .form-field:focus, #booking-form .form-field:focus {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
#contact-form .form-field.big, #search-form .form-field.big, #booking-form .form-field.big {
	font-size: 40px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
	padding-right: 70px;
	line-height: 40px;
}
@media screen and (max-width: 767px) {
	#contact-form .form-field.big, #search-form .form-field.big, #booking-form .form-field.big {
		font-size: 35px;
		padding-right: 35px;
	}
}
#contact-form .form-field.white, #search-form .form-field.white, #booking-form .form-field.white {
	background-color: white;
}
#contact-form textarea.form-field, #search-form textarea.form-field, #booking-form textarea.form-field {
	padding: 12px 9px;
}
#contact-form ::-webkit-input-placeholder, #search-form ::-webkit-input-placeholder, #booking-form ::-webkit-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
#contact-form :-moz-placeholder, #search-form :-moz-placeholder, #booking-form :-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
#contact-form ::-moz-placeholder, #search-form ::-moz-placeholder, #booking-form ::-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
#contact-form :-ms-input-placeholder, #search-form :-ms-input-placeholder, #booking-form :-ms-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #85858A;
	font-size: 14px;
}
#contact-form #submit-contact, #search-form #submit-contact, #booking-form #submit-contact {
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 0;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0;
	background-color: transparent;
	transition: all .4s ease;
}
#booking-form #submit-contact.brn {
	border-radius: 0px !important;
	margin-top: 12px;
}
#contact-form #submit-contact:hover, #search-form #submit-contact:hover, #booking-form #submit-contact:hover {
	color: #323232;
	transition: all .4s ease;
}
#contact-form #submit-contact.btn-alt, #search-form #submit-contact.btn-alt, #booking-form #submit-contact.btn-alt {
	height: 40px;
	line-height: 40px;
	text-transform: none;
	font-weight: 400;
	background-color: transparent;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 30px;
	letter-spacing: 1px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
	outline: none;
}
#contact-form #submit-contact.btn-alt.big, #search-form #submit-contact.btn-alt.big, #booking-form #submit-contact.btn-alt.big {
	padding-right: 30px;
	padding-left: 30px;
	height: 55px;
	line-height: 55px;
}
#contact-form #submit-contact.btn-alt:hover, #search-form #submit-contact.btn-alt:hover, #booking-form #submit-contact.btn-alt:hover {
	background-color: #ab824f;
	color: white;
	transition: all .4s ease;
}
#contact-form #submit-contact.btn-alt.shadow, #search-form #submit-contact.btn-alt.shadow, #booking-form #submit-contact.btn-alt.shadow {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
#contact-form #submit-contact.btn-alt.white, #search-form #submit-contact.btn-alt.white, #booking-form #submit-contact.btn-alt.white {
	border: 1px solid white;
}
#contact-form #submit-contact.btn-alt.white:hover, #search-form #submit-contact.btn-alt.white:hover, #booking-form #submit-contact.btn-alt.white:hover {
	background-color: white;
	color: #ab824f !important;
	transition: all .4s ease;
}
#contact-form #submit-contact.btn-alt.active, #search-form #submit-contact.btn-alt.active, #booking-form #submit-contact.btn-alt.active {
	background-color: #ab824f;
	color: white;
	transition: all .4s ease;
}
#contact-form #submit-contact.btn-alt.active:hover, #search-form #submit-contact.btn-alt.active:hover, #booking-form #submit-contact.btn-alt.active:hover {
	background-color: transparent;
	color: #ab824f !important;
	transition: all .4s ease;
}
#contact-form .form-button, #search-form .form-button, #booking-form .form-button {
	position: absolute;
	width: auto;
	right: 0;
	top: -2px;
}
#contact-form .form-button.big, #search-form .form-button.big, #booking-form .form-button.big {
	top: -7px;
	right: 10px;
}
#contact-form .form-button.big i, #search-form .form-button.big i, #booking-form .form-button.big i {
	font-size: 60px;
}
@media screen and (max-width: 767px) {
	#contact-form .form-button.big i, #search-form .form-button.big i, #booking-form .form-button.big i {
		font-size: 35px;
	}
}
#contact-form #msg, #search-form #msg, #booking-form #msg {
	margin-top: 36px;
	color: #f54337;
}
#contact-form.color ::-webkit-input-placeholder, #search-form.color ::-webkit-input-placeholder, #booking-form.color ::-webkit-input-placeholder {
	color: #ab824f;
}
#contact-form.color :-moz-placeholder, #search-form.color :-moz-placeholder, #booking-form.color :-moz-placeholder {
	color: #ab824f;
}
#contact-form.color ::-moz-placeholder, #search-form.color ::-moz-placeholder, #booking-form.color ::-moz-placeholder {
	color: #ab824f;
}
#contact-form.color :-ms-input-placeholder, #search-form.color :-ms-input-placeholder, #booking-form.color :-ms-input-placeholder {
	color: #ab824f;
}
#contact-form.black ::-webkit-input-placeholder, #search-form.black ::-webkit-input-placeholder, #booking-form.black ::-webkit-input-placeholder {
	color: #323232;
	font-weight: 400;
}
#contact-form.black :-moz-placeholder, #search-form.black :-moz-placeholder, #booking-form.black :-moz-placeholder {
	color: #323232;
	font-weight: 400;
}
#contact-form.black ::-moz-placeholder, #search-form.black ::-moz-placeholder, #booking-form.black ::-moz-placeholder {
	color: #323232;
	font-weight: 400;
}
#contact-form.black :-ms-input-placeholder, #search-form.black :-ms-input-placeholder, #booking-form.black :-ms-input-placeholder {
	color: #323232;
	font-weight: 400;
}
#contact-form.big ::-webkit-input-placeholder, #search-form.big ::-webkit-input-placeholder, #booking-form.big ::-webkit-input-placeholder {
	font-size: 40px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#contact-form.big ::-webkit-input-placeholder, #search-form.big ::-webkit-input-placeholder, #booking-form.big ::-webkit-input-placeholder {
		font-size: 35px;
	}
}
#contact-form.big :-moz-placeholder, #search-form.big :-moz-placeholder, #booking-form.big :-moz-placeholder {
	font-size: 40px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#contact-form.big :-moz-placeholder, #search-form.big :-moz-placeholder, #booking-form.big :-moz-placeholder {
		font-size: 35px;
	}
}
#contact-form.big ::-moz-placeholder, #search-form.big ::-moz-placeholder, #booking-form.big ::-moz-placeholder {
	font-size: 40px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#contact-form.big ::-moz-placeholder, #search-form.big ::-moz-placeholder, #booking-form.big ::-moz-placeholder {
		font-size: 35px;
	}
}
#contact-form.big :-ms-input-placeholder, #search-form.big :-ms-input-placeholder, #booking-form.big :-ms-input-placeholder {
	font-size: 40px;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#contact-form.big :-ms-input-placeholder, #search-form.big :-ms-input-placeholder, #booking-form.big :-ms-input-placeholder {
		font-size: 35px;
	}
}
#booking-form .form-field {
	background-color: #fff;
	border-radius: 0;
	height: 60px;
	line-height: 62px;
	color: #323232;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 991px) {
	#booking-form .form-field {
		margin-bottom: 36px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form .form-field {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	#booking-form .form-field {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		text-align: left;
	}
}
#booking-form label {
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	font-weight: 300;
}
#booking-form i.icon {
	position: absolute;
	right: 30px;
	font-size: 26px;
	bottom: 15px;
	color: #ab824f;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	#booking-form i.icon {
		bottom: 48px;
	}
}
#booking-form ::-webkit-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #323232;
	font-size: 17px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form ::-webkit-input-placeholder {
		font-size: 14px;
	}
}
#booking-form :-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #323232;
	font-size: 17px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form :-moz-placeholder {
		font-size: 14px;
	}
}
#booking-form ::-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #323232;
	font-size: 17px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form ::-moz-placeholder {
		font-size: 14px;
	}
}
#booking-form :-ms-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #323232;
	font-size: 17px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form :-ms-input-placeholder {
		font-size: 14px;
	}
}
#booking-form select {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	color: #323232;
	border-radius: 0;
}
#booking-form select.form-field {
	color: #323232;
	line-height: 38px;
	text-align: center;
	padding-left: 20%;
	padding-left: calc(20% - 5px);
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#booking-form select.form-field {
		padding-left: 9px;
	}
}
@media screen and (max-width: 480px) {
	#booking-form select.form-field {
		padding-left: 9px;
	}
}
#booking-form select:focus {
	outline: none;
}
#booking-form #submit-contact {}
.adress p {
	background: #fff;
	padding: 30px;
}
span.contact-info {
	font-family: "Open Sans", sans-serif;
	color: #323232;
	font-size: 16px;
	line-height: 26px;
	margin-right: 36px;
	font-weight: 400;
}
span.contact-info a em {
	color: #ab824f;
	transition: color .4s ease;
}
span.contact-info a:hover em {
	color: #323232;
	transition: color .4s ease;
}
span.contact-info em {
	color: #85858A;
	font-weight: 300;
}
#search-form {
	position: relative;
}
#search-form.big {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	width: calc(100% - 100px);
	height: 125px;
	margin: auto;
}
@media screen and (max-width: 991px) {
	.contact {
		padding:45px;
	}
	.contact-text{
		margin-top:30px;
	}
}
#contact-newsletter .text {
	width: 50%;
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	#contact-newsletter .text {
		width: auto;
		max-width: 550px;
	}
}
@media screen and (max-width: 480px) {
	#contact-newsletter .text {
		width: 100%;
	}
}
#contact-newsletter .text p {
	margin-top: 18px;
}
#contact-newsletter .form-field {
	outline: inherit;
	border: none;
	border-bottom: 1px solid white;
	width: 80%;
	padding: 18px 50px 18px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	border-radius: 40px;
}
@media screen and (max-width: 991px) {
	#contact-newsletter .form-field {
		padding-right: 20%;
	}
}
@media screen and (max-width: 480px) {
	#contact-newsletter .form-field {
		padding-right: 33%;
	}
}
@media screen and (max-width: 410px) {
	#contact-newsletter .form-field {
		padding: 18px 30px;
		width: 100%;
	}
}
#contact-newsletter .form-field:focus {
	border-bottom: 1px solid white;
}
#contact-newsletter #submit-newsletter {
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 0;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0;
	background-color: transparent;
	transition: all .4s ease;
	position: absolute;
	right: 50px;
	top: 0;
}
@media screen and (max-width: 410px) {
	#contact-newsletter #submit-newsletter {
		position: relative;
		right: 0;
		width: 100%;
		margin-top: 18px;
	}
}
#contact-newsletter #submit-newsletter:hover {
	color: #323232;
	transition: all .4s ease;
}
#contact-newsletter #submit-newsletter.btn-alt {
	height: 40px;
	line-height: 40px;
	text-transform: none;
	font-weight: 600;
	text-rendering: geometricPrecision;
	background-color: transparent;
	border: 1px solid #ab824f;
	color: #ab824f;
	transition: all .4s ease;
	border-radius: 0px 40px 40px 0px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	overflow: hidden;
	outline: none;
}
@media screen and (max-width: 480px) {
	#contact-newsletter #submit-newsletter.btn-alt {
		border-radius: 40px;
	}
}
#contact-newsletter #submit-newsletter.btn-alt:hover {
	background-color: #ab824f;
	color: white;
	transition: all .4s ease;
}
#contact-newsletter #submit-newsletter.btn-alt.white {
	border: 1px solid white;
}
#contact-newsletter #submit-newsletter.btn-alt.white:hover {
	background-color: white;
	color: #ab824f !important;
	transition: all .4s ease;
}
#contact-newsletter #submit-newsletter.btn-alt.color {
	border: 1px solid #ab824f;
	color: #ab824f;
}
#contact-newsletter #submit-newsletter.btn-alt.color.active {
	background-color: #ab824f;
	color: white !important;
}
#contact-newsletter #submit-newsletter.btn-alt.color.active:hover {
	background-color: white;
	color: #ab824f !important;
	border: 1px solid transparent;
	border-left: 1px solid #ab824f;
}
@media screen and (max-width: 410px) {
	#contact-newsletter #submit-newsletter.btn-alt.color.active:hover {
		background-color: transparent;
		border: 1px solid #ab824f;
	}
}
/*-------------------------------------------------*/

/* =  13.Footer
/*-------------------------------------------------*/

footer, .footer {
	padding-top: 50px;
	background-color: #1C1C1C;
}
@media screen and (max-width: 991px) {
	footer, .footer {
		margin-left: -50px !important;
		margin-right: -50px !important;
		max-width: none !important;
		width: auto !important;
		padding: 50px 50px 50px 50px !important;
	}
}
@media screen and (max-width: 991px) {
	footer .col-sm-12, .footer .col-sm-12 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	footer .col-sm-3, .footer .col-sm-3 {
		margin-bottom: 30px;
	}
}
footer .pre-footer, .footer .pre-footer {
	margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
	footer .pre-footer .col-sm-6, .footer .pre-footer .col-sm-6 {
		min-height: 150px;
	}
}
@media screen and (max-width: 480px) {
	footer .pre-footer .col-xs-6, .footer .pre-footer .col-xs-6 {
		width: 100%;
	}
}
footer:not(.fixed), .footer:not(.fixed) {
	margin-left: -50px !important;
	margin-right: -50px !important;
	max-width: none !important;
	width: auto !important;
	padding: 50px !important;
	overflow: hidden;
}
footer.fixed, .footer.fixed {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -750px;
	z-index: 100;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 1;
	padding: 30px 0;
}
footer.fixed.fullpage, .footer.fixed.fullpage {
	display: none;
}
footer.fixed.full-width, .footer.fixed.full-width {
	max-width: 100%;
	margin-left: 0px;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
footer.fixed.full-width img {
	display: inline;
	width: 200px;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	footer.fixed.full-width, .footer.fixed.full-width {
		padding-left: 15px !important;
		padding-right: 10px !important;
	}
}
footer.fixed.full-width .container, .footer.fixed.full-width .container {
	padding: 0 50px;
}
@media screen and (max-width: 1500px) {
	footer.fixed, .footer.fixed {
		max-width: 100%;
		margin: 0;
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 991px) {
	footer.fixed, .footer.fixed {
		height: auto;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 991px) {
	footer .logo, .footer .logo {
		margin-bottom: 18px;
	}
}
footer .copy, .footer .copy {
	margin-top: 18px;
	color: #d1d2d3;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	position: relative;
}
footer .copy img, .footer .copy img {
	max-height: 85px;
	width: auto;
	margin-right: 50px;
}
footer .copy .col-md-4, .footer .copy .col-md-4 {
	padding-top: 1px;
}
footer .copy .col-md-4 a, .footer .copy .col-md-4 a {
	margin-right: 18px;
}
footer .copy a, .footer .copy a {
	color: #999;
}
footer .copy a:hover, .footer .copy a:hover {
	color: #ab824f;
}
footer .copy a#backtotop, .footer .copy a#backtotop {
	position: absolute;
	right: 0;
	top: 36px;
	padding-right: 15px;
}
footer .copy a#backtotop:before, .footer .copy a#backtotop:before {
	content: "\f366";
	display: inline-block;
	font-family: "Ionicons";
	position: absolute;
	right: 0;
}
footer p, .footer p {
	color: #999;
	margin-bottom: 0;
	margin-top: 16px;
	font-weight: 400;
}
@media screen and (max-width: 991px) {
	footer p, .footer p {
		max-width: none;
	}
}
@media screen and (max-width: 991px) {
	footer ul.sitemap, footer ul.info, footer ul.useful-links, .footer ul.sitemap, .footer ul.info, .footer ul.useful-links {
		margin-bottom: 18px;
	}
}
footer ul.sitemap li, footer ul.info li, footer ul.useful-links li, .footer ul.sitemap li, .footer ul.info li, .footer ul.useful-links li {
	display: inline-block;
	color: #d1d2d3;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin-right: 18px;
}
footer ul.sitemap li a, footer ul.info li a, footer ul.useful-links li a, .footer ul.sitemap li a, .footer ul.info li a, .footer ul.useful-links li a {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
	font-weight: 400;
}
footer ul.sitemap li a:hover, footer ul.info li a:hover, footer ul.useful-links li a:hover, .footer ul.sitemap li a:hover, .footer ul.info li a:hover, .footer ul.useful-links li a:hover {
	color: #ab824f;
}
footer ul.info li, .footer ul.info li {
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	footer ul.info li, .footer ul.info li {
		margin-bottom: 0px;
	}
}
footer ul.social, .footer ul.social {}
footer ul.social li, .footer ul.social li {
	display: inline-block;
	margin-right: 9px;
	text-align: center;
}
footer ul.social li a, .footer ul.social li a {
	line-height: 3.8;
	height: 60px;
	width: 60px;
	background-color: #323232;
	border-radius: 50%;
	display: block;
	transition: all .4s ease;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	color: white;
}
footer ul.social li a i, .footer ul.social li a i {
	line-height: 30px;
}
footer ul.social li a:hover, .footer ul.social li a:hover {
	background-color: #ab824f;
	transition: all .4s ease;
	-webkit-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer.section {
	padding-top: 50px !important;
}
.footer:not(.fixed) {
	margin-left: 0px !important;
	margin-right: 0px !important;
	max-width: none !important;
	width: 100% !important;
	padding: 50px !important;
	overflow: hidden;
}
@media (max-width:480px){
	footer ul.social li, .footer ul.social li {
		margin-right: 0px;
	}
}
/*-------------------------------------------------*/

/* =  14.Elements
/*-------------------------------------------------*/

@media screen and (max-width: 991px) {
	#counters.padding-md {
		padding: 30px 15px !important;
	}
}
#counters .statistic span {
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
#counters .statistic p {
	font-weight: 400;
}
#counters .statistic i.service.left {
	font-size: 50px;
	line-height: 50px;
}
@media screen and (max-width: 767px) {
	#counters .col-sm-6, #counters .col-sm-4 {
		margin-bottom: 50px;
	}
	#counters .col-sm-6:last-of-type, #counters .col-sm-4:last-of-type {
		margin-bottom: 0px;
	}
}
#pricing {
	overflow: hidden;
	padding: 70px 50px 70px 50px;
}
@media screen and (max-width: 480px) {
	#pricing {
		padding: 40px 20px 40px 20px;
	}
}
#pricing .price {
	background-color: white;
	text-align: center;
	border-radius: 2px;
}
#pricing .price:hover {
	transition: all .4s ease;
	-webkit-transform: translate(0px, -20px);
	-ms-transform: translate(0px, -20px);
	transform: translate(0px, -20px);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#pricing .price.transparent {
	background-color: transparent;
	border: 2px solid white;
}
#pricing .price .price-title {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	padding: 30px;
	background: #ab824f;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	border-top: 8px solid #1c1c1c;
}
#pricing .price .price-title h3 {
	color: #fff;
}
#pricing .price .price-number {
	font-size: 60px;
	line-height: 70px;
	color: #323232;
	font-weight: 700;
	/* font-family: "Open Sans", sans-serif; */
	margin: 20px;
}
#pricing .price .price-number sup {
	font-size: 24px;
	line-height: 12px;
}
#pricing .price .price-number sup.up {
	top: -25px;
}
#pricing .price ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 300;
	padding: 10px 30px;
}
#pricing .price ul.style {
	list-style: none;
}
#pricing .price ul.style li {
	position: relative;
	padding-left: 26px;
	color: #323232;
}
#pricing .price ul.style li:before {
	content: "\f383";
	font-family: "Ionicons";
	color: #ab824f;
	margin-right: 18px;
}
#pricing .price.active {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: -30px;
}
@media screen and (max-width: 767px) {
	#pricing .price.active.standard {
		top: 0px;
		margin-bottom:20px;
		margin:20px 50px;
	}
}
#pricing .price.active.standard {
	top: 0px;
	
}
#pricing .price.active.transparent {
	border: 2px solid transparent;
	background-color: white;
}
#pricing .price a.btn-alt {
	margin-top: 30px;
	background: #fff;
	color: #ab824f;
	border: 1px solid #ab824f;
}
#pricing .price a.btn-alt:hover {
	background: #1c1c1c;
	color: #fff;
	border: 1px solid #1c1c1c;
}
#pricing .price ul {
	margin-bottom: 20px;
}
#pricing .price ul li {
	font-size: 16px;
}
#pricing .price ul li span {
	font-weight: 600;
	color: #ab824f;
}
#pricing .price .price-footer {
	padding: 20px;
	background: #ab824f;
	border-bottom: 2px solid #1c1c1c;
}
#pricing .col-md-4:nth-child(1).price {
	margin-right: -15px;
}
#pricing .col-md-4:nth-child(3).price {
	margin-left: -15px;
}
.mycolors {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.mycolors span.mycolor {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background-color: #ab824f;
}
.testimonials-carousel, .testimonials-carousel-simple {
	z-index: 3 !important;
}
.testimonials-carousel span.quote, .testimonials-carousel-simple span.quote {
	font-size: 140px;
	line-height: 140px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: -60px;
	display: block;
	color: #ab824f;
}
.testimonials-carousel img, .testimonials-carousel-simple img {
	display: block;
	border-radius: 50%;
	width: 100px !important;
	height: 100px;
	margin: 36px auto;
}
.testimonials-carousel blockquote, .testimonials-carousel-simple blockquote {
	color: #85858A;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.testimonials-carousel p, .testimonials-carousel-simple p {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
}
.testimonials-carousel em, .testimonials-carousel-simple em {
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #ab824f;
	text-decoration: none;
	position: relative;
	display: block;
	margin-bottom: 18px;
}
.testimonials-carousel .owl-controls, .testimonials-carousel-simple .owl-controls {}
.testimonials-carousel-simple .item {
	margin: 50px 0 0 0;
}
@media screen and (max-width: 991px) {
	.testimonials-carousel-simple .item .text {
		padding: 0;
	}
}
.testimonials-carousel-simple blockquote {
	color: #323232;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	background-color: transparent;
	margin: 0;
	padding-left: 80px;
}
.testimonials-carousel-simple blockquote:before {
	content: "“";
	font-family: "Open Sans", sans-serif;
	font-size: 180px;
	line-height: 146px;
	position: absolute;
	top: -18px;
	left: 2px;
	color: white;
	right: 0;
	display: inline-block;
	z-index: -1;
}
.testimonials-carousel-simple blockquote.grey-light:before, .testimonials-carousel-simple blockquote.white:before {
	color: #ab824f;
	text-shadow: 4px 4px 10px #1C1C1C;
}
.testimonials-carousel-simple em.small {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	padding-left: 6px;
	font-weight: 300;
	color: #323232;
	margin-bottom: 0;
	display: inline-block;
}
.testimonials-carousel-simple span {
	font-family: "Montserrat", sans-serif;
	color: #85858A;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
	font-weight: 300;
	font-style: italic;
}
.testimonials-carousel-simple p {
	padding-left: 18px;
}
.testimonials-carousel-simple p.bold {
	font-weight: 400;
}
.model-gallery .owl-controls {
	margin-top: 16px;
}
.post-gallery .owl-controls {
	margin-top: -26px;
}
.map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.map #map {
	height: 100%;
	width: 100%;
}
.services-simple {
	padding: 50px 35px 14px 35px;
}
.services-simple .service p {
	margin-bottom: 36px;
}
.services-box {
	padding: 0 25px 50px 25px;
}
@media screen and (max-width: 991px) {
	.services-box {
		padding: 0 25px;
	}
}
.services-box .col-md-6, .services-box .col-md-4, .services-box .col-md-3 {
	padding-left: 25px;
	padding-right: 25px;
}
.services-box .alt-services {
	padding: 50px;
	border-radius: 2px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
	transition: margin-top .4s ease;
}
@media screen and (max-width: 991px) {
	.services-box .alt-services {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.services-box .alt-services {
		padding: 25px;
	}
}
.services-box .alt-services:hover {
	margin-top: -25px;
	transition: margin-top .4s ease;
}
@media screen and (max-width: 991px) {
	.services-box .alt-services:hover {
		margin-top: 0;
	}
}
.subscribe-form {
	position: relative;
}
.subscribe-form input.form-control {
	width: 100%;
	padding: 15px 25px 15px 25px;
}
.subscribe-form .btn-style {
	position: absolute;
	right: 0;
	top: 0;
}
.subscribe-form .form-group {
	display: block;
}
.form-inline .form-group .form-control {
	border-radius: 26px;
	font-size: 15px;
	height: 50px;
	margin: 0px 10px 0px 0px;
	line-height: 40px;
	box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}
.form-inline .btn-style {
	background: #ab824f;
	border-color: #ab824f;
	font-size: 15px;
	color: #ffffff;
	border-radius: 25px;
	height: 50px;
	line-height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px 25px;
	cursor: pointer;
}
table {
	width: 100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	border: none !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
}
table th {
	color: #323232;
	text-align: left;
	padding: 5px !important;
	border: 1px solid transparent !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
table td {
	padding: 5px !important;
	border: 1px solid transparent;
	color: #ab824f;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.5px;
}
.table-responsive.shadow {
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	padding: 25px;
	border: 1px solid transparent;
	transition: all .4s ease;
}
@media screen and (max-width: 480px) {
	.table-responsive.shadow {
		padding: 11px;
	}
	.subscribe-form {
		margin: 0 56px;
	}
}
.table-responsive.shadow table {
	margin-bottom: 0;
}
.table-responsive.shadow table th, .table-responsive.shadow table td {
	padding: 9px !important;
}
.table-responsive.shadow:hover {
	box-shadow: none;
	border: 1px solid #ab824f;
	transition: all .4s ease;
}
.alert {
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	background-image: none;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}
.alert.alert-success {
	border: 2px solid #dff0d8;
	background-color: transparent;
	color: #323232;
}
.alert.alert-info {
	border: 2px solid #ab824f;
	background-color: transparent;
	color: #323232;
}
.alert.alert-warning {
	border: 2px solid #fcf8e3;
	background-color: transparent;
	color: #323232;
}
.alert.alert-danger {
	border: 2px solid #f2dede;
	background-color: transparent;
	color: #323232;
}
.alert .close {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 100;
	top: -4px;
	color: #323232;
	opacity: .8;
}
.alert .close:hover {
	opacity: .2;
}
#skills {}
#skills ul.skill-list {
	padding-left: 0;
	padding: 0 25px;
}
#skills ul.skill-list .em {
	color: #323232;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 9px;
	display: block;
	border:none;
}
#skills ul.skill-list li {
	border-bottom: 8px solid #F6F6F6;
	position: relative;
	color: #323232;
	font-size: 18px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	list-style: none;
	margin-bottom: 20px;
	border-radius: 8px;
}
#skills ul.skill-list li span.border-color {
	height: 8px;
	width: 0;
	position: absolute;
	background: #ab824f;
	background-color: #ab824f;
	bottom: -8px;
	left: 0;
	border-radius: 8px;
}
#skills ul.skill-list li span.label {
	position: absolute;
	right: 0;
	top: -32px;
	padding: 3px 3px 3px 5px;
	width: 45px;
	text-align: right;
	background-color: #ab824f;
}
#skills.white ul.skill-list li {
	border-bottom: 8px solid rgba(255, 255, 255, 0.2);
}
#skills.white ul.skill-list li span.border-color {
	background-color: white;
}
#skills.white ul.skill-list li span.label {
	background-color: white;
	color: #ab824f;
}
@media (max-width:992px){
	#skills {
		margin-bottom:40px;

	}
	.panel-group {
		margin-bottom: 20px;
		margin: 0 20px;
	}
	.serv-sec #skills {
		margin-bottom:40px;
		margin:0 40px;
	}
	.serv-sec .panel-group {
		margin-bottom: 20px;
		margin: 0 70px;
		margin-top:50px;
	}
}
.image-carousel .owl-controls {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.image-carousel .owl-controls img {
	transition: all .4s ease .4s;
}
.image-carousel .owl-controls .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.image-carousel .owl-controls .owl-nav .owl-prev, .image-carousel .owl-controls .owl-nav .owl-next {
	width: 50%;
	float: left;
}
.image-carousel .owl-controls .owl-nav .owl-prev:hover span, .image-carousel .owl-controls .owl-nav .owl-next:hover span {
	background-color: #1C1C1C;
	transition: all .4s ease;
}
.image-carousel .owl-controls .owl-nav .owl-prev span, .image-carousel .owl-controls .owl-nav .owl-next span {
	height: 40px;
	width: 40px;
	background-color: #ab824f;
	color: white;
	display: block;
	border-radius: 0 4px 4px 0;
	text-align: center;
	transition: all .4s ease;
}
.image-carousel .owl-controls .owl-nav .owl-prev i, .image-carousel .owl-controls .owl-nav .owl-next i {
	font-size: 30px;
	line-height: 40px;
}
.image-carousel .owl-controls .owl-nav .owl-next span {
	float: right;
	border-radius: 4px 0 0 4px;
}
.image-carousel .owl-controls .owl-dots {
	position: absolute !important;
	bottom: 15px;
	left: 0;
	right: 0;
}
.image-carousel .owl-controls .owl-dots .owl-dot span {
	background-color: transparent;
}
.image-carousel.not-nav .owl-controls .owl-nav {
	display: none;
}
.image-carousel.dots-outside .owl-controls {
	position: relative !important;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	margin-top: 60px;
}
.image-carousel.dots-outside .owl-controls .owl-dots {
	bottom: 0;
}
.image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span {
	background-color: #323232;
}
.image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span.active {
	background-color: #323232;
}
.gallery-carousel .item {
	border-radius: 2px;
	overflow: hidden;
}
.gallery-carousel .item .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50%;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.gallery-carousel .item .image:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.gallery-carousel .owl-controls {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute !important;
	width: 100%;
	z-index: -1;
}
.gallery-carousel .owl-controls .owl-nav .owl-prev, .gallery-carousel .owl-controls .owl-nav .owl-next {
	background-color: white;
	width: 40px;
	height: 40px;
	font-size: 18px;
	opacity: 0;
	transition: opacity .4s ease;
}
.gallery-carousel .owl-controls .owl-nav .owl-prev i, .gallery-carousel .owl-controls .owl-nav .owl-next i {
	color: #323232;
	font-size: 26px;
	line-height: 40px;
}
.gallery-carousel .owl-controls .owl-nav .owl-prev:hover, .gallery-carousel .owl-controls .owl-nav .owl-next:hover {
	opacity: .8;
	transition: opacity .4s ease;
}
.gallery-carousel .owl-controls .owl-nav .owl-prev {
	float: left;
	border-radius: 0 2px 2px 0;
}
.gallery-carousel .owl-controls .owl-nav .owl-next {
	float: right;
	border-radius: 2px 0 0 2px;
}
.gallery-carousel:hover .owl-controls .owl-nav .owl-prev, .gallery-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity: 1;
	transition: opacity .4s ease;
}
.sponsor-carousel .item {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	text-align: center;
}
.sponsor-carousel .item img {
	width: auto !important;
	max-width: 80%;
	display: inline-block;
	height: auto;
}
.sponsor-carousel .item:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.home-carousel .item {
	border-radius: 2px;
	overflow: hidden;
}
.home-carousel .item .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	height: calc(100vh - 105px);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 480px) {
	.home-carousel .item .image {
		height: calc(100vh - 85px);
	}
}
.home-carousel .item .image .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 34, 34, 0.85);
	padding: 50px;
	z-index: 3;
	transition: opacity .4s ease;
	opacity: 0;
}
.home-carousel .item .image .content .content-top {
	padding-top: 25%;
	-webkit-transform: translate(0px, 36px);
	-ms-transform: translate(0px, 36px);
	transform: translate(0px, 36px);
	transition: -webkit-transform .6s ease-in;
	transition: transform .6s ease-in;
	transition: transform .6s ease-in, -webkit-transform .6s ease-in;
}
.home-carousel .item .image .content .content-bottom {
	position: absolute;
	bottom: 50px;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transform: translate(0px, -36px);
	-ms-transform: translate(0px, -36px);
	transform: translate(0px, -36px);
	transition: -webkit-transform .6s ease-in;
	transition: transform .6s ease-in;
	transition: transform .6s ease-in, -webkit-transform .6s ease-in;
}
.home-carousel .owl-item.active.center .item .content {
	opacity: 1;
	transition: opacity .4s ease;
}
.home-carousel .owl-item.active.center .item .content .content-top, .home-carousel .owl-item.active.center .item .content .content-bottom {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	transition: -webkit-transform .6s ease-out;
	transition: transform .6s ease-out;
	transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}
.home-carousel .owl-controls {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute !important;
	left: -50px;
	right: -50px;
	z-index: -1;
}
.home-carousel .owl-controls .owl-nav .owl-prev, .home-carousel .owl-controls .owl-nav .owl-next {
	background-color: #323232;
	width: 50px;
	height: 50px;
	font-size: 18px;
	transition: opacity .4s ease;
}
.home-carousel .owl-controls .owl-nav .owl-prev i, .home-carousel .owl-controls .owl-nav .owl-next i {
	color: white;
	font-size: 36px;
	line-height: 52px;
}
.home-carousel .owl-controls .owl-nav .owl-prev:hover, .home-carousel .owl-controls .owl-nav .owl-next:hover {
	opacity: .8;
	transition: opacity .4s ease;
}
.home-carousel .owl-controls .owl-nav .owl-prev {
	float: left;
}
.home-carousel .owl-controls .owl-nav .owl-next {
	float: right;
}
.simple-parallax {
	background-attachment: fixed;
}
.service-content, .statistic-content {
	padding-left: 100px;
}
.service-content.large, .statistic-content.large {
	padding-left: 65px;
	z-index: 1;
	position: relative;
}
.service-content.medium, .statistic-content.medium {
	padding-left: 50px;
	z-index: 1;
	position: relative;
}
.service-content h3, .statistic-content h3 {
	font-size: 40px;
	line-height: 40px;
}
.service-content h3 sup, .statistic-content h3 sup {
	font-size: 14px;
	top: -15px;
	left: 6px;
}
em.number {
	font-size: 80px;
	line-height: 80px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #d1d2d3;
	float: left;
	position: absolute;
	z-index: 0;
}
#typed.big {
	font-size: 38px;
	line-height: 48px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.typed-cursor {
	font-size: 38px;
	line-height: 48px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: white;
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
#post-wrap .white-background{
	padding-bottom:40px;
}
.grid-images {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
}
.grid-images .padding-sm {
	padding: 30px 0 !important;
}
.grid-images .padding-onlytop-sm {
	padding-top: 30px !important;
}
@media screen and (max-width: 991px) {
	.grid-images .padding-onlytop-sm {
		padding-top: 0 !important;
	}
}
.grid-images .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 35%;
	transition-duration: 300ms;
}
@media screen and (max-width: 991px) {
	.grid-images .image {
		margin-bottom: 30px;
	}
}
.grid-images .image>.lightbox-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.85);
	opacity: 0;
	transition: opacity .4s ease;
}
.grid-images .image>.lightbox-image:focus {
	outline: none;
}
.grid-images .image:hover>.lightbox-image {
	opacity: 1;
	transition: opacity .4s ease;
}
.grid-images.static .image {
	height: 350px;
	padding: inherit;
}
@media screen and (max-width: 1199px) {
	.grid-images.static .image {
		height: 300px;
	}
}
@media screen and (max-width: 480px) {
	.grid-images.static .image {
		padding: 35%;
		height: auto;
	}
}
#newsletter-form form {
	width: 100%;
}
#newsletter-form form .form-input {
	width: 100%;
	position: relative;
}
#newsletter-form form .form-input input {
	width: 100%;
	border: none;
	outline: inherit;
	padding: 11px 50px 11px 9px;
	font-family: 'Teko', sans-serif;
	font-size: 14px;
	background-color: #323232;
	color: white;
}
@media screen and (max-width: 991px) {
	#newsletter-form form .form-input input {
		width: 100%;
	}
}
#newsletter-form form .form-input input:focus {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
#newsletter-form form .form-input ::-webkit-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #d1d2d3;
	font-size: 14px;
}
#newsletter-form form .form-input :-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #d1d2d3;
	font-size: 14px;
}
#newsletter-form form .form-input ::-moz-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #d1d2d3;
	font-size: 14px;
}
#newsletter-form form .form-input :-ms-input-placeholder {
	font-family: "Open Sans", sans-serif;
	color: #d1d2d3;
	font-size: 14px;
}
#newsletter-form form .form-input span.form-button {
	position: absolute;
	width: 80px;
	height: 40px;
	right: 0;
	top: 0px;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 38px;
	color: white;
	background-color: #ab824f;
	text-align: center;
	transition: all .4s ease;
}
#newsletter-form form .form-input span.form-button:hover {
	background-color: #323232;
	border-radius: 0 2px 2px 0;
	transition: all .4s ease;
}
.gallery-meta span.like {
	font-size: 36px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.gallery-meta span.like i {
	margin: 0 9px;
	color: #ab824f;
}
.gallery-meta span.like a {
	color: #85858A;
	transition: color .4s ease;
}
.gallery-meta span.like a:hover {
	color: #323232;
	transition: color .4s ease;
}
.gallery-meta span.like a:hover i {
	color: firebrick;
	transition: color .4s ease;
}
.gallery-meta span.info {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #85858A;
}
.gallery-meta span.info em {
	font-weight: 400;
	color: #323232;
	padding-right: 9px;
}
.gallery-meta ul.tags li {
	display: inline-block;
	position: relative;
	padding-right: 9px;
}
.gallery-meta ul.tags li:after {
	content: ",";
	position: absolute;
	bottom: 0px;
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	margin: 0 9px 0 2px;
}
.gallery-meta ul.tags li:last-child:after {
	display: none;
}
.gallery-meta ul.tags li a {
	font-family: "Open Sans", sans-serif;
	color: #ab824f;
	font-style: italic;
	font-weight: 100;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*-------------------------------------------------*/

/* =  15.Loader
/*-------------------------------------------------*/


.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 300;
	background: #fff;
}

.loading p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50vh;
}

.loading .loader {
	width: 30px;
	height: 30px;
	font-size: 2px;
	position: absolute;
	text-indent: -9999em;
	top: 50vh;
	right: 0;
	margin: 0 auto;
	left: 0;
	border-top: 0.8em solid rgba(255,255,255);
	border-right: 0.8em solid #ab824f;
	border-bottom: 0.8em solid rgba(255,255,255);
	border-left: 0.8em solid #ab824f;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
}

.loading .loader,
.loading .loader:after {
	border-radius: 50%;
	width: 20em;
	height: 20em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} 

/*-------------------------------------------------*/

/* =  16.Magnific popup
/*-------------------------------------------------*/

button.mfp-close {
	background-color: #ab824f !important;
	color: white;
	transition: background-color .4s ease;
}
button.mfp-close:hover {
	background-color: #1C1C1C !important;
	transition: background-color .4s ease;
}
/*-------------------------------------------------*/

/* =  17.OWL
/*-------------------------------------------------*/

.owl-theme .owl-controls {
	position: relative;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	transition: opacity .4s ease;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: transparent;
	border: 1px solid #ab824f;
	border-radius: 50%;
	opacity: 1;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #ab824f;
	opacity: 1;
}
/*-------------------------------------------------*/

/* =  18.Animations
/*-------------------------------------------------*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-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 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 fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-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 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 fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*-------------------------------------------------*/

/* =  19.404
/*-------------------------------------------------*/
#error-404 h3{
	font-size:100px;
	color:#ab824f;
	margin-bottom:45px;
}
.error-text{
	text-align:center;
}
/*-------------------------------------------------*/

/* =  19.rantouch
/*-------------------------------------------------*/
#demo .hero-logo{
	text-align: center;
    float: none;
    margin: 0 auto;
	padding-top:100px;
}
#demo .demo-picks img{
	width:100%;
	height:auto;
	display:block;
}
#demo .demo-picks h5{
	margin-top:20px;
	color:#ab824f;
}
.demo-picks > div:hover {
	transform: translateY(-20px);
	opacity: .85;
	cursor: pointer;
	z-index: 9999;
	transition:all 0.5s;
}
.demo-picks .demo-slide{
	padding:20px;
	background:#fff;
}
li.socialhead img {
    width: 29px;
    position: relative;
    top: 8px;
}
a.sc-7dvmpp-1.dfBDQI {
    display: none;
}

