body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
  background: #f7f4f3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Open Sans", sans-serif;
  font-weight: 700;
  color: #333027;
}

a,
.btn.btn-default,
.btn.btn-primary,
.megamenu_overlay_visible {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn {
  white-space: normal;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}

strong {
  font-weight: 700;
}

.panel.panel-default {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.btn.btn-default,
.btn.btn-primary {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #6c8824;
  background: #8cab3d;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 20px;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  font-family: "Lato", serif;
}
.btn.btn-default:hover,
.btn.btn-primary:hover {
  background: #6c8824;
}

.btn.btn-success {
  background: #8cab3d !important;
  border: 1px solid #6c8824;
  color: #fff;
}

.btn.btn-success:hover {
  background: #6c8824 !important;
}

.nav.nav-tabs {
  margin: 0 0 -2px 0;
}
.nav.nav-tabs li a {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333027;
  padding: 10px 20px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-family: "Lato", serif;
  font-weight: 700;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav.nav-tabs li a:focus {
  outline: 0;
}

.nav.nav-tabs li {
  margin: 0 10px 0 0;
  border-top: 5px solid #8b7777;
  background: #fbfaf9;
}

.nav.nav-tabs li:hover {
  border-top: 5px solid #43ca49;
  background: #fff;
}
.nav.nav-tabs li.active {
  border-top: 5px solid #616ba3;
  background: #fff;
}

/*#collapse0.collapse2 { display: block;}
.collapse2 { display: none; }*/

/**
*	HEADER
*/

.navbar.container > .container {
  padding: 0 15px;
}
header .row {
}
.navmast {
  background: #0fbd12;
}
.navbar {
  margin-bottom: 0;
}
.navbar .logo {
  display: block;
  padding: 20px 0;
  margin: 0;
}
.logo_col {
  z-index: 999;
}
.navbar-default {
  background: #f5f5f5;
  border: 0 none;
}
.navbar-default .navbar-nav {
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #999;
  font-size: 0.9em;
  letter-spacing: -1px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #101010;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active-trail > a.active-trail {
  font-weight: 800;
  color: #101010;
  background: 0 none;
}
.navbar.container {
  margin-top: 0;
}
.navbar-collapse {
  border: 0 none;
}
.navbar-toggle {
  border: 0 none;
  margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
  height: 5px;
  width: 40px;
  margin-bottom: 0;
}

.header_cta {
  text-align: right;
}
.header_cta span {
  display: block;
  font-family: "Lato", serif;
}
.header_cta span.title {
  color: #5d8005;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 15px 0 0 0;
}
.header_cta span.number {
  color: #101010;
  font-size: 1.65em;
  line-height: 1em;
}
.header_cta span.trigger_overlay_general {
  background: #8cab3d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1em;
  margin: 5px 0 0 0;
  text-decoration: none !important;
}

.header_cta span.trigger_overlay_general:hover {
  background: #8cab3d;
  text-decoration: none !important;
}

header .accrs {
  text-align: right;
}
header .accrs img {
  padding: 20px 40px 0 0;
  float: right;
}

.header_search {
  float: right;
  margin-top: 7px;
}
.header_search input {
  border: 0 none;
  padding: 7px 30px 7px 10px;
  background: #fff url(/images/icon_search.png) no-repeat center right;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0 none;
  background: 0 none;
}

.megamenu {
  z-index: 1000;
}
.navbar-default .megamenu .navbar-nav li {
  list-style: none;
}
.navbar-default .megamenu .navbar-nav li.toplevel {
  display: inline-block;
  float: left;
  position: static;
}
.navbar-default .megamenu .navbar-nav li.toplevel > a.toplevel {
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
.navbar-default .megamenu .navbar-nav li.toplevel > a:hover {
  color: #F6C109;
}

.navbar-default .megamenu .navbar-nav > .toplevel.open > a,
.navbar-default .megamenu .navbar-nav > .toplevel.open > a:hover,
.navbar-default .megamenu .navbar-nav > .toplevel.open > a:focus {
  background: #8cab3d;
  color: #fff;
}

.yamm .dropdown-menu {
  left: 0;
}
.dropdown-menu {
  width: 100%;
}
.navbar-default .megamenu {
  padding: 0;
}
.navbar-default .megamenu .subnav_panel {
}
.navbar-default .megamenu .subnav_panel span.title {
  display: block;
  font-family: "Lato", serif;
  color: #333027;
  font-size: 1.4em;
  padding: 0 0 20px 0;
}
.navbar-default .megamenu .subnav_panel li {
  display: block;
  border-left: 3px solid #8cab3d;
  margin: 0 0 1px 0;
  padding: 0;
}

.navbar-default .megamenu .subnav_panel a {
  display: block;
  color: #333027;
  padding: 3px 10px;
  background: #eee;
}
.navbar-default .megamenu .subnav_panel a:hover,
.navbar-default .megamenu .subnav_panel a:focus,
.navbar-default .megamenu .subnav_panel a.active {
  color: #fff;
  background: #333027;
}

.navbar-default .megamenu .subnav_panel a:hover,
.navbar-default .megamenu .subnav_panel a:focus {
  text-decoration: none;
}
.navbar-default .megamenu ul ul ul {
  padding: 0;
  margin: 0;
  display: block;
}

.navbar-default .megamenu .main_slide h3.destination_title {
  padding: 30px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #8cab3d;
}
.navbar-default .megamenu .main_slide h3.destination_title a {
  color: #54524a;
}
.navbar-default .megamenu .main_slide h3.destination_title a:hover {
  color: #333027;
  text-decoration: none;
}

.navbar-default .megamenu .main_slide .destination_regions ul {
}
.navbar-default .megamenu .main_slide .destination_regions ul li {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.navbar-default .megamenu .main_slide .destination_regions ul li a {
  display: block;
  color: #54524a;
  font-family: "Lato", serif;
  font-size: 1.4em;
}
.navbar-default .megamenu .main_slide .destination_regions ul li a:hover,
.navbar-default .megamenu .main_slide .destination_regions ul li a:focus {
  color: #333027;
}
.navbar-default .megamenu .main_slide .destination_regions ul li small {
  font-style: italic;
  color: #666;
}

.navbar-default .megamenu .main_slide .promo {
  text-align: center;
}
.navbar-default .megamenu .main_slide .promo h3.promo_title {
  font-size: 2.6em;
  letter-spacing: -2px;
}
.navbar-default .megamenu .main_slide .promo .btn.btn-primary {
  margin: 0 0 20px 0;
  font-size: 0.8em;
}

.megamenu_overlay {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(51, 48, 39, 0.8);
}
.megamenu_overlay_visible {
  opacity: 1;
  display: block;
}
/**
*	HOME
*/

.front h1 {
  display: none;
}

.home_banners.slick-slider {
  margin-bottom: -50px;
}
.home_banners .slick-prev {
  left: 0;
  bottom: 0 !important;
  top: auto;
  margin: 0;
  background: #fff url(/images/arrow_left.png) center center no-repeat;
  width: 44px;
  height: 44px;
}
.home_banners .slick-next {
  right: 0;
  bottom: 0 !important;
  top: auto;
  margin: 0;
  background: #fff url(/images/arrow_right.png) center center no-repeat;
  width: 44px;
  height: 44px;
}
.home_banners .slick-prev:before {
  content: "";
}
.home_banners .slick-next:before {
  content: "";
}

.home_banners {
  height: 400px;
  background: #333027;
  border-top: 5px solid #fff;
  overflow: hidden;
}
.home_banners .row {
  height: 100%;
}
.home_banners .banner_text {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: right;
}

.home_banners .banner_text .line_01 {
  font-size: 4em;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: -2px;
  -moz-text-shadow: 0 5px 20px #000;
  -webkit-text-shadow: 0 5px 20px #000;
  text-shadow: 0 5px 20px #000;
  margin: 20px 40px 0 0;
}
.home_banners .banner_text .line_02 {
  float: right;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 1.2em;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  margin: 0 40px 0 0;
}

.home_banners .banner_text p {
  font-size: 2.6em;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 0.8em;
  padding: 65px 65px 0 65px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.home_banners .banner_text p span {
  color: #deff00;
}

.home_banners .banner_image {
  padding-left: 0;
  border-left: 7px solid #fff;
}

.home_boxes a {
  display: block;
  position: relative;
  text-align: center;
}
.home_boxes img {
  padding: 0 0 16px 0;
}
.home_boxes span.btn {
  position: absolute;
  bottom: 14px;
  margin-left: -57px;
  z-index: 99;
  background: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  color: #999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
}

.home_feature.slick-slider {
  margin-bottom: 0;
}
.home_feature img {
  margin-top: 10px;
}
.home_feature .feature_head {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.home_feature .feature_head span.title {
  display: block;
  font-family: "Lato", serif;
  font-size: 1.4em;
  font-weight: 700;
  color: #333027;
}
.home_feature .feature_head span.rating {
  display: block;
  padding: 0 0 0 0;
  color: #ffba00;
}
.home_feature .feature_desc_text {
  padding: 10px 20px;
  font-size: 0.9em;
}
.home_feature .feature_desc_cta {
  text-align: center;
}
.home_feature .feature_desc_cta .price_box {
  font-family: "Lato", serif;
  color: #5e5e5e;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.home_feature .feature_desc_cta .price_box span {
  display: block;
}
.home_feature .feature_desc_cta .price_from {
}
.home_feature .feature_desc_cta .price {
  color: #8cab3d;
  font-size: 2.8em;
  line-height: 1em;
}
.home_feature .feature_desc_cta .price_per {
}
.home_feature .feature_desc .btn.btn-primary {
  padding: 5px 15px;
  font-size: 0.8em;
  margin: 0 10px 10px 10px;
}

.home_search {
}
.home_search h2.search_home_title {
  position: relative;
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 1.6em;
  padding: 10px 0 15px 0;
  margin: 0;
}
.home_search h2.search_home_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  right: 40%;
  height: 5px;
  background: #8cab3d;
}
.home_search .pad {
  padding: 5px 10px;
}
.home_search label {
  color: #7e7e7e;
  font-family: "Lato", serif;
  font-size: 1em;
  font-weight: 700;
  padding: 20px 0 3px 5px;
  margin: 0;
  text-transform: uppercase;
}

.home_promos .panel.panel-default .pad {
  padding: 20px;
}

.home_promos .panel.panel-default .pad .row {
  margin-bottom: 20px;
}

.home_tabs.nav.nav-tabs {
  margin-left: -8px;
  margin-right: -8px;

  border: 0 none;
}
.tab_item {
	border-bottom: 5px solid #F7F4F3;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.tab_item .special_deal_title {
	font-family: 'Lato', serif;
	color:#333027;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 1.4em;
	line-height: 1em;
	padding: 15px 0 5px 0;
}
.tab_item .special_deal_destination {
	font-family: 'Lato', serif;
	color:#54524A;
	font-weight: 700;
	font-size: 1.1em;
	padding: 0;
}
.tab_item .desc {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
.tab_item .price_box {
	text-align: center;
	font-weight: 700;
	padding-top: 15px;
}
.tab_item .price_box .price_from {
	display: block;
	text-align: center;
	font-family: 'Lato', serif;
	text-transform: uppercase;
	color: #5e5e5e;
	font-size: .8em;
}

.tab_item .price_box .price {
	display: block;
	text-align: center;
	font-family: 'Lato', serif;
	text-transform: uppercase;
	color: #8cab3d;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
}
.tab_item .price_box .btn.btn-primary {
	font-size: .8em;
	padding: 5px 15px;
	margin-top: 7px;
}


.home_tabs.nav.nav-tabs li {
  padding: 0 8px;
  margin: 0;
  text-align: center;
  border: 0 none;
  background: 0 none;
}
.home_tabs.nav.nav-tabs li a {
  padding: 10px 10px;
  margin: 0;
  text-align: center;
  border-top: 5px solid #cecece;
  background: #eee;
}
.home_tabs.nav.nav-tabs li a:hover {
  border-top: 5px solid #101010;
}
.home_tabs.nav.nav-tabs li.active a {
  padding: 10px 10px;
  margin: 0;
  text-align: center;
  border-top: 5px solid #8cab3d;
  background: #fff;
}

.search_bar {
  margin-top: 10px;
}
.search_bar form {
  padding: 10px 20px;
}
.search_bar form .form-item {
  padding: 0 15px;
  float: left;
}
.search_bar form .form-item h2 {
  font-family: "Lato", serif;
  color: #333027;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 12px 0 0 0;
}
.search_bar form .form-item label {
  text-align: right;
  font-family: "Lato", serif;
  font-size: 1em;
  line-height: 1em;
  color: #7e7e7e;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 0 0 0;
}

.search_bar form .btn.btn-primary {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.front .tab_item {
  border-bottom: 5px solid #f7f4f3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.front .tab_item .special_deal_title {
  font-family: "Lato", serif;
  color: #333027;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.4em;
  line-height: 1em;
  padding: 15px 0 5px 0;
}
.front .tab_item .special_deal_destination {
  font-family: "Lato", serif;
  color: #54524a;
  font-weight: 700;
  font-size: 1.1em;
  padding: 0;
}
.front .tab_item .desc {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.front .tab_item .price_box {
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
}
.front .tab_item .price_box .price_from {
  display: block;
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 0.8em;
}

.front .tab_item .price_box .price {
  display: block;
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  color: #8cab3d;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1px;
}
.front .tab_item .price_box .btn.btn-primary {
  font-size: 0.8em;
  padding: 5px 15px;
  margin-top: 7px;
}

/**
*	HOTEL
*/

.node-type-hotel .hotel_ratings {
  padding: 10px 0 0 0;
}
.node-type-hotel .hotel_ratings .glyphicon.glyphicon-star {
  color: #ffb800;
  font-size: 1.4em;
}
.node-type-hotel .hotel_info .hotel_name h1 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0;
}
.node-type-hotel .hotel_info .hotel_location {
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #e22b2e;
}
.node-type-hotel .hotel_info .pad {
  padding: 0 10px;
  border-left: 5px solid #8cab3d;
}

.node-type-hotel .icon_type {
  background: #333027;
  padding-right: 0;
  padding-left: 7px;
  height: 100%;
}
.node-type-hotel .icon_type .glyphicon {
  color: #9d9c98;
  font-size: 2.1em;
  padding-top: 33px;
}

.gallery .slick-slide img {
  border: 2px solid #fff;
  cursor: pointer;
}
.gallery .slider-nav .slick-slide img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gallery .slider-nav .slick-slide img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.node-type-hotel .gallery .pad {
  padding: 15px;
}

#hotel .pad {
  padding: 10px;
}

#golf_course .pad {
  padding: 10px;
}

#latest_deals .pad {
  padding: 10px;
}
#latest_deals .deal {
  text-align: center;
  font-weight: 700;
  font-family: "Lato", serif;
  color: #333027;
  text-transform: uppercase;
}
#latest_deals .deal .btn {
  margin-top: 10px;
}
#latest_deals .deal_price {
  display: block;
  font-size: 2em;
  line-height: 1em;
}
#latest_deals .row {
  padding: 10px 0;
}

#latest_deals .deal_heading {
  font-weight: 700;
  color: #333027;
}

