/*
Theme Name: Shark Bay
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Shark Bay default template
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #575757;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	line-height: 1.9em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: left;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 20px;
}

h1{ font-size: 2.2em; }
h2{ font-size: 2em; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.6em; }
h5{ font-size: 1.4em; }
h6{ font-size: 1.2em; }

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 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
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: 40px 40px 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"] {
	border: 1px solid #eee;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 10px 15px;
	height:auto;
	line-height:1em; 
	transition:transform 0.3s ease-out, background 0.3s ease-out;-o-transition:transform 0.3s ease-out, background 0.3s ease-out;-ms-transition:transform 0.3s ease-out, background 0.3s ease-out;-moz-transition:transform 0.3s ease-out, background 0.3s ease-out;-webkit-transition:transform 0.3s ease-out, background 0.3s ease-out;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}

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:#aaaaaa;
}
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=tel],
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #cccccc;
	width:100%;
	max-width: 100%;
}
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #898989;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
	resize: none;
	outline: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:100px;
	resize: none;
	outline: none;
}

/* Links */
a,
a:visited {
	color: #DE791C;
	text-decoration:none;transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color:#bb600c;
	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;
}
#page #main .margin-bottom-0 {margin-bottom: 0;}
#page .font-bold {font-weight: 700;}
#page .font-montserrat {font-family: 'Montserrat',sans-serif;}
#page .color-white {color:#ffffff;}

/* =Main Layout
----------------------------------------------- */
#page{ }


.site-header{position: fixed;top:0;left:0;width: 100%;z-index: 100;}
.admin-bar .site-header {top:32px;}
.site-header .navbar-header {float: left;width: 240px;}
.site-header .header-right {float: right;width: calc(100% - 240px);}
.site-header .header-right .header-right-top {background:#0088af;color:#ffffff;padding:15px 30px;text-transform: uppercase;font-family: 'Montserrat',sans-serif;font-weight: 700;font-size: 0.9em;position: relative;}
.site-header .header-right .header-right-top .header-tagline {float: left;letter-spacing: 1px;}
.site-header .header-right .header-right-top .header-language-widget {float: right;background:url(images/globe-icon.png) left center no-repeat;padding-left: 30px;cursor: pointer;}
.site-header .header-right .header-right-flag {display: none;position: absolute;bottom:-5px;right:30px;}
.site-header .header-right .header-right-bottom {background:#f6f6f6;position: relative;}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	height: auto;
	padding: 0px;width: 100%;
}
.site-header .navbar-brand img{ height: auto; display: block;width: 100%;}
.site-header .topsearchwrapper {position: absolute;width: auto;right:0;top:98px;padding:10px 10px 10px 10px;background:#f6f6f6;display: none;}
.site-header .topsearchwrapper #searchform {position: relative;}
.site-header .topsearchwrapper #searchform #s {width: 100%;min-width: 300px;}
.site-header .topsearchwrapper #searchform #searchsubmit {position: absolute;right:0;top:0;background:#006892;color:#ffffff;text-transform: uppercase;}
.site-header .topsearchwrapper #searchform #searchsubmit:hover {background:#0088af;}

.container{ }
.site-main{ padding-top: 149px; }
#page .container{ margin-left: auto;margin-right: auto;padding-left: 0;padding-right: 0;float:none;width: 1270px;left:0 !important;}
#page .container.vc_row.wpb_row {width: 1270px !important;padding-left: 0 !important;padding-right: 0 !important;}

#page .home-explore-wrapper {background-position: center top !important;padding-top: 100px;margin-top: -40px;padding-bottom: 200px;}
#page .home-explore-container .vc_grid-item .vc_grid-item-mini {border-radius: 4px;box-shadow: 0 2px 3px #454545;}
#page .home-explore-container .vc_grid-item .place-grid-text-wrapper {padding:25px 30px 25px 30px;}
#page .home-explore-container .vc_grid-item .place-grid-text-wrapper .vc_custom_heading {min-height: 70px;line-height:70px;margin-bottom:20px;text-align: center;}
#page .home-explore-container .vc_grid-item .place-grid-text-wrapper .vc_custom_heading h4 {display: inline-block;vertical-align: middle;}
#page .home-explore-container .vc_grid-item .vc_btn3-container a.vc_btn3 {border:none;font-weight: 700;letter-spacing: 1px;font-family: 'Montserrat',sans-serif;background-image: none;
	transition: background 0.4s ease-in-out;-o-transition: background 0.4s ease-in-out;-ms-transition: background 0.4s ease-in-out;-moz-transition: background 0.4s ease-in-out;-webkit-transition: background 0.4s ease-in-out;}
#page .home-explore-container .vc_grid-item .vc_btn3-container a.vc_btn3:hover {background:#006892 !important;}

#page .home-explore-wrapper .explore-grid-item-wrap {}
#page .home-explore-wrapper .explore-grid-item-wrap .vc_column-inner > .wpb_wrapper {box-shadow: 0 2px 3px #454545;}
#page .home-explore-wrapper .explore-grid-item-wrap .wpb_single_image {margin-bottom:0;height: 160px;overflow: hidden;position: relative;}
#page .home-explore-wrapper .explore-grid-item-wrap .wpb_single_image .vc_figure {width: 100%;}
#page .home-explore-wrapper .explore-grid-item-wrap .wpb_single_image .vc_single_image-wrapper {width: 100%;}
#page .home-explore-wrapper .explore-grid-item-wrap .wpb_single_image img {width: 100%;position: absolute;left:0;bottom: 0;z-index: 2;}
#page .home-explore-wrapper .explore-grid-item-wrap .vc_custom_heading.explore-grid-item-heading {background:#ffffff;font-weight:700;padding:30px 30px 30px 30px;min-height: 110px;margin-bottom: 0;vertical-align: middle;}
#page .home-explore-wrapper .explore-grid-item-wrap .vc_btn3-container {background:#ffffff;padding:10px 30px 30px 30px;background:#ffffff;}
#page .home-explore-wrapper .explore-grid-item-wrap .vc_btn3-container a.vc_btn3 {border:none;font-weight: 700;letter-spacing: 1px;font-family: 'Montserrat',sans-serif;background-image: none;
	transition: background 0.4s ease-in-out;-o-transition: background 0.4s ease-in-out;-ms-transition: background 0.4s ease-in-out;-moz-transition: background 0.4s ease-in-out;-webkit-transition: background 0.4s ease-in-out;}
