/*
Theme Name: getaway
Theme URI: http://clickshape.com
Description: Getaway theme, by Clickshape.
Version: 1
Author: Joseph C Lawrence @ Clickshape
Author URI: http://clickshape.com
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* New coral colour: #EE6754; old coral colour: #EE6754; */
/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clearboth {
	clear:both;
}

/* layout */

body{
	padding-top: 100px;
	line-height:1.8em;
	background-color:#ffffff;
	overflow-x:hidden;
}
body, p, li {
	color:#454545;
	font-weight:300;
	font-size:16px;
}
/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}
a:hover {
	color:#ac1416;
}



.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	/* width: 100px; */
}
.fui-search {
	color:#EE6754 !important;
}
#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: left;
	margin-bottom: 18px;
	width:100%;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 1%;
	width: 13%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:500;
}

/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

#main article.getaway {
	margin-bottom: 18px;
	padding: 10px;
	text-shadow: none;
	background-color: #f9f8f3;
	border: 2px solid #ebece8;
	border-radius: 6px;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}
h1, .h1 {
	font-family: 'Open Sans', sans-serif;	
/* 	font-size:50px; */
/* 	text-shadow: 0px 0px 70px #000000; */
	text-transform:uppercase;
	font-weight:900;
	text-transform:none;
/* 	text-align:center; */
	font-weight: 500;
}
.parallax-image-post h1.single-title {
	text-align: center;
font-size: 50px;
font-weight: 500;
max-width: 90%;
margin: 20px auto 45px;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_'], div[class*='wp-caption']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}
.img-thumbnail {
	border-radius:0px;
}
/*
.panel-default {
	display:none;
}
*/
.img-thumbnail {
	border-radius:0px;
}
/*
.bottom-menu-inverse {
	border-top: 2px solid #FDCC03;

}
*/
#related-full-width {
	position:absolute;
	left:0px;
	width:100%;
}
#related-full-width div[id*='col-'] {
	padding:0px;
	margin:0px;
}
.parallax-window h1.single-title {
	color:#ffffff;
	text-align:center;
	font-size:60px;
	padding-top:14%;
	margin-top:0px;
	text-shadow: 0px 0px 10px #666;
}
#main article img {
	height: auto;
	max-width: 100%;
	margin-top:20px;
	margin-bottom:10px;
}
#main article.big_query img {
	height: auto;
	max-width: 100%;
	margin:0px 0px 20px;
}
#main article .flexslider img {
	margin:0px;
}
#main article .thumbnail img{
	margin:0px;
	width:100%;
}
.home #main article img{
	margin:0px 0px;
	width:100%;
}

#main article img.alignleft{
	margin-right: 20px;
	float: left;
}

#main article img.alignright{
	margin-left: 20px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.aligncenter {
	display:block;
	margin: 0 auto;
}

#main article .aligncenter img {
	width:100%;
}
.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}


.bringup {margin-bottom:-18px !important;}

/* comments */



#comments {
  line-height: 30px;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 20px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
	padding-left:5px;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #f8f8f8;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

ol.commentlist ul.children li ul.children li{
	background-color: #f0f0f0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #efefef;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	border: 1px solid #f0f0f0;
padding: 10px;
margin-bottom: 10px;
	background-color: #ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}


/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
	max-height:800px;
	width:auto;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

.travel-box {
    background-color: #F9F8F3;
    border: 2px solid #EBECE8;
    border-radius: 6px;
    color: #34495E;
    font-size: 16px;
    line-height: 1.625;
    padding: 18px 45px 14px 30px;
    text-shadow: none;
    margin-top:35px;
}

.travel-box h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: inherit;
    margin-top: 0;
}

.travel-box p {
    font-size: inherit;
    line-height: inherit;
}
.travel-box > p, .travel-box > ul {
    margin-bottom: 0;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
	padding-left:0px;
}

li.next a, li.previous a{
	position: relative;
}


/* widget styles */

.widget{
	margin-bottom: 18px;
	margin-top: 10px;
	float:left;
}

.widgettitle{
	margin-bottom: 9px;
		color:#444444;
	font-weight: 600 !important;
font-size: 17px !important;
text-transform: uppercase;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}
.align-center {
	text-align: center;
}
.navbar-inner, .bottom-menu-inverse {
	background:#222222;
}
.top-black-label {
	width:95%;
	padding:2px;
	background:#eeeeee;
	margin:0 auto 30px !important;
	text-align: center;
	color:#555555;
	position:relative;
	font-family:'Open Sans', serif;
	font-size: 14px;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left:-5px;
}
.btn.btn-xlarge {
font-size: 25px;
line-height: 30px;
padding: 12px 18px 13px;
}

/*Mega menu */
#megaMenu {
  border:none;
  border-bottom:none;
  background-color:#34495E;
  margin-top:9px;
}
/*
.smallnav #megaMenu {
  width:85%;
  float:right;
}
*/
.smallnav #megaMenu.megaFullWidth {
  margin-top:0px;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
/*   font-size:16px; */
  color:#fffff;
/*   padding:12px 15px; */
  font-weight:bold;
  padding:9px 10px;
	font-size:15px;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
  border-left:1px solid transparent;
}
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > span.um-anchoremulator {
  border-top:1px solid transparent;
  -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.9);
  -moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.9);
  box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.9);
}
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub > a, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega > a, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator { padding-right:20px; }
#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
  text-transform:none;

  color: #ffffff;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
	text-transform:uppercase;
}
#megaMenu ul.megaMenu > li.menu-item:hover > a, #megaMenu ul.megaMenu > li.menu-item > a:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > a, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
  background:#ffffff;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color:#ffffff;
}
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title { text-shadow:0 -1px 1px transparent; }
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a { color:#ffffff; }
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  border-color:transparent;
  color:#2C3E50;
  text-shadow:0px 1px 1px transparent;
  -webkit-box-shadow:1px 1px 1px transparent;
  -moz-box-shadow:1px 1px 1px transparent;
  box-shadow:1px 1px 1px transparent;
  background-color:#ffffff;

}
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title {
	color:#EE6754;
}
#megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a { color:#EE6754; }

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:0px 8px 20px -13px #000000;
	-webkit-box-shadow:0px 8px 20px -13px #000000;
	-moz-box-shadow:0px 8px 20px -13px #000000;
	background: rgba(256,256,256,1);
