/*
Dark Blue: #0c324c
Lighter Blue: #1b75bb
Brownish color: #716558
*/

html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; }  /* Firefox / IE8 scroll-fix*/

body {
font-size:14px;
background-color: #0c324c;
}

.mainsection {
width:100%;
background-color:#FFFFFF;
padding: 10px;
border-radius: 20px;
margin: 10px 0 0 0;
position:relative;
float:left;
}

.masthead {
margin:10px 0px 0px 0px;
padding: 15px 10px;
background-color:#a6dbff;
border-radius:20px 20px 0 0;
background-image: url("../img/masthead_bg.png");
background-position:center -50px;
background-repeat: no-repeat;
}

@media (max-width:480px){
	.masthead {
		background-image:none;
	}
}

.rev_masthead {
	background-image: url("../img/rev_masthead_bg.png");
}

.masthead2 {
	background-color:#095183;
	background-image: url("../img/r2w_masthead_bg.png");
}

.headerlogo {
margin:0 0 10px 0;
}

.tagline {
color:#ffffff;
font-size:1.5em;
text-align:center;
display:block;
font-weight:bold;
text-shadow:0 -1px 2px rgba(0,0,0,.5);
margin:30px 0 0 0;
}

.cta {
text-align: center;
font-size:1.65em;
color:#FFFFFF;
text-shadow:0 -1px 0 #777777;
font-weight:bold;
background:#1b75bb;
background-color: rgba(27,117,187,.85);
text-shadow: 0px 1px 8px rgba(0,0,0,.7);
border-radius: 30px;
box-shadow: inset 0 0 20px rgba(0,0,0,.15);
padding: 8px 5px;
border: #0090c7 1px solid;
margin:0px 0 0 0;
}

.cta_phone, .cta a {
	color:#FFFFFF;
}



.header-search {
margin-top: 5px;
width:100%;
}

.header-search .form-control {
border-color: #0c324c;
float:left;
margin-right:3px;
}

.header-search .btn {
background: #0c324c;
color: #FFFFFF;
font-weight: bold;
border-color: #000000;
}

.header-search-mobile {
margin: 7px 0 0 5px;
width:100%;
}

.header-search-mobile .form-control {
	width:115px;
	float:left;
}

.header-search-mobile .btn {
	background:#A6DBFF;
	color:#002040;
	font-weight: bold;
	float:left;
	margin:0 0 0 3px;
}

@media (max-width: 1199px) and (min-width:991px){
    .cta {
        font-size:1.25em;
    }
    
    .header-search .form-control {
        width: 150px;
    }
}
@media (max-width: 990px) {
    .cta {
        margin:5px 0 0 0;
        background-color: rgba(27,117,187,1);
        font-size:1.2em;
    }
    
    .header-search .form-control {
        width: 150px;
        display: block;
    }
}

h1 {
margin-top:10px;
color: #002040;
}

h2 {
color:#1B75BB;
font-size:1.25em;
font-weight:bold;
}

h3 {
}

a {
color:#1b75bb;
}

a:hover {
color:#1b75bb;
}

hr {
border-color:#A6DBFF;
}

/* --- ---- Styles for RWD YouTube video container ---- --- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- --- TOP NAVBAR STYLES --- --- */
.navbar {
border-radius:0 0 6px 6px;
margin-bottom:0;
min-height:30px;
}

.navbar-default {
background-color:#002040;
border:#000000 1px solid;
}

.navbar-default .navbar-nav > li > a {
padding:8px 10px 8px 10px;
color: #DFDFDF;
font-weight:bold;
font-size:.85em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color:#FCC419;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color:#FFFFFF;
background-color:#0099D3;
}

/* --- Styles to change the dropdown from showing on a click to showing on hover --- */
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
margin-top:0px;
}

.navbar .nav > li > .dropdown-menu {
background-color: #1b75bb;
}

.navbar .nav > li > .dropdown-menu li a, .navbar .nav > li > .dropdown-menu li a {
color: #ffffff;
}

