/*
 ::Table Of Content
 1.) Global TypoGraphy
 2.) Form Element
 3.) Site Wide Content
 4.) Header Section
 5.) Footer Section
 -------------------------------------*/

/*
 1.) Global TypoGraphy
 -------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	color: rgb(65,65,65);
	font-size: 62.5%;
	line-height: 1;
	background-color: #ecf0f1;
	-webkit-text-size-adjust: 100%;
	/*display: table;*/
	width: 100%;
}
h2, h3 {
	color: #ff0e00;
	font-weight: 700;
	line-height: 1.87;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	padding-bottom: 16px;
}

img {
	max-width: 100%;
	height: auto;
}
.clearfix:after, .clearfix:before {
  content: "/";
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
}


.btn {
	font-size: 1.6em;
	display: inline-block;
	color: #fff;
	line-height: 1.87;
	background: #c0392b;
	font-weight: 700;
	/*padding: 0 30px 0 10px;*/
	border-bottom: 3px solid #000;
	border-right: 2px solid #000;
	margin-top: 12px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
}
.btn i {
	background: url(../res/sprite-v1.png) left top no-repeat;
	background-position: -88px 10px;
	width: 13px;
	height: 30px;
	display: inline-block;
}
.btn:hover {
	background: #f12510;
}
/*
 2.) Form Element
 -------------------------------------*/
input {
	font-family: 'Open Sans', sans-serif;
	
}
input[type=submit]{ -webkit-appearance: none;}
input[type=email], input[type=password], input[type=text] {
	border: 1px solid #e3e3e3;
	height: 28px;
	width: 100%;
	background: #fff;
	color: #727272;
	font-size: 1.4em;
	text-indent: 8px;
}
/*
 3.) Site Wide Content
 -------------------------------------*/
.container {
	max-width: 1803px;
	margin: 0 auto;
	width: 100%;
}
/*
 4.) Header Section
 -------------------------------------*/
.header {
	/*background: url(../images/header-bg.png) center top repeat;*/
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
	padding: 8px 0;	
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	border-top: 5px solid #ecf0f1;
}
.logo {
	float: left;
	padding: 3px 0 0 50px;
	width: 127px;
}
.small-logo {
	float: left;
	display: none;
	padding: 3px 0 0 10px;
	/*width: 127px;*/	
}
.main-nav {
	text-align: center;
}

.header-nav {
	display: inline-block;
	padding: 5px 0 0;
}

.header-nav li {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	padding: 0 10px;
}
.header-nav li a {
	color: #fff;
}
.header-nav li:hover a {
	color: #ff0e00;
}

.header-nav li:hover {
	border-top: 5px solid #ff0e00;
	margin-top: -18px;
	padding-top: 13px;
}
.header-nav li:active a {
  color: #ff0e00;
}
.header-nav li:active {
  border-top: 5px solid #ff0e00;
  margin-top: -18px;
  padding-top: 13px;
}

.header-nav-active {
  border-top: 5px solid #ff0e00;
  margin-top: -18px;
  padding-top: 13px;
}

/*.setting-block a:hover {
	border-top: 5px solid #ff0e00;
	margin-top: -18px;
	padding-top: 13px;		
}*/

.search-block {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	top: -3px;
}
.search-block .search-box {
	background: #fff;
	width: 295px;
	display: block;
	border: 2px solid #333333;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 25px;
	font-size: 1.2em;
	color: #000c;
	float: left;	
}
.chrome .search-block .search-box {
float: left;
}
.search-block .search-icon {
	background: url(../res/sprite-v1.png) left top no-repeat;
	display: block;
	font-size: 13px;
	height: 25px;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 27px;
	color: #ff0e00;
	cursor: pointer;
	border: 0;
	background-position: 5px 5px;
}

.setting-block .library:hover 
{
	color:#ff0e00;
	border-top: 5px solid #ff0e00;
	margin-top: -13px;
	padding-top: 8px;	
}

/*style.css line 283*/
.setting-block .setting-icon:hover 
{
	border-top: 5px solid #ff0e00;
	margin-top: -13px;
	padding-top: 8px;
}

.setting-block {
	float: right;
	padding: 3px 50px 0 0;
	width: 123px;
	margin-top: -3px;	
}
.setting-block-logout {
  float: right;
  padding: 3px 50px 0 0;
  width: auto;
  margin-top: -3px;
}

