@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);


@font-face {
font-family: 'HelveticaNeue';
  src: url("/assets/fonts/HelveticaNeue.ttf") format("truetype");
}
body{
  font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;  
}

header .header-row{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 15px;
  max-width: 1170px;  
  line-height: 40px;
}
header .header-row .header-logo{
  padding-left: 15px;
}
h1, h2, h3, h4 {
font-family: 'Varela Round';
}

.menu-dropdown{
  color: #ffffff;
  background-color: transparent;
  border-color: transparent; 
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-transform: none;
  float:right;  
}

.open>.dropdown-toggle.menu-dropdown, .open>.dropdown-toggle.menu-dropdown:focus, .menu-dropdown:hover {
  color: #f2b632 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav {
  left:50%;
  margin-left:-150px;
  top:50px;
  position:absolute;
}

.dropdown {
  background: transparent; 
  border-radius:4px;
  width:155px;    
  float:right;
}

.dropdown-menu>li>a, header.top-menubar .dropdown.open .dropdown-menu li a {
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #ffffff;
}

.dropdown ul.dropdown-menu {
    border-radius:5px;
    box-shadow:none;    
    background-color: #414141;
    width:175px;
    border: 0px;
}

.jumbotron .dropdown-menu > li > a:hover, header.top-menubar .dropdown.open .dropdown-menu li a:hover {
    color: #f2b632;
    background-color: transparent;
  }

.jumbotron.hero {
  margin-top: -64px;
}
.hero.about{
  background: rgba(7, 106, 160, 0.6) url("../img/about_bg.png") no-repeat scroll center center / cover;  
  min-height: 175px;
}
.hero.account{
  background: rgba(7, 106, 160, 0.6) url("../img/about_bg.png") no-repeat scroll center center / cover;  
  min-height: 175px;
}

.engageme-tabs {
  background-color: #121212 !important;
  padding: 75px 0px 100px 0px;
}

h2.text-success strong{
  display: block;
  margin: 25px 0px;
}
.videoplayer-block {
  padding: 50px 0px 0px 0px;
}

.videoplayer-block h2 {
  margin:0px;
}
#idPublisherLinkedList span, span.link-your-account {
  display: inline-block;
  letter-spacing: 0.3px;
  font-family: 'HelveticaNeue';
  line-height: 1.88;
  color: #9b9b9b;
  font-size: 16px;
}
.platform-logo{
  width: 150px;
  padding-left: 0px;
  padding-right: 5px;
}
.website-name{
  width: 200px;
  padding-left: 0px;
  padding-right: 5px;
}
.username-title{
  width: 130px;
  padding-left: 0px;
  padding-right: 5px;
}
.subid-info {
  width:190px;
}
.myaccount-headerText{
  text-align: center;
  letter-spacing: 0.8px;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-family: "Varela Round";
  font-size: 40px;
  font-weight: normal;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 80px 0px 20px;
}  
.password-label{
  text-align: right !important;
}
#change-pass-new-block label{
  text-align: left;
}

@media (min-width:992px) and (max-width:1200px) {

  .categories-section ul > li .btn
  {
    width:100% !important;
  }

  .website-name {
    width: 160px;
  }
  .username-title{
   width:120px;
  }
  .subid-info {
   width:110px;
  }
  .nopadding-right{
   padding-right: 0px;
  }
  .savebutton{
   width: 130px !important;
  }
  .fullwidth{
    width:100%;
  }
  #change-pass-new-block div:first-child{
    width:21%;
  }  
  #email-reset-msg{
    padding-left: 40px;
  }
  input.error{
    margin: 0px 15px 25px 0px;
  }
  #change-pass-new-block input{
    margin-bottom: 20px;
  }

}  

@media (max-width:992px) {
  .hero .get-it{
    text-align:center;
  }

  .hero .phone-preview{
    text-align:center;
  }

  ul.video-img > li:last-child   {
    margin: 5px 23px 5px 0px !important;
  }

  .work-section .content {
     margin: 0px auto;
  }

  .flex-direction-nav a{

     margin: -5px 0 0 !important;
  }

  .flex-direction-nav a::before
  {
    margin: -10px 10px 0px 10px !important;
  }  
  
  /*account page css */

  .email-id, .account-password {
    margin-top:30px;
  }
  .email-id label{
    width:45px !important;
    text-align: left !important;
    padding: 0px 20px 5px 0px !important;
  }
  .account-password label{
    width:80px !important;
    text-align: left !important;
    padding: 0px 20px 5px 0px !important;
  }
  .linked-account select, .linked-account input, .linked-account button {
    width:100% !important;
  }       
  .need-account {
    padding-right: 10px !important;      
  }
  .col-plat-form{
    display: inline-block;
    width: 100%;
  }
  .saveblock{
    width:100%;
    float:left;
    margin: 20px 0px;
  }
  .change-password input{
    margin-bottom: 20px;
  }
  input.error{
    margin: 0px 15px 25px 0px;
  }

}

@media (max-width:400px) {
  .categories-section ul > li .btn, .contact_form .btn
  {
    width:100% !important;
  }
  .logged-in, .logged-in .c-list-inline > li{
    padding: 0px !important;
  }
}

.hero .get-it h1, .hero .get-it p{
  color:#fff;
  text-shadow:2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom:40px;
}

.hero .get-it .btn{
  margin-left:10px;
  margin-bottom:10px;
  text-shadow:none;
  width: 296px;
  height: 74px;
  border-radius: 100px;
  background-color: #f2b632;
  font-family: 'HelveticaNeue';
  font-size: 20px;
  border: 1px solid #f2b632;
  text-transform: none;
}

