/*
Theme Name: Sierra Hearth and Home
Theme URI: http://www.brandtastic1.com/
Description: Sierra Hearth and Home
Author: Brandtastic
Author URI: http://www.brandtastic1.com/
Version: 1.0
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
    background: url("img/bg.jpg") no-repeat fixed 50% 0 #FFFFFF;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

h1{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 22px; font-weight:bold; line-height: 24px;
	color: #0562a5;
	padding: 0px 0px 10px 0px;
}
h2 {
        font-size: 16px;
        font-weight: normal;
        font-style: italic;
        font-family: georgia, palatino, serif;
        color: #138162!important;
}

h3 {
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 15px;
        margin-top: 8px; padding: 0px 0px 15px 0px;
        color: #966d49!important;
}

h4 {
        font-size: 18px;
        font-weight: bold;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #138162!important;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
	color: #1e7fc9;
}

h6 { font-size: 16px;
        font-weight: bold;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #6b3a08!important;
}

p{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #555;
	text-align: justify;
	vertical-align: top;
}
.container{
	width: 1024px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
}
header{
	background: url('img/header.jpg') no-repeat center top;
	float: left;
	width: 1024px;
	height: 244px;
	position: relative;
	overflow: visible;
}
.logo{
	margin: 0;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -180px;
	z-index: 99999;
}
.top-menu{
	float: left;
	width: 1024px;
    padding: 0;
	height: 40px;
	background: url("img/menu.jpg") repeat-x center -0px;
	position:relative;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
}
.article{
padding: 20px 25px 35px 30px;
    width: 740px;
	float: left;
}
.socials{
    float: left;
    height: auto;
    margin-left: 12px;
    margin-top: 200px;
}
.socials a{
	float: left;
	display: block;
}

.facebook{
	width: 32px;
	height: 32px;
	float: left;
	background: url('img/facebook.png')no-repeat;
	margin-left: 6px;
}
.twitter{
	width: 32px;
	height: 32px;
	float: left;
	background: url('img/twitter.png')no-repeat;
	margin-left: 6px;
}
.gplus{
	width: 32px;
	height: 32px;
	float: left;
	background: url('img/googleplus.png')no-repeat;
	margin-left: 6px;
}
.linkedin{
	width: 32px;
	height: 32px;
	float: left;
	background: url('img/linkedin.png')no-repeat;
	margin-left: 6px;
}
.headline{
	float: right;
}
.headline p{
	color: #275583;
	font-size: 16px;
	font-style:italic;
	text-align: right;
	margin-right: 26px;
	font-weight: bold;
	margin-top: 40px;
}
/*
 * Menu
 */
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
}
.sf-menu {
float: left;
position: relative;
left: 50%;
}
.sf-menu ul li {
left: 0%;
}
.sf-menu li {
left: -50%;
}
.sf-menu li {
	position: relative;
	z-index: 99999;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	float: left;
	display: block;
}
.sf-menu ul ul {
    float: left;
    position: relative;
    width: 100%;
}
.sf-menu {
    float: left;
    height: 40px;
    margin-bottom: 0;
}
.sf-menu ul {
	min-width: 160px;
	*width: 160px;
}
.sf-menu a {
	padding: 0 10px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sf-menu a {
	color: #FFF;
}
.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
}
.sf-menu ul li {
	background: #c29d6c;
}
.sf-menu ul li a:hover {
	background: #0562A5;
	color: #f8b65e!important;
}
.sf-menu ul ul li {
	background: #c29d6c;
}
.sf-menu ul ul li a::before{
	content: '\2022';
	font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}
.sf-menu ul ul li a{
	background: #dcb786 none repeat scroll 0 0;
	font-size: 12px;
    line-height: 21px;
    padding-left: 12px;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
	background: url("img/menu.jpg") repeat-x center -40px;
	-webkit-transition: none;
	transition: none;

}
.sf-menu li:hover a{
	color: #f8b65e;
}
.sf-menu > li.current-menu-item {
	background: url("img/menu.jpg") repeat-x center -40px;
}
.sf-menu li ul a{
	box-sizing: border-box;
    background: #c29d6c none repeat scroll 0 0;
    color: #0562a5 !important;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    width: 100%;
}
.sf-menu li ul a:hover{
	color: #f8b65e!important;
}
.sf-menu li.current-menu-item a{
	color: #f8b65e;
}
.sf-menu li.current-menu-item li a{
	color: #f8b65e;
}
.sf-menu li:hover li a{

}
.sf-menu li li:hover a{

}
.sf-arrows .sf-with-ul {

}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {

}
ul.sf-menu > li > a > span.sf-sub-indicator { display: none; }
#sidebar{
	font-family: 'Open Sans', sans-serif;
	color: #fbcf3b;
	width: 227px;
	background: #0562a5;
	padding-bottom: 20px;
	-webkit-box-shadow: -5px 0px 6px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: -5px 0px 6px 0px rgba(0,0,0,0.65);
	box-shadow: -5px 0px 6px 0px rgba(0,0,0,0.65);
	position: relative;
	z-index: 9999;
}
#sidebar.rside{

}
.textwidget{
	text-align: center;
}
.widget_nav_menu ul{
	list-style: none;
	margin: 0;
}
.widget_nav_menu {
	float: left;
	width: 227px;
	font-size: 15px;
}

