/*
Theme Name: The Split System Guy V2
Author: Clik Marketing
Author URI: http://www.clikmarketing.com.au
*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 150%;
}

a, img {
	border: none;
}
img {
	display: block;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#1FA2E1;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}



h1, h2, h3 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 100%;
	padding-bottom: 15px;
	font-family: 'Bree Serif', serif !important;

}

h1, h1 a {
	font-weight:normal;
	font-size: 45px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;
}
#colLeft h2 {	font-weight:normal;
	font-size: 30px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;}
h1 a:hover {
	text-decoration:none;
	color:#333;
}

h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	padding-top:10px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
	background-image: url(images/bk_main_wrapper_home.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}

#mainWrapper {
background-image: url(images/bk_main_wrapper_home.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}
#wrapper {
	margin:0 auto;
	max-width:960px;
}

#header {
	height: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#content {
	overflow: hidden;
	margin-top: 35px;
	background-image: url(images/bk_shadow_slider.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;

}

body#home #content{
	margin-top:20px;
}
.form-field {
	padding: 10px;
	width: 100%;
box-sizing: border-box;
border-radius: 10px;

}
body#home #content, body#portfolio #content {
	background:none;
	
}

#content #colLeft {
	float:left;
	width:70%;
	margin-right:5%;
	padding-top:10px;
}

#content #colRight {
	float:left;
	width: 25%;
	
}

#footer {
	/* background:url(images/bk_horiz_line.jpg) 0 0 repeat-x; */
	background:#f8b32e;
	margin:10px 0 0;
	color:#666;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerActionsInner{
	width:960px;
	margin:0 auto;
	padding: 15px 0 0;
	overflow:hidden;
}

#footerWidgets {
	/* background:#000 url(images/bk_footer_widgets.png) 0 0 repeat-x; */
	padding-top: 15px;
}

#footerWidgetsInner {
	max-width:960px;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
	padding:20px 0 35px;
	overflow:hidden;
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:115px;
	left:0;
}

#logo a img{
	border:none;
	vertical-align:middle;
}

#mainMenu {
position: absolute;
left: -160px;
top: 0;
width: 1280px !important;
}

#mainMenu ul li{
	float:left;
}

#mainMenu ul li a {
	display: block;
	height: 43px;
padding-top: 17px;
	color: #ccc;
	font-size: 14px;
	background: url(images/bk_mainmenu.png) 0 -78px no-repeat;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #333;
	width: 158px;
	
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

#mainMenu ul li a span {
	font-size:10px;	
	color:#999;
	line-height:120%;
}

#mainMenu ul li a:hover {
	text-decoration:none;
	color:#ccc;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	background-color: rgba(0,0,0,0.25);
	height: 40px;
padding-top: 20px;
	
}
#mainMenu ul li a img {
	float: left;
	margin-top: -15px;
}

#mainMenu ul li ul li a:hover{
	background:#132325;
}

/* top social links */

#topSocial {
	position:absolute;
	right:0;
	top:120px;
}

#topSocial ul li {
	float:left;
	padding:0 5px;
	width:50px;
}

#topSocial ul li a {
	display:block;
	height:47px;
	width:47px;
	background:url(images/bk_topsocial.png) 0 0 no-repeat;
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}

#topSocial ul li a:hover {
	/*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
	background:none;
}

#phone {position:absolute;
right:0;
top: 80px;
color: #fff;
font-size: 33px;
font-weight: bold;
width: 473px;
height: 199px;
padding-top: 65px;
padding-left: 160px;
box-sizing: border-box;
 background-size: 100% 100%;
 background:url(images/phone-bg.png) 0 0 no-repeat;
}

/* Top Search */

#topSearch {
	position:absolute;
	right:5px;
	top:25px;
}

/* CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* homeboxes */

#homeBoxes {
	overflow:hidden;
}

#homeBoxes .homeBox {
	width: 30.3333%;
	float:left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	background:url(images/bk_dotted_thick.png) 0 0 repeat-x;
}





#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding: 10px 0 15px;
	color: #333;
	font-weight: normal;
	font-size: 30px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;
	line-height: 70px;
}
#homeBoxes .homeBox h2 img {
	float: left;
	margin-right: 10px;
}
#homeBoxes .homeBox p {
	font-size: 16px;
	line-height: 160%;
	color: #666;
}