.hero .get-it .btn:hover{
  background-color: transparent;
  color: #f2b632;
}

div.iphone-mockup{
  position:relative;
  max-width:250px;
  margin:20px;
  display:inline-block;
}

.iphone-mockup img.device{
  width:100%;
  height:auto;
}

.iphone-mockup .screen{
  position:absolute;
  width:88%;
  height:77%;
  top:12%;
  border-radius:2px;
  left:6%;
  border:1px solid #444;
  background-color:#aaa;
  overflow:hidden;
  background:url(../../assets/img/screen-content-iphone-6.jpg);
  background-size:cover;
  background-position:center;
}

.iphone-mockup .screen:before{
  content:'';
  background-color:#fff;
  position:absolute;
  width:70%;
  height:140%;
  top:-12%;
  right:-60%;
  transform:rotate(-19deg);
  opacity:0.2;
}

.icon-feature{
  text-align:center;
}

.icon-feature .glyphicon{
  font-size:60px;
}

section.features{
  background-color:#369;
  padding:40px 0;
  color:#fff;
}

.features h2{
  color:#fff;
}

.features .icon-features{
  margin-top:15px;
}

.testimonials blockquote{
  text-align:center;
}

section.testimonials{
  margin:50px 0px 50px 0px;
}

.contact_form h4 {    
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.4px;
  color: #4a4a4a;
} 

#about_contact_form textarea#message {
  height:300px;
}

#about_contact_form input, #about_contact_form select, #about_contact_form textarea  {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #dddddd;  
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.9px;
  color: #c9c9c9;
  padding: 5px;
}

#about_contact_form select, #engageme-Myaccount select, .c-select-box {
  background: transparent url("../img/dropdown_arrow.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.video-slider-block {
  background-color: #f7f9fa;
  margin:50px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
}

.video-slider-block ul{
  background-color: #f7f9fa;
}

@media (min-width:769px) {

   .hero .get-it{    
    margin-top:300px;    
  }

  .dropdown ul.dropdown-menu:before {
  content: "";
  border-bottom: 6px solid #414141;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: -6px; 
  left:85px;
  z-index: 10;
  }

  .footer-links {
  margin: 3px 20px 0px 0px;
  display: inline-block;
  }
}

.work-section{
  background-color: #f7f9fa;
  width: 100%;
  float: left;
  padding-bottom: 75px;
}

.work-section .block{
  padding: 25px 10px 0px;
}

.work-section .img-section{
  text-align: center;
}

.work-section .content {
    padding: 50px 0 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.3px;
    color: #4a4a4a;
}

.work-section .content > img {
  display: inline-block;
  float: left;
  padding: 0 10px;
}

.work-section .content > p {
  display: inline-block;
  float: left;
  width: 70%;
  letter-spacing: 0.3px;
  font-family: 'HelveticaNeue';
  line-height: 1.75;
  color: #4a4a4a;
  font-size: 16px;
}

