/*
	Theme Name: Alpine Heating
	Theme URI: http://alpineheating.com
	Description: Alpine Heating WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* GOOGLE FONTS */
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Oswald:400);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background: #1b1b1b; 
	border:0; 
	font: 19px 'Roboto', Arial, Helvetica, sans-serif; 
	color:#F1F1F1 ; 
	line-height:24px; 
	min-width:320px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#EE2E24;
	text-decoration:none;
}
a:hover {
	color:#EE2E24;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* top header*/
#slogan {
float:left;
margin-left:20px;
margin-top:5px;
text-transform:uppercase;
}
#phone {
float:right;
margin-right:20px;
margin-top:5px;
text-transform:uppercase;
}
#text-3 .textwidget {
height; 30px;
font-size:23px;
font-weight:600;
padding: 12px;
}

li#text-2 {	
display: block;
height: 30px;
width: 78.3%;
margin-left: 10%;
}

li#text-3 {
  width: 200px;
  list-style-type: none;
  position: absolute;
  right: 5%;
  z-index:100;
  
}

/* header */
.header {
  position: absolute;
  z-index: 20000;
  background-color: #000;
  width: 86%;
  margin-left:7%;
  min-height: 55px;
}
#header-inner {
  height: 100%;
  margin: 0 auto;
}
/* logo */
.logo {
float:left;
width:18%;
}
.logo-img {
width: 97%;
}

/* mobile phone number */

.mblPhone {display:none;}

@media (min-width:0) and (max-width:800px) { 
  .mblPhone {
  display: block;
  float: left;
  width:60%;
  text-align:center;
  padding-top:20px;
  }
}


/* nav */
.nav {
display:block;
  height: 100%;
  position: relative;
  float:left;
  margin-bottom: 0px;
  width:81%;
}
.nav li {
  float: left;
  height:100%;
}

/*navigation menu */
#nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
bottom:0;
left:0;
margin:0;
padding:0;
width:100%;
z-index:1;
  height: 86px;
  position: relative;
}
#nav, #nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;
height:100%;
  margin: 0 auto;
}
#nav a, #nav a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:medium none;
display:block;
text-decoration:none;
}
#nav li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #6E7073;
max-height:157px;

}
#nav a, #nav a:visited {
color:#FFFFFF;
display:block;
padding:0 15px;
font-family:'Oswald';
text-transform: uppercase;
font-size:13px;
line-height:157px;
}
#nav li ul a {
line-height:30px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
text-decoration:none;
}
#nav li ul {
border-bottom:1px solid #6E7073;
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
top: 157px;
}
#nav li li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
border-left:1px solid #6E7073;
border-right:1px solid #6E7073;
border-top:1px solid #6E7073;
width:220px;
}
#nav li li a, #nav li li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1E1F21 none repeat scroll 0 0;
color:#FFFFFF;
font-size:0.9em;
font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#60625C none repeat scroll 0 0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}

media="screen"
@media (min-width: 1200px)
.navbar_ .nav > li > a {
  padding: 0 30px;
  font-size: 16px;
}
li#menu-item-39 {
border: none;
}
/*navigation menu */


/* sidebar */
.sidebar {

}

#menu-services li a:hover {
  background: #EE2E24;
  color: #fff;
}