#sidebar .widget{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.widget_nav_menu ul li{
	float: left;
	width: 227px;
}
.widget_nav_menu ul li a{
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
	width: 214px;
	display: block;
	height: 40px;
	line-height: 40px;
	background: url("img/sidemenu.jpg") repeat-x center top;
	font-size: 18px;
	font-weight: bold;
}
.widget_nav_menu ul li a:hover{
	background: url("img/sidemenu.jpg") repeat-x center bottom;
	color: #dfa250!important;
}
.widget_nav_menu ul li.current-menu-item a{
	background: url("img/sidemenu.jpg") repeat-x center bottom;
	color: #dfa250!important;
}
.widget_nav_menu ul li .sub-menu{
	display:none;
}
.widget_super_rss_reader{
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 14px;
    width: 198px !important;
    margin-top: 16px;
}
.widget_super_rss_reader .srr-wrap .srr-item:last-child{
	margin-left: 8px;
    margin-right: 8px;
}
.widget_super_rss_reader .widget-title{
	color: #000;
	font-size: 14px;
	font-weight:bold;
	padding-top: 12px;
	padding-left: 12px;
}
#sidebar .widget_super_rss_reader a{
	color: #00924d;
	text-decoration: none;
}
.srr-wrap > div{
	padding-top: 10px;
	padding-bottom: 10px;
}
.srr-style-smodern .srr-item{
	margin-left:8px;
	margin-right:8px;
}
.content{
	float: left;
	width: 797px;
	min-height:800px;
}
.phone-sidebar{
	text-align: center;
	font-size: 26px;
	line-height: 1em;
	padding-top: 12px;
	color: #000;
	margin:0;
}
.textwidget p{
	padding-left: 12px;
	padding-right: 12px;
}