.work-section .arrow::before, .work-section .arrow::after {
  display: none;
  content: "";
}
.work-section .arrow::before {
  top: 115px;
  display: block;
  position: absolute;
  width: 60%;
  right: 70%;
  content:"";
  background-image: url('../img/icons/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 37px;
}
.work-section h3{
  font-family: 'Varela Round';
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  color: #333333;
}
.work-section .arrow::after {
  top: 20px;
  display: block;
  position: absolute;
  width: 60%;
  left: 65%;
  content:"";
  background-image: url('../img/icons/arrow-up.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 37px;
}
@media (min-width:981px) and (max-width:1199px){
  .work-section .arrow::before {
    right: 80%;
    width: 45%;
  }
  .work-section .arrow::after {
    top: 30px;
    width: 50%;
    left: 75%;   
  }  
}  
@media (max-width:980px) {
  .work-section .arrow::before {
    right: 82%;
    width: 35%;
  }
  .work-section .arrow::after {
    top: 30px;
    width: 40%;
    left: 80%;   
  }
}

.categories-section{
  background-color: #f7f9fa;
  padding-bottom: 90px;
  padding-top: 48px;
}
.categories-section  ul{
  padding: 15px 0px 0px 0px;
}

.categories-section  ul > li{
  list-style-type: none;
  text-align: center;
  padding: 15px;
} 

.categories-section  ul > li  .btn, .contact_form .btn{
    background-color: transparent;
    border: 2px solid #076ba0;
    border-radius: 100px;
    color: #076ba0;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    width: 347px;
    padding: 12px;
}

.contact_form .btn:hover {
    background-color: #076ba0;
    color: #f7f9fa;
    margin-top: 0;

}

.categories-section .more-categories {
   color: #4a4a4a;
   font-family: 'HelveticaNeue';
   font-size: 16px;
   font-weight: 400;
   letter-spacing: 0.3px;
   line-height: 1.75;
   text-align: center;
}
.link-separator {
  color:#ffffff !important;
}

ul.video-img {
  list-style-type: none;
  padding: 30px 0px 0px 0px;
  text-align: center;
}

ul.video-img > li {
  margin: 5px 23px 5px 0px  ;  
  display: inline-block;
  max-width: 265px;
}

ul.video-img > li:last-child
{
  margin: 0px ;
}

ul.video-img > li  > img{
  max-width: 240px;
  max-height: 240px;
  float: left;
  display: block;
}

ul.video-img > li > p {
  display: block;
  float: left;
  font-size:16px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.item:hover .item-overlay.top {
  top: 0;
}
.item-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(51,51,51,75);
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 100%; 
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  background-image: url('../img/icons/play-btn-hover.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; 

}

.item-overlay.top {
  top: 100%;
}

.item {
  position: relative;  
  float: left;
  overflow: hidden; 
}

.item img {
  max-width: 100%;
}

.flex-direction-nav a{
  z-index: 0 !important;
  margin: -2px 0 0 !important;
}

.flex-direction-nav a::before {
  margin: -39px 0px 0px -2px !important;
}
/* end of misc. CSS */


/*menu css starts */
.c-max-width-limit {
    clear: both;
    margin: 0 auto;
    max-width: 1265px;
}

 .c-menu-opener{
  display: none;
  float: right;
  height: 31px;
  margin: 15px 30px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out 0s;
  width: 31px;
  outline: medium none;
  z-index: 101;
}
 .c-menu-opener span {
  background: #02354b none repeat scroll 0 0;
  display: block;
  height: 5px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}
 .c-menu-opener span:nth-child(1) {
  top: 0;
}
 .c-menu-opener span:nth-child(4) {
  top: 16px;
}
.active .c-menu-opener span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
.active .c-menu-opener span:nth-child(2) {
  top: 10px;
  transform: rotate(45deg);
}
.active .c-menu-opener span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.active .c-menu-opener span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.active .c-menu-opener span{
  background-color: #fff;
}

 .c-top-nav .c-list-inline .btn-login-sm , .c-top-nav .transition.hblack::before , .c-top-nav .transition.hblack:hover{
    padding: 0px;
    background: transparent;
  }

.c-list-inline {
  padding: 6px;
}  

.c-header {    
  z-index: 999;
}

.c-list-inline > li {  
  display: inline-block;
  padding-right: 5px;
  padding-left: 10px;
}
.c-top-nav {
  float: right;
}

.c-list-inline li a
{
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: right;
  color: rgb(255, 255, 255);
}

.c-list-inline li a:hover {
  text-decoration: none;
}

/*menu css ends */


/* --- home css starts --- */
.header_text {  
  font-size: 50px !important;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.video-img p {
  font-family: HelveticaNeue;
  font-size: 12px !important; 
  letter-spacing: 0.2px;
  color: #4a4a4a;
}

/* --- home css ends --- */


/* --- about us css --- */


.testimonials , .contact_form{
  /*font-family: HelveticaNeue;*/
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.4px;
  color: #4a4a4a;  
}
.testimonials .content p {
  font-family: 'HelveticaNeue';
  font-size: 18px;
}

.testimonials h3
{ 
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #333333;
}

.testimonials .content h4 {
  color:#076ba0;
  padding-top: 20px;
  font-weight: 700;
}

span.mandatory{
  color: #AF5554;
}

.contact_form{
  background-color: #f7f9fa;
  padding: 10px 30px;
}

#about_contact_form label
{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #012230;
}

#about_contact_form .requiredlbl
{
  padding-top: 10px;
  font-size: 12px;
}

.contact_form input, .contact_form select, .contact_form textarea {
  width: 100%;
  margin-bottom: 10px ;
}

.contact_form label{
  color: #012230;  
}

.contact_form .send_btn{
  width: 160px;
  text-align: center;
  float: right;
  margin-top: 20px;
}

.contact_form .btn {
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    width: 150px;
}
/* --- about us css --- */

/*privacy policy css starts */

.engageme_header_text {
  font-family: 'Varela Round';
  font-size: 40px !important;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 98px 0px 20px 15px;
}
.jumbotron.about .hidden-xs.engageme_header_text {
  margin: 111px 0px 20px 15px;
}

.privacyPolicy_content p {
  font-family: 'HelveticaNeue';
  font-size:12px;
}

#list {
  height: 200px;
}

.ListItems div a {
  line-height: 100% !important;
}

/*privacy policy css ends */

.categories-section  ul > li .btn:hover {
  background-color: #076ba0;
    color: #f7f9fa;
    margin-top: 0;
}
@media (max-width:768px) {
  .c-header.active .dropdown-menu-bar, .c-header.active .dropdown-menu-bar .dropdown{
    position: relative !important;
    z-index: 100 !important;
  }  
  .jumbotron .c-menu-opener{
    display: block;
    margin-top:-52px;
    margin-right:15px;
  }
  .jumbotron .videoplayer-block .row{
    margin-right: 0px;
  }
  .jumbotron .c-menu-opener span {
    background-color: #ffffff;
    border-radius: 41px;
    height: 4px;
    width: 30px;
   }

  .jumbotron .dropdown-menu > li {    
    text-align: center;
    width: 100%;
  }

  .jumbotron .dropdown-menu > li > a:hover {
    color: #f2b632;
  }

   .jumbotron .c-top-nav a {    
    font-size: 30px !important;
    font-weight: 400;
    line-height: 2.67;    
    color: #f7f9fa;
  }

   .jumbotron .c-top-nav{
    display: none;
  }

   .jumbotron .c-top-nav {
    width: 100%;
    display: none;
    background-color: #19a0d3;
    opacity: 0.9;
    position: fixed;
    top:0px;
    bottom: 0px;
    left: 0px;
    padding-top: 80px;
    z-index: 100 !important;
  } 

   .jumbotron .menu-dropdown {
    display: none;
  }
  
   .jumbotron .dropdown {
    width:100%;
  }

   .jumbotron .dropdown-menu {
    width:100% !important;
    display: block;
    background-color: transparent !important;
  }

  .c-header-logo {
    width: calc(95% - 65px);
    padding: 10px 0px 0px 15px !important;
    text-align: left;
    height: 65px;
  }
  .myaccount-headerText{
    margin: 0px 0px 20px;
    padding-top: 80px;
  }
  .aboutUs-link   {
    display: inline-block;
  }
  .privacyPolicy-link {
    display: inline-block;
    margin-bottom: 20px;
  } 

  .categories-section  ul > li .btn:hover {
    color: #f2b632;
    margin-top: 0;
  }
  section.testimonials{
    margin:50px 0px 0px 0px;
  }

  section.privacyPolicy_content {
    margin:50px 0px 30px 0px !important;
  }

  .c-header-logo img {
    width:200px;
  }

  .js-menu-opener {
    margin-top: -42px; 

  }
  .engageme-logo {
    width:200px;
  }

  #navcol-1 {
    background-color: #076ba0;
  }
  
  .navbar ul {
    padding: 20px; 
    background-color: #076ba0;
  }  
  
  .navbar-default .navbar-nav > li > a {
    text-align: center;
    font-size:30px;
    font-weight:400;
    padding: 20px;
  }

  .navbar-default .navbar-nav  > li > a:hover {
    border-bottom: 0px;
  }

  .header_text {
    font-size:40px !important;
    padding-top: 200px;
  }

  .categories-section ul > li {
    padding: 0px;
   }

  .categories-section ul > li .btn {
    border:none;
  } 

  .mobile-facebook-img {
    display: block;
  }

  .facebook-img {
    display: none;
  }

  .footer-contents {
    text-align: center;
    float:none !important;
    width:100%;
  }

  .footer-social-icons {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0px 30px;
  }

  .footer-social-icons img {
    width:49px;
    height:49px;
  }

  .footer-social-icons a {
    float: none !important;
    text-decoration: none;
  }

  .footer-social-icons a:nth-child(1) {
   padding: 0px 10px 0px 10px;   
  }

  .footer-links { 
    display: inline-block; 
    padding: 0px ;
  }

  .link-separator {
    display:none;
   }

  .footer-engageme-text {    
    text-align: center; 
    padding: 0px ;
    width:100%;
   }

   .movie-review-block
   {
    margin-bottom: 30px;
   }

   .work-section .content > img {
    padding: 5px 5px;
   }

   .work-section .arrow .content > img {
    margin: -6px 0px 0px 0px;
   }
   .rewards-platform-section img{
    display: block;
    margin: auto;
    padding: 35px !important;
   } 
   .forgot-holder {
    padding:0px !important;
   }

   /*account page css */

   .email-id, .account-password {
    margin-top:30px;
   }

   .email-id label{
    width:45px !important;
    text-align: left !important;
    padding: 0px 0px 5px 0px !important;
   }
   .account-password label{
    width:80px !important;
    text-align: left !important;
    padding: 0px 0px 5px 0px !important;
   }
   .email-id input{
    width:230px !important;
   }
   .account-password input{
    width:195px !important;
   }

   .linked-account select, .linked-account input, .linked-account button {
    width:100% !important;
   }       
   .need-account {
    padding-right: 10px !important;        
   }
   .platform-logo{
     width: 130px; 
   }
   .website-name {
    width: 110px;
   } 
   .username-title{   
    width: 100%; 
    float:left;   
   } 
   .subid-info {
    width:74%;
    float:left;
   }
   .linked-account-info {
    padding: 30px 5px 30px 5px !important;    
   }
   .account-heading{
    margin-bottom: 50px;
   }
   .addAccount{
    padding-right: 10px !important;
   }
   #password-update-msg{
    padding: 15px !important;
   }
   .change-password label{
    text-align: left !important;
   }
   .account-info .account-operation{
    text-align: left !important;
   }
   .linked-account-info .account-operation{
    text-align: right !important;
   }
   input.error{
    margin: 0px 15px 5px 0px;
   }
   #passwordOne-error, #passwordTwo-error {
    float: left;
    width: 100%;
    margin-bottom: 20px;
   }
    /*hande nav menu bar scroll*/
    #js-header.active .mobile-menu-opener{
      display: none;
    }
    #js-header.active nav{
      min-height: 100%;
      position: fixed;
      overflow-y: scroll;
      overflow-x: hidden; 
    }
    #js-header.active nav .c-menu-opener{
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      margin-right: 30px !important;
    }   
}  

