body, html {
	background:#000;
	background-image: linear-gradient(#000, #555);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: "Lato",sans-serif!important;
	font-size:16px;
	line-height: 1.5em;
	height:100%;
	margin:0;
	padding:0;
}
.clr {
	clear:both;
	margin:0;
	padding:0
}
#youtube {
/*	width:740px;
	height:416px; */
	padding:5px;
	padding-bottom:15px;
	margin:10px auto;
	box-shadow: 0 8px 16px #aaa;
}
h1, h2, h3, h4, h5, div, form {
	margin:0;
	padding:0
}
h1 {
    color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "Lato",sans-serif!important;
    text-align: center;
	font-weight:400;
}
h2 {
	font-size:1.5em;
	color:#000;
}
h3 {
	font-size:1.25em;
	color:#000;
}
h4 {
	font-size:1.0em;
	color:#008080;
}
h5 {
	font-size:0.875em;
	color:#555;
	font-weight:400;
}
a, img {
	outline:none;
	border:none;
	max-width:99%;
}
span.red {
	color:#f00;
	font-weight:bold;
}
span.blue {
	color:#00f;
	font-weight:bold;
}
/************************************************************************************/
/* The Complete Header Sectionn */
#top_banner {
	background:none;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}


/* //End Top of Page Navigation*/