.blue-btn {
	background-image: url(images/blue-but-bg.png);
	text-transform: uppercase;
	height: 20px;
	width: 250px !important;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: center;
	margin-right: 44px;
	margin-left: 44px;
	border: 2px solid #4ECAF5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #FFF;
margin-top: 15px;
margin-top: 15px;
text-decoration:none !important;
font-weight:bold;
font-size:14px;
padding-left:20px;
padding-right:20px;
}



.blue-cta {
	background-image: url(images/blue-but-bg.png);
	font-size: 18px;
	text-transform: uppercase;
	height: 20px;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: center;
	float: left;
	margin-right: 44px;
	margin-left: 44px;
	border: 2px solid #4ECAF5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: normal;
	color: #FFF;
margin-top: 15px;
}


.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #348cc2 2px;
  text-decoration: none;
width:200px !important;
display:block;
margin-left:auto;
margin-right:auto;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.blue-cta-sub {
	background-image: url(images/blue-but-bg.png);
	font-size: 18px;
	text-transform: uppercase;
	height: 45px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	margin-right: 44px;
	margin-left: 44px;
	border: 2px solid #4ECAF5;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: normal;
	color: #FFF;
margin-bottom: 40px;
cursor: pointer;
}


.blue-cta-sub2 {
    background-image: url(images/blue-but-bg.png);
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    float: left;
    margin-right: 44px;
    margin-left: 0px;
    border: 2px solid #4ECAF5;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 40px;
    cursor: pointer;
}

#homeBoxes .homeBox .blue-cta:hover {
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	border: 2px solid #B6E6FA;
	-moz-text-shadow: 0px 0px 5px #06F;
	-webkit-text-shadow: 0px 0px 5px #06F;
	text-shadow: 0px 0px 5px #06F;
}
.more-link {
	padding:20px 0 0 0;
}

/* home blurb */

#blurb {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 25px;
	float: left;
	max-width: 960px;
	width: 100%;
}
#blurb .blurb-lhs {
    float: left;
    margin-right: 5%;
    width: 63%;
}


#blurb .blurb-rhs {
	float: left;
	width: 32%;
	margin-top: 40px;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	height: 344px;
}
#blurb .blurb-rhs:hover {
	float: left;
	margin-top: -30px;
	height: 354px;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;

}
#blurb p {
	margin-bottom:5% !important;
margin-left:0;
margin-right:0;
margin-top:0;
}



.calc-head {
color: #333;
	font-weight: normal;
	font-size: 45px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;
	line-height: 70px;
	}
	.calc-strap {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: -10px;
	}
#blurb h1 {
color: #333;
	font-weight: normal;
	font-size: 45px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;
	}
	#blurb .strap {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: -10px;
	}
#blurb .blurb-lhs img {
-moz-box-shadow: 0px 0px 5px #ccc;
-webkit-box-shadow: 0px 0px 5px #ccc;
box-shadow: 0px 0px 5px #ccc;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

#archive-title {
	padding:5px 0 7px 25px;
	margin:0 0 15px;
	display:block;
	background:url(images/ico_archive.png) 2px 50% no-repeat;
	border-bottom:1px solid #ddd;
}

#content #colLeft img {

}

/* BLOG ITEMS */

.postItem {
	margin:0 0 30px;
	padding:0 0 15px;

	overflow:hidden;
}

.postItem .meta {
	font-size:11px;
	color:#666;
	text-shadow:1px 1px #fff;
	margin-top:-12px;
	margin-bottom:18px;
}

.postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 25px;
	background:url(images/bullet_list.png) 0 8px no-repeat;
}

#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

#shareLinks {
	height:30px;
	background:url(images/bk_social.jpg) 0 0 repeat-x;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border:1px solid #008FF5; 
	/*border-left:1px solid #008FF5; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;*/
	margin:20px 0;
	width:130px;
}

#shareLinks a {
	color:#fff;
}

#shareLinks #icons {
	display:none;
	padding-left:15px;
}

#shareLinks #icons a {
	margin:0 10px;
	font-weight:bold;
	text-transform:uppercase;
}


/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 40%;
	height:370px; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

/* PORTFOLIO PAGE 
---------------------------------------*/