#latest_deals .deal_dates {
  font-style: italic;
}

#latest_deals .deal_body ul {
  display: block;
  padding: 7px 0;
  margin: 0;
}
#latest_deals .deal_body ul li {
  display: block;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  position: relative;
  list-style: none;
}
#latest_deals .deal_body ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8cab3d;
  left: 0;
  top: 9px;
}

.node-type-special-offers #latest_deals .row {
  border: 0 none;
}

.top_border {
  clear: both;
  border-top: 1px solid #eee;
}
.paddingtop22 {
  padding-top: 22px;
}
.paddingtop10 {
  padding-top: 10px;
}

.node-type-hotel #latest_deals .deal .btn {
  font-size: 0.8em;
}
.node-type-hotel #latest_deals .paddingtop10 {
  padding-bottom: 10px;
}

.node-type-hotel .nav.nav-tabs {
  margin: 0 0 -2px 0;
}
.node-type-hotel .nav.nav-tabs li a {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333027;
  padding: 10px 20px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-family: "Lato", serif;
  font-weight: 700;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.node-type-hotel .nav.nav-tabs li a:focus {
  outline: 0;
}

.node-type-hotel .nav.nav-tabs li {
  margin: 0 10px 0 0;
  border-top: 5px solid #cecece;
  background: #fbfaf9;
}
.node-type-hotel .nav.nav-tabs li:hover {
  border-top: 5px solid #333027;
  background: #fff;
}
.node-type-hotel .nav.nav-tabs li.active {
  border-top: 5px solid #8cab3d;
  background: #fff;
}

.node-type-hotel .hotel_about_information .pad {
  padding: 40px;
}
.node-type-hotel .hotel_about_information h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  color: #54524a;
  padding: 15px 0 5px 0;
  margin: 0 0 10px 0;
}

