* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img,
fieldset {
	border: none;
}

body,
html {
	height: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

:focus {
	outline: none;
}

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

img {
	height: auto;

	max-width: 100%;

	vertical-align: middle;

	border: 0;

	-ms-interpolation-mode: bicubic;
}

*::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

*::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

*:-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

input[type='text'],
input[type='submit'],
textarea,
select {
	-webkit-appearance: none;
}

.wrapper {
	max-width: 980px;
	margin: 0 auto;
}

header {
	float: left;
	width: 100%;
	padding: 20px 0 38px 0;
	background: #fcfcfc;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 3px 3px #ccc;
}

.header_container {
	float: left;
	width: 100%;
	position: relative;
}

header nav ul {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

header nav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 17px;
	color: #2c1b12;
	padding: 76px 35px 0 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'brandon_grotesquelight';
}

header nav ul li a {
	text-decoration: none;
	color: #2c1b12;
}

header nav ul li a:hover {
	color: #000;
}

header nav ul li.active a,
.nav li a.current {
	font-family: 'brandon_grotesquebold';
}

header nav ul li:nth-child(3) {
	padding-right: 273px;
}
header a img {
	width: 165px;
	transition: all 0.5s ease-in-out;
}
header.fixed {
	position: fixed;
}
header.fixed .logo {
	left: 52.5%;
}
header.fixed a img {
	width: 110px;
}
header.fixed nav ul {
	margin-top: -45px;
}

header .logo {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -80px;
	transition: all 0.5s ease-in-out;
}

/*----Nav Toggle -----*/

#nav-toggle {
	position: absolute;
	top: 0;
	right: 15px;
	display: none;
}

#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;

	border-radius: 2px;

	height: 5px;

	width: 30px;

	background: black;

	position: absolute;

	display: block;

	content: '';
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

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

.banner_sec {
	float: left;
	width: 100%;
	background: url(../images/banner_img2.jpg) no-repeat center center;
	padding: 206px 0 62px 0;
	background-size: cover;
	text-align: center;
	position: relative;
	margin-top: 147px;
}

.banner_sec h1 {
	font-size: 33px;
	line-height: 36px;
	color: #fff;
	font-family: 'ACaslonPro-Semibold';
}

.banner_sec .contact_btn {
	text-decoration: none;
	padding: 7px 27px;
	border: 1px solid #cad1d7;
	display: inline-block;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: rgba(254, 247, 247, 0.3);
	font-family: 'brandon_grotesquemedium';
	box-shadow: 0 3px 3px #788994;
}

.banner_sec .contact_btn:hover {
	opacity: 0.7;
}

.banner_sec .dwn_arw {
	display: inline-block;
	margin-top: 44px;
	color: #fff;
	font-size: 105px;
}

.banner_sec .dwn_arw:hover {
	color: #000;
}

.banner_sec .row {
	float: left;
	width: 100%;
	text-align: center;
}

.banner_sec:after {
	background: url(../images/btm_arw.png?) no-repeat 0 0;
	width: 45px;
	height: 17px;
	position: absolute;
	content: '';
	left: 50%;
	bottom: -17px;
	margin-left: -23px;
}

.body_container {
	float: left;
	width: 100%;
}

.top_sec {
	float: left;
	width: 100%;
	padding: 80px 0 58px 0;
	background: #fff;
	text-align: center;
}

.body_container h2 {
	font-size: 45px;
	line-height: 47px;
	color: #bdbdbd;
	width: 100%;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: 'brandon_grotesquebold';
}

.top_sec .detail {
	float: left;
	width: 100%;
}

.top_sec ul {
	float: left;
	list-style: none;
	margin: 0 0 48px 0;
	width: 45%;
	text-align: left;
}

.top_sec ul li {
	float: left;
	width: 100%;
	padding: 58px 0 0 0;
}

.top_sec ul li img {
	float: left;
	margin: 0 27px 0 0;
}

.top_sec ul li p {
	font-size: 15px;
	line-height: 21px;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.top_sec ul li p b {
	color: #888;
}

.top_sec ul.last {
	float: right;
}

.top_sec ul.last li:last-child p {
	padding-top: 25px;
}

.top_sec .country_btn {
	text-decoration: none;
	padding: 14px 14px 14px 14px;
	border: 1px solid #a3a3a3;
	font-size: 17px;
	line-height: 19px;
	color: #9c9c9c;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'brandon_grotesquemedium';
	letter-spacing: 1px;
	border-radius: 1px;
}

.top_sec .country_btn:hover {
	color: #000;
	border-color: #000;
}

.top_sec .country_btn .fa {
	color: #6fd436;
	margin: 0 3px 0 0;
	vertical-align: top;
}

.cntry_lgtbx {
	float: left;
	max-width: 960px;
	padding: 5px;
	border-radius: 10px;
	text-align: left;
}
.cntry_lgtbx h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
}
.cntry_lgtbx p {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	padding: 0;
	text-align: justify;
	margin: 20px 0;
}