background-color: rgba(256,256,256,1); 
}
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item { min-width:100px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, #megaMenu .wpmega-widgetarea h2.widgettitle {
  color:#777777;
  font-size:12px;
  font-weight:bold;
  text-shadow:0px 1px 1px transparent;
  padding-bottom:.4em;
  border-bottom:1px dotted transparent;
  margin-bottom:.6em;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a { color:#EE6754; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, #megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
  color:#888888;
  font-size:12px;
  text-shadow:0px 1px 1px transparent;
  background-color:transparent;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a {
  color:#000000;
  background-color:transparent;
}
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform { padding-top:2px; }
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator { color:#888888 !important; }
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description { padding-left:5px; }
.ss-nav-menu-with-img { min-height:0px; }
#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {
  font-size:9px;
  line-height:1.4em;
  color:#bbbbbb;
  text-transform:none;
}
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-top-color:transparent; }
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after { border-left-color:transparent; }
#megaMenu .wpmega-divider {
  border-top:1px solid transparent;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
#megaMenu.megaMenuVertical > ul > li.menu-item > a, #megaMenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator {
  background-color:transparent;
  background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background:-webkit-linear-gradient(top,transparent,transparent);
  background:-moz-linear-gradient(top,transparent,transparent);
  background:-ms-linear-gradient(top,transparent,transparent);
  background:-o-linear-gradient(top,transparent,transparent);
}
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-left-color:transparent; }
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu { border-left:; }
#megaMenu.megaMenuHorizontal ul.megaMenu { *border-bottom:none; }
#megaMenu.megaMenuVertical ul.megaMenu { *border-right:none; }

#megaMenu ul ul .wpmega-nonlink.wpmega-widgetarea ul {
list-style: none;
margin-left:0px;
padding-left:0px;
}
#megaMenu .wpmega-nonlink li.widget li {
clear:both;
margin-bottom:5px;
float:left;
}
#megaMenu .wpmega-nonlink li.widget li img {
margin-right:15px;
float:left;
}
#megaMenu .wpmega-nonlink li.widget li h4 {
display:inline;
font-size:15px;
color: #2c3e4f;
font-weight:500;
}
#megaMenu .wpmega-nonlink li.widget li p {
font-size:14px;
color: #888888;
font-weight:400;
}
#megaMenu .wpmega-nonlink li.widget li h4:hover, #megaMenu .wpmega-nonlink li.widget li p:hover {
	color:#EE6754;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 {
	padding:10px 27px 0px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item, #megaMenu .wpmega-nonlink ul li.widget {
	margin-bottom:0px;
}
#megaMenu.megaMenuHorizontal ul.megaMenu, #megaMenu.megaFullWidth {
	background:transparent;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
	padding-right:10px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color:transparent;
}
h2.home-column-header {
  line-height: 10px;
}
.sidr {
  width:220px;
}
#content.mainhomepage {
/*   margin-top:390px; */
}
#menu-main-menu.nav > li {
  float:right;
}
.sidebar-nav {
padding: 9px 0;
}
.sidebar ul.dpe-flexible-posts li h5 {
	color:#444444;
	font-weight:300;
}
.sidebar ul.dpe-flexible-posts li h5:hover {
	color:#EE6754;	
}
.sidebar ul.dpe-flexible-posts li:hover h5 {
	color:#EE6754;
}
.sidebar ul.dpe-flexible-posts li img {
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sidebar ul.dpe-flexible-posts li.magazine-issues img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sidebar ul.dpe-flexible-posts li:hover img:hover {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul.dpe-flexible-posts, ul.dpe-flexible-posts li {
/* 	border-bottom: 1px solid #eeeeee; */
	padding-bottom: 10px;
}
.megaMenu ul.dpe-flexible-posts, .megaMenu ul.dpe-flexible-posts li {
/* 	border-bottom: 1px solid #eeeeee; */
	padding-bottom: 5px;
}
.sidebar ul.dpe-flexible-posts li:hover img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sidebar .widget_twitter_timeline {
	opacity:0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.sidebar:hover .widget_twitter_timeline {
	opacity:1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.dropdown.menu-item {
  position:static;
}
.navbar #menu-top-menu.nav > li > a{
 font-size: 12px; 
 font-weight:lighter; 
 padding:0px 20px;
}
/*
#menu-top-menu {
 height:20%;
}
*/
#menu-main-menu {
 height:30%;
 clear:right;
 font-size:1.2em;
 font-weight:bolder; 
 position:relative;
 top:25px;
 width:100%;
}
.the-header-ad {
  height:90px;
  clear:right;
/* 	      margin-right:20%; */
  float:right;
  min-height:90px;
  min-width:728px;
}
.the-header-ad .widget {
	margin-bottom:0px;
}
.the-header-ad .ad-728-new {
  margin:0 auto;
}
.the-header-ad .ad-468-new {
  display:none;
}
.navbar-inner {
  height:170px;
  border-radius:0px;
}
#menu-main-menu .dropdown-menu p {
  font-weight:normal;
  font-size:0.8em;
}
#menu-main-menu .dropdown-menu h4 {
  margin:0;
}
.dropdown-menu ul {
  list-style:none;
}
.nav.sidey {
  margin-left:-100%;
  float:left;
  width:70%;
  background:#222222;
  overflow-y:scroll;
  height:0px;
  position:fixed;
  padding:5%;
}
.nav.sidey.in {
/*
  margin-left:0%;
  float:left;
  width:80%;
  overflow-y:scroll;
*/
}
#main-content-block {
  /* float:left; */
  margin-left:0;
  background: #ffffff;
}
#main-content-block.out1 {
/* 	      margin-left:80%; */
  position:absolute;
  overflow:hidden;
}
.affix {
  background:#cccccc;
}

.smallnav .navbar-inner {
  height:40px;
}
.smallnav #menu-top-menu {
  display:none;
}
.smallnav .the-header-ad {
  display:none;
}
.smallnav #menu-main-menu {
 height:100%;
 clear:right;
 font-size:1em;
 font-weight:bolder; 
 position:relative;
 top:10px;
 width:100%;
}
.smallnav .navbar-brand {
  position:absolute;
  top:9px;
  z-index: 999;
}
.smallnav .navbar-brand img {
  width:100px;
}
.navbar-brand {
  position:absolute;
  top:60px;
  padding:0px 0px 0px 30px !important;

}
/*
.accordion-group {
  border:none;
  background:#333333;
}
*/
.margin-auto {
  margin:0 auto;
}
#home-hero {
  max-height: 350px;
  overflow-y:hidden;
  width:100%;
/* 	      margin-top:-60px; */
  position:absolute;
  background-image:url('assets/img/hero-image.jpg');
  background-position-x: center;
  text-align: center;
  padding: 65px 0px;
  margin-bottom:20px;
  left:0;
}
#home-hero img {
  width:100%;
}

#home-hero h2 {
  color:white;
}
#appendedInputButtons {
  height:35px;
  font-size:30px;
}
.home-search {
  margin-top:30px;
}
.home-biz-areas .span3,.home-biz-areas h1 {
  text-align:center;
}
.home-biz-areas {
  margin-top:30px;
}
.home-biz-areas .span3 p {
  text-align:left;
}
.navbar .nav {
	margin-bottom:0px;
	}