.portfolioCategs {
	margin-top:5px;
	float:right;
	margin-top:-47px;
}

.portfolioCategs li {
	float:left;
	margin-right:5px;
}

.portfolioCategs li a{
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd; 
	border-bottom:1px solid #fefefe; 
	border-right:1px solid #fefefe;
	padding:6px 12px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-weight:bold;
	display:block;
	
}

.gallery {
	margin-top:10px;
	padding-left:22px;
	margin-left:-22px;
	margin-bottom:20px;
	width:982px;
}

.gallery .portfolioItem {
	float:left;
	width:300px;
	margin-right:25px;
	overflow:hidden;
	margin-bottom:10px;
}


.gallery .portfolioItem img {
	border:none;
}



/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom:17px;
}

.rightBox h2 {
	padding:10px 0;
}

.rightBox ul li{
	padding:6px 0;
	border-bottom:1px solid #ddd;
}

.rightBox ul {
	border-top:1px solid #ddd;
}

/* COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#333;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

#twitter #twitter_update_list li {
list-style-type:none;
line-height:140%;
}

#showHide {
	display:block;
	position:absolute;
	width:48px;
	height:16px;
	right:4px;
	top:-5px;
	background:url(images/but_show_hide.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#footerActionsInner #twitter {
	float:left;
	overflow:hidden;
	width:315px;
	background:url(images/twitter_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
}

#footerActionsInner #twitter #latest {
	width:293px;
}

#footerActionsInner #twitter #latest #tweet {
	background:url(images/bk_latest_tweet.png) 0 0 no-repeat;
	padding:10px 10px 0 20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:125%;
	height:65px;
	
}

#footerActionsInner #twitter #latest #tweetBottom{
	height:26px;
	background:url(images/bl_latesttweet_bottom.png) 0 0 no-repeat;
}

#footerActionsInner #twitter a.action {
	position:absolute;
	display:block;
	width:81px;
	height:23px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:2px;
}

#footerActionsInner #twitter a.action:hover {
	background:url(images/but_actions.png) 0 -25px no-repeat;
}

#footerActionsInner #twitter a.action {
	left:0;
	top:76px;
}

#footerActionsInner #quickContact {
	float:right;
	overflow:hidden;
	width:435px;
	background:url(images/quick_contact_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
	margin-left:30px;
}

#footerActionsInner #quickContact .leftSide {
	float:left;
	width:155px;
	overflow:hidden;
}

#footerActionsInner #quickContact .rightSide {
	float:left;
	width:268px;
	overflow:hidden;
	margin-left:10px;
}

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
	float:left;
	width:22%;
	margin: 1.5%;
	overflow:hidden;
	margin-bottom:40px;
}


#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#292929;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;
	border-bottom:1px solid #292929;
	color:#986123;
	font-size:10px;
	font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	color:#515151;
	font-size:13px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#fafafa;
}

/* Copyright */

#copyright {
	clear: both;
	padding-top: 10px;
	position: relative;
	text-align: center;
	background:#b21f24;
	font-size:12px;
}

#copyright, #copyright a {
   color:#fff
}

#site5bottom {
	position:absolute;
	right:0;
	top:17px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	/*width:344px;
	height:26px;
	background:url(images/site5bottom.png) 100% 0 no-repeat;
	text-indent:-9999px;*/
}


/* FORMS
------------------------------------*/

/* Quick Contact Form */

#quickContact form input[type="text"], #quickContact form textarea{
	width:138px;
	margin-bottom:5px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	padding:7px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#quickContact form textarea {
	width:250px;
	height:90px;
	padding-top:5px;
}

#quickContact form input[type="submit"] {
	display:block;
	float:right;
	width:81px;
	height:24px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;

}

/* Top Search */

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width:100px;
	background:url(images/bk_top_search.png) 0 0 repeat-x;
	padding:9px 10px 10px;
	border:1px solid #2E4849;
	color:#A8A8A8;
	font-style:italic;
	margin-right:10px;
	position:relative;
}

#topSearch input[type="submit"] {
	position:absolute;
	right:0;
	z-index:100;
	width:43px;
	height:44px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}	

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

?#header{z-index:1001 !important;}
#content{z-index:100 !important;}
.flexslider-top {
	max-width: 400px;
	height: 170px;
	float: right;
	top: 300px;
}