.node-type-hotel .hotel_about_information ul {
  display: block;
  padding: 7px 0;
  margin: 0;
}
.node-type-hotel .hotel_about_information ul li {
  display: block;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  position: relative;
  list-style: none;
}
.node-type-hotel .hotel_about_information ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8cab3d;
  left: 0;
  top: 9px;
}

.related_courses .pad {
  padding: 15px;
}

.related_courses h3 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 0;
  padding: 10px 0;
  background: transparent url(/images/color_green.png) repeat-x center center;
}
.related_courses h3 span {
  background: #fff;
  padding: 10px 20px;
}

.related_courses .related_course {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.related_courses .nearby_course_title {
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  color: #333027;
  padding: 10px 0;
  margin: 0 0 0 0;
}
.related_courses .nearby_course_btn .btn.btn-primary {
  font-size: 0.8em;
  padding: 3px 15px;
  margin: 0 auto;
}

/**
*	DESTINATION
*/

.node-type-destinations .destination_info .pad {
  padding: 0 10px;
  border-left: 5px solid #8cab3d;
}
.node-type-destinations .icon_type {
  background: #333027;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  height: 100%;
}
.node-type-destinations .icon_type .glyphicon {
  color: #9d9c98;
  font-size: 1.8em;
  padding-top: 26px;
}
.destination_about_information .pad {
  padding: 40px;
}

.node-type-destinations .destination_about_information h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  color: #54524a;
  border-bottom: 3px solid #8cab3d;
  padding: 15px 0 5px 0;
  margin: 0 0 10px 0;
}