a.home-explore {
  font-size:28px;
  text-align: center;
  margin: 20px 0px;
  display: block;
}
.span4 > p {
  text-align: center;
}
.container-fluid {
  max-width:1200px;
  margin: 0 auto;
}
.dropdown-menu {
  top:100%;
}
.additional-link {
  float:left;
  font-size:20px;
}
#left-column-sidebar #menu-main-menu.nav > li {
	float:none;
}
.navbar .nav > li > a {
	color:#ffffff;
	line-height:18px;
}
/*
footer {
background-color: #34495E;
color: #ffffff;
font-size: 15px;
padding: 0;
}
*/
footer a {
	color:#ffffff;
}
footer .nav>li>a {
  padding: 5px 15px;
}
.ginput_container input:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #b2bcc5;
}
.ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #b2bcc5;
}
.ginput_container input:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #b2bcc5;
}
.ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #b2bcc5;
}
.ginput_container input.placeholder, .ginput_container textarea.placeholder {
  color: #b2bcc5;
}
.ginput_container input, .ginput_container textarea {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 8px 12px;
  height: 41px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-backface-visibility: hidden;
}
.form-group.focus .ginput_container input,
.ginput_container input:focus, .ginput_container textarea:focus {
  border-color: #EE6754;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ginput_container input[disabled],
.ginput_container input[readonly],
fieldset[disabled] .ginput_container input {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
}

.nav-tabs > li > a {
	padding:7px 8px 8px;
	font-size: 14px;
}
.breadcrumb-text p {
	font-size:14px;
	font-weight:400;
}
.h2, .h2 a {
	font-size:20px;
	color: #2c3e4f;
	font-weight:500;
}
.h2 a:hover {
	color:#ec543f;
}
footer.post-footer a {
	color: #16a085;
}
.navbar .btn-navbar {
	color:#eeeeee;
	font-size:11px;
	line-height:11px;
}
.attachment .attachment-img img {
	width:100%;
}
.sidr-class-wpmega-widgetarea img, .sidr-class-dpe-flexible-posts, .sidr-class-widget_text {
	display:none;
}
.sidr-class-the-header-ad {
	display:none;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	box-shadow:none;
}
.sidr-class-widgettitle {
	padding-left:45px !important;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 13px;
	line-height: 33px;
}
.nivo-lightbox-content iframe {
	background: #ffffff;
}
.requestnow {
	margin-right:5px;
}
hr {
  border-top: 1px solid #454545;
}
/*JQUERY UI STYLES FOR VISUAL COMPOSER */
.ui-corner-top, .ui-corner-all, .wpb_accordion_section {
	border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
}
.ui-corner-bottom {
	border-radius:0px 0px 3px 3px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.wpb_accordion_section {
	border: none !important;
	border-radius:0px 0px 3px 3px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	margin-top:5px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	font-size:24px !important;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
	font-weight: 700;
}
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom:30px !important;
}
.home .wpb_accordion_section {
border: 1px solid #eeeeee;
}
.home .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color:transparent;
}
.home .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	font-size:28px !important;
}
.home .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display:none;
}
.home .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left:0em;
}
.home .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding:1em 0em !important;
}
.accom-feat-img-wrap {
	height: 170px;
	overflow:hidden;
}
@media only screen and (min-width: 1200px) {

	#locations-blocks .col-md-4 .accom-feat-img-wrap {
		height: 260px;
		overflow:hidden;
	}
	#locations-blocks .col-md-3 .accom-feat-img-wrap {
		height: 195px;
		overflow:hidden;
	}
	.parallax-window {
    	min-height: 580px;
		background: transparent;
		/*     margin-top:00px; */
	}
	.parallax-window h1.single-title {
		font-size:80px;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {

	#locations-blocks .col-md-4 .accom-feat-img-wrap {
		height: 215px;
		overflow:hidden;
	}
	#locations-blocks .col-md-3 .accom-feat-img-wrap {
		height: 165px;
		overflow:hidden;
	}
	.parallax-window {
    	min-height: 450px;
		background: transparent;
		/*     margin-top:00px; */
	}
	.parallax-window h1.single-title {
		font-size:70px;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {

	#locations-blocks .col-md-4 .accom-feat-img-wrap {
		height: 170px;
		overflow:hidden;
	}
	#locations-blocks .col-md-3 .accom-feat-img-wrap {
		height: 250px;
		overflow:hidden;
	}
}
@media (min-width: 480px) and (max-width: 979px) {
	.parallax-window {
    	min-height: 400px;
		background: transparent;
		/*     margin-top:00px; */
	}
	.parallax-window h1.single-title {
		font-size:50px;
		
	}
}
@media only screen and (max-width: 767px) {

	#locations-blocks .col-md-4 .accom-feat-img-wrap {
		height: 250px;
		overflow:hidden;
	}
	#locations-blocks .col-md-3 .accom-feat-img-wrap {
		height: 220px;
		overflow:hidden;
	}
}
@media (max-width: 479px) {
	.parallax-window {
    	min-height: 300px;
		background: transparent;
		/*     margin-top:00px; */
	}
	.parallax-window h1.single-title {
		font-size:40px;
	}
}
#locations-blocks a {
	color: #ffffff;
}
#locations-blocks .caption {
	background: rgba(0,0,0,.7);
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:15px;
}
#locations-blocks a {
	float:left;
	width:100%;
	position:relative;
}
.page-template-accommodation-home-php #main header {
	background-size:100%;
	min-height:330px;
}

.ubersearch span.input-group-btn {
	vertical-align: top !important;
	width:auto;
}

.footer-ad-left a {
	float:right;
	min-height: 140px;
}

.footer-ad-right a {
	float:left;
	min-height: 140px;
}
.event-details-list span {
	clear:both;
	float:left;
	font-size:16px;
	line-height:36px;
}

#main article #mapCanvas img {
	max-width:none;
}
.page-header {
	margin:0 0 20px;
}
#accommodation-list-heading {
	margin-top:-6px;
	font-size:23px;
}
.stars {
	margin-top:15px;
}
#bottom {
	margin-top:5px;
}
.btn-group.select, .btn.dropdown-toggle {
	max-width:100%;
}
.indent-para {
	text-indent:30px;
}

.special {
position: absolute;
width: 50px;
height: 50px;
color: #FFF;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
background-color: #e74c3c;
background-position: top left;
top: -5px;
left: 0;
z-index:99;
}

.special-detail {
position: absolute;
width: 50px;
height: 50px;
color: #FFF;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
background-color: #e74c3c;
background-position: top left;
top: -10px;
left: -20px;
z-index:99;

}
.special_detail_text {
	padding-left: 25px;
	font-weight: bold;
}
.special_text {
font-size: 14px;
line-height: 15px;
width: 50px;
text-align: center;
height: 40px;
margin-top: 8px;
font-style: italic;
}

.listentry {
	position:relative;
}

#accomm-detail-thumbs .thumbnail {
display: inline-block;
display: block;
height: auto;
max-width: 100%;
padding: 0px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #ffffff;
border: 0px solid #dddddd;
border-radius: 0px;
height:110px;
overflow:hidden;
}

.accordion .panel-heading, #gmap {
	cursor: pointer;
}
.accommodation-detail .sd-title, .guide-info .sd-title {
	display:none;
}
.accommodation-detail div.sharedaddy .sd-content, .guide-info div.sharedaddy .sd-content {
	width:100%;
	float:left;
}

/* Newsletter styling page */
div.el-content-wrapper
{
    font-size: 12px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color: #595959;
}