.navbar .nav > li > .dropdown-menu li a:hover, .navbar .nav > li > .dropdown-menu li a:focus {
background-color:#0c324c;
}

.dropdown-header {
color: #ffffff;
font-weight: bold;
font-size: 1.1em;
}

.nav .dropdown-menu {
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.nav .dropdown-menu > li > a {
padding:7px 20px 7px 20px;
}

.nav .dropdown-menu > li > a:hover {
background-image: none;
color: white;
background-color: rgb(0, 129, 194);
background-color: rgba(0, 129, 194, 0.5);
}

.nav .dropdown-menu > li > a.maintainHover {
color: white;
background-color: #E51A38;
}

.badge {
color:#FFFFFF;
background-color:#002040;
}

.carousel {
margin:5px 0 0 0;
border-radius:6px;
}

.carousel .carousel-inner .active img {
border-radius:6px;
}

.carousel-indicators {
left:auto;
margin-left:auto;
width:100px;
height:20px;
position:absolute;
float:right;
top:3px;
right:0;
z-index:100;
}

.carousel-caption {
bottom:0;
background:#000000;
background-color:rgba(0,0,0,.7);
padding:5px 5px 0px 5px;
left:0;
right:0;
border-radius:0 0 6px 6px;
}

.carousel-caption a {
color: #A6DBFF;
}

.carousel-control.left {
border-radius:6px 0 0px 6px;
}

.carousel-control.right {
border-radius:0px 6px 6px 0px;
}

.feature_product_box {
text-align:center;
width:100%;
display:block;
}

.feature_product_box:hover {
text-decoration:none;
}

.feature_product_box img {
border-radius:6px 6px 0 0;
border-bottom:#777777 1px solid;
box-shadow:0 0 5px rgba(0,0,0,.15);
}

.feature_product_box span {
display:block;
background-color:#1b75bb;
color:#FFFFFF;
font-weight:bold;
text-shadow:0 -1px 0 rgba(0,0,0,.4);
font-size:.7em;
padding:4px 0 4px 0;
margin:0;
border-radius:0 0 6px 6px;
box-shadow:0 0 5px rgba(0,0,0,.15);
}

.rightside {
margin:5px 0 0 0;
background-color:#1b75bb;
border-radius:6px;
padding: 10px 10px;
font-size: .85em;
color: #ffffff;
}

.rightside a {
color: #A6DBFF;
}

.rightside .btn {
background-color: #FCC10B;
font-weight: bold;
color: #0c324c;
}

.rightside .btn:hover {
background-color: #fcc419;
}

.rightside .btnr {
background-color: red;
font-weight: bold;
font-size: 1.0em;
color: #FFFFFF;
margin:5px 0 0 0;
border-radius:6px;
padding: 10px 10px;
text-decoration: none;
text-align: center;
}

.rightside .btng {
background-color: #66A34D;
font-weight: bold;
font-size: 1.2em;
color: #FFFFFF;
margin:5px 0 0 0;
border-radius:6px;
padding: 10px 10px;
text-decoration: none;
text-align: center;
/*padding-left: 12px;*/
}

.rightside .well {
	background-color:#002040;
}

@media (max-width: 1199px) and (min-width:991px){
    .rightside .btn {
        font-size: .9em;
    }
}

.rightside dd {
margin-bottom: 15px;
}

.rightside blockquote {
border-left: none;
padding: 0;
}

.rightside blockquote footer {
color: #ffffff;
}

.rightside form .btn-default {
}

@media (min-width: 1200px){
.rightside {
min-height:570px;
}
}

@media (max-width: 1199px) and (min-width:991px){
.rightside {
min-height:474px;
}
}

@media (max-width: 990px){
.rightside {
margin-bottom:10px;
}
.feature_product_box {
    text-align: center;
    width: 200px;
    display: block;
    margin: 20px auto;
}
}

.rightside h2 {
font-size:1.5em;
margin-top:5px;
color:#fff;
font-weight: bold;
border-bottom: #fff 1px solid;
}

.rightside h3 {
margin-top:5px;
color:#FFFFFF;
font-size:1.2em;
line-height:1.1em;
font-weight:bold;
}

.item_Container {
	margin:10px 0 10px 0;
}

.icons {
width:150px;
margin:0 auto 0 auto;
}

.leftside {
width:96%;
padding:0 2% 10px 2%;
font-size:.75em;
}

.leftside h2 {
font-size:1.75em;
font-weight:bold;
}

.leftside h3 {
font-size:1.5em;
border-bottom:#F5F5F5 1px solid;
padding-bottom:3px;
}

.breadcrumb {
font-size:.75em;
margin-top:5px;
margin-bottom:5px;
}

.pagination > li > a, .pagination > li > span {
color:#002040;
}

.pagination > li > a:hover, .pagination > li > span:hover {
color:#002040;
}

.media {
padding-bottom:10px;
border-bottom:#333333 1px solid;
}

.media-body {
font-size:.85em;
}

.media-object {
border:#E51A38 2px solid;
}

a h4.media-heading {
color:#E51A38;
}

.media:last-child {
border:none;
}

.price {
font-size:1.25em;
font-weight:bold;
padding-left:10px;
width:100%;
text-align:right;
margin-top:10px;
}

.detail-rightside {
background-image:url(../img/noise.png);
background-color:#801323;
border-radius:6px;
position:relative;
width:100%;
padding:10px 5px 5px 5px;
color:#ffffff;
text-align:center;
min-height:430px;
}

.price-lg {
font-size:2.5em;
line-height:1em;
margin-top:10px;
margin-bottom:10px;
padding-left:0px;
}

.reviews {
font-size:.85em;
}

.reviews .glyphicon {
color:#E51A38;
}

.searchtobuy {
font-size:.85em;
width:100%;
padding-top:5px;
margin:35px 0 32px 0;
text-align:right;
display:inline;
}

.searchtobuy2 {
font-size:.85em;
width:100%;
padding-top:5px;
margin:0 0 32px 0;
}

.favorites {
margin-top:3px;
display:block;
width:100%;
text-align:right;
}

.favorites2 {
margin-top:3px;
margin-bottom:25px;
text-align:center;
background-color:#FFFFFF;
}

.nav-tabs {
border-bottom:#333333 1px solid;
}

.nav-tabs > li > a {
background-color:#E51A38;
color:#FFFFFF;
}

.nav-tabs > li.active > a {
border-color:#333333 #333333 rgba(0,0,0,0);
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
background-color:#ff1c3e;
border-color:#E51A38;
}

.tab-content {
margin-bottom:10px;
min-height:300px;
font-size:.85em;
}

.main_img_container {
position:relative;
float:left;
width:434px;
}

.overview-img {
border:#E51A38 2px solid;
margin:0 10px 10px 0;
clear:both;
position:relative;
float:left;
display:block;
}

.overview-img-thumb {
list-style:none;
}

.overview-img-thumb li {
margin-bottom:3px;
}

.overview-img-thumb li img {
border: 1px solid #DDDDDD;
border-radius:4px;
}

.review_list {
list-style:none;
margin:0;
padding:0;
}

.review_list li {
padding:0 0 5px 0;
margin:0 0 20px 0;
border-bottom: 1px solid #333333;
}

.color_dd {
position:relative;
float:left;
width:100%;
margin:20px 0 50px 0;
text-align:center;
}

.color_dd label {
display:block;
width:100%;
text-align:center;
margin:0;
}

.color_dd select {
color:#000000;
text-align:center;
width:90%;
margin:0 5% 0 5%;
}

.color-choice {
list-style:none;
margin:0 0 10px 0;
padding:0;
position:relative;
float:left;
display:table;
width:100%;
}

.color-choice li {
display:table-cell;
text-align:center;
}

.color-choice li a {
border-radius:6px;
width:50px;
height:50px;
}

.color-choice li a:hover {
text-decoration:none;
}

.btn-danger {
background-color:#E51A38;
}

.btn-danger:hover {
background-color:#d91835;
}

footer {
font-size:.75em;
padding:10px 0 0 0;
color:#FFFFFF;
}

footer ul {
list-style:none;
margin:0;
padding:0;
font-size:1em;
}

footer a, footer a:hover {
color:#FFFFFF;
}

.phone_num {
color: #002040;
font-weight: bold;
font-size: 1.1em;
}

/* --- --- --- FORM STYLES --- --- --- */
form[name=form1] .form-group label {
display:block;
}

form[name=form1] .form-control {
width:auto;
}

form[name=form1] .form-group textarea {
width:100%;
}

form[name=form1] input[name=zip], form[name=form1] input[name=zip_plus4], form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1], form[name=form1] input[name=phone_phone2] {
display:inline;
}