.library {
	font-size: 1.4em;
	color: #fff;
	font-weight: 700;
	float: left;
	line-height: 1.8;
}
.setting-block span, .setting-icon span{
	background: url(../res/sprite-v1.png) left top no-repeat;
}
.library span {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-position: -30px 0;
	margin-right: 4px;
	margin-top: 5px;
}
/*.setting-block  .setting-icon {
	width: 20px;
	height: 20px;		
	background-position: -57px 0;		
	margin-left: 25px;	
	float: left;
}*/

.setting-icon {
	font-size: 1.4em;
	color: #fff;
	font-weight: 700;
	float: left;
	line-height: 1.8;
	margin-left: 25px;
}

.setting-icon span{
	width: 20px;
	height: 20px;	
	display: inline-block;
	background-position: -57px 0;	
	margin-top: 4px;
}

.are_you_member {
  font-size: 1.4em;
  color: #fff;
  float: left;
  line-height: 1.8;
  margin-top: 3px;
}
.sign-in {
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
  float: left;
  line-height: 1.7;
  margin-top: 5px;
}

.sign-in:hover 
{
	color: #ff0e00;
	border-top: 5px solid #ff0e00;
	margin-top: -13px;
	padding-top: 13px;
	margin-top: -13px;
}

/*
 5.) Footer Section - Begin Here
 -------------------------------------*/
.footer {
	background: #242424;
	padding: 20px 0 35px;
}
.footer-container {
	max-width: 1055px;
	width: 100%;
	margin: 0 auto;
}
.footer-container-img {
	max-width: 1055px;
	width: 100%;
	margin: 0 auto;
    background: url(../images/fyretv_logo_w.png) left top no-repeat;
    margin-top: -100px;
    background-position: -13px 3px;
    background-size: 165px auto;
}
.footer-txt {
	float: left;
	margin-left: 1%;
	margin-top: 110px;
	width: 19%;
}
.footer-txt:first-child {
	margin-left: 0
}
.footer-logo {
	margin-bottom: 12px;
	display: inline-block
}
.footer-txt ul {
}
.footer-txt ul li, .footer-txt span {
	font-size: 1.4em;
	line-height: 1.7;
	color: #e9e9e9;
}
.footer-txt ul li a {
	color: #e9e9e9;
}
.footer-txt ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-txt input[type=email] {

	margin: 7px 0;
	line-height: 28px;
}
.footer-txt input[type=submit] {
	padding: 0 10px;
	border: none;
	cursor: pointer;
}


.footer-small {
background: #242424;
padding: 20px 0 35px;
}


/*
 5.) Footer Section - End Here
 -------------------------------------*/


.ipod-nav, .nav-icon, .search-click { 
	display: none;
}

.footer-small {
	display: none;
	width: 100%;
	padding: 20px 0 35px;
	position: relative;
	bottom: 0px;
}

.ipod-footer
{
	text-align:center;
}

.ipod-footer img {
    vertical-align:middle;
    margin-top: -100px;
}

.header-nav-small-container
{
	display: none;
}

.header-nav-small 
{
	
}

.header-nav-small ol,ul,li 
{	
	list-style: none;	
	/*list-style: none outside none;*/
}

.header-nav-small .menu-group a
{
	color: #D93131!important;
	font-weight: 1000;
	padding-left:10px;
	font-size:1.1em;
	/*padding: 0px 10px;*/
}

.header-nav-small li 
{	
	/*display: inline-block;*/
	/*font-size: 1.7em;*/
	text-transform: uppercase;
	font-weight: 700;
	/*float: left;*/
	padding: 3px;	
}

.header-nav-small li a 
{
	color: #fff !important;
	padding: 0px 30px;
}

.header-nav-small li:hover a {
	/*color: #ff0e00;*/
}

.header-nav-small li:hover {
	/*border-top: 5px solid #ff0e00;
	margin-top: -18px;
	padding-top: 13px;*/
}

.header-nav-small li:active a {
  /*color: #ff0e00;*/
}

.header-nav-small li:active {
  /*border-top: 5px solid #ff0e00;
  margin-top: -18px;
  padding-top: 13px;*/
}

.header-nav-small-active {
  /*border-top: 5px solid #ff0e00;
  margin-top: -18px;
  padding-top: 13px;*/
}



/*********************** FOOTER STYLES - BEGIN HERE ******************************/
#affiliate_links
{
	position: relative;
	float:left;
	
}

#affiliate_links .specialspan
{
	color: #FFF;
	font-size: 1.8em;	
}