div.el-content-wrapper select
{
    padding: 2px;
}

div.el-content-wrapper select
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #e0e0e0;
    height: 27px;
    background-color:#fbfbfb;
    padding: 4px 3px 3px 7px;
    -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.el-content-wrapper textarea
{
    font-family: "courier new";
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: #fbfbfb;
    padding: 4px 3px 3px 7px;
    -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.el-content-wrapper label
{
    color: #595959;
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
}
div.el-content-wrapper label.radio
{
    margin-right: 5px;
}
div.el-content-wrapper input:-moz-placeholder
{
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color: #BBBBBB;
    font-style: italic;
}
div.el-content-wrapper input::-webkit-input-placeholder
{
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color: #BBBBBB;
    font-style: italic;
}
div.el-content-wrapper input[type="radio"]
{
    margin-right: 2px;
}
div.el-content-wrapper input[type="checkbox"], input[type="radio"]
{
    border: none;
    padding: 0;
    min-width: inherit;
}
div.el-content-wrapper input[required], textarea[required]
{

    background: #FFFFFF url(http://lifestyle.ramsaymedia.co.za/images/icons/asterisk-small-yellow.png) no-repeat center right;
}
div.el-content-wrapper input.input-number
{
    min-width: 70px;
    width: 70px;
}
div.el-content-wrapper textarea[required]
{
    background-position: top right;
}


div.el-content-wrapper input.public_button:hover
{
    background: #F2F2F2 url(http://lifestyle.ramsaymedia.co.za/images/layout/gradient_small_rev.png) repeat-x scroll 0 top;
}

div.el-content-wrapper .clear
{
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0px;
}
div.el-content-wrapper .nowrap
{
    white-space: nowrap;
}
div.el-content-wrapper .stretch
{
    width: 100% !important;
}
/*Headers*/
div.el-content-wrapper h1
{
    font-size: 24px;
    padding: 3px 2px;
    font-weight: 400;
    margin: 6px 0 20px 0;
    color: #343434;
}
div.el-content-wrapper h2
{
    margin-bottom: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
div.el-content-wrapper h2 label
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
div.el-content-wrapper h3
{
    margin-bottom: 5px;
    color: #5A5A5A;
    font-weight: bold;
    font-size: 13px;
}
div.el-content-wrapper h3 label
{
    color: #5A5A5A;
    font-weight: bold;
    font-size: 13px;
}
/*Content wrappers*/
div.el-content-wrapper
{
    /*Default width*/
    width: 450px;
    padding: 10px;
}

div.el-content
{
    /*Default width*/
    width: 99%;
}
/*Forms*/
div.el-content-wrapper table.fieldset
{
    margin: 0 0 0 4px;
}
div.el-content-wrapper table.fieldset td
{
    padding: 0 5px 6px 0;
    vertical-align: top;
}
div.el-content-wrapper table.fieldset td label
{
    display: inline-block;
    margin-top: 4px;
}
div.el-content-wrapper table.fieldset input[type="checkbox"]
{
    margin-top: 4px;
}
div.el-content-wrapper table.fieldset.summary td
{
    font-size: 12px;
    padding-top: 4px;
    color: #777777;
}
div.el-content-wrapper table.fieldset.summary td label
{
    font-weight: bold;
    color: #777777;
    margin-top: 0px;
    white-space: nowrap;
}
div.el-content-wrapper table.fieldset.view td
{
    padding-top: 4px;
}
div.el-content-wrapper table.fieldset.view td label
{
    margin-top: -1px;
}
div.el-content-wrapper table.fieldset.view td.checkbox-setting
{
    padding-top: 7px;
    font-size: 12px;
}
div.el-content-wrapper span.error
{
    position: relative;
    display: inline-block;
    padding: 3px;
    margin: -3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background-color: #FFE3E3;
}
div.el-content-wrapper span.error input
{
    border: 1px solid #FF9999;
    background-color: #FFFFFF !important;
}
div.el-content-wrapper span.error span
{
    display: block;
    margin-top: 1px;
    text-align: right;
    color: #FF5858;
    font-size: 10px;
    font-style: italic;
}
div.el-content-wrapper table.fieldset td.submit
{
    text-align: left;
}
div.el-content-wrapper div.field-heading.top
{
    margin-bottom: 7px;
}
div.el-content-wrapper div.field-heading.bottom
{
    margin-bottom: 7px;
}
div.el-content-wrapper div.field-heading.bottom>label
{
    font-size: 12px !important;
    margin-left: 2px;
}
div.el-powered-by
{
    font-size: 11px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color: #595959;
}

.el-powered-by a
{
    color: #595959;
    text-decoration: none;
}

.el-powered-by a:hover
{
    text-decoration: underline;
}

div.el-content-wrapper {
    background-color: #ffffff !important;
}
div.el-content-wrapper {
    border: 1px solid #ffffff !important;
}
div.el-content-wrapper h1, label {
    color: #555555 !important;
}

input:-moz-placeholder {color: #222222 !important;} input::-webkit-input-placeholder {color: #222222 !important;}
#sidr-left .sidr-class-widget_text {
	display:none;
}

/* SIdebar posts widgets */
ul.dpe-flexible-posts, ul.dpe-flexible-posts li {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	float:left;
	margin-bottom:10px;
	width:100%;
}
ul.dpe-flexible-posts li img {
	float:left;
	margin-right:10px;
}
ul.dpe-flexible-posts li h5 {
	font-size:15px;
	line-height: 22px;
	font-weight: 400;
}
.widget_dpe_fp_widget {
	float:left;
	
}
#searchform input[type="submit"] {
	width:100%;
}
#lights-out {
	color: #ffffff;
	font-size: 30px;
	position: fixed;
	top: 12px;
	right: 15px;
	z-index:99999999;
}
#main-container {
	background:#ffffff;
	padding-top:20px;
}
.navbar {
	margin-bottom: 0px;
	border: 0px solid transparent;
}
#header-social {
	position: absolute;
	top: 135px;
	z-index: 110;
	font-size: 20px;
	padding-left: 16px;
	display:block;
}
#header-social a {
	color:#cccccc;
	margin-right:5px;
}
#header-social a:hover {
	color:#EE6754;
}

