.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	min-width: 320px;
}

a {
	text-decoration: underline;
}

a.active {
	text-decoration: none;
	color: #8b8d8f;
}

link {
	text-decoration: none;
}

.link:hover {
color: #8b8d8f;
}

#wrapper {
	position: relative;
	overflow: hidden;
	padding: 121px 0 0;
}

/* dropdown menu styles*/

.dropdown-menu {
	min-width: 285px;
	padding: 8px 0 0;
	left: 14px;
	text-transform: none;
	border-radius: 0 !important;
	border: none !important;
}

.dropdown-menu:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
}

.dropdown-menu > li {
	margin: 0;
	padding: 0;
}

.dropdown-menu > li:before {
	display: none;
}

.dropdown-menu > li > a {
	padding: 13px 35px;
}

/* page btns special link styles */

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 44px;
	position: relative;
	height: 46px;
	border-color: #3a3838 transparent #3a3838 #3a3838;
	min-width: 124px;
	border-radius: 0;
	text-decoration: none;
	margin: 0 25px 0 0;
	padding: 0 10px;
	background: #000;
	text-transform:uppercase;
}

.btn:hover,
.btn:focus,
.btn:active {
	border-color: #c7ccd1 !important;
	background: #c7ccd1 !important;
	color: #000 !important;
}

.btn:hover:after,
.btn:hover:before,
.btn:focus:after,
.btn:focus:before,
.btn:active:after,
.btn:active:before {
	border-left-color: #c7ccd1;
}

.btn:after,
.btn:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.btn:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #000;
	border-width: 22px;
	margin-top: -22px;
}

.btn:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #3a3838;
	border-width: 24px;
	margin-top: -24px;
}

/* divider line style*/

hr {
	max-width: 909px;
	margin: 0 auto 10px;
	height: 8px;
	background-size: cover;
	background: url(../images/border.png) no-repeat;
	border: none;
}

/* list styles */

ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

ul li {
	position: relative;
	padding: 0 0 0 19px;
	margin: 0 0 19px;
}

ul li:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #c7ccd1;
}

/* social-area styles */

.social-area {
	padding: 10px 0 0 10px;
	border-top: 1px solid #c7ccd1;
	font: 15px/18px "Sanchez", Arial, sans-serif;
	color: #8b8d8f;
	position: relative;
}

.social-area:after {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 10px;
	background: #c7ccd1;
	height: 1px;
	content: "";
}

.social-area:before {
	left: 0;
	top: 0;
	bottom: 2px;
	content: "";
	width: 1px;
	background: #c7ccd1;
	position: absolute;
}

.social-area .text {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 8px;
}

.social-area .social-networks {
	font-size: 26px;
	line-height: 26px;
	margin: 0 -6px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
}

.social-area .social-networks li {
	padding: 0 6px;
	margin: 0;
}

.social-area .social-networks li:before {
	display: none;
}

.social-area .social-networks a {
	text-decoration: none;
	color: #8a8d8f;
}

.social-area .social-networks a:hover {
	color: #fff;
}

/* tagline styles */

.tagline {
	font: 22px/28px "Sanchez", Arial, sans-serif;
	display: block;
	margin: 0 0 23px;
}

/*form control styles */

.form-control {
	border: none;
	border-bottom: 1px solid #3a3838;
	padding: 9px 0;
	height: auto;
	outline: none;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #3a3838;
}

/* form styles*/

.form-submit {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}

.form-submit .field-holder {
	margin: 0 0 8px;
}

.form-submit textarea.form-control {
	height: 147px;
	resize: none;
}

.form-submit .btn-holder {
	padding: 35px 0 0;
	text-align: center;
}

.form-submit .btn {
	min-width: 100px;
}

/* four cols styles */

.four-cols {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 24px/24px "Sanchez", Arial, sans-serif;
	color: #8f8f8f;
	margin: -121px 0 0;
	padding: 121px 0 0;
}

.four-cols .box {
	width: 25%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #000;
	text-decoration: none;
	color: #8f8f8f;
}

.four-cols .box:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.four-cols img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.four-cols .text-holder {
	text-align: center;
	position: relative;
	padding: 17px 10px 24px;
}

.four-cols .info {
	display: block;
	text-transform: uppercase;
}

.four-cols .title {
	font: 51px/38px "BebasNeue", Arial, sans-serif;
	display: block;
	text-transform: uppercase;
}