/* footer */
.footer {
clear:both;
}
.clear a {
clear:both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* home */
main {
  position: relative;
  z-index: 100;
  max-width:86%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
.home .span4 {
  width: 46%;
}
.span5 {
  width: 370px;
}
}

.home .thumb2 figure img {
  width: 75%;
}
.schedule1 .block3 {
width:40%;
margin-left: auto;
margin-right: auto;
}
.span12 img {
  vertical-align: middle;
}
.span12 .schedule1 {
margin-bottom:30px;
}
.brand-logos {
  background: #fff;
  color: black;
  text-align: center;
  }

#services {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
    
.services {
text-align:center;
}
.txt1 a.btn.btn-info {
font-size: 26px;
    margin-left: 15px;
    width: 190px;
    height: 62px;
    line-height: 32px;
    padding: 13px;
    }
#content0 .services a {
border-bottom: none;
}
#content2 .schedule1 {
border-top: 1px solid #515151;
padding-top: 25px;
margin-top: 0px;
text-align:center;
}
.schedule1 .block2 {
    font-size: 19px;
    color: #fff;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}
#content2 .schedule1 .row {
margin-left: auto;
    margin-right: auto;
    width: 95%;
    }
    @media (min-width: 1200px) {
#content2 .schedule1 .span3 {
width: 24%;
}
#content2 .schedule1 .span5 {
width:33%;
}
}
#content2 .schedule1 .block3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
li#text-3 .social {
display:inline-block;
}
#text-3 .social_wrapper {
    text-align: center;
    display: inline-block;
    float: right;
    margin-top:0;
    margin-right:0;
}
.social-title {
margin-top:10px;
margin-bottom:10px;
text-align:left;
font-size: 15px;
}
#text-3 .social li a {
width: 32px;
}
.hidden_bg_left, .hidden_bg_right {
background: #000;
}
#product_slider .single_items_product {
box-shadow: none;
padding:0;
}
#product_slider .arrow_buttons {
display: none;
}
.single_items {
margin-top:0;
}
#product_slider .single_items_product {
margin-top:0;
}

#product_slider .single_items_product img {
display:none;
}
#rasel_item2 a.view-article {
display:none;
}

/* Page Template 1 */

#sidebody {
  float: left;
  list-style-type: none;
  width: 32.3%;
}
#pagebody {
  width: 66.6%;
  float: left;
}
#sidebody li {
list-style-type: none;
color:#FFF;
}
.page-template #mainbody {
float:left;
width: 68%;
padding-left:30px;
display: inline-block;
}
aside.sidebar {
float:left;
width:29%;
margin-right:30px;
min-width:300px;
}
.page-template #inner {

}
.page-template #services_wrapper{
padding-top: 0px !important;
}
.page-template #content2 {
  background: #000;
  padding: 30px 0;
  float: left;
  width: 30%;
  margin-right: 10px;
  padding-top:0px;
  min-height:530px;
  margin-bottom: 15px;
}
.page-template .span4 {
margin-left:17px;
width:88%;
}
.thumb2 figure {
margin: 0;
float: none;
margin:0px 0px 20px 0px;
text-align: center;
}
div.my_carousel_items div.single_items img {
display:none;
}
.pager {
display:none !important;
}
.single_items_product #button1, .single_items_product #button2 {
display:none !important;
}
/* Contact Page */
.contact-block1 {
float:left;
position:relative;
width:48%;
  margin-right:2%;
}
.contact-block2 {
float:right;
position:relative;
width:48%;
}
.contact-block2 #contact-us-form {
width:80%;
margin-left:auto;
margin-right:auto;
}

@media (min-width:0) and (max-width:975px) {
  .contact-block1 {width:100%;margin:0;}
  .contact-block2 {width:100%;padding-top:12px;}
}
@media (min-width:0) and (max-width:480px) {
  .contact-block2 #contact-us-form {width:100%;}
}

/* Blog Roll */
.blog-page article {
float:left;
width:47%;
margin-right:20px;
margin-top:20px;
padding: 0px 20px 20px 20px;
background:#000;
}
.blog-page section {
width: 68%;
float:left;
}
.blog-page aside.sidebar {
padding-top:30px;
}
/*Blog Single*/

.single section {
margin-top:30px;
}

#single-body {
float:left;
width:67%;
}

/* Residential Template */
.page-template-template-residential #mainbody {
    float: left;
    width: 68%;
    padding-left: 30px;
    }