.textwidget .alignright,.textwidget .alignleft{margin: 0;}
/* =WordPress Core

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.article .textwidget p{
	padding-left: 0;
	padding-right: 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: 15px;
    text-align: center;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 16px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: top;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
a{
	color: #0562A5;
	text-decoration: underline;
}

.footer{
	width: 100%;
	float: left;
	background: #624e3f;
	text-align: center;
	padding:40px 30px;
	line-height: 16px;
	font-size: 12px;
	box-sizing: border-box;
	border-top: 1px solid #405c5b;
}
.footer a{
	color: #966d49;
}
.footer-menu{
	float: left;
	margin-bottom: 37px;
}
.footer-menu a{
	margin-left: 10px;
	margin-right: 10px;
	color: #966d49;
}
.metaslider{
	overflow: hidden;
	float: left;
	height: 284px;
}
.article h1{
	margin-bottom: 8px;
}
.main-content-area {
    display: table;
    width: 100%;
    border-bottom: 6px solid #007cc9;
}
.content, #sidebar{
	display: table-cell;
    vertical-align: top;
}
.responsive-menu{display: none;}
#openmainnav{
	display:none;
	width: 100%;
	height: 40px;
	background: #0562A5;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#menuarrows{
	width: 35px;
	height: 35px;
	background: url('img/arrows.png') no-repeat bottom center;
	display: block;
	float: right;
	margin-right: 32px;
	margin-top: 2px;
	position: absolute;
	right: 0;
	top: 0;
}
.openedmenu #menuarrows{
	background: url('img/arrows.png') no-repeat top center;
}
a.responsivebutton{
	display: none;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #0562A5;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}
a.responsivebutton.colorgrn{background:#0562A5}
#menu-responsive{margin:0; padding:0;}
#menu-responsive li{background: #0562A5;border-top: 1px solid #000;}
#menu-responsive li:hover{background:#c29d6c ;color: #000;}
#menu-responsive li.current-menu-item{background:#c29d6c ;color: #000;}
#menu-responsive li:hover a{color: #2F2F2F;text-shadow: none;}
#menu-responsive li.current-menu-item a{color: #2F2F2F;text-shadow: none;}
#menu-responsive li a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 33px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: -1px 1px 0 #000000;
    color: #FFF;
    display: block;
}
#responsiveheader{
	position: relative;
	display: none;
}
.responsivebutton img{margin-top: 5px;}
.blog-link{
	background: #b2a389;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar a{
	color: #FFF;
}
#sidebar #wpcr_respond_1{
	margin-top: 30px!important;
}
#sidebar #wpcr_respond_1 h3.summary{
	color: #FFF;
}
#sidebar #wpcr_respond_1 .wpcr_rating, #sidebar #wpcr_commentform .wpcr_rating{
	margin-left: 50px!important;
}
#sidebar #wpcr_respond_1 .wpcr_fl{
	float: none;
}
#sidebar #wpcr_respond_1 blockquote.description p{
	color: #FFF;
}
.content iframe{
	max-width: 98%;
	margin: 0;
	padding: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.footer p{
	color: #966d49;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
}
.footer p.copyright{
	color: #FFF;
}
.footer p.copyright a{
	color: #FFF;
	text-decoration: none;
}
#topmenuleft{
	width: 440px;
	float: left;
}
#topmenuright{
	width: 440px;
	float: right;
}
@media only screen and (min-width: 0px) and (max-width: 380px) {
	body{background: url("img/bgr3.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 100%;background: #FFF;}
	header{background-size: 100% auto;height: 1px; margin-bottom: 5px; padding-bottom: 23.2%; width: 100%;}
	#Stage{display: none}
	#responsiveheader{display: block; height: 328px; width: 100%;}
	.top-menu{width: 100%;padding:0;}
	.sf-menu{width: 100%;}
	.sf-menu a {font-size: 11px;letter-spacing: 0; padding: 0 2px;}
	.content{width: 100%}
	.article{width: 100%; padding: 20px 35px 35px 30px; text-align:justify;box-sizing: border-box; }
	.main-content-area{display:block;}
	.article p{text-align:justify; }
	.footer{padding:40px 25px;}
	.metaslider{height: auto;}
	#header-logo{left:8px; top: 60px;}
	#header-smoke{left:22px;top:-18px;}
	#header-trucks{display:none;}
	#header-name {left: 20px;top: 295px;width: 252px;}
	#header-text{display: none;}
	#header-phonen{display: none;}
	#header-sky{top:-22px;}
	.alignleft, .alignright{}
	#openmainnav, a.responsivebutton{display: block;}
	.top-menu{display:none;}
	#nav_menu-2{display: none;}
	#sidebar{width:100%; padding: 0;display: none;}
	h1{text-align: left;}
	.logo {width: 120px;margin-left: -60px;}
	.socials{display: none;}
	.facebook{margin-left: 62px;}
	.linkedin{margin-left: 34px;}
	.socials a{float: left;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:center;}
	.headline{display: none;}
}
@media only screen and (min-width: 381px) and (max-width: 480px) {

	body{background: url("img/bgr3.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 100%;background: #FFF;}
	header{background-size: 100% auto;height: 1px; margin-bottom: 5px; padding-bottom: 23.2%; width: 100%;}
	#responsiveheader{display: block; height: 328px; width: 100%;}
	.top-menu{width: 100%;padding:0;}
	.sf-menu{width: 100%;}
	.sf-menu a {font-size: 11px;letter-spacing: 0; padding: 0 2px;}
	.content{width: 100%}
	.article{width: 100%; padding: 20px 35px 35px 30px;text-align:justify; box-sizing: border-box;}
	.article p{text-align:justify; }
	.footer{padding:40px 35px;}
	.metaslider{height: auto;}
	#header-logo{left:8px; top: 60px;}
	#header-smoke{left:22px;top:-18px;}
	#header-trucks{display:none;}
	#header-name {left: 20px;top: 330px;width: 310px;}
	#header-text{display: none;}
	#header-phonen{display: none;}
	.alignleft, .alignright{}
	.main-content-area{display:block;}
	#openmainnav, a.responsivebutton{display: block;}
	.top-menu{display:none;}
	#nav_menu-2{display: none;}
	#sidebar{width:100%; padding: 0;display: none;}
	h1{text-align: left;}
	.logo {width: 120px;margin-left: -60px;}
	.socials{display: none;}
	.socials a{float: left;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:center;}
	.headline{display: none;}
}
@media only screen and (min-width: 481px) and (max-width: 620px) {
	body{background: url("img/bgr2.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 440px;background: #FFF;}
	header{width: 440px; height:104px;background-size: auto 100%;}
	#Stage{display: none}
	#responsiveheader{display: block; height: 328px; width: 440px;}
	.top-menu{width: 440px;padding:0;}
	.sf-menu{width: 440px;}
	.sf-menu a {font-size: 11px;letter-spacing: 0; padding: 0 2px;}
	.content{width: 440px}
	.article{width: 375px; padding: 20px 35px 35px 30px;}
	.metaslider{height: 158px;}
	#header-logo{left:8px}
	#header-smoke{left:22px}
	#header-trucks{display:none;}
	#header-name {left: 20px;top: 330px;width: 400px;}
	#header-text{display: none;}
	#header-phonen{display: none;}
	.alignleft, .alignright{}
	#openmainnav, a.responsivebutton{display: block;}
	.top-menu{display:none;}
	#nav_menu-2{display: none;}
	#sidebar{width:440px; padding: 0;display: none;}
	h1{text-align: left;}
	.logo {width: 128px;margin-left: -64px;}
	.socials{margin-top: 68px;}
	.socials a{float: right;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:right;}
}
@media only screen and (min-width: 621px) and (max-width: 690px) {
	body{background: url("img/bgr2.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 580px;background: #FFF;}
	header{width: 580px;background-size: auto 100%;height: 138px;}
	#Stage{display: none}
	#responsiveheader{display: block; height: 328px; width: 580px;}
	.top-menu{width: 580px;padding:0;}
	.sf-menu{width: 580px;}
	.sf-menu a {font-size: 11px;letter-spacing: 0; padding: 0 2px;}
	.content{width: 580px}
	.article{width: 515px; padding: 20px 35px 35px 30px;}

	.metaslider{height: 246px;}
	#header-logo{left:8px}
	#header-smoke{left:22px}
	#header-trucks{left: 336px}
	#header-name {left: 248px;top: 238px;width: 330px;}
	#header-text{display: none;}
	#header-phonen{display: none;}
	.alignleft, .alignright{}
	#openmainnav, a.responsivebutton{display: block;}
	.top-menu{display:none;}
	#nav_menu-2{display: none;}
	#sidebar{width:580px; padding: 0;display: none;}
	h1{text-align: left;}
	.logo{width:170px;margin-left: -85px;}
	.socials{margin-top: 96px;}
	.socials a{float: right;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:right;}
}
@media only screen and (min-width: 691px) and (max-width: 768px) {
	body{background: url("img/bgr2.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 620px;background: #FFF;}
	header{width: 620px;height:148px;background-size: auto 100%;}
	#responsiveheader{display: block; height: 328px; width: 620px;}
	.top-menu{width: 620px;padding:0;}
	.sf-menu{width: 620px;}
	.sf-menu a {font-size: 11px;letter-spacing: 0; padding: 0 2px;}
	.content{width: 620px}
	.article{width: 555px; padding: 20px 35px 35px 30px;}

	#header-logo{left:8px}
	#header-smoke{left:22px}
	#header-trucks{left: 336px}
	#header-name {left: 270px; top: 263px; width: 340px;}
	#header-text{display: none;}
	#header-phonen{display: none;}
	.alignleft, .alignright{}
	#openmainnav, a.responsivebutton{display: block;}
	.top-menu{display:none;}
	#nav_menu-2{display: none;}
	#sidebar{width:620px; padding: 0; display:none;}
	.logo{width:190px;margin-left: -95px;}
	.socials{margin-top: 108px;}
	.socials a{float: right;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:right;}
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
	body{background: url("img/bgr.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 720px;-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);}
	header{width: 720px;height:172px;background-size: auto 100%;}
	#responsiveheader{display: block; height: 328px; width: 720px;}
	.top-menu{width: 720px;padding:0;}
	.sf-menu a {font-size: 13px; padding: 0 8px; letter-spacing: 0;}
	.content{width: 493px}
	.article{width: 428px; padding: 20px 35px 35px 30px;}
	.alignleft, .alignright{}
	.logo{width:280px;margin-left: -140px;}
	.socials a{float: left;}
	.headline p{margin-top: 18px;}
	.visit-blog{width: 100%; float: right; text-align:right;}
	#topmenuleft{width: 300px;}
	#topmenuright{width: 300px;}
	.socials{margin-top: 130px;}
}
@media only screen and (min-width: 961px) and (max-width: 1054px) {
	body{background: url("img/bgr.jpg") no-repeat fixed 50% 0 #FFFFFF;}
	.container{width: 900px;-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);}
	header{width: 900px;background-size: auto 100%;height: 215px;}
	.logo{width: 324px;margin-left: -162px;}
	#Stage{display: none}
	#responsiveheader{display: block; height: 328px; width: 900px;}
	.top-menu{width: 900px;padding:0;}
	.sf-menu a{padding:0 7px; font-size: 14px;}
	.content{width: 673px}
	.article{width: 626px; padding: 20px 35px 35px 30px;}
	#topmenuleft{width: 372px;}
	#topmenuright{width: 372px;}
	.socials{margin-top: 170px;}
}
@media only screen and (min-width: 768px) {
.responsive-menu{display: none!important;}
}