body {
	color:#616161;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	margin:0 auto;
}
.container {
	/*background:#fff;*/
	padding: 0 15px;
    position:relative;
}
.container-fluid {
	background:#fff;
	
	padding: 0 15px;	
}
.container-fluid .container .row {
	margin-top:15px;
	margin-bottom:15px;
}
.container-fluid.header-image .container .row {
	margin-top:15px;
	margin-bottom:15px;
	
}
.main-content {
	background:#fff;
}
.row {
	
}
.container-top {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-top:before,
.container-top:after {
  display: table;
  content: " ";
}
.container-top:after {
  clear: both;
}
.container-top:before,
.container-top:after {
  display: table;
  content: " ";
}
.container-top:after {
  clear: both;
}
/*[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.row{
    overflow: hidden; 
}*/


/* TYPE
----------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
/*	margin:0 0 15px 0; */
	padding:0;
}
h1 {
	color:#009A00;
	font-size: 2.8em;
}
h2 {
	color:#3b3938;
	font-size: 1.5em;
	font-weight:400;
/*	margin:0 0 20px 0; */
	padding:0;
}
h3 {
	font-size:18px;
	font-weight:600;
/*	margin:0 0 20px 0;	*/
	padding:0;
}
a {
	color:#009A00;
	text-decoration:none;
}
a:hover {
	color:#009A00;
	text-decoration:none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #616161;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #616161;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #616161;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #616161;
}

.text-muted {
    color: #444;
}

/* HEADER
----------------------------------------------------------------- */
.top-header {
	background: none repeat scroll 0 0 #FFFFFF;
//	-webkit-box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
//	-moz-box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
//	box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
	overflow: hidden;
	padding: 0 0 0;
	position: relative; 
}

/*
.telephone p {
	color: #626262;
	font-size:1.2em;
	text-align:right;
}
.top-links {
	text-align:right;
}
ul.list-inline {
	margin:0;
	padding:0;
}
ul.list-inline li{
	
}
ul.list-inline li.telephone{
	color:#009A00;
	font-size:24px;
	font-weight:bold;
	padding-top:10px;
	
}
*/

.header-text-block {
    
}

.header-text-block h1 {
    background-color: rgba(0,0,0, 0.5);
	color: #fff;
	line-height:35px;
	margin:0 0 10px 0;
	padding:12px;
    float:right;
    font-size:3em;
    border-radius:6px;
}

.header-text-block h2 {
    background-color: rgba(255,255,255, 0.8);
	color: #646464;
	line-height:35px;
	margin:0;
	padding:12px;
    float:right;
    font-size:2.3em;
    border-radius:6px;

}
.header-image
{
	width:100%;
	height:100%;
	display:block;

    background-size:cover;
   /* background: url("../images/header-image2.jpg") no-repeat 0 65% / cover transparent;*/

    background-position: 0 65%;
    background-repeat: no-repeat;
    transition: background-image 2s ease-in-out;
    background-image:url("../images/header-image2.jpg")
}

.top-links div {
    float:right;
}

.top-header .telephone {
    font-size:28px;
    text-align: right;
    margin-top:10px;
}

.top-links .atol-text {
    margin-right:10px;
    margin-top:10px;
   
}

.atol-text-title {
    font-size:1.2em;
    font-weight:bold;
}

/* NAVIGATION
----------------------------------------------------------------- */

.container-fluid.navigation {
    background: rgb(173,173,173); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(173,173,173,1) 0%, rgba(219,219,219,1) 25%, rgba(247,247,247,1) 69%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(25%,rgba(219,219,219,1)), color-stop(69%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(219,219,219,1) 25%,rgba(247,247,247,1) 69%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(219,219,219,1) 25%,rgba(247,247,247,1) 69%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(219,219,219,1) 25%,rgba(247,247,247,1) 69%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(173,173,173,1) 0%,rgba(219,219,219,1) 25%,rgba(247,247,247,1) 69%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */


}

.container-fluid.navigation .container.navigation .row {
    margin-top:0px;
    margin-bottom:0px;
    //	-webkit-box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
//	-moz-box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
//	box-shadow: 0px 3px 3px 0px rgba(197,198,199,1);
    margin-bottom: 1px;
}

.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 0;
	border:none;
    border-radius:initial;
    background-color:transparent;
    background-color:initial;
}

.navbar-default {
//	background-color: #edeef0;
	border-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #009A00;
	color:#fff;
}
.navbar-default .navbar-nav > li > a {
	color: #54b0e0;
	font-weight:700;
//	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #646464;
	color:#fff;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 0;
}