.footer-social a {
	font-size:35px;
	margin-left:8px;
}
.smallnav #header-social {
	display:none;
}
#sidr-id-menu-top-menu li a {
	line-height:30px;
}
.attachment-img {
	text-align: center;
}
input.hasDatepicker {
	font-size:11.5px;
}
#specials {
	background: #f5f5f5;
	float: left;
	margin-left: 15px;
	padding: 20px 0px;
	margin-bottom: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dddddd;
}
.eye {
	font-size: 20px;
}
.twitter-typeahead {
	width:100% !important;
}
.bottom-menu a {
	color:#cccccc;
}
.navbar .btn-navbar:before {
	margin:4px;
	float:left;
}
.table td a {
	word-wrap:break-word;
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.table {font-size:15px;}

.nav-list-vivid > li.alt-menu-link > a {
	color:#16a085;
}
.nav-list-vivid > li.alt-menu-link > a:hover {
	color:#34495E;
}
.nav-list-vivid > li.active.alt-menu-link > a, .nav-list-vivid > li.active.alt-menu-link > a:hover, .nav-list-vivid > li.active.alt-menu-link > a:focus {
	color:#ffffff;
}
.nav-list-vivid > li > a {
	color:#222222;
	font-weight: 300;
	font-size:15px;
}
.nav-list-vivid > li > a:hover {
	color:#EE6754;
}
#left-column-sidebar .nav-list-vivid {
	/*opacity: 0.55;*/
	-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
#left-column-sidebar:hover .nav-list-vivid {
	opacity: 1;
	-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
div.sharedaddy .sd-content {
	width:100% !important;
	padding-bottom:15px;
}
div.sharedaddy:before, div.sharedaddy:after, div.sharedaddy .sd-block:before, div.sharedaddy .sd-block:after, div.sharedaddy ul:before, div.sharedaddy ul:after {
/* 	display:none !important; */
}
.pace .pace-progress {
  background: #16a085;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}
li.sidebar-latest-posts img {
	max-width:100%;
	width:100%;
}
.pagination ul li .current > a,
.pagination ul li span.current ,
.pagination ul li .current > a:hover,
.pagination ul li span.current:hover,
.nav-list-vivid {
	background:transparent;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-right:1px solid #eeeeee;
}
.sidebar {
	background:transparent;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-left:1px solid #eeeeee;
}
.widget_facebook_likebox, .widget_facebook_likebox iframe, widget_twitter_timeline, widget_twitter_timeline iframe {
	width:100% !important;
}
#left-column-sidebar {
	background-color:transparent;
	padding-top:0px;
	border-left:0px solid #eec216;
}
.nav-list-vivid > li > a:hover, .nav-list-vivid > li > a:focus {
	color: #EE6754;
/* background-color: #FDCC03; */
}
a, a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, #megaMenu .wpmega-nonlink li.widget li h4:hover, #megaMenu .wpmega-nonlink li.widget li p:hover, a.text-primary:hover, a.text-primary:focus {
	color:#EE6754;
}
#main article .wp-caption img {
	margin-top:0px;
}
.wp-caption {
	background: #f5f5f5;
	margin-bottom: 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.wp-caption-text {
	padding:0 10px 15px;
	font-style:italic;
	padding-bottom:10px;
	text-align:left;
}

.nrelate {
	margin:30px 1px;
}
div.sharedaddy div.sd-block {
	border-top-width: 0px !important;
}
.lead p {
	font-size: 20px;
}
.lead {
	font-size: 20px;
	line-height: 1.6!important;
	font-weight: 300;
}
.pagination {
	float:left;
	clear:both;
}
.tt-dropdown-menu {
	padding:10px;
}
#mysingle_slider .flexslider .flex-active-slide img {
	width:100%;
	max-width:100%;
}

p {margin-bottom: 15px !important;}


.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
}

.side-menu-title {
	color: #555555;
  font-weight: 600;
	text-transform: uppercase;
	border-bottom:1px solid #eeeeee;
	font-size: 14px;
	line-height: 20px;
	margin-left: -13px;
	margin-right: -13px;
	padding: 10px 13px 8px;
}
.sidr-class-side-menu-title {
	color: #dddddd;
	text-transform: uppercase;
	padding-left: 12px;
}
.sidr-class-side-menu-title a {
	text-transform: uppercase;
	color:#dddddd;
}
.side-menu-title a, .sidr-class-side-menu-title {
	color: #aaaaaa !important;
	text-transform: uppercase;
	padding: 0px 13px 0px !important;
}
.ramsay-advert {
	margin-bottom:30px;
	float:left;
	width: 100%;
	text-align: center;
	margin-left:auto;

}
.widget, .text-widget {
	width:100%;
}
.flexslider .slides li > .link_image {
/* 	height: 290px; */
	width:100%;
	overflow:hidden;
	float:left;
}
.flex-caption p {
	display:none;
}
.flex-caption {
/* 	height:120px; */
	float:left;
	width:100%;
}
.flexslider {
/* 	height:418px !important; */
}
.flexslider {
	margin-bottom: 15px !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: -50px !important;
}
.travel-packages .flexslider .slides li > .link_image {
	height: auto;
	width:auto;
	overflow:auto;
	float:none;
}
.travel-packages .flex-caption p {
	display:block;
}
.travel-packages .flex-caption {
	height:auto;
	float:auto;
	width:auto%;
}
.travel-packages .flexslider, .gear-reviews .flexslider {
	height:auto !important;
}
#main article.travel-packages .flexslider img {
	margin:auto;
}
.teaser_grid_container h2 a, .teaser_grid_container h2 {
	font-size: 20px;
	color:#2c3e4f;
	line-height:24px;
}
.teaser_grid_container h2 a:hover {
	font-size: 20px;
	color:#16a085;
}
#main article .teaser_grid_container img {
	margin:0px;
}
.megaMenu img.responsive {
	max-width:100%;
	width:100%;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6, .guide-info #tabbed-content h1, .guide-info #tabbed-content h2, .guide-info #tabbed-content h3, .guide-info #tabbed-content h4, .guide-info #tabbed-content h5, .guide-info #tabbed-content h6 {
	margin-bottom:12px;
	font-weight:500;
}
.post_content {
	font-family: 'Open Sans', georgia, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.active .bottom-menu a, .bottom-menu a:hover, .bottom-menu a:focus {
	color: #EE6754;
}
.post .post_content h2, .post .post_content h3, .post .post_content h4, .post .post_content h5 {
	margin-top:20px !important;
}

.panel-heading h3 {
	margin-bottom:0px !important;
}
ul, ol {
	margin-bottom:15px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:17px;
}

.photo-album-thumb {
	min-height:275px;
	text-align:center;
}
.photo-album-thumb img {
	width:100%;
}
.photo-album-thumb .caption {
	text-align:left;
}
.fpw-featured-image img {
	margin-bottom:8px !important;
}
#main article .ramsay-advert img {
	width:auto;
}
.mainhomepage .wpb_row,.mainhomepage .wpb_content_element, .mainhomepage ul.wpb_thumbnails-fluid > li, .mainhomepage .last_toggle_el_margin, .mainhomepage .wpb_button {
	margin-bottom:5px;
}
.mainhomepage .wpb-accordion .wpb_content_element, .mainhomepage .wpb-accordion ul.wpb_thumbnails-fluid > li, .mainhomepage .wpb-accordion .last_toggle_el_margin, .mainhomepage .wpb-accordion .wpb_button {
	margin-bottom:10px;
}
.home #main article .teaser_grid_container img {
	margin-bottom:10px;
}
.ubersearch {
	padding-bottom:15px !important;
}
#mysingle_slider {
	overflow:hidden;
}
.gform_wrapper .gform_footer input.button.btn.btn-lg, .gform_wrapper .gform_footer input[type="submit"].btn.btn-lg {
	font-size:18px;
}
.text-primary {
	color:#2c3e4f;
}
#megaMenu ul.megaMenu > li.menu-item:hover {
	cursor: pointer;
}
/*
.listentry a {
	max-height:200px;
	overflow:hidden;
}
*/
.hidden-row {
	display:none;
}
.contrib-section .caption {
	min-height:50px;
}
.mainhomepage h2.wpb_teaser_grid_heading {
	max-width:85%;
	font-weight: 300;
}
/*
.form-control {
	height:40px;
}
*/
ul.categories_filter li a {
	display: inline;
padding: .2em .6em .3em;
font-size: 100%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #EE6754;
color: #ffffff;
}
.mainhomepage .flexslider {
	height:auto !important;
}
.sidr-class-uber-close, span.sidr-class-uber-close {
	display:none !important;
}
.shipselect ul.dropdown-menu {
	max-height: 250px !important;
	overflow-y: scroll !important;
}
.modal-dialog {
	margin-top:20px;
}
#s.input-lg {
	height:45px;
}
h3.fpw-page-title {
	font-size: 17px;
	padding-bottom:4px;
}
.page-template-page-main-homepage-php #main article img{
	margin:0px 0px;
	width:100%;
}
.page-template-page-main-homepage-php .wpb_accordion_section {
border: 1px solid #eeeeee;
}
.page-template-page-main-homepage-php .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color:transparent;
}
.page-template-page-main-homepage-php .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	font-size:28px !important;
}
.page-template-page-main-homepage-php .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display:none;
}
.page-template-page-main-homepage-php .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left:0em;
}
.page-template-page-main-homepage-php .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding:1em 0em !important;
}
.page-template-page-main-homepage-php #main article .teaser_grid_container img {
	margin-bottom:10px;
}
.page-template-page-main-homepage2-php #main article img{
	margin:0px 0px;
	width:100%;
}
.page-template-page-main-homepage2-php #main article .ad1x1check img, .page-template-page-main-homepage2-php #main article .visible-xs-block img, .page-template-page-main-homepage2-php #main article .ramsay-advert img    {
	margin:0px 0px;
	width:auto !important;
	max-width: 100% !important;
}