.gallery_sec {
	float: left;
	width: 100%;
	background: #fcfcfc;
	padding: 60px 0 72px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #dedede;
}

.gallery_sec .tab {
	width: 100%;
	list-style: none;
	margin: 30px 0 0 0;
	float: left;
	text-align: center;
}

.gallery_sec .tab li {
	display: inline-block;
	padding: 5px 19px 2px 19px;
	font-size: 14px;
	line-height: 17px;
	color: #cecece;
	border-right: 2px solid #cacaca;
	letter-spacing: 2px;
	font-family: 'brandon_grotesquemedium';
}

.gallery_sec .tab li a {
	color: #cecece;
}

.gallery_sec .tab li a img {
	opacity: 0.6;
	margin-top: -5px;
}

.gallery_sec .tab li.active a,
.gallery_sec .tab li a:hover {
	color: #2c1a10;
}

.gallery_sec .tab li.active a img,
.gallery_sec .tab li a:hover img {
	opacity: 1;
}

.gallery_sec .tab li:last-child {
	border: none;
}

.gallery_sec .tab li:last-child img {
	margin-right: 9px;
}

.gallery_sec .tab li:first-child img {
	margin-left: 14px;
}

.tab_content {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.tab_content .slide ul {
	display: inline-block;
	width: 85%;
	margin: 34px 0 0 0;
	list-style: none;
}

.tab_content .slide ul li {
	display: inline-block;
	margin: 0 11px;
	position: relative;
}

.tab_content .slide ul li .zoom {
	position: absolute;
	top: 0;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	padding: 2px 0 4px 25px;
	background: url(../images/zoom_arw.png) no-repeat left 0;
	left: 22px;
	text-align: left;
	display: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-shadow: 0 0 4px #333;
	font-style: italic;
}

.tab_content .slide ul li:hover .zoom {
	display: block;
}

.tab_content .left_arrow {
	position: absolute;
	left: 0;
	top: 49%;
	margin-top: -32px;
	z-index: 99;
	color: #4a4a4a;
	font-size: 104px;
	line-height: 104px;
}

.tab_content .right_arrow {
	position: absolute;
	right: 0;
	top: 49%;
	margin-top: -32px;
	z-index: 99;
	color: #4a4a4a;
	font-size: 104px;
	line-height: 104px;
}

#video_slide .slide ul li:hover .zoom {
	display: none !important;
}

#video_slide .zoom {
	display: none !important;
}

.map_sec {
	float: left;
	width: 100%;
	background: #fff;
	padding: 50px 0 40px 0;
}

.map_container {
	float: left;
	width: 100%;
	position: relative;
}

.map_container h2 {
	padding-bottom: 50px;
}

.map_container .map_box {
	float: left;
	width: 45%;
}
.map_container .map_box img {
	max-width: 83%;
}

.map_container .map_box .zoom {
	font-size: 14px;
	line-height: 18px;
	color: #656565;
	padding: 3px 0 5px 30px;
	background: url(../images/zoom2.png) no-repeat left 0;
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
}
.map_container .map_box .map {
	font-size: 14px;
	line-height: 18px;
	color: #656565;
	padding: 3px 0 5px 30px;
	background: url(../images/location.png) no-repeat left 0;
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
}