/* two cols styles */

.two-cols {
	position: relative;
	overflow: hidden;
	padding: 77px 0 89px;
}

.two-cols .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.two-cols .container {
	position: relative;
}

.two-cols .container:after {
	background: #3a3939;
	position: absolute;
	left: 44.9%;
	top: 0;
	bottom: 0;
	width: 3px;
	content: "";
	margin: 0 0 0 -2px;
	display: inline-block;
	clear: inherit;
}

.two-cols .article {
	font-size: 16px;
	line-height: 22px;
	width: 50%;
	color: #8f8f8f;
}

.two-cols .article.style {
	font-size: 22px;
	line-height: 32px;
	text-align: right;
	width: 39.6%;
	text-transform: uppercase;
}

.two-cols .article.style .head {
	display: block;
	margin: 0 0 37px;
}

.two-cols .article.style .head h2 {
	display: inline-block;
	vertical-align: top;
}

.two-cols .article.style p {
	margin: 0 0 56px;
}

.two-cols .head {
	font: 15px/18px "Sanchez", Arial, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #706f6f;
	margin: 0 0 28px;
}

.two-cols h2 {
	margin: 0;
	padding: 0 0 5px;
	color: #8f8f8f;
	border-bottom: 2px solid #8f8f8f;
}

.two-cols .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 28px;
}

.two-cols .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.two-cols .title {
	font: 400 30px/34px "Sanchez", Arial, sans-serif;
	color: #8f8f8f;
	margin: 0 0 26px;
	display: block;
	text-transform: none;
}

.two-cols .detail {
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	display: block;
	color: #fff;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.two-cols .foot {
	position: relative;
	overflow: visible;
	padding: 0 200px 0 0;
	color: #fff;
}

.two-cols .foot .btn {
	position: absolute;
	right: 0;
	top: 4px;
}

/*main area style of inner page */

.main-area {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.main-area .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 39px;
}

.main-area h1 {
	color: #8f8f8f;
	padding: 0 0 8px;
	border-bottom: 3px solid #8f8f8f;
	margin: 0;
}

.main-area p {
	margin: 0 0 17px;
}

.main-area .number-area {
	position: relative;
	overflow: hidden;
	padding: 17px 0 0;
	font-size: 17px;
}

.main-area .number-area a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 13px;
	border-bottom: 1px solid #c7ccd1;
	color: #fff;
	text-decoration: none;
}

.main-area .number-area a:hover {
	border-bottom-color: transparent;
}

.main-area .main-wrap {
	padding: 0 102px;
	margin: 0 0 70px;
}

/* contact area styles */

.contact-area {
	position: relative;
	overflow: hidden;
	padding: 102px 0 0;
	max-width: 460px;
	margin: 0 auto;
}

.contact-area h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	line-height: 38px;
	color: #8f8f8f;
	padding: 0 0 10px;
	border-bottom: 3px solid #8f8f8f;
	margin: 0 0 36px;
}

.contact-area .form-head {
	text-align: center;
}

/*video area styles */

.video-area {
	max-width: 874px;
	margin: 0 auto 122px;
	border: 15px solid #fff;
}

.video-area iframe {
	border: none;
}

/*gallery styles */

.images-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -12px 91px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.images-gallery li {
	padding: 0 12px;
	margin: 0 0 10px;
}

.images-gallery li:before {
	display: none;
}

.images-gallery a {
	display: block;
}

.images-gallery img {
	display: block;
}

/*visual block of the page */

.visual {
	position: relative;
	overflow: hidden;
}

.visual .smooth-scroll {
	width: 60px;
	height: 38px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #000;
	opacity: .81;
	color: #a8abad;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 -30px;
	z-index: 5;
}

.visual .smooth-scroll:hover {
	opacity: 1;
}

.visual .smooth-scroll .icon {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
}

.visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.visual .slick-slider .slide {
	opacity: .6;
	position: relative;
	overflow: hidden;
}

.visual .slick-slider .slide .description {
	display: none;
}

.visual .slick-slider .slide.slick-active {
	opacity: 1;
}

.visual .slick-slider .slide.slick-active .description {
	display: block;
}

.visual .description {
	font: 19px/22px "Sanchez", Arial, sans-serif;
	position: absolute;
	left: 50%;
	bottom: 22px;
	margin: 0 0 0 -480px;
	width: 960px;
	z-index: 99;
	background: rgba(34, 31, 31, .8);
	color: #b2b0b1;
	text-align: center;
	padding: 25px 10px 29px;
}