/*watch more playlist */

.playlist h2 {
  font-size: 24px;
}

.more-videos{
  padding-top: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 1032px) {

  .c-inline-feature-list li{
    width: 100%
  }
  .c-mobile-visible,.c-layout-item.c-mobile-visible{
    display: block;
  }
  .c-mobile-hidden{
    display: none !important;
  }  
 
  .c-mobile-visible,.c-layout-item.c-mobile-visible{
    display: block;
  }
  .c-mobile-hidden{
    display: none !important;
  }  
    
  .c-header-logo {
   width: calc(95% - 65px);
   padding: 7px 0px 0px 25px;
   text-align: left;
   height: 65px;  
  }
  
    .c-header-area{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 65px;   
  }  
  
  .c-top-nav .btn-rounded-sm,.c-top-nav .btn-rounded-sm:hover{
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
  }
  

  .c-top-nav .c-list-inline .btn-login-sm , .c-top-nav .transition.hblack::before , .c-top-nav .transition.hblack:hover{
    padding: 0px;
    background: transparent;
  }

  #about_contact_form .requiredlbl
   {
    padding-top: 10px;
    font-size: 12px;
   }
  
}

.p-jwplayer{
  padding-top: 100px;
}
.c-top-nav .active a{  
  background: transparent;
}
#nowplaying{
  color: #f2b632;
  padding: 0% 6%;
  font-family: 'Varela Round';
  font-size: 24px;
  padding-top: 17px;
  text-align: left;
}
#nowplaying h4{
  letter-spacing: 0.3px;
  font-family: 'HelveticaNeue';
  line-height: 1.43;
  font-size: 14px;
  margin: 5px 0px 25px;
}
@media only screen and (min-width: 769px) and (max-width: 1032px) {  
  
  .c-top-nav .c-list-inline > li{
    padding-left: 2px;
    padding-right: 2px;
  }     
}