form[name=form1] input[name=phone_acode], form[name=form1] input[name=phone_phone1] {
width:50px;
}

form[name=form1] input[name=phone_phone2] {
width:55px;
}

.errclass {
	color:#F00;
}

/* --- --- ECOMMERCE SHARE THIS BOX --- --- */
.shareBox {
font-size: 13px;
font-weight: bold;
color:#000000;
text-align:center;
position:relative;
float:left;
width:94%;
margin:20px 3% 5px 3%;
}

.shareLink { float: left; margin: 1px 3px 0 0; }

.shareBox span {
float: left;
margin-right:3px;
}

ul.dropdown-menu li.overview-link {
	display:none;
}

@media (max-width: 1024px) {
ul.dropdown-menu li.overview-link {
	display:block;
}
.top_social {
	display:none;	
}
#showfilters {
	font-size: 14px;
	background-color:#E51A38;
	padding:4px 10px;	
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.filterdetails {
	display:none;
}
}

#shareFacebook a { background: url(../img/share_facebook.png) top center no-repeat; border: none; display: block; height: 24px; width: 24px; overflow: hidden; text-indent:-4000px; }

#shareTwitter a { background: url(../img/share_twitter.png) top center no-repeat; border: none; display: block; height: 24px; width: 24px; overflow: hidden; text-indent:-4000px; }

