
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	/* [disabled]background-color:#fff; */
}
a{
    outline: none !important;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
    outline: none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}

ul,label{
	margin:-20px;
	margin-left:0px;
	padding:0;
    color: #FFFFFF;
    
}
body a:hover{
	text-decoration:none;
}
ul li {list-style: none}
/*--header--*/
.header {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 0em 0 0 0;
    
}
.header .header-grids{
    width: 100%;
    float: left;
}
.logo {
    float: left;
    
}
.logo a{
    display: block;
}
.logo a img{
    max-width:240px;  
    width:250px; 
    height: auto;
    
    margin-top: 10px;
}
div .gallery1
{

  margin: 3px;
  padding: 3%;
  border: 1px solid #ccc;
  display: inline-block;
  
} 

#content_logo img
{
width: 250px;
height:auto;
border-radius: 5px;
border: 1px solid #ddd;
padding: 5px;
margin: 1em 0 0 1.5em;
}

nav.navbar.navbar-default {
    background: none;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
    margin: 0;
}

/*-- top-nav --*/
.nav-top{ 
    width: 100%;
    float: left;
    background: #aa2323;
}
.top-nav{
   
    width: 100%;
	float:left;
}
.top-nav ul {
    padding: 0;
    margin: 0;

}
.top-nav ul li{
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.top-nav ul li > ul{
    position: absolute;
    top:100%; 
    left: 0;
    display: none;
    background:#E7AC0E;
    z-index: 9999;
}
.top-nav ul li > ul > li{display: block; position: relative;}
.top-nav ul li > ul > li > ul{position: absolute;left: 100% ; top: 0;width: 180px; }
.top-nav ul li > ul > li > ul li{display: block;}
.top-nav ul li > ul > li > ul li a{padding: 10px 35px;color: #fff;} 
.top-nav ul li > ul > li a{padding: 10px 35px; text-align: center;color: #fff;}
.top-nav ul li:hover  > ul{display: block;}
.top-nav ul li.active a{
	background:#E7AC0E;
	color:#FFF;
	
}
.top-nav ul li a:hover{
	background:#5ba6e1;
	color:#FFF;	
	
}
.top-nav ul li a{
    display: block;
    padding: 10px 25px;
    color: #FFF;
}
.header-dropdown {
    float: right;
   padding: 25px 0;
}
.header-icons{
    margin: 0 !important; 
   
}
.dropdown-grids {
    float: right;
    border-bottom: solid 2px #0d568f;
	margin-left: 25px;
}
/*--Login --*/
#loginContainer {
    position: relative;
    padding: 0.3em 0em;
    border: solid 1px #0d568f;
    background: #0d568f;
}
#loginContainer a span{
    padding: .5em 2em;
    color: #FFF;
}
#loginButton {  
    position:relative;
    z-index:30;
    cursor:pointer;
}
#loginBox {
    position: absolute;
    top: 45px;
    left: -282px;
    display: none;
    z-index: 99999;
}
#loginForm:after {
    content: '';
    position: absolute;
    right: 25px;
    top: -9px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #0d568f;
}
#loginForm {
    width: 375px;
    background: #fff;
    border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 0 1em 0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; 
}
#body label {
    color:#87807c;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.9em;
}
#loginForm #body fieldset label{
    display: block;
    float: none;
    margin: 0 0 6px 0;
    font-weight: 400;
}
#body label i {
    color: #9E9E9E;
    font-size: 1em;
    font-weight: 400;
}
#loginForm input {
    width: 100%;
    border: 1px solid #DADADA;
    color: #222;
    background: #FFF;
    padding: 6px;
    font-size: 0.9em;
    -webkit-apperance: none;
}
#loginForm #login {
	background: #6fd508;
    color: #fff;
    font-size: 1em;
    padding: 5px 20px;
    border: 1px solid #6fd508;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