.visual .description p {
	margin: 0;
}

/* header styles of the page */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 18px 0;
	font-weight: 700;
	background: #000;
}

#header .mobile-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .logo-area {
	position: relative;
	z-index: 999;
}

#header a {
	text-decoration: none;
}

#header .logo {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	margin: 0 59px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#header .left-list {
	font-size: 19px;
	line-height: 22px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
}

#header .left-list a {
	color: #fff;
	text-decoration: none;
}

#header .left-list a:hover {
	opacity: .8;
}

#header .left-list li {
	padding: 0 0 0 10px;
	margin: 0;
}

#header .left-list li:before {
	display: none;
}

#header .left-list .icon {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

/* footer area styles */

.footer-aside {
	position: relative;
	overflow: hidden;
	padding: 0 0 66px;
}

.footer-aside .container {
	position: relative;
}

.footer-aside .smooth-scroll {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #c7ccd1;
	position: absolute;
	right: 13.5%;
	bottom: 0;
	text-decoration: none;
}

.footer-aside .smooth-scroll:hover {
	opacity: .8;
}

/* footer three cols styles */

.three-cols {
	font-size: 17px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 87px 47px 11px;
}

.three-cols .column {
	width: 33%;
	padding: 0 0 0 5.4%;
}

.three-cols .column:first-child {
	width: 40%;
	padding: 0;
}

.three-cols .column:last-child {
	width: 18%;
	padding: 0;
}

.three-cols h3 {
	font: 20px/24px "Sanchez", Arial, sans-serif;
	margin: 0 0 15px;
	color: #8f8f8f;
}

.three-cols address {
	margin: 0 0 23px;
	display: block;
}

.three-cols .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
}

.three-cols .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.three-cols a {
	text-decoration: none;
	color: #fff;
}

.three-cols a:hover {
	opacity: .8;
}

.three-cols .address-area a {
	border-bottom: 2px solid #8f8f8f;
	padding: 0 0 6px;
}

.three-cols .address-area a:hover {
	opacity: 1;
	border-bottom-color: transparent;
}

.three-cols .wrap {
	margin: 0 0 57px;
}

.three-cols .wrap.style {
	font-size: 14px;
	line-height: 18px;
	padding: 19px 0 0;
	margin: 0;
}

.three-cols .info-detail {
	margin: 0;
}

.three-cols .info-detail dt {
	font-weight: 400;
}

.three-cols .info-detail dt,
.three-cols .info-detail dd {
	display: block;
}

.three-cols .info-detail dd {
	margin: 0 0 7px;
}

.three-cols ul.list {
	padding-top: 3px;
}

/* nav opener styles */

.nav-opener {
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	border-top: 2px solid #fff;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-active .nav-opener {
	border: none;
}

.nav-opener:after,
.nav-opener:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	content: "";
	height: 2px;
	background: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.nav-opener:after {
	top: 14px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

/* main nav styles */

#nav {
	font-size: 17px;
	line-height: 21px;
	position: relative;
	text-transform: uppercase;
}

#nav .icon {
	font-size: 22px;
	line-height: 20px;
	font-weight: 300;
	vertical-align: middle;
}

.navbar-nav {
	margin: 0 -12px;
	padding: 0;
}

.navbar-nav > li {
	padding: 0 12px;
	margin: 0;
}

.navbar-nav > li:before {
	display: none;
}

.navbar-nav > li.active > a {
	border-bottom-color: #c7ccd1;
}

.navbar-nav > li.hover > a {
	border-bottom-color: transparent !important;
}

.navbar-nav > li.hover .dropdown-menu {
display: block;
}

.navbar-nav > li > a {
	padding: 8px 0;
	border-bottom: 3px solid transparent;
	color: #fff;
}

.navbar-nav > li > a:hover {
	border-bottom-color: #c7ccd1;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: BebasNeue;
	src: url("../fonts/348829_0_0.eot");
	src: url("../fonts/348829_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/348829_0_0.woff") format("woff"), url("../fonts/348829_0_0.ttf") format("truetype"), url("../fonts/348829_0_0.svg348829_0_0") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\e906";
}

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

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

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

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

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

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

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

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

.icon-chevron-down:before {
	content: "\e901";
}