.residential-sidebar-widget {
    float: left;
    width: 29%;
    margin-right: 30px;
    min-width: 320px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('http://alpineheatingandcooling.com.au/wp-content/themes/alpineheating/fonts/font-name.eot');
	src:url('http://alpineheatingandcooling.com.au/wp-content/themes/alpineheating/fonts/font-name.eot#iefix') format('embedded-opentype'),
		url('http://alpineheatingandcooling.com.au/wp-content/themes/alpineheating/fonts/font-name.woff') format('woff'),
		url('http://alpineheatingandcooling.com.au/wp-content/themes/alpineheating/fonts/font-name.ttf') format('truetype'),
		url('http://alpineheatingandcooling.com.au/wp-content/themes/alpineheating/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (max-width:1024px) {
.contact-block2 #contact-us-form {
width: 100%;
}
  .blog-page section {
    width:95%;
    }
    aside.sidebar {
    width:80%;
    }
}
@media only screen and (min-width:1140px) {

}
@media only screen and (max-width:1280px) {
.page-template-template-residential #mainbody {
    float: left;
    width: 63%;
    padding-left: 30px;
    }
#content1 .span8 {
width:67% !important;
}
#content1 .span5 {
width: 26% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:865px) {
#nav a, #nav a:visited {
line-height:35px;
padding: 0 7px;
border-left: solid 1px #464444;
    border-bottom: solid 1px #464444;
}
li#text-3 {
display:none;
}
}

@media only screen and (max-width:770px) {
#services .carousel-box ul li {
width: 50%;
}
}
@media only screen and (max-width:945px){
.residential-sidebar-widget {
width:79%;
}
#mainbody, #content1 .span8 {
width: 95% !important;
}
#content1 .span5 {
width:94% !important;
}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*Sidebar Widget */
.sidebar-widget {
margin-left:15%;
}

/*Email Us Button */
a.btn.btn-info {
  font-size: 20px;
  margin-top: 15px;
  width: 112px;
  height: 34px;
  line-height: 26px;
}


/*Contact Us Sidebar */
#contact-us-form {
background-color: #22C0F1;
padding: 30px;
}