.navbar-collapse {
	max-height: 360px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top:none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.nav-pills > li {
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    font-size:16px;
    letter-spacing: 0.5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #646464;
}
 .navbar .nav-pills >li >a {
	color: #009A00;
	font-weight:700;
//	text-transform:uppercase;
 }
.navbar .nav-pills > li > a:hover {
	color: #ffffff;
	background-color: #646464;
	-moz-transition: all 0.8s ease-in-out;
			-webkit-transition: all 0.8s ease-in-out;
			-moz-transition: all 0.8s ease-in-out;
			-o-transition: all 0.8s ease-in-out;
			transition: all 0.8s ease-in-out;
    border-radius:initial;
 }
 .navbar .nav-pills .active > a {
	color:#fff;
}

/* HOME PAGE
----------------------------------------------------------------- */
.cta-text h1 {
	color:#009A00;
	font-size: 2.6em;
	font-weight: 300;
    margin: 0px 0px 5px;
    text-transform: uppercase;
}
.cta-text h2 {
	color: #FFFFFF;
	font-weight: 300;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.thumbnail {
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.428571429;
//	background-color: #ffffff;
	border:none;
	border-radius: 4px;
    height:260px;
}
.thumbnail .offer-price a,.property-details .offer-price a {
	color:#fff;
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail h1 {
	font-weight:400;
	margin-bottom:5px;
    margin-left:5px;
}
.thumbnail h2 {
	font-weight:400;
	margin-bottom:0px;
    margin-top:0px;
    
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 1.8em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



.thumbnail .offer-price {
    margin-top:8px;
}

.thumbnail .btn-group a {
	font-size:1em;
}
.thumbnail .price-icon {
	background:#000;
	border: 3px solid #FFFFFF;
    border-radius: 50%;
	color:#fff;
	font-weight:700;
	line-height: 50px;
	margin-top:-50px;
}

.topdestinations-list h2 {
    background-color: #646464;
}

.topdestinations-list h2 a {
    color:#FFF;
}

h1.home-offers {
    color:#1e9ac0;
}


.offer-item img {
 //   height:240px;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    width:100%;
}

.offer-item h2 {
 //  line-height:0.9em;
    padding-left:0px;
    margin-bottom:10px;
    color:#1e9ac0;
    font-size:30px;
}

.offer-item {
    background-color:#FFF;
    border-radius:4px;
  //  max-height:240px;
}

.offer-item h2 a {
    color:#1e9ac0;
   // font-weight:normal;
    font-size:30px;
}

.offer-sub-header {
    font-size:18px;
    line-height:1.3em;
}

.media > .pull-left {
	margin-right: 10px;
}
.media-body {
	padding-right:10px;
}
.media-body h4 {
	font-size:1em;
}
.media span {
	font-size:35px;
	line-height:30px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.media-heading {
	color:#616161;
	font-size:16px;
	font-weight:700;
}
.media-heading a {
	color:#616161;
}
.media-heading a:hover {
	color:#bcb23d;
}
.bordered-box {
	border:1px solid #e3e3e3;
}
.caption {
	background:#e3e2e2;
}
.caption h3 {
	color:#3e4c19;
	font-size:20px;
	font-weight:600;
	margin:0;
	padding:0;
}
.caption h3 a {
	color:#3e4c19;
}
.caption p a {
	color:#616161;
}
.caption p img {
	float:right;
}
.property-details h1 {
	margin:0;
	padding:0;
}
.property-details h2 {
	color:#3b3938;
	font-weight:400;
	margin:0 0 10px 0;
	padding:0;
}
.property-details p {
	margin:0;
	padding:0;
}
/*
.property-details [class^="col-"] {
	margin-top:-15px;
	
}
*/
.priceicon {
  //  background: none repeat scroll 0 0 #0080C0;
  
  //  border: 3px solid #FFFFFF;
  //  border-radius: 50%;
    color: #FFFFFF;
  //  font-size: 1.4em;
//	font-weight:700;
//    line-height: 50px;
    margin: 0;
    text-align: center;
    width: 48px;
    height:48px;
    
   
    background-image: url('../images/btn_go.png');
}



.price-icon {
    height:50px;
    width:50px;
 //   background-color:#FF0000;
 //   -moz-border-radius:100;
    -webkit-border-radius:100px;
    border-radius:100px;
}
.price-icon-flight {
    background: none repeat scroll 0 0 #0080C0;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 1.4em;
	font-weight:700;
    line-height: 50px;
    margin: 0;
    text-align: center;
    width: 56px;
	position:absolute;
	z-index:1;
	right:20px;
	top:0;
}
.before-offer-price {
    background: none repeat scroll 0 0 #D1D1D1;
    color: #3170AC;
    text-decoration: line-through;
}
.offer-price {
//    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
}
.white-box {
    background:#fff;
	margin:0;
	padding:0;
}
.flight-offers h2 {
	color:#3170ac;
	font-size:2em;
	margin:0;
	padding:0;
}
.flight-offers p {
	margin:0;
	padding:5px 0 5px 0;
}
.flight-offers hr {
	margin:0;
	padding:0;
}
.home-offers h3 {
	color:#3170ac;
	font-size:1.5em;
	margin:0;
	padding:5px 0 0 0;
}

/* MAIN CONTENT
----------------------------------------------------------------- */
.row {
	margin-bottom:15px;
}
.padding {
	padding:5px;
}
ul.list{
	margin:20px 0 20px 0;
	padding:0;
}
ul.list li{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}
ul.list li span{
	color:#bcb23d;
	font-size:10px;
	list-style:none;
	margin:0;
	padding:0 10px 0 0;
	vertical-align:middle;
}
ul.list li a{
	color:#616161;
}
ul.list li a:hover{
	color:#bcb23d;
}
ul{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}
ul li{
	list-style:none;
	margin-top:2px;
	margin-bottom:2px;
}
.aeroplane li span{
	font-size:30px;
	margin:0;
	padding:10px 0 0 0;

}
ul.list-unstyled .aeroplane li span.flaticon-air6{

}
.panel.panel-primary.charter-flights .panel-heading h2 {
    
	color: #ffffff;
	font-weight:700;
	margin:0;
	padding:0;
    
    background-color: #646464;
    font-weight: 400;
    margin-bottom: 0px;
  //  height: 40px;
  //  line-height: 40px;
  //  font-size: 1.8em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.panel.panel-primary.charter-flights .panel-heading h2 a {
	color: #ffffff;
	font-weight:700;
	margin:0;
	padding:0;
}

.panel.panel-primary.charter-flights .panel-body {
	padding:0;
}
.rounded-box {
	border-radius: 0px 0px 8px 8px;
	color:#fff;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 0px none #000000;
	padding:15px 15px 0px;
}
.rounded-box-full {
	border-radius: 8px 8px 8px 8px;
	color:#fff;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 0px none #000000;
	padding:15px;
}
.rounded-box.blue {
	background:#009A00;
	margin-top:-10px;
	position:relative;
	z-index:2;
}

.rounded-box.green {
	background:#009A00;
	position:relative;
	z-index:2;
}

.rounded-box-full.grey {
	background:#d1d1d1;
	color:#009A00;
	margin-bottom:20px;
}
.rounded-box-full.grey span {
	font-size:60px;
	float:left;

}

.no-margin{
	margin:0;
	
}




/* ROW COLOURS
----------------------------------------------------------------- */
.container-fluid.dark-grey, .container.dark-grey {background:#3d3f40;}
/*.container-fluid.navigation,.container.navigation {background:#edeef0;}*/
.container-fluid.light-blue,.container.light-blue {background:#70b5f8;}
.container-fluid.dark-blue,.container.dark-blue {background:#3170ac;}
.container-fluid.dark-green,.container.dark-green {background-color:#009A00;}
.container-fluid.light-grey,.container.light-grey {background-color:#f3f3f3;}
.container-fluid.medium-grey,.container.medium-grey {background:#eaebf3;}
.container-fluid.grey,.container.grey {background:#46494b;}

.container-fluid.grey-blue-gradient {
    background: rgb(184,186,189); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(184,186,189,1) 0%, rgba(219,220,224,1) 15%, rgba(224,225,229,1) 69%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,186,189,1)), color-stop(15%,rgba(219,220,224,1)), color-stop(69%,rgba(224,225,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,186,189,1) 0%,rgba(219,220,224,1) 15%,rgba(224,225,229,1) 69%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,186,189,1) 0%,rgba(219,220,224,1) 15%,rgba(224,225,229,1) 69%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,186,189,1) 0%,rgba(219,220,224,1) 15%,rgba(224,225,229,1) 69%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,186,189,1) 0%,rgba(219,220,224,1) 15%,rgba(224,225,229,1) 69%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8babd', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
}


.container-fluid.blue-gradient {
    background: -moz-linear-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%); /* FF3.6+ */
   /* background: -webkit-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%);/* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%); /* IE10+ */
    background: linear-gradient(top, rgba(149,207,225,1) 0%,rgba(220,236,245,1) 15%,rgba(222,237,245,1) 69%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#deedf5',GradientType=0 ); /* IE6-9 */
    padding-bottom:40px;
}

.home-offers {
    width:550px;
    float:right;
}

.home-offers {
    float:left;
}

.exclusive-offers h1 {

    font-size: 2.6em;
    font-weight: 300;
    padding-bottom: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    height:76px;
    margin: 0px 0px 15px;
}

.exclusive-offers .price-icon-a  {
    position: absolute;
    right: 20px;
    margin: 0px;
    text-align: center;
    width: 48px;
    height: 48px;
    background-image: url("../images/btn_go.png");
}

.exclusive-offers .price-icon-a {
    bottom: 50px;
}

.offer-details h2 {
    margin-top: 0px;
}

.offer-item .offer-details > .row {
    margin-bottom:0px;
}

.home-offers,
.exclusive-offers .thumbnail-holder {
    width:550px;
}

.exclusive-offers .home-offers {
    float:right;
}

.exclusive-offers {
    background-image: url('/Themes/springblack/images/arrowdown_white.png');
    background-repeat: no-repeat;
    background-position: 80px 00px;
    padding-top: 20px;
}

.newsletter-box {
    background-image: url('/Themes/springblack/images/arrowdown_white.png');
    background-repeat: no-repeat;
    background-position: 80px 00px;
    padding-top: 20px;
}

.topdestinations-list {
    background: url('/Themes/springblack/images/arrowdown_white.png') no-repeat;
    background-position: 80px 00px;
    padding-top: 20px;
}


/* RIGHT CONTENT
----------------------------------------------------------------- */
.panel-primary > .panel-heading {
	color: #ffffff;
//	background-color: #009A00;
    background-color: #646464;
	border-color:transparent;
}

/* FORMS
----------------------------------------------------------------- */

.panel-footer {
	margin:0;
	padding:0;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel {
	margin-bottom: 0;
	/*background-color:inherit;*/
	border: none;
	border-radius: 4px;
	-webkit-box-shadow:none;
	box-shadow:none;
	
}
.panel-heading {
	background:#fff;
}
.panel .btn {
	margin-bottom: -15px;
}
.newsletter h3 {
	color:#fff;
	font-size: 2em;
	font-weight:400;
	margin:0;
}
p.small {
	/*color:#fff;*/
	font-size:0.9em;
}
/*
form.form-horizontal label.error {
    background: url("../images/error-trans.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 15px;
    overflow: hidden;
    padding: 0 0 0 0;
    width: 0;
}
form.form-inline label.error {
    background: url("/Themes/springblack/images/error-trans.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    margin: -30px 0 0 10px;
    overflow: hidden;
    padding: 0 0 0 24px;
    width: 0;
}
*/
/* TABLES
----------------------------------------------------------------- */
.table-bordered {
background:#fff;
  border: 1px solid #dddddd;
  margin-bottom:20px;
  width:100%;
}
.table-responsive {
	background:#fff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #edeef0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
  padding:10px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
th {
	background:#eee;
	
	font-weight:bold;
}
@media only screen and (max-width: 800px) {

	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr {
		font-size: 9px;
		padding: 5px;
	}

/*	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block;
		overflow: hidden;
	}

	#no-more-tables table {
		border-width: 1px 0 0 1px;
	}

	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr {
		width: 120px;
		float: left;
	}

	#no-more-tables th, #no-more-tables td {
		border-width: 0 1px 1px 0;
		height: 38px;
	}
 
	#no-more-tables td {
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	#no-more-tables {
		position: relative;
		height: 335px;
		margin: 0 0 20px 0;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	#no-more-tables-scroller {
		position: absolute;
		top: 0;
		left: 0;
		width: 1999px;
	}


	#no-more-tables .table-striped > tbody > tr:nth-child(odd) > td {
	  border-color: #DDD;
	}

	#no-more-tables td:before { content: attr(data-title); }*/
}

/* BUTTONS
----------------------------------------------------------------- */
.btn { 
	text-transform:uppercase;
}
.btn-blue { 
	color: #ffffff; 
	background-color: #3170ac; 
	border:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	transition: all 0.8s ease-in-out 0s;
} 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
	color: #ffffff; 
	background-color: #225c94;
	border:none;
} 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
	background-image: none;
	border:none;
}
.btn-blue span { 
	color:#3e4c19;
	font-size:28px;
	vertical-align:middle;
	padding:0 20px 0 0;
	line-height:10px;
}
.btn-red { 
	color: #ffffff; 
	background-color: #CC0000; 
	border:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	transition: all 0.8s ease-in-out 0s;
}
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	color: #ffffff; 
	background-color: #225c94;
	border:none;
} 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	background-image: none;
	border:none;
}
.btn-light-blue { 
	color: #ffffff; 
	background-color: #6bc5f0; 
	border:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	transition: all 0.8s ease-in-out 0s;
} 
.btn-light-blue:hover, 
.btn-light-blue:focus, 
.btn-light-blue:active, 
.btn-light-blue.active, 
.open .dropdown-toggle.btn-light-blue { 
	color: #ffffff; 
	background-color: #4eabd7;
	border:none;
} 
.btn-light-blue:active, 
.btn-light-blue.active, 
.open .dropdown-toggle.btn-light-blue { 
	background-image: none;
	border:none;
}
.btn-light-blue span { 
	color:#3e4c19;
	font-size:28px;
	vertical-align:middle;
	padding:0 20px 0 0;
	line-height:10px;
}

.btn-grey { 
	color: #38363c; 
	background-color: #d1d1d1; 
	border:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	transition: all 0.8s ease-in-out 0s;
} 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
	color: #38363c; 
	background-color: #b4b2b2;
	border:none;
} 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
	background-image: none;
	border:none;
}
.btn-grey span { 
	color:#38363c;
	font-size:28px;
	vertical-align:middle;
	padding:0 20px 0 0;
	line-height:10px;
}

/* FOOTER
----------------------------------------------------------------- */
footer { 
	padding:0 0 0 0;
    color:#646464;
}
footer h3 { 
	color:#646464;
	font-size:16px;
	font-weight:700;
	margin:0 0 15px 0;
	padding:0;
}
footer ul { 
	
}
footer ul li { 
	color:#646464;
}
footer ul li a { 
	color:#646464;
}
footer ul li a:hover { 
	color:#909293;
}
footer address { 
	color:#818181;
}


/* HOME SLIDER
----------------------------------------------------------------- */
/*
@font-face {
	font-family: "demurecontrols";
	src: url("fonts/demurecontrols.eot?cssslidertheme=demure");
	src: url("fonts/demurecontrols.eot#iefix?cssslidertheme=demure") format("embedded-opentype"),
			url("fonts/demurecontrols.woff?cssslidertheme=demure") format("woff"),
			url("fonts/demurecontrols.ttf?cssslidertheme=demure") format("truetype"),
			url("fonts/demurecontrols.svg#demure?cssslidertheme=demure") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/


/* MISC
----------------------------------------------------------------- */
hr {
	border-style:solid;
	border-top: 1px solid #d4d4d4;
	margin:15px 0 30px 0;
}
hr {
	border-style:solid;
	border-top: 1px solid #d4d4d4;
	margin:15px 0 30px 0;
}

.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-left:none;
}

.searchcontainercontent {
	max-width: 390px;
}


.rightcontentcontainer {
	float: right;
    margin-bottom: 16px;
}


.sidebar {
	width: 100%;
	clear: both;
	float: none;
}


.left-info-box {
    background: none repeat scroll 0 0 #FFF;
    margin: 8px 0;
    width: 100%;
	float: none;
    
    border-radius:4px;
    border:1px solid #CCC;
    
}

@media (min-width: 992px) {
	.left-info-box {

	//	padding: 0 15px;
	}
    
    .sidebar {
        clear: left;
		width: 33.3333%;
		padding: 0 15px;
		min-width: 390px;
    }
}

.left-info-box p,
.newsletter_signup p,
.newsletter_signup form{
    padding:15px;
}

.left-info-box h1, 
.left-info-box h2 {
    padding:10px 15px;
    background: none repeat scroll 0% 0% #FFF;

    
}

.left-info-box h3, 
.newsletter_signup h3 {
    padding:10px 15px;
    background: none repeat scroll 0% 0% #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size:16px;
    font-weight:600;
    margin-bottom:0px;
    
}

#newsletter-form-success {
	color:white;
	font-size:18px;
}

.left-info-box ul.ul_phone {
    margin-left:50px!important;
}

.left-info-box ul {
    margin-left: 35px!important;
}

.left-info-box ul li {
    margin: 10px 0px;
    font-size:16px;
  //  font-weight: bold;
}

.newsletter_signup {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 200px;
    background-image: url("/Themes/springblack/images/newsletter_advert.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0px 0px 16px;
}

.signupButton {
    background: url("../images/sign-up-button.jpg") no-repeat scroll 0% 0% transparent;
    height: 37px;
    width: 106px;
    border: medium none;
}

h2.inThePress {
	margin-top:24px;
    margin-bottom:0px;
}

h3.inThePress {
    margin-top:0px;
    padding-top:0px;
}

h2.inThePress span {
	font-style:italic;
	font-size:0.8em;
}

h3.inThePress a {
	color:#6d6d6d;
}

/* MEDIA QUERIES
----------------------------------------------------------------- */
@media (min-width: 992px)
{
	.distances
    {
		clear: left;
		width: 33.3333%;
		padding: 0 15px;
		min-width: 390px;
	}

    .homepagebanner
    {
		/*
        position: absolute;
        right: 0;
        bottom: 8px;
        */
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
	.searchcontainer
	{
		min-width: 390px;

	}

	.why-book-with-us {
		width:100%;
	}

	.homepagebanner, .rightcontentcontainer {
		width: 58%;
		float: right;
	}

	.searchcontainercontent {
		width: 390px;
	}
}
@media (max-width: 1024px){

}
@media (max-width: 800px){

}
@media (max-width: 768px){

    .offer-item img {
        padding-top:10px;
        padding-left:10px;
    }
    
}
@media (max-width: 480px){
	.property-details h1 {
		margin:0;
		padding:0 0 0 15px;
	}
	.property-details h2 {
		color:#3b3938;
		font-weight:400;
		margin:0 0 10px 0;
		padding:0;
	}
	.property-details p {
		margin:0;
		padding:0 0 0 15px;
	}
}
@media (max-width: 320px){
	.top-header {
		text-align:center;
	}
	.top-links {
		text-align:center;
		font-size:14px;
	}
	.top-links ul li.telephone {
		font-size:26px;
		margin-bottom:15px;
	}
	.header-text-block {
		
	}
	.header-text-block h1 {
		font-size:20px;
	}
	.property-details h1 {
		font-size:16px;
		margin:0;
		padding:0 0 0 15px;
	}
	.property-details h2 {
		color:#3b3938;
		font-weight:400;
		margin:0 0 10px 0;
		padding:0;
	}
	.property-details p {
		margin:0;
		padding:0 0 0 15px;
	}
}


/* Highlights */

ul.highlights {
  /*  list-style-image:url("/Themes/springblack/images/tick_white.png"); */
 // height:30px;
  // margin-top:15px;
}

ul.highlights li {
   
}


ul.highlights li span {
   margin-right:8px;
   font-size: 0.9em;
}

/* CSS Slider - Without the slide */

.csslider1 {
	display: inline-block;
	position: relative;
	max-width:750px;
	height: 280px;
	width: 100%;
    perspective: 500px
}

.csslider1 > ul {
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	height: 280px;
	overflow: hidden;
	white-space: nowrap;
}

.csslider1 > ul > li.img img {
	width: 100%;
}

.csslider1 > ul > li.img {
	font-size: 0pt;

	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.csslider1 > ul > li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	white-space: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.csslider1 > .cs_description > label {
	font: 20px 'Roboto', sans-serif;
	line-height: normal;
	bottom: 35px;
	left: 20px;
	top: auto;
	opacity: 1;
	z-index: 1;

	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-o-perspective: 500px;
	perspective: 500px;
	
}
.csslider1 > .cs_description > label > span {
	margin: 1px 10px;
	padding: 10px;
	color: #fff;

	overflow: hidden;

	-webkit-transform-origin: 0% 0% 0px;
	-moz-transform-origin: 0% 0% 0px;
	-ms-transform-origin: 0% 0% 0px;
	-o-transform-origin: 0% 0% 0px;
	transform-origin: 0% 0% 0px;
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 {
	z-index: 2;
}

.csslider1 > .cs_description > label {
	position: absolute;
	word-wrap: break-word;
	white-space: normal;
	text-align: left;
	max-width: 50%;
	left: 0;
}
.csslider1 > .cs_description > label > span {
	vertical-align: top;
}
.csslider1 > .cs_description > label span {
	display: inline-block;
}

.csslider1 > .cs_description > label > .cs_title {
	margin: 0px 10px;
	z-index: 3;
	/* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	background-color: rgba(0,0,0,0.6);

}
.csslider1 > .cs_description > label > .cs_descr {
	font-size: 0.8em;
	margin: 1px 10px;
	opacity: 1;
	z-index: 3;

	background-color: #289DCC;


}


/* Destination Pages */

.destinations .tabs a.tab
{
	display:block;
	height:26px;
	line-height:26px;
	width:24px;
	font-size:12px;
	text-align:center;
    background-color:#FFF;
	background: url(../images/tab-gradient.jpg) repeat-x;
    background-size:cover;
	float:left;
	border:1px solid #CCC;
	border-radius:2px;
	margin:0px 1px 0px 1px;
	color:#6d6d6d;
	
	transform: skew(-14deg);
	-webkit-transform: skew(-14deg);
	-moz-transform: skew(-14deg);
	-o-transform: skew(-14deg);
}

.destinations .tabs a.view_all {
	width:60px!important;
}

.destinations .tabs .tab span
{
	padding-left:2px;
	font-weight:bold;
	display:block;
	transform: skew(14deg)!important;
	-webkit-transform: skew(14deg)!important;
	-moz-transform: skew(14deg)!important;
	-o-transform: skew(14deg)!important;
}

.destinations .tabs a:hover.tab {
	text-decoration:none;
	color:#009a00!important;
}


.green {
    color:#009A00;
}

#map_menu_overlay {
    top:10px; 
    left:0px;
    right:0px;
    z-index:500; 
    position:absolute; 
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4); 
    border-radius:4px; 
    padding:4px 10px;
    margin:0 auto;
    width:120px;
    text-align:center;
}

#map_menu_overlay a {
    color:#FFF;
}


/* Airlines */

ul.airlinesList {
	font-style:italic;
	font-weight:bold;
}

ul.airlinesList li {
    padding-top:4px;
}
ul.airlinesList li a {
    padding-left:3px;
}

ul.airlinesList li a:hover {
    padding-left:3px;
    text-decoration:underline;
    color:#009A00;
}

/* Google Adds */

.googleAds {
    margin-top:20px;
    border:1px solid #CCC;
    border-radius:4px;
    padding:6px;
    background-color:#FFF;
}

/* FAQ */

.faq_question_list a, .faq_question_list a:link
{
  line-height:1.5em;
  color:#6d6d6d!important;
}

.faq_question_list a:hover
{
  color:#009a00!important;
  text-decoration:underline;
}

h4.faq_question 
{
  color:#009a00;
  margin-top:2.5em;
}

h2.faq_category
{
  margin-bottom: -20px;
}

#faq_form {
    margin-left:8px;
}

#faq_form input
{
  margin:0px;
  padding:0px;
  margin-top:3px;
  margin-bottom:6px;
}

#faq_form label
{
  margin:0px;
  padding:0px;
  font-weight:bold;
}

ol.faq_question_list
{
  font-size:1.1em;
  margin-left:10px!important;
  margin-bottom:40px;
}

#faq_form #faqSubmit {
    border-radius:8px;
    background-color:#009a00;
    border: none;
    color:#FFF;
    height:30px;
    padding-left:16px;
    padding-right:16px;
   // transform: skew(-20deg);
   box-shadow:none;
}

#faq_form label.error {
    margin-left: 8px;
    color:#F00;
    font-weight:normal;
    margin-bottom:8px;
}

#faq_form input.error {
    border: 1px dotted #F00!important;
}



