/*
Theme Name: embrace-resort
Description: embrace-resort 
Author: HTB-team
Author URI: 
Version: 1.0.6

-----------------------------------------------------------------

	01.	Reset Stylesheet
	02.	Base Typography
	03.	Base Styles
	04.	Nonsemantic Base Styles
	05.	Structure
	06.	Header
	07.	Menu
	08.	Content
	09. Images
	10.	Comments
	11.	Footer
	12.	Widgets
	13. Plugins
	14. Retina
	15. Responsive styles

-----------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* 01. Reset Stylesheet by html5doctor.com v1.6.1
/*---------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { text-decoration:underline;}
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del, strike { text-decoration: line-through; }
abbr[title], dfn[title], acronym { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/*---------------------------------------------------------------*/
/* 02. Base Typography 
/*---------------------------------------------------------------*/

body { font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; background-color:#ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; ms-word-wrap: break-word; word-wrap: break-word;}
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*---------------------------------------------------------------*/
/* 03. Base Styles 
/*---------------------------------------------------------------*/

body, select, input, textarea { color: #3f3f3f!important; font-family: Arial, Helvetica, sans-serif;}
input, textarea {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; color:#000; margin-bottom:12px;}
h1{font-size:30px}
h2{font-size:24px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

html { overflow-y: scroll; }
*:focus { outline: none; }
a{color:#444; text-decoration:none; outline:0; }
a:hover, a:active { outline: none; }
a:hover, a:active,a:focus { text-decoration:none; outline: none;}
p{margin-bottom:18px; font-size:15px; line-height:26px; color: #454545; font-weight:400;}
img{max-width:100%;} 
em {font-style: italic;}
small { font-size: 85%; }
strong { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { display:block; font:normal 12px/22px Monaco, Monospace; background-color:#fafafa; background-image:-webkit-repeating-linear-gradient(top, #eee 0px, #eee 22px, #fafafa 22px, #fafafa 44px); background-image:-moz-repeating-linear-gradient(top, #eee 0px, #eee 22px, #fafafa 22px, #fafafa 44px); background-image:-ms-repeating-linear-gradient(top, #eee 0px, #eee 22px, #fafafa 22px, #fafafa 44px); background-image:-o-repeating-linear-gradient(top, #eee 0px, #eee 22px, #fafafa 22px, #fafafa 44px); background-image:repeating-linear-gradient(top, #eee 0px, #eee 22px, #fafafa 22px, #fafafa 44px); overflow:auto; white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 */ word-wrap: break-word; /* IE */ padding:0em 1em; border: 1px dashed #cccccc; margin: 0 0 1em 0;}
hr {background-color: #EDEDED; border: 0; clear: both; height: 1px; margin-bottom: 18px; }
iframe, embed, video, audio{max-width:100%;}
.ie7 img {-ms-interpolation-mode: bicubic;}

/* Quote tag */
q:before, q:after { content:'"'; }

/* Definition list */
dl {padding-top:20px; padding-bottom:20px;}
dt {float: left; clear: left; width: 130px; text-align: right; font-weight: bold;}
dt:after {content: ":";}
dd {margin: 0 0 0 150px; padding: 0 0 0.5em 0;}

/* Bloquote */
blockquote:after {font-family: FontAwesome; content: "\f10e"; font-size:19px; position:absolute; bottom:10px; right:20px;}
blockquote p  { font-size: 16px; margin-bottom: 10px !important;}
blockquote {border: 1px solid #EDEDED; background:#f9f9f9; margin-bottom:10px; padding:40px; position:relative; border-radius:4px;}
blockquote cite {display: block; font-size: 12px; color: #555; margin-top:15px;}
blockquote cite:before {content:"\2014"; padding-right:5px;}

/* Form style */
input,textarea{ font-size: 13px; background: #fff; border:1px solid #222222; border-radius:0; color:#988888}
input:focus,textarea:focus { background: #f7f7f7; outline: 0; border-top-color:#e6e6e6; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; }
input{padding:0 10px; height:26px;}
textarea { overflow: auto; padding:10px; height:160px;}
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; background:none;}
input[type="checkbox"] { vertical-align: bottom; background:none; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
input[type=button], input[type=submit], button {-webkit-appearance: button;}
input, select, textarea { margin: 0;}

/* Selection style */
::-moz-selection{ background-color: #363f74 !important; color:#fff; text-shadow: none; }
::selection { background-color:#363f74 !important; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color:#363f74 !important} 

/* Button style */
input[type='submit']{display: inline-block; background-color:#86754e ; border:1px solid #222222; color: #fff; font-size: 14px; text-transform: none; font-weight:normal; height: 26px; line-height:14px; padding: 0px 12px; text-align: center;  border-radius:0; font-weight:600 }

input[type='submit']:hover{
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 ); }
input[type='submit']:active{color:#ffffff;}

/* List style */
ul, ol { margin-left: 1.8em; }
ol {list-style: decimal;}
ol, ul.square, ul.circle, ul.disc, ul {margin-left: 30px;}
ul.square {list-style: square outside;}
ul.circle {list-style: circle outside;}
ul.disc {list-style: disc outside;}
ul ul, ul ol, ol ol, ol ul {margin: 4px 0 5px 30px;}
li {line-height: 25px; text-align:left;}
ul.large li {line-height: 21px;}
nav ul, nav li { margin: 0; }

/* Table Style */
table{background-color:#eeeeee; border-collapse:collapse; border-spacing: 0;  padding:0; margin-bottom:18px; -moz-border-radius:6px; -webkit-border-radius:6px ; border-radius:6px;  width:100%;}
th{color:#ffffff; font-weight:bold; padding:10px 30px 10px 30px; text-align:center;}
th a {color:#ffffff;}
th a:hover {color:#f7f7f7;}
tr{color:#3f3f3f; text-align:center;}
tr:nth-child(odd) td{background:#ffffff;}
td{padding:10px;vertical-align:middle; }
thead th:first-child {-moz-border-radius: 6px 0 0 0;-webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0;}
thead th:last-child {-moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0;}
thead th:only-child{-moz-border-radius: 6px 6px 0 0;-webkit-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}
tbody th{background:none; color:#444444;}
tbody th a {color:#444444;}
tbody th a:hover {color:#3f3f3f;}
tbody tr:nth-child(odd) th{background:#ffffff;}
tbody tr:last-child th {-moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; }


/*---------------------------------------------------------------*/
/* 04. Nonsemantic Base Styles 
/*---------------------------------------------------------------*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden;	} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; clear: both}


/*---------------------------------------------------------------*/
/* 05. Structure
/*---------------------------------------------------------------*/

#wrapper {display: block; margin:0 auto; background:#fff; position:relative; overflow-y:hidden;}
#container {position:relative; margin:25px auto;}
#container.no-sidebar {width:100%; margin:0px auto;}
#container:after { content: "\0020"; clear: both; display: block; height: 0; visibility: hidden;	} 

#content.float-left, #content.float-right{width:70%;}
#sidebar{width:30%; -webkit-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}
#sidebar.float-left{padding-right:40px;}
#sidebar.float-right{padding-left:40px;}
#sidebar .widget {overflow: hidden;}
.pre-content{width:100%; position:relative; overflow:hidden;}

/* Alignments */
.alignleft { display: inline; float: left;}
.alignright { display: inline; float: right;}
.aligncenter { clear: both; display: block; 	margin-left: auto; margin-right: auto;}
.float-left{ float:left;}
.float-right{ float:right;}
.text-aligncenter {text-align:center;}
.text-alignright {text-align:right;}


/*---------------------------------------------------------------*/
/* 06. Header
/*---------------------------------------------------------------*/

/* Top area */
#top-bar-wrapper{ background:none;}
#top-bar{width:100%; margin:0 auto; padding-bottom:10px; padding-top:10px;background: url(images/header-bg-top.jpg) no-repeat center 0px; }
#topleft-widget-area {padding-left:42px;font-size:15px; color: #fff; text-transform:uppercase}
#topright-widget-area {padding-right:0;font-size:15px; color: #fff; text-transform:uppercase; font-weight:bold}

#top-bar #topright-widget-area ul li{font-size:14px; line-height:24px; margin:-5px 0 0;}

.fixed-width #topleft-widget-area, .fixed-width  #topright-widget-area{padding-left:0px; padding-right:0px;}

/* Header */
#site-header{position: relative; width: 100%; z-index: 980;}

#site-header.header-default {-webkit-box-shadow: 0px 1px 3px -1px rgba(5, 5, 5, 0.25); -moz-box-shadow: 0px 1px 3px -1px rgba(5, 5, 5, 0.25); box-shadow: 0px 1px 3px -1px rgba(5, 5, 5, 0.25);}
#site-header.header-overlay{position: absolute;}
#site-header #header-container{max-width:1002px; height:80px; margin:0 auto; position:relative;}
#site-header #header-container{max-width:1002px; height:80px; margin:0 auto; position:relative;}
#site-logo {position:absolute; left:20px; margin-top:26px;}
.fixed-width #site-logo {left:0px;}
#site-logo .site-title {padding:0; margin:0; text-transform:uppercase; font-size: 18px; font-weight: bold;}
#site-logo img {display: block; padding:0px;}
#site-logo img.retina-logo {display:none;}

#site-header.header-overlay #site-logo .header-default-css{display:none;}
#site-header.header-overlay #site-logo .header-default-css.alt-logo-off{display:block;}

/* Header search */
.search-overlay .search-overlay-content{position:absolute; width:100%; height:60px; top:50%; margin-top:-40px; text-align:center; color:#fff;}
.search-overlay .search-overlay-content .search-input{max-width:80%; height:60px; background:none; text-align:center; color:#fff; font-size:18px; border:1px solid #fff; border-radius:4px; box-shadow: none;}
.search-overlay .search-overlay-content p{font-size:14px; text-transform:uppercase; margin:20px 0 0; padding:0 20px; opacity:0.75}
.search-overlay {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(34, 34, 34, 0.95); visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s; transition: transform 0.4s ease-in-out, visibility 0s 0.4s; z-index: 9992;}
.search-overlay.open {visibility: visible; -webkit-transform: translateY(0%); transform: translateY(0%); -webkit-transition: -webkit-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out;}
.search-overlay .overlay-close {padding:0; position: absolute; right: 22px; top: 15px; overflow: hidden; border: none; background:none; box-shadow:none; color: #fff; font-size:40px; font-weight: normal; outline: none; z-index: 100;}

/* Page title */
.page-header {text-align:center; padding:35px 0 0 0px; min-height:10px;  -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; -o-transition: padding 0.3s; transition: padding 0.3s;}
.page-header .row-inner {margin-left:auto; margin-right:auto;}
.page-header h1.page-title {font-size:25px; font-weight:400; margin:0; line-height:1.3; color:#86754e !important; text-transform:uppercase}
.breadcrumbs-title{padding-right:5px;}
.breadcrumbs-separator{padding:0 5px;}
.breadcrumbs-trail,.breadcrumbs-trail a {color:#000 !important; font-size:13px}

/* Post header */
.post-entry-header {padding:0px; }
.post-entry-header h1.entry-title, .post-entry-header h2.entry-title, h2.entry-title  {font-size:21px; line-height:1.5; font-weight:600; margin:0 0 2px; line-height:1.3; }
.post-preview{margin-bottom:20px;}
.post-preview img{display:block; height:auto; width:100%; max-width:100%;}

/* Title animation
.page-header .breadcrumbs-trail{backface-visibility:hidden; opacity:0;
-webkit-animation:falldowN 0.7s ease 0.7s 1 forwards;
-moz-animation:falldowN 0.7s ease 0.7s 1 forwards;
-o-animation:falldowN 0.7s ease 0.7s 1 forwards;
animation:falldowN 0.7s ease 0.7s 1 forwards;}

@-webkit-keyframes falldowN { from { opacity:0; margin-top:-10px;} to { opacity:1; margin-top:0px; } }
@-moz-keyframes falldowN { from { opacity:0; margin-top:-10px; } to { opacity:1;margin-top:0px; } }
@-o-keyframes falldowN { from { opacity:0; margin-top:-10px; } to { opacity:1;margin-top:0px;} }
@keyframes falldowN { from { opacity:0; margin-top:-10px; } to { opacity:1;margin-top:0px; } }
*/

/* Centred header style */
#site-header.header-center {text-align:center;}
#site-header.header-center #site-logo, #site-header.header-center #site-navigation{position:static; left:0; right:0;}
#site-header.header-center #site-navigation ul{text-align:left;}
#site-header.header-center #site-navigation > ul li:first-child a{padding-left:0px;}
.site-info #text-9 { float:none}
.page-header { background:none !important}
/*---------------------------------------------------------------*/
/* 07. Menu
/*---------------------------------------------------------------*/

#site-navigation{position:absolute; right:0; margin-top:96px !important; display:none}
.fixed-width #site-navigation{right:0px;}
#site-navigation .menu-container{display:inline-block; float:left}
#site-navigation ul li{float:left; padding:0; cursor:pointer; text-transform:none; position:relative;}
#site-navigation ul li a{padding:0 16px; position:relative; font-weight:400; font-size:13px;}
#site-navigation ul li a{color:#fff !important; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; text-transform:uppercase; line-height:34px}

#site-navigation ul.alignleft li a { color:#fff!important; padding:4px 4px}
#site-header.header-default #site-navigation ul li a{color:#3f3f3f;}
#site-navigation .search_button, #site-navigation .header_cart_button {position:relative; background:none; color:#444444; font-size: 15px; font-weight:normal; padding:0; line-height: 1; margin-left:30px; width:16px; top:-3px; border: none; box-shadow:none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s;}
#site-navigation .header_cart_button{font-size:17px; overflow:visible; margin-left:0px; padding:0px 0px 19px 30px;}
#site-navigation .header_cart_button i {padding-bottom:1px; width:15px;}
#site-navigation .header_cart_button .cart_product_count{color:#fff !important; font-size:10px; font-weight:600; position:absolute; top:-7px; left:40px; display:block; text-align:center; height:16px; line-height:16px; padding:0 5px; background:red; overflow:visible; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}

/* Current menu item */
#site-header.header-overlay #site-navigation ul li.current-menu-item a:before,#site-header.header-overlay /*#site-navigation ul li.current-menu-ancestor a:before {font-family:FontAwesome; content: "\f0da"; font-size:10px; position:absolute; top:0px; left:5px;}*/
@-moz-document url-prefix() { 
#site-header.header-overlay #site-navigation ul li.current-menu-item a:before,#site-header.header-overlay #site-navigation ul li.current-menu-ancestor a:before  {
     top:0px;
  }
}

#site-header.header-overlay #site-navigation ul li ul li a:before {display:none;}
#site-navigation ul li ul li.current-menu-item a, #site-navigation ul li ul li.current_page_parent a, #site-navigation ul li ul li.current-menu-ancestor > a {background: rgba(255,255,255, .06);}

/* Sub-level */
#site-navigation ul li ul{ background:rgb(41,41,41); position: absolute; top:120%; margin:15px 0 0 0; left: 15px; display: block; visibility: hidden; z-index:9992; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);  -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3); }
#site-navigation ul li ul:before,  #site-navigation ul li ul:after{content:""; position:absolute; display:block; top:-9px; left:10px; width: 0px; height: 0px; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent rgb(41,41,41) transparent;}
#site-navigation ul li:hover > ul{visibility: visible;}
#site-navigation ul li ul li {display: block; float: none; margin: 0; padding:0; text-transform:uppercase; letter-spacing:0em;font-weight:600;}
#site-navigation ul li ul li:first-child > a{padding-top:7px; margin-top:15px; }
#site-navigation ul li ul li:last-child > a{padding-bottom:7px; margin-bottom:15px; padding-right:20px;}
#site-navigation ul li ul li a{display:block; background:none; border:none; width:170px; padding:7px 20px; margin:0; line-height:1.7; font-size:11px; font-weight:600;}
#site-navigation ul li ul li a:hover {background: rgba(255,255,255, .06);}
#site-navigation ul li ul li ul{margin:0; top:-15px; left:210px;}
#site-navigation ul li ul li ul:before, #site-navigation ul li ul li ul:after{display:none;}
#site-navigation ul li ul li ul li a {padding-right:20px !important;}
/* Color for default dark style - light style can be enabled in theme options */
#site-header.header-default #site-navigation ul li ul li a,#site-header.header-default #site-navigation ul li ul li a:hover,#site-header.header-default #site-navigation ul li ul li.menu-item-has-children:after, #site-header.header-overlay #site-navigation ul li ul li a, #site-header.header-overlay #site-navigation ul li ul li a:hover, #site-header.header-overlay #site-navigation ul li ul li.menu-item-has-children:after, #site-navigation ul li ul li.current-menu-item a,#site-header.header-overlay #site-navigation ul li ul li.current_page_parent a,#site-header.header-overlay #site-navigation ul li ul li.current-menu-ancestor > a {color:#c9c9c9 !important;}

/* Flip last item sub-level */
#site-navigation ul li:last-child ul {left:auto; right:10px;}
#site-navigation ul li:last-child ul:before , #site-navigation ul li:last-child ul:after{left:175px;}
#site-navigation ul li ul li:last-child ul {margin:0; top:-15px; left:210px; right:auto;}

/* Sub-level indicator */
#site-navigation ul li.menu-item-has-children > a{padding-right:5px;}
#site-navigation ul li ul li.menu-item-has-children > a{padding-right:20px;}
#site-navigation ul li.menu-item-has-children:after {font-family:FontAwesome; content: "\f107"; display:inline-block; width:8px; font-size:12px; padding-right:10px; vertical-align:top; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s;}
#site-navigation ul li ul li.menu-item-has-children:after {font-family:FontAwesome; content: "\f105"; top:7px; right:10px; position:absolute;font-size:12px; z-index:-1;}

/* Mobile menu */
.toggle-mobile-menu{display:none; position:absolute; line-height:1; top:50%; right:40px; margin-top:-14px; border:1px solid #363f74; padding:3px 5px}
.toggle-mobile-menu i{color:#444; font-size:21px;}
#mobile-site-navigation{display:none;}
#mobile-site-navigation.mm-menu.mm-current{display:block;}

#facilities .tab-cont ul { width:100%; float:left; list-style:none; padding:0; margin:0}
#facilities .tab-cont ul li { display:block; padding:10px 0 10px 20px; background:url(images/bullet2.png) no-repeat 4px 16px; border-bottom:1px solid #ddd; text-align:justify}
#facilities .tab-cont ul li:last-child { border-bottom:none}

#discover ul { width:100%; float:left; list-style:none; padding:0; margin:0}
#discover ul li { display:block; padding:10px 0 10px 14px; background:url(images/bullet3.png) no-repeat 4px 16px; border-bottom:1px solid #547191; text-align:justify}
#discover ul li:last-child { border-bottom:none}

#discover ul.bullet { width:100%; float:left; list-style:none; padding:0; margin:0}
#discover ul.bullet li { display:block; padding:2px 0 2px 14px; background:url(images/bullet3.png) no-repeat 4px 7px; border-bottom:none; text-align:justify}
#discover ul.bullet li:last-child { border-bottom:none}

.what-cont p.title-col { font-weight:600; margin:0 0 15px 0; border-bottom:1px solid #547191; padding:0 0 5px 0}
.pop-up {width:96%; margin:0 auto}
.pop-up ul { width:100%; float:left; list-style:none; padding:0; margin:0 0 15px 0}
.pop-up ul li { display:block; padding:10px 0 10px 20px; background:url(images/bullet2.png) no-repeat 4px 16px; border-bottom:1px solid #ddd; text-align:justify}
.pop-up ul li:last-child { border-bottom:none}

p.bold-txt { font-weight:600}
/*---------------------------------------------------------------*/
/* 08. Content
/*---------------------------------------------------------------*/

/* All posts */
article.post-entry {margin-bottom:70px;}
article.post-entry.format-quote,article.post-entry.format-link,article.post-entry.format-status {margin-bottom:50px;}
.single-post article.post-entry {margin-bottom:70px;}
.single-post article .entry-content {margin-top:20px;}

/* Post navigation */
.post-navigation {clear:both; margin-bottom:1px;}
.post-navigation a {font-size:12px; color:#fff; background:#2c343b; display:inline-block; padding: 4px 12px 5px 12px; margin-right:5px; border-radius:3px; -webkit-transition: background 0.15s; -moz-transition: background 0.15s; transition: background 0.15s;}
.post-navigation a:hover {color: #fff;}

/* More tag - Read more link */
.more-link {font-size:11px; letter-spacing:3px; text-transform:uppercase;}

/* Sticky post */
article.sticky .entry-title:after { font-family: FontAwesome; content: "\f005"; float:right; color:#f6bb17; font-size:16px; margin-top:2px;}

/* Password protected post */
.post-password-form {margin-top:30px; margin-bottom:30px;}
.post-password-form label input {vertical-align:6px; margin-left:10px;}
.post-password-form label input {height:30px;}
.post-password-form input[type="submit"]{height:30px; line-height:10px; vertical-align:7px; }

/* Quote + Link + Status format */
article.format-quote .quoute-text:after, article.format-link .link-text:after, article.format-status .status-text:after  {font-family: FontAwesome; content: ""; font-size:19px; position:absolute; bottom:10px; right:20px;}
article.format-quote .quoute-text .entry-title, article.format-link .link-text .entry-title, article.format-status .status-text .entry-title{margin-bottom:15px;}
article.format-quote .quoute-text, article.format-link .link-text, article.format-status .status-text {border: 1px solid #EDEDED; background:#f9f9f9; margin-bottom:10px; padding:20px; position:relative; border-radius:4px;}
article.format-quote .quoute-text span, article.format-link .link-text span, article.format-status .status-text span{font-size:13px;}

body:not(.single) article.format-quote .entry-meta, body:not(.single) article.format-link .entry-meta, body:not(.single) article.format-status .entry-meta  {opacity:0; -moz-transform: translateX(0px) translateY(-10px); -webkit-transform: translateX(0px) translateY(-10px); -o-transform: translateX(0px) translateY(-10px); -ms-transform: translateX(0px) translateY(-10px); transform: translateX(0px) translateY(-10px); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
body:not(.single) article.format-quote:hover .entry-meta, body:not(.single) article.format-link:hover .entry-meta, body:not(.single) article.format-status:hover .entry-meta {opacity:1; -moz-transform: translateX(0px) translateY(0px); -webkit-transform: translateX(0px) translateY(0px); -o-transform: translateX(0px) translateY(0px); -ms-transform: translateX(0px) translateY(0px); transform: translateX(0px) translateY(0px);}

/* Quote format */
article.format-quote .quoute-text:after {content: "\f10e";}
article.format-quote .quoute-text span:before{content:"\2014"; padding-right:5px;}
article.format-quote blockquote{border:none; background:none; margin:0px; padding:0px; }
article.format-quote blockquote a:last-child {font-size:15px;}
article.format-quote blockquote:after, article.format-quote blockquote cite:before  {display:none;}

/* Chat format */
article.format-chat p {padding:10px 10px 10px 40px; margin:0px; background:#f7f7f7; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
article.format-chat p:before{font-family: FontAwesome; content: "\f075"; display:inline-block; width:20px; margin-left:-27px;margin-right:8px; font-size:16px; line-height:10px; vertical-align:-1px; color:#999999;}
article.format-chat p:nth-child(odd):before {font-family: FontAwesome; content: "\f0e5"; }
article.format-chat p:nth-child(odd) {background:#ffffff;}

/* Link format */
article.format-link .link-text:after {content: "\f0c1"; font-size:21px;}

/* Status format */
article.format-status .status-text:after {content: "\f075"; font-size:19px;}
article.format-status .status-text span{display:block; margin-bottom:18px;}

/* Audio format */
.wp-audio-shortcode {max-width:100%;}

/* Video format */
.wp-video-shortcode {max-width: 100%;}
article.format-video .post-preview  {margin-left:-3px; margin-right:-3px;}
article.format-video .post-preview .post-video-wrapper {padding-top: 56%; position: relative;}
article.format-video .post-preview .post-video-wrapper > div {padding-top: 0 !important; position: static;}
article.format-video .post-preview .post-video-wrapper iframe {width: 100%; height: 100%; display: block; position: absolute; margin: 0; top: 0; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* Image format */
article.format-image .post-preview img {min-width:100%;}
article.format-image .post-preview a {position:relative; display:block; max-height: 425px; overflow:hidden; border-radius:4px;}
.single-post article.format-image .post-preview img {border-radius:4px;}
.single-post article.format-image .post-preview a {max-height: none;}
article.format-image .post-preview a:after {font-family:FontAwesome; content: "\f14c"; width:100px; height:100px; line-height:100px; text-align:center; font-size:33px; background:#000; background: rgba(0, 0, 0, 0.75); color:#fff; position: absolute; display:block; top:50%; left:50%; margin-top:-50px; margin-left:-50px; border-radius:50%; opacity:0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s;}
article.format-image .post-preview a.local-image:after {content: "\f0c1";}
article.format-image .post-preview a:hover:after, article.format-image .post-preview a.touch-hover:after {opacity:1;}

/* Gallery format */
article.format-gallery .flex-direction-nav a.flex-next, article.format-gallery .flex-direction-nav a.flex-prev {display:none;}
article.format-gallery .flexslider  {border:none; box-shadow:none; margin-bottom:0px; overflow:hidden; border-radius:4px;}
article.format-gallery .flexslider img {border-radius:4px;}
article.format-gallery .flexslider .flex-control-nav {bottom:5px;}
article.format-gallery .flexslider .flex-control-paging li a {box-sizing: content-box; background:none; border:1px solid #fff; width:7px; height:7px; border-radius: 7px; box-shadow:none;}
article.format-gallery .flexslider .flex-control-paging li a:hover {background:none;}
article.format-gallery .flexslider .flex-control-paging li a.flex-active {background:#fff;}

/* Next and previous links */
.previous_post_link a { display:inline-block; font-weight:600; text-transform:uppercase; color:#444444; margin-bottom:5px; -webkit-transition: color 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: color 0.25s ease; transition: color 0.25s ease; }
.next_post_link a { display:inline-block; font-weight:600; text-transform:uppercase; color:#444444; margin-bottom:5px; float:right; -webkit-transition: color 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: color 0.25s ease; transition: color 0.25s ease; }
.previous_post_link a:before, .nav-previous a:before{font-family: FontAwesome; content: "\f137"; display:inline-block; width:20px; margin-left:1px; font-size:16px; vertical-align:-1px;}
.next_post_link a:after, .nav-next a:after{font-family: FontAwesome; content: "\f138"; display:inline-block; margin-left:7px;  margin-right:1px; font-size:16px; vertical-align:-1px;}

/* Meta */
.post-entry-header .entry-meta{color:#888; margin-bottom:20px; font-size:11px;}
.post-entry-header .entry-meta a{color:#888;}
.post-entry-header .entry-meta span:after{content:"/"; display:inline-block; padding:0 5px;}
.post-entry-header .entry-meta span:last-child:after{display:none;}
.entry-meta-footer{margin-top:20px; color:#999999; font-size:13px; clear:both;}
.entry-meta-footer a{color:#999999;}
.entry-meta-footer span:after{content:"/"; display:inline-block; padding:0 5px;}
.entry-meta-footer span:last-child:after{display:none;}
.entry-meta-footer .meta-date:before{font-family: FontAwesome; content: "\f073"; display:inline-block; width:30px; margin-left:1px; color:#add8e6; font-size:16px; vertical-align:-1px;}
.tag-links{margin-bottom:5px;}
.tag-links:before{font-family: FontAwesome; content:"\f02c"; display:inline-block; width:30px; margin-left:1px; color:#add8e6; font-size:16px; vertical-align:-2px;}
.tag-links span { display:inline-block; margin-right:10px; line-height:1;}
.tag-links span:after {content:","; margin-left:2px; padding:0px;}
.tag-links span:last-child:after {content:""; margin-left:0px;}
article.format-quote .tag-links, article.format-link .tag-links, article.format-status .tag-links {margin-top:20px;}

/* Page links */
.page-links {clear:both; font-size:12px; text-transform:uppercase; font-weight:600; color:#444444; padding-top:20px;}
.page-links  span {padding-right:5px;}

/* Author info */
.author-area{border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; padding: 25px 0px; margin-bottom:40px;}
.author-area img{float:left; margin-bottom: 0px; margin-right: 20px;}
.author-area .author-name{font-weight:bold; margin-bottom: 5px; line-height:1.3;}

/* Search result page */
.search-results .results-container {
-moz-column-count:2;
-moz-column-gap: 50px;
-moz-column-width: 45%;
-webkit-column-count:2;
-webkit-column-gap: 50px;
-webkit-column-width: 45%;
column-count: 2;
column-gap: 50px;
column-width: 45%;
}
.search-results .results-container {margin-bottom:40px;}
.search-results article {margin-bottom:0px; display: inline-block; width: 100%; -webkit-transform: translateZ(0); }
.search-results  article.post-entry.format-quote, .search-results  article.post-entry.format-link, .search-results  article.post-entry.format-status   {margin-bottom:0px;}
.search-results article:before {margin-top:5px;} 
.search-results article h1.entry-title {font-size:14px; }
.search-results article .entry-title:before {font-family: FontAwesome; content: "\f058"; padding-right: 8px; font-size:14px; vertical-align:0px; color:#82bc1e; margin-left:1px;}
.search-results article .entry-meta {margin-left:21px;}
.search-results article.page .meta-category {display:none;}

/* Error 404 page*/
.error404 .page-header {text-align:center;}
article.error404 .row-inner{padding:80px 0 95px; text-align:center;}
article.error404 .error-icon{font-size:40px; position:relative; left:175px; top:-29px;}
article.error404 h2 {margin-bottom:50px; text-transform:uppercase; font-weight:bold;}
article.error404 h2.error_looking {margin-top:-88px;}
article.error404 p {margin-top:-15px; margin-bottom:60px; font-size:15px; font-weight:300;}
article.error404 .bar-row, article.error404 .bar-row .row-inner, article.error404 .bar-row .main_row{padding:0px;}
article.error404 .bar-row .vc_bar_bg {margin:0 auto; max-width:500px;}

/* Error page animation */
.error404 .page-header .breadcrumbs-trail{ opacity:1;
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
animation-name:none;
}
article.error404 .bar-row .vc_bar {
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
}
article.error404 h2, article.error404 p, article.error404 .error-icon, article.error404 .searchform-wrapper{backface-visibility:hidden; opacity:0;
-webkit-animation:Appear 0.8s ease-in 1 2.8s forwards;
-moz-animation:Appear 0.8s ease-in 1 2.8s forwards;
-o-animation:Appear 0.8s ease-in 1 2.8s forwards;
animation:Appear 0.8s ease-in 1 2.8s forwards;
}
article.error404 .error-icon {
-webkit-animation-duration: 0.1s;
-moz-animation-duration: 0.1s;
-o-animation-duration: 0.1s;
animation-duration: 0.1s;
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
-o-animation-delay: 2.2s;
animation-delay: 2.2s;
}
/* Key Frames Appear */
@-webkit-keyframes Appear { from {opacity:0;} to {opacity:1; } }
@-moz-keyframes Appear { from {opacity:0;} to {opacity:1;} }
@-o-keyframes Appear { from {opacity:0;} to {opacity:1;} }
@keyframes Appear { from {opacity:0;} to {opacity:1;} }

article.error404 h2.error_looking{backface-visibility:hidden;
-webkit-animation:disAppear 0.5s ease 1 2.4s backwards;
-moz-animation:disAppear 0.5s ease 1 2.4s backwards;
-o-animation:disAppear 0.5s ease 1 2.4s backwards;
animation:disAppear 0.5s ease 1 2.4s backwards;
}
/* Key Frames disAppear */
@-webkit-keyframes disAppear { from {opacity:1;} to {opacity:0; } }
@-moz-keyframes disAppear { from {opacity:1;} to {opacity:0;} }
@-o-keyframes disAppear { from {opacity:1;} to {opacity:0;} }
@keyframes disAppear { from {opacity:1;} to {opacity:0;} }


/* Nothing found search page*/
.search-no-results .error-icon{font-size:40px; position:relative; left:400px; top:-29px;}
.search-no-results #content h2 {margin-top:5px; margin-bottom:30px; text-transform:uppercase;}
.search-no-results #content h2.error_looking {margin-top:-57px;}
.search-no-results #content p {margin-top:-15px; margin-bottom:75px; font-size:15px; font-weight:300;}
.search-no-results .bar-row, .search-no-results .bar-row .row-inner, .search-no-results .bar-row .main_row{padding:0px;}
.search-no-results .bar-row .vc_bar_bg {max-width:500px; margin-top:40px;}

/* Nothing found search page */
.search-no-results .page-header .breadcrumbs-trail{ opacity:1;
-webkit-animation-name:none;
-moz-animation-name:none;
-o-animation-name:none;
animation-name:none;
}
.search-no-results .bar-row .vc_bar {
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
}
.search-no-results #content h2, .search-no-results #content p, .search-no-results .error-icon, .search-no-results .searchform-wrapper{backface-visibility:hidden; opacity:0;
-webkit-animation:Appear 0.8s ease-in 1 2.8s forwards;
-moz-animation:Appear 0.8s ease-in 1 2.8s forwards;
-o-animation:Appear 0.8s ease-in 1 2.8s forwards;
animation:Appear 0.8s ease-in 1 2.8s forwards;
}
.search-no-results .error-icon {
-webkit-animation-duration: 0.1s;
-moz-animation-duration: 0.1s;
-o-animation-duration: 0.1s;
animation-duration: 0.1s;
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
-o-animation-delay: 2.2s;
animation-delay: 2.2s;
}
.search-no-results #content h2.error_looking{backface-visibility:hidden;
-webkit-animation:disAppear 0.5s ease 1 2.4s backwards;
-moz-animation:disAppear 0.5s ease 1 2.4s backwards;
-o-animation:disAppear 0.5s ease 1 2.4s backwards;
animation:disAppear 0.5s ease 1 2.4s backwards;
}

/* No posts found page */
p.no-posts {margin-top:30px; margin-bottom:32px; font-size:15px; font-weight:300;}


/*---------------------------------------------------------------*/
/* 09. Images
/*---------------------------------------------------------------*/

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget img {max-width: 100%; height: auto;}
#text-6 img{width:50%;}
#hc_text-3 img{width:50%;}
img.alignleft { margin-right: 1em;}
img.alignright { margin-left: 1em;}

/* WordPress Captions */
.wp-caption {text-align: center;}
dl.wp-caption {padding:0px;}
dt.wp-caption-dt:after {content:""; content:none;}
figure.wp-caption {max-width:100%;}
.wp-caption.alignleft  { margin-right: 1em;}
.wp-caption.alignright { margin-left: 1em;}
.wp-caption .wp-caption-text  { margin: -0.5em 0.25em 0.25em 0em;}
.wp-caption figcaption { background-color: rgba(0, 0, 0, 0.70); text-align: left; color: #fff; margin: 0; padding: 6px 8px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:  border-box;}

/* WordPress Gallery (some parts adapted from Twenty Fourteen by the WordPress team http://wordpress.org/themes/twentyfourteen) */

.gallery-item {float: left;margin: 0 15px 10px 0; overflow: hidden; position: relative; text-align:center;}
.gallery img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: opacity 0.3s ease-in; -moz-transition: opacity 0.3s ease-in; -o-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in;}
.gallery img:hover {opacity:0.8; filter:alpha(opacity=80);}

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

.gallery-columns-1 .gallery-item {max-width: 98%;min-width: 98%;}
.gallery-columns-2 .gallery-item {min-width: 46%;max-width: 46%;}
.gallery-columns-3 .gallery-item {min-width: 31%;max-width: 31%;}
.gallery-columns-4 .gallery-item {min-width: 23%;max-width: 23%;}
.gallery-columns-5 .gallery-item {min-width: 18%;max-width: 18%;}
.gallery-columns-6 .gallery-item {min-width: 14%;max-width: 14%;}
.gallery-columns-7 .gallery-item {min-width: 12%;max-width: 12%;}
.gallery-columns-8 .gallery-item {min-width: 10%;max-width: 10%;}
.gallery-columns-9 .gallery-item {min-width: 8%;max-width: 8%;}

.gallery-caption {background-color: rgba(0, 0, 0, 0.7);-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; color: #fff; margin: 0; opacity: 0; padding: 6px 8px; position: absolute; bottom: 5px; left: 0; text-align: left; width: 100%;  -webkit-transition: opacity 0.3s ease-in; -moz-transition: opacity 0.3s ease-in; -o-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:50%;}
.gallery-item:hover .gallery-caption, .gallery-item.touch-hover .gallery-caption {opacity: 1;}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {display: none;}

/* Forms - Class for labelling required form items */
.required { color: #cc0033;}


/*---------------------------------------------------------------*/
/* 10. Comments
/*---------------------------------------------------------------*/

/* Comment list */
#comments {padding-bottom:5px;}
#comments h3 {font-size:20px;}
#comments .comment-list{margin:0 0 40px; list-style:none;}
#comments .comment-list .children {list-style:none; margin:0px; padding-left:30px; position:relative;}
#comments .comment-list .children li{margin:0;}
#comments .comment-list .children .children {border-left:1px solid #eee; }
#comments .comment-list .children .children li:before{content:""; display:block; width:15px; height:1px; margin-top:40px; left:0; background:#eee; position:absolute;}
#comments .comment-body {min-height:60px; padding: 0 0 30px 80px; margin:25px 0px 0px; display: block; border-bottom: 1px solid #eee; position: relative; }
#comments .comment-body p:last-child{margin-bottom:0px;}
#comments .comment-body footer{margin-bottom:7px;}
#comments .comment-author img{position:absolute; left:0px;}
#comments .comment-author .fn{font-size:13px; color:#333333; font-weight:600; font-style:normal;}
#comments .comment-author .says{display:none;}
#comments .comment-meta{font-size:11px;}
#comments .comment-meta a{color:#999;}
#comments .reply{position:absolute; right:0px; top:0px; }
#comments .comment-reply-link{font-size:12px; background:#fdfdfd; color:#999; line-height:1; padding: 6px 11px; border: 1px solid #EEEEEE;  display:block; border-radius:30px; -webkit-transition: all 0.25; -moz-transition: all 0.25s; transition: all 0.25s;}
#comments .comment-reply-link:before{font-family: FontAwesome; content: "\f112"; padding-right: 8px; font-size:11px; vertical-align:middle;}
#comments .comment-author .author-url{font-size:13px; color:#333333; font-weight:600; font-style:normal;}
#comments .children .comment-body .comment-author img{width:40px; height:40px}

/* Pingbacks and trackbacks */
#comments .pingback .comment-body {min-height:0px; margin:0px; padding:15px 0px;}
#comments .pingback .comment-body:before {font-family: FontAwesome; content: "\f122"; color:#aaaaaa; padding-right: 8px; font-size:14px; vertical-align:-1px;}

/* Comment form */
#comments .comment-list #respond{margin-bottom:50px;}
#comments .comment-form-info-fields{margin-bottom:25px;}
#comments .comment-form-author input#author, .comment-form-email input#email, .comment-form-url input#url{width:100%; margin-top:3px;}
#comments .comment-awaiting-moderation {color:#DB6A23;}
#comments p.comment-form-comment {margin-bottom:25px;}
#comments p.comment-form-comment label {display:none; }
#comments p.comment-form-comment textarea#comment {width: 100%;}
#comments p.comment-notes, p.logged-in-as, p.must-log-in {margin-bottom:40px; margin-top:10px; font-size:12px; color:#999;}
#comments p.comment-notes:before, p.logged-in-as:before, p.must-log-in:before {font-family: FontAwesome; content:"\f05a"; margin-right:7px; margin-left:1px; color:#add8e6; font-size:16px; vertical-align:-1px;}
#comments h3.comment-reply-title {margin-bottom:5px; margin-top:40px;}
#comments h3#comments-title {margin-top:40px;}
#comments h3.comment-reply-title #cancel-comment-reply-link{display:inline-block; font-weight:normal; font-size:12px; background:#fdfdfd; color:#999; line-height:1; padding: 6px 11px; margin-left:10px; margin-top:-3px; border: 1px solid #EEEEEE; border-radius:30px; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; transition: all 0.25s;}
#comments h3.comment-reply-title #cancel-comment-reply-link i{padding-right: 8px; font-size:11px; vertical-align:top;}
#comments h3.comment-reply-title #cancel-comment-reply-link:hover{border-color:#DB6A23; color:#DB6A23;}
#comments .comment-list .bypostauthor {}

/* Comment form columns */
.col_container:before, .col_container:after {content: " "; display: table;}
.col_container:after {clear: both;}
.col_container .col_3{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; float: left; width: 33.33333333333333%; min-height: 1px; padding-right: 20px;}
.col_container .col_3:last-child{padding-right:0px;}

/* Paragraph that wraps the submit button and hidden comment ID fields. */
p.form-submit {margin-bottom:0; }

.contact1{width:22%;float:left;padding:8px 0;}
.contact2{width:2%;float:left;padding:8px 0;}
.contact3{width:65%;float:left;margin:0 0 0 46px;padding:8px 0;}


/*---------------------------------------------------------------*/
/* 11. Footer
/*---------------------------------------------------------------*/

.site-footer{overflow-x:hidden;}
.footer-sidebar{background: #007bbc; padding:45px 0 20px 0; font-size:14px; font-weight:600; display:block}
.footer-sidebar .vc_span4:last-child, .footer-sidebar .vc_span6:nth-child(3), .footer-sidebar .vc_span12{margin:0;}

/* Copyright area */
.site-info{width:100%; background:#007bbc; padding:20px 0; text-align:center; line-height:29px; font-size:14px; font-weight:300}
.site-info .widget {margin:0px;}


/*---------------------------------------------------------------*/
/* 12. Widgets
/*---------------------------------------------------------------*/

/* Default widget style */
.widget{margin:0 0 50px; padding:0; color:#999999;}
.follow-img .widget { margin:0}
.widget a {-webkit-transition: all 0.15s; -moz-transition: all 0.15s; transition: all 0.15s;}
.widget ul {margin:0; padding:0; list-style:none;}
.widget ul li {padding:0; margin:0; border-bottom:1px solid #EDEDED;  text-align:left}
.widget ul li a {background:none; padding:0 0 0 0; color: #fff !important;}
.widget ul li:first-child {padding-top:0px;}
.widget ul li:last-child {padding-bottom:0px;  box-shadow: none; -moz-box-shadow: none;  -webkit-box-shadow: none;}
.widget ul ul{margin-top:10px; border-top:1px solid #EDEDED;}
.widget ul ul li{margin-left:15px;}
.widget ul ul li:first-child {padding-top:10px;}

.widget .widget-title{color:#fff; font-weight:600; font-size: 14px; letter-spacing: normal; padding:0; margin:6px 0 5px 0 ; text-transform: none; line-height:18px; float:left;}
.widget .textwidget { font-weight:300}
.widget .textwidget p { margin-bottom:5px}
.widget a:hover{color:inherit;}
.footer-sidebar .widget .widget-title{color:#fff;}
.widget .textwidget .txt-left {font-weight:600; display:inline-block; width:20%}
.widget .textwidget .txt-slash {font-weight:600; display:inline-block; width:5%}
.widget .textwidget .txt-right {display:inline-block; width:auto}
.footer-sidebar a.mail-link { color:#ab9f83 !important; text-decoration:underline} 
/* Footer widget style */
.footer-sidebar .widget {margin-bottom:0px;}
.footer-sidebar .widget ul li, .footer-sidebar .widget ul ul  {border-color:#268ec6; width:45%; float:left; padding:10px 0; margin:0 5% 0 0;}

/* Copyright widget style */
.site-info  .widget {margin-bottom:0px;}
.site-info .widget ul li, .site-info .widget ul ul{border-bottom-color:#444;}

.site-info  .widget.widget_text {float:left; font-size:15px}
.site-info  .widget.widget_text a{color: #fff !important}
.site-info  .widget.simple-social-icons {float:right;}

.site-info  .widget.widget_hc_text {float:left; font-size:15px}
.site-info  .widget.widget_hc_text a{color: #fff !important}

.widget #simple-social-icons-2 .widget-title{width:300px;}

/* Top bar widget style */
#top-bar .widget-container {margin-right:40px; margin-top:1px; line-height:24px}
#top-bar .widget-container:last-child {margin-right:0px;}
#top-bar .widget-title {font-weight:bold; margin-right:10px;}
#top-bar .recentcomments {padding-left:10px;}
#top-bar .recentcomments:first-child {padding-left:0px;}
#top-bar ul {font-size:12px; list-style:none; margin:0;}
#top-bar ul li {float:left; margin:0;}
#top-bar ul li i{vertical-align:middle}
#top-bar ul ul li a{padding:0px 10px 0px 0px; }
#top-bar ul ul li a:after {content: "/"; font-size:12px; vertical-align:top; color:#3f3f3f; margin-left:10px; opacity:0.4; }
#top-bar ul ul li:last-child a:after {content: ""; margin-left:0px;}
#top-bar ul ul li:first-child a{padding-left:0px;}
#top-bar ul ul li:last-child a{padding-right:0px; border-right: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
#top-bar #topright-widget-area ul {float:right;}

/* SINGLE WIDGET STYLES */

/* WP Calendar */
#wp-calendar {max-width: 100%; font-size: 10px; background:none; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-bottom: 15px; text-decoration:underline; }
#wp-calendar thead { font-weight:bold; font-size: 10px; color: #444;}
#wp-calendar thead th { padding:0 0 10px 0; width: 36px; background:none; color:#444; text-shadow:none;}
#wp-calendar tbody { color: #3f3f3f; font-size: 13px; }
#wp-calendar tbody a { text-decoration:underline;}
#wp-calendar tbody td { background: #fafafa; padding:6px 8px; border-width: 1px; border-style: solid;border-color: #f3f3f3; text-align: center; }
#wp-calendar #today {background:#999; color:#f9f9f9;}
#wp-calendar #today a  {color:#f9f9f9;}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {border-color:#fff; background:none;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; padding-left:60px;}
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px; padding-right:60px;}

.footer-sidebar #wp-calendar caption {color:#dddddd;}
.footer-sidebar #wp-calendar thead {color: #dddddd;}
.footer-sidebar #wp-calendar tbody a { text-decoration:none;}
.footer-sidebar #wp-calendar #today a  {color:#ddd;}
.footer-sidebar #wp-calendar tbody td { background: transparent; padding:4px 0; border-width: 1px; border-style: solid;border-color: #444444;}
.footer-sidebar #wp-calendar tbody .pad {border:1px solid #444444; background: transparent;}
.footer-sidebar #wp-calendar tfoot td{border:1px solid #444444; background: transparent;}

/* Tags */
.tagcloud {text-transform:lowercase;}
.tagcloud a {color:#fff !important; background:#2c343b; font-size:12px !important; display:inline-block; padding: 4px 10px; margin: 3px 1px; border-radius:3px; }

/* Recent posts */
.post-date {display:block; font-size:11px;}

/* Search */
.search-input {width:100%; max-width:300px;}


/*---------------------------------------------------------------*/
/* 13. Plugins
/*---------------------------------------------------------------*/

/* CONTACT FORM 7 */
.wpcf7{max-width:100%;}
.wpcf7 input, .wpcf7 textarea, .wpcf7 span{width:100%;float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top:0;font-size:12px}
.wpcf7 input[type="submit"]{color:#fff; width:auto;}
.wpcf7 textarea {height:90px; min-height:90px;}
.wpcf7 input, .wpcf7 textarea {background:#fff; border:1px solid #E3E3E3; color:#000; font-weight:400; padding: 2px 5px; height:35px; }
.wpcf7  input:focus,.wpcf7 textarea:focus {background:#fff; border:1px solid #E3E3E3; }
.wpcf7 input[type=submit]{font-size:15px; font-weight:normal; padding: 8px 15px; background: #0c7fbc; border:0; color: #fff !important; margin:20px 0 0 0; height: auto}
.wpcf7 input[type='checkbox']{width:auto; height:auto; border:none; vertical-align:-1px;}
.wpcf7 input[type='radio']{width:auto; height:autp; border:none; vertical-align:-1px;}
.wpcf7 input.wpcf7-file {background:none; border:none; padding-left:0px; padding-right:10px; height:30px;}
.wpcf7 input[type='file'] { background:none; border:none; box-shadow:none;}
.wpcf7 input[type='range'] {background:none; }
.wpcf7 input[type='url'] {text-decoration:underline;}
.wpcf7 select {padding:10px 5px; border:1px solid #ddd; width:100%;}

/* Contact form 7 dark style */
.wpcf7 .for-dark-bg input, .wpcf7 .for-dark-bg  textarea {color:#f9f9f9;}
.wpcf7 .for-dark-bg input:focus, .wpcf7 .for-dark-bg  textarea:focus {color:#ffffff;}
.wpcf7 .for-dark-bg input, .wpcf7 .for-dark-bg textarea{ background: rgba(0, 0, 0, .30); border: 0; border-radius: 5px; box-shadow:inset 0 1px 4px rgba(0,0,0, .20), 0 1px rgba(255,255,255, .06);} 
.wpcf7 .for-dark-bg input:focus, .wpcf7 .for-dark-bg textarea:focus {border:none; background: rgba(0,0,0, .55); outline: 0; -webkit-transition: background-color 0.25s ease-in; -moz-transition: background-color 0.25s ease-in; -o-transition: background-color 0.25s ease-in; transition: background-color 0.25s ease-in; }
.wpcf7 .for-dark-bg input::-webkit-input-placeholder, .wpcf7 .for-dark-bg textarea::-webkit-input-placeholder { color: #ffffff;}
.wpcf7 .for-dark-bg input:-moz-placeholder, .wpcf7 .for-dark-bg textarea:-moz-placeholder {color: #ffffff;}


/* added on 2015-01-19*/
.wpcf7-response-output {float:left; font-size:12px; padding:10px!important; margin:10px 0 0 0!important; clear: both}
.wpcf7 .form-row img.ajax-loader {width:16px; height:auto;}

div.wpcf7-validation-errors {
  border: 2px solid #F8F1DF;
  color: #AC3A41;
  background: #FDF8E4;
}

/* Contact form 7 loader style */
div.wpcf7 img.ajax-loader{margin-left:20px; background:#fff; padding:10px; border-radius:50%; margin:5px 0 0 20px}

/* Contact form 7 message boxes */
div.wpcf7-falldowN-errors {display:inline-block; width:100%; border: 1px solid rgba(255, 218, 98, 1); background: rgba(252, 255, 192, 0.97); padding: 12px; color: #D18E00; }

/* ESSENTIAL GRID */
article.essential_grid .post-preview img, article.essential_grid .post-preview a  {border-radius:4px;}

/* UBERGRID */
.mfp-bg {z-index:9992;}
.uber-grid-wrapper .ir {text-indent: 0em;}
.mfp-bottom-bar {z-index:999 !important;}
.uber-grid-filters div a {margin-bottom:15px !important;}
.uber-grid > div .uber-grid-hover .uber-grid-hover-title {margin-bottom:15px !important;}
.uber-grid.uber-grid-bw > div .uber-grid-cell-image  {-webkit-transform: translateZ(0);}

/* AUTO ALBUMS */
.aamrgbox .autoAlbums-image-caption h4{color:#f9f9f9; font-size:9px !important; text-transform:uppercase; letter-spacing:2px;}
.aamrgbox .autoAlbums-image-caption > div > div { vertical-align:bottom !important; text-align:left !important;}
.aamrgbox .folder-info .folder-name {color:#f9f9f9; font-size:9px; line-height:20px; text-transform:uppercase; letter-spacing:2px;}
.autoAlbums-breadcrumb  {background:none; border-color: #dedede; padding:0px; margin-bottom:30px;}
ul.autoAlbums-breadcrumb li  {font-size:10px; letter-spacing:1px; padding:4px 0px; text-transform:uppercase; color:#656565; text-shadow:none;}
ul.autoAlbums-breadcrumb li.active  {color:#888888; text-shadow:none;}
ul.autoAlbums-breadcrumb li a:first-child  {color:#656565;}
ul.autoAlbums-breadcrumb li  a:hover {color:#888888;}

/* WP FLICKR WIDGET */
.wpfw_flickr_widget img {margin-top: 5px; margin-right:10px; width:70px; height:70px; border-radius:3px;}
.wpfw_flickr_widget img:hover {opacity:0.6;  filter:alpha(opacity=60);}
.flickr {margin-top:-5px;}
.footer-sidebar .wpfw_flickr_widget img {width:59px; height:59px; padding:3px; border:1px solid #4A4A4A;}
.footer-sidebar .wpfw_flickr_widget .widget-title {float:none !important;}
#trust { height:421px; font-size:25px;}
#trust .row-inner.row-inner-full .wpb_wrapper {text-align: center; margin:197px 0 0 0}
#match { height:421px; font-size:25px;}
#match .row-inner.row-inner-full .wpb_wrapper {text-align: center; margin:97px 0 0 0}
.top-bg-main { height:720px}
.top-bg-main .wpb_bottom-to-top { margin:388px 0 5px 0; padding:0; background:url(images/divider-head.png) repeat-y right 0}
.top-bg-main br { clear:both; display:block; height:1px}
.top-bg-main .title-box, .top-bg-main h1.title-box  {font-size: 32px; color:#fff!important; font-weight: 300; margin:0; padding:0; line-height:35px; font-family:'Oswald'; text-transform:uppercase }
.top-bg-main .text-box{font-weight: 300; font-size: 15px; line-height: 25px; margin:17px 0 0 0; display:inline-block}
.top-bg-main .read-top { display:inline-block; margin:15px 0 4px 0; padding:0 0 0 15px; background: url(images/bullet.png) no-repeat 0 9px; font-size:16px; font-weight:700}
.top-bg-main a { text-decoration:none; color:#fff !important}
.follow-panel { display:inline-block; float:right}
.follow-panel span, .follow-panel .follow-img {color:#000; float:left }
.follow-panel span { margin:0 7px 0 0}
.follow-panel .follow-img { margin:0 0 0 0}
.follow-panel .follow-img img { float:left; margin:-3px 0 0 4px}

/*.wpb_single_image img { width:294px; height:294px}*/
.title-what {line-height:18px}
.title-what .text-bold { font-size:13px; font-weight:700; text-transform:uppercase}
.title-what .semi-title { font-size:13px; font-weight:400; }
.what-cont { min-height:194px}
.what-cont p { text-align:justify !important}
.food-row { font-size:16px; font-weight:300}
.food-row p { margin-bottom:10px}
#your .food-row p {margin-bottom:15px}
.food-row p.test-names { color:#86754e; font-weight:600; }
.footer-sidebar .widget .widget-title { color:#fff !important; font-family:'Open Sans', sans-serif !important;}
.title-what { text-align:left !important; margin:0 0 12px 0 !important}
.what-cont p { text-align:justify !important}
#whatwedo { padding:50px 0 90px !important}
.footer-sidebar .sendtop { width:61px; height:38px; position:absolute; bottom:0; right:-80px}
.footer-sidebar a.top-bt { background:url(images/top.png) no-repeat 0 0;  float:left; height: 23px; width: 23px; position:fixed; right:10px; bottom: 10px }

.entry-content { font-size:13px; font-weight:300}
/*.img-right { float:right; margin:0 0 0 25px}
.img-left { float:left; margin:0 25px 0 0}*/

.content-panel { width:100%; float:left; text-align: justify; padding:0 0 30px 0}
.cont-left { width:66%; float:left; margin:0 25px 0 0}
.cont-right { width:66%; float:left;margin:0 0 0 25px}
.cont-img { width:31%; float:left}
.cont-img img { float:left; margin:5px 0 0 0 }
.widget_wysija_cont { margin:5px 0 0 0; width:100%}
.widget_wysija_cont p { margin-bottom:14px}
.text-bold { font-weight:700}
#about p { text-align:justify}
#about .up-down-arw p { text-align:center}
.wpb_content_element.up-down-arw { width:100%; float:left; margin:35px 0 0 0 !important; padding:0; text-align:center}
#discover .wpb_content_element.up-down-arw { margin:90px 0 0 0 !important;}
#contact .wpb_content_element.up-down-arw { margin:67px 0 0 0 !important;}
.wpb_content_element.up-down-arw wpb_wrapper { width:100%; float:left;}
.wpb_content_element.up-down-arw .wpb_wrapper p {  width:100%; float:left;text-align:center;height:20px; margin:0}
.wpb_content_element.up-down-arw .wpb_wrapper p a{display:inline-block; width:auto; }
.wpb_content_element.up-down-arw .wpb_wrapper img { float:left; margin:0 1px}
#facilities .wpb_single_image { margin:23px 0 !important}
#discover .wpb_content_element.up-down-arw .wpb_wrapper img { float:left; margin:0 1px; border-top:1px solid #fff;border-right:1px solid #fff;border-left:1px solid #fff}
.arrow-links { width:100%; float:left; text-align:center; height:20px}
.arrow-links a{ display:inline-block;-webkit-overflow-scrolling:touch !important;}
.arrow-links img { float:left; margin:0 1px}
.testimonials-row { width:100%; float:left; background:none}
.testomaonials-desc { width:739px; min-height:62px; margin:0 auto; text-align:center}
.testomaonials-txt { width:100%; float:left; text-align:center; font-weight:600; margin:10px 0 0 0}
section {width:100%; float:left}
#contact { font-size:15px; min-height:100%;}
.cont-head{font-size:15px; font-weight:bold; color: #696969; width:100%; float:left;}
.contact-detail {background:url(images/add-1.jpg) no-repeat left 0; width:100%; float:left; padding:0 0 18px 80px; margin:10px 0;font-size:15px; font-weight:400; line-height:24px; border-bottom:1px solid #ddd; text-align:left}
.contact-detail1 {background:url(images/add-2.jpg) no-repeat left 0; width:100%; float:left; padding:0 0 40px 80px; margin:10px 0;font-size:15px; font-weight:400; line-height:24px; border-bottom:1px solid #ddd; text-align:left}
.contact-detail2 {background:url(images/add-3.jpg) no-repeat left 0; width:100%; float:left; padding:0 0 0 80px; margin:10px 0;font-size:15px; font-weight:400; line-height:24px;text-align:left}

.contact-detail.last { border-bottom:none; padding:10px 0 0 0}
.detail-txt-lft { width:34%; float:left; font-weight:400; color: #676767}
.detail-slash { width:2%; float:left; color: #676767}
.detail-txt-rt { width:100%; float:left; color: #676767}
.detail-txt-rt a{color:#454545 !important; text-decoration:underline;}
.detail-txt-rt a:hover{color:#454545 !important; text-decoration:underline;}
.title-follows { width:100%; float:left; padding:16px 0 10px 0; margin:0 0 10px 0;font-size:18px; font-weight:400; line-height:18px; border-bottom:1px solid #268ec6; color: #fff; text-align:left}
#contact ul { width:100%; float:left; padding:; margin:10px 0 0 0; list-style:none}
#contact ul li { display:block; padding:7px 0 7px 32px}
#contact ul li.facebook { background: url(images/icon-facebook.png) no-repeat 0 4px}
#contact ul li.twitter { background: url(images/icon-twitter.png) no-repeat 0 4px}
#contact ul li  a {color:#000; text-decoration:none}

.Table { display: table; width:100%; border-collapse:collapse; margin:15px 0 0 0}
.Row { display: table-row; }
.Cell { display: table-cell; border: 1px solid #ddd; padding:10px 15px; vertical-align:middle }
.Row.title .Cell { background:#363f74; color:#fff; font-weight:600}
.terms-last { width:100%; float:left}

.terms-last .detail-txt-lft { width:14%; float:left; font-weight:600}
.terms-last .detail-slash { width:2%; float:left;}
.terms-last .detail-txt-rt { width:84%; float:left;}
.terms-last .contact-detail:last-child { border-bottom:none}
 .bio-main { width:100%; float:left; padding:0; margin:0}
.bio-left { width:30%; float:left; text-align:left}
.bio-right { width:70%; float:left}
.txt-selas { width:100%; float:left; text-align:center; font-size:18px !important; line-height:26px}
.form-subsribe { width:100%; float:left; padding:0}
.form-subsribe .title-follows { margin:0 0 25px 0 }
.form-row { width:100%; float:left; padding:10px 0}
.wpcf7 .form-row.submit { padding:10px 0 0 0}
.wpcf7 .form-row input { padding:7px 2%; float:left; width:100%; height:auto; line-height:18px; border:1px solid #ddd; background:#fff; color:#3f3f3f !important; font-size:15px;}
.wpcf7 .form-row input:focus, .wpcf7 .form-row textarea:focus { background:#fff}
.wpcf7 .form-row img { float:left; border:1px solid #ddd; height:35px; width:105px; margin:20px 0 0 0}
.wpcf7 .form-row.submit input {background:#363f74 !important; border:1px solid #1b2356 !important; width:auto; padding:10px 15px; text-transform:uppercase; color:#fff}

.wpcf7 .form-row.submit input[type="submit"] {background:#006faa !important; border:1px solid #006faa !important; width:auto; padding:5px 10px; margin:0;text-transform:uppercase; color:#fff !important; font-size:14px; text-transform:uppercase; line-height:15px; font-weight:400; height:auto; float:right; position:relative; top:-51px; right:3px;}
.wpcf7 .form-row1 { width:50%; float:left; padding:0 2% 0 0}
.wpcf7 .form-row2 { width:50%; float:left; padding:0 0 0 2%}
.wpcf7 .form-row-single { width:100%; float:left; padding:0}
.wpcf7 .form-row select { padding:5px 2%; float:left; width:100%; height:40px; line-height:40px; border:1px solid #ddd; background:#fff; color:#3f3f3f; font-size:15px;}
.wpcf7 .form-row textarea { padding:5px 2%; float:left; width:100%; height:40px; line-height:40px; border:1px solid #ddd; background:#fff; color:#3f3f3f; font-size:15px; min-height:152px; line-height:28px}

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

.frame-new { float: left; height: 500px; width: 100%; }

.banner-text-1{font-weight:bold; font-size:40px; color:#fff;margin:0; padding:0;text-shadow:0px 2px #006830;}
.banner-text-2{font-weight:normal; font-size:20px; color:#fff; text-align:center;margin:0; padding:0;}


#about1 .vc_span4 h3{color:#000 !important; padding:8px 0;}
#about .vc_span4 h3{color:#000 !important; padding:8px 0;}
.site-info .row-inner{border-top:#268ec6 1px solid; padding:10px 0 0;}

/*---------------------------------------------------------------*/
/* 14. Retina
/*---------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	
	#site-logo img.default-logo {display:none;}
	#site-logo img.retina-logo {display:inline-block;}

}


/*---------------------------------------------------------------*/
/* 15. Responsive - Visual Composer related styles are inside core extend plugin
/*---------------------------------------------------------------*/
		
	/* Hide mobile menu on normal size screens */
	@media only screen and (min-width : 979px) {
	html.mm-right.mm-opening .mm-page, html.mm-right.mm-opening #mm-blocker, html.mm-right.mm-opening .mm-fixed-top, html.mm-right.mm-opening .mm-fixed-bottom {right:0}
	}
		
	/*
	* -------------------------------------------------------------------------------------------
	* ALL DEVICES INCLUDING TABLET LANDSCAPE
	* -------------------------------------------------------------------------------------------
	*/

	@media only screen and (max-width : 1024px){ 
	
	/* General */
	body {-webkit-text-size-adjust: none; margin:0 0 0 0}
	
	/* Header area */	
	.fixed-width #site-logo {left:40px;}
	
	/* One page Navigation */
	.sticky_navigation_wrapper {display:block;}
	
	/* Title area */
	.page-header {
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
	}
	.page-header .breadcrumbs-trail{opacity:1;
	-webkit-animation:none;
	-moz-animation:none;
	-o-animation:none;
	animation:none;
	}
	#site-header #header-container { max-width:940px}
	.top-bg-main .wpb_bottom-to-top { margin:170px 0 5px}
	section#reviews { height:520px}
	section#discover { height: 728px;}
	.top-bg-main .vc_spacer { height:40px !important}
	}
	
	/*
	* -------------------------------------------------------------------------------------------
	* TABLET LANDSCAPE ONLY
	* -------------------------------------------------------------------------------------------
	*/
	
	@media only screen and (min-width: 979px) and (max-width: 1024px) {
	
	.footer-sidebar .wpfw_flickr_widget img { width:50px; height:50px;}
	
	}
	

	/*
	* -------------------------------------------------------------------------------------------
	* ALL DEVICES STARTING TABLET PORTRAIT
	* -------------------------------------------------------------------------------------------
	*/
	@media only screen and (max-width: 479px) {
	.spec-main3{width:100%;}
	}
	@media only screen and (max-width: 979px) {
	
body #specials .cycloneslider-template-standard .cycloneslider-slides{height:1250px !important;}
	
	/* Navigation */
	.toggle-mobile-menu{display:block;}
	#site-navigation{display:none;}
	
	/* Sidebar layout change */
	#content.float-left, #content.float-right, #sidebar {width:100%;}
	#sidebar.float-right, #sidebar.float-left{padding:60px 0px 0px;}
	#sidebar .widget-area aside { width:100%; }
	
	/* Comment form */
	.col_container .col_3 {float: none; width: 100%; padding-right:0px; margin-top:15px;}
	#comments p.comment-notes, p.logged-in-as, p.must-log-in {margin-bottom:20px;}
	.top-bg-main { height:auto}

	.spec-main3{width:60%;}
	.what-cont { min-height:10px}
	.vc_responsive .wpb_row .vc_span4 { float:none; text-align:center}
	#whatwedo { padding:50px 0 30px !important}
	#trust, #match { height:175px}
	#trust .row-inner.row-inner-full .wpb_wrapper { margin:67px 0 0 0}
	#match .row-inner.row-inner-full .wpb_wrapper { margin:25px 0 0 0 }
	.food-row p br { display:none}
	.footer-sidebar { padding:30px 0}
	#site-header.header-overlay .toggle-mobile-menu i { color:#fff !important}
	
	.content-panel { width:100%; float:left; text-align: justify; padding:0 0 30px 0}
.cont-left { width:53%; float:left; margin:0 25px 0 0}
.cont-right { width:53%; float:left;margin:0 0 0 25px}
.cont-img { width:43%; float:left}
.cont-img img { float:left; margin:5px 0 0 0 }
	.top-bg-main .wpb_bottom-to-top { margin:185px 0 50px 41px; padding:27px 48px 20px}
	#site-logo { left:40px}
	
	#discover .wpb_row .vc_span3.col3 .title-what,#discover .wpb_row .vc_span3.col4 .title-what { margin:15px 0 12px !important; text-align: left !important;}
	.wpb_text_column.tabs-cont { padding:0 15px}
	#facilities .wpb_single_image { padding:0 15px}
	
	}
	
	/*
	* -------------------------------------------------------------------------------------------
	* TABLET PORTRAIT ONLY
	* -------------------------------------------------------------------------------------------
	*/	
	@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	/* Title area */ 
	.page-header h1.page-title {font-size:40px;}
	.page-header {padding:25px 0; min-height:78px;}

	/* WordPress gallery */
	.gallery-columns-1 .gallery-item {max-width: 98%;min-width: 98%;}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item , .gallery-columns-5 .gallery-item , .gallery-columns-6 .gallery-item , .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item  {min-width: 46%;max-width: 46%;}
.top-bg-main1 { display:none}
.top-bg-main .wpb_bottom-to-top { width:300px}
.top-bg-main .title-box, .top-bg-main h1.title-box { font-size:30px; color:#fff!important; margin:0; padding:0}
.top-bg-main .vc_spacer { height:10px !important}
.top-bg-main .wpb_bottom-to-top { margin:185px 0 24px 41px; padding:27px 48px 20px}
#about { height:auto}
.wpb_content_element.up-down-arw { width:100%; float:left; margin:15px 0 0 0 !important; padding:0; text-align:center}
.title-what {
    margin: 0 0 12px !important;
    text-align: left !important;
}
.wpb_single_image.vc_align_center { text-align:left}
#discover ul li {background: url(images/bullet3.png) no-repeat 4px 11px !important;  display: block; padding: 5px 0 5px 14px;
    text-align: justify;}
	section#discover { height:auto;}
#discover p { margin-bottom: 10px;}
.contact-detail { padding:5px 0 0 80px; }
#discover .wpb_single_image.vc_align_center { text-align:left}
section#reviews { height:510px}
#contact { height:auto; padding:48px 0 48px 0 !important}
#contact .wpb_content_element.up-down-arw {
    margin: 30px 0 0 !important;
}
.contact1{width:22%;float:left;padding:8px 0;font-size:12px;}
.footer-sidebar .widget ul li, .footer-sidebar .widget ul ul  {border-color:#268ec6; width:100%; float:left; padding:10px 0; margin:0 5% 0 0;}
.wpb_content_element.up-down-arw { position:relative; z-index:99999999999}


}
	
	/*
	* -------------------------------------------------------------------------------------------
	* MOBILE BOTH VIEWS
	* -------------------------------------------------------------------------------------------
	*/
	@media only screen and (max-width: 767px) {
	
	/* Title area */ 
	.page-header h1.page-title {font-size:30px; margin-bottom:2px;}
	.page-header {padding:20px 0 0 0; min-height:63px;}
	
	/* Top bar */ 
	#top-bar {padding-bottom:15px; padding-top:15px;}
	#topleft-widget-area {margin-bottom:5px;}
	#top-bar #topright-widget-area ul li {
    font-size: 17px;
    line-height: 17px;
	}
	#top-bar #topright-widget-area ul li span{
    font-size: 12px;
    font-weight:normal
	}
	#topleft-widget-area, #topright-widget-area {padding-left:0px; padding-right:0px;}
	#top-bar ul li, #top-bar #topright-widget-area ul {float:none; text-align:center; margin:0 auto;}
	
	/* Footer */ 
	.vc_responsive .footer-sidebar  .vc_span3, .vc_responsive .footer-sidebar  .vc_span4, .vc_responsive .footer-sidebar  .vc_span6  {margin-bottom:20px;}
	.widget ul li:last-child { padding-bottom:10px;border-bottom: 1px solid #EDEDED;}
	
	/* Search page */
	.search-results .results-container {
	-moz-column-count:1;
	-moz-column-gap: 0px;
	-moz-column-width: 100%;
	-webkit-column-count:1;
	-webkit-column-gap: 0px;
	-webkit-column-width: 100%;
	column-count: 1;
	column-gap: 0px;
	column-width: 100%;
	}
	.search-no-results .error-icon {visibility:hidden;}
	
	/* Footer */
	.footer-sidebar {padding-bottom:10px;}
#whatwedo { padding:25px 0 0 !important}
#trust, #match { height:auto}
	#trust .row-inner.row-inner-full .wpb_wrapper { margin:15px 0}
	#match .row-inner.row-inner-full .wpb_wrapper { margin:15px 0 }
	#whatwedo .heading_subtitle { display:none}
	
	.content-panel { width:100%; float:left; text-align: justify; padding:0 0 30px 0}
.cont-left { width:100%; float:left; margin:0 0 25px}
.cont-right { width:100%; float:left;margin:25px 0 0 0}
.cont-img { width:100%; float:left; text-align:center}
.cont-img img { float:none; margin:0; display:inline-block }
	.pre-content { background-size:cover; height:180px !important}
	.sticky_navigation_wrapper { display:none}

.pop-up h1 { font-size:20px}
.bio-main { width:100%; float:left; padding:0; margin:0}
	.bio-left { width:40%; float:left; text-align:left}
	.bio-right { width:60%; float:left}
	.what-cont p{text-align:center !important}
	.site-info .widget.simple-social-icons{float:none; display:inline-block; text-align:center}
	
	.responsive-tabs .responsive-tabs__list__item{display:none}
	.responsive-tabs-wrapper {		
		border-top: 0  !important;
	}
	
	.responsive-tabs .responsive-tabs__heading {
	background: #01ADEF !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	text-align:left !important
}
	.responsive-tabs .responsive-tabs__heading:after {
		border-top: 6px solid #fff !important;
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #FF6930 !important;
		color: #fff !important;
	}
	
	.responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #fff !important;
	}
	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #FD6C33 !important;
	}
	.responsive-tabs .responsive-tabs__panel {
		border: 1px solid #fff !important;
	}
	}
	
	/*
	* -------------------------------------------------------------------------------------------
	* MOBILE LANDSCAPE ONLY
	* -------------------------------------------------------------------------------------------
	*/
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* Table style */
	th{padding: 10px;}
	td{padding: 10px 5px;}
		
	/* WordPress Gallery */
	.gallery-columns-1 .gallery-item {max-width: 98%;min-width: 98%;}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item , .gallery-columns-5 .gallery-item , .gallery-columns-6 .gallery-item , .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item  {min-width: 46%;max-width: 46%;}
	#site-header.header-overlay { position:relative}
	#site-logo img { max-width:90%}
	.wpb_single_image img { width:auto; height:auto}
	#your { padding:20px 0 !important}
	#food { padding:20px 0 !important}
.widget .textwidget .txt-left {font-weight:600; display:inline-block; width:10%}
.widget .textwidget .txt-slash {font-weight:600; display:inline-block; width:2%}
.widget .textwidget .txt-right {display:inline-block; width:auto}
.title-what { margin:0 0 12px 0 !important}

#site-header.header-overlay { position:absolute}
	#site-logo img { max-width:70%}
	.wpb_single_image img { width:auto; height:auto}
	
	#trust, #match { height:auto; padding:0 15px}
	#trust .row-inner.row-inner-full .wpb_wrapper { margin:15px 0}
	#match .row-inner.row-inner-full .wpb_wrapper { margin:15px 0}
	#your { padding:20px 0 !important}
	#food { padding:20px 0 0 0 !important}
	#site-header #header-container { height:108px !important; min-height:50px !important}
	.title-what { margin:0 0 12px 0 !important}
	#site-logo { left: 20px;}
	.toggle-mobile-menu { right:20px}
	.top-bg-main .wpb_bottom-to-top { margin:0; background:none}
	.top-bg-main .title-box, .top-bg-main h1.title-box { font-size:28px; color:#fff!important; margin:0; padding:0}
	.top-bg-main .text-box { text-align:justify}
	.top-bg-main .vc_spacer { height:1px !important}
	#facilities .tab-cont ul li { padding:5px 0 5px 20px; background: url(images/bullet2.png) no-repeat 4px 11px;}
	#facilities .wpb_row .vc_span6 { padding:0 !important}
	#discover ul li { padding:5px 0 5px 14px;background: url("images/bullet3.png") no-repeat 4px 11px;}
	section#discover { height:auto}
	#discover .wpb_content_element.up-down-arw { margin:20px 0 0 !important;}
	#reviews .wpb_content_element.up-down-arw { margin:20px 0 0 !important;}
	section#reviews { height:auto; padding:30px 0 0 0 !important}
	.testomaonials-desc { width:100%}
	.cycloneslider-template-standard .cycloneslider-slides { height:auto !important}
.detail-txt-lft { width:30%}
.detail-slash { width:4%}
.detail-txt-rt { width:66%}
#contact { height:auto}
.contact-detail { padding:3px 0; font-size:14px}
#contact .wpb_content_element.up-down-arw {
    margin: 20px 0 0 !important;
}
.title-follows {padding:10px 0 5px 0; }
#discover ul.bullet li { width:50%; float:left; padding:2px 14px}
#discover ul li {padding: 5px 14px;width:50%; float:left; border-bottom:none}
.top-bg-main .wpb_bottom-to-top { max-width:640px !important}

.bio-main { width:100%; float:left; padding:0; margin:0}
	.bio-left { width:100%; float:left; text-align:center; margin:0 0 10px 0}
	.bio-right { width:100%; float:left}
	}
	
	
	/*
	* -------------------------------------------------------------------------------------------
	* MOBILE PORTRAIT & LOWER
	* -------------------------------------------------------------------------------------------
	*/	
	@media only screen and (max-width: 479px) {

	/* Table style */
	th{padding: 5px;}
	td{padding: 5px 2px;}
	
	/* Definition list*/
	dt {text-align:left; width:auto;}
	dd {clear:both; margin:0;}
	
	/* Posts */
	.previous_post_link a,.next_post_link a {float:none; display:block; text-align:center;}
	.previous_post_link a:before {margin-right:5px;}
	.next_post_link a  { margin-bottom:20px;}
	.previous_post_link a {margin-bottom:0px;}
	
	/* Comment form */
	#comments .comment-list .children .children {border-left:none;}
	#comments .comment-body{padding-bottom:50px;}
	#comments .children .comment-body{padding-left:80px; padding-bottom:50px;}
	#comments .comment-list .children {padding-left: 0px;}
	#comments .reply {top:auto; bottom:10px;}
	#comments h3.comment-reply-title #cancel-comment-reply-link { margin-top:10px; margin-left:1px;}
	#comments ol.children  li .comment-body .comment-author img { width:50px; height:50px;}
	#comments ol.children  li ol li .comment-body .comment-author img { width:40px; height:40px;}
	#comments ol.children  li ol li ol li .comment-body .comment-author img { width:30px; height:30px;}
	#comments ol.children  li ol li ol li ol li .comment-body .comment-author img { width:20px; height:20px;}

	/* 404 page */
	article.error404 .error-icon  {visibility:hidden;}
	
	/* Copyright area */
	.site-info i {margin-bottom:15px;}	
	
	/* WordPress Gallery */
	.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item , .gallery-columns-5 .gallery-item , .gallery-columns-6 .gallery-item , .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item    {max-width: 98%;min-width: 98%;}
	#site-header.header-overlay { position:absolute}
	#site-logo img { max-width:70%}
	.wpb_single_image img { width:auto; height:auto}
	
	#trust, #match { height:auto; padding:0 15px}
	#trust .row-inner.row-inner-full .wpb_wrapper { margin:15px 0}
	#match .row-inner.row-inner-full .wpb_wrapper { margin:15px 0}
	#your { padding:20px 0 !important}
	#food { padding:20px 0 0 0 !important}
	#site-header #header-container { height:88px !important; min-height:50px !important}
	.title-what { margin:0 0 12px 0 !important}
	#site-logo { left: 20px;}
	.toggle-mobile-menu { right:20px}
	.top-bg-main .wpb_bottom-to-top { margin:0; background:none}
	.top-bg-main .title-box, .top-bg-main h1.title-box { font-size:28px; color:#fff!important; margin:0; padding:0}
	.top-bg-main .text-box { text-align:justify}
	.top-bg-main .vc_spacer { height:1px !important}
	#facilities .tab-cont ul li { padding:5px 0 5px 20px; background: url(images/bullet2.png) no-repeat 4px 11px;}
	#facilities .wpb_row .vc_span6 { padding:0 !important}
	#discover ul li { padding:5px 0 5px 14px;background: url("images/bullet3.png") no-repeat 4px 11px;}
	section#discover { height:auto}
	#discover .wpb_content_element.up-down-arw { margin:20px 0 0 !important;}
	#reviews .wpb_content_element.up-down-arw { margin:20px 0 0 !important;}
	section#reviews { height:670px; padding:30px 0 30px 0 !important}
	.testomaonials-desc { width:100%}
	.cycloneslider-template-standard .cycloneslider-slides { height:auto !important}
.detail-txt-lft { width:30%}
.detail-slash { width:4%}
.detail-txt-rt { width:100%}
#contact { height:auto}
.contact-detail { padding:3px 0 0 80px; font-size:14px}
#contact .wpb_content_element.up-down-arw {
    margin: 20px 0 0 !important;
}
.title-follows {padding:10px 0 5px 0; }
.fancybox-iframe #container { margin:0 auto; position: relative;}
.terms-last .detail-txt-lft { width:26%}
.terms-last .detail-txt-rt { float: left; width: 69%;}
.terms-last .detail-slash { float: left; width: 4%;}
.Table { width:99%}
.wpb_content_element.up-down-arw { position:relative; z-index:99999999999}
.bio-main { width:100%; float:left; padding:0; margin:0}
	.bio-left { width:100%; float:left; text-align:center; margin:0 0 10px 0}
	.bio-right { width:100%; float:left}
	} 
	@media only screen and (max-width:1024px) {
	section {width:100%; float:left}
	}

/**Css imported from include folders**/
.cycloneslider-template-standard{position:relative;margin-bottom: 30px;outline: none;color:#000;width:100%; margin:5px auto }
.cycloneslider-template-standard .cycloneslider-slides{position:relative; height:135px;}
#specials .cycloneslider-template-standard .cycloneslider-slides{position:relative; height:730px !important;}
.cycloneslider-slides.cycle-slideshow{margin-top:50px;}
.cycloneslider-slides.cycle-slideshow p{ color:#000}.cycloneslider-template-standard .cycloneslider-slide{text-align: center;width: 100%; /* For slides in scrollHorz to work */display: none; /* Hide slides to prevent FOUC when JS hasn't kicked in yet */background: none; /* Add background to prevent slides from peeking behind the current slide when fx=scrollHorz and hideNonActive=false */float:left}
.cycloneslider-template-standard .cycle-slide{display: block; /* Show slide so that getBoundingClientRect().height will not return 0. Class .cycle-slide is added when cycle has initialized. */}
.cycloneslider-template-standard div[data-cycle-hide-non-active="false"] .cycloneslider-slide{opacity: 0; /* Avoid youtube and vimeo or other slides from peeking behind the current slide whe in transit */}
.cycloneslider-template-standard div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{height: 100%; /* To prevent cutting off captions when dynamic height is off */}
.cycloneslider-template-standard .cycloneslider-slide:first-child, /* Show first slide */.cycloneslider-template-standard .cycle-sentinel + .cycloneslider-slide{ /* Select next slide when using sentinel slide */
	display: block;}
.cycloneslider-template-standard .cycloneslider-slide img{display:block;margin:0 auto;padding:0;max-width:100%;border:0;}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img{width:100%;}
.cycloneslider-template-standard .cycloneslider-slide iframe, /* Make our videos fluid */.cycloneslider-template-standard .cycloneslider-slide object,.cycloneslider-template-standard .cycloneslider-slide embed {position: absolute;left: 0;top: 0;width: 100% !important; /* Override width attrib */}
.cycloneslider-template-standard .cycloneslider-slide-youtube,.cycloneslider-template-standard .cycloneslider-slide-vimeo{background: #000;}
.cycloneslider-template-standard .cycloneslider-slide-custom,.cycloneslider-template-standard .cycloneslider-slide-testimonial{background: transparent!important}
.cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom,.cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycle-sentinel + .cycloneslider-slide-testimonial{/* Disable 100% min height when dynamic height is on. To fix issue with scrollHorz */}
.cycloneslider-template-standard .cycloneslider-slide-testimonial{font-style: italic;}
.cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote{margin-bottom: 0;}
.cycloneslider-template-standard .cycloneslider-slide-testimonial p{margin: 0;}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{text-align: right;font-style: normal;}
.rtl .cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{text-align: left;}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author a{text-decoration: none;}

/*** Prev/Next ***/
.cycloneslider-template-standard .cycloneslider-prev,.cycloneslider-template-standard .cycloneslider-next,.cycloneslider-template-standard .cycloneslider-pager span {cursor:pointer;}
.cycloneslider-template-standard .cycloneslider-prev,.cycloneslider-template-standard .cycloneslider-next{position:absolute;top:14% !important;z-index:501;display: block !important;margin-top:-12px;width:24px;height:24px;border-radius: 40px;background: #fefefe;opacity: 0;-webkit-transition: all 0.5s ;-moz-transition: all 0.5s ;-ms-transition: all 0.5s ;-o-transition: all 0.5s ;transition: all 0.5s ;-webkit-box-shadow: 1px 1px 2px 0px #333333;box-shadow: 1px 1px 2px 0px #333333;display:none}
.cycloneslider-template-standard:hover .cycloneslider-prev,.cycloneslider-template-standard:hover .cycloneslider-next{opacity: 0.4;}
.cycloneslider-template-standard .cycloneslider-prev:hover,.cycloneslider-template-standard .cycloneslider-next:hover{opacity: 0!important;}
.cycloneslider-template-standard .cycloneslider-prev.disabled,.cycloneslider-template-standard .cycloneslider-next.disabled{display: none;}
.cycloneslider-template-standard .arrow{position: absolute;top: 50%;left: 50%;margin-top: -6px;width: 0;height: 0;}
.cycloneslider-template-standard .cycloneslider-prev{left:10px;}
.rtl .cycloneslider-template-standard .cycloneslider-prev{left:auto;right:10px;}
.cycloneslider-template-standard .cycloneslider-prev .arrow{margin-left: -4px;border-top: 6px solid transparent;border-right: 6px solid #333;border-bottom: 6px solid transparent;}
.rtl .cycloneslider-template-standard .cycloneslider-prev .arrow{margin-left: -2px;border: 0;border-top: 6px solid transparent;border-left: 6px solid #333;border-bottom: 6px solid transparent;}
.cycloneslider-template-standard .cycloneslider-next{right:10px;}
.rtl .cycloneslider-template-standard .cycloneslider-next{right:auto;left:10px;}
.cycloneslider-template-standard .cycloneslider-next .arrow{margin-left: -2px;border-top: 6px solid transparent;border-left: 6px solid #333;border-bottom: 6px solid transparent;}
.rtl .cycloneslider-template-standard .cycloneslider-next .arrow{margin-left: -4px;border: 0;border-top: 6px solid transparent;border-right: 6px solid #333;border-bottom: 6px solid transparent;}

/*** Pager ***/
.cycloneslider-template-standard .cycloneslider-pager{position:absolute;top:0;left:0;z-index:100;width: 100%;height: 13px;text-align: center;top:-44px;}
.cycloneslider-template-standard .cycloneslider-pager span {display: inline-block;margin: 0 1px;width: 13px;height: 13px;background: #333;vertical-align: top;font-size: 0;line-height: 0;background:url(images/round.png) no-repeat 0 0}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {background:url(images/round-hv.png) no-repeat 0 0}
.ie7 .cycloneslider-template-standard .cycloneslider-pager span{zoom: 1;/* IE 7 inline-block */*display: inline;/* IE 7 inline-block */}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {}

/*** Caption ***/
.cycloneslider-template-standard .cycloneslider-caption{position:absolute;bottom:0;left:0;z-index:500;width:100%;background: #222;color:#fff;opacity: 0.7;text-align: left;}
.rtl .cycloneslider-template-standard .cycloneslider-caption{text-align: right;}
.cycloneslider-template-standard .cycloneslider-caption-title{margin-bottom:0;padding:10px 20px 5px 20px;font-size:22px;line-height:1;}
.cycloneslider-template-standard .cycloneslider-caption-description{padding:0 20px 15px 20px;font-size:12px;line-height:1.5;}
.simple-social-icons ul {
    float: left;
    margin: 0;
    padding: 0 !important;
    width: 165px !important
}
.responsive-tabs-wrapper {
	text-align:center !important
}

.responsive-tabs .responsive-tabs__list__item {
	background: #007bbc !important;
	border: 0 !important;
	border-bottom: none !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-transform: uppercase !important;
	margin: 0 8px 0 0 !important;
	padding: 12px 18px !important;
	white-space: nowrap !important;
	float: left !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border-radius:5px !important;
	font-weight:400 !important;
}

#discover_the_cays .responsive-tabs .responsive-tabs__list__item {
	background: #fff !important;
	border: 0 !important;
	border-bottom: none !important;
	color: #2396d3 !important;
	font-size: 18px !important;
	line-height: 19px !important;
	text-transform: uppercase !important;
	margin: 0 20px 0 0 !important;
	padding: 12px 18px !important;
	white-space: nowrap !important;
	float: left !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	border-radius:5px !important;
	font-weight:400 !important;
}

#discover_the_cays .responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #005887 !important;
	color: #fff !important;
	padding: 12px 18px !important;
	margin-top: 0 !important;
	position: relative !important;
	top: 0 !important;
	border-radius:5px !important;
	font-weight:400 !important;
}
.responsive-tabs .responsive-tabs__list__item:hover {
	color: #fff !important;
	background:  #f15a29 !important;
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #f15a29 !important;
	color: #fff !important;
	padding: 12px 18px !important;
	margin-top: 0 !important;
	position: relative !important;
	top: 0 !important;
	border-radius:5px !important;
	font-weight:400 !important;
}

.responsive-tabs .responsive-tabs__panel {	
	background: none !important;
	border:0 !important;
	clear: left !important;
	margin-bottom: 0 !important;
	padding: 35px  0 20px !important;
	word-wrap: break-word !important;
}


@media only screen and (min-width:320px) and (max-width:640px) {
.slider-image{ margin-top:0 !important;}
.cycloneslider-template-standard .cycloneslider-slides{
	position:relative; height:600px !important;
}
.acco-main1{width:100%;float:left; border-bottom:none !important;min-height:295px;margin:25px 0;text-align:center;}
.acco-main2{width:100%;float:left; border-bottom:none;min-height:295px;margin:25px 0;text-align:center;}
.contact1{width:100%;float:left;padding:8px 0;}
.contact2{width:2%;float:left;padding:8px 0;display:none;}
.contact3{width:100%;float:left;margin:0;padding:0;}
#top-bar{width:100%; margin:0 auto; padding-bottom:10px; padding-top:10px;background:none;background-color:#2396d3; }
#site-logo {margin-top:14px !important;}
#discover_the_cays p{color:#454545 !important;}
.cycloneslider-template-standard .cycloneslider-slide .slider-image img{width:100%;}
.slider-image{margin-top:30px;}
#discover_the_cays #tablist3-panel4  li{background:rgba(0, 0, 0, 0) url("images/li-bg.png") no-repeat scroll 0 8px; list-style-type:none;padding:0 0 0 12px;color:#000;}
.responsive-tabs .responsive-tabs__panel {	
	background: #fff !important;
	border:0;
	clear: left;
	margin-bottom: 0;
	padding: 20px 0 20px !important;
	word-wrap: break-word;
}
#discover_the_cays .vc_span7 h3{color: #454545 !important}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 img{width:100% !important}
}
@media only screen and (min-width:480px) and (max-width:640px) {
.cycloneslider-template-standard .cycloneslider-slides{
	position:relative; height:630px !important;
}

}
.fancybox-skin {position: relative;	background: #fff; color: #000;}
@media only screen and ( min-width:320px) and ( max-width:479px) {
.fancybox-wrap { width:320px !important; left:20px !important}
.fancybox-skin { padding:10px 10px!important}
.fancybox-type-iframe .fancybox-inner { width:310px !important; overflow-x:hidden !important}
.fancybox-type-iframe #container { margin:0 auto; position: relative;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background: url('fancybox_sprite.png') no-repeat 0 0 !important;
}
  
}
@media only screen and ( min-width:480px) and ( max-width:640px) {
.fancybox-type-iframe .fancybox-inner {overflow-x:hidden !important}
.fancybox-skin { padding:10px 10px!important}
.fancybox-type-iframe #container { margin:0 auto; position: relative;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background: url('images/fancybox_sprite.png') no-repeat 0 0 !important;
}

}
@media only screen and ( max-width:1024px) {
.fancybox-overlay #container { margin:0 auto; position: relative;}
}@media (min-width: 768px) {
  .wpb_row {
  margin-left: 0;
  margin-right: 0;
}
}
@media (min-width: 992px) {
  .vc_container {
    width: 940px;
  }
}
@media (max-width: 768px) {
  .wpb_row > :last-child,
  .wpb_row > :last-child > .wpb_column {
    margin-bottom: 0;
  }
   .bio-main { width:100%; float:left; padding:0; margin:0}
	.bio-left { width:40%; float:left; text-align:left}
	.bio-right { width:60%; float:left}
}
.vc_non_responsive .wpb_row .vc_span1 {
  width: 8.333333333333332%;
}
.vc_non_responsive .wpb_row .vc_span2 {
  width: 16.666666666666664%;
}
.vc_non_responsive .wpb_row .vc_span4 {
  width: 33.33333333333333%;
}
.vc_non_responsive .wpb_row .vc_span5 {
  width: 41.66666666666667%;
}
.vc_non_responsive .wpb_row .vc_span7 {
  width: 58.333333333333336%;
}
.vc_non_responsive .wpb_row .vc_span8 {
  width: 66.66666666666666%;
}
.vc_non_responsive .wpb_row .vc_span10 {
  width: 83.33333333333334%;
}
.vc_non_responsive .wpb_row .vc_span11 {
  width: 91.66666666666666%;
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span1 {
    width: 8.333333333333332%;

  }
 
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span2 {
    width: 16.666666666666664%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span4 {
    width: 33.33333333333333%;
  }
 
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span5 {
    width: 41.66666666666667%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span7 {
    width: 58.333333333333336%;
  }
   .wpb_row {
  margin-left: 0;
  margin-right: 0;
}

.vc_responsive .wpb_row .vc_span3 {
  position: relative;
  min-height: 1px;
  padding-left: 22px;
  padding-right: 22px;
  background: url(images/blue-line.png) repeat-y right 0;
  width:247px; min-height:561px
}
.vc_responsive .wpb_row .vc_span3.col1 { width:223px}
.vc_responsive .wpb_row .vc_span3.col4 { width:223px}
}
.vc_responsive .wpb_row .vc_span3 { color:#fff}
.vc_responsive .wpb_row .vc_span3.col1 { padding-left:0}
.vc_responsive .wpb_row .vc_span3.col4 { padding-right:0; background:none}
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span8 {
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span10 {
    width: 83.33333333333334%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span11 {
    width: 91.66666666666666%;
  }
}
.vc_responsive .wpb_row .vc_span12 {
  padding-left: 0;
  padding-right: 0;
}
.vc_responsive .wpb_row .vc_span12 .wpb_wrapper { position:relative;}
@media ( max-width: 1024px) {
	.vc_responsive .wpb_row .vc_span3 {background: url(images/blue-line.png) repeat-y right 0 !important}
}
.vc_responsive #about .wpb_row .vc_span6 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 30px; 
}
.vc_responsive #about .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0}
.vc_responsive #about .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0;border-left:1px solid #dddddd}

.vc_responsive #facilities .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0}
.vc_responsive #facilities .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0;border-left:1px solid #dddddd}

.vc_responsive #contact .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0;}
.vc_responsive #contact .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0;border-left:none}

.vc_btn {
  line-height: 1.428571429;
}
img {
  height: auto;
}
div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px;
}
div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 21.739130434782606px;
}
.cta_align_bottom .wpb_button {
  margin-top: 21.739130434782606px;
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 640px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto;
  }
  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center;
  }
  
  .wpb_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_responsive .wpb_row .vc_span12 { padding:0 15px}
}
.wpb_content_element .wpb_tabs_nav {
  text-align:center
}
.wpb_content_element .wpb_tabs_nav li {
  background-color: #fff;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #363f74 !important;
}
.wpb_content_element .wpb_tabs_nav li:hover a { color:#fff}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #363f74;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float:left;
  margin: 0 1px 0 0; display:inline-block


}

@media (max-width: 768px) {
 .wpb_tabs .wpb_tabs_nav li {
  float:none;
  margin: 0 1px 0 0; display:inline-block
}
}
/** Tour **/
.wpb_tour .wpb_tabs_nav {
  width: 31.666666666666668%;
}
.wpb_tour .wpb_tabs_nav li {
  clear: left;
  width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
  width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  width: 68.33333333333333%;
  padding: 0 0 0 21.739130434782606px;
}
.wpb_tour_next_prev_nav {
  margin-left: 31.666666666666668%;
  padding-left: 21.739130434782606px;
}
.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}
.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(images/toggle_close.png);
}
/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em;
  }
  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em;
  }
  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
margin-bottom:auto;
  float: none;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  z-index: 3;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1;
}
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  margin-bottom: 11.666666666666666px;
}
/*** Pie chart **/
.vc_pie_chart {
  opacity: 0;
}
.vc_pie_chart.vc-ready {
  opacity: 1;
}
@media (min-width: 768px) {
  .wpb_row {
  margin-left: 0;
  margin-right: 0;
}
}
@media (min-width: 992px) {
  .vc_container {
    width: 940px;
  }
}
@media (max-width: 768px) {
  .wpb_row > :last-child,
  .wpb_row > :last-child > .wpb_column {
    margin-bottom: 0;
  }
}
.vc_non_responsive .wpb_row .vc_span1 {
  width: 8.333333333333332%;
}
.vc_non_responsive .wpb_row .vc_span2 {
  width: 16.666666666666664%;
}
.vc_non_responsive .wpb_row .vc_span4 {
  width: 33.33333333333333%;
}
.vc_non_responsive .wpb_row .vc_span5 {
  width: 41.66666666666667%;
}
.vc_non_responsive .wpb_row .vc_span7 {
  width: 58.333333333333336%;
}
.vc_non_responsive .wpb_row .vc_span8 {
  width: 66.66666666666666%;
}
.vc_non_responsive .wpb_row .vc_span10 {
  width: 83.33333333333334%;
}
.vc_non_responsive .wpb_row .vc_span11 {
  width: 91.66666666666666%;
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span2 {
    width: 16.666666666666664%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span4 {
    width: 33.33333333333333%;
	float: left
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span5 {
    width: 39.66666666666667%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span7 {
    width: 60.333333333333336%;
  }
   .wpb_row {
  margin-left: 0;
  margin-right: 0;
}

.vc_responsive .wpb_row .vc_span3 {
  position: relative;
  min-height: 1px;
  padding-left: 22px;
  padding-right: 22px;
  background: url(images/blue-line.png) repeat-y right 0;
  width:247px; min-height:561px
}
.vc_responsive .wpb_row .vc_span3.col1 { width:223px}
.vc_responsive .wpb_row .vc_span3.col4 { width:223px}
}
.vc_responsive .wpb_row .vc_span3 { color:#fff}
.vc_responsive .wpb_row .vc_span3.col1 { padding-left:0}
.vc_responsive .wpb_row .vc_span3.col4 { padding-right:0; background:none}
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span8 {
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span10 {
    width: 83.33333333333334%;
  }
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span11 {
    width: 91.66666666666666%;
  }
}
.vc_responsive .wpb_row .vc_span12 {
  padding-left: 0;
  padding-right: 0;
}
.vc_responsive .wpb_row .vc_span12 .wpb_wrapper { position:relative;}
@media ( max-width: 1024px) {
	.vc_responsive .wpb_row .vc_span3 {background: url(images/blue-line.png) repeat-y right 0 !important}
}
.vc_responsive #about .wpb_row .vc_span6 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 30px; 
}
.vc_responsive #about .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0;border-right:1px solid #dddddd}
.vc_responsive #about .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0}

.vc_responsive #facilities .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0;border-right:1px solid #dddddd}
.vc_responsive #facilities .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0}

.vc_responsive #contact .wpb_row .vc_span6.left-col {padding-right:30px; padding-left: 0;border-right:1px solid #dddddd}
.vc_responsive #contact .wpb_row .vc_span6.right-col {padding-left:30px;padding-right:0}

.vc_btn {
  line-height: 1.428571429;
}
img {
  height: auto;
}
div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px;
}
div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 21.739130434782606px;
}
.cta_align_bottom .wpb_button {
  margin-top: 21.739130434782606px;
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 640px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto;
  }
  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center;
  }
  
  .wpb_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_responsive .wpb_row .vc_span12 { padding:0 15px}
}
.wpb_content_element .wpb_tabs_nav {
  text-align:center
}
.wpb_content_element .wpb_tabs_nav li {
  background-color: #fff;
}
.wpb_content_element .wpb_tabs_nav li.ui-state-default {
  background-color: #fff; margin:0 20px 0 0
}
.wpb_content_element .wpb_tabs_nav li.ui-state-default:last-child {margin:0}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #363f74 !important;
}
.wpb_content_element .wpb_tabs_nav li:hover a { color:#fff}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color:transparent;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float:left;
  margin: 0 1px 0 0; display:inline-block
}

@media (max-width: 768px) {
 .wpb_tabs .wpb_tabs_nav li {
  float:none;
  margin: 0 1px 0 0; display:inline-block
}
#discover .wpb_row .vc_span3 {
    min-height: 433px;}
}
/** Tour **/
.wpb_tour .wpb_tabs_nav {
  width: 31.666666666666668%;
}
.wpb_tour .wpb_tabs_nav li {
  clear: left;
  width: 100%;
}
.wpb_tour .wpb_tabs_nav a {
  width: 100%;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  width: 68.33333333333333%;
  padding: 0 0 0 21.739130434782606px;
}
.wpb_tour_next_prev_nav {
  margin-left: 31.666666666666668%;
  padding-left: 21.739130434782606px;
}
.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}
.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(images/toggle_close.png);
}
/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em;
  }
  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em;
  }
  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em;
  }
  .wpb_btn_white.bt-about-ele, .wpb_btn_white.bt-about-ele:hover {
    background: url(images/arrow-about.png) no-repeat 227px 12px #fff; border: 1px solid #1c177d; border-radius: 14px; color: #1c177d;   font-family: "Oswald"; font-size: 15px; font-weight: 600; padding: 9px 40px 9px 20px; text-transform: uppercase; margin-bottom:18px !important; width:262px;  text-align:left}
  

  
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
margin-bottom:auto;
  float: none;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  z-index: 3;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1;
}
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  margin-bottom: 11.666666666666666px;
}
/*** Pie chart **/
.vc_pie_chart {
  opacity: 0;
}
.vc_pie_chart.vc-ready {

  opacity: 1;
}
.textwidget a.ab-item{color:#fff}
.contact-detail , .detail-txt-rt a, .detail-txt-rt a:hover, .title-follows{color:#fff}


img.down-arw {z-index:99999999}

.wpb_btn_white.bt-about-ele, .wpb_btn_white.bt-about-ele:hover {
    background: url(images/arrow-about.png) no-repeat 227px 12px #fff; border: 1px solid #1c177d; border-radius: 14px; color: #1c177d;   font-family: "Oswald"; font-size: 15px; font-weight: 600; padding: 9px 40px 9px 20px; text-transform: uppercase; margin-bottom:18px !important; width:262px;  text-align:left}
a.readmorehome{background:#363f74 !important; border-top:5px solid #fff !important; width:auto; padding:4px 8px; text-transform:uppercase; color:#fff !important; font-size:12px; text-transform:uppercase; line-height:10px; font-weight:700; height:40px; margin:10px 0 0 0}
.clear {clear:both; overflow:hidden; height:10px}
.formpanel {float:left; padding:10px 0 0 0}
.formpanel a,.formpanel a:hover {width:285px; text-align:left;margin:8px 0 5px 0!important; background:url("images/arrow-about.png") no-repeat scroll 250px 12px #fff; border: 1px solid #1c177d; border-radius: 14px;color: #1c177d; font-family: "Oswald"; float:left; height:35px; font-size: 15px; font-weight: 600; padding:5px 40px 6px 20px !important; text-transform: uppercase;}


/*New Css*/

.sticky_navigation ul li {
    display: inline-block;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 0;
}

#contact .heading_wrapper h2 {
    border-bottom: 0;
    color: #3d3d3d !important;
    display: inline-block;
    float: left;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}

.sticky_navigation.sticked ul li  a{padding: 0 10px; background: url(images/menu-bg1.gif) no-repeat right 9px}
.sticky_navigation ul li  a{padding: 0 6px; background:none;}
.sticky_navigation ul li:last-child  a{padding: 0 10px; background: none; color: #000; border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius:  3px;border: 0px solid #fff;}
.heading_wrapper h2{font-size:32px; color: #2396d3 !important; font-weight:400; margin: 0 0 10px 0; line-height: 32px}
#about .heading_wrapper h1{font-size:32px; color: #2396d3 !important; font-weight:400; margin: 0 0 10px 0; line-height: 32px; text-transform:uppercase}
#accommodations .heading_wrapper h2{color: #fff !important;}
#specials .heading_wrapper h2{color: #fff !important;}
#discover_the_cays .heading_wrapper h2{color: #fff !important;}
#contact .heading_wrapper h2{color:#007bbc !important;}
#discover_the_cays p{color:#454545;}
section#discover_the_cays {
    background: #3CABE6 none repeat scroll 0px 0px;
    padding: 50px 0px;
}
.heading_wrapper .heading_subtitle{font-size:25px}
img.border{border: 5px solid #fff; margin-top: 20px}
h3{color: #fff !important; text-transform:uppercase; font-size:15px !important; font-weight:bold !important;}
#about1 .vc_span6 h3{color: #000 !important; text-transform:uppercase; font-size:15px !important; font-weight:bold !important; margin:0 0 10px;}
#about .vc_span6 h3{color: #000 !important; text-transform:uppercase; font-size:15px !important; font-weight:bold !important; margin:0 0 10px;}
#accommodations .vc_span7 h3{margin:0; color:#fff; font-size:20px !important; font-weight:600 !important;}
#discover_the_cays .vc_span7 h3{margin:10px 0; color:#fff; font-size:20px !important; font-weight:600 !important;text-align:left;}
h4{color: #676767 !important; text-transform:uppercase; margin: 0 0 5px 0; font-size: 15px !important}
.book-now{background:#0c7fbc; color: #fff !important; font-size:15px; padding: 8px 10px;border: 0px solid #000000;}
#facilities{padding: 50px 0}

.top-bg-main .row-inner.row-inner-full {
    max-width: 100%;
}

#reviews .cycloneslider-template-standard .cycloneslider-pager {
  bottom: 0;
  height: 12px;
  left: 0;
  position: relative;
  float:left;
  width: 100%;
  z-index: 100;
}
#reviews .cycloneslider-template-standard .cycloneslider-pager span {
  background:#006faa;

  border-radius: 7px;
  box-shadow: 0 0 0 0 #fff;

  display: inline-block;
  font-size: 0;
  height: 14px;
  line-height: 0;
  margin: 0 3px;
  vertical-align: top;
  width: 14px;
  border: 2px solid #006faa;
}

#reviews  .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
  background: none;
  border: 2px solid #02A5E8
}

#specials .cycloneslider-template-standard .cycloneslider-pager {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
  margin: 0 0 20px 0
}

#specials .cycloneslider-template-standard .cycloneslider-pager span {
  background: #00aeef !important;
  border-radius: 0  !important;
  border:none !important;
  box-shadow: 0 0 0 0 #333333 !important;
  display: inline-block;
  font-size: 15px;
  height: 28px  !important;
  line-height: 28px;
  margin: 0 3px;
  vertical-align: top;
  width: 30px  !important;
  color: #fff
}
#specials  .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
  background: #fd6f36 !important;
  border:none !important;
}
.subscribe-text{text-align:left; color: #fff}


.sticky_navigation.sticked ul li a:after {
  border-bottom: 0px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: border-color 0.3s ease-in-out 0.2s;
  width: 100%;
}
#discover_the_cays #tablist3-panel4 ul{margin:0;}
#discover_the_cays #tablist3-panel4  li{background:rgba(0, 0, 0, 0) url("images/bullet-w.png") no-repeat scroll 0 8px; list-style-type:none;padding:0 0 0 12px;}

#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumbnails_1{max-width:100% !important}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{max-width:100% !important}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumbnails_2{max-width:100% !important}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumbnails_3{max-width:100% !important}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumbnails_4{max-width:100% !important}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{margin: 0px !important}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun1_1{margin: 0px !important}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun1_2{margin: 0px !important}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun1_3{margin: 0px !important}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_spun1_4{margin: 0px !important}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0 {width: 100% !important}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun2_1{width: 100% !important}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun2_2{width: 100% !important}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun2_3{width: 100% !important}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_spun2_4{width: 100% !important}

.row-inner{max-width:1002px !important;}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0{text-align:left !important}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_1{text-align:left !important}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_2{text-align:left !important}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_3{text-align:left !important}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_4{text-align:left !important}

.vc_responsive .wpb_row .vc_span4.disclaimer-text{width: 100%; padding: 15px 0 0 0; margin: 20px 0 0 0; border-top: 1px solid #4EC9F5}
.vc_responsive .wpb_row .vc_span4.disclaimer-text .textwidget p{color: #fff; font-size:13px; line-height:20px; text-align:justify}

ul.bullet-full {
    color: #676767;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}
ul.bullet-full li {
    background: url("images/bullet11.png") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e6e6e6;
    color: #676767;
    display: block;
    padding: 6px 0 6px 11px;
    text-align: justify;
    text-decoration: none;
}
.privacy-div{padding: 20px}

#top-panel{background-color: #f7f7f7; color: #ffffff; font-weight: normal; padding-top: 0px; padding-bottom: 0px;}
.heading_wrapper {
  text-align: center;
}
.simple-social-icons ul li.social-dribbble a {  background: url(images/trip-advisor-footer.gif) no-repeat 0 0; text-indent:-9999px}


.sticky_navigation ul{width: auto !important; margin: 0}

.sticky_navigation.sticked{background: #007bbc; padding: 5px 0; height :45px}


section#specials {background: #F4F4F4; height: 800px; padding: 50px 0 50px 0; background:  url(images/special-bg.jpg) repeat-y fixed 50% 0;} 

.acco-main1{width:100%;float:left; border-bottom:1px solid #44a6da;min-height:175px;margin:25px 0;}
.acco-main2{width:100%;float:left; border-bottom:none;min-height:175px;margin:25px 0;}
.about-main1{width:100%;float:left; border-bottom:1px solid #DCDCDC;min-height:175px;margin:25px 0;text-align:left;padding:0 0 25px;}

#accommodations .vc_span7 p{color:#fff; margin:5px 0 25px; line-height:20px;}
.sticky_navigation .to_top{display:none}
a.cal-link{color: #fff; text-decoration:underline}
a:hover.cal-link{color: #fff; text-decoration:underline}
.simple-social-icons ul li.social-tripadvisor a{height: 13px;background:  url(images/trip-icon.png) no-repeat 1px 1px;}
.simple-social-icons ul li.social-stumbleupon a{height: 13px;background:  url(images/skype-icon.png) no-repeat 1px 1px; text-indent:-9999px}

@media only screen and (max-width: 767px) {
.common-div { margin:0 auto; width:100%;}
.slider-image { float:left;margin:0 0 20px 0 !important; border:5px solid #fff;}
.slider-image img { display:block;}
.slider-text { float:none !important;margin:5px auto !important;  width:98%; color:#454545; font-size:15px; padding:4% !important;background:#fff !important;color:#000 !important;}
.slider-left { float:left; width:100%;}
.slider-right { float:right; width:100%; border-left:none; padding:0;}
.slider-bullet { float:left; width:100%; margin:10px 0 0 0; padding:0; list-style:none;}
.slider-bullet li{margin:0; padding:5px 0 5px 26px; background:url(images/li-bg.png) no-repeat 10px 14px;font-weight:300; text-align:left; border-bottom:1px dashed #7f7f7f;}
.slider-left p { margin:0; line-height:28px; font-size:15px; font-weight:300; color: #fff; text-align:left}
.slider-left .bold-text { font-weight:700;}
.how-to-book { float:left; width:100%; margin:20px 0 0 0;}
.how-to-bk-tl { float:left; line-height:25px;font-weight:400; width:100%; background:#00676b; padding:10px 0; text-align:center; font-size:18px; text-transform:uppercase;color: #fff;}
.big-text { font-size:24px;}
.how-to-bk-text { float:left; width:100%;line-height:20px;background:#009ca2;padding:15px 0; font-size:15px; color: #fff; font-weight:400; text-align:center}
.ph-no { font-size:18px; font-weight:500;}
.how-to-bk-text a { color:#fff;}
.testimonials { float:left; width:100%; margin:35px 0 0 0; background:#fff;}
.guest-img { float:left; text-align:center; width:100%;}
.guest-img img { width:auto;}
.testi-text { float:left; width:100%; color:#000; line-height:30px; font-size:18px; background:#f7f7f7;}
.testi-text p { margin:0 0 15px 0; text-align:left; font-size:18px; color: #000}
.guest-name { text-transform:uppercase; font-size:15px;}
.guest-name .bold-text { font-weight:700;}
.footer-panel { float:left; width:100%; margin:35px 0;}
.newsletter-panel { float:left; width:100%; margin:0 0 0 0; font-size:14px; font-weight:300;}
.footer-links { float:left; width:100%; padding:20px 0;}
.footer-logo { float:left; width:auto; margin:0;}
.newsletter-tl { float:left; width:100%; font-size:21px;border-bottom:1px solid #51c7f4; line-height:19px; padding:0 0 13px 0; margin:0 0 15px 0;}
.news-input { float:left; width:100%; margin:0 0 19px 0;}
.news-input input { width:200px; padding:5px 2%; border:1px solid #51c7f4;}
.submit-bt { float:left; width:100%;}
.submit-bt input { padding:7px 15px; background:#025799; border-radius:2px; border:none; color:#fff; cursor:pointer; font-size:14px;}
.footer-links ul { float:left; width:100%; list-style:none; margin:0; padding:0;}
.footer-links ul li{ font-size:14px; font-weight:400; float:left; width:100%; list-style:none; margin:0; padding:7px 0 7px;border-bottom:1px solid #51c7f4;}
.footer-links ul li a { color:#fff; text-decoration:none;}
.footer-links ul li.last { border:none;}
.collage-text { color:#fff;text-transform:uppercase;}
.collage-text2 { color:#fff;text-transform:uppercase; font-weight:700;}
.collage-text3 { color:#fff;text-transform:uppercase;font-weight:700;}
.collage-text4 { color:#fff;text-transform:uppercase;}
.specials-link a { float:left; font-size:18px; font-weight:400; text-transform:uppercase; background:url(images/arrow.png) no-repeat right 10px; padding:10px 35px 10px 10px; border:2px solid #fff;}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {width: 100% !important}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumb_spun1_1{width: 83% !important}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun1_2{width: 83% !important}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumb_spun1_3{width: 83% !important}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumb_spun1_4{width: 83% !important}

.heading_wrapper .heading_subtitle {
  font-size: 18px;
}
.heading_wrapper h2 {
  font-size: 24px;
}
section#specials {background: #F4F4F4; height: 800px; padding: 50px 0 50px 0; background:  url(images/special-bg.jpg) repeat-y fixed 50% 0 #03558D;}

.banner-text-1 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px #006830;
}
.banner-text-2 {
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ms-slide-layers p{margin: 0px 0 0 -13%; line-height: 14px}
}

@media only screen and (min-width: 768px) and (max-width:980px){
.common-div { margin:0 auto; width:100%;}
.slider-image { float:left;margin:0 0 20px 0 !important; border:5px solid #fff;width:100%;}
.slider-image img { display:block;}
.slider-text { float:left; width:100%; color:#000; font-size:15px; padding:0 2%;background:#fff;}
.slider-left { float:left; width:48%;}
.slider-right { float:right; width:48%; border-left:1px solid #e5e5e5; padding:0 0 0 2%;}
.slider-bullet { float:left; width:100%; margin:0; padding:0; list-style:none;}
.slider-bullet li{margin:0; padding:5px 0 5px 12px; background:url(images/li-bg.png) no-repeat 0 13px;font-weight:300; text-align:left; border-bottom:1px dashed #7f7f7f;}
.slider-left p { margin:0; line-height:28px; font-size:14px; font-weight:300; color: #fff; text-align:left}
.slider-left .bold-text { font-weight:700;}
.how-to-book { float:left; width:100%; margin:30px 0 0 0;}
.how-to-book { float:left; width:100%;}
.how-to-bk-tl { float:left; line-height:34px; height:125px; font-weight:400; width:20%; background:#00676b; padding:15px 0; text-align:center; font-size:28px; text-transform:uppercase;color: #fff; }
.big-text { font-size:39px;}
.how-to-bk-text { float:left; width:80%; height:125px; line-height:32px;background:#009ca2;padding:15px 3%; font-size:23px; color: #fff; text-align:left; font-weight:400}
.ph-no { font-size:25px; font-weight:500;}
.how-to-bk-text a { color:#fff;}
.testimonials { float:left; width:100%; margin:35px 0 0 0; background:#f7f7f7;}
.guest-img { float:left; width:100px; margin:0 2% 0 0;}
.testi-text { float:left; width:80%; color:#000; line-height:30px; font-size:18px;}
.testi-text p { margin:0 0 15px 0; text-align:left; font-size:18px; color: #000}
.testi-img{width:16%; height:131px;float:left}
.testi-trip {float:left; width:21%; padding:0 0 0 10px;}
.guest-name { text-transform:uppercase; font-size:15px;}
.guest-name .bold-text { font-weight:700;}
.footer-panel { float:left; width:100%; margin:35px 0;}
.newsletter-panel { float:left; width:27.08333333%; margin:0 3.54166667% 0 0; font-size:14px; font-weight:300;}
.footer-links { float:left; width:28.22916667%; padding:0 3.54166667%; border-left:1px solid #51c7f4;border-right:1px solid #51c7f4;}
.footer-logo { float:left; width:30.20833333%; margin:0 0 0 3.54166667%;}
.newsletter-tl { float:left; width:100%; font-size:21px;border-bottom:1px solid #51c7f4; line-height:19px; padding:0 0 13px 0; margin:0 0 15px 0;}
.news-input { float:left; width:100%; margin:0 0 19px 0;}
.news-input input { width:96%; padding:5px 2%; border:1px solid #51c7f4;}
.submit-bt { float:left; width:100%;}
.submit-bt input { padding:7px 15px; background:#025799; border-radius:2px; border:none; color:#fff; cursor:pointer; font-size:14px;}
.footer-links ul { float:left; width:100%; list-style:none; margin:0; padding:0;}
.footer-links ul li{ font-size:14px; font-weight:400; float:left; width:100%; list-style:none; margin:0; padding:7px 0 7px;border-bottom:1px solid #51c7f4;}
.footer-links ul li a { color:#fff; text-decoration:none;}
.footer-links ul li.last { border:none;}
.collage-text { color:#fff;text-transform:uppercase;}
.collage-text2 { color:#fff;text-transform:uppercase; font-weight:700;}
.collage-text3 { color:#fff;text-transform:uppercase;font-weight:700;}
.collage-text4 { color:#fff;text-transform:uppercase;}
.vc_responsive .wpb_row.ipad_full_width .acco-main1 .vc_span5{width:25%;}
.vc_responsive .wpb_row.ipad_full_width .acco-main1 .vc_span7{width:75%;}
.vc_responsive .wpb_row.ipad_full_width .acco-main2 .vc_span5{width:25%;}
.vc_responsive .wpb_row.ipad_full_width .acco-main2 .vc_span7{width:75%;}

.detail-txt-rt a{color:#454545; text-decoration:underline;}
.detail-txt-rt a:hover{color:#454545; text-decoration:underline;}
.specials-link a { float:left; font-size:28px; font-weight:400; text-transform:uppercase; background:url(images/arrow.png) no-repeat right 15px; padding:10px 35px 10px 10px; border:2px solid #fff;}
#top-bar #topright-widget-area ul li {
    font-size: 14px;
    line-height: 18px;
}
#top-bar #topright-widget-area ul li span {
    font-size: 12px;
    font-weight:normal
}
.vc_responsive .wpb_row.ipad_full_width .vc_span5 {
    width: 41.6667%;
}
.vc_responsive .wpb_row.ipad_full_width .vc_span7 {
    width: 58.3333%;
}
.vc_responsive .wpb_row.ipad_full_width .vc_span4 {
    width: 33.3333%;
	float: left
}
.vc_responsive .wpb_row.ipad_full_width .vc_span8 {
    float: left;
    width: 66.6667%;
}
.site-info .widget.widget_text {
    float: left;
    font-size: 14px;
}

.banner-text-1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px #006830;
}
.banner-text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ms-slide-layers p{margin: 0}
.spec-main3 {width: 59% !important;}
}
.slider-left { float:left; width:49% !important; padding:0 2% 0 0;}
.slider-text ul {margin-left:0;}
@media only screen and (min-width: 1024px) {
.common-div { margin:0 auto; width:100%;}
.slider-image { float:left;margin:0 0 0 0 !important;width:100%;}
.slider-image img { display:block;}
.slider-text { float:none !important; width:98% !important; color:#000; font-size:15px; padding:15px 0 5px!important;background:#fff;margin:0 auto !important;clear:both;}


.slider-right { float:left; width:50%; border-left:1px solid #e5e5e5; padding:0 0 0 2%;min-height: 240px;}
.slider-bullet { float:left;margin:0; padding:0 0 10px; list-style:none;}
.slider-bullet li{margin:0; font-size:18px !important; padding:5px 0 5px 12px !important; background:url(images/li-bg.png) no-repeat 0 13px !important;font-weight:300; text-align:left; border-bottom:1px dashed #7f7f7f;}
.slider-bullet li:last-child{border:0}
.slider-left p { margin:0 0 15px; line-height:28px; font-size:15px; font-weight:300; color: #fff; text-align:left}
.slider-left .bold-text { font-weight:700;}
.how-to-book { float:left; width:100%; margin:30px 0 0 0;}
.how-to-book { float:left; width:100%;}
.how-to-bk-tl { float:left; line-height:34px; height:95px; font-weight:400; width:15%; background:#00676b; padding:15px 0; text-align:center; font-size:28px;  text-transform:uppercase; color: #fff}
.big-text { font-size:39px;}
.how-to-bk-text { float:left; width:81%; height:95px; line-height:32px;background:#009ca2;padding:15px 2%; font-size:23px; color: #fff; text-align:left; font-weight:400}
#top-bar #topright-widget-area ul li {
    font-size: 18px;
    line-height: 18px;
}
#top-bar #topright-widget-area ul li span{font-weight:400; font-size: 14px;}
.footer-sidebar .vc_span4{border-right:1px solid #268ec6;}
.footer-sidebar .vc_span4.last{border:none;}
.ph-no { font-size:25px; font-weight:500;}
.how-to-bk-text a { color:#fff;}
.testimonials { float:left; width:100%; margin:35px 0 0 0; background:#F9F9F9;}
.guest-img { float:left; width:140px;}
.testi-text { float:left; width:71%; color:#000; line-height:30px; font-size:18px;margin:0 2%; }
.testi-img {float:left; width:auto; padding:0 0 0 20px;}
.testi-trip {float:left; width:21%; padding:0 0 0 10px;}
.testi-text p { margin:0 0 15px 0; text-align:left; font-size:18px; color: #000; padding:0 10px 0 0;}
.guest-name { text-transform:uppercase; font-size:15px;}
.guest-name .bold-text { font-weight:700; color:#009347;}
.footer-panel { float:left; width:100%; margin:35px 0;}
.newsletter-panel { float:left; width:27.08333333%; margin:0 3.54166667% 0 0; font-size:14px; font-weight:300;}
.footer-links { float:left; width:28.22916667%; padding:0 3.54166667%; border-left:1px solid #51c7f4;border-right:1px solid #51c7f4;}
.footer-logo { float:left; width:30.20833333%; margin:0 0 0 3.64583333%;}
.newsletter-tl { float:left; width:100%; font-size:21px;border-bottom:1px solid #51c7f4; line-height:19px; padding:0 0 13px 0; margin:0 0 15px 0;}
.news-input { float:left; width:100%; margin:0 0 19px 0;}
.news-input input { width:96%; padding:5px 2%; border:1px solid #51c7f4;}
.submit-bt { float:left; width:100%;}
.submit-bt input { padding:7px 15px; background:#025799; border-radius:2px; border:none; color:#fff; cursor:pointer; font-size:14px;}
.footer-links ul { float:left; width:100%; list-style:none; margin:0; padding:0;}
.footer-links ul li{ font-size:14px; font-weight:400; float:left; width:100%; list-style:none; margin:0; padding:7px 0 7px;border-bottom:1px solid #51c7f4;}
.footer-links ul li a { color:#fff; text-decoration:none;}
.footer-links ul li.last { border:none;}
.collage-text { color:#fff;text-transform:uppercase;}
.collage-text2 { color:#fff;text-transform:uppercase; font-weight:700;}
.collage-text3 { color:#fff;text-transform:uppercase;font-weight:700;}
.collage-text4 { color:#fff;text-transform:uppercase;}
.specials-link a { float:left; font-size:28px; font-weight:400; text-transform:uppercase; background:url(images/arrow.png) no-repeat right 15px; padding:10px 35px 10px 10px; border:2px solid #fff;}


}
@media only screen and (min-width:1025px) and (max-width: 1980px) {
.harbourtxt{background-color: rgba(0, 0, 0, 0.4);}
.harbourtxt-up{background-color: rgba(0, 0, 0, 0.4); color: #ffffff; font-family: "raleway",sans-serif; font-size: 59px; font-weight: 700; line-height: 60px; text-align: center;     line-height: 69px;
    margin: 0; opacity: 1; padding: 0; top: 307px; width: 926px;}
.familydining {    font-size: 48px; background-color: rgba(0, 0, 0, 0.4);
    line-height: 69px;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    top: 357px;
    width: 400px;
	color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-align: center;
}
.worldfamousbeach {font-size: 48px;background-color: rgba(0, 0, 0, 0.4);
    line-height: 60px;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    top: 288px;
    width: 650px;    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-align: center;}
.kickback {  font-size: 59px;background-color: rgba(0, 0, 0, 0.4);
    line-height: 69px;
    margin: 0;
    opacity: 1;
    padding: 0;
    top: 351px;
    width: 620px;
    color: #ffffff;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-align: center;
}
}
.sticky_navigation {background:none ; margin:-56px 0 0 0;/*background: url(../images/bg-nav.png) no-repeat center 0*/  }
/***Anil Remove below code***/
.ms-nav-next, .ms-nav-prev {display:block}


#facilities .responsive-tabs ul.responsive-tabs__list, #gallery .responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;	
	padding: 0;
	display:inline-block
}

#facilities .responsive-tabs .responsive-tabs__list__item, #gallery .responsive-tabs .responsive-tabs__list__item {
	background: #007bbc;
	border: 0;
	border-bottom: none;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0 11px 0 0;
	padding: 12px 18px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#facilities .responsive-tabs .responsive-tabs__list__item .fa, #gallery .responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

#facilities .responsive-tabs .responsive-tabs__list__item:hover, #gallery .responsive-tabs .responsive-tabs__list__item:hover {
	color: #fff;
	background:  #f15a29;
}

#facilities .responsive-tabs .responsive-tabs__list__item--active, 
#facilities .responsive-tabs .responsive-tabs__list__item--active:hover,
#gallery .responsive-tabs .responsive-tabs__list__item--active, 
#gallery .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #f15a29;

	color: #fff;
	padding: 12px 18px;
	margin-top: 0;
	position: relative;
	top: 0;
}

#facilities .responsive-tabs .responsive-tabs__panel, #gallery .responsive-tabs .responsive-tabs__panel {	
	background: none;
	border:0;
	clear: left;
	margin-bottom: 0;
	padding: 35px  0 20px;
	word-wrap: break-word;
}

#facilities .responsive-tabs .responsive-tabs__panel:after, #gallery .responsive-tabs .responsive-tabs__panel:after { 
	content: "";
	display: block; 
	height: 0; 
	clear: both;
}
#discover_the_cays p{color:#fff;}
@media (min-width: 768px) {
	#facilities .responsive-tabs__list {width:auto; margin:20px auto !important; float:none}
	.responsive-tabs__list {width:auto; margin:20px auto 0 !important; float:none; display: inline-block}
	#gallery .responsive-tabs__list {width:440px; margin:20px auto !important; float:none}
	#facilities .responsive-tabs .responsive-tabs__panel--closed-accordion-only , #gallery .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
	#facilities .responsive-tabs .responsive-tabs__list__item, #gallery .responsive-tabs .responsive-tabs__list__item{font-size:16px}

}

@media (max-width: 767px) {

	#facilities .responsive-tabs .responsive-tabs__list__item, #gallery .responsive-tabs .responsive-tabs__list__item{display:none}
	#facilities .responsive-tabs .responsive-tabs__list,#gallery .responsive-tabs .responsive-tabs__list {
		display: none;
	}
	
	#facilities .responsive-tabs .responsive-tabs__heading,#gallery .responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	#facilities .responsive-tabs-wrapper, #gallery .responsive-tabs-wrapper {		
		border-top: 0;
	}
		
	#facilities .responsive-tabs .responsive-tabs__heading, #gallery .responsive-tabs .responsive-tabs__heading {
		background: #01ADEF;
		border: 1px solid #fff;
		border-top: none;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
		text-align:left
	}

	#facilities .responsive-tabs .responsive-tabs__heading .fa, #gallery .responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	#facilities .responsive-tabs .responsive-tabs__heading:after , #gallery .responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #fff;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0; 
		width: 0; 
	}

	#facilities .responsive-tabs .responsive-tabs__heading:hover , #gallery .responsive-tabs .responsive-tabs__heading:hover {
		background: #FF6930;
		color: #fff;
	}
	
	#facilities .responsive-tabs .responsive-tabs__heading:hover:after, #gallery .responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #fff;
	}

	#facilities .responsive-tabs .responsive-tabs__heading--active,
	#facilities .responsive-tabs .responsive-tabs__heading--active:hover,
	#gallery .responsive-tabs .responsive-tabs__heading--active,
	#gallery .responsive-tabs .responsive-tabs__heading--active:hover {
		background: #FD6C33;
	}

	#facilities .responsive-tabs .responsive-tabs__panel,#gallery .responsive-tabs .responsive-tabs__panel {
		border: 1px solid #fff;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
.banner-text-1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px #006830;
}
.banner-text-2 {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
}

#topright-widget-area h1 {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    float: left;
    line-height: 21px;
    padding-right: 6px;
}

section#specials { height:auto;}
.slider-panel{background:#fff !important;float:left !important;padding-bottom:10px !important;width:100%;}

.left-text1{ font-weight:600 !important; font-size:16px !important}
.left-text2{ font-weight:600 !important} 
.slider-bullet{width:99% !important}
.slider-bullet li{ font-size:15px !important;border-bottom:1px dashed #ccc !important;background: rgba(0, 0, 0, 0) url("images/li-bg.png") no-repeat scroll 0 13px !important;
    padding: 5px 0 5px 12px !important;
    text-align: left;}
.slider-right li{ font-size:15px !important;border-bottom:1px dashed #ccc !important;background: rgba(0, 0, 0, 0) url("images/li-bg.png") no-repeat scroll 0 13px !important;
    padding: 5px 0 5px 12px !important;text-align: left;float:left;list-style:none;}	
.spec-main{border-bottom: 1px dashed #ccc !important;width: 95% !important;}
.spec-main3{ font-size:15px !important}
#specials .cycloneslider-template-standard .cycloneslider-slides{position:relative; height:1070px !important; /*height:945px !important;*/}
.slider-right li:last-child{ border-bottom:0 !important;}
@media (min-width: 479px) {
section#specials { height:auto !important;}
}
.book-now-btn  a {
    background: #007bbc none repeat scroll 0 0 !important;
	float:left !important;
}



 @media (max-width: 768px) {
 .cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
top:10% !important;
}
.cycloneslider-pause {
top:17% !important;
}
/* .wpb_tabs .wpb_tabs_nav li {
 display: inline-block;
 float: none;
 margin: 0 1px 0 0;
}

.testi-text p {
    color: #000;
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left;
}
*/
}


@media (max-width:640px) {
	.cycloneslider-pause {
top: 15% !important;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    top: 9% !important;
}

.slider-left {
    float: left;
    width: 100% !important;
}
ol, ul.square, ul.circle, ul.disc, ul {
    margin-left: 0;
}


}




 @media (max-width: 360px) {
 .cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
top:4% !important;
}
 .cycloneslider-pause {
 top:7% !important;
}
#specials .cycloneslider-template-standard .cycloneslider-slides {
    height: 1594px !important;/*height: 975px !important;*/
}

.slider-right{ margin-top:15px;}
}


 @media (max-width: 320px) {
 .cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
top:4% !important;
}
.cycloneslider-pause {
    top: 5% !important;
}
#specials .cycloneslider-template-standard .cycloneslider-slides {
    height:1075px !important;
}



}



	
/*newcss*/

.cycloneslider-pause .cycloneslider-button.pause-button {
	background: rgba(0, 0, 0, 0) url("images/play.png") no-repeat scroll 0 0;
	height: 25px;
	width: 25px;
	z-index: 999999;
}
.cycloneslider-pause .cycloneslider-button.play-button {
	background: rgba(0, 0, 0, 0) url("images/pause.png") no-repeat scroll 0 0;
	height: 25px;
	width: 25px;
	z-index: 999999;
}
.cycloneslider-pause {
	font-size: 0;
	opacity: 1;
	position: absolute;
	top:24%;
	z-index: 2147483647;
}
#reviews .cycloneslider-prev {
	display: none !important;
}
#reviews .cycloneslider-next {
	display: none !important;
}

.spec-main {
    border-bottom: 1px dashed #ccc !important;
    float: left;
    margin-bottom: 13px;
    width: auto;
    padding-bottom: 9px;
}
.spec-main1 {
    float: left;text-align: left;max-width:110px;width: 26%;min-width:110px;
}

.spec-main2 {
    float: left;
    margin: 0 9px;;width: 2%;text-align: left;
}

.spec-main3 {
    float: left;
    text-align: left;width: 66%;
}



@media only screen and (min-width: 960px) and (max-width: 2540px)
{
.testi-col1 {float: left;width: 58%;}
.testi-col2 {float: left;width: 40%;border-left:1px solid #dfdfdf;padding:0 0 2% 0;margin:90px 0 0 0}
.cycloneslider-slides.cycle-slideshow {height: 300px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 960px)
{
section#reviews{height:700px !important;}
.testi-col1 {float: left;width: 100%;}
.testi-col2 {float: left;width: 100%;}
.cycloneslider-template-standard .cycloneslider-slides{height:250px !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
section#reviews{height:1120px !important;}
.testi-col1 {float: left;width: 100%;}
.testi-col2 {float: left;width: 100%;}
.cycloneslider-template-standard .cycloneslider-slides{height:500px !important;}
}

@media only screen and (max-width: 479px)
{
section#reviews{height:1220px !important;}
.testi-col1 {float: left;width: 100%;}
.testi-col2 {float: left;width: 100%;}
.cycloneslider-template-standard .cycloneslider-slides{height:600px !important;}
}
.cycloneslider-template-standard .cycloneslider-slide {text-align:left!important;}

span.wpcf7-form-control-wrap.security {
    float: left;
    width: 50%;
    margin-right: 20px;
}
img#captcha {
    height: 35px;
    border: 1px solid #d5d5d5;
    margin-top: 0px;
}