/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/BG_Body.gif');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;


}

#header {
background: #ffffff url('images/HeaderImage.jpg?23082011') no-repeat bottom center;
	}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
        font-family: verdana;
        font-size: 95%;
        padding: 0 10px;
        clear:both;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn {
	text-align: center;
	}

.bullet-rv {
        color: #298233;
        font-weight:bold;
        }

.post-heading {
        color:#5d5d5d;
        position:static;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        height: 40px;
        padding: 5px 10px 0 10px;
        position: static;
        background: #cccccc; /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee));                 /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* W3C */
        }

.post-heading a {
        font-size: 16px;
        font-weight:bold;
        text-decoration:none;
        color: #5d5d5d;
        }

.postmetadata {
        text-align: left;
        border-top:1px #dcdcdc solid;
        border-bottom:1px #dcdcdc solid;
        background-color: #efefef;
        padding: 5px;
        }

.thread-alt {
	background-color: #f8f8f8;
        }
.thread-even {
	background-color: white;
        }

.depth-1 {
        border: 1px solid #ddd;
        }

.even, .alt {
	border-left: 1px solid #ddd;
        }

#post_footer-left {
        float:left;
        width:50%;
        }

#post-footer-right {
        float:right;
        width:50%;
        }

#footer {
        background: #858585 no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
/*	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
*/
	font: small Georgia, Serif;
	color: #5F3891;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

<!--h2.pagetitle {
	font-size: 1.6em;
	}
-->
.pagetitle
{
margin: 20px 0 0 20px;
color: #653694;
font-size:18px;
font-weight:bold;
}

#sidebar h2 {
/*	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
*/
/*color:#999999;
font:100% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
letter-spacing:0.2em;*/
text-transform:uppercase;
color: #339933;
font-family: Arial;
font-size: 12px;
font-weight: bold;
padding: 0 0 0 10px;

	}

h3 {
	font-size: 1.3em;
font-weight:bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #339933;
	}
/*
h2, h2 a, h2 a:visited, h3, h3 a, /*h3 a:visited*/ {
	color: #333;
	}
*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 60px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	border: 0px solid #959596;
	}

#header {
	background-color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0;
	height: 150px;
	width: 1000px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#navigate
{
width: 1000px; /*width: 770px;*/
height: 26px;
}

#navigate ul
{
list-style: none outside none;
margin: 0;
float: left;
padding: 0;
width: 1000px;
background-color: #339933;
height: 26px;
/*background: url("images/menu.jpg") repeat scroll 0 0 #ffffff;*/
}

#navigate ul li
{
color: #000000;
font-size: 12px;
float: left;
line-height: 2.1em;
text-decoration: none;

}

#navigate ul li a
{
color: #ffffff;
display: block;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
line-height: 2.1em;
padding: 0 1em;
text-decoration: none;
}
.menudivider
{
border-right: 1px dotted #977BB6;
height:17px;
width: 1px;
}

#slider-wrap
{
background: none repeat scroll 0 0 #FFFFFF;
border: 10px solid #eeeeee;
height: 250px;
margin: 10px 55px;
width: 550px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

#featured-posts
{
float: left;
width: 680px;
border: 1px solid #eeeeee;
text-align:left;
margin-left:10px;
}

#featured-post
{
padding: 0 10px 0 10px;

}

.featured-post-heading
{
text-align:left;
}
.featured-post-heading h3 a
{
color: #28903b;
text-decoration: none;
}

.featured-post-content
{
border-bottom: 1px solid #eeeeee;
}

.featured-title h2
{
color: #28903b;
margin: 0 10px 0 10px;
border-bottom: 1px solid #eeeeee;
padding: 10px 0 10px 0;
}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 10px;*/
	margin: 0 0 0 0;
	width: 690px;
	padding-top: 5px;
	}

.landingpage {
	float: left;
	padding: 28px;
	margin: 25px 75px;
border: solid 3px #663797;
-moz-box-shadow: 0 1px 55px 0 #5F3891; 
-webkit-box-shadow: 0 1px 55px 0 #5F3891;
box-shadow: 0 1px 55px 0 #5F3891;


	}

.widecolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0 0 0 0;
	width: 960px;
	padding-top: 5px;
	}

.post {
	margin: 45px 0 0 10px;
	text-align: justify;
	border: 1px solid #bcbcbc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.5);
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 25px 0 0 20px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
width: 1000px;
	clear: both;

	}

#footer p {
	margin: 0;
	padding: 10px;
line-height: 1.5;
font-size: 110%;
	text-align: justify;
color: #ffffff;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 20px 0 0 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 15px 0 5px 0 ;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none;*/
	padding-left: 10px;
/*	text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 7px 0px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0;
	margin: 0 0 0 20px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
/*
background: #dddddd; -- Old browsers 
background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); -- FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); -- Chrome,Safari4+ 
background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); -- Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%); -- Opera11.10+ 
background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%); -- IE10+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); -- IE6-9 
background: linear-gradient(top, #dddddd 0%,#ffffff 100%); -- W3C 
*/
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul p {
color:#666666;
line-height:1.5em;
text-align: justify;
font-size: 110%;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 175px;
	padding: 2px;
	}