.searchcontainer .box {
    margin-top:15px;
    border-radius:4px;
}

/* Contact Form */

#contactForm label {
    width:180px;
    font-weight:bold;
}

#contactForm table tr td {
    padding:0px 0px 5px;
//	color:#009A00;
    font-weight:bold;
}

#contactForm {
    width: 500px;
}

#contactForm label.error {
    margin-left: 190px;
    color:#F00;
    font-weight:normal;
    margin-bottom:8px;
}

#contactForm input.error {
    border: 1px dotted #F00!important;
}

#contactForm select,
#contactForm input[type="text"],
#contactForm input[type="email"]
{
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 26px;
    line-height: 1;
    padding: 3px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width:220px;
}

#contactForm textarea
{
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    padding: 3px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

#contactForm input[type="submit"] {
    margin-left:186px;
    border-radius:8px;
    background-color:#009a00;
    border: none;
    color:#FFF;
    height:30px;
    padding-left:16px;
    padding-right:16px;
    box-shadow:none;
    margin-top:8px;
}

/* Gallery */

#gallery_main_picture_holder {
    display: inline-block;
	position: relative;
	max-width:750px;
	height: 280px;
	width: 100%;
//	margin-top: 10px;
}

#gallery_main_picture_holder img {
    width:100%;
    height:280px;
}

