/*
Theme Name: Lifestyle Wardrobes
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Lifestyle Wardrobes theme
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: thin dotted;
}
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: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed', sans-serif;
	clear: both;
	color:#008cb3;
	line-height:1.4em;
}
h1{ font-size: 3.0em; }
h2{ font-size: 2.8em;}
h3{ font-size: 24px; }
h4{ font-size: 2.0em; }
h5{ font-size: 1.8em; }
h6{ font-size: 1.6em; }
hr {
	background-color: #ccc;
	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 {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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 #008fb5;
	border-radius: 6px;
	background: #008fb5;
	-webkit-box-shadow: inset 0 1px 0 #008fb5, inset 0 15px 17px #008fb5, inset 0 -5px 12px #008fb5;
	-moz-box-shadow: inset 0 1px 0 #008fb5, inset 0 15px 17px #008fb5, inset 0 -5px 12px #008fb5;
	box-shadow: inset 0 1px 0 #008fb5, inset 0 15px 17px #008fb5, inset 0 -5px 12px #008fb5;
	color: #FFF;
	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: 14px !important; text-transform:uppercase;
	line-height: 14px;
	padding: 8px 25px 8px 25px;
	height:auto;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 1px 0 #0697be, inset 0 15px 17px #0697be, inset 0 -5px 12px #0697be;
	-moz-box-shadow: inset 0 1px 0 #0697be, inset 0 15px 17px #0697be, inset 0 -5px 12px #0697be;
	box-shadow: inset 0 1px 0 #0697be, inset 0 15px 17px #0697be, inset 0 -5px 12px #0697be;
}
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 {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
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 {
	background:#EDEDED;
	color: #666;
	border: 1px solid #EDEDED;
	border-radius: 0px;
	width:198px;
	font-size:14px !important;
}
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] {
	padding: 10px 15px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 15px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Links */