#sidebar #searchsubmit {

	margin: 0 0 5px auto;
	float: right;
width: 80px;
border:0;
-moz-border-radius:5px;
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
-webkit-border-radius:5px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
border-bottom:1px solid rgba(0,0,0,0.25);
background-color:#555;
color:#FFF;
cursor:pointer;
font-size:95%;
font-weight: bold;
left:5px;
padding: 4px;
position:relative;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	}
#sidebar #searchsubmit:hover
{
background-color: #653694;
color: #FFFFFF;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        background-color: #f5f5f5;
        border: 1px solid #bbbbbb;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #f5f5f5;
        border: 1px solid #bbbbbb;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
width: 125px;
border:0;
-moz-border-radius:5px;
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
-webkit-border-radius:5px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
border-bottom:1px solid rgba(0,0,0,0.25);
background-color:#555;
color:#FFF;
cursor:pointer;
font-size:95%;
font-weight:bold;
left:5px;
padding:2px 5px;
position:relative;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
}

#commentform #submit:hover
{
background-color: #653694;
color: #FFFFFF;
}
#commentform #submit:active
{
top: 1px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px;
	margin-left: 700px; 
	width: 280px;
border-left: 1px dotted #cccccc;
	}

.widget
{
border-bottom: 1px dotted #cccccc;
padding-bottom: 5px;
}


#recent-posts-3 ul li
{
list-style: square;
}

#archives-3 ul li
{
list-style: square;
}

.sidebarSection
{
border-bottom: 1px dotted #cccccc;
padding-bottom: 5px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	/*padding-left: 20px;
	border-left: 5px solid #ddd;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0 0 0 20px;
	}
/* End Various Tags & Classes*/

/* BUTTON style */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/*SLIDESHOW*/
.pics 
{
height: 250px;
margin: 0;
overflow: hidden;
padding: 0;
width: 550px;
}
.pics img
{
background-color: #EEEEEE;
/*border: 1px solid #CCCCCC;*/
left: 0;
top: 0;
width: 550px;
height: 250px;
}
/************************/

/* TESTIMONIAL DIRECTOR */
.testimonial:after {
content: ".";display: block;height: 0;clear: both;visibility: hidden;margin: 0;padding: 0;
}
.testimonialBlock {
margin: 10px 0;
}
.testimonial {
padding: 5px;
margin-bottom: 10px;
margin-right:auto;
	text-align: justify;
	border: 1px solid #bcbcbc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.5);


}
.headshot {
float: left;display: inline;margin-bottom: 12px;margin-right: 22px;height:80px;
}
.logo {
float: left;display: inline;margin-bottom: 12px;margin-right: 12px;height:80px;
}
.squote {
margin: 0;padding: 0; font-size: 1.2em;line-height: 22px;
text-align: left;
}
.mquote {
margin: 0;padding: 0;font-size: 14px;line-height: 20px;
}
.lquote {
margin: 0; padding: 0;font-size: 12px;line-height: 20px;
}
.byline {
font-style: italic; font-weight:bold; font-size: 12px;line-height: 16px;margin: 6px 0; 
}
.audio {
margin:12px 0;
}
.video {
margin:12px 0;
}
.video_embed {
margin:12px 0;
}
.td_branding {
margin-top:10px;display: block;
}
.td_branding a {
display: inline-block;
}
/************************/

/*FOLLOW US*/
#followus
{
right:0;
top:50px;
border:1px;
width:35px; 
height:175px;
position:fixed;
padding:6px 4px 0 4px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-topleft: 7px;
-webkit-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.5);
background-color: #ffffff;
z-index:999999;
}

.attachment-post-thumbnail {float:left; padding: 0 10px 10px 0;}

.link-box {
left: 45px;
width:120px;
top:-40px;
position: relative;
height:20px;

}

.buynow-text
{
color:#ffffff;
font-size:14px;
background-color:#339933;
font-weight:bold;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-radius-topleft: 7px;
-webkit-border-radius-bottomleft: 7px;
-webkit-border-radius-topright: 7px;
-webkit-border-radius-bottomright: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
text-decoration:none;
padding:3px;
}


#survey h1
{
padding-top: 0px;
color:#28903B;
font-size:15px;
}

.grayback {
	-moz-border-radius: 7px 7px 7px 7px; 
	-webkit-border-radius: 7px 7px 7px 7px; 
	background-color: #e7e7e7; 
	margin: 0 0 10px;
	padding: 10px; 
	font-family: Arial;
	}

.nav-menu-srm {
	display: none !important;
}
#click-menu.admin-bar-showing {
	margin-top: 10px;
}
#responsive-menu {
	height: auto !important;
}
.bx-viewport {
	height: 171px !important;
}
.bx-wrapper {
	overflow: visible !important;
	margin: 0 auto !important;
}
@media (max-width: 960px) and (min-width: 481px)
{
.srm-menu-toggle .rmm-button .rmm-closed
	display: block!important;
}