/*Search Form Styles*/
/*Search Form Responsive Styles*/
.search {
	background:none;
	width:100%;
	height:40px;
	position:relative;
	margin:5px auto;
	z-index:1000
}
.search_input {
	min-width:60%;
	max-width:74.9%;
	height:30px;
	background:#fff;
	outline:none;
	display:inline-block;
	border:1px solid #bbb;
	border-radius:10px;
	margin:5px 0;
	padding:0 0 0 15px
}
.search_button {
	height:30px;
	line-height:20px;
	border:1px solid #112237;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size:.75em;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	display:inline-block;
	text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight:700;
	color:#fff;
background-color:#112237;
background-image: -moz-linear-gradient(#112237, #3976be 30px);
background-image: -webkit-linear-gradient(#112237, #3976be 30px);
background-image: -o-linear-gradient(#112237, #3976be 30px);
background-image: -ms-linear-gradient(#112237, #3976be 30px);
background-image: linear-gradient(#112237, #3976be 30px);	
	margin:5px 0 0 5px;
	padding:5px 10px
}
.search_button:hover {
	border:1px solid #3976be;
background-color:#3976be;
background-image: -moz-linear-gradient(#3976be, #112237 30px);
background-image: -webkit-linear-gradient(#3976be, #112237 30px);
background-image: -o-linear-gradient(#3976be, #112237 30px);
background-image: -ms-linear-gradient(#3976be, #112237 30px);
background-image: linear-gradient(#3976be, #112237 30px);
}
/************************************************************************************/
/************************************************************************************/
/* The Complete Body Sectionn */

.content_container {
	background:#fff;
	padding-top:10px;
}
@media (min-width: 768px) {
.header_container {
    max-width: 1200px;
	height:auto;
    margin: 0 auto;
	z-index:2000;
}
.content_container {
    max-width: 1200px;
	min-height:700px;
    margin: 1% auto;
	z-index:2000;
}

}

@media (max-width: 1048px) {
	
}

@media (max-width: 768px) {

.header_container, .content_container {
    max-width: 100%;
    margin: 1% ;
	z-index:2000;
}

}

#site_badges {
	width: 98%;
	height: auto;
	text-align: center;
	margin: 5px auto;
	position:relative;
}
#site_badges img {
	max-width:98%;
}

.meta-synopsis {
	width:98%;
	height:auto;
	padding:5px;
	margin:10px auto;
	border:1px solid #00a3b3;
	border-radius:5px;
}
/* Begin Bread_Crumb */
.bread_crumb {
	height:4em;
	line-height:4em;
	overflow:hidden;
	margin:0 auto 10px auto;
	border:1px dotted #eee;
	border-radius:10px;
	text-indent:10px;
}
.bread_crumb h1 {
	font-size:1.15em;
	font-weight:400;
	font-style:italic;
	color: #555;
	margin:0;
}
.bread_crumb a:link, .bread_crumb a:visited {
	color: #f1494f;
	text-decoration:underline;
}
.bread_crumb a:hover, .bread_crumb a:active {
	color: #555;
	text-decoration: none
}
/* End Bread_Crumb */
.featured_three {
	width:30%;
	min-height:270px;
	background:#fff;
	float:left;
	margin:10px 1.5%;
	text-align:center;
	font-size:0.6875em;
	border:1px solid #aaa;
	box-shadow: 0 3px 8px 0 #ccc;
	border-radius:5px;
	position:relative;
}
@media only screen and (max-width : 640px) {
.featured_three {
	width:98%;
	height:auto;
	background:#fff;
	float:left;
	margin:10px 1%;
	text-align:center;
	font-size:0.6875em;
	border:1px solid #aaa;
	box-shadow: 0 3px 8px 0 #ccc;
	border-radius:5px;
	position:relative;
}	
}
.featured_three img {
/*	max-height:98%; */
	max-width:98%;
	float:none!important;
	margin:auto!important;
	padding:0;
}
.featured_three a:link, .featured_three a:visited {
	color: #f1494f;
	text-decoration:underline;
	padding:2px;
}
.featured_three a:hover, .featured_three a:active {
	color: #555;
	text-decoration: none;
	padding:2px;
}
.corner-featured {
	background:url(../images/hot-picks.png) no-repeat;
	position:absolute;
	height:100px;
	width:100px;
	top:-6px;
	right:-5px;
	z-index:1000
}



.breadcrumb-navigation {
	background-image:linear-gradient(to right, #fff, #eee);
	height:auto;
	font-size:.9em;
	line-height:1.25em;
	border-top:1px solid #a6c4d2;
	border-bottom:1px solid #a6c4d2;
	margin:5px auto;
	padding:5px 10px
}
.breadcrumb-navigation a:link, .breadcrumb-navigation a:visited {
	color:#555;
	text-decoration:none
}
.breadcrumb-navigation a:hover {
	color:#999;
	text-decoration:none
}

.breadcrumb-navigation h1 {
	font-size:1.5em;
	line-height:20px;
	display:inline;
	float:left;
	margin-right:20px
}
.breadcrumb {
	float:left;
	margin-right:10px
}

@media only screen and (max-width : 640px) {
.breadcrumb-navigation, .breadcrumb-navigation h1 {
	font-size:1em;
	line-height:1.5em;
	text-align:center;
	float:none;
	clear:both;

}
.breadcrumb-navigation {
	width:100%;
}
}
/************************************************************************************/
/************************************************************************************/
/* The Complete Footer Sectionn */
#footer_wrapper {
/*	background:#eee url(../images/footer.jpg) repeat-x; */
	background-color:#eee;
	background-image:linear-gradient(#fff, #ddd);
	width:100%;
	min-height:220px;
	margin:0;
	padding:0;
	position:relative;
	clear:both;
	font-size:.9em;
}

#footer .contact .cont-rt img {
	vertical-align:middle;
	margin-right:3px
}
.footer-line {
	width:100%;
	height:22px;
	line-height:22px;
	font-size:.75em;
	margin:10px auto;
	color:#999;
	font-weight:normal
}
.footer-line a {
	text-decoration:none;
	color:#999
}
.footer-line a:hover {
	text-decoration:underline
}
.copyright, .designer {
	margin:5px auto;font-size:.75em;
}

#footerWrap {
/*  background-image:linear-gradient(#393939, #000);  */
  background:linear-gradient(#444, #000);
  padding-top: 7px;
  min-height:220px;
  height:auto;
  color: #ddd;
  text-align:center
}
#footerWrap a:link, #footerWrap a:visited {
	color:#ddd;
	text-decoration:none
}
#footerWrap a:hover, #footerWrap a:active {
	color:#fff;
	text-decoration:underline
}
#footerWrap h6 {
  color:#fff;
  font-size: 1.5em;
  margin:0
}
.cont-rt p {
	margin:0;
}
/************************************************************************************/
/************************************************************************************/

.social-media-links {
	height:40px;
	margin:9px auto 0 auto;
	text-align:center;
	display:inline-block;
}
.top-nav-links {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin:5px auto;
	z-index:1000;
}
.social-media-header {
	background-image:url(../images/design-images/social-circles-32x32.png);
	width:40px;
	height:40px;
	text-indent:-9999px;
	display:block;
	float:right 
}
.facebook-link {
	background-position:0 0
}
.twitter-link {
	background-position:-40px 0
}
.youtube-link {
	background-position:-80px 0
}
.blogger-link {
	background-position:-120px 0
}
.pinterest-link {
	background-position:-160px 0
}
.linkedin-link {
	background-position:-200px 0
}
.google-link {
	background-position:-240px 0
}
.rss-link {
	background-position:-280px 0
}
/*S U B - C A T E G O R Y  - I M A G E - N A V A G A T I O N*/

.sub_cat_images_nav {
	width:23%;
	height:185px;
	float:left;
	margin:1%;
	text-align:center!important;
	position:relative;
	font-size:0.75em;
	letter-spacing:1px;
	border:1px solid #ccc;
	border-radius:10px;
}
.sub_cat_images_nav img {
	max-width:98%!important;
	max-height:98%!important;
	text-align:center;
	margin:1px auto;
	float:none!important;
	position:relative;
}
@media only screen and (max-width : 768px) {
.sub_cat_images_nav {
	width:48%;
	height:195px;
	position:relative;	
	}
}

.sub_cat_images_link {
	width:100%;
	height:40px;

}
.sub_cat_images_link a:link, .sub_cat_images_link a:visited {
	color: #555;
	text-decoration: none;
}
.sub_cat_images_link a:hover {
	color: #f1494f;
	text-decoration:underline;
}
/*S U B - C A T E G O R Y  - T E X T - N A V A G A T I O N*/
/*sub-nav-style*/
.sub_category_menu { /*this is a container for the sub-categories menu*/
	width:100%;
	height:auto;
	margin:1%;
	padding:1%;
	font-size:.9em;
}
ul.sub_category_nav {
	background:transparent;
	width:100%; /*make it the same width as .sub_category_menu above*/
	list-style:none;
	padding:0;
	margin:2px auto;
}
ul.sub_category_nav li {
	width:32%;
	height:3em;
	line-height:3em;
	float:left;
	text-align:left;
	text-indent:10px;
	padding:0;
	display:block;
	margin:.5%;
	border:1px solid #555;
	border-radius:5px;
	overflow:hidden
}

@media only screen and (max-width : 640px) {
ul.sub_category_nav li {
	width:98%;
	height:3em;
	line-height:3em;
	float:left;
	text-align:left;
	text-indent:26px;
	padding:0;
	display:block;
	margin:1%;
	border:1px solid #555;
	border-radius:5px;
}	
}
ul.sub_category_nav li a:link {
	display:block;
	background:linear-gradient(#fff, #ccc);
	color:#222;
	font-weight:normal;
	text-decoration:none;
	border-radius:5px
}
ul.sub_category_nav li a:visited {
	display:block;
	color:#222;
	font-weight:normal;
	text-decoration:none;
	border-radius:5px
}
ul.sub_category_nav li a:hover {
	padding:0;
	background:#333;
	display:block;
	text-decoration:none;
	color:#fff;
	border-radius:5px
}
/*sub-nav-style*/

.sub_category_overview img {
	float:right;
	margin:0 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none
}




.brfButton {
	-moz-box-shadow: 0px 0px 0px 1px #10565d;
	-webkit-box-shadow: 0px 0px 0px 1px #10565d;
	box-shadow: 0px 0px 0px 1px #10565d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3976be), color-stop(1, #112237));
	background:-moz-linear-gradient(top, #3976be 5%, #112237 100%);
	background:-webkit-linear-gradient(top, #3976be 5%, #112237 100%);
	background:-o-linear-gradient(top, #3976be 5%, #112237 100%);
	background:-ms-linear-gradient(top, #3976be 5%, #112237 100%);
	background:linear-gradient(to bottom, #3976be 5%, #112237 100%);
	background-color:#3976be;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #112237;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	width:31%;
	margin:.5%
}

 @media only screen and (max-width : 640px) {
.brfButton {
	width: 98%;
	margin:.5%
}
 } 
.brfButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #112237), color-stop(1, #3976be));
	background:-moz-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-webkit-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-o-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-ms-linear-gradient(top, #112237 5%, #3976be 100%);
	background:linear-gradient(to bottom, #112237 5%, #3976be 100%);
	background-color:#112237;
}
.brfButton:active {
	position:relative;
	top:1px;
}
.cartBttn {
    -moz-box-shadow: 0px 0px 0px 1px #10565d;
    -webkit-box-shadow: 0px 0px 0px 1px #10565d;
    box-shadow: 0px 0px 0px 1px #10565d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3976be), color-stop(1, #112237));
    background: -moz-linear-gradient(top, #3976be 5%, #112237 100%);
    background: -webkit-linear-gradient(top, #3976be 5%, #112237 100%);
    background: -o-linear-gradient(top, #3976be 5%, #112237 100%);
    background: -ms-linear-gradient(top, #3976be 5%, #112237 100%);
    background: linear-gradient(to bottom, #3976be 5%, #112237 100%);
    background-color: #3976be;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #112237;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: .9em;
    padding: 2px;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    width: 100%;
    margin: 1%;
    text-align: center
}
.cartBttn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #112237), color-stop(1, #3976be));
	background:-moz-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-webkit-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-o-linear-gradient(top, #112237 5%, #3976be 100%);
	background:-ms-linear-gradient(top, #112237 5%, #3976be 100%);
	background:linear-gradient(to bottom, #112237 5%, #3976be 100%);
	background-color:#112237;
}
.cartBttn:active {
	position:relative;
	top:1px;
}
.logo {
	margin-top:9px;
}
.telephone, .top-nav-wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
	z-index:1000
}
.telephone p {
	margin:0;
	font-size:1.5em; 
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px #000;
	padding:0;
}
.paypal-ad {
	background:#222;
	border-top:1px solid #999;
	border-bottom:1px solid #555;
	width:100%;
	height:100px;
	line-height:100px;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
}
.paypal-ad p {
	margin:0
}
 @media only screen and (max-width : 640px) {
.paypal-ad {
	display:none;
}
 }