#loginForm #login:hover {
    background: #FFFFFF;
    color: #777;
    border: 1px solid #777;
}
#loginForm span {
    display: block;
    padding-bottom: 15px;
}
#loginForm span a{
    color: #777 !important;
    padding: 0 !important;
    font-size: .9em;
}
#loginForm span a:hover{
    text-decoration: none;
    color: #2B2B2B !important;
}
input:focus {
    outline:none;
}
.login-grid-left{
    float: none;
    width: 100%;
    padding: 2em;
}
.or-grid{
	margin: 1em 0;
    position: relative;
    text-align: center;
}
.or-grid p{
	color:#777;
	font-size:1em;
	margin:0;
}
.or-grid p:before{
    content: '';
    background: #777;
    padding: .4px;
    position: absolute;
    width: 43%;
    top: 47%;
    left: 1%;
}
.or-grid p:after{
    content: '';
    background: #777;
    padding: .4px;
    position: absolute;
    width: 43%;
    top: 47%;
    right: 1%;
}
.social-sits {
    margin: 2em 0 0 0;
}
.facebook-button {
    margin-bottom: 2em;
}
.button-bottom {
    margin-top: 1em;
}
.facebook-button a {
    background: url(../images/fb1.png) no-repeat 14px 9px #3b5998;
    color: #fff;
    padding: .5em 1em .5em 3em;
    text-decoration: none;
    font-size: 14px;
}
.chrome-button a {
    background: url(../images/ch1.png) no-repeat 14px 9px #dd4b39;
    color: #FFF;
    font-size: 14px;
    padding: .5em 1em .5em 3em;
    text-decoration: none;
}
.social-sits p {
    color: #777;
    font-size: .9em;
}
.button-bottom p a {
    color: #DF2229;
}
.emergency-grid {
    float: right;
}
.emergency-grid ul{
	padding:0;
	margin:0;
}
.emergency-grid ul li{
    display: inline-block;
    color: #ec1c24;
    margin: 0;
    font-size: 1.5em;
	font-weight:500;
}
.emergency-grid ul li.call{
    color: #0d568f;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 2em;
}
/*--//Login --*/
/*-- banner --*/
.banner{
    width: 100%;
    float: left;
    background: url(../images/background3.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 2em 0;
}
.mobile-banner{
    width: 100%; 
    float: left;
    display: none;
}
.mobile-banner img{max-width: 1349px; width: 100%; float: left;}
.offer{
    margin: 1em 0 0 0;
    border: solid 1px #FFF;
    padding: 1em;
    background: rgba(0, 0, 0, 0.57);
}
.offer-left{
	float:left;
	width:70%;
}
.offer-left h5{
	color:#FFF;
	font-size:1em;
	font-weight:600;
	margin:0;
}
.offer-left p{
	color:#FFF;
	font-size:.9em;
	margin:0;
}
.offer-right{
    float: right;
    margin: .5em 0 0 0;
}
.offer-right a{
    background: #6fd508;
    text-shadow: none;
    color: #FFFFFF;
    font-size: .9em;
    padding: .5em 1em;
	border: solid 1px #6fd508;
}
.offer-right a:hover{
	border: solid 1px #FFF;
	background: none;
}
/*----sap-----*/
.sap_tabs {
    background: rgba(0, 0, 0, 0.57);
    padding: 1.5em;
    border-radius: 4px;
    width: 100%;
    float: left;
}
.sap_tabs  .booking-info{
    width: 100%;
    float: left;
    
}

.sap_tabs  .booking-info h2{
    text-align: left;
    margin-bottom: 15px;
}
.sap_tabs .resp-tabs-list{
    margin: 0;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.sap_tabs #horizontalTab .resp-tabs-container{
    width: 100%;
    float: left;
}
.sap_tabs  .facts{
    padding:0px; 
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul{
    margin: 0;
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li{
    margin-bottom:  2%; 
    margin-right: 2%;
    margin-left: 0;
    width: 48%; 
    float: left;
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li:nth-child(even){
    margin-right: 0; 
    margin-left: 2%;
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li.full-width{
    width: 100%; float: left;
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li.full-width textarea{
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 10px 20px 20px 20px ;
}
.sap_tabs  .facts .booking-form .booking_room .reservation:last-child ul li{
    width: 100%;

}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li .date_btn input[type="submit"]{
    border: none;
    background: #DE3838;
    padding: 7px 20px;
    color: #fff;
}
.sap_tabs  .facts .booking-form .booking_room .reservation ul li .date_btn input[type="submit"]:hover{
    background: #0d568f;
    
     -webkit-transition:  1s; /* Safari */
    transition:  1s;
}
.sap_tabs  .facts .booking-form .booking_room .reservation .date_btn{
    margin:0; 
    padding-top: 10px;
    float: right;
}
.facts{
    padding: 2em 0 0 0;
}
.top1{
  margin-top: 2%;
}
.tab-text h3 a {
  color: #918D8D;
  font-size: 1.4em;
  text-decoration: none;
}
.resp-tab-item:first-child{
    border-left: none;
    margin-right: 1em;
}
i.resp-tab-item.lost {
  margin: 0;
}
.resp-tab-item{
    border: none;
    color: #FFF;
    font-size: 1em;
    background: #007DFB;
    cursor: pointer;
    padding: .5em 1em;
    display: inline-block;
    text-align: center;
    list-style: none;
    float: left;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
}
.resp-tab-item:hover {
    background: #f00;
    text-shadow: none;
    color: #FFF;	
}
.resp-tab-active {
    background: #0d568f;
    text-shadow: none;
    color: #FFF;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.tab-text{
  float:right;
  width:68.5%;
  position: relative;
}
.post-meta {
  margin-top: 1em;
}
.link1 {
  font-size: 0.9em;
  color: #918A8A;
  font-style: italic;
  font-weight: 600;
}
.post-meta a:hover{
  color:red;
}
.tab-left{
  margin-bottom:5%;
}
li.resp-tab-item.lost{
  margin:0;
}
/*---------*/
.register input[type="text"],.register input[type="password"] {
 outline: none;
    font-size:1em;
    font-weight: 400;
    color: #b4b4b4;
    padding: 15px 10px 15px 15px;
	border:none;
    border-bottom: 1px solid #ccc;
    width: 95%;
    margin: 0em 0em 0em 0em;
    background: #f4f4f4;
}
.sign-up input[type="submit"] {
     background:#f7f7f7;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: 600;
      padding: 15px 10px 15px 15px;
    width: 100%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	margin-top:1.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sign-up input[type="submit"]:hover{
	color: #fff;
    background: #d7634d;
}
/* start booking_room */
.booking-info h2{
    color: #FFF;
    font-size: 2em;
    margin: 0 0 1em 0;
    font-weight: 100;
}
.booking-form{
    padding: 1em 0 0em 0;
}


.booking_room h4{
	font-size: 1.5em;
	color: #202020;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.booking_room p{
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.8em;
}
.reservation ul {
	padding: 10;
	margin: -5px;
}
.reservation ul li{
    list-style: none;
    display: inline-block;
}
.reservation ul li.left{
    margin-left: 2em;
}
.reservation ul li.span1_of_1{
    margin-bottom: 1.5em;
	margin-left:29px;
}
li.span1_of_1.left.h-child {
    margin-right: 2em;
}
li.span1_of_1.left.w-child {
    margin-right: 2em;
}
li.span1_of_1.left.tab-children {
    margin-right: 13em;
}
.reservation ul li.span1_of_2{
	width: 9.33333%;
}
.reservation ul li.desti{
    width: 81%;
    margin-left: 2em;
}
.reservation ul li.desti:nth-child(1){
	margin-left:24px;
}
.reservation h5{
    font-size: 1em;
    color: #FFFFFF;
    margin-bottom: 6px;
    font-weight: 600;
}
select {
    width: 100%;
    font-size: 12px;
    padding: 8px 0px 9px 10px;
    outline: none;
    border: none;
   /* background: url(../images/arrow.png) no-repeat 85% center #ffffff;*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-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;
}
.book_date input[type="text"]{
    width: 100% !important;
    color: #9F9F9F;
    font-size: 12px;
    padding: 8px 23px;
    height: 34px;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
}
.book_date input[type="date"] {
    width: 100% !important;
    color: #9F9F9F;
    font-size: 12px;
   height: 34px;
   padding-left: 25px;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
	line-height: 1;
}
#empathy img{width:100% !important; height:auto !important;}
/*@-moz-document url-prefix() {
 .book_date input[type="date"]{padding: 11px 0 11px 23px;}
}*/
.book_date {
    position: relative;
}

.book_date span.glyphicon-calendar,.book_date span.glyphicon-map-marker  {
    color: #192436;
    position: absolute;
    z-index: 999;
    top: 25%;
    left: 3%;
    font-size: 1em;
}
.book_date span.glyphicon-map-marker  {
    font-size: 1.2em;
    left: 1%;
}
.glyphicon-calendare,.glyphicon-map-marker {
    font-size: 13px;
    margin-right: 5px;
	color:#000;
}
.form-control:focus {
    border-color: #fece00;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
    box-shadow: inset 1px 1px 0 rgba(254,206,0,0.75),1px 1px 0 rgba(254,206,0,0.75);
}
.date_btn{
    margin: 1em 33px 0 33px;
}
.date_btn form input[type="submit"] {
    text-transform: capitalize;
    background: #004080;
    color: #FFFFFF;
    padding: .5em 1em;
    border: none;
    font-size: 1em;
    outline: none;
}
.date_btn form input[type="submit"]:hover{
    background: #0d568f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.booking-grids h3{
	font-size: 18px;
	margin: 0;
	color: #323232;
	font-weight: 600;
}
.booking-grid-left{
	padding: 0!important;
	margin-top: 2em;
}
.booking-grid-left h4{
	font-size: 16px;
	margin: 0;
	line-height: 1.7em;
	color: #616060;
	font-weight: 500;
}
.booking-grid-left p{
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.7em;
	margin: 1em 0 0 0;
}
.booking-grid-right img{
	width:100%;
}
.red{
	text-align: left;
	margin-top: 2em;
}
.red a{
	padding: .8em 1em;
	font-size: 16px;
}
.how-to {
	margin-top: 3em;
	background: url(../images/12.jpg) no-repeat 0px -157px;
	min-height: 400px;
	padding: 2em 0;
	background-size: cover;
}
.how-to-info h3{
	font-size: 18px;
	margin:0;
	color: #FFF;
	font-weight: 600;
}
.how-to-info h4{
	font-size: 16px;
	margin: 1em 0;
	color: #FFF;
	font-weight: 500;
	line-height: 1.5em;
	text-transform: uppercase;
}
.how-to-info p{
	color: #FFF;
	font-size: 16px;
	margin: .5em 0 0 0;
}
.how-grids {
	margin-top: 3em;
}
.how-grid span{
	padding: .5em .8em;
	background: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #A1A0A0;
	font-size: 20px;
}
.how-grid a{
	color: #FFF;
	font-size: 18px;
	margin: 0 0 0 1em;
}
.how-grid a:hover{
	color: #A1A0A0;
	text-decoration:none;
}
.how-grid p{
	color: #FFF;
	font-size: 14px;
	margin: 0 0 0 4em;
	line-height: 1.7em;
}
.visiting-info h3{
	color: #323232;
	margin: 2em 0 0 0;
	font-size: 18px;
	font-weight: 600;
}
.visiting-grid{
	padding: 1em .5em;
}
/*-- banner-bottom --*/
.banner-bottom{
    padding: 4em 0 4em 0;
    background: #f4f7f9;
    width: 100%;
    float: left;
}
.choose-destination-testimonials{
    padding: 2em 0 2em 0;
    background: #efefef;
    width: 100%;
    float: left;
}
.banner-bottom-grid a {
	text-decoration: none;
    display: block;
    box-shadow: 0 0px 1px #CECECE;
    position: relative;
}
.banner-bottom-info, .banner-bottom-info .mq_1{
    width: 100%;
    float: left;
    height: auto;
}
.banner-bottom-info marquee{
    padding: 0.2em 0;
}

.banner-bottom-info h3{
    color: #0d568f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2em;
    margin: 0;
}
.banner-bottom-grids {
    width: 100%;
    float: left;
    margin: 3em 0 0 0;
} 
.banner-bottom-grids .col-md-4.banner-bottom-grid{
    position: relative;
}
.choose-destination-testimonials .banner-bottom-grids {
    width: 100%;
    float: left;
    margin: 0 0 0 0 !important;
}
.banner-bottom-grids .banner-bottom-grid .destinations ul{
    margin:0;
}
.banner-bottom-grids .banner-bottom-grid .destinations ul li:nth-child(1), .banner-bottom-grids .banner-bottom-grid .destinations ul li:nth-child(2){
    display: none;
}
.banner-bottom-grid img,.weekend-grid a img{
	width:100%;
}
.destinations ul li{
	list-style: none;
    text-align: left;
	border-bottom:1px ridge #DFDFDF;
}
.destinations li.dropdown.active {
    display: block;
}
.destinations ul li:nth-child(6){
	border-bottom:none;
}
.destinations ul li.button a{
    padding: 11.5px 20px;
    margin: 0;
    display: block;
    background: url(../images/arrow.png) no-repeat 322px 15px #e8e8e8;
    box-shadow: 0 0px 1px #CECECE;
    color: #0d568f;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    position: relative;
}
.destinations ul li a:hover{
	background: url(../images/arrow.png) no-repeat 322px 15px #FFFFFF;
}
 .banner-bottom-grids .choose .choose-grids{
  padding: 27px 15px;
}
.destinations ul li a:focus {
    outline: none;
    text-decoration: none;
}
li.button {
	list-style: none;
	text-align: left;
}
li.menu{
	padding: 0;
	width: 100%;
	border-bottom: 1px solid#CD5F4A;
	margin: 0;
}
li.menu:hover {
	background: #C6533D;
}
li.button a:hover{
	text-decoration:none;
}
li.button a span{
	margin-right: 22px;
}
.dropdown{
	display:none;
	padding: 0;
}
.dropdown li a{
	border-left: 6px solid #1a2c4d;
	display: block;
}
.destinations-grid img{
	width:100%;
}
.destinations-grid-info{
    padding: 1.5em  1em;
    background: #ECECEC;

}
.destinations-grid-info.accordion{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.7;
    color: #fff;
}
.destinations-hotel{
	float:left;
	width:60%;
}
.destinations-star{
    float: left;
    width: 27%;
    color: #fdd000;

}
.destinations-price{
    float: left;
    width: 13%;
}
.glyphicon-star{
    color: #fdd000;
    font-size: .8em;
    margin: 0 .2em;
}
.tours{
	background:#FFF;
}
.destinations-grid-info h5{
	color: #0d568f;
	font-size:16px;
	font-weight:600;
	margin:0;
}
.destinations-grid-info .tour-price{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 10px 0;
    color: #0d568f;
}
.destinations-grid-info .tour-price span{
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
}
.destinations-grid-info .title{
    font-size: 12px;
    position: absolute;
    top: 3%;
    right: 0%;
    background: #000;
    color: #fff;
    opacity: 0.8;
    padding: 5px 10px;
}
.destinations-grid-info p{
	color:#777;
	font-size:12px;
	margin:0.2em 0 0 0;
	line-height:17px;
}
.destinations-grid-info p.b-period{
    color: #464646;
}
/*-- choose --*/
/*.choose,.top-destinations-grids,.news-grids{
    margin: 2em 0;
}*/
.choose-info h4,.top-destinations-info h4,.news-grids-info h4,.holidays-info h4{
    color: #0d568f;
    font-family: 'Roboto', sans-serif;
    
    font-size: 26px;
    margin: 0 0 1em 0;
    font-weight: 500;
}
.choose-grids,.top-destinations-bottom,.news-grids-bottom,.customer-grid{
    padding: 0.5em 0.9em;
    background: #FFF;
   /* margin: 1em 0;*/
    box-shadow: 0 0px 1px #CECECE;
}
.choose-left{
    float: left;
    width: 20%;
}
.choose-left h5{
    font-size: 3em;
    margin: 0;
    color: #0d568f;
}
.choose-left p{
	font-size:.9em;
	line-height:1.8em;
	margin:0;
	color:#777;
}
.choose-right{
    float: right;
    width: 78%;
}
.choose-right a{
	font-size: 1em;
    margin: 0;
    color: #0d568f;
    text-decoration: none;
    box-shadow: 0 0 0;
    font-weight: 600;
}
.choose-right a:hover{
	color:#F00;
}
.choose-right p, .date-text p{
    font-size: 0.9em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
    color: #777;
}
.td-middle p{
    font-size: 12px;
    line-height: 1.8em;
    margin: .5em 0 0 0;
    color: #777;  
}
.choose-grids-info:nth-child(2){
	margin:2em 0;
}
.glyphicon-globe{
	font-size: 3em;
    color: #0d568f;
}
.choose-left h6{
    font-size: 1.8em;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6em;
    width: 45px;
    height: 45px;
    background: #0d568f;
    border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
/*-- top-destinations-grids --*/
.top-destinations-bottom{
	padding:1em;
}
.td-left {
    padding: 0;
}
.td-left img{
	width:100%;
}
.td-middle a{
    font-size: 1em;
    margin: 0;
    color: #0d568f;
    text-decoration: none;
    box-shadow: 0 0 0;
    font-weight: 600;
}
.td-middle a:hover{
	color:#5ba6e1;
}
.td-right p{
    color: #F00;
    font-size: 1.3em;
    margin: 1em 0 0 0;
    font-weight: 600;
    text-align: right;
}
.td-grids {
    margin-bottom: 1em;
}
.td-grids:nth-child(4){
	margin-bottom: 0;
}
/*-- news --*/
.date-text{
	margin-bottom:1em;
}
.date-text a{
    font-size: 1em;
    margin: 0;
    color: #0d568f;
	font-weight:600;
    text-decoration: none;
    box-shadow: 0 0 0;
}
.date-text a:hover{
	color:#EC0000;
}
/*.news-grids{
    min-height: 510px;
}*/
.move-text{
    padding: 2em 0;
}
.marquee {
    width:600px;
    margin: 0 auto;
    color: #777;
    font-size: 1em;
    height: 20px;
	color:#E33735;
    overflow: hidden;
}
.marquee a{
	color:#E33735;
	text-decoration:underline;
}
/*-- popular-grids --*/
.popular-grids {
    background: #F4F7F9;
    padding: 2em  0 ;
    width: 100%;
    float: left;
}
.popular-info h3{
	color: #0d568f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
}
/*-- slider --*/
.slider {
    margin: 2em 0 0 0;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding:0 9px;
	cursor: pointer;
	position: relative;
}
ul#flexiselDemo1 li a{
	text-decoration:none;
	display:block;
}
ul#flexiselDemo1 li a h4{
	text-align: left;
    padding-left: 14px;
	color:#478D06;
	font-family: 'Exo2-Medium';
	font-size:1.2em;
	margin-top:0.5em;
}
ul#flexiselDemo1 li a h4:hover{
	color: #DBC585;
}
.nbs-flexisel-item > a img {	
	cursor: auto;
    position: relative;
    width: 100%;
    margin: 0;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 45px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
    left: -1%;
    background: url(../images/s-arrow.png) no-repeat 0px 0px;
    width: 49px;
    height: 49px;
}
.nbs-flexisel-nav-right {
    right: -2%;
    background: url(../images/s-arrow.png) no-repeat -49px 0px;
    width: 49px;
    height: 49px;
}
/*-- footer --*/
.footer{
    width: 100%;
    float: left;
    background: #444;
    padding: 2em 0 0 0;
    margin-top: 2em;
}
.footer-top-grids{
	background: transparent;
    padding: 2em 0 0 0;
}
.footer-grid h4{
    color: #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:22px;
    margin: 0;
}
.footer-grid ul{
    padding: 0;
    margin: 1.5em 0 0 0;
}
.footer-grid ul li{
    display: block;
    margin: .5em 0;
}
.footer-grid ul li a{
	color:#a5a5a5;
	font-size:.9em;
	text-decoration:none;
}
.footer-grid ul li a:hover{
	color:#fff;
    padding-left: 5px;
    transition: 0.2s all; 
}
.news-letter{
    padding: 2em 0;
    border-top: solid 1px #717171;
    margin-top: 2em;
}
.news-letter-grid p{
    color: #a5a5a5;
    font-size:1em;
    margin: .5em 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.news-letter-grid p span{
    color: #a5a5a5;
}
.news-letter-grid p.mail{
    font-size: 1em;
    text-align: center;
    margin: 0.5em 0 0 0;
}
.news-letter-grid p a{
	color:#ffffff;
}
.news-letter-grid p a:hover{
	color:#F00;
}
.news-letter-grid input[type="text"] {
    width: 69%;
    color: #777;
    background: none;
    outline: none;
    font-size: .9em;
    padding: 4px;
    margin-bottom: 1em;
    border: solid 1px #777;
    border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -webkit-appearance: none;
}
.news-letter-grid input[type="submit"] {
	border: none;
    outline: none;
    color: #FFFFFF;
    padding: .8em 1.5em;
    font-size: .9em;
    font-weight: 600;
    margin: 0em 0 0 0;
    -webkit-appearance: none;
    
}
#search input[type="submit"]
{
	float: right;
    margin: 0;
    background: #DE3838;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    float: left;
}
#search
{
	width: 100%;
	
}
#search input[type="text"]
{
	width: 70%;
    float: left;
    margin-bottom: 0;
}
.news-letter .news-letter-grids form{
    width: 100%;
    float: left;
}
.news-letter .news-letter-grids form input{
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.news-letter .news-letter-grids .Subscribe{
    float: right;
    
    margin: 0;
   
}
.news-letter .news-letter-grids .Subscribe a{   
    background: #DE3838;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    float: left;
}
.news-letter-grid input[type="submit"]:hover {
    
}
/*-- footer-bottom-grids --*/
.footer-bottom-grids{
    padding:0 0 2em 0;
    background: #292929;
    width: 100%;
    float: left;
}
.footer-bottom-top-grids{
    background: transparent;
    padding: 2em 0;
}
.footer-bottom-left h4{
    color: #a5a5a5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0;
}
.footer-bottom-top-grids .social{
    padding-top: 1em; 
}
.d-apps,.a-cards{
	margin:1em 0 0 0;	
}
.d-apps ul,.a-cards ul {
	padding:0;
	margin:0;
}
.d-apps ul li,.a-cards ul li{
    display: inline-block;
    margin: 0;
}
.d-apps ul li a,.a-cards ul li a{
	display:block;
}
.d-apps ul li a img,.a-cards ul li a img{
	width:100%;
}

.social ul{
	padding:0;
	margin:0;
}
.social ul li{
    display: inline-block;
    margin: 0;
}
.social ul li a.facebook{
    background: url(../images/social.png) no-repeat 0px -32px;
    width: 30px;
    height: 30px;
    display: block;
    transition: none;
    margin-right: 3px;
}
.social ul li a.twitter{
    background: url(../images/social.png) no-repeat -30px -32px;
}
.social ul li a.chrome{
    background: url(../images/social.png) no-repeat -60px -32px;
}
.social ul li a.dribbble{
    background: url(../images/social.png) no-repeat -90px -32px;
}	
.social ul li a.facebook:hover{
    background: url(../images/social.png) no-repeat 0px 0px;
}
.social ul li a.twitter:hover{
    background: url(../images/social.png) no-repeat -30px 0px;
}
.social ul li a.chrome:hover{
    background: url(../images/social.png) no-repeat -60px 0px;
}
.social ul li a.dribbble:hover{
    background: url(../images/social.png) no-repeat -90px 0px;
}	
.a-cards ul li:nth-child(2){
	margin:0 1em;
}		
.copyright{
    width: 100%;
    float: left;
    padding: 1em 0 0 0;
    
}
.copyright span{
	font-size:.9em;
	color:#777;
	margin:0;
    float: left;
}
.copyright span:last-child{
    float: right;
}
.copyright p a{
	color:#777;
	text-decoration:none;
}
.copyright p a:hover{
    color: #0d568f;
}
/*-- about --*/
.about-facts {
    padding: 1em 0 0 0;
}
.reservation ul li.about-desti {
    width: 80%
}
/*-- hotels --*/
.hotels-banner{
    background: url(../images/banner3.jpg) no-repeat 0px 0px;	
	background-size:cover;
}
/*-- holidays --*/
.holidays-banner{
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.holidays-grid {
    margin: 1em 0;
}
.holidays-grid a img{
	width:100%;
}
.holidays-top-grid a img{
	width:100%;
}
.holidays-top-grids{
	margin-bottom:1em;
}
.holidays-top-grid{
	padding-left:0;
}
.holidays-top-grid img{
	width:100%;
}
.b_room h3{
    font-size: 2em;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.fh-banner {
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
#bottom_tag
{
    margin-top:30px;
}
#panel_right img
{
    width:100%;
    float:none;
}
#panel_right
{
    text-align:center;
    width: 90%;
    background-color: #f3f1c4;
    padding-bottom: 16px;
}
#dr_title
{
    font-weight: 600;
    font-size: 18px;
    padding: 36px 0 8px 0;
    color:#362d30;
}
#dr_details
{
    line-height:22px;
    color:#8d9095;
}


#right_dr
{
    text-align:center;
}
#total_dr
{
    width:50%;
    background-color:#f3f1c4;
    padding-bottom: 16px;
}
#total_dr img
{
    width:100%;
}

/*-- bus --*/
.bus-banner{
	background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.customer-left-grid {
    float: left;
    width: 50%;
}
.c-left-grids {
    margin: 1em 0;
}
.c-left{
	float: left;
    width: 15%;
}
.glyphicon-print,.glyphicon-road,.glyphicon-lock,.glyphicon-list-alt,.glyphicon-phone-alt,.glyphicon-envelope,.glyphicon-question-sign,.glyphicon-remove-circle {
    color: #292929;
    z-index: 999;
    font-size: 1em;
}
.c-right{
	float:left;
}
.c-right a{
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
    color: #777;
    text-decoration: none;
    box-shadow: 0 0 0;
}
.c-right a:hover{
	color:#0d568f;
}
.c-left-grids:nth-child(1){
	margin-top:0;
}
.c-left-grids:nth-child(4){
	margin-bottom:0;
}
/*-- trains --*/
.trains-banner{
	background: url(../images/banner4.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.train-facts{
	padding:0;
}
.train-form{
	padding:0;
}
.customer-grid ul{
	padding:0;
	margin:0;
}
.customer-grid ul li{
	display:block;
	margin:.5em 0;
}
.customer-grid ul li:nth-child(1){
	margin-top:0;
}
.customer-grid ul li:nth-child(6){
	margin-bottom:0;
}
.customer-grid ul li a{
    font-size: .9em;
    line-height: 1.8em;
    padding-left: 1.5em;
    margin: 0;
    color: #777;
    text-decoration: none;
    box-shadow: 0 0 0;
    background: url(../images/arrow-s.png) no-repeat 0px 8px;
}
.customer-grid ul li a:hover{
	color: #0d568f;
}
/*-- weekend --*/
.weekend-facts {
    padding: 0em 0 0 0;
}
.weekend-grid a {
    text-decoration: none;
    display: block;
    box-shadow: 0 0px 1px #CECECE;
}
.weekend-grid-info{
	text-align:center;
	background: #FFF;
	padding:1em;
}
.weekend-grid-info h5{
	color: #0d568f;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}
.weekend-grid-info h4{
	color: #464646;
	font-size:1em;
	margin:.5em 0;
}
.weekend-grid-info h6{
    color: #C1C1C1;
    font-size: 1em;
    margin: 1em 0;
}
.weekend-grid-info p{
    color: #5ba6e1;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
}
.weekend-grid:nth-child(2){
    margin: 2em 0 0 0;
}
/*-- deals --*/
.deals-info h2 {
    color: #FFF;
    font-size: 2em;
    margin: 0;
    font-weight: 100;
}
.deals-info-grid {
    background: #FFF;
    padding: 1em;
}
.deals-rating h3{
    color: #0d568f;
    font-size: 1em;
    font-weight: 600;
}
.deals-price p.now{
    color: #C1C1C1;
    font-size: .9em;
    margin: 0;
    text-decoration: line-through;
}
.deals-price p{
    color: #6fd508;
    font-size: 1.5em;
    margin: 0;
}
/*-- about --*/

.about-info h2 {
    color: #0d568f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2em;
    margin: 0 0 1em 0;
}
.about-left h3{
    color: #F00;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    line-height: 1.7em;
}
.about-left img{
    max-width: 309px; 
    width: 100%;
    margin: 0 0 0 15px;
}
.about-left p b{color: #0d568f;}
.about-left p{
	color: #777;
    font-size: .9em;
    margin: 0.7em 0 0 0;
    line-height: 1.8em;
    text-align: justify;
}
.about-right img{
	width:100%;
}
/*-- faqs --*/
.faqs-top-grids,.c-rooms{
    background: #FFF;
    padding: 2em;	
}
.faqs-grids:nth-child(2) {
	margin:2em 0;
}
.faqs-left h3{
    color: #4C4C4C;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}
.faqs-left ol {
    margin: 2em 0 0 0;
}
.faqs-left ol li{
	margin:.5em 0;
}
.faqs-left ol li a{
    color: #1C8DFF;
    font-size: 1em;
    text-decoration: none;
}
.faqs-left ol li a:hover{
	color:#F00;
}
/*-- terms --*/
.terms-grids h5{
	color: #000;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    line-height: 1.8em;
}
.terms-grids p,.terms-bottom-grids p,.contact-info p{
	color: #777;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.terms-bottom-grids{
	margin:2em 0 0 0;
}
.terms-bottom-grids h6{
    color: #000;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
/*-- privacy --*/
.terms-bottom-grids p.terms-info-text {
    margin: 1em 0 0 1em;
}
/*-- contact --*/
.contact-info h4 {
    color: #0d568f;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0em 0 1em 0;
}
.contact-grids {
    margin: 0 0 0 0;
}
.contact-para h5, .contact-map h5 {
	margin: 0 0 1em 0;
    font-size: 1.2em;
    color: #2C302F;
    font-weight: 600;
}
.contact-map h5 {
    margin: 1em 0 1em;
}
.contact-grid input[type="text"]{
	width: 100%;
	padding: 11px;
	outline: none;
	border:1px solid #cfcfcf;
	-webkit-appearance: none;
	background:#none;
}
.contact-grid  p{
    margin: .8em 0;
    font-size: .9em;
    color: #777;
}
.contact-para textarea{
	resize:none;
	width: 98%;
	padding: 1em;
	margin:0 0 ;
	background: #none;
	outline:none;
	border:1px solid #cfcfcf;
	-webkit-appearance: none;
}
.contact-para input[type="submit"]{
    font-size: 1em;
    background: #0d568f;
    padding: 0.7em 3em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
    font-weight: 700;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-weight: 100;
}
p.your-para{
    margin: .8em 0;
    font-size: .9em;
    color: #777;
}
.contact-para input[type="submit"]:hover{
    background: #CE5A39;
}
.send {
    margin: 2em 0 0 0;
}
.send_1 {
    margin: 2em 0 0 0;
}
.map iframe{
    width: 100%;
    min-height: 440px;
    border: none;
}
.contact-grid {
	padding: 0 2em 0 0;
}
/*-- blog --*/
.blog-left-grid {
    margin: 0em 0 2em 0;
}
.blog-left-grid p {
    margin: 0 0 1em;
    font-size: .9em;
    color: #555555;
}
.blog-left-grid p a {
    color: #0d568f;
    text-decoration: none;
}
.blog-left-grid a img {
    width: 100%;
    display: block;
}
.blog-left-right {
    margin-top: 1em;
}
.blog-left-right a {
    font-size: 1.1em;
    margin: 0 0 .5em 0;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.blog-left-right p {
    font-size: .9em;
    margin: 0.5em 0;
    color: #777;
    line-height: 1.8em;
}
.blog-left-right a:hover {
    text-decoration: none;
    color: #0d568f;
}
.Categories h3,.comments h3,.response h3,.book-left-info h3,.opinion h3{
    padding-bottom: .5em;
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
}
.Categories ul {
    margin: 0;
    padding: 0;
}
.Categories ul li {
    display: block;
    background: url(../images/arrow-s.png) no-repeat 0px 7px;
    margin-bottom: 1em;
}
.Categories ul li a {
    font-size: .9em;
    margin: 0;
    color: #777;
    padding-left: 2em;
}
.Categories ul li a:hover{
	color:#0d568f;
}
.comments {
    margin: 4em 0;
}
.comments-text {
    padding: 1.5em 0;
    border-bottom: 1px solid #868686;
}
.comments-left {
    padding: .5em;
    border: 1px solid #000000;
}
.comments-left img {
    width: 100%;
}
.comments-right h5 {
    font-size: 1.1em;
    margin: 0 0 .5em 0;
    color: #000000;
    font-weight: 600;
}
.comments-right a {
    font-size: 1em;
    margin: 0;
    color: #777;
    text-decoration: none;
}
.comments-right p {
    display: block;
    color: #B1B1B1;
    margin: .3em 0 0 0;
    font-size: .8em;
}
/*-- single --*/
.single-left-grid img{
	width:100%;
}
.response {
    margin-bottom: 3em;
}
.media.response-info {
    margin-top: 1em;
}
.media-left.response-text-left {
    width: 13%;
    float: left;
}
.response-text-right p {
    color: #777;
    font-size: .9em;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.response-text-right ul {
    padding: 0;
    text-align: right;
}
.response-text-right ul li {
    display: inline-block;
    color: #AFAFAF;
    font-size: .9em;
    margin-right: 1em;
}
.response-text-right ul li a {
    color: #0d568f;
    font-size: .9em;
    text-decoration: none;
}
.response-text-left h5 {
    font-size: 1em;
    margin: 1em 0 0 0;
    color: #000;
}
.opinion form input[type="text"] {
    width: 100%;
    color: #898888;
    outline: none;
    font-size: 1em;
    padding: .5em;
    margin: 0 .5em 1em 0;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
}
.opinion form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 1em;
	outline: none;
	resize:none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 125px;
	-webkit-appearance: none;
}
.opinion form input[type="submit"] {
  border: none;
  outline: none;
  color: #A8A8A8;
  background: none;
  font-size: 1em;
  margin: .6em 0;
  -webkit-appearance: none;
}
.opinion form input[type="submit"]:hover {
    color: #0d568f;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
/*-- book --*/
.book-left-info h3{
	font-size: 1.5em;
}
.book-left-form {
    margin: 2em 0 0 0;
}
.book-left-form p{
	color: #777;
    font-size: .9em;
	margin:0 0 1em 0;
}
.book-left-form input[type="text"],.book-left-form input[type="password"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #CBCBCB;
    width: 100%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    font-weight: 400;
    color: #111111;
    margin-bottom: 1.5em;
}
.book-left-form a {
    color: #777 !important;
    padding: 0 !important;
    font-size: .9em;
}
.book-left-form input[type="submit"] {
    background: #0d568f;
    color: #fff;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 5px 20px;
    border: 1px solid #0d568f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.book-left-form input[type="submit"]:hover{
    background: #0d568f;
    border: 1px solid #0d568f;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.book-left-bottom {
    margin: 2em 0 0 0;
}
.book-left-facebook {
    margin-bottom: 2em;
}
.book-left-facebook a {
    background: url(../images/fb1.png) no-repeat 14px 9px #3b5998;
    color: #fff;
    padding: .5em 1em .5em 3em;
    text-decoration: none;
    font-size: 14px;
}
.book-left-chrome a {
    background: url(../images/ch1.png) no-repeat 14px 9px #dd4b39;
    color: #FFF;
    font-size: 14px;
    padding: .5em 1em .5em 3em;
    text-decoration: none;
}
.book-left {
    border-right: solid 1px #E6E6E6;
}
.book-right{
	border-right:none;
}
/*-- signup --*/
.book-left-form label {
    color: #87807c;
    margin: 0 0 1em 0;
    display: block;
    float: left;
    font-size: 0.9em;
    width: 100%;
}
.book-right ul{
    padding: 0;
    margin: 2em 0 0 0;
}
.book-right ul li{
	display:block;
	margin:1em 0;
	color: #777;
    font-size: .9em;
    margin: 0 0 1em 0;
}
/*-- products --*/
.h-class h5{
    padding-bottom: .5em;
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin: 0;
}
span.starTextLabel {
    color: #777;
    font-size: 1em;
    font-weight: 400;
}	
.check input[type=radio], .check input[type="checkbox"] {
    width: 1.15384615em;
    height: 1.15384615em;
    vertical-align: top;
}
.hotel-price{
    margin: 1em 0;
}
.product-grids .col-md-8.product-right .product-right-grids:nth-child(odd)
{
    border: solid 1px #EAEAEA;
    margin-bottom: 2em;
    background: #f5f5f5;
    padding: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d1d1d1)";/*IE 8*/
-moz-box-shadow: 3px 3px 3px #d1d1d1;/*FF 3.5+*/
-webkit-box-shadow: 3px 3px 3px #d1d1d1;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 3px 3px 3px #d1d1d1;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d1d1d1); /*IE 5.5-7*/
}
.product-grids .col-md-8.product-right .product-right-grids:nth-child(even)
{
    border: solid 1px #EAEAEA;
    margin-bottom: 2em;
    background: #f0f0f0;
    padding: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d1d1d1)";/*IE 8*/
-moz-box-shadow: 3px 3px 3px #d1d1d1;/*FF 3.5+*/
-webkit-box-shadow: 3px 3px 3px #d1d1d1;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 3px 3px 3px #d1d1d1;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#d1d1d1); /*IE 5.5-7*/
}
.p-day{
	margin:2em 0;
}
.hotel-price span.p-day-grid{
    color: #777;
    font-size: 1em;
    font-weight: 400;
}
.p-left{
	float:left;
	width:30%;
}
.p-right{
    float: left;
    width: 70%;
    padding: 1em 0;
}
.p-right-img a{
    background: url(../images/p1.jpg) no-repeat 0px 0px;
    min-height: 150px;
    background-size: cover;
	display: block;
}
.p-right-img1 a{
	background: url(../images/p2.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img2 a{
	background: url(../images/p3.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img3 a{
	background: url(../images/p4.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img4 a{
	background: url(../images/p11.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img5 a{
	background: url(../images/p12.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img6 a{
	background: url(../images/p5.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img7 a{
	background: url(../images/p6.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img8 a{
	background: url(../images/p9.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img9 a{
	background: url(../images/p8.jpg)no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img10 a{
	background: url(../images/p9.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img11 a{
	background: url(../images/p10.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img12 a{
	background: url(../images/p13.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img13 a{
	background: url(../images/p14.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img14 a{
	background: url(../images/p15.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img15 a{
	background: url(../images/p16.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img16 a{
	background: url(../images/p17.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img17 a{
	background: url(../images/p18.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img18 a{
	background: url(../images/p19.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img20 a{
	background: url(../images/p22.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img21 a{
	background:url(../images/p20.jpg)  no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img22 a{
	background: url(../images/p23.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img23 a{
	background: url(../images/p24.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img19 a{
	background: url(../images/p25.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img24 a{
	background: url(../images/p27.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img25 a{
	background: url(../images/p28.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img26 a{
	background: url(../images/p29.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img27 a{
	background: url(../images/p30.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img28 a{
	background: url(../images/p31.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img29 a{
	background: url(../images/p32.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img30 a{
	background: url(../images/p33.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img31 a{
	background: url(../images/p34.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img32 a{
	background: url(../images/p36.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img33 a{
	background: url(../images/p135.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img34 a{
	background: url(../images/p38.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img35 a{
	background: url(../images/p37.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img36 a{
	background: url(../images/p39.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img37 a{
	background: url(../images/p40.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img38 a{
	background: url(../images/p41.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img39 a{
	background: url(../images/p42.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img40 a{
	background: url(../images/p43.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img41 a{
	background: url(../images/p44.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img42 a{
	background: url(../images/p45.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img43 a{
	background: url(../images/p46.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img44 a{
	background: url(../images/p47.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img45 a{
	background: url(../images/p48.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img46 a{
	background: url(../images/p49.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img47 a{
	background: url(../images/p50.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img48 a{
	background: url(../images/p51.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}

.p-right-img49 a{
	background: url(../images/p52.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img50 a{
	background: url(../images/p53.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img51 a{
	background: url(../images/p54.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img52 a{
	background: url(../images/p55.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img53 a{
	background: url(../images/p56.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img54 a{
	background: url(../images/p57.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img55 a{
	background: url(../images/p58.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img56 a{
	background: url(../images/p59.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img57 a{
	background: url(../images/p60.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img58 a{
	background: url(../images/p61.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img59 a{
	background: url(../images/p62.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img63 a{
	background: url(../images/p63.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img64 a{
	background: url(../images/p64.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img66 a{
	background: url(../images/p66.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img67 a{
	background: url(../images/p67.jpg) no-repeat 0px 0px;
	background-size: cover;
	display: block;
}
.p-right-img70 a{
    background: url(../images/p70.jpg) no-repeat 0px 0px;
    background-size: cover;
    display: block;
}
.p-right-left a{
    color: #0d568f;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
}
.p-right-price{
    padding-top: 0.5em;
}
.p-right-left p{
	color: #777;
    font-size: .9em;
    margin: .5em 0 0.5em 0;
    line-height: 1.8em;
}
.p-right-left p.p-call{
	font-size: 1.2em;
    font-weight: 600;
    color: #F00;
    margin: 0;
}
.p-right-right{
	text-align:right;
}
.p-right-left span.rating{
    color: #0d568f;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding-left: 8px;
}
.p-right-right p{
	color: #777;
    font-size: .9em;
    margin: .5em 0 0 0;
    line-height: 1.8em;
}
.p-right-right span.p-offer{
    color: #E31111;
    font-size: 1.5em;
    font-weight: 600;
}
.p-right-right span.p-last-price{
    text-decoration: line-through;
    color: #777;
    font-size: 1.1em;
    display: block;
    font-weight: 600;
}
/*-- single-page --*/
.single-pg-hdr h2{
	color: #292929;
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
}
.single-pg-hdr p {
    font-size: 1em;
    color: #777;
    margin: 16px 0 0 0;
}
.single-pg-hdr a {
    color: #0d568f;
    margin: 0 8px;
}
.single-pg-hdr{
    background: #F4F7F9;
    padding: 20px;;
}
.spl-btn{
border:1px solid #d5d5d5;
}
.spl-btn-bor p{
	color:#fff;
	font-size:1.2em;
	display:inline-block;
}
.spl-btn-bor {
    padding: 8px 20px;
    background: #0d568f;
}
.spl-btn-bor span{
margin-right: 10px;
color:#fff;
font-size:20px;
top:0;
}
.spl-btn h4 {
    text-align: left;
    font-weight: 600;
    color: #464646;
    font-size: 22px;
    float: left;
    margin: 0;
}
.spl-btn h4 span {
	text-decoration: line-through;
    color: #777;
    font-size: 18px;
}
 p.best-pri {
 text-align:right;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin:  0;
  float: right;
  
}
p.destination{
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0 0 0px;
    font-size: 13px;
    margin:0;
}
p.destination span{
    padding-left:5px;
    font-weight: 600; 
     font-size: 13px;
}
 a.best-btn {
  text-decoration: none;
  background: #464646;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 2px;
display: inline-block;
}
 a.best-btn:hover {
    background: #0d568f;
}
.sp-bor-btn{
	padding:20px;
}
.map-gd iframe{
	width:100%;
	height:280px;
	border:none;
}
.map-gd{
	margin:30px 0;
}
.other-comments{
  border: 1px solid #d5d5d5;
}
.comments-head{
	padding:10px;
}
.comments-head h3 {
    float: left;
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
}
.comments-head p{
    color: #464646;
    font-size: 1.5em;
    float: right;
    font-weight: 600;
}
.comments-bot {
  padding: 12px;
  border-top: 1px solid #d5d5d5;
}
.comments-bot p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.comments-bot h4 {
    margin-top: .5em;
    font-size: 1em;
    color: #0d568f;
    font-weight: 600;
}
.comments-bot .glyphicon-minus {
  font-size: 9px;
  top: 0;
}
/*-- //single-page --*/
/*-- p-single --*/
.c-rooms{
	margin:2em 0 0 0;
}
.p-table-grids {
    border: solid 1px #E1E7EA;
}
.p-table ul{
    margin: 0;
}
.p-table:nth-child(2){
	margin:2em 0;
}
.p-table .nav-item.active{background:#f00000}
.p-table .nav-item {background:#0d568f;border-right: 1px solid #5b82a }
.p-table .nav-item a{background: transparent !important; border:none !important;outline: none;}

.p-table-grad-heading{
	background: #F4F7F9;
}
.p-table-grad-heading h6{
    padding: 1em;
    border-right: solid 1px #E1E7EA;
    font-size: 1em;
    font-weight: 600;
    color: #292929;
}
.nav-item a h6{
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
.p-table-grid-info p{
    font-size: .9em;
    color: #777;
    line-height: 22px;
}

.p-table-grid-info {
    padding: 1em;
}
.p-table-grid-info a img{
	width:100%;
}
.room-basic-info {
    padding: 1em 0;
}
.room-basic-info a {
    color: #0d568f;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.room-basic-info h6 {
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin: 0.5em 0;
}
.room-basic-info p {
    color: #777;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
.p-table-grid {
    padding: 0;
}
.rate-features {
    padding: 1em;
}
.rate-features ul {
    padding: 0;
    margin: 0;
}
.rate-features ul li {
    display: block;
    margin: .5em 0;
    font-size: .9em;
    line-height: 1.8em;
    color: #777;
    padding-left: 1em;
    background: url(../images/arrow-s.png) no-repeat 0px 6px;
}
.rate-features ul li .p-table-grid-info p{
    font-size: 1em;
}
.avg-rate {
    padding: 1em;
}
.avg-rate h5 {
    color: #0d568f;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.avg-rate p {
    color: #777;
    font-size: .9em;
    margin: .5em 0 0 0;
    line-height: 1.8em;
}
.avg-rate span.p-offer {
    color: #000;
    font-size: 2.3em;
}
.avg-rate span.p-last-price {
    text-decoration: line-through;
    color: #777;
    font-size: 1.4em;
    display: block;
}
.book-button-column {
    padding: 4em 2em 0;
}
.book-button-column a {
    text-transform: capitalize;
    background: #0d568f;
    color: #FFFFFF;
    padding: .5em 1em;
    border: none;
    font-size: 1em;
    outline: none;
}
.book-button-column a:hover {
    background: #0d568f;
}
span.menu {
    display: none;
}
#total-suncreen
{
    display:table;
    width:100%;
}
#left-suncreen
{
    display:table-cell;
    width:50%;
    vertical-align:top;
    text-align:left;
}
#right-suncreen
{
    display:table-cell;
    width:50%;
    text-align:right;
}
#right-suncreen iframe
{
    margin-top:30px;
}
#right-suncreen p
{
    text-align:right;
}
/*-- responsive-start-here --*/
@media (max-width:1199px)
{
    .news-letter-grid p {
    
        margin: .5em 2.5em 0 0;
    }
    .news-letter-grid p.mail {
    
       margin: 0.5em 2.5em 0 0;
    }
     #galleryWrapper #galleryList li{
    
    text-align:center;
    float:none;
    }
    .about-left p
    {
        margin: 0.7em 0 40px 0;
    }
}

@media (max-width:1080px){
	.top-nav ul li a {
		padding: .5em 1em;
	}
	.top-nav {
		width: 75.8%;
	}
	.booking-info h2 {
		font-size: 1.7em;
	}
	.reservation ul li.desti {
		margin-left: 1em;
	}
	.reservation ul li.left {
		margin-left: 1em;
	}
	.news-letter-grid input[type="text"] {
		width: 63%;
	}
	.d-apps ul li, .a-cards ul li {
		width: 32.33%;
	}
	.a-cards ul li {
		width: 14% !important;
	}
	.td-right p {
		font-size: 1em;
	}
	.td-middle {
		width: 51%;
	}
	.c-right a {
		font-size: .8em;
	}
	li.span1_of_1.left.children {
		margin-left: 0;
	}
	li.span1_of_1.left.adult {
		margin-right: 1em;
	}
	li.span1_of_1.left.tab-children {
		margin-right: 1em;
	}
	li.span1_of_1.left.h-child {
		margin-right: 1em;
		margin-left: 0;
	}
	li.span1_of_1.left.f-adult {
		margin-right: 1em;
	}
	li.span1_of_1.left.f-child {
		margin-left: 0;
	}
	li.span1_of_1.left.w-child {
		margin-right: 1em;
		margin-left: 0;
	}
	#right-suncreen iframe
{
    margin-top:72px;
}
}
@media (max-width:991px){
    
    .copyrigh #copyright-link span{display:block;}
	.dropdown-submenu {position: relative;}
    .dropdown-submenu a::after {transform: rotate(-90deg);position: absolute; right: 6px;top:.8em;}
    .dropdown-submenu .dropdown-menu {top: 0;left: 40vw;width: 5vw;}
	.nav-top {margin: 1em 0 0 0;background-color: gray;}
	span.menu {display: block;padding: 1em 0;cursor: pointer;position:relative; width: 6%;text-align:center;}
	ul.nav1 {display: none;}
	.top-nav {padding: 0;width:100%;}
	.top-nav ul {padding: 0;margin: 0;z-index: 999;width: 100%;left: 0;
	border-bottom:none;}
	.top-nav ul.nav1 li {
		display: block;
		text-align: center;
		margin: 0;
		float: none;
	}
	.top-nav ul li a:hover {
		color: #FFF;
	}
	.top-nav ul li a {
	    font-size: 1em;
		padding: 1em 0;
		color: #000;
		display: block;
	}
	.banner-left {
		float: left;
		width: 40%;
	}
	.banner-right {
		float: left;
		width: 60%;
	}
	.booking-info h2 {
		font-size: 1.4em;
	}
	.reservation ul li.desti {
		width: 47%;
	}
	.reservation ul li.adult{
		margin-left:0;
	}
	.sap_tabs {
		padding: 1em;
	}
	.banner-bottom-grid {
		float: left;
		width: 33.33%;
	}
	.destinations ul li.button a {
	    background: url(../images/arrow.png) no-repeat 181px 18px #ffffff;
		padding: 11px;
	}
	.choose-left h5 {
		font-size: 2em;
	}
	.glyphicon-globe {
		font-size: 2em;
	}
	.choose-left h6 {
		font-size: 1.3em;
		width: 30px;
		height: 30px;
	}
	.td-left {
		padding: 0;
		float: none;
		width: 36%;
		margin: 0 auto;
	}
	.td-middle {
	    width: 100%;
		text-align: center;
		margin: 1em 0;
		float: none;
	}
	.td-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.d-apps ul li, .a-cards ul li {
		width: 11.33%;
	}
	.a-cards ul li {
		width: 7% !important;
	}
	.footer-bottom-left {
		margin-bottom: 1em;
	}
	li.span1_of_1.desti.about-desti {
		width: 100%;
	}
	.holidays-bottom-grid{
		width:66.67%;
	}
	.customer-left-grid {
		float: none;
		width: 100%;
	}
	.customer-left-grid:nth-child(2) {
		margin:1em 0 0 0;
	}
	.weekend-grids {
		width: 33.33%;
		float: left;
	}
	.news-letter-grid p.mail {
	    margin: 1em 0;
		text-align: left;
	}
	.p-right-left {
		float: left;
		width: 70%;
		padding: 0 0 0 1em;
	}
	.p-right-right {
	    text-align: right;
		float: left;
		width: 30%;
		padding: 0 1em 0 0;
	}
	.p-right-right span.p-offer {
		font-size: 1.5em;
	}
	.p-right-right span.p-last-price {
		font-size: 1em;
	}
	.about-right {
		margin: 1em 0 0 0;
	}
	.contact-map {
		margin: 1em 0 0 0;
	}
	.book-right {
		margin: 2em 0 0 0;
	}
	.holidays-top-grid {
		padding: .5em 0;
	}
	.destinations-hotel {
		float: none;
		width: 100%;
	}
	.destinations-star {
		float: none;
		width: 100%;
		color: #fdd000;
	}
	.destinations-price {
		float: none;
		width: 100%;
	}
	.comments-left {
		float: left;
	}
	.comments-right {
		float: left;
	}
	.book-left {
		border-right: none;
	}
	li.span1_of_1.left.tab-children {
		margin-left: 0;
	}
	li.span1_of_1.left.f-adult {
		margin-left: 0;
	}
	li.span1_of_1.left.t-men {
		margin: 0 1em 0 0;
	}
	li.span1_of_1.left.w-adult {
		margin: 0 1em 0 0;
	}
	.book-button-column {
		padding: 2em;
	}
	.contact-info h4
	{
	    margin: 3em 0 1em 0;
	}
}
@media(max-width:929px)
{
    .dropdown-submenu .dropdown-menu 
    {
        margin-left:10vw;
        
    }
}
@media(max-width:381px)
{
   .dropdown-menu
   {
       min-width: 127px
   }
   #content_logo img
   {
       width:100%;
   }
}
@media (max-width:768px)
{
    #total-suncreen
    {
        display:block;
    }
    #left-suncreen
    {
        display:inline-block;
        width:100%;
    }
    #right-suncreen
    {
        display:inline-block;
        width:100%;
        text-align:left;
    }
    #right-suncreen p
    {
    text-align:left;
    }
    .about-left p
    {
        text-align:left;
    }
}

@media (max-width:640px){
	.banner-left {
		float: none;
		width: 100%;
	}
	.banner-right {
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
	}
	.reservation ul li.adult {
		margin-left: 1em;
	}
	.reservation h5 {
		font-size: .9em;
	}
	.banner-bottom {
		padding: 2em 0 0 0;
	}
	.photo
	{
	    margin-bottom:20px;
	}
	.banner-bottom-grid {
		float: none;
		width: 100%;
	}
	.destinations ul li.button a {
		background: url(../images/arrow.png) no-repeat 535px 18px #ffffff;
	}
	.choose-left h5 {
		font-size: 3em;
	}
	.glyphicon-globe {
		font-size: 3em;
	}
	.choose-left h6 {
		font-size: 1.7em;
		width: 40px;
		height: 40px;
	}
	.td-left {
		width: 21%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: .2em;
	}
	.d-apps ul li, .a-cards ul li {
		width: 15.33%;
	}
	.news-grids {
		min-height: 404px;
	}
	#loginBox {
		top: 56px;
	}
	.weekend-grids {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.header-dropdown {
		width: 49%;
	}
	.emergency-grid ul li.call {
		font-size: 1.5em;
	}
	li.span1_of_1.left.tab-children {
		margin-left: 1em;
	}
	li.span1_of_1.left.f-adult {
		margin-left: 1em;
	}
	li.span1_of_1.left.w-adult {
		margin: 0 1em 0 1em;
	}
}
@media (max-width:480px){

    marquee behavior{display: none;}

    .banner{background-image: inherit;}

    .mobile-banner{display: block;}
    .banner-left{float: left;}
    .banner-right{float: left;}
    .choose-destination-testimonials  .banner-bottom-grids  .col-md-4{margin-bottom: 25px;}
	.header-dropdown {
		width: 51%;
	}
	.marquee {
		width: 100%;
	}
	.header-dropdown {
		width: 53%;
		text-align: right;
	}
	.news-grids {
		min-height: 450px;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: .1em;
	}
	.d-apps ul li, .a-cards ul li {
		width: 23.33%;
	}
	.a-cards ul li {
		width: 11% !important;
	}
	.reservation ul li.adult {
		margin-left: 0;
	}
	.p-right-img a {
		min-height: 176px;
	}
	.p-right {
		float: none;
		width: 100%;
	}
	.p-right-left {
		float: none;
		width: 100%;
	}
	.p-right-right {
		text-align: left;
		float: none;
		width: 100%;
		padding: 2em 1em 0;
	}
	.p-left {
		float: none;
		width: 100%;
	}
	td.room-info {
		padding: 0.5em;
	}
	td.room-info {
		padding: 0.5em;
		vertical-align: top;
	}
	.room-thumbnail a img {
		width: 66%;
	}
	.room-basic-info a {
		font-size: .8em;
	}
	.about-info h2 {
		font-size: 1.5em;
	}
	.faqs-left h3 {
		font-size: 1.5em;
	}
	.comments-left {
		width: 20%;
	}
	.single-pg-hdr h2 {
		font-size: 1.5em;
	}
	.logo a img
	{
	    width:148px;
	    height:auto;
	}
	.header-dropdown
	{
	    padding: 25px 0 0 0;
	}
}
@media(max-width:382px)
{
    .news-letter-grid p.mail a
    {
        display:block;
    }
    
}
@media(max-width:768px)
{
    .copyright span:last-child
    {
        float:left;
    }
    #req_app 
    {
        margin:20px 0 0 16px;
    }
    .tour-name {margin-left:-20px;}
}
@media (max-width:320px){
	
	
    .dropdown-submenu .dropdown-menu 
    {
        margin-left:10vw;
        
    }
	.ui-widget
	{
	font-size: 0.7em;
	
	}
	.ui-widget-header
	{
   font-size: 0.7em;	
	}
	
	.emergency-grid ul li.call {
		font-size: 1em;
	}
	.logo h1 a {
		font-size: .8em;
	}
	.emergency-grid ul li {
		font-size: .8em;
	}
	.logo a img
	{
	    width:108px;
	}
	.header-dropdown {
		width: 52%;
		padding: 11px 0 0 0;
	}
	span.menu {
		width: 15%;
	}
	.top-nav {
		width: 100%;
	}
	.top-nav ul li a {
		padding: .5em 0;
	}
	#loginContainer a span {
		padding: .3em 1em;
		color: #FFF;
		font-size: .9em;
	}
	#loginForm {
		width: 290px;
	}
	#loginBox {
		left: -222px;
	}
	.nav-top {
		margin: 0.5em 0 0 0;
	}
	#loginContainer {
		padding: 0.3em 0em;
	}
	.dropdown-grids {
		margin-top: .5em;
	}
	.booking-info h2 {
		font-size: 1.2em;
	}
	.resp-tab-item {
		font-size: .8em;
	}
	.facts {
		padding: 1em 0 0 0;
	}
	.reservation ul li.desti {
		width: 100%;
		margin: .5em 0;
	}
	.reservation ul li.left {
		margin-left: 0;
	}
	.banner-bottom-info h3 {
		font-size: 1.5em;
	}
	.banner-bottom {
		padding: 1em 0 0 0;
	}
	.banner-bottom-grids {
		margin: 1em 0 0 0;
	}
	.banner-bottom-grid {
		padding: 0;
	}
	.choose-left h5 {
		font-size: 2em;
	}
	.glyphicon-globe {
		font-size: 2em;
	}
	.choose-left h6 {
		font-size: 1.5em;
		width: 35px;
		height: 35px;
	}
	.news-grids {
		min-height: 540px;
	}
	.popular-info h3 {
		font-size: 1.5em;
	}
	.slider {
		margin: 2em 0 0 0;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: 4em;
	}
	.footer-top-grids {
		padding: 1em 0 0 0;
	}
	.footer-grid ul {
		margin: 1em 0 0 0;
	}
	.news-letter-grid p {
		font-size: 1em;
	}
	.news-letter-grid input[type="text"] {
		width: 100%;
		padding: .5em;
	}
	.news-letter-grid input[type="submit"] {
		padding: .5em 1em;
	}
	.footer-bottom-top-grids {
		padding: 1em 0;
	}
	.d-apps ul li, .a-cards ul li {
		width: 31.33%;
	}
	.a-cards ul li {
		width: 20% !important;
	}
	.reservation ul li.span1_of_1 {
		margin-bottom:.8em;
		width: 100%;
	}
	select {
		width: 100%;
		background: url(../images/arrow.png) no-repeat 95% center #ffffff;
	}
	li.span1_of_1.left.tab-children {
		margin-left: 0;
	}
	.date_btn form input[type="submit"] {
		font-size: .9em;
	}
	.about-booking-info h2 {
		margin: 0;
	}
	li.span1_of_1.left.f-adult {
		margin-left: 0;
	}
	li.span1_of_1.left.w-adult {
		margin: 0 0 .8em 0;
	}
	.weekend-grid-info h5 {
		font-size: 1.2em;
	}
	.weekend-grid-info h6 {
		font-size: .9em;
	}
	.weekend-grid-info p {
		font-size: 1.5em;
	}
	.deals-info h2 {
		font-size: 1.5em;
	}
	.faqs-top-grids, .c-rooms {
		padding: 1em;
	}
	.h-class h5 {
		padding-bottom: 0;
	}
	.p-right-img a {
		min-height: 140px;
	}
	.p-right-right {
		padding: 1em 1em 0;
	}
	.single-pg-hdr h2 {
		font-size: 1.2em;
	}
	.single-pg-hdr p {
		font-size: .9em;
	}
	.single-gd-lt {
		padding: 0;
	}
	.single-gd-rt {
		padding: 0;
		margin: 1em 0;
	}
	.spl-btn-bor p {
		font-size: 1em;
	}
	.spl-btn-bor span {
		font-size: 1em;
	}
	a.best-btn {
		font-size: 1em;
	}
	.map-gd {
		margin: 22px 0;
	}
	.map-gd iframe {
		height: 160px;
	}
	.comments-bot p {
		font-size: .9em;
	}
	.about-info h2 {
		font-size: 1.2em;
	}
	.faqs-left ol li a {
		font-size: .9em;
	}
	.faqs-left ol {
		margin: 1em 0 0 0;
	}
	.faqs-left {
		padding: 0;
	}
	.faqs-left h3 {
		font-size: 1.2em;
	}
	.footer-grid h4 {
		font-size: 1.2em;
	}
	.terms-grids h5 {
		font-size: .9em;
	}
	.contact-grids {
		margin: 1em 0 0 0;
	}
	.contact-para {
		padding: 0;
	}
	.contact-grid input[type="text"] {
		padding: 6px;
	}
	.contact-grid {
		padding: 0;
	}
	.contact-para input[type="submit"] {
		padding: 0.5em 3em;
	}
	.map iframe {
		min-height: 175px;
	}
	.contact-map {
		padding: 0;
	}
	.blog-left {
		padding: 0;
	}
	.Categories h3, .comments h3, .response h3, .book-left-info h3, .opinion h3 {
		font-size: 1.5em;
	}
	.comments-left {
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.comments-right {
		float: none;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.media-left.response-text-left {
		width: 26%;
		float: left;
	}
	.single-pg-hdr {
		padding: 12px;
	}
	.book-button-column a {
		font-size: .9em;
	}
	.avg-rate span.p-offer {
		font-size: 2em;
	}
	.book-button-column {
		padding: 2em 0 2em 1em;
	}
	.book-left {
		padding: 0;
	}
}	
.center-logo{ float:left; width:200px;}
.back{margin-bottom:20px; margin-left:105px; font-size:34px;}
.table{ width:1000px; background:#0d568f; color:#FFF; font-size:16px; font-weight:400; border:#F00;}
.mc{width:100%;float: left; color:#FFF; font-size:24px; font-weight:800;  margin:0px 0px;}
.clear{clear:both;}
.table_new{ width:1000px; background:#0d568f; color:#FFF; font-size:16px; font-weight:600; border:#F00;}
.text{color:#F00;}
.Link{width:178px; height:75px;}
.Subscribe{margin:-52px 255px;}
.mq_1{width:100%; color:#FFF; font-size:24px; font-weight:800; height:20px; margin:0px 0px;}
.brand{ font:Verdana, Geneva, sans-serif; font-size:20px; font-weight:100; }
.image_15{margin:-155px 595px;}
.clear{clear:both;}

.enquiry_btn a{color: #a5a5a5!important; }
.enquiry_btn img {max-width:30px;}

/* breadcrumbs css */
.breadcrumbs {width: 100%; float: left;background-image: url('../images/inner-banner.jpg');
background-repeat: no-repeat;background-size: cover;
 padding: 20px 0 0 0;}
.breadcrumbs .breadcrumb{margin:0; padding: 0;float: left;background: transparent;margin-left: 22px;}
.breadcrumbs .breadcrumb-bg{width: 100%; float: left;background: rgb(0, 0, 0);
background: transparent;
background: rgba(0, 0, 0, 0.6);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);/*IE 5.5-7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";/*IE8*/
zoom: 1;padding: 8px 0;}
.breadcrumbs .breadcrumb > li{float: left;font-size: 12px;color: #ccc}
.breadcrumbs .breadcrumb > li > a{font-size: 12px;color: #ccc}
.breadcrumbs .breadcrumb > li:last-child{padding-right: 0; font-weight: 600;color: #fff}

/* breadcrumbs css */

/* service page css */
.banner-bottom-grids .col-md-4.weekend-grids .weekend-grid{-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#d1d1d1)";/*IE 8*/
-moz-box-shadow: 2px 2px 2px #d1d1d1;/*FF 3.5+*/
-webkit-box-shadow: 2px 2px 2px #d1d1d1;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 2px 2px 2px #d1d1d1;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#d1d1d1); /*IE 5.5-7*/}
/* service page css */
/* listing page css */
.product-grids .product-left .choose-info h4, .product-grids .product-left .top-destinations-info h4{margin: 0 0 0.5em 0;}
.product-grids .product-left .top-destinations-grids{margin-top: 30px;}
.product-right-top .p-right .p-right-left .p-call a:first-child{background: #0d568f;padding: 5px 10px;color: #Fff;border-radius: 2px;
font-size: 12px;}
.product-right-top .p-right .p-right-left .p-call a:last-child{background: #5ba6e1;padding: 5px 10px;color: #Fff;border-radius: 2px;
font-size: 12px;}
.faqs-top-grids .product-grids .product-left .choose .choose-info h4, .faqs-top-grids .product-grids .product-left 
.top-destinations-grids .top-destinations-info h4{background: #0d568f;padding: 10px;
color: #fff;margin: 0;}
.faqs-top-grids .product-grids .product-left .choose .choose-grids, .faqs-top-grids .product-grids .product-left 
.top-destinations-grids .top-destinations-bottom{padding: 20px 15px;}
/* listing page css */
/* package details css */
.tour-heading{width: 100%; float: left;}
.tour-name{font-size: 32px;  color:#24568f;width: 100%;float: left;font-weight: 600;padding: 50px 0;margin-left:20px;}
.banner-bottom .faqs-top-grids, .banner-bottom .c-rooms {padding: 0;}

.single-gd-lt .flexslider{position: relative;}
.single-gd-lt .flexslider .flex-control-nav.flex-control-thumbs{position: absolute;left: 20px;bottom: 10px;}
.col-md-3.p-table-grid .p-table-grad-heading{border-bottom: 1px solid #E1E7EA}
/*footer */
.footer .news-letter, .footer .news-letter-grids{width: 100%; float: left;}

.footer .news-letter-grids .subscribe {width: 30%;}
/*footer */
/* common side contact btn css*/
#contactme_tab_color {background: #0d568f!important }
/* custom css */
.pd-zero{padding: 0;}
.bg-img-inherit{background-image: inherit !important;}
.visa-info{padding-bottom: 30px;}
.visa-info .about-info h2{margin-bottom: 15px;}
.contact-info.visa-details p{margin-top: 5px;}
.contact-info.visa-details h4{margin: 15px 0 5px 0;}
.note{width: 100%; float: left;padding: 20px 0 40px 0 ;}
.note h2{font-size: 20px; font-weight: 600;  }
.quick-contact{width: 100%; float: left;padding-top: 30px;}
.quick-contact h4{margin-top: 5px;}
.quick-contact p{margin-top: 5px;}
.Download center a {outline: none;}
.containerst
{
	    height: 60%;
    position: fixed;
    right: 0px;
    top: 120px;
    z-index: 9999;
}

iframe
{
	max-width: 100vw;
	background: rgba(0, 0, 0, 0.57);
	border-radius: 4px;
	padding: 1.5em;
}
#holi
{
	color: #FFF;
	font-size: 6vw;
    font-weight: 400;
    margin-bottom: 15px;
}
input[type=button]
{
	background: #447dfb;
    text-shadow: none;
    color: #FFF;
    border:none;
    padding: .5em 1em;
    font-size: 3.5vw;
    font-weight: 600;
    
}
#search input[type="submit"] 
{
    padding: 7px 10px;
}
#first
{
	margin-top: 1.4em;
}
.banner-left iframe input input[type=text]
{
	width: 46vw;
}
@media (max-width:768px)
{
    #holi
    {
    font-size: 8vw;
    }
    #form label
    {
        font-size: 12px;
    }
}
@media (max-width:425px)
{
    #holi
    {
        font-size: 6vw;
    }
}