@media only screen and (min-width: 769px) and (max-width: 992px) {  

  .username-title{   
   width: 100%; 
   float:left;   
  } 
  .subid-info {
   width:80%;
   float:left;
  }
  .change-password label{
    text-align: left !important;
  }
  .account-info .account-operation{
    text-align: left !important;
  }
  .linked-account-info .account-operation{
    text-align: right !important;
  }

}

/*modal popup & homepage css  */
header.top-menubar{
  margin: auto;
  height: 40px;
}
.header-row{
  margin: auto;
}
header.top-menubar .c-list-inline{
  padding-bottom: 0px;
  margin-bottom:0px;
  padding-top: 0px; 
  padding-bottom: 0px;
}
header.top-menubar .c-list-inline li{
  line-height: 40px;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: right;
}
header.top-menubar .c-list-inline li{
  font-family: 'HelveticaNeue';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.2px;
}
header.top-menubar .c-list-inline li:last-child{
  font-weight: bold !important;
}
header.top-menubar .c-list-inline li span{
  color: #FFFFFF;
}
header.top-menubar .c-list-inline li:not(:last-child) a{
  color: #FFFFFF;
  font-weight:normal;
}
header.top-menubar .c-list-inline li:last-child a {
  color: #FFFFFF; 
  text-decoration: none; 
}

.jumbotron{
  margin-bottom: 0px;
  border: 0px;
  padding: 0px;  
}
.rewards-platform-section{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
}
.engageme-info{
  max-width: 679px;
  margin: auto;
  padding-top: 22px;
  padding-bottom: 25px;
}
.rewards-platform-section img{
  padding: 35px 0px 35px 80px;
}
.rewards-platform-section p{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.3px;
  color: #9b9b9b;
}
.signup.btn:hover, .forgot-holder .btn:hover, #formForgotPass .btn.send:hover {
    background-color: #076ba0;
    color: #f7f9fa;
    margin-top: 0;
}
.modal .login.btn:hover{
    background-color: #076ba0;
    color: #f7f9fa;
}
.signup.btn, .login.btn, #formForgotPass .btn.send {
    background-color: transparent;
    border: 2px solid #076ba0;
    border-radius: 100px;
    color: #076ba0;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    text-transform: none;
    width: 255px;
    padding: 12px;
}
.c-modal-box .modal-content{
  background-color: #F7F9FA;
  border-radius: 10px;
  float: left;
  width: 100%;
}
.c-modal-box .modal-header {
    padding: 15px 15px 0px 0px;
    border: none;
}
.modal .signup-title, .modal .modal-title{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #076ba0;
}
.c-modal-box p, .accounts-table td{
  font-family: 'HelveticaNeue';
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #9b9b9b;
}

.c-modal-box .form-control{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-modal-box input[type=text],
.c-modal-box input[type=password],
.c-modal-box select, .forgot-holder input{
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 2px #dddddd;
}
.c-modal-box label, .forgot-holder label{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #4a4a4a;
}
.modal .signup.btn, .modal .login.btn{
  margin: 15px 0px 0px;
}
.modal .signup.btn:hover {
  background-color: #12a007;
  color: #FFFFFF;
}
.modal .signup.btn {
  background-color: transparent;
  border: 2px solid #12a007;
  border-radius: 100px;
  color: #12a007;
  font-family: 'HelveticaNeue';
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  width: 255px;
  padding: 15px 0px 10px 0px;
}
.forgot-link{
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #076ba0;
  font-family: 'HelveticaNeue';
}
.accounts-table{
  width: 100%;
  margin: 50px 15px 25px;
}
.accounts-table .left-col{
  text-align: right;
}
.accounts-table tr:last-child img{
  width: 144px;
}
.accounts-table td{
  padding: 15px;
}
.accounts-table td span{
  color: #076ba0;
}
.form-group.choose-platform{
  margin-bottom: 0px;
}
.form-group.need-an-account{
  text-align: right;
  margin-bottom: 0px;
  text-decoration: none;
}
.need-an-account a{
  font-family: 'HelveticaNeue';
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: right;  
}
.account-success-message{
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #12a007;
}
.modal .close { 
  font-size: 35px;
  font-weight: normal;
}
/*modal popup css ends */

/*my account page css */
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#engageme-Myaccount{
  height: auto;
}

#engageme-Myaccount section {
  border-bottom: solid 1px #dddddd;
  display: inline-block;
  width:100%;
  padding: 40px 10px 37px 0px;
}

.email-id label, .account-password label {
  font-family: 'HelveticaNeue';
  letter-spacing: 0.3px;
  line-height: 1.88;
  color: #4a4a4a;
  font-size: 16px;
  width:140px;
  padding:0px 20px 0px 0px;  
  text-align: right;  
}