.page-template-page-main-homepage2-php .wpb_accordion_section {
border: 1px solid #eeeeee;
}
.page-template-page-main-homepage2-php .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color:transparent;
}
.page-template-page-main-homepage2-php .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	font-size:28px !important;
}
.page-template-page-main-homepage2-php .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display:none;
}
.page-template-page-main-homepage2-php .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left:0em;
}
.page-template-page-main-homepage2-php .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding:1em 0em !important;
}
.page-template-page-main-homepage2-php #main article .teaser_grid_container img {
	margin-bottom:10px;
}
img.homepage-header {
	margin: 0px auto;
	width:100%;
}
.sidr-class-ss-nav-menu-item-0 .sidr-class-sub-menu {
	display:block;
}
.sidr-class-ss-nav-menu-item-0 .sidr-class-sub-menu label {
	display:none;
}
.sidr-class-ss-nav-menu-item-0 .sidr-class-sub-menu .sidr-class-input-group-btn {
	padding:0px;
}
.form-control.input-hg {
	height: 53px;
}
#gallery-nav {
	position:absolute;
	width:100%;
	height:100%;
	margin:20px auto 0px;
}
#gallery-nav .previous-image-link a {
	height:100%;
	left:0px;
	width:100%;
	background-color:transparent;
	background-color:rgba(0,0,0,0.3);
	background-image:url('library/images/arrow_left.png');
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-width:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color:transparent;
	color:rgba(0,0,0,0);
}
#gallery-nav .next-image-link a {
	height:100%;
	right:0px;
	width:100%;
	background-color:transparent;
	background-color:rgba(0,0,0,0.3);
	background-image:url('library/images/arrow_right.png');
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-width:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color:transparent;
	color:rgba(0,0,0,0);
}
#gallery-nav .next-image-link a:hover, #gallery-nav .previous-image-link a:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#gallery-nav .next-image-link, #gallery-nav .previous-image-link {
	height:100%;
	width:25%;
	max-width:160px;
}
.tt-query, .tt-hint {
	padding:8px 12px !important;
}
.tt-query.input-hg, .tt-hint.input-hg {
	padding:10px 16px !important;
}
#thumbholder .caption {
	font-size:14px;
}
#map_canvas {
	float:left;
	margin-bottom:18px;
}
.guide-sidebar #map_canvas {
	float:none;
	margin-bottom:0px;
}
.mainhomepage .post_content .wpb_row:last-child .column_container:last-child .wpb_wrapper .wpb_row .column_container .wpb_wrapper .wpb_raw_html .wpb_wrapper .ramsay-advert img {
	width:auto;
}
.page-template-page-main-homepage-php #main article .ramsay-advert .not100img {
	height: 0px;
}
.page-template-page-main-homepage2-php #main article .ramsay-advert .not100img {
	height: 0px;
}
.nomargin {
	margin:0px !important;
}
.lead-large-image {
	position: fixed;
	width: 100%;
	left: 0;
	top: 50px;
}
.lead-large-page-header {
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
}
#content.large-lead-image-content {
	margin-top:160px;
	background:#ffffff;
	background-color:#ffffff;
	padding-top:25px;
	margin-top: -80px;
background: rgba(256,256,256,1);
background-color: rgba(256,256,256,1); 
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
	margin:0px !important;
	width:100% !important;
}

element.style {
}
www.getaway.co.za/media="screen"
.flexslider:hover .flex-next {
opacity: 1;
right: 10px;
}
www.getaway.co.za/media="all"
.flexslider:hover .flex-next {
opacity: 0.8;
right: 5px;
}
www.getaway.co.za/media="screen"
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
www.getaway.co.za/media="all"
.flex-direction-nav .flex-next {
background-position: 100% 0;
right: -36px;
}
.wp-embedded-content {
	max-width: 100% !important;
}