#page .home-explore-wrapper .explore-grid-item-wrap .vc_btn3-container a.vc_btn3:hover {background:#006892 !important;}


#page .page-button button.vc_btn3 {background-image: none;font-family: 'Montserrat',sans-serif;font-weight: 700;letter-spacing: 1px;cursor: pointer;opacity: 0.7;
	transition:opacity 0.5s ease-in;}
#page .page-button button.vc_btn3:hover {opacity: 1;}

#page .explore-more-wrapper {margin-top:-30px;z-index: 5;}
#page .explore-more-left .vc_column-inner {background-position: center top !important;padding:50px 100px 80px 100px;}
#page .explore-more-right .vc_column-inner {background-position: center top !important;padding:50px 100px 80px 100px;}

#page .home-cta-bottom-wrapper {padding-top: 180px;padding-bottom: 80px;margin-top:-30px;z-index: 1;}
#page .home-cta-bottom-wrapper .home-cta-bottom-subheading {margin-bottom: 70px;}
#page .home-cta-bottom-container .vc_grid-item .vc_grid-item-mini {border-radius: 4px;box-shadow: 0 2px 3px #454545;}
#page .home-cta-bottom-container .vc_grid-item .place-grid-text-wrapper {padding:15px 20px 15px 20px;}
#page .home-cta-bottom-container .vc_grid-item .place-grid-text-wrapper .vc_custom_heading {margin-bottom:15px;text-align: center;}
#page .home-cta-bottom-container .vc_grid-item .place-grid-text-wrapper .vc_custom_heading h4 {display: inline-block;vertical-align: middle;}
#page .home-cta-bottom-container .vc_grid-item .vc_btn3-container a.vc_btn3 {border:none;font-weight: 700;letter-spacing: 1px;font-family: 'Montserrat',sans-serif;background-image: none;
	transition: background 0.4s ease-in-out;-o-transition: background 0.4s ease-in-out;-ms-transition: background 0.4s ease-in-out;-moz-transition: background 0.4s ease-in-out;-webkit-transition: background 0.4s ease-in-out;}
#page .home-cta-bottom-container .vc_grid-item .vc_btn3-container a.vc_btn3:hover {background:#006892 !important;}
#page .home-cta-bottom-wrapper .home-cta-bottom-button {margin-top:60px;}