a {
	color: #21759B;
	text-decoration:none;
}
a:visited {
	color: #21759B;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration:underline;
}
/* 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;
}
/* Base 1060 Grid
--------------------------------------------------*/
/* =Main Layout
----------------------------------------------- */
#page{}
.site-header{ 
    width: 100%;
    padding: 0px;
    margin: auto;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
}
.admin-bar .site-header {
    margin-top: 32px;
}
.header-container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.site-main,
.main-navigation .menu{ width:1180px; padding:0px; margin:auto; position:relative; }
.page .site-main{ width:1180px; padding:0px; margin:auto; position:relative; margin-top:50px; }
.site-header hgroup{ float:left;}
.site-title{ font-size:4em; }
.site-title a{ line-height:2em; background:url(images/logo.png) 0 0 no-repeat; display:block; text-indent:-99999em; position:relative; top:15px; width: 213px;}
.site-description{ font-size:1em;}
.site-header-image-bg{ height:200px!important;background-size: 1180px auto !important; }
.home .site-header-image-bg{ height:438px !important;  }
.site-header{ height:135px; }
#featured-aside {
    margin-top: 135px;
}
.admin-bar #featured-aside {
    margin-top: 160px;
}
.site-main{ padding:40px 10px 0px 10px;}
#site-page-title{ background:#008cb3; color:#FFF; padding:25px 0px; margin-bottom:50px;}
#site-page-title h1,
#site-page-title .header-txt { color:#FFF; text-transform:uppercase; font-size:36px; font-weight:bold; margin:0 auto; width:1180px;}
.site-footer{  background:#f7f7f7; width:100%; float:left; line-height:1em;  }
.site-footer .footer-content{
	clear: both;
    margin: auto;
    padding: 80px 0px 45px 0px;
    position: relative;
    width: 1180px;
}
.breadcrumb {width: 1180px; margin-top: -45px; margin-bottom: 50px; display: none;}
.site-footer .footer-content .box.col-0{
	float:left;
	/*width:360px;*/
	width: 33%;
}
.site-footer .footer-content .box.col-1{
	float:left;
	/*width:245px;*/
	width: 25%;
	margin-left:30px;
	line-height:20px;
}
.site-footer .footer-content .box.col-1 p{ margin:0px;}
.site-footer .footer-content .box.col-1 p.address{ margin-bottom:20px;}
.site-footer .footer-content .box.col-1 span{ display:inline-table; width:65px; font-weight:600;}
.site-footer .footer-content .box.col-1 .number{width: auto; font-weight: normal;}
.site-footer .footer-content .box.col-1 .number a{color: #000000;}
.site-footer .footer-content .box.col-2{
	float:left;
	width:180px;
	margin-left:45px;
	line-height:20px;
}
.site-footer .footer-content .box.col-3{
	float: right;
	width:60px;
}
.site-footer .footer-content .box.col-3 ul{
	float: right;
	list-style:none; padding:0px; margin:0px; display:inline;
}
.site-footer .footer-content .box.col-3 ul li{ margin-bottom:20px;}
.site-footer .footer-info {
	clear: both;
    margin: auto;
    padding: 40px 0px 40px 0px;
    position: relative;
    width: 1180px;
}
.site-footer .footer-info .site-info{ width:50%; text-align:right; float:right; color:#000; font-family: 'Roboto', sans-serif; }
.site-footer .footer-info .site-info a { color:#000 }
.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; color:#000; font-family: 'Roboto', sans-serif; }
#backtotop{ position:absolute; left:10px; margin-left:0px; bottom:0;}
.page .entry-header{ margin-top:0px; }
#front-page .entry-header{ display:none; }
.header-widgets{ display:block; float: right; width:655; margin-top:29px; }
.header-widgets .widget{ text-align:right;}
.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;  }
.footer-content .AVANSERnumber,
.contact-footer-box .box-1 span.AVANSERnumber { color:#333333; width: initial !important; font-weight: normal !important; }
.fax > a{color:#333333; }
.address > a{color:#333333; }
.email > a{color:#333333; }
.header-widgets .widget .phone-number{ font-size:35px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#038cb3;  line-height:1em; font-weight:bold; background:url(images/phone.png) left center no-repeat; padding-left:0px; text-align: right;  }
.header-widgets .widget .phone-number a{color:#038cb3;}
.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; }
/* =Menu
----------------------------------------------- */
nav.site-navigation{ position:absolute; top:80px;}
nav.site-navigation span.menu-toggle { display: block; }
#menu-primary-container{ text-align:center; }
#menu-primary-menu{ width:auto; float:right; position:relative;}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	margin:0 0;
	line-height:1;
	text-align:center;
}
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
	list-style:none;
	margin:0;
	position:relative;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
    color: #404040;
	font-size:16px; font-weight:400;
    line-height: 2em;
    text-transform: uppercase;
	padding:0 14px; 
}
.main-navigation li:last-child a{
	padding-right:0px;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left:  0; 
	z-index: 99999;
	visibility:hidden;
	width:200px;
	border: 1px solid #d9d9d9;
	background:#0092b7;
	padding-top:5px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a { width: 220px; padding:5px 10px; background:#fff; color:#666666; font-size:14px; text-transform:none !important; }
.main-navigation ul ul li {}
.main-navigation ul ul li:first-child a{ padding-top:15px;}
.main-navigation ul ul li:last-child a{ padding-bottom:15px; padding-right:10px !important;}
.main-navigation li:hover > a { color:#0092b7;}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; visibility:visible;}
.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a { color:#0092b7; }
.main-navigation li.current_page_item ul li a,
.main-navigation li.current-menu-item ul li a { color:#404040; }
.main-navigation li.current_page_item ul li a:hover,
.main-navigation li.current-menu-item ul li a:hover { color:#0092b7; }
/* Small menu */
.menu-toggle {
	cursor: pointer;
	clear: both;
}
.main-small-navigation .menu {
	display: none;
}
#footer-menu{ padding:0; margin:0; list-style:none; width:100%; display:inline-block; }
#footer-menu li{ float:left; width:170px; }
#footer-menu #menu-item-69 , #footer-menu #menu-item-70 , #footer-menu #menu-item-71{ width:360px;}
#footer-menu #menu-item-85{
	position: absolute;
	left:170px;
	margin-top:80px;
}
#footer-menu #menu-item-85 a{ 
	line-height: 14px;
	text-decoration: none !important;
	color: #FFF !important;
	background: #008FB5;
	padding: 8px 15px 6px 15px;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer-menu li a{ display:block; float:left; padding:3px 0px; color:#333333; font-size:14px; }
#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 { }
/* = Custom Post type
------------------------------------------------*/
#slidercontainer{ max-width:100%; margin:auto;}
#sliderarea{ width:100%; height:438px; display:block; padding:0px; background: url(images/background-slider.jpg) center top no-repeat; background-size: cover;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:438px; background-color:transparent; }
#custom-slideshows > .slide{ width:100%!important; height:438px; }
#custom-slideshows .slide .container{ 
	width:1180px; 
	height:438px; 
	margin: 0 auto; 
	display: block; 
	position: relative; 
}
#custom-slideshows .slide .container .slide-text{
	font-family: 'Roboto', sans-serif;
	width:50%;
	float: left;
	margin:0 auto;
	color:#ffffff; 
	font-size:35px; 
	line-height:35px; 
	font-weight:200;
	padding:50px 0px;
}
#custom-slideshows .slide .container .slide-text p{ margin:0px;}
#custom-slideshows .slide .container .slide-text h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-weight:600; font-size:78px; line-height:78px; margin:0px; padding:0px; text-transform:uppercase;}
#custom-slideshows .slide .container .slide-text a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #0092b7;
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	text-align: center;
	margin-top: 15px;
	border-radius: 10px;
}
#custom-slideshows .slide .container .video-wrapper{
	width: 50%;
	float: right;
	display: block;
	padding:60px 0px;
	position: relative;
}

#cta-container{ width:1180px; height:200px; margin:0 auto; }
#custom-cta{ width:1180px; padding:0; margin:0; list-style:none;}
#custom-cta .cta{ width:49%; position:relative; margin-left:2%; float:left; overflow:hidden;  }
#custom-cta .cta a {display: block;overflow: hidden;}
#custom-cta .cta img{ opacity:0.9;width: 100%;height: auto;display: block;}
#custom-cta .cta:hover img{ opacity:1;}
#custom-cta .cta.col-0{ margin-left:0;}
#custom-cta .cta .entry-summary{
	position:absolute; bottom:0px;
	background: url(images/cta-bg-title.png) 0 0 no-repeat;
	width:213px; height:86px; text-transform:uppercase; line-height:26px; font-family: 'Roboto', sans-serif;
	padding:35px 25px 0px 25px; margin:0px;
}
#custom-cta .cta .entry-summary p{ padding:0px; margin:0px;}
#custom-cta .cta .entry-summary a{ color:#FFF; font-family: 'Roboto', sans-serif; font-size:26px; font-weight:300;}
#custom-cta .cta .entry-summary a:hover{ text-decoration:none;}
#custom-cta .cta .entry-summary a h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-size:37px; font-weight:600; line-height:37px; text-decoration:none;}
/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary {
	float: right;
	margin: 0 0 0 -327px;
	width: 100%;
}
#primary-block {
	float: left;
	margin: 0 -327px 0 0;
	width: 100%;
}
#primary-block .entry-meta{margin-bottom: 15px; font-weight: 600;}
#primary-block .entry-meta,#primary-block .entry-meta a{color: #c7c7c7;}
#primary-block .entry-meta a:hover{color: #161616; text-decoration: none;}
#content {
	margin: 0  0 0 327px;
}
#content-block {
	margin: 0 327px 0 0 ;
	color:#7e7e7e;
}
#content-block li {
	margin-bottom: 1em
}
.home #content {
	margin: 0 0 0 0;
}
#secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 286px;
}
#secondary-block { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 286px;
}
#secondary .widget{ margin-left:0px; margin-bottom:30px; }
#secondary  #book-now{ position:relative; width:286px; height:424px; overflow:hidden;}
#secondary  #book-now a{
	position:relative; left:0px; top:-100px;
	background:url(images/Book-Now.png) 0 0 no-repeat; width:207px; height:55px; display:block; text-indent:-99999em;
	margin:0 auto; opacity:1;
}
#secondary  #book-now a:hover{ opacity:0.9;}
#secondary h2{ font-size:24px; font-weight:600;}
#secondary #latest-catalogue p{ margin-bottom:5px;}
#secondary #latest-catalogue .more{ margin-top:10px; float:left;}
#tertiary { /* Sidebar 2 */
	clear: both;
	width:940px;
	min-height:50px;
}
#content-home{
	overflow: hidden;
	height: auto;
}
.entry-content-left h1{
	font-size:51px !important; color:#008cb3 !important; text-transform:uppercase;
	line-height:51px; margin-bottom:25px;
}
.entry-content-left h2{
	font-size:51px !important; color:#008cb3 !important; text-transform:uppercase;
	line-height:51px; margin-bottom:25px;
}
.entry-content-left{
	float:left; width:49%;
	margin-left:0px;
}
.entry-content-right{
	float: right; width:49%;
	margin-right:0px;
}
.entry-content-right h2{ font-size:24px; color:#008cb3; text-transform:uppercase; margin:10px 0px 5px 0px;}
.entry-content-right p{ padding:0px; margin:0px;}
.entry-content-right .more{ margin:15px 0px 0px 0px; float:left; padding:8px 30px 5px 30px;}
.box-content1{
	float:left;
	width:49%;
	padding:0 0 50px 0;
}
.box-content2{
	float: right;
	width:49%;
	padding:0 0 50px 0;
}
.box-content3{
	clear:both;
	float:left;
	width:100%; height:230px; overflow:hidden;
}
.box-content3 img{ opacity:1;}
.box-content3:hover img{ opacity:0.9;}
.box-content3 .entry-summary{
	position: relative; top:-121px;
	background: url(images/cta-bg-title.png) 0 0 no-repeat;
	width:213px; height:86px; text-transform:uppercase; line-height:26px; font-family: 'Roboto', sans-serif;
	padding:35px 25px 0px 25px; margin:0px;
}
.box-content3 .entry-summary p{ padding:0px; margin:0px;}
.box-content3 .entry-summary a{ color:#FFF; font-family: 'Roboto', sans-serif; font-size:26px; font-weight:300;}
.box-content3 .entry-summary a:hover{ text-decoration:none;}
.box-content3 .entry-summary a h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-size:37px; font-weight:600; line-height:37px; text-decoration:none; margin:0px;}
.entry-content-center{
	position:relative;
	clear:both;
	float: left; width:1060px;
	background:#008fb5;
	color:#FFF; font-size:39px;
	padding:25px 60px;
	/*left:-60px;*/
	margin:50px 0px; /*font-family: 'Raleway', sans-serif;*/ font-weight:600;
}
.entry-content-center .more{
	position:absolute; right:60px;
	padding:21px 25px !important;
	background:#FFF !important; font-size:31px; color:#0092b7 !important;
	opacity:1;
}
.entry-content-center .more:hover{ opacity:0.9;}
.entry-content-left .more, .entry-content-center-bottom .more{ margin-top:15px;display:inline-block;}
.entry-content-center-bottom h1{
	font-size:40px !important; color:#008cb3 !important; text-transform:uppercase;
	line-height:45px; margin-bottom:25px;
}
.entry-content-center-bottom h2{
	font-size:38px !important; color:#008cb3 !important; text-transform:uppercase;
	line-height:42px; margin-bottom:25px;
}
.entry-content-center-bottom #content-home {height: auto;overflow: hidden;}
#page .entry-content-left .gform_wrapper .ginput_container input {width: calc(100% - 8px) !important;}
#page .entry-content-left .gform_wrapper .ginput_container textarea {width: calc(100% - 8px) !important;}
.more{
	line-height:14px;
	text-decoration:none !important;
	color:#FFF !important; background:#008fb5; padding:10px 30px 10px 30px; font-size:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	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;
}
.more:hover{ background:#0287aa;}
/*---- Contact Page -----------*/
.contact-footer-box{
	width:1180px;
	list-style:none; padding:0px; margin:0px;
}
.contact-footer-box .box-1{
	float:left; width:28%; padding-right:16px;
}
.contact-footer-box .box-1 span{ display:inline-block; width:65px; color:#008cb3; font-weight:bold;}
.contact-footer-box .box-1 p.phone-number ,.contact-footer-box .box-1 p.fax ,.contact-footer-box .box-1 p.email{ margin-bottom:0px;}
.contact-footer-box .box-1 ul{ list-style:none; margin:0px; padding:0px;}
.contact-footer-box .box-1 ul li{ display:inline-table; margin-right:20px;}
.contact-footer-box .box-1 .number{width: auto; font-weight: normal;}
.contact-footer-box .box-1 .number a{color: #21759B;}
.contact-footer-box .box-2{
	float:left; width:35%;margin-bottom: 20px;
}
.contact-footer-box .box-2 .gform_wrapper .ginput_container input {width: calc(100% - 8px) !important;}
.contact-footer-box .box-2 .gform_wrapper .ginput_container textarea {width: calc(100% - 8px) !important;}
.contact-footer-box .box-3{
	float: right; width:30%;
}
.contact-footer-box .box-3 h2{ font-size:24px; font-weight:bold;}
.contact-footer-box .box-3 img {width: 100%;height: auto;}
/* Gravity Forms Section */
#page .gform_wrapper {margin:0;}
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { width:297px !important; }
.ginput_container textarea { width:297px !important; }
.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }
/*-- Gravity Error Section ----------------*/
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !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: #790000 !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; }
/*-- Nexgen gallery Section ----------------*/
#page .ngg-gallery-thumbnail-box {width: 20%;}
#page .ngg-gallery-thumbnail a {margin:0;overflow: hidden;}
#page .ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: none;
    display: block;
    margin: 0;
    padding: 0px;
    position: relative;width: 100%;height: auto;
    transition: transform 0.5s ease-in;-o-transition: transform 0.5s ease-in;-ms-transition: transform 0.5s ease-in;-moz-transition: transform 0.5s ease-in;-webkit-transition: transform 0.5s ease-in;
}
#page .ngg-gallery-thumbnail a:hover img {transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.ngg-albumoverview {
    display: inline-block !important;
    float: left !important;
    margin-top: 10px !important;
	margin-bottom: 30px !important;
	clear: none;
}

/* ----------- Album Styles Compact -------------*/
#page .ngg-album-compact {
    float: left;
    height: auto !important;
    padding: 0 1% 4px 0 !important;
    margin: 0px !important;
    text-align: left;
    width: 19%;
}
#page .ngg-album-compactbox {
    background: none !important;
    height: auto;
    margin: 0pt 0pt 6px !important;
    padding: 8px 0pt 0pt 0px !important;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0px !important;
}
#page .ngg-album-compactbox .Thumb {
    margin: 0px !important;
    padding: 0px 0 0 0 !important;
    /*width: 153px !important;
    height: 153px !important;*/
    border: none !important;
    width: 100%;height: auto;
}
.ngg-album-compactbox:after, .ngg-album-compactbox:before {
	border: 0px !important;
}
.ngg-album-compact h4 {
    font-size: 15px;
    font-weight: bold;
    /*width: 170px !important; text-align:center !important; margin-top:20px !important;*/
    margin: 0;
    margin-top:0 !important;
}
#page .ngg-album-compact h4 .ngg-album-desc {
    overflow: hidden;
    display: block;
    height: auto;
        max-width: inherit !important;
}
.ngg-album-compact p {
    font-size: 11px;
    margin: 0; display:none !important;
}
.ngg-clear {
    clear: both;
    float: none;
}
#page .ngg-galleryoverview .ngg-gallery-thumbnail span{ text-align: center; width: auto; padding:5px 5px 5px 5px; height: auto;min-height: 45px;}
.ngg-breadcrumbs { display: none; }
/** Blog Page **/
.blog-wrapper a.readmore {
	padding-left: 5px;
}