.map_container h3 {
	font-size: 14px;
	line-height: 22px;
	color: #737373;
	position: absolute;
	right: 0;
	top: 98px;
	width: 55%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.map_container p {
	font-size: 14px;
	line-height: 22px;
	padding: 20px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.map_container .detail {
	padding-top: 55px;
	float: right;
	width: 55%;
}
.map_container .map_box:hover {
	cursor: pointer;
}

.contact_sec {
	float: left;
	width: 100%;
	background: url(../images/contact_bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 88px 0 99px 0;
}

.contact_sec form {
	float: left;
	width: 100%;
}

.heading {
	float: left;
	width: 100%;
}

.contact_sec h2 {
	color: #fff;
	text-align: left;
	width: auto;
	float: left;
	font-size: 56px;
	line-height: 58px;
	padding: 0 0 0 79px;
	background: url(../images/mess_icon.png) no-repeat left 9px;
}

.contact_sec span {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 19px 0 0 23px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.contact_sec .tarea {
	float: left;
	width: 67%;
	margin-top: 42px;
	border: 1px solid #ebe4ca;
	box-shadow: 0 1px 3px #5b7c1d;
}

.contact_sec textarea {
	float: left;
	width: 100%;
	padding: 14px 14px 0 14px;
	font-size: 16px;
	line-height: 18px;
	background: none;
	color: #fff;
	letter-spacing: 2px;
	min-height: 265px;
	font-family: 'brandon_grotesquemedium';
	border: none;
}

.contact_sec .tarea:hover {
	background-color: rgba(254, 247, 247, 0.3);
}

.right_box {
	float: right;
	width: 31%;
	padding: 40px 0 0 0;
}

.contact_sec .input_bg {
	float: left;
	width: 100%;
	border: 1px solid #ebe4ca;
	font-size: 16px;
	line-height: 18px;
	background: none;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-family: 'brandon_grotesquemedium';
	box-shadow: 0 1px 4px #3c6311;
	height: 48px;
}

.contact_sec .input_bg:hover {
	background-color: rgba(254, 247, 247, 0.3);
}

.contact_sec .input_bg label {
	float: left;
	border-right: 1px solid #ebe4ca;
	padding: 14px 12px;
	text-transform: uppercase;
}

.contact_sec input[type='text'] {
	float: left;
	padding: 14px 14px 14px 14px;
	background: none;
	border: none;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	width: 59%;
	text-transform: uppercase;
	font-family: 'brandon_grotesque_regularRg';
}

.contact_sec .input_bg.email input[type='text'] {
	width: 68%;
}

.contact_sec .input_bg.tel input[type='text'] {
	width: 54%;
}

.contact_sec input[type='submit'] {
	float: left;
	font-size: 25px;
	line-height: 27px;
	color: #3a3a3a;
	background: none;
	border: none;
	padding: 18px 40px 16px 0;
	background: #fff url(../images/btn.png) no-repeat 93% 22px;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 2px;
	font-family: 'brandon_grotesque_regularRg';
	border-radius: 0;
	outline: none;
}

.contact_sec input[type='submit']:hover {
	opacity: 0.7;
}

.contact_sec a.openMap {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 19px 0 0 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

footer {
	float: left;
	width: 100%;
	position: relative;
}

.footer_top {
	float: left;
	width: 100%;
	background: #25292c url(../images/footer_top.jpg) repeat-x left bottom;
	padding: 40px 0 28px 0;
}

.footer_top .menu {
	list-style: none;
	margin: 0;
	float: left;
}

.footer_top .menu li {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	color: #d3d5d4;
	padding: 26px 13px 0 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'brandon_grotesquelight';
}

.footer_top .menu li a {
	text-decoration: none;
	color: #d3d5d4;
}

.footer_top .menu li a:hover {
	color: #fff;
}

.footer_top .menu li.active a,
.footer_top .menu li a.current {
	color: #fff;
	font-family: 'brandon_grotesquebold';
}

.footer_top .up_link {
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #ccecf9;
	padding: 0 0 1px 25px;
	margin: 26px 0 0 125px;
	float: left;
	font-family: 'brandon_grotesquemedium';
	letter-spacing: 1px;
}

.footer_top .up_link .fa {
	color: #77c4e0;
}

.footer_top figure img {
	float: right;
}

.ft_btm {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background: #1c2023;
	border-top: 1px solid #3b3f42;
}

.ft_btm ul {
	float: left;
	list-style: none;
	margin: 0;
}

.ft_btm ul li {
	padding: 0 29px 0 0;
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	color: #bbbcbe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.ft_btm ul li a.tel {
	cursor: default;
	color: #bbbcbe;
}

.ft_btm ul li a.tel:hover {
	text-decoration: none;
}

.ft_btm ul li .fa {
	color: #b8e544;
	margin: 0 4px 0 0;
}

.ft_btm ul li a {
	text-decoration: none;
	color: #bbbcbe;
}

.ft_btm ul li a:hover {
	text-decoration: underline;
}

.ft_btm span {
	float: right;
	font-size: 14px;
	line-height: 17px;
	color: #9c9c9e;
	padding: 0 12px 0 0;
}

.arrow {
	background: #000 url(../images/back_to_top.png) no-repeat center center;
	width: 46px;
	display: block;
	position: absolute;
	right: 30px;
	bottom: 24px;
	display: none;
	border-radius: 100px;
	border: 2px solid #fff;
	height: 46px;
}

label.error {
	display: none !important;
}

.contact_sec textarea.error,
.contact_sec .E_bg.error {
	border: 1px solid #f00;
}

.carousel li a,
.carousel_video li a {
	position: relative;
}

.carousel li a:hover > span.zoom,
.carousel_video li a:hover > span.zoom {
	display: block;
}

#succmsg {
	font-size: 23px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	margin: 16px 0 0 0;
	color: #fff;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
}
#succmsg.succ {
	margin-top: 70px;
}

.fancybox-wrap {
	z-index: 999999 !important;
}

#myVideo {
	float: left;
	background-size: cover;
	text-align: center;
	position: relative;
	margin-top: 147px;
	width: 100%;
	background-color: #1c2023;
	/* height: 80%; */
}