.flex-direction-nav a {
text-decoration: none;
display: block;
width: 28px !important;
height: 28px !important;
margin: -21px 0 0;
position: absolute;
top: 40% !important;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: transparent !important;
text-shadow: none !important;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
#inner-footer h6 {
	padding-left:15px;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
	font-weight: 500;
}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #454545;
	font-weight: 500;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus {
	color: #EE6754;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.form-control {
		height:40px;
	}
}
@media only screen and (min-width: 768px) {
	.carousel-caption p {
		display: block;
	}
	.sidebar ul.dpe-flexible-posts li h5 {
		margin-left:-15px;
	}
	.lead {
	font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#rc-frame {
		height: 520px !important;
	}
	iframe#rc-frame .search-form .button-wrap {
		right:0px !important;
		bottom: 0px !important;
	}
}
@media (max-width: 979px) {
		.accom-feat-img-wrap {
			height: 270px;
		}
		#lights-out {
			display:none;
		}
		/*
.navbar-collapse.collapse {
			display:none !important;
		}
*/
		#header-social {
			display:none;
		}
        /* Enable use of floated navbar text */
        .navbar .navbar-brand {
/* 		      width:180px; */
		      text-align:center;
		      margin: 0 0 -5px -11% !important;
		      left: 50%;
		      padding:0px !important;
		     
	      }
	      .navbar .navbar-brand img {
		      width:130px;
	      }
	      .navbar-fixed-top {
		      position:static;
	      }
        .navbar-text.pull-right {
          float: none;
          padding-left: 5px;
          padding-right: 5px;
        }
        #left-column-sidebar {
	        display:none;
        }
        .the-header-ad {
	      height:50%;
	      clear:right;
	      margin-right:0%;
	      float:right;
	    }
	    .container-fluid.hero-container {
	      position:absolute;
	      top:20px;
	      text-align: center;
        }
        .container-fluid.hero-container h2 {
	      font-size:25px;
	      line-height:28px; 
        }
        #appendedInputButtons {
	      height:30px;
	      font-size:25px;
        }
        .home-search .input-xxlarge {
	        width:380px;
        }
        .home-search .btn-large {
	        padding:9px 15px;
        }
        .navbar-inner {
	        height:60px;
        }
        .navbar-brand {
	        top:15px;
        }
        #home-hero {
	        margin-top:-20px;
        }
        .sidr-class-accordion-toggle {
	      padding:10px 0px 10px 15px;
	      min-height:30px;
	      border-bottom:1px solid #cccccc;
	      color:blue;
	      text-decoration:none;
	      display:block;
		  }
	  body {
      	padding-top: 0px;
      }
      .flexslider .slides li > .link_image {
/* 			height: 220px; */
			width:100%;
			overflow:hidden;
			float:left;
		}
		.flex-caption p {
			display:none;
		}
		.flex-caption {
/* 			height:120px; */
			float:left;
			width:100%;
		}
		.flexslider {
/* 			height:348px !important; */
		}
		.ramsay-advert {
			margin-left:-9px;
		}
		#mainnav {
			display:none !important;
		}
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
		.flexslider .slides li > .link_image {
/* 			height: 245px; */
			width:100%;
			overflow:hidden;
			float:left;
		}
		.flex-caption p {
			display:none;
		}
		.flex-caption {
/* 			height:120px; */
			float:left;
			width:100%;
		}
		.flexslider {
/* 			height:373px !important; */
		}
		.ramsay-advert {
			margin-left:-4px;
		}
		#logo img {
			width:130px;
		}
		.photo-album-thumb {
			min-height:255px;
		}
}
@media only screen and (min-width: 980px) {
	body{
		padding-top: 170px;
	}
	#lights-out {
		display:block;
	}
	.container-fluid{
		max-width: 1170px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 100%;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (max-width:768px) {
	.pagination {
	    float: none;
	    clear: both;
	}
		  #home-hero h2 {
	  	  font-size:21px;
		  }
	  .the-header-ad .ad-728-new {
	      display:none;
	  }
	  .the-header-ad .ad-468-new {
	      display:block;
	  }
	  .ramsay-advert {
			margin-left:auto;
		}
		.flexslider .slides li > .link_image {
/* 		height: 290px; */
		width:100%;
		overflow:hidden;
		float:left;
	}
	.flex-caption p {
		display:none;
	}
	.flex-caption {
/* 		height:120px; */
		float:left;
		width:100%;
	}
	.flexslider {
/* 		height:418px !important; */
	}
	/*
	  .navbar .navbar-brand {
	      width:20%;
	      text-align:center;
	      margin: 0 0 -5px -10% !important;
	      left: 50%;
	  }
	*/
	  body {
	  	padding-top: 0px;
	  }
	  .container-fluid.hero-container {
	  position:absolute;
	  top:10px;
	  text-align: center;
	  }
	  .container-fluid.hero-container h2 {
	  font-size:20px;
	  line-height:25px; 
	  }
	#appendedInputButtons {
	  height:30px;
	  font-size:25px;
	  width:75%;
	}
	.home-search .input-xxlarge {
	    width:380px;
	}
	.home-search .btn-large {
	    padding:5px 15px;
	}
	.home-search {
	    margin-top:0px;
	}
	.navbar-inner {
	    height:100px;
	}
	.navbar-brand {
	    top:20px;
	}
	#home-hero {
	    margin-top:-20px;
	}
	.container-fluid {
	    padding:0px 20px !important;
	}
	.footer-links .menu li {
		float: left;
		margin-left: 0%;
		width: 48%;
		text-align: left;
	}
	#widget-footer .widget {
		width:100%;
	}
	.photo-album-thumb {
		min-height:330px;
	}
}
@media (max-width: 480px) {
	.navbar .navbar-brand img {
		width:100px;
	}
	.footer-ad a img {
		max-width:100% !important;
		width: 100% !important;
	}
	.flexslider .slides li > .link_image {
/* 		height: 220px; */
		width:100%;
		overflow:hidden;
		float:left;
	}
	.flex-caption p {
		display:none;
	}
	.flex-caption {
		height:auto;
		float:left;
		width:100%;
	}
	.flexslider {
/* 		height:348px !important; */
	}
	.ramsay-advert {
		margin-left:-9px;
	}
	.photo-album-thumb {
		min-height:245px;
	}
}    


/* Richmedia ads forcing min height   

@media only screen and (min-width: 980px) {
	.ramsay-advert {
		min-height:300px;
	}
}

@media only screen and (min-width:768px) and (max-width: 979px) {
		  .ramsay-advert {
		max-width:220px; min-height:300px;
	}
}

@media only screen and (max-width:768px) {
		  .ramsay-advert {
		min-height:300px;
	}
}


@media only screen and (max-width: 480px) {
	.ramsay-advert {
		min-height:300px;
	}
}

*/
.ramsay-advert, .ramsay-advert * {
	text-align:center;
	margin: 0 auto;
}
.ramsay-advert object, .ramsay-advert div div object, .ramsay-advert div object , .ramsay-advert div div div object, .ramsay-advert div div div div object, .fluid-width-video-wrapper object {
	max-width:100% !important;
	margin: 0 auto;
}
.mainhomepage .ramsay-advert .fluid-width-video-wrapper object {
	max-width:100% !important;
	position:relative !important;
}
.fluid-width-video-wrapper object {
	max-width:100% !important;
	position:relative !important;
}

.nav-list-vivid > li.active > a, .nav-list-vivid > li.active > a:hover, .nav-list-vivid > li.active > a:focus {
	background-color:#ffffff;;
	color:#EE6754;
}
.jedi-dash {
width:70px !important;
height:58px !important;
}

.jedi-dash_title {
left:9px; !important;
transform:none! important;
top:35px !important;
}

.jedi-dashboard {
	width:auto !important;
	
}
.jedi-hours_dash {
	clear:none !important;
}
.cruises-search-widget .btn-group.select {
	max-width:96% !important;
	margin-left:1% !important;
}
.pagination-inverse ul {
  background-color: #222222;
}
.pagination-inverse ul li.active > a, .pagination-inverse ul li.active > span {
  background-color: #444444;
}
.pagination-inverse ul li > a, .pagination-inverse ul li > span {
  border-left-color: #333333;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-thumbnail {
	border: 1px solid #dfdfdf;
}
.btn.btn-primary {
  background-color: #EE6754;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn-group:focus .btn.btn-primary.dropdown-toggle {
	background-color: #ec543f;
}



