@charset "utf-8";
/* FONTS */

body {  overflow-x: hidden; }

/* HEADER */
.container.main-header{
	height:15vh;
	min-height:120px;
}
.main-header .logo { 
    text-align: center;
    padding: 15px 0;
}
.main-header .logo img { 
 min-height: 100%;
}
.main-header p.header-hash {
	font-size: 20px;
    /*color: #e66138;*/
	color: #211f5f;
    margin-top: 80px;
 }
 .main-header p.header-phone {
	 margin-top: 9%;
	 text-align: right;
 }
 
.main-header p.header-phone span { 
	font-size: 22px;
    color: #211f5f;
}
.main-header p.header-phone b {
	font-size: 14px;
    color: #211f5f;
	display: block;
	font-weight: bold;
}


/* MAIN CONTENT AREA */
.container.main-container{
	height:70vh;
	min-height:600px;
}

.main-container{
	width: 100%;
	padding: 0;
}

/* FIRST BLOCK */

div.col-md-4.firstblock{
	padding-right:0;
	min-height:600px;
	background-color: #76a7a9;
}

.form-title{
	color: #211f5f;
    font-size: 60px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 55px;
    margin-top: 0;
	margin-bottom: 50px;
}
.form-small-title {
    font-size: 48px;
    text-transform: none;
}
.form-last-title {
    display: block;
    text-align: right;
}
.booking-form-block{
    padding: 15px;
}
.booking-form-block .input-group, .booking-form-block .input-group-btn {
    width: 100%;
    margin-bottom: 18px;
}
.booking-form-block .btn-booking {
    height: 40px !important;
    width: 110px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee9174;
    border: none;
    padding: 0 18px;
    text-align: center;
    float: none;
    margin: 0px auto;
    display: inherit;
}
input.btn.btn-default.btn-booking{
    background: rgba(0,0,0,0) url(../images/btn_bg_gradient.gif) repeat scroll 0 0 !important;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 38px;
    height: 50px !important;
    width: 91%;
}
.book-policy{
	text-align: center;
    display: block;
    color: #fff;
    text-decoration: underline;
}
.book-policy:hover, .book-policy:focus {
    color: #fff;
}
.selectType{
	border-radius: 0 !important;
    background-image: url(../images/arrow-home-icon.png) !important;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    padding: 0 3px;
    font-weight: lighter;
    height: 50px !important;
    background-color: #fff !important;
    border: 0 !important;
    color: #817e7d;
    font-size: 24px;
	background-position: 97% 18px;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input#checkin.form-control {
	background-image: url(../images/input-cal.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 18px;
    padding: 0 8px;
    font-weight: lighter;
    height: 50px !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #817e7d;
    font-size: 24px;
    cursor: pointer !important;
}
input#checkout.form-control {
	background-image: url(../images/input-cal.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 18px;
    padding: 0 8px;
    font-weight: lighter;
    height: 50px !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #817e7d;
    font-size: 24px;
    cursor: pointer !important;
}

/* FIRST BLOCK ENDS */

/* OUR HOTELS BLOCK */

div.col-md-4.hotels{
	padding:0px;
	min-height:600px;
}

div.hotels-first{
	min-height:300px;
	width:100%;
	background-color: #62bcc5;
    padding: 15px;
    position: relative;
}
div.hotels-second{
	min-height:300px;
	width:100%;
}
div.hotels-second img.img-responsive{
	text-align:center;
}

h2.title-hotels{
	color: #ee9174;
    font-size: 80px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 0;	
}
span.hotels-small{
	font-size: 72px;
    display: block;
    text-transform: none;
}
p.text-right{
	text-align:right;
}
p.text-center{
	text-align:center;
}
p.title-locate {
	text-align:center;
}
.title-locate {
    color: #211f5f;
    font-size: 28px;
	font-weight: lighter;
    line-height: 40px;
   /* margin-top: 0;*/
    margin-top: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
	border-top: 1px solid rgba(255, 255, 255, 0.21);
    /*border-top: 1px solid #fff;*/
    display: block;
    outline: 0;
}
.first-col-line {
    height: 1px;
    border-bottom: 1px solid #fff;
    margin-top: 9px;
    opacity: .2;
    margin-bottom: 15px;
}
a.hotel-link{
	padding: 15px;
}
a.locate-link{
	padding: 0px;
	
}
a.hotel-link:hover {
    text-decoration: none
}

a.locate-link:hover {
    text-decoration: none
}
/* SLIDER */
section.home-slider, section.home-slider ul li, section.home-slider .slide { width:100% !important; height:300px;display: block;}
ul.bxslider{
	padding:0;
	width: 100% !important;
}

/* OUR HOTELS BLOCK ENDS */

/* THIRD BLOCK */

div.col-md-4.thirdblock {
	min-height:600px;
    padding-left: 0px;
	padding-right: 0;
}



.full-width-map {
	width: 100%;
	height: 600px;
}
/* THIRD BLOCK ENDS*/

/* FOOTER */
.container.main-footer{
	height:15vh;
	min-height:120px;
}
.main-footer{
    width: 100%;
    background: url(../images/home-footer-bg.png) repeat scroll 0 0 !important;
}

.bottomHeading {
    color: #e66138;
    font-size: 16px;
    margin: 0;
	padding-top: 15px;
}
.social-link-wrapper {
    float: right;
	padding-top: 15px;
}
.connect-with-us {
    color: #211f5f;
    font-size: 22px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}
.social-link {
    margin-top: 30px;
    padding: 0;
    margin: 0;
}
.social-link li {
    display: inline-block;
    list-style: none;
}
.col-md-6 p{
	color: #211f5f;
    font-size: 14px;
}
i.icon-gplus-squared,i.icon-facebook-squared,i.icon-twitter-squared,i.icon-pinterest-squared{
	color: #211f5f;
	font-size: 20px;
}


/* COMMON */
.padzero{
padding:0;
}

.marzero{
margin:0;
}

/* RESPONSIVE CSS  */

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

}

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

}