/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 0px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{}
.hentry .entry-header .entry-title a{ font-size:0.6em; line-height:0.6em; }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.blog-wrapper .post.hentry {border-bottom:1px solid #dedede;}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}
.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 */
}
.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; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.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 {
	margin: 0 0 1.2em;
	overflow: hidden;
}
.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{}
.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 10px 0; }
.commentlist li.comment .comment-content{  padding-left: 60px; }
.commentlist li.comment .comment-author{ color: #161616; }
.commentlist li.comment .comment-author .fn{font-size: 20px; margin-right: 10px;}
.commentlist li.comment .comment-author time {font-style: italic;}
.commentlist li.comment .comment-author a{ color: #161616; }
.commentlist li.comment .comment-author a:hover{ color: #161616; text-decoration: none;}
.commentlist li.comment .comment-author img{ float:left; margin-right:20px;}
.commentlist li.comment .comment-meta{}
.commentlist li.comment .reply{ margin-top:0px; }
.commentlist li.comment .footer{}
#respond{}
#respond #reply-title{ padding: 20px 0; color: #161616; }
#commentform{ margin-bottom:30px; color: #161616; }
#commentform p{ margin-bottom:10px; color: #161616;}
#commentform p a{color: #161616;}
#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 .form-submit input[type="submit"]{ border-radius: 0px !important; padding: 15px 20px 15px 20px !important; height: 3em !important;}
.nocomments{ display:none; }
/* =Widgets
----------------------------------------------- */
.widget-title{
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 18px;
	background: #008CB3;
	padding: 12px 18px;
	font-weight: 600;
 }
.widget {
	margin: 0 0 1.2em;
}
#secondary-block .widget a {color:#a6a6a6; line-height: 26px;}
#secondary-block .widget a:hover {color:#393939; text-decoration: none;}

#tagcloud{font-size: 18px; font-weight: 600; color: #161616;}

#tagcloud a {
	color: #a7a6a6;
	border: 1px solid #a7a6a6;
	padding: 0 15px;
	margin: 30px 3px 30px 0;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

#tagcloud a:hover {
	color: #fff;
	border-color: #9d9d9d;
	background-color: #9d9d9d;
	text-decoration: none;
}

.single_tags a, aside.sidebar .widget .tagcloud a, .widget .tagcloud a {
	color: #a7a6a6;
	border: 1px solid #a7a6a6;
	padding: 0 15px;
	margin: 0 3px 5px 0;
	line-height: 32px !important;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.single_tags a:hover, aside.sidebar .widget .tagcloud a:hover, .widget .tagcloud a:hover {
	color: #fff;
	border-color: #9d9d9d;
	background-color: #9d9d9d;
	text-decoration: none;
}

.widget ul{ padding:0; margin:0; list-style:none; }
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.comment-reply-link {float: right; font-weight: 600;}

/* Search widget */
#searchsubmit {
}

#searchsubmit {
	width: 41px;
	height: 41px;
	line-height: 41px;
	display: inline-block;
	background: none;
	background: url(images/s.jpg);
	box-shadow: none;
	border: none;
	border-radius: 0px;
	text-indent: -9999px;
	position: absolute;
}

/* = 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;}
/* Fix ie 7   */
.ie7 .site-footer .footer-content{
    padding: 10px;
}
.ie7 .site-footer .footer-info {
    padding: 0 10px 10px;
	line-height:1.2em;
}
.expand{display: none;}
.entry-content-testimonials{
}
.entry-content-testimonials .header-title{
	margin-bottom:20px;
}
.entry-content-testimonials .testimonials-name{
	font-size:1.5em;
}
.entry-content-testimonials span.line{
	position: absolute;
	background: #E4E4E4;
	height: 2px;
	display: inline-block;
	width: 800px;
	float: right;
	right: 10px;
	margin: 30px 0 0 0;
}
#custom-testimonial{ width:100%; position:relative;}
.testimonials-container{ width:auto; position:relative; float:left;}
.entry-content-testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height: auto; background:none; }
#menu-item-366 a{text-decoration: none;}

