
.contactus-form{
  padding-top: 3%;
  padding-left: 25%;
  padding-right: 20%;
  padding-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.contactus-form .left{
  float: left;
}

.contactus-form .right{
  float: left;
  padding-left: 30px;
}

.contactus-form .left .contactus-title{
 font-size: 4em;
 font-weight: bold;
}

.cont-paragraph{  
	margin-top: 1em;
}

.contactus-form .left .contactus-p{
 padding-top: 5px;
 font-size: 1.5em;
 width: 480px;
}

.contactus-form .left .form-conctact{
 padding-top: 5px;
 width: 520px;
}

.contactus-form .left .form-conctact .required_fields{
  color: red;
  font-size: 1.3em;
  width: 100%;
  text-align: right;
}

.contactus-form .left .form-conctact input[type=email], .contactus-form .left .form-conctact input[type=text]{
  font-size: 1.5em;
  color: #404040;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #b8b8b8;
  height: 33px;
  line-height: 1.83;
}

.contactus-form .left .form-conctact textarea{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  color: #404040;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 7px;
  border: 1px solid #b8b8b8;
  height: 33px;
  line-height: 1.83;
  width: 520px;
  height: 150px;
}


.contactus-form .left .form-conctact input[type=email].error, .contactus-form .left .form-conctact input[type=text].error, .contactus-form .left .form-conctact textarea.error{
  border: solid 1px red;
}

.contactus-form .left .captcha {
  display: block;
  width: 200px; 
  height: 40px; 
  float: right;
}

.contactus-form img{
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */ 
}

.btn_send {
  font-size: 1.6em;
  display: inline-block;
  color: #fff;
  line-height: 1.87;
  background: #c0392b;
  font-weight: 700;
  padding: 0 30px 0 30px;
  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_send i {
  background: url(../res/sprite-v1.png) left top no-repeat;
  background-position: -88px 10px;
  width: 13px;
  height: 30px;
  display: inline-block;
}
.btn_send:hover {
  background: #f12510;
}

/*
 * DOCUMENTATION STYLES
 */
.documentation{
  padding-top: 3%;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
}

.documentation .documentation-title{
 font-size: 3.5em;
 font-weight: bold;
 color: black;
}

.documentation .documentation-paragraph{
 padding-top: 15px;
 padding-left: 35%;
 padding-right: 35%;
 font-size: 13px;
 font-weight: 600;
}

.documentation .guide{
 position: relative;
 width: 320px;
 height: 50px;
 padding: 1% 40%;
 display: block;
}

.documentation .guide .left{
 position: relative;
 float: left;
}

.documentation .guide .left:hover{
  opacity: 0.5;
}

.documentation .guide .right{
 position: relative;
 float: right;
 width: 260px;
 padding-top: 20px;
}

.documentation .guide .right .guide-name{
 font-size: 16px;
 font-weight: bold;
 text-align: left;
 color: black;
}

.documentation .guide .right .guide-download{
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 font-size: 12px;
 padding-top: 1%;
 text-align: left;
 color: #3f3f3f;
 padding-top: 5px;
}

.documentation .guide .right .guide-download span{
 font-weight: bold;
}

.documentation .guide .right .guide-download a{
  color: #3f3f3f;
}

.documentation .guide .right .guide-download a:hover{
  text-decoration: underline;
}

/*
 * DISCLAIMER
 */

.DisclaimerWeb{
 top:10%!important;
 width:44%!important;
 position: absolute!important;
 cursor: pointer;
 overflow:auto!important;
 margin-left: auto;
 margin-right: auto;
 max-width: 480px;
}

.DisclaimerMobile{
 top:10%!important;
 width:90%!important;
 height:100%!important;
 position: absolute!important;
 cursor: pointer;
 left: 4%!important;
 overflow:auto!important;
 max-width: 480px;
 max-height: 600px;
}

.disclaimer{
  padding: 10% 11% 25px;
  /*max-width: 1333px;*/
  /*width: 50%;*/
  position: relative;
  overflow: hidden;
}


.disclaimer-title{
  color: #f02117;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.disclaimer .fyretv-information{
  padding-top: 3%;
  font-size: 1.5em;
}

.disclaimer-information{
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 1.8em;
  text-align: justify;
}

.buttons-disclaimer{
  padding-left: 12%;
  position: relative;
}


.buttons-disclaimer .button .btn {
  float: left;
  font-size: 1.6em;
  display: inline-block;
  color: #fff;
  line-height: 1.87;
  background: #1A7ADD;
  font-weight: 700;
  padding: 5px 30px 5px 30px;
  border-bottom: 3px solid #000;
  border-right: 2px solid #000;
  margin-top: 12px;
  margin-left: 30px;
  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;
}

.buttons-disclaimer .button .btn:hover {
  background: #4EA9FC;
}

.disclaimer .disagree{
  padding-top: 3%;
  font-size: 1.1em;
}

.disclaimer .disagree .exit{
  color: #f02117;
}

/*
 * FAQ
 */
.faq{
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
}

.faq .faq-questions{
  display: block;
  font-weight: bold;
  height: 380px;
  padding: 3% 25%;
}

.faq .faq-questions .left{
 position: relative;
 float: left;
 width: 500px;
 text-align: left;
 font-size: 13px;
 line-height: 21px;
}

.faq .faq-questions .left .faq-title{
 font-size: 2.5em;
 font-weight: bold;
 color: black;
 padding-bottom: 15px;
}

.faq .faq-questions .left .number{
  width: 15px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.faq .faq-questions .left a{
  color: #f02117; 
  font-weight: 500;
  padding-bottom: 10px;
}

.faq .faq-questions .left a:hover{
  text-decoration: underline; 
}

.faq .faq-questions .right{
 position: relative;
 float: right;
 width: 200px;;
}

.faq .faq-questions-details{
  display: block;
  height: auto;
  max-width: 1800px;
  padding: 1% 25%;
  text-align: left;
}

.faq .faq-questions-details .question{
 padding-top: 15px;
 font-size: 13px;
 font-weight: bold;
}

.faq .faq-questions-details .question span { 
  margin-top: -80px;        /* Size of fixed header */
  padding-bottom: 80px; 
  display: block; 
}

.faq .faq-questions-details .answer{
 padding-top: 10px;
 padding-left: 10px;
 font-size: 13px;
}

.faq .faq-questions-details .answer p{
  display: block;
  /*-webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-start: 1px;
  -moz-margin-end: 1px;*/
  line-height: 1.3em;
  margin-bottom: 10px;
  
}

.faq .faq-questions-details .answer a{
  color: #f02117
}

.faq .faq-questions-details .answer a:hover{
  text-decoration: underline;
}

/*
 * HOW IT WORKS
 */
.how-it-works{
  width: 75%;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-left: 20%;
  padding-right: 5%;
} 

.how-it-works .block{
  float: left;
  text-align: left;
  position: relative;
  padding: 20px;
  width: 500px;
}

.how-it-works .block .title{
  text-align: left;
  font-size: 1.8em;
  color: #c94c48;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.how-it-works .block .paragraph{
  text-align: left;
  font-size: 1.2em;
  line-height: 1.5;  
}

.how-it-works .block .paragraph ul li{
  list-style: square;
  padding-left: 5px;
}

.how-it-works .block .sing-up-link{
  text-align: right;
  padding-top: 40px;
}

.how-it-works .block .sing-up-link a{
  font-size: 1.8em;
  color: #1680d8;
  font-weight: bold;
  font-style: italic;
}

#first_link{
  padding-top: 90px;
}

.how-it-works .block .left{
  float: left;
  padding: 5px;
  
}

.how-it-works .block .right{
  float: left;
  width: 280px;
}

.button-hiw{
  width: 100%;
  text-align: center;
}

.button-hiw .btn {
  font-size: 2.6em;
  display: inline-block;
  color: #fff;
  line-height: 1.87;
  background: #1a7add;
  font-weight: 700;
  padding: 10px 50px 10px 50px;
  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;
}

.button-hiw .btn:hover {
  background: #4ea9fc; 
}

/*
 * GOOGLE TV
 */

.google-tv{
  width: 60%;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-left: 20%;
  padding-right: 20%;
}

.google-tv .title-gtv{
  text-align: center;
  font-size: 2.5em;
  color: #c94c48;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
} 

.google-tv .header-google-tv{
  width: 100%;
  position: relative;
}

.button-googletv{
  position: absolute;
  margin-top: 10%;
  margin-left: 8%;
}

.button-googletv .btn {
  font-size: 2.6em;
  display: inline-block;
  color: #fff;
  line-height: 1.87;
  background: #1a7add;
  font-weight: 700;
  padding: 10px 50px 10px 50px;
  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;
}

.button-googletv .btn:hover {
  background: #4ea9fc; 
}

.google-tv .steps .title-step{
  text-align: left;
  font-size: 1.5em;
  color: #c94c48;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.google-tv .steps .desc-step{
  text-align: left;
  font-size: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.google-tv .steps .mini-text{
  text-align: left;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
 * STREAM PORN TO TV
 */

.on-tv{
  width: 50%;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-left: 25%;
  padding-right: 25%;
}

.on-tv .title{
  color: #606062;
  font-size: 2.6em;
  font-weight: bold;
  padding-bottom: 15px;
}

.on-tv .title .device{
  color: #ce1206;
}

.on-tv .paragraph-ontv{
  font-size: 1.3em;
  text-align: left;
  line-height: 21px;
  padding: 2% 3%;
  background-color: #dadada;
  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;
}

.on-tv .paragraph-ontv p{
  padding-bottom:10px;
}

.on-tv .paragraph-ontv a{
  color: #ce1206;
  font-weight: bold;
}

.on-tv .paragraph-ontv a:hover{
  color: #ce1206;
  font-weight: bold;
  text-decoration: underline;
}

.on-tv .roku-container{
  position: relative;
  width: 100%;
  height: 374px;
  background-image: url("../images/958x374_roku_bg.png");
  background-repeat: no-repeat;
  margin-top: 30px; 
 
}

.installation-instruction {
  font-family: Arial;
  font-size: 13px;
  position: absolute;
  top: 230px;
  left: 565px;
  text-align: left;
}

.installation-instruction .title_instruction {
  color: black;
  font-size: 1.3em;
  font-weight: bold;
}

.sold-locations-container {
  position: relative;
  width: 100%;
  height: 140px;
  text-align: center;
}

.sold-locations-container span {
  display: inline;
  color: #8f9297;
  float: left;
  margin: 20px 0 20px 85px;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.2em;
}

.installation-instruction .title_instruction span.roku {
  color: #7401DF;
}

.installation-instruction .title_instruction span.boxee {
  color: #04B431;
}

.installation-instruction .title_instruction span.googletv {
  color: #0000FF;
}


.installation-instruction .btn {
  font-size: 1.1em;
  display: inline-block;
  color: #fff;
  line-height: 1.87;
  background: #727272;
  font-weight: 700;
  padding: 0px 30px 0px 30px;
  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;
}

.installation-instruction .btn-guide {
  font-size: 1.1em;
  display: inline-block;
  color: #343434;
  line-height: 1.87;
  background: #c2c2c2;
  font-weight: 700;
  padding: 0px 30px 0px 30px;
  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;
}
.on-tv ol {
  margin-top: 5px;
  /*padding-left: 18px;*-*/
  color: #606163;
  font-size: 1.1em;
  font-weight: bold;
}

.on-tv li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.on-tv .boxee-container {
  position: relative;
  width: 100%;
  height: 374px;
  background-image: url("../images/958x374_boxee_bg.png");
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.on-tv .googletv-container {
  position: relative;
  width: 100%;
  height: 374px;
  background-image: url("../images/958x374_googletv_bg.png");
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.on-tv .appletv-container {
  position: relative;
  width: 100%;
  height: 374px;
  background: url("../images/958x374_apple_tv_bg.png") no-repeat;
  padding-bottom: 30px;
}

.on-tv .appletv-container div#apple-info {
  color: #8f9297;
  margin: 15px 10px 0 0;
  font-size: 10px;
  font-family: Arial;
}

.on-tv .fyretv-container {
  position: relative;
  width: 100%;
  height: 420px;
  background: url("../images/958x374_boxxx_bg_a.png") no-repeat;
}

.on-tv .fyretv-container .info {
  color: black;
  font-family: Arial;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 380px;
  left: 80px;
  width: 800px;
}

.on-tv .fyretv-container .info span {
  font-weight: bold;
}

/*
 * TERMS AND CONDITIONS
 */
.terms_and_conditions{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 5%;
  color: #202123;
  font-size: 1.1em;
}

.terms_and_conditions p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.terms_and_conditions a{
  color: #f02117
}

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

.terms_and_conditions ol {
  counter-reset: item;
  margin: 15px 0px;
}

.terms_and_conditions li {
  display: block;
  margin: 15px 0px;
}

/*
 * PRIVACY POLICY
 */
.policy{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 5%;
  color: #202123;
  font-size: 1.1em;
}

.policy p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.policy a{
  color: #f02117
}

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

/*
 * DMCA
 */
.dmca{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 5%;
  color: #202123;
  font-size: 1.1em;
}

.dmca p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.dmca a{
  color: #f02117
}

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

/*
 * REVIEWS
 */
.reviews{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 5%;
  color: #202123;
  font-size: 1.1em;
}

.reviews .left{
  float: left;
  width: 60%;
  font-size: 1.3em;
}

.reviews .left .base-table-lite-1{
  border-spacing: 0px;
}

a.base-link-4 {
  font-weight: bold;
  color: #ff0e00;
}

a.base-link-3 {
  font-size: 12px;
  color: #ff0e00;
  text-decoration: underline;
}

.reviews .right{
  float: right;
  width: 30%;
  background-color: #2b2b2b;
}

.reviews .press_article{
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
  max-width: 800px;
}

.reviews .press_article .title{
  color: #ff0e00;
  font-size: 1.3em;
  font-weight: bold;
}

.reviews .press_article .external-link{
  padding-bottom: 5px;
}

.reviews .press_article .external-link a:hover{
  text-decoration: underline;
}

.reviews .press_article .description{
  color: #585c5d;
  font-size: 1.3em;
}

.reviews .right .title{
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 10px 20px;
  font-weight: bold;
}

.reviews .right .link{
  color: #eeeff1;
  font-size: 1.3em;
  padding-left: 20px;
  padding-bottom: 10px;
}

.reviews .right .link-logo{
  color: #eeeff1;
  font-size: 1.3em;
  padding-left: 20px;
  padding-bottom: 20px;
}

.reviews .right .link-logo a{
  color: #eeeff1;
}

.reviews .right .link-logo a:hover{
  text-decoration: underline;
}
/*
 * USC
 */
.usc_2557{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 5%;
  color: #202123;
  font-size: 1.1em;
}

.usc_2557 p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.usc_2557 a{
  color: #f02117
}

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

/*
 * TESTIMONIALS PAGE
 */
.testimonial_content{
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 1% 12%;
}
 
.testimonial_content .testimonials{
  float: left;
  width: 60%;
}

.testimonial_content .testimonial_banner{
  float: right;
  padding-left: 10px;
  padding-top: 200px;
}

.testimonial_content .testimonials .testimonial_title{
  color: #c23a2a;
  font-weight: bold;
  font-size: 2em;
}

.testimonial_content .testimonials .header_testimonial{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2b2c2e;
  font-size: 1.6em;
}

.testimonial_content .testimonials .header_testimonial a{
  color: #2b2c2e;
  font-weight: bold;
}

.testimonial_content .testimonials .testimonial_customer{
  padding-top: 10px;
  color: #2b2c2e;
  font-size: 1.5em;
}

.testimonial_content .testimonials .testimonial_customer .testimonial{
  padding-bottom: 15px;
}

.testimonial_content .testimonials .testimonial_customer .author{
  text-align: right;
}

.testimonial_content .testimonials .testimonial_customer .author span{
  color: #c23a2a;
}

.testimonial_content .testimonial_banner .stream{
  font-size: 4em;
  font-weight: bold;
}

.testimonial_content .testimonial_banner .stream1{
  font-size: 3.2em;
  font-weight: bold;
}

.testimonial_content .testimonial_banner .devices{
  font-size: 8.2em;
  font-weight: bold;
}

.testimonial_content .testimonial_banner .devices_list{
  font-size: 1.9em;
  font-weight: bold;
}

.testimonial_content .testimonial_banner .btn {
  background: #1a7ade;
  font-size: 2.2em;
  line-height: 2.4;
  padding: 5px 20px 5px 20px;
}

.testimonial_content .testimonial_banner .btn:hover {
  background: #0957a8;
}


@media only screen and (min-width: 800px) and (max-width: 1500px) {
  /*
   * CONTACT
   */
 .contactus-form .right{
   display: none;
  } 
  
  .contactus-form .left .form-conctact textarea{
    width: 520px;
    height: 150px;
  }
   
  /*
   * DOCUMENTATION
   */
  .documentation .documentation-paragraph{
    padding-left: 20%;
    padding-right: 20%;
  }
  
  /*
   * FAQ
   */
  .faq{
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .faq .faq-questions{
    display: block;
    font-weight: bold;
    padding: 0 0 20px 0;
  }
  
  .faq .faq-questions .left{
   position: relative;
   float: left;
   width: 70%;
   text-align: left;
   font-size: 13px;
   line-height: 21px;
   overflow: hidden;
  }
  
  .faq .faq-questions-details{
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-top: 50px;
    text-align: left;
  }

  .faq .faq-questions .left .faq-title{
   font-size: 1.5em;
   font-weight: bold;
   color: black;
   padding-bottom: 15px;
  }
  
  
  /*
   * DISCLAIMER
   */
  .disclaimer{
    position: relative;
    overflow: hidden;
  }
  
  .buttons-disclaimer{
    padding-left: 10%;
    position: relative;
  }
  
  .buttons-disclaimer .button .btn {
    margin-left: 35px;
  }
}  

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .on-tv {
    width: 60%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 20%;
    padding-right: 20%;
  }
}


@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .on-tv {
    width: 70%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 15%;
    padding-right: 15%;
  }
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .on-tv {
    width: 80%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  /*
   * Google TV Page
   */
  
  .button-googletv{
    position: absolute;
    margin-top: 10%;
    margin-left: 3%;
  }
}


@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .on-tv {
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  /*
   * Google TV Page
   */
    .button-googletv{
      position: absolute;
      margin-top: 10%;
      margin-left: 0;
    }
  
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
  /*
   * ON TV
   */
  .on-tv{
    width: 80%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
  }

  .on-tv .roku-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_roku_bg.png");
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  
  .on-tv .boxee-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_boxee_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .googletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_googletv_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .appletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background: url("../images/small_apple_tv_bg.png") no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .fyretv-container {
    position: relative;
    width: 100%;
    height: 420px;
    background: url("../images/small_boxxx_bg_a.png") no-repeat;
  }  
  
  .installation-instruction {
    font-family: Arial;
    font-size: 13px;
    position: absolute;
    top: 230px;
    left: 10px;
    text-align: left;
  }
  
  .on-tv .fyretv-container .info {
    color: black;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 380px;
    left: 10px;
    width: 90%;
  }  
  
  /*
   * Google TV Page
   */
    .button-googletv{
      position: absolute;
      margin-top: 9%;
      margin-left: 0;
    }
    
    .button-googletv .btn {
      font-size: 1.6em;
    }
    
  
}

@media only screen and (min-width: 360px) and (max-width: 800px) {
  /*
   * CONTACT US
   */
  .contactus-form{
    padding-top: 3%;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
    height: 700px;
    width: 60%;
  }
  
  .contactus-form .left .form-conctact textarea{
    width: 297px;
    height: 100px;
  }
  
  .contactus-form .left .contactus-p{
   padding-top: 5px;
   font-size: 1.5em;
   width: 100%;
  }  

  .contactus-form .left .form-conctact .required_fields{
    color: red;
    font-size: 1.3em;
    width: 80%;
    text-align: right;
  }
  
  .contactus-form .left .form-conctact{
   padding-top: 5px;
   width: 100%;
  } 
  
  .contactus-form .left .captcha {
    display: block;
    width: 85%; 
    height: 50px; 
    float: left;
  }
  
 .contactus-form .right{
   display: none;
  }  
  
  /*
   * DOCUMENTATION
   */
  .documentation .documentation-title{
   font-size: 2.5em;
   font-weight: bold;
   color: black;
  }

  .documentation .documentation-paragraph{
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .documentation .guide{
   padding: 2% 30%;
  }  
  
  /*
   * FAQ
   */
  .faq{
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .faq .faq-questions{
    display: block;
    font-weight: bold;
    padding: 0 0 20px 0;
  }
  
  .faq .faq-questions .left{
   position: relative;
   float: left;
   width: 70%;
   text-align: left;
   font-size: 13px;
   line-height: 21px;
   overflow: hidden;
  }
  
  .faq .faq-questions-details{
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-top: 50px;
    text-align: left;
  }

  .faq .faq-questions .left .faq-title{
   font-size: 1.5em;
   font-weight: bold;
   color: black;
   padding-bottom: 15px;
  }
  
  .faq .faq-questions .right{
    /*display: none;*/
    width: 30%;
  }


/*
 * HOW IT WORKS
 */
  .how-it-works{
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 5%;
  } 

  .how-it-works .block{
    float: left;
    text-align: left;
    position: relative;
    width: 100%;
  }
  
  .how-it-works .block .right{
    float: left;
    width: 100%;
  }

/*
 * DISCLAIMER PAGE
 */
  .disclaimer{
    position: relative;
    overflow: hidden;
  }

.buttons-disclaimer{
    padding-left: 14%;
    position: relative;
  }
  
  .buttons-disclaimer .button .btn {
    margin-left: 5px;
  }
  
  /*
   * ON TV
   */
  .on-tv{
    width: 80%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
  }

  .on-tv .roku-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_roku_bg.png");
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  
  .on-tv .boxee-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_boxee_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .googletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_googletv_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .appletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background: url("../images/small_apple_tv_bg.png") no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .fyretv-container {
    position: relative;
    width: 100%;
    height: 470px;
    background: url("../images/small_boxxx_bg_a.png") no-repeat;
  }  
  
  .installation-instruction {
    font-family: Arial;
    font-size: 13px;
    position: absolute;
    top: 230px;
    left: 10px;
    text-align: left;
  }
  
  .on-tv .fyretv-container .info {
    color: black;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 380px;
    left: 10px;
    width: 90%;
  }  
  
}

@media only screen and (min-width: 685px) and (max-width: 800px) {
  .faq .faq-questions .left{
   position: relative;
   float: left;
   width: 70%;
   text-align: left;
   font-size: 13px;
   line-height: 21px;
   overflow: hidden;
  }
  
  .faq .faq-questions .right{
    /*display: none;*/
    width: 30%;
  }
  
  /*
   *  Google TV
   */
  .button-googletv{
    position: absolute;
    margin-top: 9%;
    margin-left: 0;
  }
  
  .button-googletv .btn {
    font-size: 1.6em;
    padding: 10px 25px 10px 25px;
  }
  
  
}
@media only screen and (min-width: 360px) and (max-width: 684px) {
  .faq .faq-questions .left{
   position: relative;
   float: left;
   width: 100%;
   text-align: left;
   font-size: 13px;
   line-height: 21px;
   overflow: hidden;
  }

  .faq .faq-questions .right{
    display: none;
    width: 30%;
  }

  /*
   *  Google TV
   */
  .google-tv .header-google-tv{
    width: 100%;
    position: relative;
    height: 200px;
  }

  .button-googletv{
    position: absolute;
    margin-top: 33%;
  }
  
  .button-googletv .btn {
    font-size: 1.5em;
    width: 70%;
  }
  
}

@media only screen and (min-width: 220px) and (max-width: 360px) {
  /*
   * CONTACT US
   */
  .contactus-form{
    padding-top: 3%;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    height: 700px;
    width: 98%;
  }
  
  .contactus-form .left .form-conctact textarea{
    width: 297px;
    height: 100px;
  }
  
  .contactus-form .left .contactus-p{
   padding-top: 5px;
   font-size: 1.5em;
   width: 90%;
  }

  .contactus-form .left .form-conctact .required_fields{
    color: red;
    font-size: 1.3em;
    width: 80%;
    text-align: right;
  }
  
  .contactus-form .left .form-conctact{
   padding-top: 5px;
   width: 100%;
  } 
  
  .contactus-form .left .captcha {
    display: block;
    width: 90%; 
    height: 50px; 
    float: left;
  }
  
 .contactus-form .right{
   display: none;
  }  
    
  /*
   * DOCUMENTATION
   */
  .documentation .documentation-title{
   font-size: 2.5em;
   font-weight: bold;
   color: black;
  }

  .documentation .documentation-paragraph{
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .documentation .guide{
   padding: 5% 10%;
  }  

  /*
   * FAQ
   */
  .faq{
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .faq .faq-questions{
    display: block;
    font-weight: bold;
    padding: 0 0 20px 0;
  }
  
  .faq .faq-questions .left{
   position: relative;
   float: left;
   width: 100%;
   text-align: left;
   font-size: 13px;
   line-height: 21px;
   overflow: hidden;
  }
  
  .faq .faq-questions-details{
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-top: 50px;
    text-align: left;
  }

  .faq .faq-questions .left .faq-title{
   font-size: 1.5em;
   font-weight: bold;
   color: black;
   padding-bottom: 15px;
  }
  
  .faq .faq-questions .right{
    display: none;
  }

  
    
/*
 * HOW IT WORKS
 */
  .how-it-works{
    width: 85%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 5%;
  } 

  .how-it-works .block{
    float: left;
    text-align: left;
    position: relative;
    width: 100%;
  }
  
  .how-it-works .block .right{
    float: left;
    width: 100%;
  }
    
/*
 * DISCLAIMER PAGE
 */
  .disclaimer{
    position: relative;
    overflow: hidden;
  }

  .buttons-disclaimer{
    padding-left: 0;
    position: relative;
  }
  
  .buttons-disclaimer .button .btn {
    margin-left: 20px;
  }
  
  /*
   * ON TV
   */
  .on-tv{
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .on-tv .roku-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_roku_bg.png");
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  
  .on-tv .boxee-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_boxee_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .googletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background-image: url("../images/small_googletv_bg.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .appletv-container {
    position: relative;
    width: 100%;
    height: 374px;
    background: url("../images/small_apple_tv_bg.png") no-repeat;
    padding-bottom: 30px;
  }
  
  .on-tv .fyretv-container {
    position: relative;
    width: 100%;
    height: 420px;
    background: url("../images/small_boxxx_bg_a.png") no-repeat;
  }  
  
  .installation-instruction {
    font-family: Arial;
    font-size: 13px;
    position: absolute;
    top: 230px;
    left: 10px;
    text-align: left;
  }
  
  .on-tv .fyretv-container .info {
    color: black;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 380px;
    left: 10px;
    width: 90%;
  }  
  
  /*
   *  Google TV
   */
  .button-googletv{
    position: absolute;
    margin-top: 9%;
    margin-left: 0;
  }
  
  .button-googletv .btn {
    font-size: 1.6em;
    padding: 10px 25px 10px 25px;
  }
  
  /*
   *  Google TV
   */
  .google-tv .header-google-tv{
    width: 100%;
    position: relative;
    height: 150px;
  }

  .button-googletv{
    position: absolute;
    margin-top: 33%;
  }
  
  .button-googletv .btn {
    font-size: 1.3em;
    width: 70%;
  }
  
}  
