/*
Theme Name: Sandy
Theme URI: http://
Description: 
Version: 1.0
Author: Michael Hancock
Author URI: http://hyperactivedesigns.com.au
*/

/*----- 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,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{line-height:1;text-align:left;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/*----- Basic Settings -----*/

body { color: #434343; font: 400 13px/20px 'PT Sans',Arial,Helvetica,sans-serif; background:url(images/pagebg.png) center 100px #cacaca no-repeat; }
.clear{clear:both;}
.right {float: right;}
.left {float: left;}
.wrapper {
    max-width: 960px; 
    width: 100%;
    margin: 0 auto; 
    position:relative;
}
.paddingwrapper {
    max-width: 960px; 
    width: 100%;
    margin: 0 auto; 
    position:relative; 
    padding:0 10px; 
    background-color:#FFF;
    z-index:100;
}
div.wrapper div#container {
    position: relative;
    padding: 0px 0px; 
    background:#fff; 
    display:block;
}
a {color:#d27305;}
p {margin-bottom:12px;}
.alignright  { float:right;}
body.search div.content-top{padding: 0 0 0 24px;}


/*----- Animations -----*/

#main-menu-wrapper .menu a,.readmorelink{
-webkit-transition: color 300ms ease-in;
-moz-transition: color 300ms ease-in;
-o-transition: color 300ms ease-in;
transition: color 300ms ease-in;}

/*----- Header -----*/

.header {
    position: relative; 
    background-color:#333;
}
.logo {
    width: 420px; 
    height: 115px; 
    overflow: hidden; 
    display: block; 
    font-size: 42px; 
    color: black; 
    text-decoration: none; 
    background-repeat:no-repeat; 
    background-position:left center;
    vertical-align: top;
    float: left;
}
.logo img {max-height: 90px; max-width: 290px;}

#main-menu-wrapper { position: relative; z-index: 1; background-color:#000; background-color:#df4d00 !important;}
.menu-main-menu-container #nav {
    background-color:#df4d00;
    min-height:40px;
    width: 100%;
    display: block;
}
.menu-main-menu-container #nav li a{
    color: white;
}
#main-menu-wrapper ul.menu {margin-left: 3px;}
#main-menu-wrapper .menu li {font-size: 10pt; text-transform: uppercase; float: left; height: 40px;}
#main-menu-wrapper .menu a {color: #FFF; text-decoration: none; display: block; line-height: 40px; padding: 0 28px; border-right:1px solid #bb4100;}
#main-menu-wrapper .menu a:hover,
#main-menu-wrapper .menu a:active {color: #ffffff !important; background:#bb4100;}
#main-menu-wrapper .current-menu-item a { color:#333;}
#main-menu-wrapper .sub-menu .current-menu-item { border-bottom: none;}

.last-menu-item a { border-right:none !important;}

#nav, #nav ul{
margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; }
#nav ul li a{
display:block; padding:0px 5px; border:1px solid #161616; color:#fff; text-decoration:none; background-color:#161616;}
#nav ul li a:hover{ background-color:#2a2a2a; color:#333;}
#nav li{ float:left; position:relative;}
#nav ul {position:absolute; display:none; width:12em; top:40px;}
#nav li ul a{ width:12em; height:auto; float:left; font-size: 14px;}
#nav ul ul{ top:auto;}	
#nav li ul ul { left:12em; margin:0px 0 0 0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}

#toppagebar {
    height: auto; 
    line-height: 30px; 
    color: #9c9c9c; 
    background: #000; 
    font-size: 11px;
}
#toppagebar ul {border-left: 1px solid #333;}
#toppagebar .wrapper {position: relative;}
#toppagebar li {display: inline-block; float: left;}
#toppagebar li a { float: left; display:inline-block; *display:inline; zoom:1; padding: 0px 15px 0 15px; color: #FFF; text-decoration: none; border-right: 1px solid #333;}
#toppagebar li a:hover {color: #CBCBCB;}
.menu-top-menu-container {float:left;}

/*----- Social Links -----*/