.email-id input, .account-password input {
  letter-spacing: 0.3px;
  font-family: 'HelveticaNeue';
  line-height: 1.88;
  color: #9b9b9b;
  font-size: 16px;
  border:0px;
  width:265px;
}

.account-heading {
  letter-spacing: 0.5px;
  font-family: 'Varela Round';
  color: #333333; 
  font-size: 24px;
}

.linked-account-info {
  padding: 5px 0px;
}

.linked-account .account-operation span {
  color: #076ba0 !important;
}

.linked-accounts {
  list-style: none;
  padding: 0px;
}

.linked-accounts li:nth-child(odd) {
  background-color: #f7f9fa;
} 

.linked-accounts li:nth-child(even) {
  background-color: #ffffff;
}

.account-operation {  
  cursor: pointer;
  color: #076ba0;  
  text-align: right;
  font-family: 'HelveticaNeue';
  letter-spacing: 0.3px;
  line-height: 1.88;
  font-size: 16px;
}

.account-operation-msg {
  text-align: left;
  font-family: 'HelveticaNeue';
  letter-spacing: 0.3px;
  font-size: 12px;
}

#email-reset-msg{
  padding-bottom: 25px;
  display: inline-block;
}

#password-update-msg{
  padding-left: 63px;
}

.linked-account select {
  width:240px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 2px #dddddd;
}
.top-pad{
  padding-top: 15px;
}

.linked-account input {
  width:190px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 2px #dddddd;
}

.linked-account label {  
  font-family: 'HelveticaNeue';
  line-height: 1.75;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  width:100%;
}

.savebutton{
  width: 161px;
  height: 40px;
  border-radius: 100px;
  color: #12a007;
  background-color: #f7f9fa;  
  border: solid 2px #12a007;  
  margin-top: 20px;
  font-family: 'HelveticaNeue';
  text-align: center;
  letter-spacing: 0.3px;  
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.need-account {
  float: right;
  font-family: 'HelveticaNeue';
  text-align: right;
  letter-spacing: 0.2px;
  line-height: 2.33;
  color: #076ba0;  
  font-size: 12px;
}
.change-password input {
  width:200px;
  height:40px;
  border: solid 2px #dddddd;    
}
.change-password label {  
  letter-spacing: 0.3px;
  line-height: 1.88;
  color: #4a4a4a;
  font-family: 'HelveticaNeue';
  font-size: 16px;
  width:200px;    
  text-align: right;
}
.account-login, .account-login span{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding-top: 10px;
}
.account-login span{
  color: #f7f9fa;
}
.account-login a{
  color: #f2b632;
  text-decoration: none;
  cursor: pointer;
}
/*my account page css ends */

/*Email & Password Fields background Icon*/
.email-field, input.email-field:-webkit-autofill
{

  background: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  -webkit-appearance: none; /* add this */
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.password-field, .password-field:-webkit-autofill{
  background: #FFFFFF url("../img/Password-icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  -webkit-appearance: none; /* add this */
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;  
}
.form-control.email-field, .form-control.password-field
{
  padding: 0px 0px 0px 30px;
  background-repeat: no-repeat;
}
/*End*/
label.error, input.error, textarea.error, select.error, 
input.error:active, textarea.error:active, select.error:active,
input.error:focus, textarea.error:focus, select.error:focus{
  color: #E47676 !important;
  border-color: #E47676 !important;
}
.plus-100-more{
  width: 200px;
  margin: auto;
  border-top: 2px solid #f7f9fa;
  padding-top: 10px;  
}
.center-align{
  text-align: center;
}
.backlink{
  padding: 5px 0px 0px 0px;
}
.forgot-holder .modal-body{
  padding-bottom: 0px;
}
.forgot-holder .modal-body p{
  max-width: 441px;
  margin: auto;
}
.row.forgotpass{
  padding-bottom: 0px;
}
p.p-forgot-pass{
  padding-bottom: 25PX;
  padding-top: 0px !important;
}
/*Reset Password */
.resetpass-section{
  background: black;
  padding-bottom: 125px;
}
.resetpass-section .logo{
  margin: auto;
  text-align: center;
  padding: 45px;
}
.forgot-holder{
  padding: 5px 25px 0px 25px;
  border-radius: 10px;
  background-color: #f7f9fa;
  margin: auto;  
}
.resetpass-section .forgot-holder{
  padding-bottom: 50px;
}
.btn-watch.btn:hover{
  margin-top: 0px;
}
.forgot-holder .header, .forgot-holder .title{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #076ba0; 
}
.forgot-holder p {
  max-width: 425px;
  margin: auto;
  font-family: 'HelveticaNeue';
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: center;
  color: #9b9b9b;
  padding-top: 10px;
}
.back-to-login {
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
.back-to-login img {
  padding-right: 5px;
}
.resetpass-section .forgot-holder{
  max-width: 450px;
}
.email-sent-message p{
  font-family: 'HelveticaNeue';
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.67;
  color: #12a007;  
  font-size: 12px;
  padding-top: 0px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: none;
}

.email-sending-failed-message {
  font-family: 'HelveticaNeue';
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.67;
  color: #e80000 !important;
  font-size: 12px;
  display: none;
}
/*End of Reset Password*/

/* User Error Message */
.user-error-message {
  font-family: 'HelveticaNeue';
  letter-spacing: 0.2px;
  line-height: 0.67;
  display: none; 
  text-align: center; 
  color: #E47676; 
  padding-top: 10px;
}

.user-success-message {
  font-family: 'HelveticaNeue';
  letter-spacing: 0.2px;
  line-height: 1.67;
  display: none; 
  color: #228B22; 
  padding-top: 5px;
}

.user-message-show-box {
  height: 20px !important;
  letter-spacing: 0.2px;
  float: left;
  display: block;
  text-align: left;
}

/* End of user Error Message */


.pointer-class {
  cursor: pointer;
}
.saveblock{
  display:none;
}
.saveblock .savebutton{
  margin-top:0px !important;
  float:right !important;
}
.dropdown-menu-bar, .dropdown-menu-bar .dropdown{
  position: static;
  z-index: -5;
}

.dropdown-menu-bar .dropdown.open{
  position: relative;
  z-index: 0;
}
.accounts-table td span a {
    text-decoration: none;
    cursor: pointer;
}
.change-password label.error, .linked-account label.error{
  font-size: 12px;
  text-align: left;
}


/*JSF Select Box Plug in css*/


.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #ededed;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  margin: 0 0 12px;
  min-width: 150px;
  height: 40px;
  margin-bottom: 0px !important;
}

.jcf-select.jcf-drop-active {
  border-bottom: 0;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font: 300 14px "HelveticaNeue", Arial, sans-serif;
  margin: 8px 35px 0 8px;
  color: #a3a3a3;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #a3a3a3 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 2px solid #ededed;
  border-top: 0;
}

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
}

.jcf-list .jcf-list-content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .10);
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul{
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
  font: 300 14px "HelveticaNeue", Arial, sans-serif;
  padding: 0 !important;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #9b9b9b;
}
#about_contact_form .jcf-list ul li, #about_contact_form .jcf-select .jcf-select-text{
  font-stretch: normal;
  font-family: lato;
  text-align: left;
  letter-spacing: 0.9px;
  font-style: normal;
  line-height: 1.43;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 300;  
}
.jcf-list ul li:after {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 0px 9px;
  color: #656565;
  height: 1%;
  line-height: 2;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
  height: 120px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.86;
  letter-spacing: 0.3px;
  color: #9b9b9b;

}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #076ba0;
  color: #fff;
  background-color: #076ba0;

}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.choose-platform .jcf-select-form-control{
  margin-bottom: 5px;
}
.jcf-select{
  margin-bottom: 0px;
}
header.top-menubar .btn:hover{
  margin-top: 0px;
}
header.top-menubar .btn{
  padding: 0 !important;
  border-width: 0 !important;
  line-height: 1 !important;
}