.node-type-destinations .destination_about_information ul {
  display: block;
  padding: 7px 0;
  margin: 0;
}
.node-type-destinations .destination_about_information ul li {
  display: block;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  position: relative;
  list-style: none;
}
.node-type-destinations .destination_about_information ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8cab3d;
  left: 0;
  top: 9px;
}

.related_regions .pad {
  padding: 0 15px;
}

.related_regions h3 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 0;
  padding: 10px 0;
  background: transparent url(/images/color_green.png) repeat-x center center;
}
.related_regions h3 span {
  background: #fff;
  padding: 10px 20px;
}

.related_regions .related_region {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.related_regions .sub_destinations_title {
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  color: #333027;
  padding: 10px 0;
  margin: 0 0 0 0;
}
.related_regions .related_region_btn .btn.btn-primary {
  font-size: 0.8em;
  padding: 3px 15px;
  margin: 0 auto;
}

/**
*	COURSE
*/

.node-type-golf-course .course_info .course_name h1 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -1px;
  padding: 10px 0 10px 0;
  margin: 0;
}
.node-type-golf-course .course_info .course_location {
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #55524b;
}
.node-type-golf-course .course_info .pad {
  padding: 0 10px;
  border-left: 5px solid #8cab3d;
}

.node-type-golf-course .icon_type {
  background: #333027;
  padding-right: 0;
  padding-left: 7px;
  height: 100%;
}
.node-type-golf-course .icon_type .glyphicon {
  color: #9d9c98;
  font-size: 2.1em;
  padding-top: 20px;
}

.node-type-golf-course .gallery .pad {
  padding: 15px;
}

.course_about_information .pad {
  padding: 40px;
}

.node-type-golf-course .course_about_information h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  color: #54524a;
  border-bottom: 3px solid #8cab3d;
  padding: 15px 0 5px 0;
  margin: 0 0 10px 0;
}

.node-type-golf-course .course_about_information ul {
  display: block;
  padding: 7px 0;
  margin: 0;
}
.node-type-golf-course .course_about_information ul li {
  display: block;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  position: relative;
  list-style: none;
}
.node-type-golf-course .course_about_information ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8cab3d;
  left: 0;
  top: 9px;
}

.related_hotels .pad {
  padding: 0 15px;
}

.related_hotels h3 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 0;
  padding: 10px 0;
  background: transparent url(/images/color_green.png) repeat-x center center;
}
.related_hotels h3 span {
  background: #fff;
  padding: 10px 20px;
}

.related_hotels .related_hotel {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.related_hotels .nearby_hotel_title {
  text-align: center;
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  color: #333027;
  padding: 10px 0;
  margin: 0 0 0 0;
}
.related_hotels .nearby_hotel_btn .btn.btn-primary {
  font-size: 0.8em;
  padding: 3px 15px;
  margin: 0 auto;
}

/**
*	SEARCH RESULTS
*/

.page-search-hotels {
}

.search_results {
  padding: 15px 15px 0px 15px;
}
.search_result {
  margin-bottom: 10px;
}
.search_result .rating {
  display: block;
  padding: 15px 0 5px 0;
  color: #ffb800;
  font-size: 1.4em;
}
.search_result h2.title {
  font-size: 1.6em;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 0;
  padding: 0 0 10px;
}
.search_result .location {
  color: #55524b;
  font-family: "Lato", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  padding: 0 0 10px;
}
.search_result .desc {
  font-size: 0.9em;
  color: #101010;
  padding: 0 0 0 0;
  margin: 0;
}

.search_result .price_box {
  font-family: "Lato", serif;
  color: #333027;
  text-align: center;
  text-transform: uppercase;
}
.search_result .price_box span {
  display: block;
}
.search_result .price_box .price_from {
  font-size: 0.9em;
  padding-top: 30px;
}
.search_result .price_box .price {
  font-size: 3em;
}
.search_result .price_box .price_per {
  font-size: 0.9em;
}

.search_result .btn-actions .btn.btn-primary {
  width: 90%;
  margin: 20px 0 0 0;
}

.search_results.special_offers .desc {
  display: block;
  padding: 20px 0;
}
.search_results.special_offers .desc ul {
  display: block;
  padding: 7px 0;
  margin: 0;
}
.search_results.special_offers .desc ul li {
  display: block;
  padding: 1px 0 1px 15px;
  font-size: 1em;
  position: relative;
  list-style: none;
}
.search_results.special_offers .desc ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8cab3d;
  left: 0;
  top: 9px;
}
.search_results.special_offers .price_box {
  padding-top: 30px;
}

