/*
Theme Name: DM-Bootstrap-01
Theme URI: http://www.digitalmonopoly.com.au/
Author: DigitalMonopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */
/*@font-face {
  font-family: '-HelveticaNeueDeskInterface-Light';
  src: url('fonts/-HelveticaNeueDeskInterface-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/-HelveticaNeueDeskInterface-Light.woff') format('woff'), url('fonts/-HelveticaNeueDeskInterface-Light.ttf')  format('truetype'), url('fonts/-HelveticaNeueDeskInterface-Light.svg#.HelveticaNeueDeskInterface-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '-HelveticaNeueDeskInterface-Regular';
  src: url('fonts/-HelveticaNeueDeskInterface-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/-HelveticaNeueDeskInterface-Regular.woff') format('woff'), url('fonts/-HelveticaNeueDeskInterface-Regular.ttf')  format('truetype'), url('fonts/-HelveticaNeueDeskInterface-Regular.svg#.HelveticaNeueDeskInterface-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '-HelveticaNeueDeskInterface-MediumP4';
  src: url('fonts/-HelveticaNeueDeskInterface-MediumP4.eot?#iefix') format('embedded-opentype'),  url('fonts/-HelveticaNeueDeskInterface-MediumP4.woff') format('woff'), url('fonts/-HelveticaNeueDeskInterface-MediumP4.ttf')  format('truetype'), url('fonts/-HelveticaNeueDeskInterface-MediumP4.svg#.HelveticaNeueDeskInterface-MediumP4') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '-HelveticaNeueDeskInterface-Bold';
  src: url('fonts/-HelveticaNeueDeskInterface-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/-HelveticaNeueDeskInterface-Bold.woff') format('woff'), url('fonts/-HelveticaNeueDeskInterface-Bold.ttf')  format('truetype'), url('fonts/-HelveticaNeueDeskInterface-Bold.svg#.HelveticaNeueDeskInterface-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

html, body {
	height: 100%;
	width: 100%;
}
#page{
	min-height: 100%;
}

body,
button,
input,
select,
textarea {
	color: #636363;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
}

h1{ font-size: 50px; color: #343434; }
h2{ font-size: 32px; }
h3{ font-size: 20px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none repeat scroll 0 0 #494f5e;
	border: medium none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-transform: uppercase;
	border-radius: 5px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #343434;
	border-color: #343434;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #343434;
	border-color: #343434;
	color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #fff;
	/*  box-shadow: 0 1px 2px; */
	border-bottom: 1px solid #dddddd;
	color: #666;
	max-width: 100%;
	width: 250px;
	border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:120px;
}

select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
}

/* Links */
a,
a:visited {
	color: #494f5e;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #48b7cf;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
}
.hentry .entry-header{ margin-bottom: 1.2em; }
.hentry .entry-header .entry-title{ 
	font-size: 20px;
	margin-bottom:5px; 
}
.hentry .entry-header .entry-title a{ }
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-thumbnail{
	padding:0;
	margin-bottom: 20px;
}
.entry-summary {
	margin: 1.2em 0 0;
}
.entry-content{
	margin:auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{
	border-bottom: medium none;
	height: 90px;
	margin-bottom: 60px;
	margin-top: -90px;
	padding-bottom: 0;
	padding-top: 28px;
	text-align: left;
}

.page-header .entry-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
}

.contact-header{}
.contact-header .entry-title{ margin-bottom: 0;}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none; }
.hentry.service .entry-content{ }

.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	margin-bottom: 1.2em;
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
	margin-bottom: 0;
}

.gallery dd { margin: 0; }

.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 0!important;
	position: relative;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}

.gallery-columns-4 .gallery-item {}
.gallery-columns-4 .gallery-item img {}

.dm-gallery{  max-width: 1440px; margin: auto; margin-bottom: 50px; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}
.widget {
	margin: 0 0 30px;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:166px; }
#searchsubmit {}


.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	color: #b8b8b8;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}
.widget_categories ul li.current-cat > a{}