.btn {
    position: relative;
   // width: 100%;
    padding: 3px 6px;
    font-size: 18px;
    color: #FFF;
    background: linear-gradient(to bottom, #FF9600 0%, #FF8100 100%) repeat scroll 0% 0% transparent;
    box-shadow: 0 1px 2px #FFF,
                0 -1px 1px #666,
                0 -1px 1px rgba(0, 0, 0, 0.5) inset,
                0 1px 1px rgba(255, 255, 255, 0.8) inset;
}

.btn input[type="submit"] {
    border:none;
    background:none;
    color:#FFF;
}

/* SEARCH RESULTS STYLES */

div.flight-list-item {
	padding:10px 0 10px 10px;
}

.container-fluid .container .search-results-details .row {
	margin-bottom: 0;
	margin-top: 0;
	border-right: dashed 1px #ccc;
}

.container-fluid .container .search-results-details .row:first-child {
	border-bottom: solid 1px #ccc;
}

.search-results-arr, .search-results-dep, .search-results-time {
	margin: 12px 0;
}

.search-results-date {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: right;
	padding: 0;
}

.search-results-dep {
	float:left;
	text-align:right;
	min-width: 150px;
}
.search-results-arr {
	float:left;
	text-align:left;
}

.search-results-details .dep-info {
	font-size: 20px;
	font-weight: bold;
}

.search-results-details .dep-info + div {
	font-size: 16px;
}

.search-results-details .dep-info span {
	color: #009A00;
}


.search-results-time {
	float: left;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
}

.search-results-time .flight-line {
	border-top: 2px solid #ccc;
	margin-top: 5px;
	width: 75px;
}

.search-results-time .flight-line span {
	display: block;
	width: 15px;
	margin: -11px auto 0 auto;
	transform: rotate(45deg);
	background-color: #fff;
	text-align: center;
	padding-right: 3px;
}

.search-results-price {
	font-size: 40px;
	margin-top: 16px;
}

.item-price .btn.pick-flight {
	margin-top: 20px;
}

.search-results-details .dep-date, .italic-comment {
	color: #999;
	font-style: italic;
}

.baggage-label {
    background-color: #76C374;
	border-radius: 4px;
	color: #fff;
	padding: 3px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px auto 2px auto;
	max-width: 161px;
   }

.baggage-label.with-checkbox {
    background-color: lightskyblue;
	max-width: 174px;
	color: #000;
	min-width: 140px;
}

.baggage-label.with-checkbox .label-white {
	font-size: 15px;
	display: block;
	margin: 5px;
}

.baggage-label.with-checkbox .form-check-input.position-static {
	margin: 11px 4px;
}

.baggage-label + .search-results-price {
	margin-top: 0;
}

.label-white {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 4px 6px;
	color: #3b3938;
}

.bookingSuccess {
	width:960px;
	margin:auto;
}

.bookingSuccess h3 {
    color: black;
    padding: 5px 0;
    margin-left: 3px;
}


@media (max-width: 768px) {
	.search-results-date {
		text-align: center;
	}
}

@media (max-width: 699px) {

	.fa.fa-suitcase.pull-left {
		float: none!important;
		width: 50px;
	}

	.search-results-arr, .search-results-dep, .search-results-time, .dep-date {
		width: 100%;
		text-align: center;
		margin: 0 auto 10px auto;
	}

	.search-results-time .flight-line, .search-results-time {
		margin-left: auto;
		margin-right: auto;
	}

	.search-results-price {
		margin-top: 122px;
	}
}

	/* END OF SEARCH RESULTS STYLES*/
	@media (max-width: 992px) {
		.home-offers {
			width: 100%;
			float: none;
		}

		.exclusive-offers .thumbnail-holder,
		.news-items .news-item-holder {
			float: none;
			width: 100%;
			height: auto;
		}

		.exclusive-offers .home-offers {
			float: none;
		}

		.exclusive-offers .price-icon-a,
		.news-item .price-icon-a {
			bottom: 10px;
		}

	}

	.why-book-with-us {
		font-size: 20px;
	}

	.why-book-with-us h3 {
		font-size: 24px;
		color: #009800;
	}

	.why-book-with-us,
	.why-book-with-us h3 {
		background-color: #e0e1e5;

	}

	.why-book-with-us p {
		margin-top: 0px;
		padding-top: 0px;
	}

	.why-book-with-us .phone {
		margin-top: -20px;
		font-size: 26px;
		font-weight: bold;
	}


	div#price-fluctuations {
		border-radius: 6px;
		border: 1px solid #999;
		background-color: #e0e1e5;
		padding: 12px;
		margin-top: 20px;
	}

	div#price-fluctuations h2 {
		color: #009A00;
		font-size: 2em;
	}

	div#price-fluctuations .header {
		font-weight: bold;
		border-bottom: 1px solid #009A00;
	}

	@media (max-width: 1200px) {
		div#price-fluctuations .main-column.col-md-5 {
			width: 50%;
			float: left;
		}

		.top-header .telephone {
			margin-right: -55px;
			margin-top: 5px;
			color: #009A00;
		}

		.top-links .atol-text {
			margin-top: 2px;
		}
	}

	@media (max-width: 1010px) {
		div#price-fluctuations .col-md-5 {
			width: 41.6667%;
			float: left;
		}

		div#price-fluctuations .col-md-7 {
			width: 58.3333%;
			float: left;
		}

		.topdestinations-list .col-sm-3 {
			width: 33.33333333333333%;
			float: left;
		}

		.topdestinations-list .col-sm-8 {
			width: 66.6667%;
			float: left;
		}

		.img-responsive {
			padding: 8px;
		}

		.top-links .atol-text {
			font-size: 12px;
		}

		.atol-text-title {
			font-size: inherit;
		}

		.top-header .telephone {
			font-size: 18px;
			font-weigh: bold;
		}


	}

	@media (max-width: 799px) {


		.topdestinations-list .col-sm-3 {
			width: 50%;
			float: left;
		}

		.topdestinations-list .col-sm-8 {
			width: 66.6667%;
			float: left;
		}

		.topdestinations-list .col-sm-4 {
			width: 33.33333%;
			float: left;
		}

		#sthoverbuttons {
			display: none;
		}


	}

	@media (max-width: 500px) {


		.topdestinations-list .col-sm-3 {
			width: 100%;
			float: left;
		}

		.offer-item .col-xs-3 {
			width: 100%;
			float: left;
		}

		.offer-item .col-xs-9 {
			width: 100%;
			float: left;
		}

		.offer-item img {
			padding: 0px;
			border-bottom-left-radius: 0;
			border-top-right-radius: 4px;
		}

		.offer-details {
			padding-left: 10px;
			padding-right: 10px;
		}
	}


	.highlights_inner_container h2 {
		background-color: #009A00;
		color: #FFF;
		padding: 12px;
		font-size: 22px;
		margin-top: 0px;
	}

	.highlights_inner_container .glyphicon {
		color: #009A00;
	}

	@media (min-width: 800px) {
		.highlights_container.col-md-4 {
			width: 33.3333%;
			float: left;
		}

		.gallery_holder.col-md-8 {
			width: 66.6667%;
			float: left;
		}


		.gallery_holder {
			padding-right: 0px;
		}

		.highlights_container {
			padding-left: 0px;
			padding-right: 0px;
			margin-left: -10px;
			height: 280px;
			border: 1px solid #999;
			background-color: #FFF;
			border-radius: 10px;
		}

		.highlights_inner_container {
			height: 100%;
			overflow: hidden;
		}

		.highlights_container .col-md-6 {
			width: 100%;
			float: none;
		}


		.highlights_inner_container h2 {
			border-top-right-radius: 9px;
			border-top-left-radius: 9px;
		}
	}

	@media (max-width: 800px) {
		.highlights_inner_container {
		/ / border: 1 px solid #999;
			border-bottom: 1px solid #999;
			border-right: 1px solid #999;
			border-left: 1px solid #999;
			background-color: #FFF;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
		}

		#gallery_main_picture_holder img {
		/ / height: auto;
			max-height: 280px;
		}

		#gallery_main_picture_holder {
			height: auto;
		}
	}


	@media (max-width: 440px) {
		.destinations .dest_box {
			width: 100%
		}
	}

	#sthoverbuttons {
		width: 50px !important;
	}

	#sthoverbuttons #sthoverbuttonsMain {
		width: 42px !important;
	}


	h1.destination-header {
		font-weight: bold;
		font-size: 2.1em;
	}

	.dynamic_content h1 {
		margin-top: 35px;
		margin-bottom: 10px;
	}

	.dynamic_content h2 {
		color: #009A00;
		font-style: italic;
	}

	/* Social Links */
	.social-links li {
		float: left;
		margin-right: 12px;
	}

	.social-links a i {

		font-size: 40px;
		/*
        color: #FFF;
        font-size:1.5em;
        font-weight:bold;
        border-radius:10%;
        height:32px;
        width:32px;
        display:inline-block;
        position:relative;
        */
	}

	.social-links a i {
		/*
        position:absolute;
        top:50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        */
	}

	.social-links .link-facebook {
		color: #3B5998;
	}

	.social-links .link-twitter {
		color: #55ACEE;
	}

	.box {
		padding: 6px 16px;
		background-color: #FFF;
		margin-bottom: 16px;
		box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .15);
		border-radius: 4px;
	}

	#itinary.box {
		background-color: #c1ddc1;
		color: #373737;
	}

	#itinary.box h3 {
		margin: 0;
	}


	.red {
		color: #F00;
	}

	.bookingform label.error {
		font-weight: normal;
		margin-left: 6px;
		color: red;
	}

	#SagePayForm {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.telephone-toggle {
		color: #009A00;
	}

	#ui-datepicker-div {
		background-color: #FFF;
		border: 1px solid #AAA;

	}

	.bold {
		font-weight: bold;
	}