.site-footer{
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	background: url(images/footertop-bg.png) center top no-repeat;background-size: cover;
	clear: both;
	float: left;
	margin: auto;
	padding: 80px 0 50px 0;
	position: relative;
	width: 100%;margin-top: -70px;z-index: 2;
	color:#ffffff;line-height: 2em;font-size: 1em;
	font-family: 'Lato',sans-serif;
}
.site-footer .footer-content #footer-sidebar a {color:#ffffff;}
.site-footer .footer-content #footer-sidebar a:hover {color:#DE7A1C;}
.site-footer .footer-content #footer-sidebar {}
.site-footer .footer-content #footer-sidebar .footer-widget {padding-left: 20px;padding-right: 70px;}
.site-footer .footer-content #footer-sidebar .footer-widget.footer-widget-last {padding-right: 20px;}
.site-footer .footer-content #footer-sidebar .footer-widget .widget-title {color:#ffffff;font-family: 'Montserrat',sans-serif;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;}
.site-footer .footer-content #footer-sidebar .footer-widget .widget_nav_menu .widget-title {margin-bottom: 14px;}
.site-footer .footer-content #footer-sidebar .footer-widget .menu {columns:2;column-gap: 20px;-moz-columns:2;-moz-column-gap: 20px;-webkit-columns:2;-webkit-column-gap: 20px;}
.site-footer .footer-content #footer-sidebar .footer-widget .menu li {margin-top: 0px;margin-bottom: 6px;line-height: 1.2em;page-break-inside:avoid;}
.site-footer .footer-content #footer-sidebar .footer-widget .menu li a {color:#ffffff;}
.site-footer .footer-content #footer-sidebar .footer-widget .menu li a:hover {color:#DE7A1C;}