/*End of JSF plug in css*/

/*
* This toggle style shows a winking "eye-con" (nyuk, nyuk).
* Open eye means "show," closed eye means "hide."
*/
 .hideShowPassword-wrapper{
    position: relative; 
    display: block; 
    vertical-align: middle; 
    margin: 0px;
 }


.hideShowPassword-toggle {
  background-image: url(../img/wink.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
  width: 44px;
  position: absolute; 
  top: 50%; 
  -webkit-user-select: none; 
  right: 0px; 
  margin-top: -20px;  
}

.hideShowPassword-toggle-hide {
  background-position: -44px center;
} 
.hideShowPasswordField{
  margin: 0px; 
  padding-right: 44px;
}

/*
 * Because our input elements have a z-index so that
*/

.choose-our-platform-form-holder, .linked-accounts-holder{
  display: block;
  width: 100%;
  float: left;
  margin-top: 16px;
}
#txtUserPass-error {
  line-height: 1.9;
  display: inline-block;
  height: 0px;  
}
#linkAccountForm .need-an-account a{
  margin-top: 15px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #076ba0;  
  text-decoration: none;
}
#linkAccountForm  .c-user-name{
  margin-bottom: 0px;
}

.edit-email #userEmail{
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(221, 221, 221) !important;
}
#loginForAccountModal .modal-body{
  padding-top: 5px;
}
.need-an-account-page{
  line-height: 2.33;
}

/* start of no rewards found */
  

@media (max-width:500px) {
  header .no-rewards-ac-found .c-list-inline{
    width: 100%;
  }
  header.top-menubar .no-rewards-ac-found .c-list-inline li{
    text-align: center;
    line-height: 20px;
    display: block !important;
  }
  .accounts-table td:first-child{
    padding-left: 0px;
    padding-right: 0px;
  }
  .accounts-table img{
    width: 100% !important;
    height: auto !important;  
  }  
}

/* End of no rewards found */