#sociallinks { position: absolute; right:5px; top: 5px; width:200px;}
.fbsi,.twsi,.lisi,.gpsi,.lfsi {display: block; height: 30px; width: 30px; background: url(images/socialicons.png) top; float: right; text-indent: -9999px; margin-left: 4px;}
.fbsi {background-position: 0px 0px;}
.twsi {background-position: -34px 0px;}
.lisi {background-position: -68px 0px;}
.gpsi {background-position: -102px 0px;}
.lfsi {background-position: -136px 0px;}
.fbsi:hover {background-position: 0px -33px;}
.twsi:hover {background-position: -34px -33px;}
.lisi:hover {background-position: -68px -33px;}
.gpsi:hover {background-position: -102px -33px;}
.lfsi:hover {background-position: -136px -33px;}


/*----- POST LIST -----*/

.post-content .list h4 {margin:15px 0 0 0;}
.post-content .list h4 a{ color:#000; font-weight:bold; text-decoration:none;}
.post-content .list .myexcerpt p { margin-bottom:0px;}
.post-content .list .readmorelink { font-size:11px; padding:3px 6px; background:#F3F3F3; color:#666; width:60px;}
.post-content .list .readmorelink:hover {background:#E9E9E9}

/*----- POST GRID -----*/

/***.grid {width:315px; height: 270px; float: left; margin: 0 0 10px 10px; position: relative; overflow: hidden; background: #f4f4f4}-----*/
.grid {width:210px; height: 240px; float: left; margin: 0 0 10px 10px; position: relative; overflow: hidden;}
.grid a {color: black; text-decoration: none;}
.grid img {line-height: 0px; display: block;}
.grid a.post-edit-link {display: block; position: absolute; top:10px; right:10px; text-indent: -9999px; width:16px; height: 16px; background: url('images/edit.png');}
.grid h2 {font-weight: normal; font-size: 16px; text-decoration: none; margin-bottom: 0px;}
.grid h2 a:hover {color:#D27305}
.grid div.gridpostfoot { position: absolute; right: 10px; bottom: 0px; background:#f9f9f9; height: 30px; line-height: 29px; width: 190px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; }
.grid div.gridpostfoot a {color: #999; text-decoration: none;}
.grid .commentsicon { height: 27px; display: block; width:125px; position: absolute; top:2px; right:2px; font-size: 10px; line-height: 27px; text-align: center; vertical-align:middle; height:16px; text-transform: uppercase;}
.grid .commentsicon img {display: inline; vertical-align: middle;}
.grid div.gridpostfoot a:hover {color: #333;}
.grid span.post-category a {color: #999; margin-bottom: 4px; display: block; text-transform: uppercase; font-size: 11px;}
.myexcerpt {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.p10 {padding: 10px 5px;}
.postdate {color: #999; display: block; text-transform: uppercase; font-size: 10px; background: url('images/postdateforlight.png') no-repeat left; display: block; height: 21px; line-height: 24px; padding-left: 18px; margin: 2px 0;}
#featureslider span.postdate {background: url('images/postdatefordark.png') no-repeat left; color: #cbcbcb; font-size: 10px;}
div#featureslider.coda-slider {height:500px !important;}


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

hr {border-bottom: none; border-left: none; border-right: none; border-top: #E9E9E9 1px solid;}
.post-content {width: 100%;}
#crumbs a {margin: 0 10px; text-decoration: none;}
#crumbs a:hover {border-bottom: dotted 1px #FFF; color:#FFF}
#crumbs span.current {margin: 0 10px; color: #D27305;}
.content-top {color: #FFF; font-size: 12px; height: 40px; line-height: 40px; padding: 0 0 0 5px; margin-bottom:1px; text-transform: uppercase; position: relative; background:url(images/topwood.jpg); font-weight: normal;}
.content-top a {color: #FFF; text-decoration: none;}
.content-top a:hover {text-decoration: underline;}
.content-top span {color: #d9d9d9;}
.content-top span a {color: #d9d9d9; text-decoration: none;}
.content-top span a:hover {color: #000; text-decoration: none;}
.content-top h2 {font-weight: normal; font-size: 18px; margin-left: 10px;}
.content-top h1 {font-weight: normal; font-size: 36px; margin-left: 10px;}

/*----- Sharing is Caring -----*/

.shareon-twitter,.shareon-facebook{ padding:2px 8px; margin-top: -2px;}
.shareon-facebook {margin-right: 6px; background: url(images/social/sharethisico.png) left no-repeat; padding-left: 26px;}
.shareon-twitter {background: url(images/social/tweetthisico.png) left no-repeat; padding-left: 29px;}

body.category .content-top {height: 60px; line-height: 59px;}

.post-content {margin-bottom: 50px;}
.post-content .post {border-bottom: 1px solid #d9d9d9; padding-bottom: 15px;}
.post-content .post-comms {position: absolute; right: 0;}
.post-content .post-content {padding: 15px 0 0 30px;}
.post-content .post-content a {color: #000;}
.post-content .post-content a:hover {text-decoration: none;}
.post-content .post-footer {padding-left: 30px; font-size: 12px; margin-bottom: 15px;}
.post-content .post-footer a {color: #000; text-decoration: none;}
.post-content .post-footer a:hover {text-decoration: underline;}

.post-content .postmeta {padding: 10px 0; border-bottom: 1px solid #E9E9E9; border-top: 1px solid #E9E9E9; font-size: 10px; color: #999; position: relative; text-transform: uppercase; margin-bottom: 20px; font-family: 'PT Sans', Arial, Helvetica, sans-serif;}
.post-content .postmeta h1 {color: #333; font-size: 30px; font-weight: normal; font-style: normal; margin-bottom: 5px;}
.post-content .postmeta a {color: #999; text-decoration: none;}
.post-content .postmeta a:hover {color: #000;}
.post-content .postmeta img { margin: 0 4px 0 0; vertical-align: middle;}
.post-content .postmeta span.space {margin: 0 10px; color: #E9E9E9;}
.post-content .postmeta strong {color: #777;}

.readmorelink { display: block; clear: both; margin-top: 10px; -moz-transition: color 300ms linear 0s; text-decoration: none;}
.readmorelink:hover {color: #e49835;}

.page .post-category {display: none;}

.post-content {margin-bottom: 30px; padding: 0 20px 0 30px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {color: #000; font-weight: normal; font-family: 'Ubuntu Condensed',sans-serif; margin: 15px 0;}
.post-content h1 {font-size: 27pt; line-height: 45px; border-bottom:#F0F0F0 2px solid; padding-bottom:20px;}
.post-content h2 {font-size: 22pt;}
.post-content h3 {font-size: 14pt;}
.post-content h4 {font-size: 13pt;}
.post-content h5 {font-size: 12pt;}
.post-content {color: #484848; font: 13px/1.6 Helvetica, Arial, sans-serif; padding-bottom:20px;}
.post-content p {margin: 0 0 20px;}
.post-content ol {list-style: decimal; padding-left: 35px; margin: 15px 0;}
.post-content ul {list-style: disc; padding-left: 35px; margin: 15px 0;}
.post-content li {color: #262626; font: 13px/1.5 Helvetica, Arial, sans-serif; margin: 3px 0;}
.post-content blockquote {padding: 15px 0 10px 65px; background: url("images/bq.png") 20px 0 no-repeat;}
.post-content blockquote p {color: #8c8888; font: italic 16px Georgia, Geneva, "Times New Roman", times;}

.post-content .search {float: none; margin-top: 15px; width: auto;}
.post-content .search fieldset {width: 610px; height: 35px;}
.post-content .search input {width: 570px; font-size: 16px;}

.post-navigation {width: 610px; padding: 15px 0 0 30px; position: relative;}
.post-navigation a {display: block; color: #000; font: 11px Helvetica, Arial, sans-serif; text-decoration: none; line-height: 1.5;}
.post-navigation a:hover {text-decoration: none;}
.post-navigation a em {display: block; color: #aaa9a9; font: italic 11px Georgia, Geneva, "Times New Roman", times;}
.post-navigation a:hover span {text-decoration: underline;}
.post-prev {width: 250px; min-height: 40px; padding-left: 30px; float: left; text-align: left; background: url("images/post_prev.png") 0 50% no-repeat;}
.post-next {width: 250px; min-height: 40px; padding-right: 30px; float: right; text-align: right; background: url("images/post_next.png") 100% 50% no-repeat;}
.line {width: 1px; height: 100%; background: #d9d9d9; position: absolute; top: 0; right: 305px;}

/*----- Images -----*/

.post-content img {margin: 0 0 15px; height: auto; max-width: 590px;}
.post-content h6 {position: relative; left: -30px;}
.post-content .attachment img {max-width: 610px;}
.post-content .alignnone, .post-content img.alignnone {clear: both; display: block; margin-bottom: 15px;}
.post-content .collapseomatic_content img.alignright {margin-bottom:6px !important;}

.post-content .alignleft, .post-content img.alignleft {display: inline; float: left; margin-right: 15px; margin-top: 4px;}
.post-content .alignright, .post-content img.alignright {display: inline; float: right; margin-left: 15px; margin-top: 4px;}
.post-content .aligncenter, .post-content img.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}
.post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {margin-bottom: 6px;}
.post-content .wp-caption img {margin: 0; max-width: 578px;}

.post-content .wp-caption {
    background-color: #FAFAFA;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1); 
    margin-bottom: 25px;
    max-width: 586px;
    padding: 10px 6px;
    text-align: center;
}
.wp-caption-text {
    color: #333333;
    font: italic 13px Georgia,Times,serif;
    margin: 5px 0 2px !important;
    }

.post-content .wp-smiley {margin: 0;}
.post-content .gallery {margin: 0 auto 18px;}
.post-content .gallery .gallery-item {float: left; margin-top: 0; text-align: center; width: 190px;}
.post-content .gallery .gallery-item img {max-width: 190px; border: none !important; margin-bottom: 0;}
.post-content .gallery .gallery-caption {color: #888; font-size: 12px; margin: 0 0 12px;}
.post-content .gallery dl {margin: 0;}
.post-content .gallery br+br {display: none;}
.post-content .attachment img {display: block; margin: 0 auto;}

/*----- Comments -----*/

#commentform {
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 20px;
	position: relative;
}
.comment-notes {
	font-size: 11px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment 
{clear:both; padding: 6px; font-size: 12px; font-family: arial; border: 1px solid #e0e0e0; display: block; width:544px;}

#commentform label {font-size: 11px; color: #777;}

#commentform p {margin: 0 0 10px;}
p.form-allowed-tags {display:none;}

.fright {float:right;}
.enquiretext { 
    color:#FFF; 
    font-weight:700; 
    font-size:20px; 
    width:270px; 
    text-align:right;  
    margin:27px 10px 0 0
}
.enquiretext i { color:#F93; margin-right:10px;}
.enquiretext a {color: #FFF; text-decoration:none;}

/*----- Sidebar -----*/

ul.tweets li { margin-bottom: 10px; border-bottom: #e9e9e9 solid 1px; padding-bottom: 10px; padding-left: 40px !important; padding-top: 0px !important; background: url('images/tweety.png') no-repeat 5px 2px;}
ul.tweets li a.timesince {clear: both; display:block; color: #989898; font-size: 10px;}
#homesidebar-responsive,
#homesidebar {
    height: 100%; 
    width:350px; 
    background: url('images/homesidebg.png') no-repeat; 
    float: right; 
    margin-bottom: 10px; 
    position:absolute; 
    top:0px; 
    right:10px; 
    z-index:500;
}
#homesidebar-responsive {
    width: 100%;
}
.homesidewidget { padding-bottom: 0px; color: #FFF; text-shadow: 1px 1px #000; position:relative;}
.homesidewidget h4 { text-transform:uppercase; font-size:9pt; padding:5px 20px 7px 20px; background-color:#C63; background-image:url('images/topwood.jpg'); text-shadow:none; text-align:center; margin-top:30px;}
.homesidewidget h2 { text-transform:uppercase; font-size:17pt; margin-bottom:20px; padding:15px; background-color:#000; text-shadow:none; text-align:center; font-family: 'PT Sans' !important; font-style: normal; font-weight: 700;}
.homesidewidget p { padding:0 30px; text-align:justify;}
.widget_search.homesidewidget {
    border-bottom: 2px solid #ddd; 
    margin: 20px; 
    padding-bottom: 20px;
}
a.requestfreequotebtn { background:url(images/requestafreequote.jpg) no-repeat; text-indent:-9999px; display:block; height:46px; width:221px; margin:30px auto 0 auto;}
div.homesidewidget div.textwidget {padding-bottom: 20px;}
.widget.homesidewidget h3 {margin-bottom: 10px; color: #000; font-size: 16px; text-transform: none; border-bottom: none; padding-bottom: 0; font-family: 'Ubuntu Condensed', sans-serif;}
.widget.homesidewidget {margin-bottom: 0;}
.sidebar {width: 260px; padding: 20px 0px 0 20px; position:absolute; top:0px; right:20px; color: #5c5c5c;}
.sidebar .widget li {border-bottom: #E9E9E9 solid 1px; padding: 10px;}
.widget {margin-bottom: 10px;}
.sidebar .widget h3 {font-size: 14px; color: #FFF; height: 30px; line-height: 30px; font-family: 'Ubuntu Condensed',sans-serif; margin: 0; padding: 0 10px; background:#333}
.widget h3 {font-size: 11pt; font-weight: normal; text-transform: uppercase; margin-bottom: 20px; color:#676767 }
.widget a {color:#d27305; text-decoration: none;}
.widget a:hover {text-decoration: underline;}
.widget p a, .textwidget a {text-decoration: underline;}
.widget p a:hover, .textwidget a:hover {text-decoration: none;}
.widget li {font-size: 12px; line-height: 20px; color: #5c5c5c; margin-bottom: 5px;}

.search-field {border:none; color: #8f8f8f; height: 32px; line-height:30px; width:200px; letter-spacing: 0.06em; outline:none; background: url('images/searchfield.png') top right no-repeat; padding:0 32px 0 10px;}
.sidebar .widget-twitter h3 {background: #d27305; color:#fff;}

.blogslider {/*height: 300px; width: 660px;*/}
#blogslider {/*height: 300px; width: 660px;*/}
.homeslider {/*height:500px; width:940px;*/}
#homeslider {position: relative;}

.homesidebarwidget { 
    width:33%; 
    padding:20px 20px 10px 20px; 
    margin-bottom:0px; 
    display:block; 
    float: left;
    vertical-align:top;
}
.homesidebarwidget img.fullwidth{
    width: 100%;
    height: auto;
}
.homesidebarwidget .textwidget { text-align:justify;}
.homesidebarwidget h3 { border-bottom:solid 3px #f3f3f3; padding-bottom:12px;}
#crumbs span.current { color:#FFF; border-bottom:dotted #FFF 1px;}

/*----- Footer -----*/

.footer {
    padding: 20px; 
    margin-bottom:30px; 
    background-color:#fff; 
    font-size: 11px; 
    color: #737373; 
    text-transform:uppercase;
}
.footer a {color: #000; text-decoration: none;}
.footer a:hover {text-decoration: underline;}
div.copyright {color: #777; text-align: center;}
div.madeby {color: #737373; text-align:center; margin-bottom:30px; font-size:10px;}
div.madeby a {  color:#666; text-decoration:none;}
.credits {float: right;}

.footer .menu li { display:inline-block;}
.footer .menu a {padding:0 10px; color:#777;}
.footer .menu{ display:inline-block; *display: inline; zoom: 1;}

.contactemailaddy {float:right; color:#CCC; text-decoration:none; background:url(images/emailicon.png) 0 10px no-repeat; padding-left:22px;}
.contactemailaddy:hover { color:#FC9;}
.post-content h1.nobottomborder {border-bottom:none; margin:15px 0px 0px 0px;}
.widget_search { padding:20px; background-color:#F4F4F4;}

.galleryloop {width:900px;}

.wpcf7-form { background:#f1f1f1; padding:20px 20px 1px 20px; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.wpcf7-form input { width:100%; padding:4px;}
.wpcf7-form textarea {width:99%;}

.wpcf7-form input.wpcf7-submit{background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
width:120px; border:1px solid #CCC;
 -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.wpcf7-form p { margin:0 0 15px; font-size:11px;}

div.nivoSlider {box-shadow: none !important;}
/* Cufon Replacement */
#homesidebar-responsive h2,
#homesidebar-responsive h4,
#homesidebar h2,
#homesidebar h4,
#main-menu-wrapper a,
.enquiretext,
.homesidebarwidget h3,
.post-content h1 {
    font-family: 'sansation', sans-serif;
}
.enquiretext i{
    color: #ffc9a1; /*, #f86b02)'*/
    font-family:'sansation', sans-serif;
}
.menu-toggle {
    display: block;
    width: 40px;
    height:40px;
    background:url(images/menu-white.png) center center no-repeat transparent;
    cursor: pointer;
    display: none;
}
#main-menu-wrapper {
    position: relative;
    z-index: 600;
}
.menu-main-menu-container {
    line-height: 40px;
    text-align: center;
    
}
.post-content {
    padding-right: 300px;
    min-height:340px;
}
.page-template-template-gallery .post-content{
    width:100%;
    padding:0px 20px;
}
#homesidebar-responsive {
    display: none;
}
.main{
    position: relative;
}
.gallerycontent .ngg-gallery-thumbnail-box{
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ngg-galleryoverview {
    text-align: center;
}
#jquery-lightbox {
    box-sizing: content-box;
}
.page-numbers{
    
}
.ngg-navigation {
    height: 60px;
}
.ngg-galleryoverview .ngg-navigation a.page-numbers {
    background: #e24f01; /* Old browsers */
    background: -moz-linear-gradient(top,  #e24f01 0%, #943401 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e24f01), color-stop(99%,#943401)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e24f01 0%,#943401 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e24f01 0%,#943401 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e24f01 0%,#943401 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #e24f01 0%,#943401 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24f01', endColorstr='#943401',GradientType=0 ); /* IE6-9 */
    border-width: 4px;
    border-color: #dfdfdf;
    border-style: solid;
    color:#ffffff;
    font-weight:bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
}
.ngg-galleryoverview .ngg-navigation a.next {
    color: #943401;
    padding: 11px 8px;
}
@media(max-width:960px) {
    .menu-main-menu-container.showmenu {
        display: block;
    }
    .menu-toggle{
        display: block;
        clear: both;
    }
    .wrapper{
        padding:0px 10px;
    }
    #main-menu-wrapper .wrapper{
        padding: 0px;
    }
    .menu-main-menu-container {
        height: auto;
        display: none;
        width: 100%;
        float: none;
    }
    .footer .menu-main-menu-container {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    #nav {
        width: 100%;
        display: block;
        position: relative;
        z-index:600;
    }
    #main-menu-wrapper #nav li{
        display: block;
        width: 100%;
        clear: both;
        float: none;
        border-top: 1px solid #dfdfdf;
    }
    
    #homesidebar {
        padding:0px 10px;
        left: 0px;
        width: 100%;
        background: none transparent;
        float:none;
    }
    .homesidewidget h4 {
        margin-top: 0px;
        background-image: none;
    }
}
@media(max-width:800px) {
    .homesidebarwidget h3 {
        display: block;
        min-height: 56px;
        vertical-align: bottom;
    }
}
@media(max-width:740px) {
    .logo {
        clear: both;
        margin: auto;
        display: inline-block;
        *display: inline;
        height: 60px !important;
        zoom:1;
        float: none;
    }
     .wrapper.header-wrapper{
        text-align: center;
    }
    .enquiretext{
        float: none;
        margin: auto;
        padding-bottom:10px;
    }
}

@media(max-width:700px) {
    .home #homesidebar-responsive {
        display: block;
        position: static;
        background: none #000000;
    }
    #homesidebar {
        display: none;
    }
    .homesidebarwidget {
        width: 100%;
    }
}
@media(max-width:560px) {
    #toppagebar .wrapper {
        text-align: center;
    }
    #toppagebar a,
    #toppagebar span{
        clear: both;
        margin: auto;
        float: none;
        background-position: 0px 0px;
    }
}
@media(max-width:525px) {
    .post-content {
        padding-right: 20px;
        min-height:0px;
    }
    .sidebar {
        position: static;
        width: 100%;
        padding-right:20px;
    }
    .sidebar .textwidget{
        text-align:center;
    }
    .textwidget iframe {
        margin: auto;
    }
}
@media(max-width: 420px) {
    .logo {
        width: 100%;
        background-size: contain;
    }
}
@media(max-width: 380px) {
    #toppagebar span {
        font-size: 98%;
    }
}