/*
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

 */

.print-me {
	font-size: 12px;
	vertical-align: bottom;
	color: #666;
	cursor: pointer;
}

.btn-pure {
	box-shadow:none;
	background:#FEFEFE;
}

.text-pages .text-content ul {
	padding-left:16px;
	list-style: initial;
}
.text-pages .text-content ul li {
	list-style: inherit;
}

ul.no-style {
	list-style: none!important;
	padding-left:0!important;
}

@media print {

	body {-webkit-print-color-adjust: exact;}

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	h2 {
		color: #3b3938;
		font-size: 1.5em;
		font-weight: 400;
		padding: 0;
	}
	.container-fluid .container .row {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.row:before, .row:after {
		display: table;
		content: " ";
	}
	.row:after {
		clear: both;
	}

	.box {
		padding: 6px 16px;
		background-color: #FFF;
		margin-bottom: 16px;
		box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .15);
		border-radius: 4px;
	}
	.text-muted {
		color: #444;
	}
	.bold {
		font-weight: bold;
	}
	.pull-right {
		float: right !important;
	}

	.bookingSuccess h3 {
		color: black;
		padding: 5px 0;
		margin-left: 3px;
	}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12  {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-12 {
		width:100%;
	}

	.col-md-8 {
		width: 66.66666666666666%;
		float: left;
	}

	.col-md-6 {
		float: left;
		width: 50%;
	}

	.col-md-4 {
		width: 33.33333333333333%;
		float: left;
	}

	.col-md-3 {
		width:22%;
		float:left;
	}

	.col-md-2 {
		width: 16.666666666666664%;
		float: left;
	}

	.col-md-1 {
		width:13%;
		float:left;
	}

	.container-fluid.dark-green, .container-fluid.light-grey + .container-fluid, .container-fluid.light-grey footer, .print-me {
		display:none;
	}
}

.pax_names .col-xs-12, .pax_names .col-sm-1, .pax_names .col-sm-2, .pax_names .col-sm-3 {
	padding-left:5px;
	padding-right:5px;
}