/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
	height: auto;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
}

body {
margin: 0 auto;
background: #ffffff;
font-size: 14px; 
line-height: 1.35;
font-family: Arial,Helvetica,sans-serif; 
color: #3b3b3b;
text-align: center;
}

#wrapper {
width: 100%;
height: 100%;
position: relative;
display: table-row;
margin: 0 auto;
}


#footer {
width: 100%;
background: #000000;
color: #616161;
position: relative;
overflow: hidden;
display: table-row;
}

#footer_pad {
width: 100%;
margin: 0 auto;
padding: 25px 0;
text-align: center;
color: #515151;
font-size: 0.90em;
text-transform: uppercase;
font-family: 'cardoregular',Times New Roman, Times, serif;
}

#footer_pad a, #footer_pad a:hover {
font-weight: normal;
}


.container {
width: 1024px;
margin: 0 auto;
position: relative;
}

#menu {
width: 100%;
margin: 0 auto;
padding: 0;
height: 55px;
z-index: 50;
text-align: center;
position: relative;
background: #000000;
}

.menu_default {
position: relative !important;
}

.menu_fixed {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
height: 55px;
}

#menu_icon {
float: left;
position: relative;
margin: 20px 0 0 2%;
display: none;
line-height: 55px;
z-index: 99999;

}

ul#menunav {
float: left;
padding: 0;
margin: 0 auto;
position: relative;
list-style-type: none;
z-index: 99999;
}

ul#menunav li {
display: inline-block;
position: relative;
margin: 0;
padding: 0 13px;
font-size: 1em;
font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
text-transform: uppercase;
line-height: 55px;
font-weight: normal;
color: #d30000;
}


ul#menunav li a {
font-weight: normal !important;
text-decoration: none;
color: #ffffff;
display: block;
}

ul#menunav li a:hover {
font-weight: normal !important;
text-decoration: none;
color: #a20000;
}

ul#menunav li ul {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; 
top: 55px;
background: #000000;
margin: 0; 
padding: 0;
display: none;
float: left;
z-index: 2;
}

ul#menunav li ul li {
margin: 0;
padding: 0;
border-bottom: 1px solid #353535;
text-align: left;
line-height: 1;
font-size: 0.90em;
background: none !important;
}


ul#menunav li ul li a {
width: 160px !important;
color: #ffffff;
display: block;
font-weight: normal;
text-decoration: none;
padding: 13px;
}

ul#menunav ul li a:hover {
color: #ffffff;
text-decoration: none;
background: #1d1d1d;
font-weight: normal;
text-decoration: none;
}

ul#menunav ul li:last-child {
border: none !important;
}



.link_on {
color: #d30000 !important;
}

#menu_social {
float: right;
margin: 12px 1% 0 0;
position: relative;
z-index: 100;
}

a.menu_social_icons {
display: inline-block;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
position: relative;
}

a.menu_social_icons span {
filter:alpha(opacity=0);   
-moz-opacity: 0;   
opacity: 0;
-khtml-opacity: 0; 
position: absolute;
top: 0;
left: 0;
background-position: 0 -30px;
display: inline-block;
width: 30px;
height: 30px;
}

.facebook {
background: url(../_dvdimages/menu_facebook.gif) no-repeat;
background-position: 0 0;
}

.twitter {
background: url(../_dvdimages/menu_twitter.gif) no-repeat;
background-position: 0 0;
}

.youtube {
background: url(../_dvdimages/menu_youtube.gif) no-repeat;
background-position: 0 0;
}

.instagram {
background: url(../_dvdimages/menu_instagram.gif) no-repeat;
background-position: 0 0;
}

.menu_arrow {
width: 6px;
height: 6px;
background: url(../_dvdimages/menu_arrow.png) no-repeat;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}

.menu_arrow_right {
width: 6px;
height: 6px;
background: url(../_dvdimages/menu_arrow_right.png) no-repeat;
display: none;
margin: 0 0 0 5px;
}

.top_logo {
margin: 10px auto;
}

hr {
width: 100%;
margin: 30px auto;
border: 0;
height: 1px;
border-top: 1px solid #d4d4d4;
}

.clearit {
clear: both;
}

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

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


.whitebox {
width: 100%;
background: #ffffff;
text-align: left;
margin: 0 auto 35px auto;
position: relative;
-moz-box-shadow: 0px 1px 8px #6f6f6f;
-webkit-box-shadow: 0px 1px 8px #6f6f6f;
box-shadow: 0px 1px 8px #6f6f6f;
}

.whitebox_pad {
padding: 30px;
position: relative;
z-index: 3;
}



/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #da0017;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #a80012;
font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
font-weight: normal;
font-family: 'cardoregular',Times New Roman, Times, serif;
line-height: 1.1;
margin: 0;
padding: 0;
}

