@charset "UTF-8";
/* CSS Document */



html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Signika', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100.1%;
	min-height: 100%;
	color: #666;
	overflow-x:hidden;
	overflow-y:visible !important;
}

a {
	outline: none;
	text-decoration: none;
	color: #5b5551;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

.c {
	clear: both;
}
img {
	border: 0;
}
input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Signika', sans-serif;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

.slick-slide{
	outline:none !important;
}

.container {
	max-width: 1170px;
	width:100%;
	padding: 0 15px;
}

.header-wrap{
	min-height: 83px;
	position: relative;
}

header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 83px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.13);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.13);
	box-shadow: 0 0 6px rgba(0,0,0,.13);
	z-index: 1234;
}

.logo{
	width: 35%;
	float: left;
}

.logo a{
	padding: 20px 0;
	display: block;
}

.header-right{
	width: 65%;
	float: right;
	text-align: right;
}

.desk #header-menu{
	display: block;
}

.menu{
	float: right;
}

.menu .navbar-header{
	float: none;
	display: table;
}

.menu .navbar-nav > li{
	margin: 0 20px;
}

.menu .navbar-nav > li > a{
	font-size: 14px;
	color: #4c4c4c;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 0px 16px 0px;
	border-bottom: #fff solid 4px;
	line-height: 43px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.menu  .nav > li > a:hover, .menu .nav > li > a:focus, .menu  .nav > li.active > a{
	background: none;
	color: #55b9d2;
	border-bottom: #55b9d2 solid 4px;
}

.header-social{
	display: inline-block;
	padding: 20px 0;
	float: right;
}

.header-social ul li{
	float: left;
	margin-left: 15px;
}

.header-social ul li a{
	display: block;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	font-size: 19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-social ul li a.facebook{
	background-color: #0066b8;
}

.header-social ul li a.twitter{
	background-color: #24afe3;
}

.banner{
	padding: 100px 0;
}

.banner-video{
	width: 57.3%;
	float: left;
}

.contact{
	width: 37.5%;
	float: right;
	background: #f8f8f8;
	border: #ececec solid 1px;
	padding: 20px 40px;
}

.contact h3{
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 15px;
}

.contact-form{
	
}

.contact-form .input-group{
	display: block;
	margin-top: -1px;
	position: relative;
}

.contact-form .input-group input{
	height: 49px;
	width: 100%;
	background: #fff;
	padding: 0 20px;
	font-size: 14px;
	color: #808080;
	border: #ececec solid 1px;
}

.contact-form .input-group select{
	height: 49px;
	width: 100%;
	background: #fff;
	padding: 0 20px;
	font-size: 14px;
	color: #808080;
	border: #ececec solid 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.contact-form .input-group select option{
	padding: 0 20px;
}

.contact-form .input-group textarea{
	height: 89px;
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	font-size: 14px;
	color: #808080;
	border: #ececec solid 1px;
}

.contact-form input::-webkit-input-placeholder{opacity:1;color: #808080;}
.contact-form input:-moz-placeholder{opacity:1;color: #808080;}
.contact-form input::-moz-placeholder{opacity:1;color: #808080;}
.contact-form input:-ms-input-placeholder{opacity:1;color: #808080;}

.contact-form textarea::-webkit-input-placeholder{opacity:1;color: #808080;}
.contact-form textarea:-moz-placeholder{opacity:1;color: #808080;}
.contact-form textarea::-moz-placeholder{opacity:1;color: #808080;}
.contact-form textarea:-ms-input-placeholder{opacity:1;color: #808080;}

.contact-form .input-group input.submit{
	width: 123px;
	height: 54px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #55b9d2;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.32), inset 0 -3px rgba(0,0,0,.35);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border: 0;
	float: right;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-form .input-group input.submit:hover{
	background: #3093ac;	
}

.contact-form .input-group span.error{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	padding-left: 20px;
	color: #f00;
}

.title h2{
	font-size: 40px;
	color: #000;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 600;
}

.title h2:after{
	content:"";
	width: 50px;
	height: 2px;
	background: #55b9d2;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	z-index: 122;
}

.know-when-they-go{
	background: #fbfbfb;
	padding: 100px 0;
}

.know-when-they-go-img{
	
}

.know-when-they-go-img img{
	width: 100%;
}

.know-when-they-go-content{
	font-size: 20px;
	color: #444444;
	line-height: 28px;
	padding-left: 100px;
}

.why-knowunder{
	padding: 100px 0;
}

.why-knowunder-content{
	font-size: 20px;
	color: #444444;
	line-height: 28px;
}

.why-knowunder-img{
	
}

.why-knowunder-img img{
	width: 100%;
}

.copyright{
	background: #2c2c2c;
	font-size: 16px;
	color: #9d9d9d;
	text-align: center;
	line-height: 30px;
	padding: 35px 0;
}
.contact-form-message{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	color: green;
}

.know-when-they-go-content{
	display: table;
}

.know-when-they-go-content-text{
	margin-top: 40%;
}

.know-when-they-go{
	
}

.know-when-they-go ul li{
	padding: 50px 0;
	border-bottom: #eeeeee solid 1px;
}

.know-when-they-go ul li:first-child{
	padding-top: 0;
}

.know-when-they-go ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.arrow{
	text-align: center;
	padding-top: 60px;
}

.arrow a{
	display: inline-block;
}