#affiliate_links span a
{
	color: #FFF;
	font-size: 1.5em;
	/*font-weight: 700;*/
}

#affiliate_links span a:hover
{
	text-decoration: underline;
}

.rta 
{
    font-size: 9px;
    /*vertical-align: middle;*/
    text-align: left;
    margin-top: 310px;
    /*width: 98%;*/    
}

.rta .logo-rta {
    width: 90px;
    height:37px;
    display: inline;
    float: left;
    background: url(../res/sprite-v1.png) left top no-repeat;
	background-position: -218px -150px;
}

.rta .terms_conditions {
    /*width: 440px;*/
    display: inline;
    float: left;
    font-size: 9px;
    font-family: Arial;
    color: #999;
}

.rta a {
    text-decoration: none;
    color: #FFD;
}

.rta a.usc {
    text-decoration: underline;
    color: #999;
}

.navbar_div {
    /*margin: 55px auto 0px;*/
   position: relative;   
   /*float:left;*/
   margin-top: 350px;
}

.navbar_item {
    vertical-align: middle;
    text-align: left;
    font-size: 9px;
    /*margin-left: 50px;*/
    padding-top: 5px;
    color: #999;
    
}

.navbar_item a {
    text-decoration: none;
    color: #999;
	outline: medium none;
	border: medium none;
}

.navbar_item a:hover {
    text-decoration: underline;
}

.gopacity #facebook_link {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -10px -454px transparent;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 21px;
}

.gopacity #facebook_link:hover {
  background-position: -10px -475px;
}

.gopacity #youtube_link {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -10px -516px transparent;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 21px;
}

.gopacity #youtube_link:hover {
  background-position: -10px -537px;
}

.gopacity #twitter_link {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -10px -578px transparent;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 21px;
}

.gopacity #twitter_link:hover {
  background-position: -10px -599px;
}

.gopacity #tumblr_link {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -10px -640px transparent;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 21px;
}

.gopacity #tumblr_link:hover {
    background-position: -10px -661px;
}

.gopacity .verisign_icon 
{
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -20px -20px transparent;
    display: inline-block;
    height: 30px;
    margin: 0px;
    text-indent: -9999px;
    width: 88px;
    top:-30px;
    padding-top: 12px;
}

.gopacity .verisign_icon:hover {
  background-position: -20px -65px;
}
.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.certifiers
{
	position: relative;
	float:right;
	margin-right: -85px;
	padding-top: 5px
	/*padding-top: 45px;*/
}

.certifiers .guarantee_icon {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -20px -218px transparent;
    display: inline-block;
    height: 45px;
    margin: 0px 10px;
    text-indent: -9999px;
    width: 45px;
    height: 3px;
	padding-top: 43px;
}

.certifiers .guarantee_icon:hover {
  background-position: -20px -263px;
}

.certifiers .credit_card_icon {
    background: url('/assets/res/sprite-footer.png') no-repeat scroll -20px -328px transparent;
    display: inline-block;
    height: 19px;
    margin: 0px;
    position: relative;
    text-indent: -9999px;
    top: -35px;
    width: 120px;
}

.certifiers .credit_card_icon:hover {
  background-position: -20px -347px;
}

.footer .gopacity
{
	position: relative;
	float:right;
	margin-top:60px;
	right: 120px;	
}

.footer-txt-small
{	
	text-align:center;	
}

.footer-small ul li {	
    text-align:center;
    color: #C2C2C2;
    font: inherit;
    font-size: 1.2em;
    font-weight: 700;
	line-height: 1.87;
}

.footer-txt-small a{	
	color: #C2C2C2;
	font: inherit;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.87;
}

/*********************** FOOTER STYLES - END HERE ******************************/


/*OLD SITE STICKER*/
div#new_site_sticker {
position: fixed;
right: 0;
top: 6%;
z-index: 1000;
}

div#new_site_sticker div.tooltip {
position: relative;
}

div#new_site_sticker div.tooltip img {
position: absolute;
left: -185px;
top: 46px;
cursor: pointer;
max-width: none;
}
div#new_site_sticker a {
background: url('/assets/res/old_sticker.png');
width: 42px;
height: 195px;
text-indent: -6969px;
display: block;
}
.tooltip {
position: absolute;
left: 5px;
z-index: 9999;
display:none;
}

div#new_site_sticker:hover .tooltip {
	display:block;
}

.sub-content
{
	width:97%;
}
}