.icon-chevron-left:before {
	content: "\e902";
}

.icon-chevron-right:before {
	content: "\e903";
}

.icon-chevron-up:before {
	content: "\e904";
}

/* main cyclic gallery styles*/

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	overflow: hidden;
}

.cycle-gallery img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	width: 42px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #000;
	opacity: .81;
	color: #a8abad;
	text-decoration: none;
	text-align: center;
	margin: -47px 0 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	opacity: 1;
}

.cycle-gallery .btn-prev .icon,
.cycle-gallery .btn-next .icon {
	font-size: 34px;
	line-height: 68px;
	font-weight: normal;
}

.cycle-gallery .btn-next {
	left: auto;
	right: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	width: 40px;
	height: 76px;
	background: #fff;
	position: absolute;
	color: #c7ccd1;
	text-decoration: none;
	left: 375px;
	bottom: 22px;
	border: none;
	outline: none;
	z-index: 9;
	padding: 0;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.slick-arrow:hover {
	background: #abb3ba;
	color: #fff;
}

.slick-arrow.slick-next {
	left: auto;
	right: 375px;
}

.slick-arrow i {
	font-size: 40px;
	line-height: 76px;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

@media (min-width: 1200px) {
	.two-cols .container {
		width: 1196px;
	}
}

@media (max-width: 1799px) {
	.visual .description {
		width: 800px;
		margin: 0 0 0 -400px;
	}

	.slick-list {
		padding: 0 250px !important;
	}

	.slick-arrow {
		left: 250px;
	}

	.slick-arrow.slick-next {
		left: auto;
		right: 250px;
	}
}

@media (max-width: 1499px) {
	.four-cols {
		font-size: 20px;
	}

	.four-cols .title {
		font-size: 40px;
	}

	.visual .description {
		width: 680px;
		margin: 0 0 0 -340px;
	}

	.slick-list {
		padding: 0 175px !important;
	}

	.slick-arrow {
		left: 175px;
	}

	.slick-arrow.slick-next {
		left: auto;
		right: 175px;
	}
}

@media (max-width: 1199px) {
	.four-cols {
		font-size: 16px;
	}

	.four-cols .title {
		font-size: 34px;
		line-height: 30px;
	}

	.two-cols .foot {
		padding: 0 170px 0 0;
	}

	.images-gallery li {
		width: 33.333%;
	}

	.images-gallery img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.visual .description {
		font-size: 16px;
		line-height: 18px;
		width: 540px;
		margin: 0 0 0 -270px;
	}

	#header .logo {
		margin: 0 35px;
	}

	.three-cols .column:last-child {
		width: 21%;
	}


}

@media (max-width: 991px) {
	#wrapper {
		padding: 86px 0 0;
	}

	.social-area {
		border: none;
		font: 15px/18px "Sanchez", Arial, sans-serif;

	}

	.social-area::before {
		background:none;
	}

	.social-area::after {
		background:none;
	}

	.dropdown-menu {
		min-width: 200px;
	}

	.dropdown-menu > li > a {
		padding: 13px 20px;
	}

	.four-cols {
		padding: 86px 0 0;
		margin: -86px 0 0;
	}

	.four-cols .box {
		width: 50%;
	}

	.main-area .main-wrap {
		padding: 0 70px;
	}

	.visual .description {
		width: 520px;
		margin: 0 0 0 -260px;
	}

	#header .logo {
		width: 80px;
		margin: 0 25px;
	}

	#header .left-list {
		font-size: 16px;
		line-height: 20px;
	}

	#header .left-list li {
		padding: 0 0 0 5px;
	}

	#header .left-list .icon {
		font-size: 16px;
		line-height: 16px;
	}

	.three-cols {
		padding: 60px 0 11px;
	}

	.three-cols .column {
		width: 30%;
		padding: 0 0 3%;
	}

	.three-cols .column:first-child {
		width: 34%;
	}

	.three-cols .column:last-child {
		width: 24%;
	}

	#nav {
		font-size: 14px;
		line-height: 18px;
	}

	#nav .icon {
		font-size: 16px;
		line-height: 16px;
	}

	.navbar-nav {
		margin: 0 -6px;
	}

	.navbar-nav > li {
		padding: 0 6px;
	}

	.slick-list {
		padding: 0 80px !important;
	}

	.slick-arrow {
		left: 80px;
	}

	.slick-arrow.slick-next {
		left: auto;
		right: 80px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.dropdown-menu {
		background: #8f8f8f !important;
		text-align: center;
		padding: 8px 0;
	}

	.four-cols .box {
		width: 100%;
	}

	.four-cols .box:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.two-cols {
		padding: 40px 0 20px;
	}

	.two-cols .container:after {
		display: none;
	}

	.two-cols .article {
		width: 100%;
		margin: 0 0 30px;
		font-size: 15px;
	}

	.two-cols .article.style {
		font-size: 18px;
		line-height: 22px;
		width: 100%;
		text-align: left;
	}

	.two-cols .article.style .head {
		margin: 0 0 15px;
	}

	.two-cols .article.style p {
		margin: 0 0 20px;
	}

	.two-cols .head {
		margin: 0 0 15px;
	}

	.two-cols .head time {
		display: block;
		width: 100%;
		padding: 10px 0 0;
	}

	.two-cols .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 15px;
	}

	.two-cols .detail {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px;
	}

	.two-cols .foot {
		padding: 0;
	}

	.two-cols .foot .btn {
		position: relative;
		top: auto;
		right: auto;
	}

	.main-area {
		padding: 40px 0 0;
	}

	.main-area .head {
		margin: 0 0 20px;
	}

	.main-area h1 {
		margin: 0 0 20px;
	}

	.main-area .main-wrap {
		padding: 0;
		margin: 0 0 30px;
	}

	.contact-area {
		padding: 40px 0 0;
	}

	.video-area {
		border-width: 8px;
		margin: 0 auto 40px;
	}

	.images-gallery {
		margin: 0 0 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.images-gallery li {
		padding: 0;
		width: 100%;
	}

	.visual .slick-slider img {
		max-width: inherit;
		width: 768px;
		margin: 0 0 0 -384px;
		position: relative;
		left: 50%;
	}

	.visual .description {
		width: 100%;
		margin: 0;
		left: 0;
		right: auto;
		bottom: 0;
	}

	#header .mobile-wrap {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 99;
		background: #000;
		padding: 120px 0 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		overflow: auto;
	}

	.nav-active #header .mobile-wrap {
		opacity: 1;
		visibility: visible;
	}

	#header .logo-area {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .logo {
		margin: 0;
	}

	#header .left-list {
		text-align: center;
		margin: 35px 0 15px;
	}

	.footer-aside {
		padding: 0 0 20px;
	}

	.three-cols {
		padding: 30px 0 0;
	}

	.three-cols .column {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}

	.three-cols .column:first-child {
		width: 100%;
	}

	.three-cols .column:last-child {
		width: 100%;
	}

	.three-cols h3 {
		margin: 0 0 5px;
	}

	.three-cols address {
		margin: 0 0 10px;
	}

	.three-cols .wrap {
		margin: 0 0 30px;
	}



	.nav-active {
		overflow: hidden;
	}

	#nav {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}