#contact-us-form h2 {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 24px;
  color: #1B1B1B;
  line-height: 30px;
  padding: 0px 0 15px 0;
  margin: 0 0 15px;
  background: url(../images/h.png) -60px bottom repeat-x;
  text-transform: uppercase;
}
#contact-us-form p {
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom:0px;
}
#contact-us-form textarea {
height:70px;
width:100%;
}
#contact-us-form input[type="text"], input[type="email"], input[type="tel"] {
height:30px;
width: 100%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
width:100%;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-615 {
  margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-captchar {
  width: 30% !important;
}

@media only screen and (max-width:1920px) {
.social-title {
display:none;
}
li#text-3 .social {
margin-top:22px;
}
#text-3 .social img {
width:82%;
}
#text-3 .textwidget {
font-size:15px;
text-align:right;
}
a.btn.btn-info {
    font-size: 12px;
    margin-top: 8px;
    width: 112px;
    height: 24px;
    line-height: 15px;
}
.social li {
    margin: 7px 0 8px 8px;
}
}
@media only screen and (max-width: 480px) {
#content1 .thumb1 h3 {
float:left;
}
.hidden_bg_right {
    display: none;
}
}
@media (max-width: 979px) and (min-width: 768px) {
.span4 {
    width: 45%;
}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* ============================= content ====================== */
#content{background: url(../images/content_px.jpg) left top repeat-x; margin: 0; padding-top: 0px; padding-bottom: 0px; position: relative;}

#content0{background: url(../images/content0.jpg) left bottom repeat-x #1d1d1d; padding: 15px 0;}

.splash{padding: 5px 0;}

.splash1{float: left; font-family: 'Oswald'; font-size: 24px; line-height: 30px; color: #d6d6d6; text-transform: uppercase;}

.splash2{float: right; padding: 5px 0;}





#content1{background: url(../images/content1.jpg) left top repeat-x #000; padding: 30px 0;}

#content2 {
background: #272727;
float:left;
width: 100%;

}
@media (min-width: 1200px){
.span4 {
    width: 350px;
    margin-left: 15px;
    margin-right: 15px;
}
}

/* ============================= services ====================== */
#inner{margin-top: -70px; background: #000; margin-left: auto; margin-right: auto;}

#services_wrapper{ padding-bottom: 30px; padding-top: 30px;background: url(../images/content1_2.jpg) left top repeat-x #000; margin: 0 auto;}
#services_wrapper .services_title{ margin-bottom: 0px;font-family: 'Roboto'; letter-spacing: 0px; font-size: 18px; line-height: 20px; color: #b0adaa; font-weight: 900; text-transform: uppercase; padding: 20px 0px;}


#services{position: relative; padding-bottom: 60px; padding-top: 0px;}

.services_prev{display: block; width: 20px; height: 31px; background: url(../images/services_prev.png) left top no-repeat; position: absolute; left: 50%; margin-left: -45px; bottom: 0px; z-index: 0;}
.services_prev:hover{background-position: bottom;}
.services_next{display: block; width: 20px; height: 31px; background: url(../images/services_next.png) left top no-repeat; position: absolute; right: 50%; margin-right: -45px; bottom: 0px; z-index: 0;}
.services_next:hover{background-position: bottom;}

#services .carousel-box{position: relative;}
#services .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#services .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0; }
#services .caroufredsel_wrapper{padding: 0; margin: 0;}
#services .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#services .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:265px; overflow:hidden; padding-right:20px; width: 25%; min-width:120px; }

.services{}
#services .carousel ul {margin:0;}
.services .services_inner{text-align:center;}
.services .services_inner a{display: block; text-decoration: none; position: relative; border-bottom: 2px solid #3d3d3d;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.services .services_inner a:hover{border-color: #8f1212;}
.services .services_inner a figure{margin: 0; padding: 0px; position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.services .services_inner a:hover figure{}
.services .services_inner a .img{}
.services .services_inner a .caption {position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); padding: 10px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.services .services_inner a:hover .caption {background: rgba(0, 0, 0, 0.8);}
.services .services_inner a .txt1{font-family: 'Roboto'; font-weight: 700; font-size: 16px; line-height: 20px; color:#EE2E24; 
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.services .services_inner a:hover .txt1{color: #fff;}
.services .services_inner a .txt2{font-family: 'Roboto'; font-weight: 400; font-size: 12px; line-height: 20px; color: #96969a; 
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.services .services_inner a:hover .txt2{color: #96969a;}
.txt1 {
font-family: 'Oswald';
  font-weight: 700;
  font-size: 18px;
  color: #88D2FF;
  line-height: 20px;
  padding: 10px 0 10px 0;
  margin: 0;
  }
.txt1 a {color: #88D2FF;}  
#content1 .txt1 {
  font-size: 20px;
  }
#content0 .container {
margin-bottom: 15px;
}
/* ============================= services end ====================== */

/* ============================= team ====================== */
#team_wrapper{ padding-bottom: 0px; padding-top: 10px;}
#team_wrapper .services_title{ margin-bottom: 0px;font-family: 'Roboto'; letter-spacing: 0px; font-size: 18px; line-height: 20px; color: #b0adaa; font-weight: 900; text-transform: uppercase; padding: 20px 0px;}


#team{position: relative; padding-bottom: 0px; padding-top: 0px;}

.team_prev{display: block; width: 20px; height: 31px; background: url(../images/team_prev.png) left top no-repeat; position: absolute; right: 70px; top: -70px; z-index: 0;}
.team_prev:hover{background-position: bottom;}
.team_next{display: block; width: 20px; height: 31px; background: url(../images/team_next.png) left top no-repeat; position: absolute; right: 20px; top: -70px; z-index: 0;}
.team_next:hover{background-position: bottom;}

#team .carousel-box{position: relative;}
#team .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#team .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -20px; }
#team .caroufredsel_wrapper{padding: 0; margin: 0;}
#team .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#team .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:20px }

.team{}
.team .team_inner{}
.team .team_inner figure{margin: 0; padding: 0px; position: relative;}
.team .team_inner .img{width: 100%;}
.team .team_inner .caption {position: relative; padding-top: 15px;}
.team .team_inner .txt1{font-family: 'Roboto'; font-weight: 700; font-size: 18px; line-height: 20px; color: #fff; }
.team .team_inner .txt2{font-family: 'Roboto'; font-weight: 400; font-size: 14px; line-height: 20px; color: #b6b6b9; padding-bottom: 10px; padding-top: 10px; }


/* ============================= team end ====================== */

/* Large desktop */
@media (min-width: 1200px) {

	.inner{max-width: 1230px; }

	.navbar_ .nav > li > a{padding: 0 30px; font-size: 16px;}

	#services{ padding-bottom: 0px;}

	.services_prev{left: 0; margin-left: -25px; bottom: 50%; margin-bottom: -15px;}
	
	.services_next{right: 0; margin-right: -25px; bottom: 50%; margin-bottom: -15px;}

	#ajax-contact-form input, #ajax-contact-form textarea{width: 356px;}

	
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
	
}
@media (min-width: 980px) and (max-width: 1199px) {
	
	
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
	
	.inner{max-width: 784px; }
	
	.nav-collapse_.collapse{height: auto!important; overflow: visible!important;}
	.navbar_ .btn-navbar{display: none;}

	.navbar_ .nav > li > a{padding: 0 10px; font-size: 14px;}

	

	#inner{margin-top: -80px;}

	#content0{ padding: 20px 0;}

	.splash1{font-size: 20px;}

	.button2 .txt1{font-size: 14px; padding-top: 15px; }
	.button2 .txt2{font-size: 10px; padding-top: 5px; }
	
	.schedule1 .block1{font-size: 20px; line-height: 40px;}
	.schedule1 .block2{font-size: 10px;}	
	.schedule1 .block3{}

	h1{font-size: 30px;}

	h2{font-size: 20px; line-height: 25px;}

	#ajax-contact-form input, #ajax-contact-form textarea{width: 209px;}

	.page_slide{ height: 320px;}


	
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	.inner{max-width: 480px; }
	body{padding-left: 0; padding-right: 0;}
	.container{width: 440px;}

	.slogan1{float: none;}

	.phone1{float: none; padding-top: 5px;}

	.menu_wrapper{float: none;padding-top: 0px; margin-top: 0px;}

	.navbar_ {float: none; margin-left: -20px; margin-right: -20px;}
	.navbar_ .nav{display: block; background: #000;padding-right: 0;}
	.navbar_ .nav > li{float: none; padding-left: 0; background: none; border-bottom: 1px solid #434343;}
	.navbar_ .nav > li > a{line-height: 60px;}
	.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{}
	.sub-menu ul{position: relative; left: 0; top: 0;}

	#inner{margin-top: -60px;}

	#content0{ padding: 20px 0;}

	.splash1{font-size: 20px;}

	.schedule1 .block1{font-size: 20px; line-height: 30px;}
	.schedule1 .block2{font-size: 14px; padding-top: 15px;}	
	.schedule1 .block3{padding-top: 15px;}

	.page_slide{height: 270px;}
	.page_slide img{width: auto; max-width: none; width: 800px; left: 50%; margin-left: -400px; position: relative;}

	h1{float: none; font-size: 30px; line-height: 35px;}

	.breadcrumbs1{float: none; padding-top: 5px;}

	h2{font-size: 20px; line-height: 25px;}

	#ajax-contact-form .block3{float: none;}
	#ajax-contact-form .block4{float: none; padding-left: 0px;}

	#ajax-contact-form input, #ajax-contact-form textarea{width: 426px;}



		
}
@media (min-width: 481px) and (max-width: 767px) {
	
	
	
}
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.inner{max-width: 320px; }
	.container{width: 300px;}

	.slogan1{font-size: 12px;}

	.phone1{font-size: 12px;}

	.splash1{float: none;}

	.splash2{float: none;}

	h1{float: none; font-size: 20px; line-height: 20px;}

	.google_map iframe{height: 240px;}

	#ajax-contact-form input, #ajax-contact-form textarea{width: 286px;}

	.page-404 .txt1{font-size: 150px; line-height: 150px;}
	.page-404 .txt2{font-size: 50px; line-height: 50px;}
	
}


@media (max-width: 800px) {
.nav {
display:none;
}
#responsive-menu {
left:25%;
}
}

#left-content {
    float: left;
    width: 76%;
    margin-top: 26px;
    padding-right: 3%;
    }

#right-content {
    float: left;
    width: 23%;
    }
.page-id-616 .page-template #mainbody {
    display: inline-block !important;
}

#snippet-box {
	display: none;
	}