h1 {font-size: 3.5em;  } /* 60px */
h2 {font-size: 3em;} /* 48px */
h3 {font-size: 2.5em;} /* 36px */ 
h4 {font-size: 1.75em; } /* 24px */
h5 {font-size: 1.55em; } /* 21px */
h6 {font-size: 1.2em;} /* 18px */

p,pre, td, th, label {line-height: 1.4; margin: 5px 0 14px 0;} 

blockquote {
padding: 0 30px;
margin: 15px 0;
}


ul,ol {
margin: 5px 0 5px 60px;
padding: 0;
position: relative;
}

li {
margin: 0 0 5px 0;
}

.red {
color: #da0017;
}


.centerit {
text-align: center !important;
}

.leftit {
text-align: left !important;
}

.no_bold {
font-weight: normal !important;
}

.white {
color: #ffffff;
}

.text_inline {
display: inline-block !important;
}

.smaller {
font-size: 0.80em !important;
}

.bigger {
font-size: 1.3em !important;
line-height: 1.5;
}


/************************************************************************************
COLUMNS,PADS,SPACERS,IMAGES,BUTTONS
*************************************************************************************/
.column_half {
width: 46%;
float: left;
margin: 5px 4% 20px 0;
position: relative;
}

.column_third {
width: 30%;
float: left;
margin: 5px 1% 20px 2%;
position: relative;
}

.imgbrdr {
position: relative;
border: 1px solid #a0a0a0;
padding: 5px;
margin-bottom: 10px;
}

.imgbrdrfloat {
float: left;
border: 1px solid #a0a0a0;
padding: 5px;
position: relative;
margin: 0 3% 15px 0;
}

.imgbrdr_white {
border: 3px solid #ffffff;

-moz-box-shadow: 0px 2px 6px #333333;
-webkit-box-shadow: 0px 2px 6px #333333;
box-shadow: 0px 2px 6px #333333;
}

.imgspacer10 {
margin: 0 0 10px 0;
}


.imgbrdr_frame {
border: 5px solid #ffffff;
position: relative;
-moz-box-shadow: 0px 2px 6px #333333;
-webkit-box-shadow: 0px 2px 6px #333333;
box-shadow: 0px 2px 6px #333333;
margin-bottom: 8px;
}


.spacer5 {
padding: 0 0 5px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.spacer10 {
padding: 0 0 10px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.spacer20 {
padding: 0 0 20px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.spacer30 {
padding: 0 0 30px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.spacer50 {
padding: 0 0 50px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.spacer70 {
padding: 0 0 70px 0 !important;
margin: 0 !important;
line-height: 0 !important;
}

.padit8 {
padding: 8px;
}

.padit15 {
padding: 15px;
}

a.btn_home {
cursor: pointer;
display: inline-block;
padding: 15px 40px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
font-size: 1.5em;
background: #b30517;
}

a.btn_home:hover {
background: #da0017;
color: #ffffff;
font-weight: normal;
}


a.btn_buy {
cursor: pointer;
display: inline-block;
padding: 15px 30px;
margin: 0 5px 8px 0;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
font-size: 1.4em;
background: #b30517;
}

a.btn_buy:hover {
background: #da0017;
color: #ffffff;
font-weight: normal;
}




/************************************************************************************
HOME
*************************************************************************************/
#home_column_left {
	float: left;
	width: 42%;
	text-align: center;
	margin: 0 2% 0 0;
}

#home_column_right {
	float: left;
	width: 52%;
	text-align: center;
	margin: 0 0 0 2%;
}



.home_trailer {
border: 4px solid #ffffff;
-moz-box-shadow: 0px 2px 6px #333333;
-webkit-box-shadow: 0px 2px 6px #333333;
box-shadow: 0px 2px 6px #333333;
margin: 0 auto 15px auto;
}


#home_quotes {
width: 100%;
margin: 10px auto;
position: relative;
min-height: 50px;
}

#home_quotes p {
color: #000000;
display: none;
text-align: center;
font-size: 2em;
line-height: 1.2;
font-family: 'cardoregular',Times New Roman, Times, serif;
}

#home_quotes p span {
margin-top: 5px !important;
font-size: 0.80em !important;
color: #5f5f5f !important;
}

#home_banner {
	width: 100%;
	margin: 0 auto;
	background: #1ca8fc;
}

#home_banner_pad {
	color: #ffffff;
	padding: 10px;
	font-size: 2em;
	font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

#home_banner_pad a {
	color: #bce6ff;
	font-weight: normal;
}
	


/************************************************************************************
BUY
*************************************************************************************/
#buy_column_left {
	float: left;
	width: 35%;
	text-align: left;
	margin: 0 2% 0 0;
}