.widget_archive{}
.widget_archive .widget-title{}
.widget_archive ul{}
.widget_archive ul li{}
.widget_archive ul li a{
	color: #b8b8b8;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}

.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{}
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_nav_menu .menu li:last-child a{ border:none; }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{ }

.widget_nav_menu .menu-item-has-children{
	border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu-item-has-children > a{ 

}
.widget_nav_menu .menu li .sub-menu{ 
	
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}




.sidebar-page{ padding-left: 20px; }
.sidebar-page .widget{}
.sidebar-page .widget-title{
	color: #494f5e;
	font-size: 32px;
	line-height: 1em;
}

.sidebar-page .gform_widget{
	background-color: #f4f6f9;
	padding:20px;
	border-radius: 8px;
}

#footer-sidebar{}
#footer-sidebar .widget{ border-left: #464646 solid 1px; padding:0 20px; min-height: 220px; }
#footer-sidebar .widget:first-child{ border-left: none; padding-left: 10px; }
#footer-sidebar .widget-title{
	color: #494f5e;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1em;
}

#footer-sidebar .widget_nav_menu .menu {}
#footer-sidebar .widget_nav_menu .menu li{border-bottom: none;}
#footer-sidebar .widget_nav_menu .menu li a{
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 0 14px;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a{ border-bottom: none; }

#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}


#footer-sidebar .widget_recent_entries{}
#footer-sidebar .widget_recent_entries li{ margin-bottom: 14px; }
#footer-sidebar .widget_recent_entries li a{}
#footer-sidebar .widget_recent_entries li .post-date{ font-size: 11px; display: block;  line-height: 10px; }


/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content { padding-bottom: 20px; }
#sidebar { margin: 0 0 60px; }
#sidebar .widget{ }

.archive-content{ }
.page-content{ }


/* = Main Layout
----------------------------------------------- */

.site-header{ width: 100%; }
.site-header .top-sideber{
	display: block;
	position: relative;
	border-top:7px solid #ccc;
	background: #3f4451;
	font-size: 18px;
	color: #d7d7d7;
	padding: 12px 0;
}
.site-header .top-sideber .widget,
.site-header .top-sideber .widget p{margin-bottom: 0;}
.site-header .top-sideber .col-left{line-height: 44px;}
.site-header .top-sideber .col-right { float: right; line-height: 44px;}
.col-right .widget_text{
	float: left;
	padding-right: 5px;
	color: #acacac;
}
.col-right .site-phone {
    color: #acacac;
    float: left;
    font-size: 18px;
    margin-bottom: 0;
}

.col-right .site-phone a,
.col-right .widget_text span{
	color: #d7d7d7;
}
.col-right .site-phone a:hover{
	color: #48b7cf;
}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 25px 0;
}

.site-header .navbar-brand img{ 
	display: block; 
	min-height: 44px; 
	margin-bottom: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin: 0;}	
.is-sticky .site-header .navbar-brand{ padding: 14px 0;  }
.is-sticky .site-header .navbar-brand img{ max-height: 50px;}
.is-sticky .sidebar-header{ display: none; }
.is-sticky .navbar-collapse.collapse{padding: 0;}
.is-sticky .navbar-default .navbar-nav > li{padding: 26px 0;}
.is-sticky .navbar-default .navbar-nav > li.quick-book{
	line-height: 28px;
	margin: 15px 0;
}
.is-sticky .navbar-default .navbar-nav > li.quick-book a{
	padding: 10px 12px;
}
.is-sticky .navbar-collapse.collapse a{	line-height: 26px;}
.is-sticky .navbar-default{padding: 0px; }
.is-sticky .site-header .booking-form-wrapper{
	margin-top: 78px;
}

.admin-bar .is-sticky .site-header{ top:32px!important; }