/**
*	CONTENT
*/

.breadcrumb {
  background: 0 none;
  padding: 0;
  margin-left: -15px;
}
.breadcrumb li {
  color: #8a8a8a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
}
.breadcrumb li a {
  color: #8a8a8a;
  font-weight: 800;
}

.nav_siblings_title {
  display: none;
}

.nav_secondary {
  padding: 60px 0 30px 0;
}

.nav_secondary ul {
  padding: 0;
  margin: 0;
}
.nav_secondary ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav_secondary ul li a {
  display: block;
  padding: 5px 0;
  font-weight: 800;
  color: #b8b8b8;
  font-size: 1.2em;
  text-transform: uppercase;
}
.nav_secondary ul li a:hover {
  color: #422f4a;
  text-decoration: none;
}
.nav_secondary ul li.active a {
  color: #422f4a;
  background: url(/images/nav_active.png) no-repeat right center;
}

.content_page {
}
.content_page p {
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  padding: 0.5em 0;
  margin: 0;
}
.content_page h1 {
  color: #333;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 15px 0;
}
.content_page h2 {
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5em 0 0 0;
  margin: 0;
}
.content_page h3 {
  color: #333;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2em 0 0 0;
  margin: 0;
}
.content_page blockquote {
  margin: 20px 0;
  color: #333;
  font-style: italic;
}

.content_page_text .pad {
  padding: 30px;
}

.left_side_bar {
  padding-left: 0;
}
.left_side_bar blockquote {
  color: #8a8a8a;

  font-size: 2.4em;
  font-weight: 800;
  line-height: 0.8em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.node-type-contact-us h1 {
  color: #8a8a8a;

  font-size: 2.4em;
  font-weight: 800;
  line-height: 0.8em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
  border: 0 none;
}

.node-type-contact-us h2 {
  color: #42304a;

  font-size: 1.4em;
  font-weight: 800;
  line-height: 0.8em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
  border: 0 none;
}

/**
*	CASE STYDIES
*/

.node-type-contact-us iframe {
  width: 100%;
  height: 300px;
}

.case_study_testimonials {
  padding: 30px 0;
}

/********************************************/
/****************** NEWS ********************/
/********************************************/

.page-blog .main-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news_categories,
.news_latest,
.news_archive {
  padding: 20px;
}
.news_categories h2,
.news_latest h2,
.news_archive h2 {
  padding: 0;
  margin: 0;
  color: #333027;
  font-family: "Lato", serif;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 0px;
}
.news_categories ul,
.news_latest ul,
.news_archive ul {
  padding: 20px 0;
  margin: 0;
}
.news_categories ul li,
.news_latest ul li,
.news_archive ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #54524a;
  border-bottom: 2px solid #8cab3d;
}
.news_categories ul li:hover,
.news_latest ul li:hover,
.news_archive ul li:hover {
  color: #333027;
}
.news_categories ul li a,
.news_latest ul li a,
.news_archive ul li a {
  display: block;
  padding: 5px 0;
  margin: 0;
  color: #54524a;
}
.news_categories ul li a:hover,
.news_latest ul li a:hover,
.news_archive ul li a:hover {
  color: #333027;
  text-decoration: none;
}

.news_categories {
  background: #fff;
}
.news_latest {
  background: #fff;
}
.news_archive {
  background: #fff;
}

.news_latest_item p {
  font-size: 0.7em;
  color: #999;
  padding: 0 0 5px 0;
  margin: 0;
}

.article h1 {
  color: #422f4a;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: -1px;
}
.article h2 {
  color: #2f414a;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: -1px;
}
.article p.date {
  display: inline-block;
  color: #999;
  padding: 0 0 40px 0;
}
.article p.category {
  display: inline-block;
  padding: 0 0 0 20px;
}

.article p {
  padding: 0.7em 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
}

.news_list {
}

.news_list .blog_item {
  list-style: none;
  overflow: hidden;
}
.news_list .blog_item .pad {
  padding: 10px 25px;
}
.news_list .blog_item p.news_created {
  display: inline-block;
  font-size: 0.8em;
}
.news_list .blog_item p.category {
  display: inline-block;
  font-size: 0.8em;
}
.news_list .blog_item p.category a {
  color: #422f4a;
  font-weight: 700;
}
.news_list .blog_item h2 {
  font-size: 1.6em;
  letter-spacing: -1px;
  margin-top: 0;
  padding: ;
}
.news_list .blog_item h2 a {
  color: #333027;
}

/**
*	MODAL
*/

.modal-body #modal_hotel_info_heading {
  font-family: "Lato", serif;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: 700;
  color: #333027;
  padding: 0 0 5px 0;
}
.modal-body #modal_hotel_info_start_dates {
  display: inline;
  font-family: "Lato", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #54524a;
  padding: 0 0 5px 0;
}
.modal-body #modal_hotel_info_end_dates {
  display: inline;
  font-family: "Lato", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #54524a;
  padding: 0 0 5px 0;
}
.modal-body #modal_hotel_info_end_dates:before {
  /* content: ' - '; */
}
.modal-body #modal_hotel_info_description {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.modal-body #modal_hotel_info_description ul {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.modal-body #modal_hotel_info_description ul li {
  display: block;
  font-size: 0.9em;
  list-style: outside none none;
  padding: 1px 0 1px 15px;
  position: relative;
}
.modal-body #modal_hotel_info_description ul li::before {
  background: none repeat scroll 0 0 #8cab3d;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 5px;
}
.modal-body #modal_hotel_info_price {
  font-family: "Lato", serif;
  font-size: 3em;
  line-height: 1em;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  color: #54524a;
  background: #8cab3d;
}