.site-footer .footer-middle {padding:70px 0 70px 0;background:#ffffff;}
.site-footer .footer-middle .footer-logo-wrapper {}
.site-footer .footer-middle .footer-logo-wrapper .footer-logo-item {text-align: right;float:left;width: 25%;margin-bottom: 0;}
.site-footer .footer-middle .footer-logo-wrapper .footer-logo-item.footer-logo-first {text-align: left;}
.site-footer .footer-middle .footer-logo-wrapper .footer-logo-item.footer-logo-last {text-align: right;}

.site-footer .footer-info {
	background: #0088af;
	clear: both;
	color: #ffffff;
	font-family: 'Lato',sans-serif;letter-spacing: 2px;text-transform: uppercase;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info .site-copyright {float: left;text-align: left;}
.site-footer .footer-info .site-copyright a {color:#ffffff;}
.site-footer .footer-info .site-copyright a:hover {color:#de7a1c;}
.site-footer .footer-info .site-info {float: right;text-align: right;}
.site-footer .footer-info .site-info a {color:#ffffff;}
.site-footer .footer-info .site-info a:hover {color:#de7a1c;}

.footer-menu-wrapper {display: inline-block;position: absolute;left:50%;margin-left: -97px;}
#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:0px 10px; color:#ffffff;}
#footer-menu li a:hover {color:#de7a1c;}



.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:30px; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}

/* =Generic Layout
----------------------------------------------- */
.inner-featured {align-items: stretch;display: flex;z-index: 2;position: relative;}
.inner-featured .inner-featured-title {text-align: center;}
.inner-featured .inner-featured-title .page-title {color:#ffffff;text-transform: uppercase;letter-spacing: 2px;font-weight: 700;font-size: 36px;margin-bottom: 10px;}
.inner-featured .inner-featured-subheading {color:#ffffff;text-transform: uppercase;letter-spacing: 1px;font-weight: 700;font-size: 16px;text-align: center;font-family: 'Montserrat',sans-serif;}
.inner-featured .inner-featured-bg {position: relative;background-size: cover;background-repeat: no-repeat;background-position:center bottom;display: block;padding-top: 180px;padding-bottom: 180px;width: 100%;margin-bottom: 0px;}
.inner-featured .inner-featured-bg .top-breadcrumbs {text-align: right;color:#ffffff;text-transform: uppercase;font-size: 12px;font-weight: 700;}
.inner-featured .arrow-down {background:url(images/down-arrow.png) center top no-repeat;width: 54px;height: 54px;display: block;font-size: 0px;line-height: 0px;position: absolute;bottom:40px;left:50%;margin-left: -27px;cursor: pointer;
	animation-name: moving;animation-duration: 4s;animation-iteration-count: infinite;-moz-animation-name: moving;-moz-animation-duration: 4s;-moz-animation-iteration-count: infinite;-webkit-animation-name: moving;-webkit-animation-duration: 4s;-webkit-animation-iteration-count: infinite;}

@keyframes moving {
    0%   {transform:rotate(0deg)}
    25%  {transform:rotate(-20deg)}
    50%  {transform:rotate(0deg)}
    75%  {transform:rotate(20deg)}
    100% {transform:rotate(0deg)}
}
@-moz-keyframes moving {
    0%   {transform:rotate(0deg)}
    25%  {transform:rotate(-20deg)}
    50%  {transform:rotate(0deg)}
    75%  {transform:rotate(20deg)}
    100% {transform:rotate(0deg)}
}
@-webkit-keyframes moving {
    0%   {transform:rotate(0deg)}
    25%  {transform:rotate(-20deg)}
    50%  {transform:rotate(0deg)}
    75%  {transform:rotate(20deg)}
    100% {transform:rotate(0deg)}
}


#content.page-content-wrapper {align-items: stretch;display: flex;margin-top:-30px;z-index: 1;}
#content.page-content-wrapper #contentleft {background:#006892;padding-top:100px;order:1;padding-bottom: 70px;padding-left: 0;padding-right: 0;}
#content.page-content-wrapper #contentleft .inner-menu-pagetitle {padding:0 50px 30px 50px;margin:0;text-transform: uppercase;color:#ffffff;font-weight: 700;letter-spacing: 1px;}
#contentleft .inner-menu-wrapper {}
#contentleft .inner-menu-wrapper ul {border-top:1px solid #005577;list-style: none;padding:0;margin:0;}
#contentleft .inner-menu-wrapper ul li {display: block;float: none;margin:0;padding:0;}
#contentleft .inner-menu-wrapper ul li a {position:relative;border-bottom:1px solid #005577;padding:30px 50px 30px 50px;color:#ffffff;display:block;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;font-family: 'Montserrat',sans-serif;}
#contentleft .inner-menu-wrapper ul li a:hover {color:#007aac;background:#005577;}
#contentleft .inner-menu-wrapper ul li.current_page_item a {color:#007aac;background:#005577;}
#contentleft .inner-menu-wrapper ul li a .parentarrow {background:url(images/sidebar-menu-arrow2.png) center top no-repeat;width: 27px;height: 27px;display: none;text-indent:-9999em;font-size: 0px;line-height: 0px;position: absolute;right:20px;top:30px;}
#contentleft .inner-menu-wrapper ul li ul.children {background:#005577;font-size: 0.9em;margin:0;padding:0 20px 30px 20px;display: none;}
#contentleft .inner-menu-wrapper ul li.current_page_item ul.children, #contentleft .inner-menu-wrapper ul li.current_page_parent ul.children {display: block;}
#contentleft .inner-menu-wrapper ul li ul.children li {}
#contentleft .inner-menu-wrapper ul li ul.children li a {border:none;padding:10px 50px 10px 50px;}
#contentleft .inner-menu-wrapper ul li.current_page_item ul.children li a {color:#ffffff;}
#contentleft .inner-menu-wrapper ul li.current_page_item ul.children li a:hover {color:#007aac;background:#005577;}
#contentleft .inner-menu-wrapper ul li.page_item_has_children > a .parentarrow {display: block;}
#contentleft .inner-menu-wrapper ul li a .parentarrow.active-parent-arrow{transform: rotate(90deg);}
#contentleft .inner-menu-wrapper ul li.current_page_item a .parentarrow{transform: rotate(90deg);}
#contentleft .inner-menu-wrapper ul li.current_page_parent a .parentarrow{transform: rotate(90deg);}

#content.page-content-wrapper #contentright {order:2;}
#content.page-content-wrapper #contentright .contentcontainer {padding-left: 80px;padding-right: 80px;padding-top:100px;padding-bottom: 100px;}

#contentright .page-header{ margin-top:0;margin-bottom:30px;border:none; }
#contentright .page-header .page-header-custom-heading {float: left;}
#contentright .page-header .page-header-custom-heading .page-custom-heading {color:#de791c;text-transform: uppercase;letter-spacing: 1px;font-weight: 700;margin-bottom: 0px;}
#contentright .page-header .page-header-custom-heading .page-custom-heading h2 {margin-bottom: 10px;}
#contentright .page-header .page-header-custom-heading .page-custom-subheading {color:#006892;letter-spacing: 1px;font-size: 16px;}
#contentright .page-header .top-breadcrumbs {float: right;color:#c3c3c3;font-family: 'Montserrat',sans-serif;letter-spacing: 1px;text-align:right;line-height:1.1em;text-transform: uppercase;font-size: 0.9em;font-weight: 700;}
#contentright .page-header .top-breadcrumbs a {color:#c3c3c3;}
#contentright .page-header .top-breadcrumbs a:hover {color:#de791c;}
#contentright .content-text-left {padding-right: 50px;}
#contentright .image-caption {margin-bottom: 0;text-align: center;font-size: 0.9em;margin-top: 10px;}
#contentright #page-carousel {padding-left: 120px;padding-right: 120px;}
#contentright #page-carousel .slides li {cursor: pointer;}
#contentright #page-carousel .flex-direction-nav a.flex-prev {background:url(images/pagegallery-prev-arrow.png) center top no-repeat;width: 27px;height: 27px;}
#contentright #page-carousel .flex-direction-nav a.flex-next {background:url(images/pagegallery-next-arrow.png) center top no-repeat;width: 27px;height: 27px;}

#contentright .contentcontainer .subpagewrapper {margin-top: 50px;margin-bottom: 30px;}
#contentright .contentcontainer .subpagewrapper .subpageitem {}
#contentright .contentcontainer .subpagewrapper .subpageitemhead {border:1px solid #d7d7d7;position: relative;}
#contentright .contentcontainer .subpagewrapper .subpageitem .subpagetitle {padding:16px 175px 16px 30px;text-transform: uppercase;color:#006892;letter-spacing: 1px;font-size: 1.4em;line-height: 1em;}
#contentright .contentcontainer .subpagewrapper .subpageitem .subpagemore {cursor:pointer;position:absolute;right:0;top:0;color:#959595;font-size: 1em;text-transform:uppercase;line-height: 1em;letter-spacing: 1px;}
#contentright .contentcontainer .subpagewrapper .subpageitem .subpagemorebtn {margin-left:10px;height: 52px;line-height: 52px;color:#b1b4b5;background:#006892;text-align:center;display: inline-block;width: 60px;}
#contentright .contentcontainer .subpagewrapper .subpageitemcontent {margin-top:20px;margin-bottom: 20px;display: none;}

#main .homebotctawrapper.innerpagectawrapper {margin-top: -70px;z-index: 2;}
#main .innerpagectawrapper {background:url(images/inner-footer-cta-bg.png) center top no-repeat;background-size: cover;padding:70px 0 100px 0;margin-top: -30px;position: relative;
	text-transform: uppercase;color:#ffffff;letter-spacing: 1px;font-size: 1.4em;font-weight: 700;}
#main .innerpagectawrapper .pagebutton {letter-spacing: 1px;font-size: 0.7em;color:#ffffff;background:#bb600c;display: inline-block;padding:10px 30px;
	transition:background 0.4s ease-in;-o-transition:background 0.4s ease-in;-ms-transition:background 0.4s ease-in;-moz-transition:background 0.4s ease-in;-webkit-transition:background 0.4s ease-in;}
#main .innerpagectawrapper .pagebutton:hover {background:#a7560c;}


/* =Contact Page template
----------------------------------------------- */
#content.page-content-wrapper #contentcontactleft {padding-top:100px;padding-bottom: 70px;padding-left: 0;padding-right: 0;}
#content.page-content-wrapper #contentcontactleft .contentcontainer {width: 45%;margin:0 auto;}
#content.page-content-wrapper #contentcontactleft .contentcontainer .contact-location-list {}
#content.page-content-wrapper #contentcontactleft .contentcontainer .contact-location-list p {background:url(images/location-icon.png) left 5px no-repeat;padding-left: 30px;}
#content.page-content-wrapper #contentcontactright {padding-left: 0;padding-right: 0;}
#content.page-content-wrapper #contentcontactright #contact-map {width: 100%;height: 100%;}
#content.page-content-wrapper.content-contact-wrapper {padding-bottom: 60px;}

/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 30px;
	margin-top: 50px;
	padding-top: 10px;
	text-align: center;
}
.not-found h1 {font-size: 20px;text-transform: uppercase;}
.not-found strong {
	color: #006892;
	display: block;
	font-size: 150px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 20px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;background-color:#DE791C;
}
#main #searchform #searchsubmit {background:#006892;color:#ffffff;text-transform: uppercase;}
#main #searchform #searchsubmit:hover {background:#0088af;}
#main .wpb_single_image .vc_figure_caption {line-height: 1.4em;}
#main .wp-caption-text {line-height: 1.4em;font-size: 0.8em;margin-top: 0.5em;}

#content .wpb_single_image .vc_figure {position: relative;}
#content figcaption {position: absolute;line-height: 1.2em;margin-top: 0.5em;}
#main .wpb_gallery_slides .gallery-caption {font-size: 0.8em;line-height: 1.2em;margin-top: 5px;margin-bottom:5px;color:#575757;display: block;text-align: center;}

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }


/* =Menu
----------------------------------------------- */

.navbar{ margin: 0; }
.site-header .navbar-default{ border:none;background:none; }
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.site-header .navbar-default .navbar-nav > li {position: static;}
.site-header .navbar-default .navbar-nav > li > a {
	 background:#f6f6f6;padding:40px 33px 40px 33px;line-height: 1em;font-size: 1em;line-height: 1.3em;color:#006892;font-weight: 700;text-transform: uppercase;font-family: 'Montserrat',sans-serif;border:none;border-right:1px solid #e1e1e1;
	 transition:background 0.3s ease-in;-o-transition:background 0.3s ease-in;-ms-transition:background 0.3s ease-in;-moz-transition:background 0.3s ease-in;-webkit-transition:background 0.3s ease-in;
}
.site-header .navbar-default .navbar-nav > li > a:hover,
.site-header .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color:#006892;
}
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav > .active > a:hover,
.site-header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #006892;
}
.site-header .navbar-default .navbar-nav > li > a .caret {display: none;}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-toggle {
	border-color: #dddddd;
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 0px;-o-border-radius: 0px;-ms-border-radius: 0px;-moz-border-radius: 0px;
	background-color: #ffffff;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-toggle .icon-bar {
	background-color: #888888;
	transition: all 0.2s;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;margin-top:0;}
.navbar-collapse.in .navbar-nav > li > a{
}

.site-header .navbar-default .navbar-nav li.site-search a {background:url(images/search-icon.png) left center no-repeat;color:#de791c;}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #006892;
	border-radius: 0;
	box-shadow:none;
	border: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1000;
}
.site-header .navbar-default .navbar-nav .dropdown-menu li {float: left;width: 20%;}
.site-header .navbar-default .navbar-nav .dropdown-menu li a {background:none;color:#ffffff;height:131px;padding:45px 50px 45px 50px;word-wrap:break-word;white-space:unset;text-transform: uppercase;font-family: 'Montserrat',sans-serif;font-size: 14px;font-weight: 700;}
.site-header .navbar-default .navbar-nav .dropdown-menu li a .caret {display: none;}
.site-header .navbar-default .navbar-nav .dropdown-menu li a:hover {color:#003f58;background:none;}
.site-header .navbar-default .navbar-nav .dropdown-menu li.current-page-item a, .site-header .navbar-default .navbar-nav .dropdown-menu li.current-menu-item a {color:#003f58;background:none;}

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}


.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{ }

#page .wpb_gallery .flex-control-paging {display: none;}

.clear{ clear:both;display:block; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */
img,
.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;
}
img,
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	height: auto;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border:none;
	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; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =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; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.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:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{margin-bottom:30px;}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ margin-bottom:0; }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	position: relative;
}
.pwd-address .pwd-address-btn {background:#0088af;color:#ffffff;text-transform: uppercase;font-weight: 700;letter-spacing:2px;font-family: 'Montserrat',sans-serif;display: inline-block;padding:8px 30px;
	transition: background 0.4s ease-in;}
.site-footer .footer-content .pwd-address .pwd-address-btn:hover {background:#DE7A1C;color:#ffffff;}


#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =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;
}



/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:468px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:468px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:468px; background-size: cover; }


/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }




#testimonials{ padding:50px 0; background: #f4f4f4;}
#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; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* 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: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	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;
}
.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: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.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: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	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;
}


/* Gravity Forms Section */
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gfield_required { color: #d1aa2d; }

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {border-color:#D1AA2D;text-align: left;padding:10px 0;font-weight: 400;color:#ff3300;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 5px;font-weight: 400;color:#ff3300;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #D1AA2D;margin-bottom: 20px;}


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */



.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}