.flexslider .slides .contact-cta {
	background-image: url(images/contact-us-bg.png);
	font-size: 18px;
	text-transform: uppercase;
	height: 20px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	margin-right: 98px;
	margin-left: 98px;
	border: 2px solid #961B1E;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
}
.flexslider .slides .contact-cta:hover {
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px #09C;
	-webkit-box-shadow: 0px 0px 5px #09C;
	box-shadow: 0px 0px 5px #09C;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	border: 2px solid #F00;
		-moz-text-shadow: 0px 0px 5px #880003;
	-webkit-text-shadow: 0px 0px 5px #880003;
	text-shadow: 0px 0px 5px #880003;
}

/* Desktop */

#mobile-button-bar {
display: none !important;
}

#main-button-bar {
display:inherit; !important
}

.calc-head2 {
color: #333;
	font-weight: normal;
	font-size: 30px;
	color: #B21F24;
	-moz-text-shadow: 0px 0px 5px #F90;
	-webkit-text-shadow: 0px 0px 5px #F90;
	text-shadow: 0px 0px 5px #F90;
	line-height: 50px;
text-align:center;
	}

#videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact-us {
width:100% !important;
clear:both !important;
margin-left:18%;
margin-right:18%;
margin-bottom: 10% !important;
}


#contact-us h3 {
text-shadow: 0px 0px 5px #F90 !important;
font-size:25px !important; 
color:#B21F24 !important;
float:left !important; 
margin-right:-20px !important; 
padding-top:2.5%;
}

#contact-us .blue-cta a {
text-decoration:none !important;
margin-bottom:6% !important;
float:left;
}

#contact-us2 {
display:none !important;
}


	#colRight #contact-us {
		margin:0;
		overflow:hidden
	}

	#colRight #contact-us h3 {
		margin-right:0 !important;
		text-align:center
	}

	#colRight #contact-us .blue-cta {
	margin:0 !important;
	display:block
}
 
/* MOBILE PHONE */
@media (max-width: 640px) {

#contact-image img {
max-width:90%;
height:auto;
margin-left:auto;
margin-right:auto;
}

#contact-us {
display: none !important;
}

	#colRight #contact-us {
	display: block !important;
}

#contact-us2 {
display:inherit !important;
}

#logo {
	top: 75px;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#logo img {width: 100%;}
.flexslider-top {
   max-width: 478px;
   min-width: 360px;
   height: 170px;
   top: 340px;
   margin-left: 5%;
   margin-right: 5%;
}
.flexslider .slides .contact-cta {
    width: 80%;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
#homeBoxes .homeBox {
	width: 90%;
	float:left;
	margin-left: 5%;
	margin-right: 5%;
	background:url(images/bk_dotted_thick.png) 0 0 repeat-x;
}
#homeBoxes .homeBox {
	
}
#blurb .blurb-lhs {
    float: left;
    margin-right: 5%;
	margin-left: 5%;
    width: 90%;
}
#blurb .blurb-rhs {
margin-top: 20px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
#blurb .blurb-rhs img {

	width: 100%;

}
#blurb .blurb-rhs {
	
}
#blurb .blurb-rhs:hover {

	margin-top: -20px;
	
}
#phone {
	position:absolute;
left: 0px;
top: 0px;
color: #fff;
font-size: 28px;
font-weight: bold;
width: 80%;
height: 60px;
padding-top: 15px;
padding-left: 60px;
box-sizing: border-box;
 background-size: 100% 100%;

 background:url(images/mobile-icon.png) 0 0 no-repeat;
}
.calc-box {display: none;}
#footerWidgetsInner .boxFooter {

	width:90%;
	margin-left: 5%;
	margin-right: 5%;

}
#content #colLeft {
	width:90%;
	margin-right: 5%;
	margin-left: 5%;

}
#content #colRight {
	width:90%;
	margin-right: 5%;
	margin-left: 5%;

}
.form-field {
	padding: 10px;
	width: 100%;
box-sizing: border-box;
border-radius: 10px;

}


#main-button-bar {
display:none !important;
}

#mobile-button-bar {
display: inherit !important;
}
}


	
/* iPAD */
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
.wrapper, #mainWrapper {min-width: 960px;}
}


@media only screen and (max-width : 640px) {

#mainMenu {
display: none !important;
}}