.page-template-page-templatesgallery-php .breadcrumb {display: block !important;}
.slideshowlink{display: none;}
#dmlogo:hover{text-decoration: none;}
/* Medium Sized screens
--------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1200px){
	.header-container {width: 96%;}
	.page .site-main {width: 96%;}
	#site-page-title .header-txt {width: 96%;}
	.site-footer .footer-content {width: 96%;}
	.breadcrumb {width: 96%;}
	.site-footer .footer-info {width: 96%;}
	#custom-slideshows .slide .container {width: 96%;}
	#cta-container {width: 100%;}
	#custom-cta{ width:100%;}
	.contact-footer-box {width: 100%;}
	.site-main {padding-left: 0;padding-right: 0;}
	.site-main, .main-navigation .menu {width: 96%;}
	.entry-content-center {padding-left: 3%;padding-right: 3%;width: 94%;}
	#site-page-title h1, #site-page-title .header-txt
	#site-page-title h1, #site-page-title .header-txt {width: 96%;}
	.site-header-image-bg {background-size:100% auto !important;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.header-container {width: 96%;}
	.page .site-main {width: 96%;}
	#site-page-title .header-txt {width: 96%;}
	.site-footer .footer-content {width: 96%;}
	.breadcrumb {width: 96%;}
	.site-footer .footer-info {width: 96%;}
	#custom-slideshows .slide .container {width: 96%;}
	#cta-container {width: 100%;}
	#custom-cta{ width:100%;}
	.contact-footer-box {width: 100%;}
	.site-main {padding-left: 0;padding-right: 0;}
	.site-main, .main-navigation .menu {width: 96%;}
	.entry-content-center {padding-left: 3%;padding-right: 3%;width: 94%;}
	#site-page-title h1, #site-page-title .header-txt
	#site-page-title h1, #site-page-title .header-txt {width: 96%;}
	.site-header-image-bg {background-size:100% auto !important;}
	#page .ngg-gallery-thumbnail-box {width: 33%;}
	#page .ngg-album-compact {width: 32%;}
	#custom-slideshows .slide .container .slide-text h2 {font-size: 60px;line-height: 60px;}
	#cta-container {height: auto;}
	#custom-cta .cta {margin-bottom: 30px;}
	.entry-content-left h1 {font-size: 40px !important;line-height: 40px;}
	.entry-content-center {float: none;}
	.entry-content-center .more {position: relative;right:0;}
	.entry-content-testimonials span.line {width: 50%;}
	#footer-menu #menu-item-85 {position: relative;left:0;margin-top:10px;margin-bottom: 10px;}
	#site-page-title h1, #site-page-title .header-txt {font-size: 30px;}
	#tertiary {width: 100%;}
	.main-navigation a {font-size: 14px;padding-left: 6px;padding-right: 6px;}
}

/* Tablet (Portrait)
--------------------------------------------------*/
/* Note: Design for a width of 768px */
/*@media only screen and (min-width: 768px) and (max-width: 959px) {*/
/*@media all and (min-width: 768px) and (max-width: 959px) , only screen and (max-device-width: 959px) {
}
*/
/* Mobile (Portrait)
--------------------------------------------------*/
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) , only screen and (max-device-width: 767px) {
	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/ */
		overflow-x:hidden;
	}
	body {
		width:100%; margin:0 auto;
		overflow-x:hidden;
	}
	#page{}
	.site-header{ width:100%; padding:0px; margin:auto; position:relative; }
	.header-container { width: 100% }
	#featured-aside,
	.admin-bar #featured-aside { margin-top: 0 }
	.site-main,
	.main-navigation .menu{ width:290px; padding:0px; margin:auto; position:relative; }
	.page .site-main {
		width: 90%;
		padding: 0px;
		margin: auto;
		position: relative;
		margin-top: 50px;
	}
	.site-header hgroup{ width:100%; height:107px; margin:0 auto; margin-top:17px;}
	.site-title{ font-size:4em;  width:213px; height:107px; margin:0 auto; }
	.site-title a{ line-height:2em; background:url(images/logo.png) 0 0 no-repeat; width:213px; height:107px; display:block; text-indent:-99999em; position:relative; top:0px;}
	.site-header-image-bg{ height:182px!important; /*background-size: contain !important;*/ }
	.home .site-header-image-bg{ clear:both; height:250px!important;  }
	.site-header{ height:243px; }
	#custom-slideshows > .slide .slide-text a { font-size: 12px; text-decoration: none; margin-top: 5px; }
	.site-main{ padding:20px 10px 0px 10px;}
	#site-page-title{ clear:both; background:#008cb3; color:#FFF; padding:25px 0px; margin-bottom:20px;}
	#site-page-title h1{ color:#FFF; text-transform:uppercase; font-size:36px; font-weight:bold; margin:0 auto; width:90%;}
	.site-footer{  background:#f7f7f7; width:100%; float:left; line-height:1em;  }
	.site-footer .footer-content{
		clear: both;
		margin: auto;
		padding: 50px 0px 45px 0px;
		position: relative;
		width:90%;
	}
	.site-footer .footer-content .box.col-0{
		float:left;
		/*width:290px;*/
	}
	.site-footer .footer-content .box.col-1{
		float:left;
		/*width:290px;*/
		margin-left:0px;
		line-height:20px;
		margin-top:38px;
	}
	.site-footer .footer-content .box.col-1 p{ margin:0px;}
	.site-footer .footer-content .box.col-1 p.address{ margin-bottom:20px;}
	.site-footer .footer-content .box.col-1 span{ display:inline-table; width:65px; font-weight:600;}
	.site-footer .footer-content .box.col-2{
		float:left;
		width:290px;
		margin-left:0px; line-height:20px;
		margin-top:38px;
	}
	.site-footer .footer-content .box.col-3{
		float: right;
		width:60px;
		position: relative; right:0px; top:0px;
	}
	.site-footer .footer-content .box.col-3 ul {
		position: relative;
		float: right;
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: inline;
	}
	.site-footer .footer-content .box.col-3 ul li{ margin-bottom:20px;}
	.site-footer .footer-info {
		clear: both;
		margin: auto;
		padding: 40px 0px 40px 0px;
		position: relative;
		width: 90%;
		line-height:18px;
	}
	.site-footer .footer-info .site-info{ width:70%; text-align: left; float: left; color:#000; font-family: 'Roboto', sans-serif; margin-bottom:25px;  }
	.site-footer .footer-info .site-copyright{ width:70%; text-align:left; float:left; color:#000; font-family: 'Roboto', sans-serif; margin-bottom:15px; }
	#pwd_footer_v2 {
		display: inline-block;
		float: left;
		margin-top: -26px;
		position: absolute;
		list-style: none outside none;
		padding: 0;
		margin: 0 0px 0 5px;
	}
	.header-widgets{ display:block; float: left; width:100%; margin-top:20px; }
	.header-widgets .widget{ text-align:right;}
	.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:30px; font-family: 'Roboto Condensed', sans-serif; color:#038cb3;  line-height:1em; font-weight:bold; background:url(images/phone.png) left center no-repeat; padding-left:0px; text-align:center;  }
	.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; }
	/* =Menu
	----------------------------------------------- */
	nav.site-navigation{ position: relative !important; z-index:999; top:inherit !important;}
	.menu-toggle{
		height:40px;line-height: 40px;
		width:calc(90% - 40px);padding-left: 40px; margin:0 auto;
		background:#008cb3 url(images/menu.png) left 5px no-repeat;color:#ffffff;text-transform: uppercase;font-weight: 700;
	}
	.menu-primary-menu-container{ text-align:center; margin:0 auto; width:90%; }
	#menu-primary-menu{ width:100%; float: left; position:relative; margin:0px 0px 20px 0px; padding:0px; list-style:none;}
	#menu-primary-menu a{
		background:#008cb3;
		display:block;
		color:#FFF;
		padding:8px 0px;
		border-top:1px solid #bce8f4;
	}
	#menu-primary-menu li { position: relative; }
	#menu-primary-menu li span.expand { position: absolute; width: 30px; height: 30px; background: url(images/icon-expand.jpg) left top no-repeat; right: 0; top: 4px; z-index: 9999; display: block; text-indent:0px;color:#ffffff;line-height: 30px;font-size: 16px;cursor: pointer; }
	#menu-primary-menu li span.expand:hover { cursor: pointer; }
	#menu-primary-menu ul.sub-menu{
		list-style:none;
		padding:0px; 
		margin:0px;
		display: none;
	}
	#menu-primary-menu ul.sub-menu li a{
		background:#017595;
		display:block;
		color:#FFF;
		padding:8px 0px;
		/*font-size:12px;*/
		border-top:1px solid #bce8f4;
	}
	/*.main-navigation {
		clear: both;
		display: block;
		width: 100%;
		margin:0 0;
		line-height:1;
		text-align:center;
	}
	.main-navigation ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
		list-style:none;
		margin:0;
		position:relative;
	}
	.main-navigation li {
		float: left;
		position: relative;
		margin: 0;
	}
	.main-navigation a {
		background:#008cb3;
		display: block;
		text-decoration: none;
		border-bottom: 0 none;
		color: #404040;
		font-size:16px; font-weight:400;
		line-height: 2em;
		text-transform: uppercase;
		padding:0 14px; 
	}
	.main-navigation li:last-child a{
		padding-right:0px;
	}
	.main-navigation ul ul {
		display: none;
		float: left;
		position: absolute;
		top: 100%;
		left:  0; 
		z-index: 99999;
		visibility:hidden;
		width:200px;
		border: 1px solid #EDEDED;
	}
	.main-navigation ul ul ul {
		left: 100%;
		top: -1px;
	}
	.main-navigation ul ul a { width: 180px; padding:0 10px; background:#fff; }
	.main-navigation ul ul li {}
	.main-navigation li:hover > a {}
	.main-navigation ul ul :hover > a {}
	.main-navigation ul ul a:hover {}
	.main-navigation ul li:hover > ul { display: block; visibility:visible;}
	.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
	.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
	.main-navigation li.current_page_item a,
	.main-navigation li.current-menu-item a { }
	*/
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
	}
	.main-small-navigation .menu {
		display: none;
	}
	#footer-menu{ padding:0; margin:0; list-style:none; width:100%; display:inline-block; }
	#footer-menu li{ float:left; width:100%; }
	#footer-menu #menu-item-69 , #footer-menu #menu-item-70 , #footer-menu #menu-item-71{ width:290px;}
	#footer-menu #menu-item-85{
		position: absolute;
		left:135px;
		margin-top:80px;
	}
	#footer-menu #menu-item-85 a{ 
		line-height: 14px;
		text-decoration: none !important;
		color: #FFF !important;
		background: #008FB5;
		padding: 8px 10px 6px 10px;
		font-size: 12px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#footer-menu li a{ display:block; float:left; padding:3px 0px; color:#333333; font-size:14px; }
	#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 { }
	/* = Custom Post type
	------------------------------------------------*/
	#slidercontainer{ max-width:100%; margin:0 auto;}
	#sliderarea{ width:100%; height:250px; display:block; padding:0px;}
	#sliderarea .bx-wrapper {margin-bottom: 20px;}
	#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0; width: auto; z-index: 55; }
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:250px; }
	#custom-slideshows > .slide{ width:100% !important; height:250px; background-size:cover !important; }
	#custom-slideshows > .slide .slide-text{
		font-family: 'Roboto', sans-serif;
		width:290px;
		margin:0 auto;
		color:#ffffff; font-size:14px; line-height:16px;
		padding:24px 0px;
	}
	#custom-slideshows > .slide .slide-text p{ margin:0px;}
	#custom-slideshows > .slide .slide-text h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:32px; line-height:32px; margin:0px; padding:0px; text-transform:uppercase;}
	#cta-container{width:90%;  height:200px; margin:0 auto; }
	#custom-cta{ width:100%; padding:0; margin:0; list-style:none; overflow:hidden;}
	#custom-cta .cta{ width:100%; height:auto; position:relative; margin:0px 0px 13px 0px; float:left; overflow: inherit;  }
	#custom-cta .cta img{ opacity:1; width:100%; height:auto;}
	#custom-cta .cta:hover img{ opacity:0.8;}
	#custom-cta .cta.col-0{ margin-left:0;}
	#custom-cta .cta .entry-summary{
		position:absolute; top:13px;
		background: url(images/cta-bg-title-mobile.png) right top no-repeat;
		width:118px; height:53px; text-transform:uppercase; line-height:16px; font-family: 'Roboto', sans-serif;
		padding:25px 25px 0px 25px; margin:0px;
	}
	#custom-cta .cta .entry-summary p{ padding:0px; margin:0px;}
	#custom-cta .cta .entry-summary a{ color:#FFF; font-family: 'Roboto', sans-serif; font-size:16px; font-weight:300;}
	#custom-cta .cta .entry-summary a:hover{ text-decoration:none;}
	#custom-cta .cta .entry-summary a h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-size:23px; font-weight:600; line-height:26px; text-decoration:none;}
	/* =Layout: Content-Sidebar
	----------------------------------------------- */
	#primary {
		float:none !important;
		margin:0 auto !important;
		width: 100%;
	}
	#content {
		margin:0 !important;
	}
	.home #content {
		margin: 0 0 0 0;
	}
	#secondary { /* Sidebar 1 */
		margin:0 auto !important;
		width: 290px;
		overflow: hidden;
		float:none !important;
	}
	#secondary .widget{ margin-left:0px; margin-bottom:30px; }
	#secondary  #book-now{ position:relative; width:286px; height:424px; overflow:hidden;}
	#secondary  #book-now a{
		position:relative; left:0px; top:-100px;
		background:url(images/Book-Now.png) 0 0 no-repeat; width:207px; height:55px; display:block; text-indent:-99999em;
		margin:0 auto; opacity:1;
	}
	#secondary  #book-now a:hover{ opacity:0.9;}
	#secondary h2{ font-size:24px; font-weight:600;}
	#secondary #latest-catalogue p{ margin-bottom:5px;}
	#secondary #latest-catalogue .more{ margin-top:10px; float:left;}
	#tertiary { /* Sidebar 2 */
		clear: both;
		width:940px;
		min-height:50px;
	}
	.entry-content-left h2{
		font-size:43px !important; color:#008cb3 !important; text-transform:uppercase;
		line-height:43px; margin-bottom:25px;
	}
	.entry-content-left{
		width:100%; margin:0 auto;
		text-align:center;
		padding:10px 0px;
	}
	.entry-content-left .more {
		line-height: 14px;
		text-decoration: none !important;
		color: #FFF !important;
		background: #008FB5;
		padding: 6px 30px 4px 30px;
		font-size: 19px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.entry-content-right{
		clear:both;
		width:100%;
		margin:0 auto !important;
		float:left;
		padding-top:10px;
		margin-right:0px !important;
	}
	.entry-content-right h2{ /*font-size:11px; font-weight:bold; color:#008cb3; text-transform:uppercase; margin:10px 0px 5px 0px;*/}
	.entry-content-right p{ padding:0px; margin:0px;}
	.entry-content-right .more{ margin:15px 0px 0px 0px; float:left; padding:8px 30px 5px 30px;}
	.box-content1{
		float:left;
		/*width:auto;*/
		padding:0 0 15px 0;
		text-align: center;
		/*font-size:7px; 
		line-height:13px;*/
	}
	.box-content2{
		float: right;
		/*width:auto;*/
		padding:0 0 15px 0;
		text-align: center;
		/*font-size:7px; 
		line-height:13px;*/
	}
	.box-content1 img , .box-content2 img{ /*width:135px; height:65px;*/}
	.box-content1 .more , .box-content2 .more {
		text-decoration: none !important;
		color: #FFF !important;
		background: #008FB5;
		padding: 6px 15px 4px 15px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		font-size: 19px;
		padding: 10px 15px;
		width: 180px;
		display: block;
		float: none;
		margin: 10px auto;
		text-align: center;
	}
	.box-content3{
		clear:both;
		float:left;
		/*width:290px; height:108px;*/ position: relative; overflow:hidden;
	}
	.box-content3 img{ width:100%; height:auto; background-size:cover;  opacity:1;}
	.box-content3:hover img{ opacity:0.9;}
	.box-content3 .entry-summary{
		position: absolute; top:auto;bottom:0;
		background: url(images/cta-bg-title-mobile.png) 0 0 no-repeat;
		width:138px; height:50px; text-transform:uppercase; line-height:17px; font-family: 'Roboto', sans-serif;
		padding:27px 15px 0px 15px; margin:0px;
	}
	.box-content3 .entry-summary p{ padding:0px; margin:0px;}
	.box-content3 .entry-summary a{ color:#FFF; font-family: 'Roboto', sans-serif; font-size:12px; font-weight:300;}
	.box-content3 .entry-summary a:hover{ text-decoration:none;}
	.box-content3 .entry-summary a h2{ color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-size:17px; font-weight:600; line-height:17px; text-decoration:none; margin:0px;}
	.entry-content-center{
		position:relative;
		clear:both;
		float: left; width:230px;
		background:#008fb5;
		color:#FFF; 
		font-size:22px; 
		line-height:26px;
		padding:25px 30px;
		/*left:-60px;*/
		margin:20px 0px; /*font-family: 'Raleway', sans-serif;*/ 
		font-weight:600;
		text-align: center;
	}
	.entry-content-center .more{
		clear:both;
		position: inherit !important; right: inherit !important;
		padding:15px 15px !important; line-height:20px;
		background:#FFF !important; font-size:18px; color:#0092b7 !important;
		opacity:1;
	}
	.entry-content-center .more:hover{ opacity:0.9;}
	.more{
		line-height:14px;
		text-decoration:none !important;
		color:#FFF !important; background:#008fb5; font-size:14px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.more:hover{ background:#0287aa;}
	.ngg-galleryoverview{ margin:0 auto; width:290px;}
	.ngg-gallery-thumbnail img {
	}
	/*---- Contact Page -----------*/
	.contact-footer-box{
		width:100%;
		list-style:none; padding:0px; margin:0px;
	}
	.contact-footer-box .box-1{
		float:left; width:100%; padding-right:0px;
	}
	.contact-footer-box .box-1 span{ display:inline-block; width:65px; color:#008cb3; font-weight:bold;}
	.contact-footer-box .box-1 p.phone-number ,.contact-footer-box .box-1 p.fax ,.contact-footer-box .box-1 p.email{ margin-bottom:0px;}
	.contact-footer-box .box-1 ul{ list-style:none; margin:0px; padding:0px;}
	.contact-footer-box .box-1 ul li{ display:inline-table; margin-right:20px;}
	.contact-footer-box .box-2{
		float:left; width:100%;
	}
	.contact-footer-box .box-3{
		float: left; width:100%;
		margin-bottom:15px;
	}
	.contact-footer-box .box-3 h2{ font-size:24px; font-weight:bold;}
	/* Gravity Forms Section */
	.gform_wrapper ul { margin: 0px !important; }
	.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
	.gfield_label { font-weight: lighter !important; }
	.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
	.ginput_container input { width:calc(100% - 8px) !important; }
	.ginput_container textarea { width:calc(100% - 8px) !important; }
	.ginput_container input:focus,
	.ginput_container textarea:focus { }
	.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
	.gform_button { }
	.gform_button:focus,
	.gform_button:hover {  }
	.gform_validation_container {  }
	/*-- Gravity Error Section ----------------*/
	.gform_wrapper .top_label .gfield_description.validation_message,
	.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
	.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !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: #790000 !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; }

	/* ADDED CSS */
	.header-container {width: 96%;}
	.page .site-main {width: 96%;}
	#site-page-title .header-txt {width: 96%;}
	.site-footer .footer-content {width: 96%;}
	.breadcrumb {width: 96%;}
	.site-footer .footer-info {width: 96%;}
	#custom-slideshows .slide .container {width: 96%;}
	#cta-container {width: 100%;}
	#custom-cta{ width:100%;}
	.contact-footer-box {width: 100%;}
	.site-main {padding-left: 0;padding-right: 0;}
	.site-main, .main-navigation .menu {width: 96%;}
	.entry-content-center {padding-left: 3%;padding-right: 3%;width: 94%;}
	#site-page-title h1, #site-page-title .header-txt
	#site-page-title h1, #site-page-title .header-txt {width: 96%;}
	.site-header-image-bg {background-size:cover !important;}
	#page .ngg-gallery-thumbnail-box {width: 50%;}
	#page .ngg-album-compact {width: 49%;}
	#custom-slideshows .slide .container .slide-text h2 {font-size: 50px;line-height: 50px;}
	#cta-container {height: auto;}
	#custom-cta .cta {margin-bottom: 30px;}
	.entry-content-left h1 {font-size: 36px !important;line-height: 36px;}
	.entry-content-center {float: none;}
	.entry-content-center .more {position: relative;right:0;}
	.entry-content-testimonials span.line {width: 50%;}
	#footer-menu #menu-item-85 {position: relative;left:0;margin-top:10px;margin-bottom: 10px;}
	#site-page-title h1, #site-page-title .header-txt {font-size: 22px;}
	#tertiary {width: 100%;}
	.main-navigation a {font-size: 14px;padding-left: 6px;padding-right: 6px;}
	.entry-content iframe {width: 100%;margin-left: 0 !important;margin-bottom: 10px;}
	.header-widgets {float: none;}
	#primary-block {margin-right: 0;float: none;}
	#content-block {margin-right: 0;}
	#secondary-block {float: none;}
	.site-footer .footer-info .site-copyright {float: none;text-align:center;width: 100%;}
}
/* Mobile (Landscape)
--------------------------------------------------*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@-moz-keyframes sites    	{ 0%  { width: 0px;} 100%{ width: 70%;}  }
@-moz-keyframes clients     { 0%  { width: 0px;} 100%{ width: 90%;}  }
@-moz-keyframes complaining { 0%  { width: 0px;} 100%{ width: 30%;}  }
@-moz-keyframes coffee   	{ 0%  { width: 0px;} 100%{ width: 80%;}  }
@-webkit-keyframes sites    	{ 0%  { width: 0px;} 100%{ width: 70%;}  }
@-webkit-keyframes clients     	{ 0%  { width: 0px;} 100%{ width: 90%;}  }
@-webkit-keyframes complaining  { 0%  { width: 0px;} 100%{ width: 30%;}  }
@-webkit-keyframes coffee   	{ 0%  { width: 0px;} 100%{ width: 80%;}  }

/* Mobile (230)
--------------------------------------------------*/
/* Note: Design for a width of 480px */
@media only screen and (max-width: 480px) {	
	.site-header{
		height: 230px
	}
	.header-widgets .widget .phone-number{
		font-size: 22px;
	}
	.entry-content-testimonials span.line{
		width: 70px;
	}
	.header-widgets {float: none;}
	.site-footer .footer-content .box.col-0 {width: 100%;text-align:center;}
	#footer-menu #menu-item-69, #footer-menu #menu-item-70, #footer-menu #menu-item-71 {width:100%;}
	#footer-menu li a {float: none;text-align: center;}
	.site-footer .footer-content .box.col-1 {width: 100%;text-align:center;}
	.site-footer .footer-content .box.col-2 {width: 100%;text-align:center;}
	#page .ngg-gallery-thumbnail-box {width: 100%;}
	#page .ngg-album-compact {width: 100%;margin-right: 0;}
	#primary-block {margin-right: 0;float: none;}
	#content-block {margin-right: 0;}
	#secondary-block {float: none;}
	.home .site-header-image-bg {height: auto !important;}
	#sliderarea {height: auto;}
	#sliderarea .bx-wrapper .bx-viewport {height: auto;}
	#custom-slideshows > .slide {height: auto;}
	#custom-slideshows .slide .container {height: auto;}
	#custom-slideshows .slide .container .slide-text {width: 100%;float: none;padding:30px 0 0;}
	#custom-slideshows .slide .container .video-wrapper {width: 100%;float: none;padding:20px 0 20px;}
	.box-content1 {width: 100%;}
	.box-content2 {width: 100%;}
	.box-content1 img, .box-content2 img {width: 100%;height: auto;}
}