.btn-cape-show {
  background-color: #a2d53a;


}
.btn-cape-show:hover, .btn-cape-show:focus {
	background-color: #aee63e;
}


.btn-gauteng-show {
  background-color: #f7941e;


}
.btn-gauteng-show:hover, .btn-gauteng-show:focus {
	background-color: #ffac4a;
}








hr {
  border-top: 1px solid #eeeeee;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; 
 }
 .form-group.focus .form-control, .form-control:focus {
  border-color: #EE6754;
 }
 .dropdown-inverse {
  background-color: #333;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li.active > a, .dropdown-inverse li.selected > a {
  background: #EE6754;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.alert {
  color: #34495e;
/*   padding: 16px 45px 16px 30px; */
  padding: 20px;

  text-shadow: none;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 1.53875em;
  border-radius: 0px;
}
.btn {
  border-radius: 2px;
 }
 .listentry h3 a {
	 color:#454545;
 }
 .listentry h3 a:hover, .teaser_grid_container h2 a:hover {
	 color:#EE6754;
 }
 #accommodation-list-heading {

  margin-bottom: 20px;
}
.dropdown-menu li.active > a:hover, .dropdown-menu li.selected > a:hover, .dropdown-menu li.active > a.highlighted:hover, .dropdown-menu li.selected > a.highlighted:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.selected > a:focus, .dropdown-menu li.active > a.highlighted:focus, .dropdown-menu li.selected > a.highlighted:focus {
	background:#EE6754;
}
.form-control, .ginput_container input, .ginput_container textarea {
	border-radius:2px;
	border: 1px solid #bdc3c7;
}
.btn-group > .btn:last-of-type, .btn-group > .btn:last-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .btn:first-of-type, .btn-group > .btn:first-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dropdown-menu {
	border-radius:2px;
}
.travel-packages h3.h2 {
	margin-top:0px;
}
.single-travel-packages .alert h1, .single-travel-packages .alert .h1, .single-travel-packages .alert h2, ..single-travel-packages .alert h2, .single-travel-packages .alert h3, .single-travel-packages .alert .h3 {
	margin-top:0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 5px 15px;
  vertical-align:middle;
}
.breadcrumb-text, .breadcrumb-text p {
	margin-bottom:0px;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-state-active {
	background:#EE6754;
	background-color:#EE6754;
}
.ui-datepicker {
	border-color:#EE6754;
	border-width:2px;
	box-shadow: -1px 1px 7px rgba(52, 73, 94, 0.5);
	-webkit-box-shadow: -1px 1px 7px rgba(52, 73, 94, 0.5);
	-moz-box-shadow: -1px 1px 7px rgba(52, 73, 94, 0.5);
}
.ui-datepicker:before {
  border-color: transparent transparent #EE6754;
 }
 .ui-datepicker .ui-datepicker-prev {
	 border-right-width:0px;
 }
 .ui-datepicker .ui-datepicker-next {
	 border-left-width:0px;
 }
 .ui-datepicker .ui-datepicker-header {
	 margin:-7px -2px 2px;
 }
 .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  	background-color: #ec543f;
}
.form-control.flat:focus {
  	border-color: #EE6754;
}
.mts {
	margin-top:5px !important;
}
.mtxs {
	margin-top:0px !important;
}
.vc_grid-item.zoomIn {
    animation-name: none;
}
.vc_grid-item .vc_custom_heading.vc_gitem-post-data-source-post_title {
	margin-top: 0px;
}
.vc_grid-item .wpb_single_image {
	margin-bottom: 10px !important;
}
.vc_grid-item .vc_gitem-col {
	padding-top: 0px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-bottom: 15px !important;
}
.vc-gitem-zone-height-mode-auto:before {
	
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
	padding-top:100%;
}
.mboff {
	margin-bottom: 0px !important;
}
.mbxs {
	margin-bottom: 5px !important;
}
.mbs {
	margin-bottom: 10px !important;
}
.mbm {
	margin-bottom: 15px !important;
}
.mbl {
	margin-bottom: 20px !important;
}
.mtoff {
	margin-top: 0px !important;
}
.mtxs {
	margin-top: 5px !important;
}
.mts {
	margin-top: 10px !important;
}
.mtm {
	margin-top: 15px !important;
}
.mtl {
	margin-top: 20px !important;
}
.post .post_content h3.mtoff {
	margin-top: 0px !important;
}
.page-template-page-main-homepage2 #main article {
	border-bottom: 0px solid #eeeeee;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}



/* Menu WB */

.atc-style-menu-wb .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-menu-wb .atcb-list,
.atc-style-menu-wb .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-menu-wb .atcb-item,
.atc-style-menu-wb .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-menu-wb .atcb-item-link,
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-menu-wb .atcb-item.hover,
.atc-style-menu-wb .atcb-item:hover {
    background: rgb(66,129,244);
}


.main-example {
  margin: 0 auto;
  width: 355px;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -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);
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.bignum {
	font-size: 40px;
	color: #454545;
	font-weight: bold;
	padding-left:10px;
	padding-right:2px;
}

.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.nav-tabs > li.active:first-child:before {
    background-color: #ffffff !important;
    border-left: 2px solid #e1e4e7 !important;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: -4px;
    width: 6px;
    z-index: 2;
}

.nav-tabs > li {
    margin-bottom: -2px !important;
}

@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
      height: 70px;
      width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }
}

.the-header-ad {
/* 			height: 90px; */
			clear: right;
			/* margin-right: 20%; */
			float: right;
/* 			min-height: 90px; */
/* 			min-width: 980px; */
			}
/*
			.navbar-brand {
				top:72px;
			}
			#header-social {
				top:150px;
			}
*/
/*
			#megaMenu {

			  margin-top:14px;
			}
*/
/*
		.navbar-brand {
			top:60px;
		}
*/
		.the-header-ad * {
				max-width:100%;
			}
			#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
	padding:9px 10px;
	font-size:15px;
}
		@media (max-width:1200px) and (min-width: 980px) {
			.navbar-brand {
				top:100px;
			}

			#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
				font-size:13px;
			}
		}
		@media (max-width:990px) and (min-width: 980px) {

			#header-social {
				display:none;
			}

		}
		
		b, strong {
    font-weight: 600!important;}
    
    .dgd_stb_box {z-index:999999!important}
    
    
    .page-template-page-home-show-logos #main article {border-bottom:none;}
    .page-template-page-gauteng-show-logos #main article {border-bottom:none;}
    .page-template-page-cape-show-logos #main article {border-bottom:none;}
    
    .page-template-page-cape-show-logos .wpb_row {margin-bottom:0px !important;}
    .page-template-page-gauteng-show-logos .wpb_row {margin-bottom:0px !important;}
    