#buy_column_right {
	float: left;
	width: 61%;
	text-align: left;
	margin: 0;
	text-align: left;
}





/************************************************************************************
VIDEOS
*************************************************************************************/
.column_videos {
display: inline-block;
width: 28%;
margin: 0 2% 15px 2%;
text-align: center;
font-weight: bold;
position: relative;
vertical-align: top;
}

.column_videos img {
border: 3px solid #ffffff;
position: relative;

-moz-box-shadow: 0px 2px 4px #474747;
-webkit-box-shadow: 0px 2px 4px #474747;
box-shadow: 0px 2px 4px #474747;
margin: 0 0 10px 0;
}

.videos-black {
cursor: pointer;
background: #000000;
position: absolute;
top: 3px;
left: 3px;
width: 100%;
height: 84%;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
overflow: hidden;
}

.videos-play {
position: absolute;
top: 23%;
left: 43%;
background: url(../_dvdimages/icon_play_btn.png) no-repeat center top;
width: 46px;
height: 43px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
z-index: 2000;
display: block;
}


.thumb_float {
display: inline-block;
position: relative;
margin: 0 1.5% 15px 0;
}

.thumb_float img {
border: 5px solid #ffffff;
position: relative;

-moz-box-shadow: 0px 2px 6px #333333;
-webkit-box-shadow: 0px 2px 6px #333333;
box-shadow: 0px 2px 6px #333333;
}

.thumb_float a {
display: block;
}


.thumb_black {
cursor: pointer;
background: #000000;
position: absolute;
top: 5px;
left: 5px;
width: 95.75%;
height: 94%;
display: block;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */
filter: alpha(opacity=0);
/* Netscape */
-moz-opacity: 0;
/* Safari 1.x */
-khtml-opacity: 0;
/* Good browsers */
opacity: 0;
overflow: hidden;
}

.thumb_view {
position: absolute;
top: 40%;
left: 30%;
background: url(../_dvdimages/icon_view.png) no-repeat;
width: 30px;
height: 30px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
z-index: 2000;
display: block;
}



/************************************************************************************
DOWNLOADS
*************************************************************************************/
.btn_dload {
cursor: pointer;
display: inline-block;
padding: 10px 25px 12px 25px;
position: relative;
font-size: 0.90em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: middle;

-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
text-transform: uppercase;
vertical-align: middle;
background: #e31402;
font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
font-weight: normal !important;
}

.btn_dload:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}


/************************************************************************************
ENDORSEMENTS
*************************************************************************************/
#quotes p {
font-size: 1.65em;
line-height: 1.4;
font-family: 'cardoregular',Times New Roman, Times, serif;
color: #000000;
margin: 5px 0 12px 0;
}

#quotes p span {
font-weight: bold;
font-size: 0.70em;
font-family: Arial,Helvetica,sans-serif !important;
color: #d80017 !important;
line-height: 1.2;
}


/************************************************************************************
RESOURCES
*************************************************************************************/
.resources_image {
float: left;
position: relative;
margin: 0 3% 15px 0;
}


.column_resources {
float: left;
width: 75%;
}


/************************************************************************************
SIGN UP
*************************************************************************************/

.submitbtn {
cursor: pointer;
display: inline-block;
padding: 10px 25px;
position: relative;
font-size: 1.25em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: middle;

text-transform: uppercase;
vertical-align: middle;
background: #e31402;
font-family: 'oswaldbook', Arial,Helvetica,sans-serif;
font-weight: normal !important;
}

.submitbtn:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}



#signup_form label {
margin: 15px 0 0 0;
display: block;
}

#signup_form label.required {
font-weight: bold;
}

#signup_form label em {
color: #c83333;
font-style: none;
margin: 0 0 7px 0;
}

#signup_form select {
display: block;
font-size: 1em;
margin: 0 0 5px 0;
}

#signup_form input[type=text] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 5px 0 5px 0;
position:relative;
border: 1px solid #c5c5c5;
}

.error {
margin: 0 0 5px 0;
color: #C40A11;
font-weight: bold;
}

.thepot {
display: none;
}

/************************************************************************************
PAGINATION
*************************************************************************************/
.pagination {
margin: 10px 0;
padding: 0;
list-style: none;
}

.pagination li{
float: left;
margin-right: 2px;
border: 1px solid #bababa;
padding: 0;
font-size: 0.70em;
}

.pagination .active {
border: none;
display: block;
padding: 3px 6px 3px 0;
font-weight: bold;
}

.pagination .separator{
border: none;
display: block;
padding: 3px 2px;
}

.pagination a {
display: block;
padding: 3px 6px;
background: #eaeaea;
font-weight: bold;
}

.pagination a:hover{
text-decoration: none;
background:#dbdbdb;
}


