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

*{
	margin: 0;
	padding: 0;
}
body {	
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #454545;
	margin: 0;
	padding: 0;
}

ul,ol,img {
	list-style: none;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	     -o-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	-webkit-transition:all 0.2s ease-in;
	   -moz-transition:all 0.2s ease-in;
	     -o-transition:all 0.2s ease-in;
	        transition:all 0.2s ease-in;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5{
	margin: 0;
}
div {
	-webkit-transition:all 0.5s ease-out;
	   -moz-transition:all 0.5s ease-out;
	     -o-transition:all 0.5s ease-out;
	        transition:all 0.5s ease-out;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	     -o-box-sizing:border-box;
	        box-sizing:border-box;
}
i{
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
	     -o-transition:all 0.2s ease-out;
	        transition:all 0.2s ease-out;
}
p{
	margin: 0;
}

.header{
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
	position: relative;
	z-index: 3000;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
.header.smaller {
	position: fixed;
	top:0;
	background: #ffffff;
	z-index: 8000;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.header-contact span{
	display: block;
    position: relative;
    padding: 0 0 0 38px;
    font-size: 14px;
    color: #3c4251;
    vertical-align: middle;
}
.header-contact span a{
	color: #3c4251;
}
.header-contact span a:hover{
	color: #ee8526;
}
.header-contact i{	
    top: 0;
    right: auto;
    bottom: auto;	
    left: 0;
    position: absolute;
    font-size: 30px;
    color: #ee8526;
}
ul.header-social{
	margin: 5px 0 0 0;
	float: right;
}
ul.header-social li{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
ul.header-social li a{
	display: block;
	text-align: center;
    background: #818180;
    border: none;
    height: 32px;
    width: 32px;  
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
}
ul.header-social li a:hover{
	background: #ee8526;
}


/*-------------Banner--------------*/

.banner-sec{
	float: left;
	width: 100%;
	background: url('../images/banner1.jpg') no-repeat top center #999;
	min-height: 580px;
	padding: 0;
	position: relative;
	border-bottom: 2px solid #ee8526;
}
.info-box{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: 15px;
}
.counter{
	border: 1px solid #ee8526;
	background: #ffffff;
}
.counter .date{
	position: relative;
    float: left;
    color: #fff;
    text-align: center;
    padding: 24px 15px;
    text-transform: uppercase;
    width: 25%;
    background: #4b4b4a;
}
.counter .date h4{
	font-weight: 400;
	font-size: 21px;
}
.counter .date strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
}
.counter .date::after {
    position: absolute;
    top: 50%;
    left: 98%;
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 2.35em;
    color: #4b4b4a;
    margin-top: -20px;
}
#timer {
    display: block;
    float: left;
    width: 75%;
    text-align: center;
}
#timer {
	display: block;
	float: left;
	width: 75%;
	text-align: center;
}
#timer div {
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 19%;
	padding-top: 1.65em;
}
#timer div::before {
	position: absolute;
	right: 100%;
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 8px;
	top: 55%;
}
#timer div:first-child::before {
	content: '';
}
#timer div span {
	display: block;
	font-size: 2.35em;
	font-weight: 300;
	line-height: 1.35em;
}
#timer div::before{
	color: #ffab00;
}
#timer div{
	color: #949487;
}
.counter #timer div .counter #timer div span {
	color: #fff;
}
.subscribe{
	border: 1px solid #ee8526;
}
.banner-subscribe{
	background-color: #f6f6ef;
}
.subscribe .left {
    display: block;
    width: 68%;
    float: left;
    padding: 0.60em;
}
.subscribe form .input {
    width: 48%;
    float: left;
    margin: 1%;
}
.subscribe .input input {
    margin: 0;
}
.form-control {
    border-radius: 0;
    margin-bottom: 0.85em;
    font-size: 1em;
}
.subscribe .input.full {
    width: 98%;
}
.subscribe .right{
	background-color: #ee8526;
}
.subscribe .right {
    display: block;
    position: relative;
    width: 30%;
    height: 7.15em;
    float: right;
}
.subscribe .right .btn {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}
.subscribe .submit::before {
    position: absolute;
    right: 98%;
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 2.65em;
    margin-top: -28px;
    top: 55%;
    color: #ee8526;
    z-index: 99;
}
.clear {
    clear: both;
}
.btn {
    font-size: 1.15em;
    font-weight: 700;
    padding: 0.55em 1em;
    border: 0;
    border-radius: 0;
}