.modal-body .divider {
  clear: both;
  height: 5px;
  background: #8cab3d;
  margin: 15px 0;
}

#fdc-amigos-enquiry-form .form-item label {
  text-transform: uppercase;
  font-family: "Lato", serif;
  font-size: 0.9em;
  color: #333027;
  padding: 10px 0 3px 5px;
}
#fdc-amigos-enquiry-form .form-item .form-control {
  background: #eee;
}
#fdc-amigos-enquiry-form .form-item-fdc-enquiry-form-name {
  clear: left;
  float: left;
  width: 49%;
}
#fdc-amigos-enquiry-form .form-item-fdc-enquiry-form-email {
  float: right;
  width: 49%;
}
#fdc-amigos-enquiry-form .form-item-fdc-enquiry-form-contact-number {
  clear: left;
  float: left;
  width: 49%;
}
#fdc-amigos-enquiry-form .form-item-fdc-enquiry-form-where {
  float: right;
  width: 49%;
}
#fdc-amigos-enquiry-form .form-item-fdc-enquiry-form-extra {
  clear: both;
}

/**
*	FOOTER
*/

footer.footer {
  margin: 0;
  padding: 0;
  border: 0 none;
}

footer .footer_strip_01 {
  background: #333027;
}

footer .footer_text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}
footer .footer_text h2 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
footer .footer_text h2 span {
  color: #8cab3d;
}
footer .footer_text p {
  color: #b7b7b7;
  font-size: 0.9em;
  padding: 20px 0;
  margin: 0;
}