#sharePinterest a { background: url(../img/share_pinterest.png) top center no-repeat; border: none; display: block; height: 24px; width: 24px; overflow: hidden; text-indent:-4000px; }

#shareEmail a { background: url(../img/share_email.png) top center no-repeat; border: none; display: block; height: 24px; width: 24px; overflow: hidden; text-indent:-4000px; }

a.shareLink:hover, a.shareLink:active { background-position: 0 -14px; cursor: pointer; }

.question {font-weight:bold;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #FFF;
background-color: #E51A38;
border-color: #E51A38;
cursor: default;
}

.btn-primary {
background: none repeat scroll 0% 0% #002040;
border-color: #002e5c;
}	
.btn-primary:hover {
background: none repeat scroll 0% 0% #00284f;
border-color: #002e5c;
}	

.error {
color:#F00;
}

.nl-input {
width:200px;
}

.gallerybox a img {
	margin:5px;
}

.copy_block {
	display:block;
	position:relative;
	float:left;
	width:100%;
	clear:both;
}

.postinfo_block {
	display:block;
	position:relative;
	float:left;
	width:100%;
	clear:both;
	padding:5px 10px;
	border-radius:4px;
	background-color:#eeeeee;
	margin:10px 0 15px 0;
}

.more_block {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:5px 0 5px 0;
}

.well {
	background-color:#FFFFFF;
	border:#A9B7C6 1px solid;
	border-radius:12px;
	font-size:.85em;
}

.well h2 {
	margin-top:0px;
}

.bottomcontent {
	display:block;
	width:100%;
	float:left;
	margin:10px 0 10px 0;
}