.about-sec{
	float: left;
	width: 100%;
	background-image: url('../images/about-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	min-height: 656px;
	padding: 50px 0;
	height: 100%;
	position: relative;
}
.about-sec h1{
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'Oswald-Bold';
	color: #262626;
	font-weight: 700;
	margin-bottom: 30px;
}
.about-sec h1 span{
	font-size: 24px;
	font-weight: 400;
	font-family: 'Oswald-Regular';
}
.about-inner{
	float: left;
	width: 100%;
	padding: 5px 5px 0 5px;
	background: #ffffff;
	text-align: center;
	margin: 20px 0;
}
.about-inner:hover{
	-webkit-transform: translate(0, -5px);
	   -moz-transform: translate(0, -5px);
	     -o-transform: translate(0, -5px);
	        transform: translate(0, -5px);
}
.about-inner h3{
	color: #7f7f7f;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	padding: 15px 0;
	text-transform: uppercase;
}
.eagle1{
	position: absolute;
	top: 32px;
	right: 40px;
	left: auto;
}
.down-arrow{
	margin: auto;
	border-radius: 100%;
	width: 78px;
	height: 78px;
	background: #ffffff;
	color: #ee8526;
	font-size: 20px;
	padding: 15px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -150px;
}
.about-list{
	float: left;
	width: 100%;
	padding: 40px 0 15px 0;
}
.about-list-inner {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.about-list-inner:hover .txt h4{
	color: #ee8526;
}
.icon{
	float: left;
	max-width: 38px;
	margin-right: 24px;
}
.txt{
	overflow: hidden;
}
.txt h4{
	color: #363535;
	font-size: 20px;
	text-transform: uppercase;
	padding: 2px 0 15px 0;
	font-weight: 500;
	-webkit-transition:all 0.2s ease-in;
	   -moz-transition:all 0.2s ease-in;
	     -o-transition:all 0.2s ease-in;
	        transition:all 0.2s ease-in;
}
.txt p{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.reservation-sec{
	float: left;
	width: 100%;
	background-color: #ee8526;
	padding: 50px 0;
	position: relative;
}
.reservation-inner{
	float: left;
	width: 100%;
}
.reservation-inner p{
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 30px 0;
}
.plane-sec{
	position: absolute;
	top: 25px;
	left: 0;
}
.btn-reservation{
	display: inline-block;
	padding: 12px 60px;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: 'Oswald-Regular';
	font-size: 20px;
    line-height: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;

}
.btn-reservation:hover, .btn-reservation:focus, .btn-reservation:active, .btn-reservation:visited{
	color: #fff;
	background: #000;
}
.mt20{
	margin-top: 20px;
}
.office-sec{
	float: left;
	width: 100%;
	padding: 45px 0 25px 0;
}
.office-sec h1{
	color: #272d2e;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: 700;
}
.office-sec h1 span{
	color: #ee8526;
}
.office-sec p{
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 20px;
}
.contact-info{
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
}
.brdr-top{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 40px;
}
.contact-info span{
	display: block;
    position: relative;
    padding: 0.55em 0 0.55em 4.65em;
    font-size: 15px;
    vertical-align: middle;
}
.contact-info span i{
	top: 2px;
    right: auto;
    bottom: auto;
    background-color: #ee8526;
    left: 0;
    position: absolute;
    width: 2.65em;
    height: 2.65em;
    line-height: 2.65em;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1.30em;
    color: #fff;

}
.contact-info a{
	display: block;
    margin-top: 10px;
    color: #ee8526;
}
.contact-form-sec{
	float: left;
	width: 100%;
	background-image: url('../images/contact-bg.jpg');
	min-height: 674px;
	background-size: cover;
	height: 100%;
	position: relative;
	padding: 60px 0 0 0;
}
.contact-form-sec h1{
	color: #2f3846;
	font-size: 51px;
	line-height: 51px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
.contact-form-sec h1 span{
	color: #ee8526;
	font-weight: 900;
}
.contact-form-sec h1:after{
	background: #ee8526;
    content: "";
    margin: 20px auto;
    width: 12%;
    text-align: center;
    height: 3px;
    display: block;
}
.contact-form-sec p{
	color: #2f3846;
	font-size: 17px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 300;
}
.contact-form{
	margin-top: 10px;
}
.contact-form .form-control{
	border: 1px solid #fff;
    border-radius: 0;
    height: 62px;
    font-size: 15px;
    padding: 10px 22px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.contact-form .form-control:focus{
	border-color: #ee8526;
}
textarea{
	height: auto !important;
}
.contact-form .form-group{
	margin-bottom: 12px;
}
.eagle2{
	position: absolute;
	top: 32px;
	left: 40px;
	right: auto;
}
.btn-send{
	display: inline-block;
	padding: 12px 17px;
	text-transform: uppercase;
	background: #ee8526;
	border: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;

}
.btn-send:hover, .btn-send:focus, .btn-send:active, .btn-send:visited{
	color: #fff;
	background: #4b4b4a;
}
.btn-send i{
	margin-right: 2px;
}

.error{
	color: red !important;
}

#success_subscribe{
	color: #419641 !important;
	font-size: 15px;
}
.success-bg{
	color: #fff;
    background: #5cb85c;
    margin-top: 5px;
    padding: 5px 8px;
    text-align:center;
}
.error-bg{
	color: #fff;
    background: #c12e2a;
    margin-top: 5px;
    padding: 5px 8px;
    text-align:center;
}

#error_subscribe{
	color: #c12e2a !important;
	font-size: 15px;
}
/*-----------Footer Section----------*/

.footer{
	float: left;
	width: 100%;
	padding: 18px 0;
	margin-top: 108px;
	background: rgba(105, 93, 79, 0.80);
	color: #ffffff;
}
.footer p{
	color: rgba(255, 255, 255, 0.70);
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
ul.footer-social{
	margin: 0 0 0 28px;
	float: right;
}
ul.footer-social li{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
ul.footer-social li a{
	display: block;
	text-align: center;
    background: #9e968c;
    border: 1px solid #9e968c;
    height: 30px;
    width: 30px;  
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
}
ul.footer-social li a:hover{
	-webkit-transform: translate(0, -2px);
	   -moz-transform: translate(0, -2px);
	     -o-transform: translate(0, -2px);
	        transform: translate(0, -2px);
	background: #ee8526;
	border: 1px solid #ee8526;
}



@media only screen and (min-width: 768px){
	.subscribe form .btn {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    margin: 0;
	    z-index: 999;
	    display: block;
	    white-space: normal;
}


}


/*-------------Media Queries--------------*/

@media only screen and (max-width: 1199px){

	img{
		max-width: 100%;
	}
}

@media only screen and (max-width: 991px){

	.header-contact{
		margin-bottom: 25px;
	}
	.header{
		padding-bottom: 0;
	}
	ul.header-social{
		float: left;
	}
	.reservation-inner p{
		margin-top: 150px;
	}
	.office-sec h1{
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.subscribe{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px){
	
	.counter .date{
		width: 100% !important;
	}
	#timer{
		background-color: rgba(0, 0, 0, 0.03);
		width: 100%;
    	padding: 0 0 1em;
	}
	.subscribe .left{
		width: 100%;
	}
	.subscribe .right{
		width: 100%;
		float: left;
		height: 50px;
		text-align: center;
	}
	.btn{
		padding: 16px 20px;
	}
	.counter .date::after{
		display: none;
	}
	.subscribe .submit::before{
		display: none;
	}
}

@media only screen and (max-width: 640px){
	.down-arrow{
		display: none;
	}
}

@media only screen and (max-width: 480px){
	.header.smaller{
		position: static;
	}
	.header .col-xs-6{
		width: 100%;
	}
	.header-contact{
		margin-bottom: 10px;
	}
	.header{
		padding: 10px 0;
	}
	.logo{
		text-align: center;
	}
	ul.header-social{
		text-align: center;
		float: none;
	}
	.footer{
		text-align: center;
	}
	.footer p{
		text-align: center;
	}
	ul.footer-social{
		float: none;
		margin: 10px 0;
	}
	.zen-logo{
		float: none !important;
	}
	.contact-form-sec h1{
		font-size: 41px;
	}
	.contact-form .form-control{
		height: 50px;
	}
	.about-sec h1{
		font-size: 38px;
		line-height: 45px;
	}
	.about-sec h1 span{
		font-size: 21px;
	}
	.header-contact{
		margin-left: 100px;
	}
}

@media only screen and (max-width: 360px){
	.header-contact{
		margin-left: 60px;
	}
	.subscribe .right{
		height: 40px;
	}
	.btn{
		font-size: 15px;
		padding: 12px;
	}
}