.site-featured{ margin:auto; background-color: #343434; }
.site-header-image-bg{ height:320px!important; background-size: cover !important; background-position: center top !important; }

.site-tagline {
	background: #494f5e none repeat scroll 0 0;
	border-bottom: medium none;
	color: #fff;
	font-size: 28px;
	line-height: 46px;
	padding: 40px 0;
}
.site-tagline .btn,
.site-tagline .btn:visited{
	background: transparent none repeat scroll 0 0;
	border: 3px solid #fff;
	height: 46px;
	color: #fff;
}

.container{max-width: 1247px; position: relative; width: 100%;}
.site-main{ padding: 65px 0;}

.home .site-main{ padding:0; }

.site-footer{
	background: #404040 none repeat scroll 0 0;
	color: #b8b8b8;
	float: left;
	width: 100%;
}
.site-footer a{ color: #b8b8b8; }
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 40px 0 20px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #494f5e;
	clear: both;
	color: #898989;
	float: left;
	font-size: 14px;
	line-height: 50px;
	margin: auto;
	padding: 25px 0;
	position: relative;
	width: 100%;
	font-style: italic;
	border-bottom: 8px solid #cccccc;
}
.site-footer .footer-info a{ color: #898989; }
.site-footer .footer-info a:hover{color : #48b7cf;}
.site-footer .footer-info .site-logo img{ display: block; margin:auto; position: relative;}
.site-footer .footer-info .site-info{ text-align:center;}
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #dmlogo{ text-align: center;}
.site-footer .footer-info .site-copyright{ text-align:center; }
.site-footer .menu-footer{ margin-bottom: 0; }

.page .entry-header{ }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	z-index: 20;
	width: 100%;
}

/* =Menu
----------------------------------------------- */

.sticky-wrapper{ width: 100%; z-index: 75; position: relative; }
.navbar-right{ margin-right: 0;}
.navbar{ margin: 0; }
.navbar-default {
	background:rgba(255,255,255, 0.85);
	border: medium none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
}
.navbar-brand {
	color: #494f5e;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}

.navbar-collapse.collapse{ }
.navbar-default .navbar-nav > li{
	padding: 26px 0;
}
.navbar-default .navbar-nav > li > a {	
	color: #3e3e3e;
	font-size: 15px;
	line-height: 48px;
	padding:0 22px;
	letter-spacing: 1px;
	font-weight: bold;
}
.navbar-default .navbar-nav > li.quick-book{
	background: #67cadf;
	padding: 0;
	margin: 26px 0;
}
.navbar-default .navbar-nav > li.quick-book a{
	padding: 0px 12px;
	display: block;
	color: #fff;
	font-size: 14px;
}
.navbar-default .navbar-nav > li.quick-book a:hover{
	background: #1a4759;
	color: #fff;
}
/*.navbar-default .navbar-nav > li:first-child > a{
	padding-left: 0;
}*/
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .disabled{
	background-color:#48b7cf;
}
.navbar-default .navbar-nav > li:hover a,
.navbar-default .navbar-nav > li:focus a {
	color: #3e3e3e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #3e3e3e;
	background-color:#48b7cf;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #3e3e3e;
	background-color:#48b7cf;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
    border-radius: 0;
    color: #dddddd;
    font-size: 21px;
    height: 40px;
    line-height: 28px;
    margin-right: 0;
    margin-top: 24px;
    padding: 5px;
    width: 40px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background-color: transparent;
}
.navbar-default .navbar-toggle .fa{}
.navbar-default .navbar-toggle .fa-bars{}
.navbar-default .navbar-toggle .fa-times{ display: none;}
.navbar-default .navbar-toggle.active{ border-color: #dddddd; padding-top: 3px; }
.navbar-default .navbar-toggle.active .fa-bars{ display: none; }
.navbar-default .navbar-toggle.active .fa-times{ display: inline-block;}

.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #3e3e3e;
	background-color:#48b7cf;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}

.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 5px;
}

.navbar-default .nav-user > li > a {
	line-height: 30px;
	padding: 0 8px;
	text-transform: none;
	display: inline-block;
}
.dropdown-menu {
	background-clip: padding-box;
	background:rgba(72,183,207, 0.85);
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0 !important;
	list-style: none outside none;
	margin:0;
	min-width: 200px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	
}
.dropdown-menu > li > a{
	color: #fff !important;
	padding: 8px 22px;
	line-height: 22px;
	font-weight: bold;
}
.navbar-nav > li:hover > .dropdown-menu{
	display: block;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background:#48b7cf;
	color: #3e3e3e !important; 
} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #48b7cf none repeat scroll 0 0;
	color: #fff;
}

.footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
.footer-menu li{ float:left; }
.footer-menu li a{ display:block; float:left; padding:3px 10px; }
.footer-menu li:first-child a{ padding-left:0; }
.footer-menu li:hover > a {}
.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a { }

.social-network{ list-style:none; padding:0; margin:0; }
.social-network li{ float:left; }
.social-network li a{
	border-radius: 100%;
	color: #ffffff !important;
	display: block;
	font-size: 22px !important;
	height: 44px;
	line-height: 44px !important;
	margin-right: 0px;
	text-align: center;
	width: 44px;
	margin-left: 10px;
}

.social-network li a:hover{ 
	opacity:1; 
	background: #343434 none repeat scroll 0 0;
	border-radius:100%;
	color: #ffffff !important;

}
.social-network li.facebook a{background: #3b5997 none repeat scroll 0 0;}

/*.site-header .booking-form-wrapper{
	display: none;
	background: none !important;
	padding: 0;
	position: absolute;
	top: 100%;
	margin-top: 100px;
} 
.site-header .booking-form-wrapper .form-wrapper{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-top: 10px;
} */
.site-header .booking-form-wrapper{
	/*display: block;*/
	background: none !important;
	padding: 0;
	position: absolute;
	top: 100%;
	margin-top: 100px;
	width: 100%;
} 
.site-header .booking-form-wrapper .form-wrapper{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-top: 0px;
	background: none;
} 
.site-header .booking-form-wrapper .form-wrapper .gform_wrapper{
	background: #67cadf none repeat scroll 0 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 98.5%;
}
.site-header .booking-form-wrapper #gform_confirmation_wrapper_5{
	text-align: center;
	color: #fff;
	font-weight: normal;
	background: #67cadf none repeat scroll 0 0;
	padding: 20px 0;
	line-height: 50px;
    font-size: 18px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.site-header .booking-form-wrapper .gform_wrapper.gform_validation_error{
	display: block !important;
}
.site-header .booking-form-wrapper .form-wrapper #gform_wrapper_5 input[type="submit"]{
	margin-right: -25px;; 
	margin-top: 0px;
	top: -55px;
	position: relative;
}
.site-header .booking-form-wrapper .form-wrapper .gform_validation_error input[type="submit"]{
	margin-top: -119px !important;
}
.site-header .booking-form-wrapper .gform_wrapper .gform_footer{ height: 0; }
/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 40px;
	z-index: 65;
}
.bx-wrapper .bx-prev{ left: 0; }
.bx-wrapper .bx-next{ right: 0; }

.bx-wrapper .bx-pager{ bottom: 10px; font-size: 0; margin: 0 auto; padding:0px; left:0; right: 0px; width: auto; z-index: 55; }
.bx-wrapper .bx-pager.bx-default-pager a {

	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}

/*= Custom Post type Slidshow 
-------------------------------------------------------*/
.slidercontainer{ margin:auto;}
.sliderarea{ width:100%; height:805px; display:block; padding:0px;}

.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:805px; background:none!important; }
.custom-slideshows > .slide{ width:100%!important; height:805px; background-size: cover !important; position: relative; background-position:left 35%!important; }
.custom-slideshows > .slide .slide-content{
	position: absolute;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-slideshows > .slide .slide-info{
	color: #fff;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
}
.custom-slideshows > .slide .slide-info h2 {
	color: #fff;
	font-size: 86px;
	line-height: 90px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.custom-slideshows > .slide .slide-info h3{
	color: #fff;
    font-size: 60px;
    line-height: 38px;
    margin-bottom: 15px
    font-family: 'Open Sans', sans-serif;
}
.custom-slideshows > .slide:nth-child(3) .slide-content{
	position: absolute;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.custom-slideshows > .slide:nth-child(3) .slide-info h2 {
	color: #fff;
	font-size: 65px;
    line-height: 76px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.custom-slideshows >  .slide:nth-child(3) .slide-info h3{
	color: #fff;
    font-size: 44px;
    line-height: 38px;
    margin-bottom: 15px
    font-family: 'Open Sans', sans-serif;
}
.custom-slideshows > .slide .slide-info h4{
	font-size: 29px; 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.custom-slideshows > .slide .slide-info .wp-image-897{
	height: 115px;
    margin-left: 45px;
}
.custom-slideshows > .slide .slide-info .wp-image-898{
	height: 80px;
    margin-top: 15px;
}

.slidercontainer .bx-wrapper .bx-controls-direction a {
    color: #fff;
    font-size: 0px;
    height: 114px;
    line-height: 60px;
    margin-top: -57px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 60px;
    z-index: 65;
}
.slidercontainer .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/bx-prev.png") no-repeat center top;
    left: 30px;
}
.slidercontainer .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/bx-next.png") no-repeat center top;
    right: 30px;
}
.slidercontainer .bx-wrapper .bx-prev:hover,
.slidercontainer .bx-wrapper .bx-next:hover{background-position: center bottom !important; } 

/* =Custom Post type CTA 
------------------------------------------------------- */
.cta-container{
	background: url(images/cta-bg.jpg) center center no-repeat;
	background-size: cover !important;
	padding: 35px 0;
	position: relative;
}
.section-title{ 
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.section-title:after{
	content: "";
	position: absolute;
	top: 100%;
	text-align: center;
	width: 85px;
	left: 50%;
	margin-left: -42px;
	height: 1px;
	background: #67cadf;
	display: block;
}
.section-title span{
	color: #fff;
	font-size: 14px;
}
.section-title h3{
	color: #6dcadd ;
	font-size: 22px;
	display: block;
	padding: 8px 0 20px;
	position: relative;
}
.cta-container .col-md-3{
	width: 20%;
}
.custom-cta .cta{ margin-bottom: 20px; }
.custom-cta .cta .cta-thumbnail{
	margin-bottom: 20px;
}
.custom-cta .cta img{
	display: block;
	height: auto;
	margin: auto auto 10px;
	max-width: 100%;
}
.custom-cta .cta-title {
	font-size: 16px;
	margin-bottom: 0;
	padding: 0px;
	text-transform: uppercase;
        color: #fff;
}
.custom-cta .cta-info a{
	color: #fff;
}
.cta-container .more-btn{
	display: block;
	text-align: center;
	margin-top: 35px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.cta-container .more-btn a{
	/*background: rgba(255,255,255, 0.5);*/
	color: #fff;
	padding: 20px 0px;
	font-size: 16px;
	display: block;
	font-weight: 900;
	text-align: center;
	width: 320px;
	margin: 0 auto;
	border: 2px solid #fff;
}
.cta-container .more-btn a:hover{
	color: #6DCADD;
	border: 2px solid #6DCADD;
}
.custom-cta .cta:hover .cta-info .cta-title{color:#6dcadd;}


/* Custom Testimonial
-------------------------------------------------- */

#testimonials{ background-color: #225569; padding: 60px 0; }
#testimonials .section-title h3{color: #fff;}
#testimonials .section-title:after{background: #fff;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 22px;
	line-height: auto:;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
	color: #fff;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
}
#slider-testimonials > .testimonial .info{  color: #fff; font-size: 18px;}
#slider-testimonials > .testimonial .info .name{ font-weight: bold; }
#slider-testimonials > .testimonial .info .company{}




/* =Custom .service-carousel
----------------------------------------------- */
.clients-container{padding-top: 65px;}
.clients-container .col-md-3{width: 20%;}
.clients-container .col-md-6{padding: 0 20px;}
.clients-container img{
	margin: 0 auto;
	display: block;
}
.clients-container .client:nth-child(1) img{
	float: right;
}
.clients-container .client:nth-child(2) img{
	float: left;
}



/* =Custom .gallery
----------------------------------------------- */
.galleries-item{ position: relative; margin-bottom: 20px;}
.item-gallery .item-thumbnail{}
.item-gallery .caption{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	opacity: 0
}
.item-gallery:hover .caption{
	opacity: 1;
}

.item-gallery .title{ 
	font-size: 18px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	color: #fff;

	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hvr-sweep-to-top {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;

}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, .35);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* =Custom .our-team
----------------------------------------------- */
.our-team{ padding: 30px 0; }
.our-team .our-team-list{
	float: left;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.our-team .our-team-list .team-thumb{
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.our-team .our-team-list .team-thumb .overlay{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: rgba(100, 195, 215, 0.5) none repeat scroll 0 0;
	opacity:0;
	position: absolute;
	top: 0;
	left: 50%;
    margin-left: -125px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.our-team .our-team-list:hover .overlay{opacity: 1;}
.our-team .our-team-list .team-thumb img{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.our-team .team{ padding-right: 50px;  padding-top: 35px;}
.our-team .team .team-title{ 
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #67cadf;
	background: url(images/user-icon.png)left top no-repeat;
	padding: 0 0 20px 35px;
	display: block;
	position: relative;
	line-height: 24px;
	text-align: left;
}
.our-team .team .team-title:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 85px;
	height: 1px;
	background: #494f5e;
	display: block;
}

/* = Custom Content Meta
----------------------------------------------- */
.entry-content h3{
	font-size: 22px;
	color: #494f5e;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.entry-content h3:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	width: 95px;
	height: 1px;
	background: #494f5e;
	display: block;
}

.booking-form-wrapper{
	display: block;
	position: relative;
	background: url(images/booking-bg.jpg) center top no-repeat;
	background-size: cover !important;
	padding: 80px 0;
}
.form-wrapper{
	background: #67cadf;
	width: 100%;
	border-radius: 20px;
	padding-bottom: 20px;
}
.form-wrapper h3{
	font-size: 18px;
	color: #fff;
	padding: 12px 25px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background: #1a4759;
	margin-bottom: 10px;
}
.form-wrapper #gform_wrapper_4, .form-wrapper #gform_wrapper_5{ padding: 0 25px; max-width: 100%;}
.form-wrapper #gform_wrapper_4 ul li, .form-wrapper #gform_wrapper_5 ul li{
	margin: 0 0 15px !important;
}
.form-wrapper .gform_wrapper ul li.col-md-3{padding: 0 22px;}
.form-wrapper .gform_wrapper ul li.col-md-3:first-child{padding-left:0;}
.form-wrapper .gform_wrapper ul li#field_4_4, .form-wrapper .gform_wrapper ul li#field_5_5{padding-right:0;}
.form-wrapper #gform_wrapper_4 ul li:last-child, .form-wrapper #gform_wrapper_5 ul li:last-child{
	float: left;
	width: 90%;
}
.form-wrapper .ginput_container input{
	width: 100% !important;
	height: 42px;
	background: none !important;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.form-wrapper .ginput_container textarea{
	width: 100% !important;
	height: 44px;
	background: none !important;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.form-wrapper #gform_wrapper_4 .gform_body, .form-wrapper #gform_wrapper_5 .gform_body{position: relative;}
.form-wrapper #gform_wrapper_4 input[type="submit"], .form-wrapper #gform_wrapper_5 input[type="submit"]{
	position: absolute;
	background: #225569;
	color: #fff;
	font-size: 18px;
	padding: 0px 14px;
	top: 100%;
	right: 25px;
	margin-top: -75px;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.form-wrapper .gform_validation_error input[type="submit"]{
	margin-top: -100px !important;
    height: 45px !important;
}
.form-wrapper #gform_wrapper_4 input[type="submit"]:hover, .form-wrapper #gform_wrapper_5 input[type="submit"]:hover{
	background: #494f5e;
}
.form-wrapper input::-webkit-input-placeholder, .form-wrapper textarea::-webkit-input-placeholder { 
	color: #fff !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}
.form-wrapper input:-moz-placeholder, .form-wrapper textarea:-moz-placeholder { 
	color: #fff !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}
.form-wrapper input::-moz-placeholder, .form-wrapper textarea::-moz-placeholder { 
	color: #fff !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;

}
.form-wrapper input:-ms-input-placeholder, .form-wrapper textarea:-ms-input-placeholder { 
	color: #fff !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;

}

/* = Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}

.home .site-header-image-bg{ height:805px!important; background: none !important;}
.home .welcome-section{
	padding: 80px 0; 
}
.home .front-content{
	padding: 0;
	position: relative;
}
.front-content .col-content{
	padding: 0 120px;
	font-size: 16px;
	color: #acacac;
}
.front-content .col-content h6{
	margin-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #494f5e;
	font-size: 14px;
}
.front-content .col-content h3{
	font-size: 22px;
	text-transform: uppercase;
	color: #494f5e;
	padding-bottom: 20px;
	display: block;
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.front-content .col-content h3:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -42px;
	height: 1px;
	width: 85px;
	background: #494f5e;
	display: block;
}

/* = Service cta home page
-----------------------------------------------------*/
.service-cta-wrapper{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 50px;
}
.service-cta-top{
	display: block;
	position: relative;
	height: 595px;
	width: 100%;
	vertical-align: middle;
	background-size: cover !important;
}
.service-cta-top .service-cta-item{
	display: block;
    height: 595px;
    margin: 0 auto;
    position: relative;
    width: 305px;
}
.service-cta-top .col-content{
	display: block;
	top: 25%;
	position: relative;
}
.service-cta-top .col-content .info{
	width: 305px;
	height: 305px;
	border-radius: 100%;
	background: rgba(100,195,215, 0.75);
	font-size: 22px;
	text-align: center; 
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.service-cta-top .col-content .info .title{
	padding:25px 35px 0;
	display: block;
}
.service-cta-top .col-content:hover .info{
	background: rgba(100,195,215, 1);
}

.service-cta-bottom{margin-top: 25px;}
.service-cta-bottom .service-cta-item .col-left{
	height: 280px;
	background: #67cadf;
	width: 100%;
	text-align: center;
}
.service-cta-bottom .service-cta-item .col-left .col-content{
	display: block;
	top: 6%;
	position: relative;
}
.service-cta-bottom .service-cta-item .col-left .col-content .info{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	/*background: rgba(100,195,215, 0.75);*/
	font-size: 20px;
	text-align: center; 
	display: table-cell;
	vertical-align: middle;
	color: #3f4451;
	font-weight: 400;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.service-cta-bottom .service-cta-item .col-left .info .title{
	padding:25px 15px 0;
	display: block;
}
.service-cta-bottom .service-cta-item .col-left:hover{
	background: #b3e4ef;
}
.service-cta-bottom .service-cta-item .col-left .col-content:hover .info{
	background: rgba(100,195,215, 1);
}
.service-cta-bottom .service-cta-item .col-right{
	height: 280px;
	background: #3f4451;
	width: 100%;
	text-align: center;
}
.service-cta-bottom .service-cta-item .col-right .col-content{
	display: block;
	top: 6%;
	position: relative;
}
.service-cta-bottom .service-cta-item .col-right .col-content .info{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	/*background: rgba(100,195,215, 0.75);*/
	font-size: 20px;
	text-align: center; 
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.service-cta-bottom .service-cta-item .col-right .col-content .info .title{
	padding:25px 35px 0;
	display: block;
}
.service-cta-bottom .service-cta-item .col-right .col-content:hover .info{
	background: rgba(49,53,63, 1);
}

.col-right .service-cta-item .col-left{
	height: 280px;
	background: #67cadf;
	width: 100%;
	text-align: center;
}

.col-right .service-cta-item .col-left .col-content{
	display: block;
	top: 6%;
	position: relative;
}
.col-right .service-cta-item .col-left .col-content .info{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	/*background: rgba(100,195,215, 0.75);*/
	font-size: 20px;
	text-align: center; 
	display: table-cell;
	vertical-align: middle;
	color: #3f4451;
	font-weight: 400;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.col-right .service-cta-item .col-left .info .title{
	padding:25px 15px 0;
	display: block;
}
.col-right .service-cta-item .col-left:hover{
	background: #b3e4ef;
}
.col-right .service-cta-item .col-left .col-content:hover .info{
	background: rgba(100,195,215, 1);
}
.col-right .service-cta-item .col-right{
	height: 280px;
	background: #225569;
	width: 100%;
	text-align: center;
}
.col-right .service-cta-item .col-right .col-content{
	display: block;
	top: 6%;
	position: relative;
}
.col-right .service-cta-item .col-right .col-content .info{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	/*background: rgba(100,195,215, 0.75);*/
	font-size: 20px;
	text-align: center; 
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.col-right .service-cta-item .col-right .col-content .info .title{
	padding:25px 35px 0;
	display: block;
}
.col-right .service-cta-item .col-right .col-content:hover .info{
	background: #1e4b5c;
}

.open-hour-wrapper{
	height: 595px;
	position: relative;
	background:#4dc5de url(images/open-hour-bg.png) center center no-repeat;
	margin-top: 25px;
	background-size: cover !important;
	padding: 0 80px;
}
.open-hour-wrapper .col-content{
	height: 590px;
	width: 440px;
	vertical-align: middle;
	display: table-cell;
}
.open-hour-wrapper .col-content h3{
	font-size: 24px;
	color: #fff;
	display: block;
	position: relative;
	padding-bottom: 15px;
	line-height: 26px;
}
.open-hour-wrapper .col-content h3:after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	height: 1px;
	width: 230px;
	background: #fff;
	display: block;
}
.open-hour-wrapper .col-content li{
	list-style: none;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 12px 0;
	text-align: right;
}
.open-hour-wrapper .col-content li span{
 	display: inline-block;
    float: left;
    text-align: left;
    width: 60%;
}
.open-hour-wrapper .col-content .booking{
	display: block;
	float: right;
	padding: 10px 14px;
	background: #3fa0b6;
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}
.open-hour-wrapper .col-content .booking:hover{
	background: #225569;
}

/* = Custom About us page template
----------------------------------------------- */
.page-template-about-us .site-main{padding-bottom: 0;}
.about-content-wrapper{}
.about-content-wrapper .about-content-item{
	padding-right: 50px;
}
.about-content-item .col-content h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #67cadf;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.about-content-item .col-content h3:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0%;
	width: 95px;
	height: 1px;
	background: #67cadf;
	display: block;
}
.our-team-wrapper{
	margin-top: 30px;
	display: block;
	position: relative;
	padding: 40px 0 20px;
	background: #ebebeb;
}

/* = Custom service page template
----------------------------------------------- */
.page-template-gallery .site-main{
	padding: 0;
}
.gallery-page-wrapper{
	background: #f5f5f5;
	padding: 40px 30px;
}
.gallery-wrapper img{
	width: 100%;
}
.gallery-wrapper .gallery-item{margin-bottom: 25px;}
.gallery-wrapper .gallery-info{
	display: block;
	position: relative;
	background: #e3e3e3;
	padding: 12px 0;
}
.gallery-wrapper .gallery-info h3{margin-bottom: 0; font-size: 13px; text-align: center;}
.gallery-wrapper .gallery-info a{
	color: #555555;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
	/*padding-top: 20px;*/
}
.gallery-wrapper .gallery-info .gallery-title span{font-size: 16px; color: #555555;}

.gallery-wrapper .group-row-1 .col-md-6:nth-child(1) .gallery-info a:before,
.gallery-wrapper .group-row-2 .col-md-6:nth-child(1) .gallery-info a:before{
	content: "BEFORE";
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #555555;
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
}
.gallery-wrapper .group-row-1 .col-md-6:nth-child(2) .gallery-info a:before,
.gallery-wrapper .group-row-2 .col-md-6:nth-child(2) .gallery-info a:before{
	content: "AFTER";
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #555555;
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
}
/* = Custom service page template
----------------------------------------------- */
.page-template-services .booking-form-wrapper{
	background: url(images/service-booking-bg.jpg) center center no-repeat;
}

/* = Custom Virtual Tour page template
----------------------------------------------- */
.page-template-virtual-tour .site-main{	padding: 0;}
.virtual-tour-wrapper{
	background: #f5f5f5;
	padding: 50px 30px;
	position: relative;
	display: block;
}
.virtual-tour-container{}
.virtual-tour-container ul{padding-left: 0; /*width: 100% !important;*/}
.virtual-tour-container #slider{
	height: 555px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.virtual-tour-container #slider .slide-item{
	background-size: cover !important; 
	height: 555px;
	width: 100%;
	position: relative;
}
.virtual-tour-container #carousel .flex-viewport{
	margin-left: -10px;
	margin-right: -10px;
}
.virtual-tour-container #carousel .col-md-3{margin: 10px 0;}
.virtual-tour-container #carousel ul{
	
	width: 100% !important;
}
.virtual-tour-container #carousel ul li{
	width: 25% !important;
	margin-right: 0 !important;
	cursor: pointer;
}
.virtual-tour-container #carousel img{
	width: 100%;
}

/* = Custom Contact us page template
----------------------------------------------- */
.page-template-contact-us .site-header-image-bg{ display: none;}
.page-template-contact-us #contact-map{
	height: 550px;
    left: 0;
    position: relative;
    right: 0;
    top: -65px;
    width: 100%;
    border-bottom: 8px solid #64c3d7;
}
.contact-info-wrapper .col-left{
	padding-right: 0;
	background: #4dc5de;
}
.contact-info-wrapper .col-left .open-hour-wrapper{margin-top: 0; background: none;} 
.contact-info-wrapper .col-right{
	background: #225569;
	padding-left: 0;
	height: 595px;
}
.contact-info-wrapper .col-right .col-content{
	padding: 0 80px;
	height: 595px;
	vertical-align: middle;
	display: table-cell;
	font-size: 16px;
	color: #ffffff;
}
.contact-info-wrapper .col-right .col-content h3{
	color: #fff;
    display: block;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 15px;
    position: relative;
}
.contact-info-wrapper .col-right .col-content h3:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 230px;
}
.contact-info-wrapper .col-right .col-content .dm-address li{
	list-style: none;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
	width: 440px;
}
.contact-info-wrapper .col-right .col-content .dm-address li a{
	color: #fff;
	font-size: 16px;
}
.contact-info-wrapper .col-right .col-content .dm-address li a:hover{
	color: #4dc5de;
}
.contact-info-wrapper .col-right .col-content .dm-address li i{
	width: 30px;
	color: #fff;
	font-size: 22px;
}
.contact-info-wrapper .col-right .col-content .social-network{
	float: right;
	margin-top: 20px;
}
.contact-info-wrapper .col-right .col-content .social-network li a {
    border-radius: 100%;
    color: #225569 !important;
    display: block;
    font-size: 16px !important;
    height: 32px;
    line-height: 32px !important;
    margin-right: 0px;
    text-align: center;
    width: 32px;
    margin-left: 10px;
    background: #fff;
}
.contact-info-wrapper .col-right .col-content .social-network li a:hover{
	background: #4dc5de;
	color: #fff !important;
}
.ui-datepicker{
	background: #fff;
	padding-right: 10px;
    padding-top: 10px;
}

/* = Custom .single-Gallery
----------------------------------------------- */
.single-gallery .site-main{padding: 0;}
.single-gallery .gallery-wrapper{
	background: #f5f5f5;
	padding: 50px 30px;
}
.single-gallery .gallery-wrapper .caption-gallery{
	display: block;
	position: relative;
	padding: 12px;
	text-align: center;
	color: #555555;
	text-align: center;
	background: #e3e3e3;
}



/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment{}
.single-attachment .site-featured{ display: none; }
.content-area.image-attachment{ background: #f4f4f4; padding:0!important; }
.image-attachment{}
.image-attachment .page-header{ margin-bottom: 0; margin-top: 0; padding: 0 }

.sidebar-image{ padding:20px;}
.image-header{ margin-bottom: 20px; }
.image-header .entry-title{ margin-bottom: 0; }

#image-navigation{}
#image-navigation .previous-image{ float: left}
.entry-attachment .attachment img {
	margin: 0;
}



/* = Custom Plugins
------------------------------------------------*/
.pace .pace-progress{
	background: #494f5e none repeat scroll 0 0;
}

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #494f5e;
	background-color:transparent;
	border: none;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	padding-left: 0
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #494f5e;
	background-color:transparent;
	border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #343434;
	background-color: transparent;
	border-color: none;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* = Custom Gravity Forms
------------------------------------------------*/
.gform_wrapper ul { margin: 0px !important; padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #494f5e !important; font-weight: lighter !important; }
.ginput_container input { }
.ginput_container .large{ width: 100%; }

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0; padding: 0; text-align: right; }
/*.gform_wrapper .gform_footer:before{
	content: "*Required Fields";
	position: relative;
	float: left;
	line-height: 40px;
}*/
.gform_button { }
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }
.row_wrapper .gform_footer{ padding:10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #f4f4f4 solid 1px;}

.gfield_checkbox li{ margin:0!important;}
.ginput_complex{ margin-left: -10px; margin-right: -10px; }
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 100%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}

.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}


.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #ff0000 !important; font-size: 12px !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #ff0000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea { border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }

.entry-content .gform_wrapper{
	padding:20px;
	background-color: #f4f6f9;
	border-radius: 6px;
}

#scrollUp{ position: fixed; right: 10px; bottom: 10px;}

.blog .thumbnail > img, .blog .thumbnail a > img{
	width: 100%;
}

/*---------------- Newsletter Wrapper --------------- */
.newsletter-wrapper{
	display: block;
	background: url(images/newsletter-bg.jpg) center center no-repeat;
	background-size: cover !important;
	padding: 45px 0;
}
.newsletter-wrapper .gform_title{
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #225569;
}
.newsletter-wrapper  .ginput_container input{
	width: 100% !important;
	height: 43px !important;
	border: 1px solid #4d5760;
	border-radius: 0;
	background: none;
}
.newsletter-wrapper  .ginput_container input::-webkit-input-placeholder { 
	color: #225569 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}
.newsletter-wrapper  .ginput_container input:-moz-placeholder{ 
	color: #225569 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}
.newsletter-wrapper  .ginput_container input::-moz-placeholder{ 
	color: #225569 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}
.newsletter-wrapper  .ginput_container input:-ms-input-placeholder{ 
	color: #225569 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}
.newsletter-wrapper .gform_wrapper .gform_footer {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 25%;
    clear: none;
}
.newsletter-wrapper input[type="submit"]{
	background: #225569;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 97%;
	height: 43px !important;
    margin-top: 10px;
	border: none !important;
	border-radius: 0;
}
.newsletter-wrapper input[type="submit"]:hover{
	background: #67cadf;
}




/* = Custom Bootstrap
------------------------------------------------*/

.btn{ line-height: 30px; border-radius: 6px ; padding:0 25px; }
.btn-xs{ line-height: 18px; height: 20px; padding:0 10px;}
.btn-sm{ line-height: 22px; height: 24px; padding:0 15px;}
.btn-lg{ line-height: 40px; height: 42px; padding:0 40px; }

.lead{ font-size: 18px; font-weight: normal;}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {}

.btn-default {}
.btn-default:hover,
.btn-default:focus {}

.btn-default:active,
.btn-default.active {}

.btn-primary,
.btn-primary:visited {
	background-color: #494f5e;
	border-color: #494f5e;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	

	background-color: #343434;
	border-color: #343434;
	color: #fff;
}

.btn-success {}
.btn-success:hover,
.btn-success:focus {}
.btn-success:active,
.btn-success.active {}

.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}

.btn-warning,
.btn-warning:visited { color: #fff;}
.btn-warning:hover,
.btn-warning:focus { color: }
.btn-warning:active,
.btn-warning.active {}

.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}


.thumbnail,
.img-thumbnail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 1em;
	padding: 0;
}

.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}

.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}

.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}

.well{}

.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }