body {
margin: 0;
padding: 0;
font-family: Trebuchet MS;
font-size: 12px;
}
#container {
width: 96%;
max-width: 1366px;
background-color: #ffffff;
text-align:left;
}
#container_header {
padding:0;
width:100%;
position: relative;
}
#head_top {
padding: 0;
width:100%;
height: 87px;
background-image: url(images/pad.gif);
}
#logo {
width: 150px;
float:left;
}
#text_header {
text-align: right;
padding: 7px 7px 0px 0px;
width: 460px;
float:right;
}
.headertext {
font-weight: normal;
font-size: 12px;
color: #2b6b96; 
line-height: 13px; 
}
.headerdate {
color: #2b6b96; 
font-weight: normal;
font-size:11px;
text-transform: uppercase;
margin: 15px 0 0 0;
line-height: 13px; 
}

/*Responsive Menu*/


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
margin:auto;
  width: 98%;
  border-radius: 4px;
  border: 1px solid #7aadd6;
  line-height: 1;
  background: #218cda;
  background: -webkit-linear-gradient(bottom, #92bdde, #218cda);
  background: -ms-linear-gradient(bottom, #92bdde, #218cda);
  background: -moz-linear-gradient(bottom, #92bdde, #218cda);
  background: -o-linear-gradient(bottom, #92bdde, #218cda);
  background: linear-gradient(to top, #92bdde, #218cda);
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 20px 10px 20px;
  font-size: 13px;
  text-decoration: none;
  color: #fcfefb;

}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #e1f400;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  background: rgba(125, 125, 125, 0.04);
}
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 8px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 97%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 10px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #e1f400;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #e1f400;
  border-bottom: 2px solid #e1f400;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #e1f400;
}
/*End Menu*/

/*
#menu {
padding: 5px 0px 0px 15px;
width: 730px;
height: 27px;
background: #FFFFFF url(images/menu_bg.gif) no-repeat;
}
a.menu_link:link, a.menu_link:visited { 
color: #ffffff; 
text-decoration: none; 
margin-left: 0; 
padding-right: 6px; 
font-size: 12px;
	background-image: url(/images/menu_sep.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 100%; 
}
a.menu_link:hover, a.menu_link:active { 
color: #e1f400; 
background-image: url(/images/menu_sep.gif); 
background-repeat: no-repeat; 
background-position: 100% 100%; 
}*/
#footer_redbar {
width: auto
height: 10px;
padding: 0px 10px 0px 10px;
background-color:#FFFFFF;
}
.break2 {
background-image: url(images/sep_footer.gif);
background-repeat: repeat-x;
}
#footer_text {
padding: 10px 10px 10px 10px; 
width: auto;
font-size: 12px;  
}
#footer_disclaimer {
width: auto;
text-align: center;
font-size: 11px; 
color:#FFFFFF;
background-color: #236ba3;
line-height: 12px;
padding: 5px 10px 10px 10px; 
}
#footer_disclaimer a {
color:#FFFFFF;
text-decoration:underline;
}
#container_body {
width:auto;
padding: 5px 15px 5px 15px;
}
#content {
float: left;
width: 70%;
}
#sidebar {
float: right;
width: 26%;
padding-left: 10px;
border-left: 1px solid #cccccc;
}
.module-header {
margin: 15px 0px 5px 0px;
border-bottom: 1px solid #999999;
padding: 3px;
color: #333333;
font-family: Trebuchet MS;
font-size: 14px;
line-height: normal;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .3em;
}
.module-list {
list-style: none;
font-size: 12px;
font-weight: normal;
}
ul.module-list li {
padding-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 { 
font-weight: normal;
}
a {
text-decoration: underline;
}
a:link, a:visited {
color: #344fff;
}
a:hover, a:active {
color: #2b2bc6;
}

.entry-header {
margin: 15px 0 10px 0;
border: 0;
color: #000000;
font-family: Trebuchet MS;
font-size: large;
text-align: left;
font-weight: bold;
}
.entry-header a:link {
color: #000000;
}
.entry-header a:visited {
color: #000000;
}
.entry-content {
margin: 5px 0px;
}

.entry-content img{
max-width:100%;
height:auto !important;
}
.entry-footer {
border-top: 1px dotted #999999;
padding: 3px;
color: #999999;
font-size: x-small;
line-height: normal;
font-weight: bold;
margin: 5px 10px 30px 0px;
}
.takeoff_margin {
margin-top: -13px;
}
div.blog_row {
clear: both;
padding: 5px 0 5px 5px;
}
html>body .row {
padding: 10px 0 10px 5px;
}
div.blog_row span.blog_label {
float: left;
width: 40px;
font-weight: bold;
text-align: right;
padding-top: 3px;
padding-right: 4px;
}
div.blog_row span.blog_formw {
float: left;
width: 100px;
text-align: left;
}
.navigation {
text-align: center;
width: 100%;
}
.comments {
margin-bottom: 20px;
}
.comments-header {
margin: 0 0 10px 0;
border-bottom: 1px solid #333333;
padding: 3px;
font-size: medium;
font-weight: bold;	
}
#author {
width: 300px;
}
#email {
width: 300px;
}
#comment {
width: 300px;
}
.comment-footer {
margin: 5px 10px 20px 10px;
border-top: 1px dotted #999999;
padding: 3px;
color: #999999;
font-size: x-small;
line-height: normal;
font-weight: bold;	
}
.archive_title {
margin-bottom: 25px;
font-size: 25px;
text-align: center;
}