footer .footer_strip_01 .footer_destination_nav {
  background: #3b382d;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
footer .footer_strip_01 .footer_destination_nav ul {
  display: block;
  padding: 0 0 30px 0;
}
footer .footer_strip_01 .footer_destination_nav ul li.title a {
  color: #fff;
  font-family: "Lato", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 0.8em;
  padding: 0 0 10px 0;
  margin: 0;
}
footer .footer_strip_01 .footer_destination_nav ul li.title a:hover,
footer .footer_strip_01 .footer_destination_nav ul li.title a:focus {
  color: #8cab3d;
  text-decoration: none;
}
footer .footer_strip_01 .footer_destination_nav ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_strip_01 .footer_destination_nav ul li a {
  color: #b7b7b7;
}
footer .footer_strip_01 .footer_destination_nav ul li a:hover {
  color: #fff;
}

footer .footer_strip_02 {
  background: #1e1a11;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer_strip_02 h2 {
  color: #8cab3d;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}

footer .footer_strip_02 .social_follow a.glyphicon {
  color: #797261;
  font-size: 3em;
  margin: 10px 3px 0 0;
}
footer .footer_strip_02 .social_follow a.glyphicon:hover,
footer .footer_strip_02 .social_follow a.glyphicon:focus {
  color: #fff;
  text-decoration: none;
}

footer .form-item-fdc-newsletter-email {
  float: left;
  width: 250px;
}
footer .form-item-fdc-newsletter-email label {
  display: none;
}
footer .form-item-fdc-newsletter-email input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  height: 42px;
}
footer #fdc-newsletter-form--2 button.btn.btn-default {
  width: 115px;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

footer .subfooter {
  padding: 40px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #999;
  background: #000;
}

footer .copyright p {
  color: #666;
}
footer .design {
  color: #333;
  text-align: right;
}
footer .design a {
  color: #333;
}

footer .company_info {
  text-align: left;
  color: #fff;
  padding-bottom: 15px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #422f4a;
  border: 0 none;
}
.pagination > li > a,
.pagination > li > span {
  border: 0 none;
}

/********************************************/
/**************** EXTRAS ********************/
/********************************************/

.overlay,
.overlay2 {
  /*background: url(/images/trans_white_90.png) repeat scroll 0 0 ;*/
  background: url(/images/trans_colour_90.png) repeat scroll 0 0;

  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}
.form_center {
  margin: 100px auto 0;
  width: 900px;
}
.overlay .close_white,
.overlay2 .close_white {
  background: url(/images/close_white.png) no-repeat scroll center center
    rgba(0, 0, 0, 0);
  cursor: pointer;
  float: right;
  height: 24px;
  margin: 50px;
  width: 24px;
  z-index: 999999;
}
.close_white {
  color: #000000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  -moz-text-shadow: 0 1px 0 #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
}
.overlay .close_black,
.overlay2 .close_black {
  background: #3a4048 url(/images/close_white.png) no-repeat scroll center
    center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  margin: 0;
  width: 44px;
  z-index: 999999;
}
.close_black {
  color: #000000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
}

.hover_contact {
  cursor: pointer;
  left: 0;
  position: fixed;
  top: 30%;
  z-index: 999;
}
.hover_contact div.btn_requestcontact {
  background: none repeat scroll 0 0 #422f4a;
  padding: 20px;
}

.node-type-quotation-request-form .panel .pad {
  padding: 30px;
}
.node-type-quotation-request-form form label {
  padding: 7px 0 2px 5px;
  margin: 0;
}

@charset "UTF-8";

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

[data-icon]:before {
  font-family: "golfamigos" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "golfamigos" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lodging:before {
  content: "a";
}
.icon-facebook-circled:before {
  content: "b";
}
.icon-twitter-circled:before {
  content: "c";
}
.icon-gplus-circled:before {
  content: "d";
}
.icon-pinterest-circled:before {
  content: "e";
}
.icon-instagram-circle:before {
  content: "f";
}
.icon-mail:before {
  content: "g";
}
.icon-call-phone:before {
  content: "h";
}
.icon-flag:before {
  content: "i";
}
.icon-world:before {
  content: "j";
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  header .row {
    padding: 0;
  }
  .navbar .logo {
    padding: 10px 0 8px 0;
    display: block;
  }

  .header_cta {
    background: #000;
    overflow: hidden;
    text-align: left;
  }
  .header_cta span.title {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 1em;
    padding: 9px 5px 9px 0;
  }
  .header_cta span.number {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 1em;
    padding: 9px 0 9px 0;
  }
  .header_cta a {
    display: inline;
    width: auto;
    float: right;
  }
  .header_cta a span.btn.btn-primary {
    padding: 5px 15px;
    font-size: 0.8em;
  }

  .not-front .main-container.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.home_boxes {
    margin: 0;
  }
  .home_boxes .half_col_left {
    padding-right: 15px;
  }
  .home_boxes .half_col_left .half_col_left_left {
    padding-right: 15px;
  }
  .home_boxes .half_col_left .half_col_left_right {
    padding-left: 15px;
  }
  .home_boxes .half_col_left_wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_boxes .half_col_right {
    padding-left: 15px;
  }
  .home_boxes .half_col_right .half_col_right_left {
    padding-right: 15px;
  }
  .home_boxes .half_col_right .half_col_right_right {
    padding-left: 15px;
  }

  .home_banners .slick-list {
    height: 100%;
  }
  .home_banners .slick-track {
    height: 100%;
  }
  .home_banners .slick-track img {
    height: 100%;
    width: auto;
  }
  .home_banners .banner_text {
    font-size: 0.7em;
    text-align: center;
  }
  .home_banners .banner_text .line_01 {
    margin: 40px 0 0 0;
    float: none;
  }
  .home_banners .banner_text .line_02 {
    margin: 10px 0 0 0;
    float: none;
  }

  .breadcrumb {
    margin-left: 0;
  }

  .left_side_bar {
    padding-left: 15px;
  }
  .nav_secondary {
    padding: 20px 0;
  }
  .nav_secondary select {
    width: 100%;
  }

  .content_page_text .pad {
    padding-left: 0;
    padding-right: 0;
  }
  .content_page_images {
    padding-right: 1px;
  }
  .content_portfolio {
    padding: 0 15px;
  }

  .mmform-container {
    padding: 10px !important;
    font-size: 14px !important;
  }

  div.formrowcontainer label.formlabel,
  div.formrowcontainer label.checkbox-formlabel {
    font-size: 12px !important;
  }
  .mmform-container fieldset.titlepart h2 {
    font-size: 28px !important;
    line-height: 0.8em !important;
    padding: 10px 45px 10px 20px !important;
    margin: 0 !important;
    text-align: left !important;
  }
  div.fieldcontainer input[type="text"],
  div.fieldcontainer input[type="email"],
  div.fieldcontainer input[type="url"],
  div.fieldcontainer input[type="number"],
  div.fieldcontainer input[type="tel"],
  div.fieldcontainer input[type="password"],
  div.fieldcontainer select,
  div.fieldcontainer textarea {
    margin: 0 !important;
  }

  .case_study_left_block_body {
    padding-bottom: 20px;
  }
  .content_portfolio h2.panel-title span {
    padding: 20px;
  }
  .content_portfolio .tiny_image {
    width: 100%;
  }
  .content_portfolio .tiny_image img {
    margin-top: -40%;
  }
  .content_portfolio .panel-body .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .portfolio_text {
    padding: 0 35px;
  }
  .content_portfolio .portfolio_gallery {
    margin-top: 0;
  }
  .portfolio_main_image {
    background-size: 100% auto;
    height: 403px;
    background-position: top center;
  }
  .portfolio_text .btn.btn-default {
    font-size: 0.9em;
    width: 100%;
  }

  div.formrowcontainer.newsletter_field {
    padding-top: 0 !important;
  }
  fieldset.submitpart {
    padding: 0 !important;
  }

  footer .footer_cta {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer_cta p {
    font-size: 0.8em;
    float: none;
  }
  footer .footer_cta .glyphicon {
    width: 44px;
    height: 44px;
    padding: 8px;
    font-size: 1.6em;
  }
  footer .footer_cta p.visible-xs {
    text-align: center;
    text-align: center;
    margin: 15px 0 5px 0;
    padding-top: 15px;
    width: 100%;
    border-top: 5px solid #fff;
  }
  footer .footer_cta p.visible-xs span {
    font-size: 2em;
  }
  footer .footer_cta p.visible-xs span.large {
    font-size: 1.6em;
    letter-spacing: 0;
  }

  footer .btn_booksitesurvey {
    display: block;
    font-size: 2em;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    margin-left: 0;
  }

  footer .footer_menu {
    float: none;
  }
  footer .footer_menu .nav {
    text-align: center;
  }
  footer .social_follow {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 2em;
    width: 100%;
  }
  footer .social_follow p {
    display: none;
  }
  footer .social_follow a {
    display: inline-block;
    float: none;
  }

  footer .subfooter > div {
    padding: 0 15px;
    text-align: center;
  }
  footer .subfooter img {
    margin: 20px auto;
  }

  .hover_contact {
    display: none;
  }

  .nav.nav-tabs li {
    margin: 0px;
  }

  .nav.nav-tabs li a {
    font-size: 1.2em !important;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hover_contact div.btn_requestcontact {
    display: none;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home_banners .colour_wrap {
    height: 263px;
  }
  .hover_contact div.btn_requestcontact {
    padding: 20px 5px;
  }
  footer .footer_cta a.cta_call,
  footer .footer_cta span.large {
    font-size: 1.8em;
  }
  .portfolio_text .btn.btn-default,
  .content_page_text .btn.btn-default {
    font-size: 0.8em;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .nav > li > a {
    padding: 10px 14px;
  }

  .home_banners .colour_wrap {
    height: 203px;
  }
  .home_banners .banner_text p {
    font-size: 1.6em;
    padding: 50px 50px 0;
  }

  .hover_contact div.btn_requestcontact {
    display: none;
  }

  .left_side_bar blockquote {
    font-size: 2em;
  }

  footer .footer_cta {
    padding: 20px 0;
  }
  footer .footer_cta p span {
    font-size: 0.8em;
  }
  footer .footer_cta a.cta_call,
  footer .footer_cta span.large {
    font-size: 1.6em;
  }
  footer .btn.btn-default.btn_booksitesurvey {
    font-size: 0.8em;
    padding: 5px 8px;
    margin: 5px 0 0 10px;
  }

  .mmform-container {
    font-size: 14px !important;
  }
  div.formrowcontainer label.formlabel,
  div.formrowcontainer label.formlabel,
  div.formrowcontainer label.checkbox-formlabel {
    font-size: 14px !important;
  }
  #containermssys_int_mobile
    div.fieldcontainer
    input.intmobilenumber[type="text"] {
    width: 52% !important;
  }
}

/* Small Desktops and laptops ----------- */
@media only screen and (max-width: 1024px) {
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/*.in .accord_img {display: none}*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .search_bar form .form-item label {
    font-size: 0.8em;
  }
  .btn {
    font-size: 0.8em;
  }
}

/* Medium Devices, Tablets/Laptops */
@media only screen and (max-width: 992px) {
  .search_bar form .form-item label {
    font-size: 0.8em;
  }
  .btn {
    font-size: 0.8em;
  }
}

/* Small Devices, Tablets/Landscape Phones */
@media only screen and (max-width: 768px) {
  .header_search {
  }
  .navbar-default .megamenu .navbar-nav li.toplevel > a.toplevel {
    padding: 15px 9px;
    font-size: 0.8em;
  }
  .btn {
    font-size: 0.8em;
  }
  .search_bar form .form-item h2 {
    font-size: 1.4em;
  }
  .search_bar form .btn.btn-primary {
    margin-top: 30px;
  }
  .header_cta span.trigger_overlay_general {
    margin-bottom: 7px;
  }
  .destination_name h1 {
    font-size: 1.4em;
  }
}

/* Extra Small Devices, iPhones (Portrait) */
@media only screen and (max-width: 480px) {
  header .accrs img {
    padding-right: 0;
  }

  .home_banners .banner_text .line_01 {
    font-size: 2em;
    letter-spacing: 0;
    margin: 140px 0 0 0;
  }
  .home_banners .banner_text .line_02 {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 1.4em;
    line-height: 1em;
  }
  .home_banners .banner_text .btn {
    margin: 15px 0 0;
    display: block;
  }

  .home_banners .slick-track img {
    height: auto;
    width: 130%;
    z-index: 0;
  }

  .slick-slider {
    margin-bottom: 15px;
  }
  .slick-dots {
    display: none !important;
  }

  .slick-next:before,
  .slick-prev:before {
    color: #333027;
  }
  .node-type-hotel .nav.nav-tabs li a {
    font-size: 1em;
  }
  #latest_deals .deal {
    text-align: center;
    display: block;
  }
  #latest_deals .deal span {
    display: block;
  }
  .node-type-hotel #latest_deals .deal .btn {
    margin-bottom: 10px;
  }

  .home_promos .nav.nav-tabs li a {
    font-size: 0.6em;
    min-height: 50px;
  }
  .home_feature.slick-slider {
    margin: 0 0 10px 0;
  }
  .home_feature .slick-slide .panel {
    height: 100%;
  }
  .home_feature .slick-slide .panel .pad {
    height: 100%;
  }
}

.carousel-inner .item .caption h3 {
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 10;
  font-size: 4em;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: -2px;
  -moz-text-shadow: 0 5px 20px #000;
  -webkit-text-shadow: 0 5px 20px #000;
  text-shadow: 0 5px 20px #000;
  margin: 20px 40px 0 0;
  -webkit-transition: 15.5s ease-in-out left;
  -moz-transition: 15.5s ease-in-out left;
  -o-transition: 15.5s ease-in-out left;
  transition: 15.5s ease-in-out left;
}

.carousel-inner .item .caption p {
 position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	float: right;
	color: #fff;
	font-family: 'Lato', serif;
	font-weight: 700;
	font-size: 1.2em;
	background: rgba(0,0,0,0.4);  
	padding: 10px 20px; 
	margin: 0 40px 0 0;
	width: 500px;
}

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}

.leaf {
  border-bottom: 1px solid #666;
}

.leaf a {
  color: #fff !important;
}

.carousel-header {
  position: absolute;
  top: 0px;
  left: 1%;
  z-index: 9;
  font-size: 3em;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: -2px;
  -moz-text-shadow: 0 5px 20px #000;
  -webkit-text-shadow: 0 5px 20px #000;
  text-shadow: 0 5px 20px #000;
  margin: 20px 40px 0 0;
  -webkit-transition: 15.5s ease-in-out left;
  -moz-transition: 15.5s ease-in-out left;
  -o-transition: 15.5s ease-in-out left;
  transition: 15.5s ease-in-out left;
}