.navbar-nav > li.hover .dropdown-menu {
position: static;
width: auto;
float: none;
}
	
	.navbar-nav > li > a {
		display: inline-block;
		vertical-align: top;
	}

	.cycle-gallery img {
		max-width: inherit;
		width: 768px;
		left: 50%;
		position: relative;
		margin: 0 0 0 -384px;
	}

	.slick-list {
		padding: 0 !important;
	}

	.slick-arrow {
		top: 50%;
		margin: -38px 0 0;
		left: 0;
	}

	.slick-arrow.slick-next {
		left: auto;
		right: 0;
	}
}

.newslist-area {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom:39px;
	float:left;
}

.newslist-area img {
	width:100%;
	height:auto;
	margin-bottom:17px;

}

.newslist-area .head {
	margin-bottom:13px;

}

.newslist-area h3 {
	font-size:25px;
	margin-bottom:2px;

}



.newslist-divider {
	background:#393939 repeat-x scroll left bottom;
	float: left;
	height: 1px;
	width: 100%;
	margin-top: 34px;
	margin-bottom: 3px;
}

.col-lg-4 {
	padding-left: 22px;
	padding-right: 22px;
}

.newsdate {
	margin:0px 0px 10px;
}

.newslist-head {
	margin:0px;
}

.NOTUSEDnewslist-area.first {
	padding-right:40px;
	padding-left:0px;
}

.NOTUSEDnewslist-area.last {
	padding-right:0px;
	padding-left:40px;
}