/*New Header */
.menu-holder{
  position: relative;
  display: inline-block;
  width: 100%;
  top: 0px;
  z-index: 10;
}
body.c-video-page-body .header-logo-category{
  display: inline-block;
}
body.c-video-page-body .jumbotron{
  margin-bottom: 35px;
}
.header-logo-category{
  line-height: 40px;
  float: left;  
}
.category-holder a{
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  line-height: 40px;
  vertical-align: middle;
}
li.earnings .menu-dropdown span{
  font-size: 12px;
}
li.earnings{
  padding: 0px;
}
li.earnings #counter, li.earnings .menu-dropdown span.earnings {  
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: right;
  color: #FFFFFF;
}
li.earnings #counter .count, li.earnings #counter #count{
  font-weight: bold;
  color: #12a007;
}
li.earnings #counter{
  border-right: 1px solid #4a4a4a;
  line-height: 1;
  padding-right: 10px;
  font-weight:bold;  
}
li.earnings.earning-with{
  padding: 0px;
}
li.other{
  padding-left: 10px;
}
li.earnings span img{
  height: 19px;
}
.category-holder a:hover{
  text-decoration: none;
  cursor: pointer;
}
.category-holder .dropdown-menu > .active > a, 
.category-holder .dropdown-menu > .active > a:hover, 
.category-holder .dropdown-menu > .active > a:focus{
  background-color: unset !important;
}
.c-points-credited-every-watches{
  width: 88%;
  margin: auto; 
  font-family: HelveticaNeue;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.2px;
  color: #a4a4a4;
}
.c-points-credited-every-watches span.left{
  float: left;
}
.c-points-credited-every-watches span.right{
  float: right;
}
.c-points-credited-every-watches span.count,
.c-points-credited-every-watches span#currency{
  color: #12a007;
}
@media (min-width:769px) {
  body.c-video-page-body .categoty-mobile-opener{
    display: none;
  }
  body.c-video-page-body .engageme-tabs{
    padding-top: 35px;
    margin-top: -64px;
  }
}
@media (min-width:768px) and (max-width:780px){
  body.c-video-page-body header nav .c-list-inline > li{
    padding:0px;
  }
}
@media (max-width:768px) {
  body.c-video-page-body .header-logo-category .category-holder{
    display: none;
  }
  body.c-video-page-body .header-logo-category  .c-header-logo{
    display: none;
  }
  body.c-video-page-body .c-header-logo{
    display: none !important;
  }
  body.c-video-page-body .mobile-menu-opener{
    margin-top: 0px;
  }
  body.c-video-page-body .engageme-tabs{
    padding: 60px 0px 100px 0px;
    margin-top: -64px;
  }
  body.c-video-page-body .c-header-area{
    height: auto !important;
  }
  body.c-video-page-body .videoplayer-block{
    padding-top: 27px;
  }
}
@media (max-width:375px) {
  .right,
  #offerwall,
  #counter{
    display: block;
    width: 100%;
    float: left;
    text-align: left;  
  }
  .c-points-credited-every-watches{
    font-size: 10px;
  }
}
/*End New Header*/




/*Start Check Out Other Channels*/
  .c-other-channels-container{
    margin: 100px auto 120px auto;
  }
  .c-other-channels-holder{
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    margin: auto;
    text-align: center;    
  }
  .c-other-channels-container.playlist h2{
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.7px;  
    margin-bottom: 20px;
  }
  .c-other-channels-holder .c-category{
    max-width: 280px;
    position: relative;
    margin: 10px 10px 50px 10px;
    width: calc(25% - 25px);
    display: inline-block;
    vertical-align: top;
  }
  .c-other-channels-holder .c-category a{
    text-decoration: none;
  }
  .c-other-channels-holder .c-category img{
    width: 100%;
    height: auto;    
  }  
  .c-other-channels-holder .c-category .c-title{
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Varela Round';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.56;
    letter-spacing: 0.4px;
    color: #ffffff;
    padding-left: 5px;
  }
  .c-other-channels-holder .c-category .c-desc{
    font-family: 'HelveticaNeue';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.2px;
    color: #333333;
    text-align: left;
    display: block;
  }

  @media (max-width:768px) {
    .c-other-channels-holder .c-category{
      width: calc(50% - 25px);
    }
  }
  @media (max-width:500px) {
    .c-other-channels-holder .c-category{
      width: calc(100% - 25px);
    }
  }  

/*ENG Check Out Other Channels*/

/*Start Where to find your user name / user iD*/
  .c-publisher-info-holder{
    display: none;
  }
  .c-publisher-info-holder strong{
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: bold;
    font-style: oblique;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9b9b9b;
    display: none;
    margin: 5px 0px;
    
  }
  .c-publisher-info-holder img{
    width: 100%;
    padding: 5px 0px;
    max-width: 488px;
  }
  .c-publisher-info-holder p{
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: oblique;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9b9b9b;
    margin: 10px 0px;
  }
  .publisher-guide{
    display: none;
  }
/*End Where to find your user name / user iD*/
body.c-video-page-body{
  min-width: 686px;
}
body .jumbotron .container {
  min-width: 320px;
}

.warning-box {
  padding: 15px 15px 15px 35px;
  border-radius: 7px;
  background-color: #ffffff;
  border: solid 2px #d0011b;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.3px;
  text-align: left;
  color: #d0011b;
  display: inline-block;
  background: url('/assets/img/alert-icon.png') no-repeat;
  background-position: 1% 35%;
  margin-top: 20px;
  display: none;
}
.links-found-cookies>div{
	padding-left: 30px;
}
.white-warning-box {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.3px;
  text-align: left;
  color: #4a4a4a;
  background: url('/assets/img/alert-icon.png') no-repeat;
  background-position: 0.8% 50%;
}
.possible-linked {
	margin-top: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 30px;
	font-size: 16px;
	color: #9b9b9b;
}
.possible-linked .image-row {
	height: 32px;
}
.possible-linked .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.possible-linked .image-row img{
	vertical-align: middle;
}
.possible-linked a {
	font-size: 14px;
}
.links-found-cookies .possible-linked:nth-child(2n) {
	background-color: #f7f9fa;
}
.link-it {
  border-radius: 100px;
  background-color: #f7f9fa;
  border: solid 2px #11a007;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
  color: #11a007;
  cursor: pointer;
}
.sign_to_publisher_button{
  width: 335px;
  line-height: 40px;
  border-radius: 100px;
  color: #12a007;
  background-color: #f7f9fa;  
  border: solid 2px #12a007;  
  margin-top: 20px;
  font-family: 'HelveticaNeue';
  text-align: center;
  letter-spacing: 0.3px;  
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
}