/*


.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.trackback-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.lrs_module-list-item-2col
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	width: 110px;
	font-size: 12px;
}
.lrs_models_bullet {
	background-image: url(http://romych.typepad.com/photos/uncategorized/2007/08/22/arrow_bullet.gif);
	background-repeat: no-repeat; 
	background-position: 2px 4px; 
	padding-left: 10px;
	margin-left: 15px;
}

.module-presence img { vertical-align: middle; }
.module-powered { margin-bottom: 10px; }


/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}


/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}



/* LRS */
body
{
	margin: 0;
	color: #333333;
	background: #236ba3;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}
html {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#container { position: static; }

#container-inner
{
	position: static;
	background: #FFFFFF;
}

#banner
{
	border: 1px solid #FFFFFF;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #CCCCCC;
	background: #D3DDE7;
	text-align: left;
	font-family: Trebuchet MS;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #CCCCCC;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 102px;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 102px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: Trebuchet MS;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}


.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.trackback-footer,


#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

	.module a
	{
		text-decoration: underline;
		font-weight: inherit;
	}

	.module a:link { color: #344fff; }
	.module a:visited { color: #344fff; }
	.module a:active { color: #2b2bc6; }
	.module a:hover { color: #2b2bc6; }





.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo
{
	text-align: left;
}

.module-powered { text-align: left; }


/* LRS */
.module-calendar .module-header
{
	color: #333333;
	font-family: Trebuchet MS;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}



/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: 780px;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 14px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: 780px;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 14px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: 402px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 14px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 602px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
					width: 400px;
		
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 14px 15px 15px;
		background: #FFFFFF;
	}


	

	.layout-two-column-right #alpha
	{
					width: 485px;
		
		
	}
	
/* LRSLRS */
	.layout-two-column-right #alpha-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 4px 15px 14px;
		background: #FFFFFF;

	}
	
	.layout-two-column-right #beta
	{
		width: 265px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: 802px;
	}
	
	.layout-three-column #alpha
	{
		width: 200px;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #beta
	{
					width: 400px;
		
		
	}
	
	.layout-three-column #beta-inner
	{
		border-right: 1px solid #CCCCCC;
		padding: 15px 14px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 200px;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 15px 15px 14px 15px;
		background: #FFFFFF;
	}



/* user css */
H2 {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

*/



/*responsive*/


@media only screen and (max-width : 786px) {
#logo, #text_header, #content, #sidebar{width:100%;}
}

@media only screen and (max-width : 500px) {
#logo, #text_header, #content, #sidebar{width:100%;}
#text_header{ display:none;}
}



.sidebox-ind4 {
text-align: left;
width: auto;
padding: 2px 14px 2px 14px;
border-radius: 8px;
border: solid 1px #2c77b0;
background: -webkit-linear-gradient(#68a5d1, #f0f5fb);
background: -o-linear-gradient(#68a5d1, #f0f5fb);
background: -moz-linear-gradient(#68a5d1, #f0f5fb);
background: linear-gradient(#68a5d1, #f0f5fb);
margin-top:15px;
}

.sideboxtitle-ind4 {
font-size: 30px;
font-weight: bold;
color: #FFFFFF;
margin-top: 6px;
background: url(/images/new_car_bg.png) top right no-repeat;
padding-bottom: 34px;
line-height:35px;
}

.sidebox-ind4 div {
margin-bottom: 4px;
}

.sidebox-ind4 strong {
color: #0341A3;
font-weight: 900;
}

.selector-area-box select, .selector-area-box input[type="text"], .selector-area-box input[type="tel"] {
width: 100%;
height: 40px;
border: 1px solid #aaaaaa;
font-size: 14px;
color: #585858;
padding-left: 10px;
padding-right: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-sizing: border-box;
margin-bottom: 10px;
}

.selector-area-box .selector_submit, .selector-area-box .btn-R{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
background: #bd1a28; /* Old browsers */
background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bd1a28 0%,#e83b4a 50%,#c5202e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bd1a28 0%,#e83b4a 50%,#c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1a28', endColorstr='#c5202e',GradientType=0 ); /* IE6-9 */
font-size: 16px;
text-shadow: 1px 1px #af0808;
font-weight: bold;
color: #fff;
text-transform: uppercase;
width: 200px;
height: 40px;
line-height:40px;
border: 0;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
outline:none;
vertical-align:top;
margin-bottom:15px;
}   

.selector-area-box .selector_submit:hover, .selector-area-box .btn-R:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
background: #971520; /* Old browsers */
background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #971520 1%,#ba2f3b 50%,#9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #971520 1%,#ba2f3b 50%,#9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971520', endColorstr='#9e1a25',GradientType=0 ); /* IE6-9 */ 
}


@media (max-width: 768px) {
  .content-with-selector{
  padding-top:379px;     
  position:relative;
  }
  
  .content-with-selector .sidebox-ind4{
  position:absolute;
  top:0px;
  left:0px;
  box-sizing:border-box;
  
  }
}


body .do-not-sell-button{
cursor:pointer;
line-height:20px;
padding:15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3cd33+0,617b19+100 */
background: #bd1a28;
background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%);
background: -webkit-linear-gradient(top, #bd1a28 0%,#e83b4a 50%,#c5202e 100%);
background: linear-gradient(to bottom, #bd1a28 0%,#e83b4a 50%,#c5202e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1a28', endColorstr='#c5202e',GradientType=0 );
text-shadow: 1px 1px #af0808;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
display:inline-block;
text-decoration:none;
text-align:center;
margin-bottom:25px;
}

body .do-not-sell-button:hover{
background-color: #00a651;
}