/*********** Fonts ****************/
font-family: 'Noto Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif', serif;
/**********************************/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #000;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/********************* Overrides **************************/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font-family: 'Open Sans', 'sans-serif';
  background: #fff;
  max-width: 1440px;
}
*
{
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr{
  border-top: 1px solid red;
}
h1,
.h1 {
  font-size: 36px;
  text-align: center;
  font-size: 5em;
  color: #404041;
}
.hidden{
  display:none;
}

.show{
  display:block;
}
a.rl_img_thumbnail {
    padding: 0 !important;
}
.btn{
  background:#ed1c24;
  border-radius: 3px;
  color: #fff;
}
.col-no-padding{
  padding: 0;
}
.btn-full-width {
    width: 100%;
}
.navbar-header.on-m-left {
    display: flex;
    align-items: center;
}
#nav_to_push_container{
  max-width: 1240px;
  background: #fff;
  margin: 0 auto;
}
.navbar-nav>li:first-child>a {
    /*padding-left: 0;*/
}
a.hindi {
    background: #ed1c24;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 30px;
}

.container-fluid.top-header {
    margin: 0 auto;
    max-width: 1240px;
}
.custom-menu-wrapper {
    max-width: 1240px;
    margin: 0 auto;
}
.affix .custom-menu-wrapper {
    max-width: none;
}
.collapse.navbar-collapse.slidemenu {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar.navbar-default .container-fuild {
    background: #000000;
    margin-left: calc(-100vw / 2 + 1240px / 2);
    margin-right: calc(-100vw / 2 + 1240px / 2);
}
.affix .navbar.navbar-default .container-fuild{
  border-bottom: 3px solid #ed1c24 !important;
  box-shadow: 0px 1px 5px #1b0a0a;
}
#postWrapper div{
  font-family: 'Noto Sans',sans-serif;
}
a{
  color: #ed1c24;
}
.img-center{
  display: block;
  margin: auto;
}

/*******STOP MEDIA BANS CSS*************/
.stopmediabans a img {
    width: 100%;
}

.stopmediabans {
    margin: 10px auto;
  }
/*Mango Menu*/

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #fff;
}
.slideout-menu section.menu-section {
    margin-top: 70px;
}
.menu-section-list a {
    display: block;
    padding: 18px 0px;
    color: #333;
}.menu-section-list{
  padding: 0;
}
.btn-hamburger {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000300;
    padding: 20px 80px 20px 20px;
}

.btn-hamburger .line {
    background-color: #000;
    height: 2px;
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1)
}

.btn-hamburger .line:nth-child(1) {
    margin-bottom: 3px;
    width: 12px;
    margin-top: 3px
}

.btn-hamburger .line:nth-child(2) {
    margin-bottom: 3px;
    width: 18px
}
ul.dropdown-menu.on-left-hover {
    border: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background-color: #ffffff;
}
.slideout-open .btn-hamburger {
    /*pointer-events: none*/
}
/*
.slideout-open .hamburger-dropdowns-navigation__flyout-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    box-shadow: none
}

.slideout-open .hamburger-dropdowns-navigation__flyout-link {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0s 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}*/

.slideout-open  .btn-hamburger .line {
    width: 14px
}

.slideout-open  .btn-hamburger .line:nth-child(1) {
    -webkit-transform: translateY(265%) rotate(45deg);
    -ms-transform: translateY(265%) rotate(45deg);
    transform: translateY(265%) rotate(45deg)
}

.slideout-open  .btn-hamburger .line:nth-child(2) {
    opacity: 0
}

.slideout-open .btn-hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-235%) rotate(-45deg);
    -ms-transform: translateY(-235%) rotate(-45deg);
    transform: translateY(-235%) rotate(-45deg)
}


.btn-hamburger .line:nth-child(3) {
    width: 14px
}

.menu-section-list li {
    padding: 0;
    margin: 0 20px;
    list-style: none !important;
    border: none;
    font-weight: bold;
    letter-spacing: 0.03rem;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #efefef;
}

.slideout-panel {
  position:relative;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/****Mango Menu******/


.section-heading {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 40px;
}
.section-heading.h-sm{
  font-size:20px;
}


.recommendation-list-cont{
  padding: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
    margin: 0 auto;
    background: rgba(40,44,42,0.05);
}
.recommendation-list-cont li {

    position: relative;
    display: inline-block;
    float: none;
    padding: 0px 10px;
}
ul.recommendation-list-ul{
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: .8em;
  border-bottom: 1px solid #e1e1e1;
}
.rl_img_thumbnail{
  margin-right: 10px;
}
.rl_art_cap {
    color: #333;
    text-decoration: none;
    margin-top: 5px;
}
.rl_content_box {
    /* overflow-wrap: break-word; */
    white-space: normal;
}
.rl_content_box h6{
  color: #333;
  text-decoration: none;
  line-height: 15px;
}
.recommendation-image{
  margin-bottom: 0px;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mega-dropdown {
  position: static !important;
}
.nopadding {
   padding: 5px 5px !important;
   margin: 0 !important;
}
#home_list_container
{
  position:relative;
}
.nav_to_push_container{
  position: relative;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-menu-button:focus {
  outline: 0;
  color:red;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}
hr.pb-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-header.header1 {
margin: 20px 0 0px;
}
.short_stamp {
  font-size: 11px;
}
.short_details {
  height: 45px;
  overflow: hidden;
}
.highlight{
  background-color: #eee;
  padding: 10px;
}
.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.post-container {
  margin: 0 auto;
  width: 80%;
}
.art-featured-img{
  margin-bottom: 20px;
}

/**promo-event-video***/
#promo-event-video #close {
 display: block;
 height: 94px;
 top: 50%;
 margin: auto;
 bottom: 50%;
 -webkit-filter: drop-shadow( 0px 0px 3px #000000);
 filter: drop-shadow( -5px -5px 5px #000 );
}
#promo-event-video #close{
 position: absolute;
 left: 0;
 right: 0;
}
#promo-event-video #play, #promo-event-video{
 text-align: center;
 }
 #promo-event-video {
   display: none;
   position: fixed;
   left: 0;
   right: 0;
   background-color: rgba(2,3,3,.9);
   z-index: 1000;
 }
 #promo-event-video {
   top: 0;
   bottom: 0;
   overflow-y: scroll;
 }
 #promo-event-video iframe {
   /*margin: 5% auto 0;*/
   max-width: 100%;
   background-color: #000;
   height:480px;
 }
 #promo-event-close {
   margin-top: 10px;
   padding: 5px 40px;
   text-transform: uppercase;
   font-size: small;
   border-radius: 4px;
   border: 0;
   display: inline-block;
   background: #eee;
   cursor: pointer;
}
#promo-event-cta {
   margin-top: 10px;
   padding: 5px 40px;
   text-transform: uppercase;
   font-size: small;
   display: inline-block;
   border-radius: 4px;
   background: #ed1c24;
   border: 0;
   cursor: pointer;
   color: #fff;
}#promo-event-title{
   margin: 5% auto 0;
 }
 #promo-event-title p {
   background: #171719;
   display: inline-block;
   color: #fff;
   padding: 0 10px;
   font-size: 23px;
   font-family: 'Montserrat', sans-serif;
   text-transform: uppercase;
   font-weight: 700;
   margin: 0px;
   width: 400px;
}
#promo-event-title p span{
  color:#ed1c24;
  font-size: 13px;
  display: block;
}
/****End promo event video ***/

/****PageBreak*****/
.pb-cards-list-container{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0px auto 0;
  max-width: 1240px;
}
.pagebreak_botton-more.video{
  display: none;
}
.pagebreak .page-header.header1{
  text-transform: uppercase;
  font-size: 20px;
  color: #ed1c24;
  display: inline-block;
  margin: 15px 0;
  line-height: 1.2;
  padding: 5px 0;
  border: none;
}
.pagebreak_botton-more{
  float: right;
  margin: 20px 20px 0px 20px;
}
.pb-cards-list.video .pb-category{
  padding: 0 0px;
}
.pg-bt.click-for-more-btn {
  padding-top: 20px;
  line-height: 20px;
}
.pg-bt i.fa.fa-plus {
  -webkit-text-stroke: 1px white;
}
.pb-cards-list{
  width: 2200px;
  overflow: hidden;
  padding-left: 10px;
  margin: 15px 0 40px;
  padding: 0;
}
.pb-cards-list li:last-child
{
  display:none;
}
.pb-cards-list li {
  width: 417px;
  margin-right: 1%;
  height: auto;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: top;
  position: relative;
  background: #fff;
}
.pb-thumbnail{
  float: left;
}
.pb-thumbnail .thumbnail{
  height: 140px;
  width: 140px;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pb-text-container {
  float: left;
  max-height: 140px;
  overflow-y: hidden;
  min-height: 140px;
}
.short_header.art_cap {
  padding: 10px 0px;
  line-height: 21px;
  max-height: 80px;
  overflow: auto;
}
.pb-content-col {
  padding-left: 20px !important;
}
.pg-bt{
  border-radius: 50% !important;
  line-height: 20px;
  width: 75px;
  height: 75px;
  PADDING-top: 25%;
}
.pagebreak_botton{
  font-family: 'Noto Sans', sans-serif;

  padding: 30px 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ed1c24;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #fff;
  background-color: transparent;
}
.pb-category.shorts {
  min-height: 130px;
  padding: 25px;
}
.shorts-single #artContainer .header1 {
  margin-top: 25px;
}
.view-all{
  float: right;
  margin-top: 10px;
}
.view-all.shorts{
  margin-top: 20px;
}
.shorts_list_container .trend_cap{
  color: #000000;
  font-weight: 600;
}
.shorts_list_container .trend_stamp{
  color: rgb(140, 140, 140);
  font-size: 12px;
  color: #fff;
}
.pb-category.shorts .pb-content-col
{
  padding-left:0px !important;
}
.pb-category.shorts .col-lg-5.pb-thumb-col {
  display: none;
}
.pb-category.shorts .pb-cols.pb-content-col {
  width: 100%;
}
.short-content{
  font-family: 'Droid Serif', serif;
  font-size: 17px;
}
.pb-category.shorts .pb-text-container{
  width: 100%;
}

.shorts-cards li {
  margin-right: 5px;
  float: left;
}

.short_header.art_cap a{
  color: #4a4a4a;
  font-size: 0.8em;
}

.pb-cards-list li:last-child {
  width: 6%;
  margin-right: 0;
  background: transparent;
}
.pb-author{
  color: #D0021B;
  font-size: 11px;
  margin-top: 5px;
}

/*****policy pages*****/

.policy-titles{
  text-transform:uppercase;
  font-weight: 500;
}.main_container.policy ul li,.main_container.policy ol li{
  margin-bottom: 10px;
}
.main_container.policy {
    max-width: 800px;
    margin: 40px auto;
}

/*****VIDEO PAGEBREAK*******/
/***** Floating box on Homepage****/

.panel-floating-fixed {
    display: block;
    position: fixed;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
    bottom: 20px;
    right: 20px;
    width: 280px;
    margin-bottom: 0;
    border-top: 5px solid #ed1c24;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    z-index: 4;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.panel-floating-fixed.dismissed {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.panel-floating-fixed .panel-content {
    font-size: 13px
}
h4.m-t-0{
  text-transform: uppercase;
}
/***** ENDFloating box on Homepage****/
/***Animations****/
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInUp {
    0%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceOutDown {
    0%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0)
    }
}

@keyframes bounceOutDown {
    0%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0)
    }
}

/*****NEWSLETTER PAGE*******/
.row.newsletter-page {
    padding-bottom: 30px;
}
label.newsletter-label {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: auto;
    display: block;
    cursor: pointer;
    box-shadow: 0 1px 15px rgba(0,0,0,.05);
    border-radius: 3px;
}

label.newsletter-label:hover {
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    background-color: #f4f6f8;
}

.newsletter-groups input[type=checkbox]:checked + label.newsletter-label{
  background: #f4f6f8;
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
}
.newsletter-input {
  position: absolute;
  z-index: 99;
  left: 10px;
  top: 10px;
}
.newsletter-description {
    max-width: 800px;
    margin: 0px auto 30px;
    font-weight: bold;
}
.newsletter-image{
  /*text-align: right;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter-image img {
    max-width: 100%;
    width: 475px;
    display: block;
    margin: 0 auto;
}
button.newsletter-subscribe-button {
    border: none;
    box-shadow: 0 1px 15px rgba(0,0,0,.05);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.newsletter-page .nl-newsletter h1 {
    font-size: 30px !important;
    text-align: center;
    font-weight: 900;
    color: #ed1c24;
}
.newsletter-page .nl-newsletter p {
  text-transform: none;
  font-size: 17px;
  line-height: 25px;
}
.newsletter-wrapper .input-group {
    margin-bottom: 5px;
    width: 100%;
}
.newsletter-wrapper .input-group:hover{
      -webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);
}
.newsletter-page .page-header{
  max-width: 960px;
  margin: 30px auto;
}
.newsletter-wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.label-content {
    margin-left: 20px;
    margin-top: -9px;
}
.newsletter-label p {
    font-size: 11px;
    font-weight: 100;
    line-height: 16px;
    margin-bottom: 1px;
}
.author-group {
    display: inline-block;
}
span.newsletter-group {
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
}
.author-group span {
    font-size: 12px;
    font-weight: 100;
}

.onlySubscriber {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: flex-end;
    align-items: end;
    left: 0;
    display: flex;
    right: 0;
    background: #0000002e;
    margin: auto;
}
.onlySubscriber p {
    color: #fff;
    font-size: 9px;
    background: #ed1c24;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
/***** ENDS NEWSLETTER PAGE*******/

/*CHRISTMAS OFFER*/

.xmas-wrapper{
  border-radius: 4px;
  max-width: 600px;
  margin: 55px auto 150px;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
          box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.xmas-wrapper .photo img {
  /*border: 1px solid #ed1c24;*/
  /* border: 1px solid rgba(0,0,0,0.07); */
}
.deal-description {
    padding: 50px 50px 30px;
    font-weight: 900;
}
#burst-12 {
  background: #cb2d2b;
  width: 60px;
  display: flex;
  height: 60px;
  position: absolute;
  align-items: center;
  text-align: center;
  right: 30px;
  top: 30px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
#burst-12 p{
  z-index: 999;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  font-size: 12px;
  font-size: 19px;
  line-height: 15px;
}
#burst-12 p span{
  display: block;
  font-size: 12px;
}
#burst-12:before, #burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: #cb2d2b;
}
#burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
         background: red;
}
#burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
         background: #cb2d2b;
          box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.xmas-offer-container .deal-details{
  border: 2px solid;
  position: relative;
  border-color: #fd9c9c;
  background: #f8f0f0;
  margin: 0px -35px;
  padding: 20px 100px;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
          box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.deal-details h3.upper{
  margin: 16px 0;
  color: #ca2c2a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: .5px;
}
.deal-benefits li {
  margin: 18px 0;
  list-style: none;
  padding-left: 28px;
  position: relative;
}
ul.deal-benefits {
    padding-left: 0;
}
.deal-benefits li:before{
  content: '';
  height: 12px;
  width: 5px;
  -webkit-transform: rotate(45deg) translate(7px,2px);
  -ms-transform: rotate(45deg) translate(7px,2px);
  transform: rotate(45deg) translate(7px,2px);
  border: 2px solid #ca2c2a;
  border-left: 0;
  border-top: 0;
  position: relative;
  margin-left: -29px;
  float: left;
  margin: -1px 0 0 -29px;
}
.deal-benefits li b{
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
}
.price-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0,0,0,0.07);
    -webkit-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05);
            box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05);
    border-color: #cb2d2a;
    margin-bottom: 20px;
}
.price-detail .column{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-detail .column.actual{
  -webkit-box-flex:2;
      -ms-flex:2;
          flex:2;
  background: #cb2d2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.column.actual h3{
  margin-top: 10px;
}
.column.total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7e3e3;
  position: relative;
}
.column.total::before {
    content: '';
    width: 90%;
    height: 0px;
    border: 1px solid #cb2d2b;
    left: 0px;
    right: 0;
    margin: auto;
    position: absolute;
}
.row.xmas-paymentoption {
    padding: 40px 100px 0px;
    border: 2px solid;
    border-color: #fd9c9c;
    border-top: none;
}
.xmas-paymentoption p.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #cb2d2b;
}
h5.pay.xmas-flx-item {
    text-align: right;
}
.actual .xmas-flx-item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  margin-left: 10px;
}
button[disabled].xmas-submit {
  background: #efefef;
  color: #d2c9c9;

}
.column.total.notloggedin {
    background: #988e8e;
}
.xmas-submit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}.xmas-submit:hover .fa {
    -webkit-transform: translate(5px);
        -ms-transform: translate(5px);
            transform: translate(5px);
}
.deal-description.after {
    padding: 30px 50px 0px;
    border: 2px solid;
    border-color: #fd9c9c;
    border-bottom: 0;
    text-align: center;
}
h2.before-you-leave {
    margin-top: 0;
    font-size: 20px;
}
h3.provide-aess {
    margin-bottom: 0;
    font-size: 18px;
}
.xmas-address {
    padding: 30px 40px 0px;
    border: 2px solid;
    border-color: #fd9c9c;
    border-top: 0;
}
.selfForm, .giftForm, .selected-subscription {
  -webkit-transition: all linear 0.5s;
   transition: all linear 0.5s;
}
.nlsuccess-alert {
    outline: none;
}
.selfForm.wipe-in {
  height: auto;
  opacity: 1;
}
.selected-subscription{
  opacity: 0;
}
.selected-subscription.wipe-in{
  height: auto;
  opacity: 1;
}
.diclaimers {
    display: flex;
    justify-content: space-around;
}
.giftForm .disclaimer, .selfForm .disclaimer {
    font-size: 14px;
    font-style: italic;
    border-left: 3px solid #cb2d2b;
    padding-left: 10px;
}
.giftForm.wipe-in {
  opacity: 1;
 height: auto;
}
.selfForm, .giftForm {
  background: white;
  opacity: 0;
  height: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  overflow: hidden;
}


.has-error .form-control{
  border: 3px solid #d9534f;

}

.choose-availtype  ul li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.choose-availtype  ul li label{
  display: block;
  position: relative;
  margin: 20px 5px;
  font-weight: 300;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 10px 20px 10px 50px;
  line-height: 20px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -webkit-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  background: #fff;
}
.choose-availtype  ul li label p {
  margin-bottom: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  font-size: 13px;
}

.choose-availtype  ul li:hover{
  transform: scale(1.02);
}
.choose-availtype .row {
    padding-left: 0px;
}
 .choose-availtype ul li .check{
  display: block;
  position: absolute;
  border: 4px solid #e6e6e6;
  /*border-radius: 100%;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 18px;
  width: 18px;
  top: 12px;
  left: 30px;
  z-index: 9;
  transition: border .1s linear;
  -webkit-transition: border .1s linear;
}
.choose-availtype ul li .check{
  top: 12px;
  left: 15px;
}


 .choose-availtype input[type=checkbox]:checked ~ label{
  color: #000;
}
.choose-availtype input[type=checkbox]:checked ~ label .check{
  border-color: #6f1818;
  background: #ff1212;
}
.choose-availtype ul li {
    display: inline-block;
    position: relative;
}
.choose-availtype ul{
  margin-bottom: 0;
}
.choose-availtype ul li {
    list-style: none;
}
.btn.sign-in{
  border: 0;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 48px;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  background: #cb2d2b;
  color: #fefefd;
}
.btn.sign-in:hover{
  -webkit-transform: translateY(-2px) scale(1.01);
  -ms-transform: translateY(-2px) scale(1.01);
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 5px 16px 1px rgba(0,0,0,0.13), 0 1px 4px 0 rgba(0,0,0,0.09);

}
.bt_red {
  border: 0;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 48px;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  background: #5cb85c;
  color: #fefefd;
}
.bt_green{
  border: 0;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 48px;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  background: #5cb85c;
  color: #fefefd;
}
.bt_red:hover, .bt_green:hover{
  -webkit-transform: translateY(-2px) scale(1.01);
  -ms-transform: translateY(-2px) scale(1.01);
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 5px 16px 1px rgba(0,0,0,0.13), 0 1px 4px 0 rgba(0,0,0,0.09);
}
.log_bt .bt_red{
  font-size: 12px;
  padding: 0 20px;
  line-height: 40px;
  height: 43px;
}
.inverse-red {
  background: #fff !important;
  border: 2px solid #ed1c24 !important;
  color: var(--main-color) !important
}
.column.signIn .center-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmasSuccessMessage h2{
  color: #575757;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin-bottom: 0px;
}
.christmasSuccessMessage {
  padding: 20px;
  border: 2px solid;
  border-color: #fd9c9c;
  border-bottom: 0;
}

.nlsuccess-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
}

.nlsuccess-alert .icon.success {
    border-color: #A5DC86;
}

.nlsuccess-alert .icon.success::before, .nlsuccess-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    transform: rotate(45deg);
}

.nlsuccess-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.nlsuccess-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.nlsuccess-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.nlsuccess-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nlsuccess-alert .icon.success .line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.nlsuccess-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nlsuccess-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    -moz-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
    animation-delay : 1.2s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    -moz-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
    animation-delay : 1.2s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
    animation-delay : 1.2s;
}


@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-moz-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-moz-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


/****END CHRISTMAS OFFER****/
.poll-page .pds-box{
  margin: 0 auto !Important;
}
.poll-page .nl-poll.header1 {
    font-size: 50px;
    text-align: center;
    color: #ed1c24;
}
.sec_header.scoreboard {
    margin-top: 20px;
}

.row.poll-page{
  background: #fff;
}
/**** end animations*****/

.pb-cards-list.video li:first-child{
  width: 556px;
  float: left;
  display: block;
  background: none;
  border: none
}

.pb-cards-list.video li:first-child .pb-text-container{
  min-height: auto;
}
.pb-cards-list.video li:not(:first-child) {
  display: inline-block;
  /*float: left;*/
  background: none;
  border: none;
  margin-bottom: 0;
  width: 270px;
}
.pb-cards-list.video li:nth-child(4), .pb-cards-list.video li:nth-child(5){
  /*display: none;*/
}
.pb-cards-list.video li:not(:first-child) .row{
  max-width: 250px;
}
.pb-cards-list.video {
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  margin: 5px 0 35px;
  padding: 0;
}
.pb-cards-list.video li:not(:first-child) .pb-cols.pb-content-col .pb-text-container{
  min-height:auto;
}
.pb-cards-list.video .pb-author{
  display: none;
}
.pb-cards-list.video li:not(:first-child) .pb-content-col{
  padding-left:0 !important;
}
.pb-cards-list.video .pb-thumbnail .thumbnail{
  height: 110px;
  width: 250px;
}
.pb-cards-list.video .pb-cols.pb-thumb-col{
  width: 100%
}
.pb-cards-list.video .pb-cols.pb-content-col{
  width: 100%
}
.pb-cards-list.video li:last-child {
  width: 6%;
  margin-right: 0;
  top: 30%;
  position: absolute;
  left: 87%;
}
.pb-cards-list.video li:first-child .pb-thumbnail .thumbnail {
  height: 290px;
  width: 535px;
}
.pb-cards-list.video li:first-child .pb-cols.pb-thumb-col {
  width: 100%;
}
.pb-cards-list.video li:first-child .pb-cols.pb-content-col {
  width: 100%;
}
.pb-cards-list.video li:first-child .pb-cols.pb-content-col {
  padding-left: 0 !important;
}
/*******/

.pb-cards-list.why-so-serious li:first-child{
  width: 556px;
  float: left;
  display: block;
  background: none;
  border: none
}
.pb-cards-list.why-so-serious li:first-child .pb-text-container{
  min-height: auto;
}
.pb-cards-list.why-so-serious li:not(:first-child) {
  display: inline-block;
  float: none;
  background: none;
  border: none;
  margin-bottom: 0;
}
.pb-cards-list.why-so-serious li:not(:first-child) .row{
  max-width: 250px;
}

.pb-cards-list.why-so-serious li:not(:first-child) .pb-cols.pb-content-col .pb-text-container{
  min-height:auto;
}
.pb-cards-list.why-so-serious .pb-author{
  display: none;
}
.pb-cards-list.why-so-serious li:not(:first-child) .pb-content-col
{
  padding-left:0 !important;
}
.pb-category.why-so-serious .pb-thumbnail .thumbnail{
  height: 110px;
  width: 250px;
}
.pb-cards-list.why-so-serious .pb-cols.pb-thumb-col{
  width: 100%
}
.pb-cards-list.why-so-serious .pb-cols.pb-content-col{
  width: 100%
}
.pb-cards-list.why-so-serious li:last-child {
  width: 6%;
  margin-right: 0;
  top: 30%;
  position: absolute;
}
.pb-cards-list.why-so-serious li:first-child .pb-thumbnail .thumbnail {
  height: 290px;
  width: 535px;
}
.pb-cards-list.why-so-serious li:first-child .pb-cols.pb-thumb-col {
  width: 100%;
}
.pb-cards-list.why-so-serious li:first-child .pb-cols.pb-content-col {
  width: 100%;
}
.pb-cards-list.why-so-serious li:first-child .pb-cols.pb-content-col {
  padding-left: 0 !important;
}
/*******/


/*****ENDS VIDEO PAGEBREAK*******/

/***ISotope**/
.isotope{
    box-sizing: border-box;
}
.isotope__inner{
  max-width: 1170px;
  margin: 0 auto;
}
.isotopeTiles__item{
  padding:20px;
  overflow:hidden;
  width: 500px;
}
img.lpSectionHeader__image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.isotope .poetry p {
    margin-bottom: 0;
}
.repeated-img {
  margin: 0 5px 5px 0;
}
.lpSectionHeader{
  position: relative;
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}
.lpSectionHeader span.backdrop{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(68, 66, 66, 0.55);
}
.isotopeTiles__item__inner .poetry-disclaimer {
    display: none;
}
.lpSectionHeader__image{
  max-width: 100%;

  display: block;
  /* margin-left: 130px; */
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.lpSectionHeader__title{
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}
.lpSectionHeader__title h3{
  font-family: 'Noto Sans', sans-serif;
  font-size: 45px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  font-weight: bolder;
}
.isotopeTiles__item__inner {
  background: #fbfbfb;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  overflow: hidden;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 20px 20px;
}
.in-remembrance-disclaimer{
  font-style: italic;
  font-size: 13px;
  position: fixed;
  line-height: 1.5;
  background: #000;
  color: #fff;
  font-weight: 700;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 10px;
}

/*****Ad page breaks *****/
.native-ad{
  background: #ebebeb;
  margin: 50px 0px !important;
}
.ad{
    background: #fff;
    margin: 30px auto;
    width: 80%;
    box-shadow: 3px 3px 10px #ccc;
}
.ad::after, .ad::before
{
  content: " ";
  clear: both;
  box-sizing: border-box;
  display: table;

}
.ad h1.ad-title{
      font-size: 35px;
      font-weight: bold;
      word-spacing: 10px;
      letter-spacing: 5px;
  		text-align: left;
  		text-transform: uppercase;
  		font-weight: 900;
  		margin-top: 1px;
  		margin-bottom: 15px;
}
.ad .ad-writeup {
    padding: 50px 20px;
}
.ad .ad-logo {
	margin: 90px 0px;
	text-transform: uppercase;
}
.ad .sub-title{
  margin: 10px 0px;
  text-transform: uppercase;
}
.ad .sub-title span {
    color: #c31625;
}
.ad .super-title {
    font-size: 19px;
    font-weight: 800;
    margin: 25px 0px 10px 0px;
}
.ad .ad-detail{
  font-size: 16px;
    font-weight: 700;
    background: #585856;
    padding: 10px;
    display: inline-block;
    margin: 20px auto;
    color: #ffffff;
    text-transform: uppercase;
}
.ad-detail span{
    font-size: 14px;
    font-weight: 200;
}
.ad .primarycta{
    background: #ed1c24;
    border-radius: 24px;
    display: inline-block;
    color: #FFF!important;
    margin-top: 20px;
}
.ad .primarycta a{
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.ad .secondarycta {
    background: #e7e7e7;
    margin-left: 5px;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.ad .ad-logo img
{
	width: 100%;
	max-width: 450px;
  margin: 0 auto;
  display: block;
}

.home-ad .ad {
    width: 100%;
    max-width: 400px;
}

.home-ad {
    background: none;
    margin: 0px 0px !important;
}


.home-ad .ad .ad-logo {
    margin: 20px 0px 30px 0px;
}

.home-ad .ad h1.ad-title {
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 5px;
    text-align: center;
}

.home-ad .ad .super-title {
    font-size: 13px;
    margin: 15px 0px 10px 0px;
}

.home-ad .ad .sub-title {
    font-size: 18px;
    margin: 5px 0px;
}

.home-ad .ad .ad-detail {
    font-size: 14px;
    margin: 10px auto;
}

.home-ad .ad-detail span {
    font-size: 11px;
}

.home-ad .ad .ad-writeup {
    text-align: center;
    padding: 15px 20px 40px 20px;
}

.home-ad .ad .ad-logo img {
    max-width: 350px;
}
.home-ad .ad .primarycta a {
    padding: 10px 13px;
    font-size: 11px;
}
.home-ad .ad .secondarycta {
    font-size: 11px;
    padding: 10px 12px;
}
/*****Ends Ad page breaks *****/

/********SOCIAL-SHARING***********/

.nl-social-share-container{
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.nl-social-div{
  display: inline-block;
}

.nl-social-div{
  outline: none;
}
.nl-social-div .btn, .nl-social-div span.fa {
    border-radius: 24px;
}
.nl-social-div .fa {
    font-size: 18px;
}
.nl-social-div .fa.fa-envelope {
    font-size: 16px;
}
/********END-SOCIAL-SHARING***********/


/*******PAYWALL**********/
#paywall-subscribe h4{
  line-height: 35px;
}

.pw-pop1 {
    margin: 50px auto 100px;
    max-width: 600px;
}
.pw-sub-btn{
  width: 100%;
  display: block;
  margin: 25px auto;
  max-width: 225px;
}
.pw-login{
  color: #de3f3f;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.pw-login.upgrade-sub
{
  padding: 9px;
  font-size: 16px;
  color: #ffffff;
  transition: all 200ms linear;
  background: #eb3c3c;
  margin-top: 20px;
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/*******END-PAYWALL**********/

/*********NL Store *****/
.nl-shop-container .slide-image {
  width: 100%;
}
.nl-shop-container {
    margin-bottom: 20px;
}
.nl-shop-container .carousel-holder {
  margin-bottom: 30px;
}

.nl-shop-container .carousel-control,
.nl-shop-container .item {
  border-radius: 4px;
}

.nl-shop-container .caption {
  overflow: hidden;
}

span.original-price {
    font-weight: 600;
    text-decoration: line-through;
}
.nl-shop-container .caption h4 {
  white-space: nowrap;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
    font-weight: 700;
}

.nl-shop-container .thumbnail img {
  width: 100%;
}



.nl-shop-container .thumbnail {
  padding: 0;
}

.nl-shop-container .thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.nl-shop-container .btn-outline-success {
  color: #ed1c24;
  background-image: none;
  background-color: transparent;
  border-color: #ed1c24;
}
.nl-shop-container h4.product-name a {
  text-transform: capitalize;
  color: #333 !important;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
}
.nl-shop-container .carousel-control.right, .carousel-control.left{
  background-image: none;
}
.nl-shop-container .carousel .fa {
  font-size: 45px;
  color: #333;
  text-shadow: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

  opacity: 1;

}
.purchase-detail-box {
    background: #ed1c24;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.purchase-detail-box::after {
  content: "";
  background: url(../img/480x320.png);
  opacity: 0.38;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.nl-shop-container .empty-cart-container {
    border: 2px solid #f1f0f0;
    padding: 20px;
    text-align: center;
}
.nl-shop-container .empty-cart-container h4{
    color: #c5bebe;
    font-family: 'Noto Sans', sans-serif;
}
.nl-shop-container .empty-cart-container img {
    width: 150px;
    margin: 0 auto;
}
.nl-shop-container .btn.remove-item{
  font-size: 20px;
  padding: 1px;
  background: none;
  border: 0;
  color: #ed1c24;
}
.nl-shop-container .title-col{
  background: #ed1c24;
  padding: 20px;
  margin-bottom: 20px;
}
.nl-shop-container .title-col h2{
  margin: 25px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
  font-size: 45px;

}
.purchase-detail-box p{
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
}
h5.product-type {
    text-transform: capitalize;
}
/***************End of nl store************/


/***************Backtotop************/

#backtop.light {
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
}

#backtop.light.full-width {
    background: white;
    bottom: 0;
    left: 0;
    width: 100%
}

#backtop.light.full-width button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 0;
    border-left: none;
    border-right: none
}

#backtop.light button {
  color: white;
  background: #d00b12;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#backtop.light button:hover,#backtop.light button:focus {
    background: ##f1f1f1
}

#backtop.light button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    background: #fafafa
}

#backtop.dark {
    bottom: 30px;
    right: 30px
}

#backtop.dark.full-width {
    background: black;
    bottom: 0;
    left: 0;
    width: 100%
}

#backtop.dark.full-width button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 0;
    border-left: none;
    border-right: none
}

#backtop.dark button {
    color: white;
    background: black;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#backtop.dark button:hover,#backtop.dark button:focus {
    background: #444
}

#backtop.dark button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    background: #666
}

#backtop.bootstrap button {
    padding: 10px 15px;
    background: #4479ba;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2)
}

#backtop.bootstrap button:hover,#backtop.bootstrap button:focus {
    background: #356094
}

#backtop.bootstrap button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
    background: #2e5481
}

#backtop {
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed
}

#backtop button {
    outline: none;
    border: 0
}

#backtop button:hover {
    cursor: pointer
}

.show {
    opacity: 1 !important
}

.nl-button{
  background: #ed1c24;
  border-radius: 3px;
  color: #FFF!important;
  margin: 10px 0;
  cursor: pointer;
  top: 50%;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  outline: none;
}
.nl-button.grey{
  background: #d6d5d5;
  border: 1px solid #ed1c24;
  color: #ed1c24 !important;
}
.nl-button[disabled]{
  background: #c0c0c0;
}
.nl-button.btn-sm{
  padding:6px 12px;
  font-size: 12px;
}
.btn-md{
  padding:6px 12px;
  font-size: 14px;
}
.nl-button.btn-lg{
  padding:10px 20px;
  font-size: 18px;
}
.section-heading.h-sm{
  font-size:20px;
  margin-bottom: 15px;
}

.art_list.article-shorts{
  max-height: none;
  min-height: auto;
}
.post-container iframe{
  max-width:100%;
}
.post-container p{
  margin-bottom: 1.5em;
  font-size: 17px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}
.post-container.customPostType p{
  margin-bottom: 0;
}
#postWrapper.hindi-p p{
  font-family: 'Mukta', Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
}
.main_container{
  margin-top:30px;
}
#searchNav
{
  position:relative;
}

  .post-container p img {
    text-align: center;
    width: auto !important;
    height: auto;
    margin: 0 auto !important;
    display: block;
}

.horizontalScrollDiv-outer {
    overflow: scroll;
    width: 100%;
    height: 400px;
}
.horizontalScrollDiv-inner {
    width: 2750px;
}
a.thumbnail {
  border-radius: 2px;
}
.search-filter-a{
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 20px;
  background-color: #efefef;
}
.search-filter-a .header-menu-button{
  padding: 10px;
}
.header-menu-button{
  padding: 2% 2% 2% 3%;
  border: 0;
  background: none;
  text-decoration: none;
  color: #000;
}
.header-menu-button:hover {
  outline: 0;
  color: #fff;
  text-decoration:none;
}
.closebtn:hover{
  text-decoration: none;
}


/**Author quotes***/

.wraparound-container
{
  max-width:700px; margin:0 auto; overflow:hidden;
}
.inner-wraparound{
  margin:20px !Important;
}
.inner-wraparound .wrapping-image
{
  margin: 5px 20px 20px 0px !important;
  width: 150px !Important;

}
.inner-wraparound p{
margin:0 !important;
/*text-align:justify;*/
}

.team-credits-container .left-t strong, .team-credits-container .right-t strong, .team-credits-container .center-t strong{
    display: block;
}

.team-credits-container .left-t p, .team-credits-container .right-t p, .team-credits-container .center-t p {
    text-align: center;
    margin-bottom: 1px;
}
strong.profilepersonname {
    background: #ed1c25;
    color: #fff;
    padding: 0px 2px;
    font-weight: 500;
}
@media only screen and (max-width:480px) {
          .inner-wraparound .wrapping-image {
              display:block;
              float:none;
              margin:0 auto 20px !important;
          }
      }



/** ENd Author quotes***/
body {
  font-family: 'Montserrat', sans-serif ;
  font-size:12px !important;
  height:100%;
  max-width: 1440px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif ; 
}

p {
  font-family: 'Noto Sans', sans-serif;
  line-height:28px;
}
html{
  height:100%;
}
.navbar{

  font-family: 'Montserrat', sans-serif;
  margin-bottom:0px;
  border-radius:0px;
  border: none;
}
.pb-category .pb-cols {
  padding: 0;
}
.navbar-nav{
  font-size:0.85em;
  font-weight:200;
}
.navbar_top{
  border-top: 0px !important;
  border-bottom: 1px solid #dedede !important;
}
.navbar_bottom{
  border-top: 0px !important;
  border-bottom: 3px solid #D0021B !important;
}

.navbar-brand{
  padding:10px 15px;
  height: 70px;
}
.on-m-scroll li {
  /*border-bottom: 2px solid #4a4a4a;*/
}
.on-m-scroll li:hover {
  /*border-bottom: 2px solid #e7e7e7;*/

}
.on-m-scroll li.active {
  /*border-bottom: 2px solid #ffffff;*/
}
.on-m-scroll li.active > a {
color:#f55c5c;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px;
    z-index: 999999;
}
#top-link-block.affix a {
    color: #d00b12 !important;
}

.pull-left.art_container.col-xs-12 {
    padding: 0;
}
.navbar-default{
  background-color:#fff;
}
.brand_logo{
  width:245px;
  background-image:url(../img/nl-brand.svg);
  height:45px;
}
#article_list_container .art_items{
  padding:0px;
}
#article_list_container .art_items li:first-child {
  border-bottom: none;

}
#articleHeader .header-menu-button .active{
  border: 1px solid red;
}

.navbar-xs { min-height:22px; border-radius:0}
.navbar-xs .navbar-brand{ padding: 2px 8px;font-size: 14px;line-height: 14px; }
.navbar-xs .navbar-nav > li > a { border-right:1px solid #ddd; padding-top: 2px; padding-bottom: 2px; line-height: 16px }
.store_ic{
  background-image:url(../img/Cart.png);
  background-repeat:no-repeat;
}
.store_ic > a{
  padding-left:40px !important;
}

li.header-m-li.social-icons {
    margin: 0px;
}
.social-icons a{
    border: 0;
    line-height: 16px;
    padding: 25px 0px 25px 0 !important;
    background: 0 0;
    display: block;
    font-size: 19px;
    text-align: center;
    margin: 0;
    padding-left: 0 !important;
    min-width: 39px;
}
.menu-under-v-ellip .social-icons{
  display: block;
  float: left;
}
.menu-under-v-ellip .social-icons a {
    border: 0;
    line-height: 16px;
    padding: 10px 0px 10px 0 !important;
    background: 0 0;
    display: block;
    font-size: 19px;
    text-align: center;
    margin: 0;
    padding-left: 0 !important;
    min-width: 38px;
}
.menu-under-v-ellip li {
    margin-bottom: 10px;
}
li.header-m-li.social-icons.facebook i{
  color: #3b5998 !important;
}
li.header-m-li.social-icons.twitter i{
  color: #1da1f2 !important;
}
li.header-m-li.social-icons.youtube i {
  color: #cd201f !important;
}
li.header-m-li.social-icons.instagram i{
  color: #c13584 !important;
}
li.header-m-li.social-icons.linkedin i{
  color: #007BB6 !important;
}

li.header-m-li.social-icons.facebook:hover{
  background: #3b5998;
}
li.header-m-li.social-icons.twitter:hover{
  background: #1da1f2;
}
li.header-m-li.social-icons.youtube:hover{
  background: #cd201f;
}
li.header-m-li.social-icons.instagram:hover{
  background: #c13584;
}
li.header-m-li.social-icons.linkedin:hover{
  background: #007BB6;
}
li.header-m-li.social-icons.facebook:hover i, li.header-m-li.social-icons.youtube:hover i,
li.header-m-li.social-icons.instagram:hover i, li.header-m-li.social-icons.twitter:hover i, li.header-m-li.social-icons.linkedin:hover i{
  color:#fff !important;
}
.profile_ic{
  background-image: url(../img/profile.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  padding: 12px 0px 12px 0px;
  background-position: 0px 10px;
}
.profile_ic span{
  color: #000;
}
.navbar-default .navbar-nav>.podcast.open>a{
  background-color: #e7e7e7;

}
.navbar-default .navbar-nav>.podcast>a:hover,.navbar-default .navbar-nav>.podcast>a:focus{
  background-color: #e7e7e7;

}
.navbar-default .navbar-nav>.profile_ic.open>a{
  background-color: transparent;
  border-bottom: 3px solid #d00b12;
}
.profile_ic > a{
  padding-left:40px !important;
}
.more_ic{
  /*background-image:url(../img/more.png);*/
  background-repeat:no-repeat;
}
.more_ic > a{
  padding-left:10px !important;

}

.navbar-default .navbar-nav>li>a{
  color:#ffffff;
  text-transform:uppercase;
}
.navbar-form .form-group{
  width:89%;
}
.navbar-left{
  width:41%;
}
.navbar-form .form-control{
  width:100%;
}
.pholder{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
}
@media (min-width: 900px){
  .navbar-form .form-group{
    width:89%;
  }
  .navbar-left{
    width:50%;
  }
  .navbar-form .form-control{
    width:100%;
  }
}
@media (min-width: 1024px){
  .navbar-form .form-group{
    width:90%;
  }
  .navbar-left{
    width:53%;
  }
  .navbar-form .form-control{
    width:100%;
  }
}
@media (min-width: 1400px){
  .row .col-lg-6.pull-left.art_list{
    overflow: hidden;
    height: 390px;
    min-height: 200px;
    max-height: 425px;
  }
  .navbar-form .form-group{
    width:94%;
  }
  .navbar-left{
    width:63%;
  }
  .navbar-form .form-control{
    width:100%;
  }
}
@media (min-width: 1600px){
  .navbar-form .form-group{
    width:94%;
  }
  .navbar-left{
    width:63%;
  }
  .navbar-form .form-control{
    width:100%;
  }
}
.subscribe{
  background-color:#fff;
  /* background-image:url(../img/nl-subscribe.svg); */
  /*background-color: rgba(237, 28, 36, 0.28);
  background-image: url(https://www.newslaundry.com/wp-content/uploads/2017/02/nav-3d-mag.png);*/
  border-left:1px solid #dedede;
  background-position: 0px 12px;
  /*background-position: 5px 0px;*/
  background-repeat: no-repeat;
  border-right: 1px solid #dedede;
}
.subscribe:hover, .subscribe:focus, .subscribe:active{
  background: #ed1c24 !important;
}
.subscribe > a{
  padding:17px 10px 17px 60px !important;
  /*padding: 17px 10px 17px 145px!important;*/
}
.podcast{
  border-bottom: none;

}
.pod-title-holder span {
    color: #4a4a4a;
    font-weight: 600;
}
.podcast > a{
  background: #fff;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size : 32px;
  background-image: url(../img/pod-stop.png);
}
.nl-pod-paused{
    background-image: url(../img/pod-stop.png);
}

.nl-pod-playing{
    background-image: url(../img/pod.gif) !important;
}
.text_bot{
  font-size:10px;
  text-transform:capitalize;
  font-family:'Noto Sans', sans-serif;
}
.subscribe .text_bot {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.text_top{
  color:#ed1c24;
  font-weight: 700;
}
.pod_text_bot{
  font-size:10px;
  text-transform:capitalize;
  font-family:'Noto Sans', sans-serif;
}

.marquee_container{
  width: 200px;
}
.pod-title-holder {
  width: 200px;
  height:20px;
  overflow:hidden;
  position: relative;
}
.pod-title-holder p {
  position: relative;
  white-space:nowrap;
  left: 0px;
  line-height: inherit;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}


.pod_text_top{
  color:#d00b12;
  font-weight: 700;
}
#carousel-example-generic {

    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}


.carousel-caption{

  display: none;
  z-index: 10;
  color: #fff;
  text-align: center;
  width:100%;
  left: 0;
  bottom: 0;
  text-shadow: none;
  padding-bottom:0;
  min-height: 120px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.modal-content{
  top:100px;
  border-radius: 1px;

}
.carousel-caption h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -1px;
  color: #4e4e4e;
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 25px 10px 10px 10px;
}
.carousel-caption p{
  color: #ed1c24;
}
.carousel-caption h1:hover {
  text-decoration: underline;
}
.txt_up{
  text-transform:uppercase;
}

.txt_align{
  text-align:center;
}
.top_list{
  font-family: 'Montserrat', sans-serif !important;
  text-align:center;
}
.top_list li{

  /* height: inherit; */
  overflow: auto;

}
.top_list li a{
  color:inherit;
}
.ban_header > h3{

  padding: 5px 0px;
  margin: 15px 0px;
  font-size: 20px;
  color: #ed1c24;
  display: inline-block;

}
.btn-default.upgrade-sub {
  padding: 9px;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #ed1c14;
  border-radius: 8px;
  color: #D0021B;
  transition: all 200ms linear;
}
.subs-detail-con-r {
  padding-top: 30px;
  text-align: center;
}
.header1{
  font-family: 'Montserrat','Yantramanav',  sans-serif !important;
  text-transform:uppercase;
  font-size: 1.4em;
  font-weight:bold;
}
h3.header1.editors-pick {
}
.art_excerpt p {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    margin: .7em 0 1em;
}
#backtop button {
  display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#backtop button::before{

    content: "\f062";
}
.sec_header.h3 {
    margin-top: 1px;
}
#artContainer .header1{
  text-transform: none;
  margin-top: 10px;
}
h1.header1.hindi-h{
  font-weight: bolder;
}
h1.header1.hindi-h:hover{
  color:#404041;
}
.banner_right{
  padding:0px;
  height:100%;
  overflow:hidden;
  margin-top: 0;

}
.banner_left{
  padding-right:0px !important;
  height:100%;
  background-color:#fff;
  padding-left: 0;
  /*margin-top: 10px;*/

}

.first-fold.article-image{
  margin-bottom: 0px;
 margin-bottom: 0px;
 width: 100%;
 height: 362px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: 0 10px;
}

.nano {  background: #000;}
/*.nano > .nano-content { padding: 10px 0; }*/
.nano > .nano-pane   { background: #888; }
.nano > .nano-pane > .nano-slider { background: #111; }



  /*Video playlist on home page*/
.flex-row{
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

/*Flex items*/
.list {
  display: flex;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
   min-width: 0;
}
.list-item {
  display: flex;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
height: auto;
}

.list-content {
  width: 100%;
  height: auto;
}

/*

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    width: 50%;
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    width: 50%;
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 0px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
*/


@media (max-width:1440px) {
  .episode-details{
    width: 60%;
    margin-left: 5px;
  }
  .constituition-cta{
    font-size: 11px;
  }
  .playlist-tagline{
    font-size: 10px;
  }
  .episode-name h5{
    font-size: 12px;
  }
  .episode-thumb img{
    width: 100px;
  }
}

@media (max-width:1240px) {

  .video-playlist-container{
    margin-left: auto;
    margin-right: auto;
  }
  img.consti-sub-img{
    width: 250px;
  }
  .inner-consti-sub-banner {
    margin: 15px auto;
    height: 90%;
}
}
@media (max-width:1040px) {

  .constituition-cta{
    font-size: 10px;
  }
  .inner-consti-sub-banner {
      width: 80%;
      background: rgb(35, 33, 33);
      border: 2px solid #ed1c24;
      margin: 10px auto;
      height: 95%;
  }
}


@media (max-width:991px) {

  .list{
    display: block;
  }
  .list-item:nth-child(3){
    display: block;
  }
  .video-playlist-container .left-description {
    padding: 0 0px 0 0;
    }
    .playlist-desc-container{
      height: 140px;
      padding-bottom: 0;
    }

    .constituition-logo {
    width: 200px;
    display: block;
    }
    .constituition-cta {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 15px;
    bottom: auto;
    width: 200px;
    }
    .video-container{
      padding-left: 0;
      padding-right: 5px;
    }

    .episodes-container {
      padding-right: 0;
      padding-left: 5px;
    }
    .inner-video-playlist-container {
        padding: 20px 20px 25px 20px;
    }
    .playlist-tagline {
    font-size: 13px;
    margin: 15px 0;
    }
    .nano{
      background: #000;
     padding-bottom: 79.25%;
     height: 0;
     overflow: hidden;
     max-width: 100%;

    }
}
@media (max-width:768px) {
  .video-playlist-container{
    padding: 0;
  }
  .lpSectionHeader{
    margin-top: 50px;
  }


  .playlist-tagline{
    font-size: 11px;
  }
  .nano{
    height: 300px;
    padding: 0;
  }
  .video-container, .episodes-container{
    padding: 0;
  }
  img.consti-sub-img {
margin-top: 30px;
 }
 .inner-consti-sub-banner {
    height: 50%;
}

}

@media (max-width:700px) {
  .playlist-tagline{
    width: 290px;
  }

}


@media (max-width:580px) {
  .constituition-cta {
    font-size: 9px;
    width: 150px;
    top: 0px;
}
.inner-consti-sub-banner {
    height: 60%;
}
.playlist-desc-container {
    height: 170px;
}
.playlist-tagline {
    width: 100%;
    margin-top: 30px;
}
.constituition-logo {
    margin-top: 4px;
}

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

  .constituition-cta {
      font-size: 9px;
      width: 130px;
  }.constituition-logo {
    width: 180px;
}

}

#searchNav input[type="text"] {
  background: rgba(0, 0, 0, 0);
  border: 0px;
  color: black;
  font-size: 38px;
  font-weight: 300;
    padding: 30px;
  margin: 0px auto;
  outline: none;

  text-align: center;
  top:20%;
  width:100%;

}



.closebtn {
  position: absolute;
  top: 25%;
  right: 45px;
  font-size: 60px;
  color: #d00b12;
}

@media screen and (max-height: 450px) {
  .closebtn {
    position: absolute;
    top: 25%;
    right: 45px;
    font-size: 60px;
  }
}

.list_header{
  font-size:1.3em;
}
.list_info{
  font-size: 0.8em;
  color: #7A7A7A;
  font-family: 'Noto Sans', sans-serif;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-weight: 700;
}
.list-group-item{
  background-color:inherit;
  padding:15px;
}
.banner_right .list-group.top_list{
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);

}

.banner_right .list-group.top_list.selected{
  /*background: #ddd;*/
  position: relative;
  /* background: #f4f6f8; */
  border: 1px solid #ddd;
  border-left: none;

}
.banner_right .list-group.top_list.selected:before{
  position: absolute;
  content: "";
  -webkit-animation: slideIn 0.2s forwards;
 -moz-animation: slideIn 0.2s forwards;
 animation: slideIn 0.2s forwards;
  width: 100%;
  height: 100%;
  background: #f4f6f8;
  background: -webkit-linear-gradient(top,#000 100%,#f4f6f8 0);
  background: -moz-linear-gradient(top,#000 100%,#f4f6f8 0);
  background: -o-linear-gradient(top,#000 100%,#f4f6f8 0);
  background: linear-gradient(to bottom,#000 100%,#f4f6f8 0);

}
.list-group.selected .list-group-item h4.list-group-item-heading{
  color: #fff;
}
.list-group.selected .list_info{
  color:#fff;
}
.banner_right .list-group.selected .list-group-item:hover{
  background-color: #4c4444;
}
.banner_right .list-group.top_list.selected:after{
  position: absolute;
  content: '';
  top: 0%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 52px 17px;
  -webkit-animation: slideIn 0.2s forwards;
 -moz-animation: slideIn 0.2s forwards;
 animation: slideIn 0.2s forwards;
  border-color: transparent transparent transparent #4a4848;
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
span.list-group-item-text.list_info.author_name {
    position: relative;
    bottom: 0;
    font-weight: 500;
}
.banner_right .list-group .list-group-item {
  padding: 15px 10px;
  padding-left: 25px;
  height: 108px;
  border: none;

}
.list-group .list-group-item h4.list-group-item-heading {
  line-height: 25px;
  height: 75px;
  overflow-y: auto;
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
}
.list-group{
  margin-bottom:0px;
}
.list-group-item:first-child{
  border-radius:0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  z-index: 2;
  color:inherit;
  background-color: #fff;
  border-color:#dedede;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text{
  color:#787878;
}
.banner{
  height:100%;
  max-width: 98%;
  padding: 0px 0px 30px 0px;
  margin: 0 auto !important;
}
.art_container .sec_header{
  display: inline-flex;

}
.sec_header > h3{
  text-transform: uppercase;
  padding: 10px;
  font-size: 20px;
  /*background: #ed1c24;*/
  color: #ed1c24;
  display: inline-block;
  margin: 15px 0;
  line-height: 1.2;
  padding: 5px 0;

}
.art_list_container .sec_header > h3{
  margin: 0
}
.sec_header h3 .fa-chevron-right{
  margin-top: -2px;
  transition: .25s;
  font-size: 17px;
  width: 20px;
  text-align: center;
  transition: 0.2s ease;
}
.sec_header h3:hover .fa-chevron-right{
  margin-left: -8px;
}
.pinned-container .sec_header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 10px;
}
h3.header1.latest {
    margin-left: 15px;
}
/*.sec_header .header1:after{
  content: '';
  width: 55px;
  height: 5px;
  width: 32px;
  height: 5px;
  background: #ec2227;
  display: block;
}*/
.lat-dash{
    margin: 0;
  border-top: 2px solid #ed1c24;
}

section.nl-khabar {
    background: #eee;
    padding: 0px 50px;
    background: -webkit-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
    background: -moz-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
    background: -o-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
    background: linear-gradient(to bottom,whitesmoke 100%,#f4f6f8 0);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: calc(-100vw / 2 + 1240px / 2);
    margin-right: calc(-100vw / 2 + 1240px / 2);
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.khabar-flex {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.khabar-flex-item:hover{
  -webkit-transform: translateY(-2px) scale(1.01);
    -ms-transform: translateY(-2px) scale(1.01);
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 5px 16px 1px rgba(0,0,0,0.13), 0 1px 4px 0 rgba(0,0,0,0.09);
}
.parent-khabar {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.khabar-flex-item {
    /* margin: 10px; */
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 275px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(74,74,74,0.3);
    box-shadow: 0px 0px 6px 0px rgba(74,74,74,0.3);
}
.khabar-flex-item .hindi-h{
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 5px;
}
.nlkabhar-singular-flex-parent{
  display: flex;
}
.nlk-singular-item{
  border: 2px solid;
  flex: 3;
}
.nlk-singular-item.item1 {
    flex: 1;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    height: 400px;
    overflow-y: scroll;
    border-color: #ed1c24;
    padding: 10px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
}
.nlk-singular-item {
    border: 2px solid;
    flex: 3;
    margin: 1em;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 2px;
}
ul.sec_header_ul {
  background: #f2f2f2;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
li.header-menu-button.active {
  color: #D0021B;
}
li.header-menu-button span {
  padding: 10px;
}
.row{
  margin : 0px;
}

.video-playlist-container {
  padding: 20px 0;
  background: #292929;
  position: relative;
  background-color: #222222;
  background-image: -webkit-linear-gradient(90deg, #222222 19%, #444444 100%);
  background-image: -moz-linear-gradient(90deg, #222222 19%, #444444 100%);
  background-image: -o-linear-gradient(90deg, #222222 19%, #444444 100%);
  background-image: linear-gradient(90deg, #222222 19%, #444444 100%);
  margin-left: calc(-100vw / 2 + 1240px / 2);
  margin-right: calc(-100vw / 2 + 1240px / 2);

}
.inner-video-playlist-container{
  padding: 20px;
  margin: 0 auto;
  max-width: 1240px;
  float: none;
}
.video-playlist-container .left-description{
  padding: 0 10px 0 0;
}
.episode-thumb img {
  width: 120px;
}
.constituition-logo {
    width: 100%;
}
.video-container{
  padding: 0 10px;
}
.playlist-tagline{
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  margin: 2em 0 1em 0;
  line-height: 1.6em;
  text-transform: uppercase;
}
.episode-name h5 {
    color: #fff;
}
.episodes-container {
    padding: 0 0 0 10px;
}
.yt-subscriber {

}

.constituition-cta{

  position: absolute;
    bottom: 0px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background: #f09021;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all ease 0.2s;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    background-color: #ed1d24;
  }
  .constituition-cta:hover{
    background-color: #c3252a;

  }
.video-playlist-items{
  padding-left: 10px;
  transition: all ease 0.2s;
  border-bottom: 1px solid #1b1a1a;
  padding-right: 10px;
  cursor: pointer;
}
.video-playlist-items:hover{
  background: #222;
}
.video-playlist-items.active{
  background: #222;
}

.video-playlist-item {

}
.inner-playlist-item {
    padding-bottom: 10px;
    padding-top: 10px;
}
.episode-duration span {
    display: block;
    font-size: 10px;
    color: #fff;
}
.episode-thumb {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.bulbs-video-play-button {
    bottom: 10px;
    height: 34%;
    left: 10px;
    opacity: .8;
    position: absolute;
    width: auto;
    z-index: 1;
}
.bulbs-video-play-button .circle {
    fill: #000;
    opacity: .6;
}
.bulbs-video-play-button .play-icon {
    fill: #fff;
}
.episode-details {
    display: inline-block;
    width: 60%;
    margin-left: 10px;
}
.inner-playlist-item:last-child{
  border: none;
}
.playlist-desc-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.playlist-description {
    padding: 0px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-consti-sub-banner {
    width: 80%;
    background: rgb(35, 33, 33);
    border: 2px solid #ed1c24;
    margin: 30px auto;
    height: 80%;
}

.consti-subscription-banner {
  position: absolute;
  height: 100%;
  display: none;
  z-index: 999;
  width: 100%;
  background: rgba(2, 2, 2, 0.87);
  top: 0;
  }
  p.consti-subscription-message {
    font-size: 16px;
    color: #fff;
}
img.consti-sub-img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}
.inner-constituition-inline-sub-popup {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.consti-sub-call-button{
margin: auto;
text-align: center;
text-decoration: none;
background: #f09021;
  display: inline-block;
border: none;
outline: none;
cursor: pointer;
transition: all ease 0.2s;
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
padding: 10px;
background-color: #ed1d24;
}


/*Flex items*/
	.nl-article-tile-list {
		display: flex;
		flex-wrap: wrap;
	}
	.nl-article-tile-list-item {
		display: flex;
		padding: 0.5em;
		/*width: 100%;*/
	}

	.nl-article-tile-list-content {
		background-color: #fff;
		display: flex;
		flex-direction: column;
		/*padding: 1em;*/
		/*width: 100%;*/
	}
	.nl-article-tile-list-content a, .nl-article-tile-list-content div {
		flex: 1 0 auto;
	}


.art_list{
  /*min-height: 200px;
  max-height: 500px;*/
  /*padding: 5px 40px 5px 15px;*/
  font-family: 'Noto Sans', sans-serif;
}

.art_cat{
  padding: 3px 5px;
  /*text-transform: uppercase;*/
  font-size: 12px !important;
  color: #D0021B;
  font-family: 'Montserrat', sans-serif;
}
.article_category
{
  font-weight: 800;
  margin-bottom: 0px;
  margin-top:20px;
  color: #ed1c24;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: 'Montserrat', sans-serif;
}
.art_stamp{
  padding: 3px 5px;
  /*text-transform: uppercase;*/
  font-size: 11px;
  color: #7D7D7D;
}
.art_cap{
  padding: 5px 5px;
  /* text-transform: uppercase; */
  font-size: 1.3em;
  color: #4a4a4a;
  font-weight: 600;
  text-align: left;
  /* font-kerning: initial; */
  line-height: 20px;
  font-family: 'Montserrat', sans-serif !important;
}
.short_header.header1_lowcase a {
  color: #4a4a4a;
}
.art_con{
  padding: 5px 5px;
  font-size: 1.1em;
  color: #000000;

}
/***Post Tile**/

.post-title{
  padding: 5px 5px;
  font-size: 1.4em;
  color: #000000;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif !important;
}
.post-title.small{
  font-size: 1.2em;
  color: #000000;
  line-height: 23px;
}

.art_con p img, .art_con p iframe{
  width:100%;
  max-width: 100%;
}


.art_items,.art_list{
  display: inline-block;
  /*display: flex;
  flex-wrap: wrap;*/
  float: none !important;
  vertical-align: top;
  border-bottom: none !important;
}
.art_list a{
  width: 100%;
  display: block;
}


.tileClass{
  display: inline-block;
  float: none !important;
  vertical-align: top;
  border-bottom: none !important;
}



.trend_list{
  /*text-align: center;*/
  padding:15px 20px;
  font-family: 'Noto Sans', sans-serif;
  color:#4a4a4a;
  border-bottom:1px solid #dedede;
}
.trend_cap{
  font-family: 'Montserrat', sans-serif !important;
  font-size:1.1em;
  transition: all 0.2s ease;
}
.trend_cap:hover{
  color: #ed1c24
}
.trend_stamp{
  font-size: 0.9em;
  color: #7D7D7D;
  padding:6px 0px;
}
.trend_list_container{
  /*width:80%;*/
    background-color: #f2f2f2;
}
.menu_item_active a{
  background-color:#fff;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
}
#menu_nav >li>a:hover{
  background-color:#fff;

}
.art_cat_label{
  font-family: 'Montserrat', sans-serif !important;
  text-transform:uppercase;
  font-size:0.8em;
  padding-bottom:3px;
}
div#articleHeader.sec_header {
    display: inline-flex;
}
.art_count{
  font-size: 0.68em;
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: 700;
}
.art_cat_block{
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding:20px 0px;
  margin-top:35px;

}
.art_cat_list_item{
  padding:10px;
}
.log_bt{
  margin: 15px 10px;
}
.bt_red{
  background-color:#EB3C3C;
  border:1px solid #D0021B;
  color:#fff;
}
.btn-default:hover {
  color: #fff;
  background-color: #D82727;
  border-color: #D0021B;
}



.newz-social-nl {
    text-align: center;
    margin: 10px;
}
.newz-social-nl img {
    width: 100px;
}

twitterwidget {
    margin: 0 auto;
}

.news_logo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef625f+0,da3331+100 */

  background: #ef625f; /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover,  #ef625f 0%, #da3331 100%); /* FF3.6-15 */

  background: -webkit-radial-gradient(center, ellipse cover,  #ef625f 0%,#da3331 100%); /* Chrome10-25,Safari5.1-6 */

  background: radial-gradient(ellipse at center,  #ef625f 0%,#da3331 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef625f', endColorstr='#da3331',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    width: 60px;
    padding: 5px;
    height: auto;
    display: inline-block;
    margin-right: 10px;

}

.news_logo img{
    width: 50px;
    height: auto;
}

.log_options{
  padding: 12px;
  border-radius: 4px;
  margin: 15px 0;
}
.grabcoupon {
    position: relative;
    align-items: center;
    display: flex;
    background-color: #f0f0f0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.05);
    max-width: 450px;
    border: 1px dashed #979797;
    text-align: left;
    text-transform: uppercase;
    max-height: 288px;
}
.btn.grabon {
    border: 0;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 17px;
    height: auto;
    padding: 10px 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    background: #cb2d2b;
    color: #fefefd;
    display: flex;
    align-items: center;
}

.grabcoupon b {
    min-width: 130px;
    font-size: 16px;
    color: #cd3232;
    transition: all .3s;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
  }
.news_log_options{
  /*text-align:center;*/
  /*padding-top:35px;*/
}

.news_log_options input:not([type=radio]), .news_log_options .help-block {
    max-width: 300px;
    margin: 5px auto;
}
#login_mod .modal-header .close {
    color: #fff;
    opacity: 1;
}

.news_log_options input[type=radio], .news_log_options input[type=radio]:focus{
  outline: none;
  margin-top: 4px;
  vertical-align: top;
}
#nl-btm-accordion {
    position: fixed;
    bottom: 0;
    width: 300px;
    right:20px;
    margin-bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 8px 8px 0 8px;
}
#nl-btm-pp-close{
  position: absolute;
  right: -9px;
  top: -13px;
  background: #000;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  opacity: 1;
  padding: 5px;
  display: none;
}
.panel-default.nl-btm-pp > .panel-heading{
    background: #ed1c24;
}

.nl-btm-pp .panel-heading {
    padding: 0;
    display: flex; align-items: center; padding: 0 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel.nl-btm-pp {
    border-radius: 0;
    margin-bottom: 0;
}
.nl-btm-pp{
  border: 0;
}
.nl-btm-pp .panel-title a {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 19px;
    font-size: 14px;
    outline: none;
    font-weight: 600;
}

.nl-btm-pp .panel-title a:hover, .nl-btm-pp .panel-title a:focus, .panel-title a:active {
    text-decoration: none;
    outline: none;
}
#nl-btm-collapseOne .panel-body{
  background:#000;
  padding: 0;
}
.login-radio {
  display: block;
  max-width: 320px;
  padding: 0 12px;
  margin: 5px auto;
  text-align: left;
}

.log_options > img{
  margin:10px;
}
#login_mod{
  font-family: 'Montserrat', sans-serif !important;
}
.bot_nav_fix > .affix{
  z-index: 1000;
  width: 100%;
  top: 0px;
  max-width: 1440px;
}
.affix > .navbar-bottom{
  /*background-position:left;
  background-repeat:no-repeat;*/
  padding-left:60px;

  border: none;
}
.onlyaffix {
    display: none;
}
#bot_nav.affix .onlyaffix {
    display: block;
    position: absolute;
    background: #000;
    width: 75px;
    text-align: center;
    height: 48px;
    left: 0;
    z-index: 9;
}

.pagebreak{
  background-color:#f4f6f8;
  padding: 10px 20px 0px 10px;
  position: relative;
  text-align: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: calc(-100vw / 2 + 1240px / 2);
  margin-right: calc(-100vw / 2 + 1240px / 2);
}
.page-break-inner-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-break-inner-container .sec_header{
  display: inline;
}
.shorts-side.side_container{
  padding-right: 0;
  /*background: #b83434;*/
    /*background: rgb(191, 23, 30);*/
  padding-left: 0;
}
.shorts_list_container.pull-right {
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.shorts-side .sec_header{
    display: inline-flex;
}
.shorts_list_container .trend_list {
    padding: 15px 20px;
    font-family: 'Noto Sans', sans-serif;
    color: #4a4a4a;
    position: relative;
    margin: 0px 10px 10px;
    border-bottom: 1px solid #dedede;
    margin: 0 0px 0 35px;
    border-bottom: 1px solid #e4e3e3;
    padding: 20px 15px 20px 0;
    padding-left: 30px;
}
.premium-stories-inner-container .sec_header{

  text-align: left;
  height: 100%;

}
.premium-stories-body{

  border: 2px solid;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}

.premium-stories-body .photo{
  position: relative;
}
.premium-stories-body .photo .nl-sena-stamp {
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -32px;
  border: 2px solid #fff;
  border-radius: 50%;
  }
  .premium-story-cta{
    text-align: center;
    background-color: #d81921;
    background-image: -webkit-linear-gradient(180deg, #d81921 21%, #FF0000 100%);
    background-image: -moz-linear-gradient(180deg, #d81921 21%, #FF0000 100%);
    background-image: -o-linear-gradient(180deg, #d81921 21%, #FF0000 100%);
    background-image: linear-gradient(180deg, #d81921 21%, #FF0000 100%);
    margin: 0px 0 0;
    line-height: 1.2;
    padding: 5px 0;
  }
  .premium-story-cta h3 a{
    color:#fff;
  }
  .trend_stamp.sena_parts{

    float: right;
  }

  .premium-story-cta .header1 .fa-chevron-right {
    margin-top: -2px;
    transition: .25s;
    font-size: 17px;
    width: 20px;
    text-align: center;
    transition: 0.2s ease;
}
  .premium-story-cta .header1{
    margin-top:10px;
    font-size: 17px;
  }
  .premium-stories-body .item.secondarystories{
    padding-left: 41px;
    background: url('https://www.newslaundry.com/uploads/2017/10/NL-SENA.png') no-repeat;
    background-size: 31px 31px;
    background-position: 0px center;
    margin: 0 25px;
    border-bottom: 1px solid #e4e3e3;
    padding: 10px 0;
    padding-left: 30px;
  }
  .info.firstpremiumstory {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #e2dede;
  }
  .firstpremiumstory .art_con{
    padding: 5px 0;
    font-size: 15px;
    line-height: 18px;
  }
.premium-stories-inner-container .premium-header{
}
.premium-stories-inner-container .trend_cap{
font-weight: 600;
color: #000;
}
.premium-stories-inner-container .trend_cap.story_1{
  font-size: 24px;

}
.shorts_list_container .sec_header h3{
  color: #fff;
  margin: 0;
}

.shorts_list_container  .trend_stamp{
  font-weight: 700;
}

/*Sena HOme page Listing*/
.premium-stories-inner-container{

}
.shorts_list_container {
    background: #fff;

    padding: 15px 5px 5px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}
.shorts_list_container .trend_list span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    font-size: 38px;
    font-weight: 700;
    left: -15px;
    color: #ed1c24;
    text-align: center;
    top: 25%;
}
.shorts_list_container li{
  list-style: none;
}

.hindi_list_container {
    background: #2b2b2b;
}

.hindi-side .sec_header{
    display: inline-flex;
}
.hindi_list_container .trend_list {
    padding: 15px 20px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    border-bottom: 1px solid #757575;
    list-style: none;
}
.hindi_list_container .trend_list .img-thumb{
  margin-top: 10px;
}
.hindi_list_container .trend_list:last-child{
  border: none;
}
.hindi_list_container .sec_header h3{
  color: #fff;
  margin: 0;
}

.hindi_list_container .trend_cap{
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 70px;
  overflow: hidden;
}
.hindi_list_container .trend_cap.story_1{
  font-size: 18px;
}
.hindi_list_container  .trend_stamp{
  font-weight: 700;
  opacity: 0.75;
  color: #fff;
}
.hindi-cta-message{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hindi-cta-button{
  background: #ffffff;
  border-radius: 3px;
  color: #ed1c24!important;
  margin-top: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  top: 50%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #ffffff;
}
.hindi-list{
  display: flex;
  flex-wrap: wrap;
}
/*Flex items*/
	.hindi-list {
		display: flex;
		flex-wrap: wrap;
	}
	.hindi-list-item {
		display: flex;
		padding: 0.5em;
		width: 100%;
	}
	@media all and (min-width: 40em) {
		.hindi-list-item {
			width: 50%;
		}
	}
	@media all and (min-width: 60em) {
		.hindi-list-item {
			width: 25%;
		}
	}
	.hindi-list-content {
		background-color: #fff;
		display: flex;
		flex-direction: column;
		padding: 1em;
		width: 100%;
	}
	.hindi-list-content div {
		flex: 1 0 auto;
	}
.hindi-scroll{
  padding: 0 20px;
}
.hindi-scroll .art_cat, .hindi-allpost .art_cat{
  font-size: 12px !important;
}
.hindi-scroll .art_stamp, .hindi-allpost .art_stamp{
  font-size: 11px !important;
}
.hindi-allpost .art_list, .hindi-scroll .art_list{
    padding-bottom: 20px !important;a
}
.list-pb-shorts{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.section-title {
  position: absolute;
  top: 0;
  margin-top: 10px;
}
.pb-category{
  padding: 10px;
  background-color: #fff;
  margin-right: 20px;
  border: 1px solid #dedede;
  /*min-height: 300px;*/
  margin-bottom: 20px;

}
.header1_lowcase{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1em;
  font-weight:bold;
}

.videos{
  padding: 0px;

  margin-right: 20px;

  margin-bottom:20px;
}
.vid_header{
  font-size: 0.9em;
  padding: 10px;
}
#home_list .art_cap a{color: black;}
.video_subscribe{
display:none;
}



.facebook-iframe, .youtube-iframe {
   position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
   }
.facebook-iframe iframe,  .facebook-iframe  object, .facebook-iframe embed, .youtube-iframe iframe,  .youtube-iframe  object, .youtube-iframe embed {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/********SpeakOut*******/

#speakout-gf-iframe {
   position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
   }
#speakout-gf-iframe iframe, #speakout-gf-iframe object, #speakout-gf-iframe embed {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#speakout-gf .modal-header{
  border: none;
  color: #fff;
}

#speakout-gf .modal-content {
    background: #000;
    top: 10px;
}

#speakout-gf .close{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}
.modal-dialog.speakout-gf {
    width: auto;
    max-width: 853px;
    margin: 0 auto;
    text-align: center;
}
#speakout-gf .modal-footer{
  border: 0;
}

/*******END SPEAKOUT ************/

/******Article Flex Box****/

.ArticleContainer__flexwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.ArticleContainer__flexitem {
  width: 31%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  background: #fff;
  margin: 10px;
}
/* .ArticleContainer__flexitem:nth-child(1){
  width: 40%;
}
.ArticleContainer__flexitem:nth-child(2){
  width: 60%;
} */

/******End Article Flex Box****/
/********general pop up for paywal*****/

#general-sub-popup .modal-header ,#general-sub-popup .modal-footer, #comic-subscribe .modal-header ,#comic-subscribe .modal-footer, #podcast-subscribe .modal-header ,#podcast-subscribe .modal-footer{
  border: none;
}

.popflex-parent{
  display: flex;
}
.popflex-child.item2{
  padding: 0 20px 20px;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  text-align: center;
}
h4.general-sub-popup-text {
    line-height: 27px;
}
div#general-sub-popup , div#comic-subscribe, div#podcast-subscribe {
    background: rgba(0, 0, 0, 0.8);
}

/******general pop up for paywal*****/
/****Notification styles****/
.notification-container {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;

}

.notification-inner {
    position: relative;
    background-color: #ed1c24;
    background-image: radial-gradient(circle,#ed1c24,#af2328);
    background-repeat: no-repeat;
    margin-left: calc(-100vw / 2 + 1240px / 2);
    margin-right: calc(-100vw / 2 + 1240px / 2);
    background-color: #ed1c24;
    background-image: radial-gradient(circle,#ed1c24,#af2328);
}
.notification-container strong {
    color: #fffb14;
    font-weight: 700;
}
.notification-inner a:hover{
  text-decoration: none;
}
#ribbon-container {
				position: absolute;
				top: 15px;
				right: 0px;
				overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
				font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
				line-height: 18px;
			}

			#ribbon-container:before {
				content:"";
				height: 0;
				width: 0;
				display: block;
				position: absolute;
				top: 3px;
				left: 0;
				border-top: 29px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
				border-bottom: 29px solid rgba(0,0,0,.3);
				border-right: 29px solid rgba(0,0,0,.3);
				border-left: 29px solid transparent;
			}

			#ribbon-container:after { /* This adds the second part of our dropshadow */
				content:"";
				height: 3px;
				background: rgba(0,0,0,.3);
				display: block;
				position: absolute;
				bottom: -3px;
				left: 58px;
				right:3px;
			}

			#ribbon-container a {
				display:block;
				padding:20px;
				position:relative; /* allows us to position our pseudo-elements properly */
				background:#ed1c24;
				overflow:visible;
				height:58px;
				margin-left:29px;
				color:#fff;
				text-decoration:none;
			}

			#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
				content:"";
				height: 0;
				width: 0;
				display:block;
				position:absolute;
				bottom:-15px;
				right:0;
				border-top: 15px solid #7b1a1e;
				border-right: 15px solid transparent;
			}

			#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
				content:"";
				height: 0;
				width: 0;
				display:block;
				position:absolute;
				top:0;
				left:-29px;
				border-top: 29px solid #ed1c24;
				border-bottom: 29px solid #ed1c24;
				border-right: 29px solid transparent;
				border-left: 29px solid transparent;
			}

			#ribbon-container a:hover {
				background:#db0012;
			}

			#ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
				border-top: 29px solid #db0012;
				border-bottom: 29px solid #db0012;
			}
h4.notification-message:hover{
  text-decoration: none;
}
h4.notification-message {
    line-height: 20px;
    padding: 10px 60px 10px 60px;
    text-align: center;
    margin: 0;
    font-size: 17px;
    color: #fff;
text-decoration: none;
}
.animate-notification{
  height: 0px;
   transition: height 0.3s;
   -webkit-transition: height 0.3s;
   -moz-transition: height 0.3s;
   -o-transition: height 0.3s;
}
/******notification styles-end*****/
/****************************************************************/

/*************** Author page ******************************/
.author-bio{
  background: #151514;
  padding: 50px;
}
.author-bio .container{
  margin: 0 auto;
}
.author-name{
  font-size: 50px;
  font-weight: 700;
  color: #ed1c24;
}
.author-bio-text {
    color: #bfbbbb;
}
.author-image{
  max-width: 150px;
  display: block;
  margin: 30px auto;
}
#nav_side .nav{
  text-align:right;
  margin-right:0px;
}
#nav_side
{
  margin-top: 40px;
}
#nav_side.affix
{
  width: 175px;
}
.art_list{
  /*min-height: 430px;*/
  padding: 0;
}
.article-tile-inner-container {
    margin: 10px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    background: #fff;
}
.article-shorts .article-tile-inner-container {
    box-shadow: none;
}
.pinned-container .article-tile-inner-container {
    box-shadow: none;
    background: none;
}
#nav_side .nav>li>a {
  padding: 20px 50px;
  color: #333;
  box-sizing:border-box;
}
#nav_side .nav>li>a:active{
  padding: 20px 20px 20px 50px;
}





#nav_side .active > a{
  color:#D0021B !important;
}

#nav_side a{
  padding: 20px 30px 20px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-right: 5px solid #fff;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
#nav_side a:hover
{
  border-right: 5px solid #eee;
}
#nav_side a:focus
{
  background:none;
}
#nav_side .active{
  border-right: 5px solid #D0021B;
  box-sizing:border-box;
  padding: 20px 30px 20px 0px;
  color: #D0021B;
}
.log_options.author_social
{
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: 0px solid #dedede;
  box-shadow: 0px 0px 0px #9d9d9d;
}
#nav_side li {
  text-align: right;
}
.author-left
{
  padding-right: 0;
  }.author-left:after{
    clear: both;
    content: "";
    display: block;
  }
  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: none;
  }

  .log_options.author_social > img:first-child{
    margin:0px;
  }

  .log_options.author_social > img:last-child{
    margin:0px;
  }
  .log_options.author_social > img{
    margin:10px;
  }
  /***** More from Category ****/

  .btmNav__flexElem a{
    color: #000;
  }
    .btmNav__flexElem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .readnextPromo{
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
  }

  .btmNav{
  background: #fff;
  color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.54);
 box-shadow: 0 0 1px rgba(0,0,0,.54);
  right: 0;
  transition: bottom 0.2s ease-in-out;
  }
  .btmNav__inner{
    margin: 0 auto;
    max-width: 1250px!important;
    display: flex;
    justify-content: space-between;

  }
  .btmNav__flexElem {
    margin: 0 10px 0 10px;
}
  .readnextPromo.readnextPromo--callToAction {
    font-size: 11px;
  }
  .readnextPromo.readnextPromo--postTitle {
      font-size: 15px;
      letter-spacing: -.17px!important;
      margin: 0 0px 10px 0px;
      font-weight: bold;
  }
  .nav-up {
    bottom: -48px;
}
.btmBar__innerflexboxItem.btmBar__message h4 {
    margin: 5px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

  /*****END More from Category ****/
  .btmBar {
    position: fixed;
    max-width: 600px;
    display: none;
    background: #000;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    bottom: 0;
    border-left: 3px Solid #ed1c24;
  }
  .btmBar__innerflexbox {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
  }
  .btmBar__innerflexboxItem {
    color: #fff;
  }


  /********special-project*******/

    .specialproject-container .title-col {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 6px ridge #ed1c24;
    }
    .prjct-content h4 {
    padding: 0 15px;
    color: #333;
    line-height: 22px;
    text-transform: capitalize;
}
.spl-project-section div.noactiveprojects {
    display: block;
}
.onlyactiveprojects{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servicedrop[aria-expanded=true] .glyphicon-chevron-up {
   display: none;
}
.servicedrop[aria-expanded=false] .glyphicon-chevron-down {
   display: none;
}
.activeProjectItems{
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}
.spl-project-section div + div.noactiveprojects {
    display: none;
}
    .chosen-spl-project.row {
    background: #f6f6f6;
        margin: 5px 0px;
    }
    .special_intro_logo img {
        margin-top: 20px;
        max-width: 100%;
    }
    .special_intro_logo{
      text-align: center;
      position: relative;
      margin-bottom: 25px;
    }
    .special_intro_logo:after{
      content: "";
      position: absolute;
      background: #ed1c24;
      width: 40%;
      height: 1px;
      top: 105%;
      margin: auto;
      left: 0;
      right: 0;
    }
    .needto-signin svg{
      width: 100%;
    }
    .needto-signin {
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    padding: 10px;
    position: fixed;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
    z-index: 9999;
    width: 100%;
    right: 0;
    bottom: 0;
    }
    .needto-signin .txt_up{
        color: #333;
    }
    .needto-signin.signed-in{
      width: 500px;
    }
    .specialprojectpage.news_log_options{
      text-align: center;
    }
    .specialproject-container .title-col h2 {
    margin: 25px auto;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ed1c24;
    font-size: 45px;
    max-width: 1040px;
    }
    .specialproject-container .title-col h6{
    margin: 25px auto;
    font-weight: bolder;
    color: #ed1c24;
    font-size: 18px;
    text-align: center;
    max-width: 1040px;
    }
    .projects-container-flex {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    }
    .project-flex {
    display: flex;
    flex-direction: row;
    }
    .project-flex-item.item2 {
    flex: 2;
    }
    .project-flex-item.item3 {
        flex: 1;
    }
    .project-flex-item.item1 {
    flex: 4;
    }
  /********special-project-ends*******/
  /**********************************************************/
  /************* Media query for banner ********************/
  @media only screen and (max-width: 490px) {
    #home_list .art_cap{bottom:35px !important;
    }
    .post-container {
      margin: 0;
      width:100%;
    }
    .post-container .postauthordetailsbottom{
      width:100%;
      margin:0;
    }

    .post-container iframe{
      max-width:100%;
    }
    .post-container p{
      font-size: 15px;
      line-height: 27px;
    }

  }


  /**********************************************************/
  /************* Media query for banner ********************/
  @media only screen and (max-width: 800px) {
    body { font-size: 12px !important;}
    .banner_right{display:none;}
    .banner_left{width:100% !important;}
    h1{font-size:1em !important;}
    #home_list .art_items, #home_list .art_list{padding:0px;}
    .shorts_list_container .sec_header {
        display: block !important;
    }
    .shorts-side.side_container{
      margin-top: 25px;
    }
    #home_list .sec_header{display:none;}
    .shorts-side .sec_header {
        display: inline-flex !important;
    }
    #home_list .col-lg-8{padding:0px; width:100%}
    /*#home_list .art_con, #home_list .trend_list_container, #home_list .pagebreak {display:none !important;}*/
    #home_list .art_list{     padding-right: 10px;
      padding-left: 10px; min-height: 300px;}

      #home_list hr{display:none;}
      .navbar, .navbar-header{ display:block;}
      .container-fluid{padding:0; margin: 0;}
      #recommendationList{display:none;}
      .post-image{
        height: auto !important;
        width:100%;
      }
      .art_list_container{
        margin-top: 30px;
      }

    }
    @media only screen and (max-width: 768px) and (min-width: 480px) {
      body { font-size: 14px !important;}
      .banner_right{display:none;}
      .banner_left{width:100% !important;}
      h1{font-size:1.4em !important;}
      .carousel-caption{
        display: block;
        position: relative;
      }
    }
    @media only screen and (max-width: 1000px) and (min-width: 768px) {
      body { font-size: 14px !important;}
      .banner_right{display:none;}
      .banner_left{width:100% !important;}
      h1{font-size:1.6em !important;}
      .art_items{
        padding:10px 0 0 20px !important;
      }
      .carousel-caption{
        display: block;
        position: relative;
      }
    }
    @media only screen and (max-width: 1170px) and (min-width: 1000px) {
      body { font-size: 14px !important;}
      .banner_right{display:none;}
      .carousel-caption{
        display: block;
        position: relative;
      }
      .banner_left{width:100% !important;}
      h1{font-size:1.8em !important;}
         .art_items{
        padding:10px 0 0 20px !important;
      }

    }
    @media only screen and (max-width: 1340px) and (min-width: 1170px) {
      body { font-size: 14px !important; }
      .art_cap{ line-height:26px;}
         .art_items{
        padding:10px 0 0 0px !important;
      }
    }
    @media only screen and (max-width: 1580px) and (min-width: 1340px) {
      body { font-size: 15px !important; }
      .art_cap{ line-height:26px;}
         .art_items{
        padding:10px 0 0 0px !important;
      }
    }
    @media only screen and (min-width: 1580px)  {
      body { font-size: 15px !important; }
      .art_cap{ line-height:26px;}
         .art_items{
        padding:10px 0 0 20px !important;
      }

    }
    /****************************************************************/

    /*************** Hindi page ******************************/
    #hindi_list_container{
      font-family: 'Yantramanav',Arial, sans-serif;
    }
    .hindi-h{
      font-family: 'Yantramanav', Arial, sans-serif !important;

    }
    .hindi-h:hover{
      color:#ed1c24;
    }
    .hindi-cta-button:hover{
      color: #fff;
      background-color: #333;
      border-color: transparent;
    }
    .hindi-p{
      font-family: 'Mukta', Arial, sans-serif !important;
    }
    .hindi-title .container{
      margin: 0 auto;
    }
    .hindi-logo{
      width: 100%;
      border-bottom: 1px solid #f1ecec;
      text-align: center;
    }
    .hindi-logo img {
      margin-bottom: 20px;
      margin-top: 20px;
      max-width: 250px;
    }
    .hindi-featured .row.container {
        margin: 0 auto;
        border-bottom: 1px solid #f1ecec;
    }
    section.hindi-featured {
      padding: 30px 0px;
    }
    article.featured-post {
      /*width: 700px;*/
    }
    .hindi-featured .featured-title h2{
      font-weight: 600;
      color:#000;
    }
    .hindi-featured .featured-title h2:hover{
      color:#ed1c24;
    }
    .hindi-featured .featured-postmeta p{
      display: inline-block;
      color: #ed1c24;
      font-weight: 600;
      font-size: 12px;
    }
    .hindi-featured .featured-author{
      text-transform: capitalize;
    }

    /****************************************************************/

    /*************** About us page ******************************/

    section.about-section {
      margin-top: 50px;
      box-sizing: border-box;
      padding-top: 0px;
    }
    .affix-top {
      position: relative;
    }
    .row.team-row {
      margin-top: 125px;
    }
    .about-section .panel-group .panel {
      margin-bottom: 20px;
      border: none;
    }
    .about-section .panel-body {
      border-top: 0px solid !important;
    }
    .about-section .panel-default>.panel-heading {
      color: #333;
      background-color: #f5f5f5;
      border: none;
      padding: 20px;
    }
    .team_block_inner{
      border: 1px solid #dedede;
      padding-top: 50px;
      border-radius: 10px;
      box-shadow: 0px 2px 5px #dedede;
      padding-right: 0;
      padding-left: 0;
    }
    .member_img{
      position: absolute;
      top: -85px;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 120px;

    }
    .team_block {
    margin-bottom: 100px;
    min-height: 350px;
}
    .member_title
    {
      text-align: center;
    }
    .team_block .member_contact {
    text-align: center;
    display: none;
    }

    .team_block  .log_options{
      padding: 0px;
      box-shadow: none;
      border-radius: 0px 4px 10px 10px;
      border: 0;
      margin: 0;
      background: #f2f2f2;
    }

    .team_block  .log_options img{
      width: 32px;
      height: 32px;
      margin: 10px 0px 10px 5px;
    }
    .team_block  .log_options img:last-child
    {
      width: 40px;
    }

    .member_detail {
      padding: 15px 15px;
      min-height: 220px;
    }
    .member_img img{
      width: 100%;
    }
    .team_block .header1{
      font-size:1.2em;
    }
    .txt_red{
      color:#ed1c24;
    }
    .panel-group .panel{
      margin-bottom:10px;
    }
    .about-right section{
      margin-bottom:40px;
    }
    .dropdown.more_ic.header-m-li .dropdown-toggle {
      border: 0;
      line-height: 16px;
      padding: 27px 0px 28px 0;
      background: 0 0;
      display: block;
      font-size: 18px;
      text-align: center;
      margin: 0;
      padding-left: 0 !important;
      min-width: 40px;
      color: #000;
    }
    .search-button-header.header-m-li .btn-default {
      border: 0;
      line-height: 16px;
      padding: 25px 0px 25px 0;
      background: 0 0;
      display: block;
      font-size: 19px;
      text-align: center;
      margin: 0;
      padding-left: 0 !important;
      min-width: 40px;
      color: #D0021B !important;
    }

    /* make sidebar nav vertical */
    @media (min-width: 768px) {
      .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
      }
      .carousel-indicators {
          bottom: 0;
      }
      .sidebar-nav .navbar ul {
        float: none;
        background: #000000;
        display: block;
      }
      .sidebar-nav .navbar li {
        float: none;
        display: block;
        border: none;
      }
      .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
      }

      .art_img img{
          width: 100%;
      }

      .art_list{
          /*padding-bottom: 20px !important;*/
      }
    }




    /*first child of #page-content so it doesn't shift around*/
    .no-margin-top {
      margin-top: 0px!important
    }
    /*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
    #home_list {
      position: relative;
      left: 0;
    }
    #home_list.slide-active {
      padding-top: 0
    }
    .pinned-container{
      /*background: #f4f6f8;*/
      background: -webkit-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: -moz-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: -o-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: linear-gradient(to bottom,whitesmoke 100%,#f4f6f8 0);
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      margin-left: calc(-100vw / 2 + 1240px / 2);
      margin-right: calc(-100vw / 2 + 1240px / 2);
      padding-bottom: 10px;
      margin-top: 30px;
      margin-bottom: 20px;
    }
    .pinned-container .row {
        max-width: 1240px;
        margin: 0 auto;
    }
    .latest-container{
      padding: 10px 0px 30px;
    }
    .pinned-container .article-meta-db{
      box-shadow: none;
      background: transparent;
    }
    .art_list_container{
      /*max-width: 1200px;*/
      padding: 0;
    }
    .articleTileWrapper{
      box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
      background: #fff;
    }
    .article-meta-db {
    padding: 10px;
    }
    .article-meta-db.focused-picks{
      background: #000;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    }
    .pinned-container .article-tile-inner-container{
        margin: 0px 10px 10px 10px;
    }
    .article-meta-db.focused-picks .art_cap{
      color: #fff;
    }
    .article-meta-db.focused-picks .art_detail .art_cat{
      color: #ddd;
    }
    .article-shorts .article-meta-db{
      box-shadow: none;
    }
    .article-shorts {
      box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    }
    .nl-multisection {
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #ddd;
    }
    .homepage-banners {
      padding-top: 36px;
    }
    .tote-offer{
    	background: #812029;
    	border: 1px solid #EEE;
    	border-radius: 4px;
    	padding: 5px;
    	box-shadow: 0 2px 12px rgba(0,0,0,.1);
    	margin: 0 auto 10px;
      /*background: #558855;
      border: 1px solid #EEE;
      border-radius: 4px;
      padding: 5px;
      box-shadow: 0 2px 12px rgba(0,0,0,.1);
      margin: 0 auto 10px;*/

    }
    .sub-offer-block{
    	  margin: 0 auto;max-width: 700px; text-transform: uppercase; position: relative;
        /*margin: 0 auto;
max-width: 600px;*/
/* text-transform: uppercase; */
/*position: relative;*/
    }
    .sub-offer-block img{
    	width: 100px;
    }
    /*.sub-offer-block img {
    width: 100%;
}*/
    .tote-offer .card-title{
    	 /*color: #eee; font-size: 15px; font-weight: 700; margin-bottom: .25em; line-height: 1.4; margin-top: 25px;*/
       color: #eee;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: .25em;
        line-height: 1.5;
        text-align: center;
        /*margin-top: 20px;
        margin-bottom: 20px;*/
    }
    .tote-offer .card-title span{
    	color: #ed801c; font-size: 19px; padding: 10px;
      /*border-bottom: 2px dashed #426942;*/
      /*padding: 5px 0px 1px 0px;*/
      /*margin-left: 5px;
      margin-right: 5px;*/
      /*color: #000000;
      font-size: 16px;*/
    }

    .subscription-banner{
      background-color: #ed1c24;
      border: 1px solid rgba(0,0,0,.125);
      position: relative;
      border-radius: 4px;
      box-shadow: 0 2px 12px rgba(0,0,0,.1);
      margin: 2em auto 0px;
      padding: 20px;
      max-width: 350px;
    }
    .subscription-banner .card-header{
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .subscription-banner img{
      width: 40%;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .hindi-subscription-banner{
      background-color: #ed1c24;
      border: 1px solid rgba(0,0,0,.125);
      position: relative;
      border-radius: 4px;
      box-shadow: 0 2px 12px rgba(0,0,0,.1);
      margin: 0em auto 0px;
      padding: 20px;
      max-width: 350px;
    }
    .hindi-subscription-banner .card-header{
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .hindi-subscription-banner img{
      width: 65%;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .hindi-navigation{
      background: #f4f6f8;
      margin-bottom: 15px;
      margin-top: 15px;
      padding: 10px;
      background: -webkit-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: -moz-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: -o-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
      background: linear-gradient(to bottom,whitesmoke 100%,#f4f6f8 0);
      border: 1px solid #ddd;
    }
    .hindi-nav-col h3{
      margin-top: 0px; margin-bottom: 0;
    }
    .hindi-nav-col h3 a img{
      max-width: 200px; width:100%;text-align: center;
    }
    .inner-hindi-navigation{
      text-align: center;
    }
    .sena-banner{
      background-color: #f2f2f2;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
      position: relative;
      /* border: 1px solid #EEE; */
      border-radius: 4px;
      box-shadow: 0 2px 12px rgba(0,0,0,.1);
      margin: 1em auto;
      padding: 30px 20px 20px 20px;
      max-width: 350px;
    }
    .sena-banner img{
      max-width: 60%;
    }

    .newmenu_c{
      position: relative !important;
      font-weight: 900;
      font-size: 13px;
    }
    .newmenu {
      position: absolute!important;
      background: #ed1c24;
      border-radius: 24px;
      padding: 3px;
      font-size: 8px;
      font-weight: 600;
      text-transform: lowercase;
      color: #fff;
      top: -4px;
      line-height: initial;
      right: 0;
      z-index: 99;
      animation: pulse 1.5s 1;
    }
    .newmenu:after {
      content: '';
      position: absolute;
      top:0;
      left:0;
      border:2px solid #ed1c24;
      opacity:0;
      border-radius: 24px;
      width:100%;
      height:100%;
      animation: sonar 1.5s 1;
      animation-iteration-count: 2;

    }
    @keyframes sonar {
      0% {transform: scale(1); opacity:1;}
      100% {transform: scale(2);opacity: 0;}
    }
    @keyframes pulse {
      0% {transform: scale(1);}
      20% {transform: scale(1.4); }
      50% {transform: scale(.9);}
      80% {transform: scale(1.2);}
      100% {transform: scale(1);}
    }
    /* put toggle bars on the left :: not using button */
    #slide-nav .navbar-toggle {
      cursor: pointer;
      position: relative;
      line-height: 0;
      float: left;
      margin: 0;
      width: 40px;
      height: 54px;
      padding: 10px;
      border-radius: 0;
      background: transparent;
      border: none;

    }
    /* icon bar prettyup - optional */
    #slide-nav .navbar-toggle > .icon-bar {
      width: 100%;
      display: block;
      height: 3px;
      margin: 5px 0 0 0;


    }


    #slide-nav .navbar-toggle.slide-active .icon-bar {
      background: #D0021B;
      margin: -3px 0 0 0px;
    }


    #slide-nav span:nth-child(1) {
      top: 0px;
    }

    #slide-nav span:nth-child(2),#slide-nav span:nth-child(3) {
      top: 18px;
    }

    #slide-nav span:nth-child(4) {
      top: 36px;
    }

    #slide-nav.slide-active span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    #slide-nav.slide-active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    #slide-nav.slide-active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #slide-nav.slide-active span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }

    .navbar-header {
      position: relative
    }
    /* un fix the navbar when active so that all the menu items are accessible */
    .navbar.navbar-fixed-top.slide-active {
      position: relative
    }
    .only_sm
    {
      display: none !important;
    }
    ul.shorts-cards {
      margin-top: 65px;
      padding: 0;
    }
    .sec_header_ul>li
    {
      position: relative;
      display: inline-block;
      padding:10px;
    }

    /* ----------- Voting Section ----------- */

    .vote-counter-section {
      margin-bottom: 30px;
      text-align: center;
    }

    .vote-counter-section .popover {
      z-index: 900;
      color: #EB3C3C;
    }

    .vote-counter-section ul {
      margin: 0;
    }

    .vote-counter-section li {
      margin-right: 5px;
      font-size: 18px;
      color: #4a4a4a;
      cursor: pointer;
      transition:all .1s linear;
    }

    @media only screen and (max-width: 800px) {
      .vote-counter-section li{
        font-size: 16px;
      }
    }

    .vote-counter-section li:hover {
      transition:all .1s linear;
    }

    .vote-counter {
      margin-left: 2px;
    }

    .up-vote-content:hover, .upvote-highlight  {
      color:#2ecc71 !important;
    }

    .down-vote-content:hover, .downvote-highlight {
      color:#e74c3c !important;
    }
    /* Poll Container */

    .poll-wrapper {
      float: left;
    }
    .poll-wrapper.homepage{
      padding-left: 50px;
    }
    .pds-answer-input .pds-radiobutton {
      width: inherit;
      height: inherit;
    }
    .PDS_Poll{
      margin-top: 20px;
    }
    .scoreboard-container{
      max-width: 335px;
      margin-left: -15px;
      margin-top: 20px;
    }
    /* ----------- AddThis Widget ----------- */

    /* Mobile */
    .addthis-smartlayers-mobile{
      display: none;
    }

    .addthis-smartlayers-mobile #at-share-dock {
      top: 28%;
      box-shadow: none;
    }

    .addthis-smartlayers-mobile .atss .at-share-btn, .addthis-smartlayers-mobile .atss a {
      float: none;
      width: 3pc !important;
    }

    .show-mob-addthis{
      display: block;
    }

    #showAddThisIcon{
      display: none;
      width: 40px;
      height: 40px;
      position: fixed;
      top: 20%;
      left: 7px;
      cursor: pointer;
      z-index: 1111111;
    }

    @media only screen and (max-width: 800px) {
      #showAddThisIcon{
        display: block;
      }
    }

    /*!
    * angular-aside - v1.3.2
    * https://github.com/dbtek/angular-aside
    * 2015-11-17
    * Copyright (c) 2015 İsmail Demirbilek
    * License: MIT
    */

    /*!
    Animate.css - http://daneden.me/animate
    Licensed under the MIT license - http://opensource.org/licenses/MIT

    Copyright (c) 2014 Daniel Eden
    */

    @-webkit-keyframes fadeInLeft {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes fadeInLeft {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }

    .fadeInLeft {
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
    }

    @-webkit-keyframes fadeInRight {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes fadeInRight {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }

    .fadeInRight {
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
    }

    @-webkit-keyframes fadeInTop {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes fadeInTop {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }

    .fadeInTop {
      -webkit-animation-name: fadeInTop;
      animation-name: fadeInTop;
    }

    @-webkit-keyframes fadeInBottom {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes fadeInBottom {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
      }
    }

    .fadeInBottom {
      -webkit-animation-name: fadeInBottom;
      animation-name: fadeInBottom;
    }

    @-webkit-keyframes fadeOutLeft {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }

    @keyframes fadeOutLeft {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }

    .fadeOutLeft {
      -webkit-animation-name: fadeOutLeft;
      animation-name: fadeOutLeft;
    }

    @-webkit-keyframes fadeOutRight {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }
    }

    @keyframes fadeOutRight {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }
    }

    .fadeOutRight {
      -webkit-animation-name: fadeOutRight;
      animation-name: fadeOutRight;
    }

    @-webkit-keyframes fadeOutUp {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    }

    @keyframes fadeOutUp {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
      }
    }

    .fadeOutUp {
      -webkit-animation-name: fadeOutUp;
      animation-name: fadeOutUp;
    }


    @-webkit-keyframes fadeOutDown {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }
    }

    @keyframes fadeOutDown {
      0% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }
    }

    .fadeOutDown {
      -webkit-animation-name: fadeOutDown;
      animation-name: fadeOutDown;
    }
    /* Common */

    .ng-aside {
      overflow-y: auto;
      overflow-x: hidden;
    }

    .ng-aside .modal-dialog {
      position: absolute;
      margin: 0;
      padding: 0;
    }

    .ng-aside.fade .modal-dialog {
      -o-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -webkit-transition: none;
      transition: none;
      /*CSS transforms*/
      -o-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
    }

    .ng-aside .modal-dialog .modal-content {
      overflow-y: auto;
      overflow-x: hidden;
      border: none;
      border-radius: 0;
    }

    /* Horizontal */

    .ng-aside.horizontal {
      height: 100%;
    }

    .ng-aside.horizontal .modal-dialog .modal-content {
      height: 100%;
    }

    .ng-aside.horizontal .modal-dialog {
      position: absolute;
      top: 0;
      height: 100%;
    }

    .modal-open .ng-aside.horizontal.left .modal-dialog {
      animation: fadeOutLeft 250ms;
      -webkit-animation: fadeOutLeft 250ms;
      -moz-animation: fadeOutLeft 250ms;
      -o-animation: fadeOutLeft 250ms;
      -ms-animation: fadeOutLeft 250ms;
    }

    .ng-aside.horizontal.left.in .modal-dialog {
      animation: fadeInLeft 400ms;
      -webkit-animation: fadeInLeft 400ms;
      -moz-animation: fadeInLeft 400ms;
      -o-animation: fadeInLeft 400ms;
      -ms-animation: fadeInLeft 400ms;
    }

    .ng-aside.horizontal.left .modal-dialog {
      left: 0;
    }

    .ng-aside.horizontal.right .modal-dialog {
      animation: fadeOutRight 400ms;
      -webkit-animation: fadeOutRight 400ms;
      -moz-animation: fadeOutRight 400ms;
      -o-animation: fadeOutRight 400ms;
      -ms-animation: fadeOutRight 400ms;
    }

    .ng-aside.horizontal.right.in .modal-dialog {
      right: 10px;
      margin-top: -120px;
      width: 420px;
      animation: fadeInRight 250ms;
      -webkit-animation: fadeInRight 250ms;
    }

    .ng-aside.horizontal.right .modal-dialog {
      right: 0;
    }

    /* Vertical */

    .ng-aside.vertical {
      width: 100% !important;
      overflow: hidden;
    }

    .ng-aside.vertical .modal-dialog {
      left: 0;
      right: 0;
      width: 100% !important;
    }

    .ng-aside.vertical .modal-dialog .modal-content {
      max-height: 400px;
    }

    .ng-aside.vertical.top .modal-dialog {
      animation: fadeOutUp 250ms;
      -webkit-animation: fadeOutUp 250ms;
      -webkit-animation: fadeOutUp 250ms;
      -moz-animation: fadeOutUp 250ms;
      -o-animation: fadeOutUp 250ms;
      -ms-animation: fadeOutUp 250ms;
    }

    .ng-aside.vertical.top.in .modal-dialog {
      animation: fadeInTop 250ms;
      -webkit-animation: fadeInTop 250ms;
      -webkit-animation: fadeInTop 250ms;
      -moz-animation: fadeInTop 250ms;
      -o-animation: fadeInTop 250ms;
      -ms-animation: fadeInTop 250ms;
    }

    .ng-aside.vertical.bottom .modal-dialog {
      animation: fadeOutDown 250ms;
      -webkit-animation: fadeOutDown 250ms;
      -webkit-animation: fadeOutDown 250ms;
      -moz-animation: fadeOutDown 250ms;
      -o-animation: fadeOutDown 250ms;
      -ms-animation: fadeOutDown 250ms;
    }
    .ng-aside.vertical.bottom.in .modal-dialog {
      animation: fadeInBottom 250ms;
      -webkit-animation: fadeInBottom 250ms;
      -webkit-animation: fadeInBottom 250ms;
      -moz-animation: fadeInBottom 250ms;
      -o-animation: fadeInBottom 250ms;
      -ms-animation: fadeInBottom 250ms;
    }

    .ng-aside.vertical.bottom .modal-dialog {
      bottom: 0;
    }

    .ng-aside.vertical.top .modal-dialog {
      top: 0;
    }

    .ng-aside.vertical .modal-dialog .modal-content {
      width: 100%;
    }


    @media (max-width: 1440px) {
      .banner_right .list-group .list-group-item {
          padding: 15px 10px;
          padding-left: 25px;
          height: 108px;
          border:none;

      }
      .ban_header > h3{
        padding: 5px 0px;
        font-size: 20px;
        margin: 15px 0;
      }
      .first-fold.article-image {
          height: 360px;
      }

      .pb-cards-list.video li:last-child{
        left:90%;
      }
      .pb-cards-list.video li:first-child{
        width: 535px;
      }
      .pb-cards-list.video li:not(:first-child){
        width: 250px;
      }
      .pb-cards-list.video li:last-child{
        width: 6%;
      }
    }
    @media (max-width: 1440px) {
      .payment-details-container.sub-item-details {
          /*min-width: 290px;*/
          background: #fff;
      }
    }

    }
    @media (max-width: 1390px) {
      #recommendationList li:last-child{
        display: none;
      }

    }
    @media (max-width: 1366px) {
      .pb-cards-list.video li:last-child{
        left:89%;
      }
      #bot_nav.affix .onlyaffix {
      border-bottom: 3px solid #ed1c24 !important;
      box-shadow: -5px -3px 4px #1b0a0a;
      height: 53px;
      }

    }
    @media (max-width: 1350px) {
      .pb-cards-list.video li:last-child{
        left:89%;
      }
      .list_info{
        bottom: 8px;
      }

      .ad{
          width: 84%;
      }
    }
    @media (max-width: 1269px) {
      .collapse.navbar-collapse.slidemenu{
        padding-left: 20px;
      }
    }

    @media (max-width: 1240px) {

    .pinned-container, .pagebreak, .navbar.navbar-default .container-fuild, .notification-inner{
      margin-left: auto;
      margin-right: auto;
    }
    .hindi_list_container .trend_cap.story_1{
      font-size: 18px;
    }
      .ad{
        width: 88%;
      }
      .nav>li>a {
        padding: 15px 10px;
      }
      .special_intro_logo{
        margin-top: 15px;
      }

      .text_top {
        /*display: none;*/
      }
      .text_bot
      {
        /*display: none;*/
      }
      .subscribe > a {
        /*padding: 5px !important;*/
        box-sizing: border-box;
        min-height: 50px;
        min-width: 70px;
      }
    }
    @media (max-width: 1244px) {
      .subscribe > a {
        /*padding: 5px 10px 5px 60px !important;*/
        box-sizing: border-box;
        min-height: 50px;
        min-width: 70px;
      }
      .pb-cards-list.video li:last-child{
        left: 92%;
      }
    }
    @media (max-width: 1231px) {

      .ban_header > h3 {
        padding: 5px;
        font-size: 18px;
        margin: 15px 0px;
      }
      .banner_right .list-group .list-group-item {
          height: 106px;
      }
      .list-group .list-group-item h4.list-group-item-heading{
        line-height: 20px;
        font-size: 1em;
      }
      .first-fold.article-image {
          height: 345px;
      }
    }
    @media (max-width: 1200px) {
      .banner_right .list-group .list-group-item {
          height: 103px;
      }

      .podcast > a {
        padding: 5px 70px 5px 10px !important;
      }
      .trend_nl{
            margin-top: 20px;
            margin-bottom: 10px;
      }
      .pb-text-container{
        width: auto;
      }
      .pb-cards-list.video li:last-child{
        display: none;
      }
      .pagebreak_botton-more.video{
        display: block;
      }
      .shorts_list_container .trend_list .trend_cap{
        font-size: 1.1em;
        font-weight: bold;
      }
      /*.trend_list .trend_cap{
        font-size: 1.4em;
        color: #4a4a4a;
        font-weight: bold;
      }*/
      .hindi_list_container .trend_cap{
        color: #fff;
        font-size: 1.2em;
      }
      .hindi_list_container .trend_cap.story_1{
        font-size: 18px;
      }
      .shorts_list_container.pull-right, .trend_list_container.pull-right{
        float: none !important;
      }
      .hindi-subscription-banner{
          max-width: 300px;
      }
    }

    @media (max-width: 1180px) {
      .subscribe > a {
        min-height: 54px;
      }

    }
    @media (max-width: 1170px) {
    .ad h1.ad-title{
      font-size: 35px !important;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
      top: 40%;
    }
    .poll-wrapper.homepage {
    padding-left: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    }
    .sec_header.scoreboard {
        margin-top: 0px;
    }
    .isotope__inner{
      max-width: 800px;
      margin: 0 auto;
    }
    .isotopeTiles__item{
      padding:20px;
      overflow:hidden;
      width: 400px;
    }


    #carousel-example-generic{
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    }
    .first-fold.article-image{
      height: 470px;
      background-position: 0 0;
    }
    .carousel-indicators
    {
      display: none;
    }
    .hindi-logo h1{
      font-size: 60px !important;
    }
    }
    @media (max-width: 1160px) {
      .special_intro_logo {
          margin-top: 40px;
      }
      .hindi-subscription-banner img{
        width: 50%;
      }
      .hindi-subscription-banner .card-header{
        font-size: 17px;
      }
    }
    @media (max-width: 1140px) {
      .first-fold.article-image{
        height: 460px;
      }
      .banner{
        max-width: 93%;
      }


    }
    @media (max-width: 1136px) {
      .pb-cards-list.video li:nth-child(4), .pb-cards-list.video li:nth-child(5){
        display: none;
      }
    }
    @media (max-width: 1120px) {
      .ad .ad-logo img{
        max-width: 400px;
      }
      .ad {
          width: 90%;
      }
      .ad .sub-title{
        font-size: 20px;
      }
      .ad h1.ad-title {
          font-size: 30px !important;
      }
      .ad .super-title{
        font-size: 18px;
        margin: 20px 0px 10px 0px;
      }
      .pb-cards-list.video li:not(:first-child) {
        width: 260px;
      }
      .pb-cards-list.video li:nth-child(4), .pb-cards-list.video li:nth-child(5) {
        display: none;
      }
      .pagebreak_botton-more.video {
        display: none;
      }
      .pb-cards-list.video li:last-child {
        display: block;
        left: 84%;
        width: 6%;
      }
      .first-fold.article-image{
        height: 440px;
      }


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

      li.dropdown.podcast {
        min-width: 70px;
        min-height: 50px;
      }
      h4.notification-message{
            font-size: 15px;
      }
      .collapse.navbar-collapse.slidemenu{
        padding-left: 10px;
      }#bot_nav.affix .onlyaffix {
          height: 57px;
      }
    }
    @media (max-width: 1080px) {

      .first-fold.article-image{
        height: 434px;
      }
      .banner{
        max-width: 93%;
      }
      .shorts_list_container .trend_list{
          padding: 15px 15px 15px 0;
          padding-left: 30px;
      }
    }
    @media (max-width: 1030px) {

      .first-fold.article-image{
        height: 410px;
      }
      .pod_text_top, .pod_text_bot{
        display: none;
      }
      #menuIndex {
          height: 44px;
      }
      .ad h1.ad-title {
          font-size: 25px !important;
      }
      .ad .ad-logo {
          margin: 75px 0px;
      }
      .ad .primarycta{
          margin-top: 10px;
      }
      .ad .primarycta a{
        padding: 10px 20px;
        font-size: 12px;
      }
      .ad .secondarycta{
        font-size: 12px;
        padding: 10px 20px;
      }
      .ad .super-title {
          font-size: 15px;
          margin: 17px 0px 0px 0px;
      }
      .ad .sub-title {
          font-size: 18px;
          margin: 5px 0px;
      }
    }
    @media (max-width: 1024px) {
      .pb-cards-list.video li:last-child{
        left: 86%;
      }
      .special_intro_logo {
          margin-top: 55px;
      }
      .search-filter-a {
        text-align: center;
        padding: 10px 0;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
      }
      .search-filter-a .header-menu-button {

        text-decoration: none;
        padding: 2% 2% 2% 2%;
      }
      .closebtn {
        position: absolute;
      }
    }


    @media (max-width: 991px) {
        .ArticleContainer__flexitem{
          width: 46.5%;
        }
      .navbar-nav {
        font-size: 0.8em;
        font-weight: 200;
      }
      .pb-cards-list.video li:last-child {
        left: 88%;
      }
      .shorts_list_container .trend_list span{
        top: 20%;
        font-size: 30px;
      }
      .special_intro_logo {
          margin-top: 100px;
      }
      .first-fold.article-image{
        height: 389px;
      }
      .hindi-featured .row.container{
        border: none;
      }
      .hindi-subscription-banner img{
        float:left;
        width: 110px;
      }
      .hindi-subscription-banner{
        margin-top:2em;
        max-width: none;
      }
    }



    @media (max-width: 960px)
    {
      .pb-cards-list.video li:last-child {
        left: 90%;
      }
      .first-fold.article-image{
        height: 365px;
      }
      .ad .ad-detail{
        font-size: 14px;
      }
      .ad-detail span{
          font-size: 12px;
          font-weight: 200;
      }
    }
    @media (max-width:938px) {
      li.dropdown.podcast
      {
        min-width: 50px;
      }
      .podcast > a
      {
        padding:15px 70px 5px 10px !important;
        min-width: 70px;
        min-height: 50px;
      }
      .pb-cards-list.video li:last-child {
        display: none;
      }
      .pagebreak_botton-more.video {
        display: block;
      }
      .ad .ad-logo img {
          max-width: 350px;
      }
      .ad .ad-writeup {
          padding: 35px 0px;
      }
      .ad .ad-logo {
          margin: 75px 0px;
      }
    }
    @media (max-width: 900px) {
      #bot_nav.affix .onlyaffix {
          height: 60px;
      }
      .search-button-header, .search-button-header a
      {
        min-height: 50px;
      }
      .first-fold.article-image{
        height: 351px;
      }
      /*.slidemenu ul.nav.navbar-nav.on-m-scroll {
      width: 600px;
      white-space: nowrap;
      position: relative;
      }*/
      .search-button-header::before
      {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #f2f2f2),color-stop(100%, rgba(255,255,255,0)));
        background-image: -moz-linear-gradient(right top, #f2f2f2,rgba(255,255,255,0));
        background-image: -webkit-linear-gradient(right top, #f2f2f2,rgba(255,255,255,0));
        background-image: linear-gradient(to left bottom, #f2f2f2,rgba(255,255,255,0));
        /*content: " ";*/
        min-width: 100px;
        min-height: 50px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 50px;
      }
      li.dropdown.yamm-fw
      {
        display: inline-block;
        float: none;
      }
      .ad h1.ad-title {
          font-size: 24px !important;
          word-spacing: 5px;
          letter-spacing: 3px;
      }
      .ad {
          width: 93%;
      }

    }
    @media (max-width: 875px) {
      .podcast > a {
        padding: 0px 0px 0px 0px !important;
      }
      .activeProjectItems {
          -ms-flex-preferred-size: 48%;
              flex-basis: 48%;
      }
      .onlyactiveprojects{
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
      }
      li.dropdown.podcast{
        border: none;
      }
      .pb-cards-list.video li:not(:first-child) {
        width: 230px;
      }
      .pb-cards-list.video .pb-thumbnail .thumbnail {
        height: 100px;
        width: 230px;
      }
      .social-icons.only-big{
        display: none !important;
      }
      .menu-under-v-ellip .social-icons{
        display: block;
      }
      li.header-m-li.social-icons {
          float: left;
      }
      .menu-under-v-ellip .divider{
        margin-bottom: 0;
      }

    }
    @media (max-width: 838px) {
      .first-fold.article-image {
          height: 325px;
      }
      .affix > .navbar-bottom
      {
        padding-left: 35px;
      }
      .pb-cards-list.video li:first-child .pb-thumbnail .thumbnail {
        height: 260px;
        width: 490px;
      }
      .pb-cards-list.video li:first-child {
        width: 490px;
      }
      #bot_nav.affix .onlyaffix{
        width: 50px;
         text-align: center;
         height: 60px;

      }
      .isotope__inner{
        max-width: 700px;
        margin: 0 auto;
      }
      .isotopeTiles__item{
        padding:20px;
        overflow:hidden;
        width: 600px;
      }
    }

    @media (max-width: 820px) {
      .slidemenu ul.nav.navbar-nav.on-m-scroll {
        /*width: 550px;*/
      }
      .podcast
      {
        background-position: 0px;
      }
    }
    @media (max-width: 785px) {
      .podcast {
        background-position: -10px;
      }
      .pb-cards-list.why-so-serious li:not(:first-child) {
        float:left;
      }
      .podcast > a {
        min-width: 50px;
      }
      .navbar-collapse
      {
        padding-left: 10px;
      }
      .pb-cards-list.video .pb-thumbnail .thumbnail {
        height: 90px;
        width: 200px;
      }
      .pb-cards-list.video li:not(:first-child) {
        width: 200px;
        float: left;
      }

    }
@media (max-width: 767px) {
    .ad {
        width: 450px;
    }
    .ad .ad-logo {
        margin: 30px 0px 10px 0px;
    }
    .ad .ad-writeup, .ad h1.ad-title{
      text-align: center;
    }

  }

    @media (max-width: 768px) {
      .readnextPromo.readnextPromo--postTitle{
        font-size: 13px;
      }
      .btmNav__inner{
        position: relative;
      }
      .btmNav__inner::after{
        position: absolute;
        content: '';
        height: 60%;
        width: 1px;
        right: 50%;
        margin: auto;
        z-index: 999;
        background: #757575;
        top: 0;
        bottom: 0;
        /* margin-right: 10px; */
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

      }
      .isotope__inner{
        max-width: 100%;
        margin: 0 auto;
      }
      .isotopeTiles__item{
        padding:20px;
        overflow:hidden;
        width: 100%;
      }
      .activeProjectItems {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
      }
      .chosen-project-container{
        max-height: 225px;
        overflow-y: scroll;
      }
      .needto-signin.signed-in{
        width: 100%;
      }
      body{
        overflow-x: hidden;
      }
      .navbar-brand{
        height: 54px;
      }
      .special_intro_logo {
          margin-top: 0;
      }
      .log_bt {
          padding: 10px 10px;
      }
      .ban_header > h3{
        margin: 15px 5px 10px 5px;
      }
      .slideout-panel {
        margin-top: 55px;
        margin-bottom: 20px;
      }
      .article-shorts .article-meta-db {
        position: relative;
        background: transparent;

      }
      .row.newsletter-page{
        margin-top: 60px;
      }
      .small-screen-featured{
        margin-top: 55px;
      }
      .author-right {
           padding-left: 0px;
          border-left: 0;
      }
      .profile_ic{
        padding: 0;
        background-position: inherit;
      }
      .scoreboard-container{
        margin: 0 auto;
      }

      .podcast-menu-container{
        display: none;
      }
      .on-left-hover{
        display: none !important;
      }
      .on-m-left
      {
        float: left;
      }
      .only-big{
        display: none !important;
      }

      #artContainer .header1 {
      text-transform: none;
      margin-top: 30px;
      }
        .shorts-single #artContainer .header1 {
        text-transform: none;
        margin-top: 60px;
        }

      .dropdown.yamm-fw.on-m-slide-left .caret {
        display: none;
      }
      .art_list_container{
        margin-top: 0px;
      }
      li.subscribe.first {
        display: none;
      }
      .notification-container{
        display: none;
      }
      .tote-offer{
    		margin-top: 60px;
    	}
    	.tote-offer .card-title{
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
    		text-align: center;
    	}.tote-offer .card-title span{
    		font-size: 14px;
    	}
      #bs-example-navbar-collapse-1{
        display: block;
        float: right;
        padding: 0 20px 0 0px;
        border: 0;
      }
      #bs-example-navbar-collapse-1 > .navbar-right {
        margin: 0;
      }
      .s-and-l li.header-m-li {
        float: left;
      }
      #searchNav {
    margin-top: 60px;
      }
      .log_bt {
          margin: 0px 0px;
          padding: 10px 5px;
      }
      .log_bt .bt_red{
        font-size: 11px;
         padding: 0 15px;
         line-height: 30px;
         height: 33px;

      }
      .only_sm
      {
        display: block !important;
      }
      .art_list.only_sm{
        display: inline-block !important;
      }
      .text_top {
        display: block;
      }
      #backtop{
        display: none !important;
      }
      #slide-nav .navbar-toggle {
        display: block;
        z-index: 9;
      }
      .text_bot
      {
        display: block;
      }
      .navbar-collapse
      {
        padding-right: 0px;
        padding-left: 0px;
      }
      .subscribe > a {
        min-width: 56px;
        padding: 5px 0px 0px 60px !important;
      }
      .slidemenu ul.nav.navbar-nav.on-m-scroll {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 400px;
      }
      #slidemenu.bot_nav_fix.slide-active >#bot_nav.affix {
        top: 0;
      }
      .dropdown.podcast
      {
        display: none;
      }
      li.dropdown.yamm-fw
      {
        display: block;
      }

      .art_list
      {
        min-height: inherit;
      }
      .slidemenu ul.nav.navbar-nav.on-m-scroll
      {
        /*overflow-x: auto;*/
      }
      .navbar-nav
      {
        font-size: 12px;
      }
      .pagebreak_botton{
        padding:0px;
        text-align: right;
        position: absolute;
        top: 20px;
        right: 20px;
      }
      .pg-bt {
        padding: 10px;
        border-radius: 3px;
      }
      .bot_nav_fix.slide-active .navbar-brand {
        background-size: 100%;
        display: block;
        padding-top: 10px;
        padding-right: 0px;
        background-position: top;
        padding-left: 0px;
        background:none;
        width: 100%;
        background-repeat: no-repeat;
      }

      .bot_nav_fix.slide-active .navbar-brand .brand_logo
      {
        background-image: url(../img/brand@2x.png);
        background-repeat: no-repeat;
        width: 100%;
        background-position: center center;
        background-size: contain;
      }
      .affix > .navbar-bottom
      {
        padding-left: 0;
        box-shadow: none;
        border: none;
        border: none !important;
        max-width: 614px;

      }
      .bot_nav_fix > .affix
      {
        width: 75%;
        top: 40px;
      }
      .yamm-content #mainContent
      {
        display: none;
      }

      .sidebar-nav .navbar-header
      {
        display: none;
      }
      .sec_header_ul>li
      {
        position: relative;
        display: inline-block;
        padding:10px;
        color: rgba(255, 255, 255, 0.7);
      }
      .horizontal_menu
      {
        background-color: #D0021B;
        color: #fff;
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-left: .8em;
        border-bottom: 1px solid #e1e1e1;
      }
      ul.sec_header_ul {
        margin: 0;
        background: none;
        padding: 5px 0;
      }
      .header-menu-button span{
        padding: 10px;
      }
      li.header-menu-button.active{
        color: #fff;
      }
      .click-for-more-btn
      {
        display: none;
      }
      ul.shorts-cards {
        width: 1366px;
        overflow: hidden;
        margin-top: 65px;
      }
      .shorts-cards li {
        margin-right: 5px;
        float: left;
        height: auto;
        display: inline-block;
        border-radius: 3px;
        vertical-align: top;
        position: relative;
      }
      .pagebreak {
        background-color: #eceaea;
        padding: 10px 0px 10px 20px;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        position: relative;

      }

      .pb-cards-list.video li .pb-thumbnail .thumbnail{
        height: 140px !important;
        width: 140px !important;
      }
      .pb-cards-list.video li{
        width: 417px !important;
        background: #fff !important;
        padding: 10px !important;

        }.pb-cards-list.video li .pb-cols.pb-thumb-col{
          width: 33.33333333% !important;

        }
        .pb-cards-list.video li .pb-cols.pb-content-col{
          width: 66.66666667% !important;
        }
        .pb-cards-list.video{
          width: 2200px;
          overflow: hidden;
          padding-left: 10px;
          margin: 15px 0 20px;
          padding: 0;
        }
        .pb-cards-list.video li:not(:first-child) .row {
          max-width: none;
        }
        .pb-cards-list.video li:nth-child(4), .pb-cards-list.video li:nth-child(5) {
          display: block;
        }
        .pb-cards-list.video li .pb-cols.pb-content-col {
          padding-left: 20px !important;
        }
        .pb-cards-list.video li:first-child .pb-cols.pb-content-col {
          padding-left: 20px !important;
        }
        .short_header.art_cap {
            max-height: none;
            overflow: auto;
        }


      .art_img img{
          width: 100%;
          height: auto;
      }
      footer {
          background: white none repeat scroll 0 0;
          bottom: 0;
          height: 35px;
          position: fixed;
          width: 100%;
      }
        span.nl-s-txt {
            display: none;
        }
        .nl-social-div .btn {
            width: 34px;
            height: 34px;
            padding: 8px;
        }
        .nl-social-div .btn.only_sm{
          display: inline-block !important;
        }
        .btn-social>:first-child{
          border-right: 0px solid rgba(0,0,0,0.2);
        }
        .hindi-nav-col h3 a img {
            max-width: 150px;
        }
        .hindi-nav-col h3 {
            font-size: 20px;
        }
        .hindi-nav-col {
            padding: 0;
        }

        .nl-article-tile-list {
          display: block;
        }
        .nl-article-tile-list-item {
          display: block;
        }
        .nl-article-tile-list-content {
          display: block;
        }
        .xmas-offer-container .deal-details{
          margin: 0px -25px;
          padding: 15px 60px;
        }
        #burst-12, #burst-12:before, #burst-12:after{
          width: 40px;
           height: 40px;
        }
        #burst-12 p{
          font-size: 13px;
        }
      .selfForm h3.provide-aess, .giftForm h3.provide-aess{
        font-size: 16px;
      }
      .row.xmas-paymentoption{
        margin: 0 40px;
        padding: 35px 30px 20px 30px;
      }
      }
      /* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
      @media (max-width:768px) {

        .navbar-brand
        {
          margin-left: 0px;
        }
        .banner{display:none;}

        .main_container{
          margin-top: 0px;
        }
        .main_container.policy{
          padding: 10px;
          margin: 10px auto;
        }
        .brand_logo
        {
          background-position: 0px 5px;
        }
        .navbar-nav .open .dropdown-menu.menu-under-v-ellip {
            left: auto;
            right: 0px;
            background: #fff;
            position: absolute;
        }
      .navbar-nav .profile_ic.open .dropdown-menu.menu-under-profile_ic{
        left: auto;
        right: 0px;
        background: #fff;
        position: absolute;
      }
      .dropdown.header-m-li.open.profile_ic a {
            background: transparent;
        }
        .search-filter-a {
          text-align: center;
          padding: 10px 0;
          background-color: #D0021B;
          white-space: nowrap;
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: -ms-autohiding-scrollbar;
        }
        #searchNav input[type="text"] {
          background: rgba(0, 0, 0, 0);
          border: 0px solid;
          color: black;
          font-size: 16px;
          margin: 0px auto;
          outline: none;
          text-align: center;
          top: 20%;
          width: 80%;
        }

        .search-filter-a .header-menu-button
        {
          font-size: 13px;
          color: #fff;
          text-decoration: none;
          padding: 2% 1% 2% 1%;
        }
        .dropdown.more_ic.header-m-li .dropdown-toggle{
          border: 0;
          line-height: 16px;
          padding: 17px 0px 17px 0;
          background: 0 0;
          display: block;
          font-size: 16px;
          text-align: center;
          margin: 0;
          padding-left: 0 !important;
          min-width: 40px;
        }

        .search-button-header.header-m-li .btn-default {
          border: 0;
          line-height: 16px;
          padding: 17px 0px 17px 0;
          background: 0 0;
          display: block;
          font-size: 16px;
          text-align: center;
          margin: 0;
          padding-left: 0 !important;
          min-width: 40px;
        }
        #slidemenu .navbar-toggle {
          position: relative;
          float: right;
          padding: 15px 0px;
          margin-top: 5px;
          margin-right: 0px;
          margin-bottom: 0px;
          background-color: transparent;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 4px;
        }
        .navbar-nav .open .dropdown-menu.menu-under-v-ellip{
          left: auto;
          right: 0px;
          background: #fff;
          position: absolute;
          padding-bottom: 0;
        }
        .search-button-header span.glyphicon-search {
          font-size: 16px;
        }
        .log_bt.header-m-li .btn.bt_red {
          font-size: 12px;
        }
        .close-con
        {
          padding: 0;
        }
        .pds-box {
          margin: 0 auto !important;
        }
        #slide-nav .container {
          margin: 0!important;
          padding: 0!important;
          height:100%;
        }
        #slide-nav .navbar-header {
          margin: 0 auto;
          padding: 0 0px 0 10px;
          left: 0 !important;
        }
        .navbar-brand {
          padding: 0px 0px 0 15px;
        }
        #slide-nav .navbar.slide-active {
          position: absolute;
          width: 80%;
          top: -1px;
          z-index: 1000;
        }
        #slidemenu {
          background: #f7f7f7;
          left: -100%;
          width: 80%;
          min-width: 0;
          position: absolute;
          padding-left: 0;
          z-index: 2;
          top: -8px;
          margin: 0;
        }
        #slidemenu .navbar-nav {
          min-width: 0;
          width: 100%;
          margin: 0;
          overflow: hidden;
        }
        #slidemenu .navbar-nav .dropdown-menu li a {
          min-width: 0;
          width: 80%;
          white-space: normal;
        }
        #slide-nav {
          border-top: 0;
          position: fixed;
          top: 0;
          z-index: 1;
          width: 100%;
          background: #fff;
        }
        #slide-nav.navbar-inverse #slidemenu {
          background: #333
        }
        /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
        #navbar-height-col {
          position: fixed;
          top: 0;
          height: 100%;
          bottom:0;
          width: 80%;
          left: -80%;
          background: #f7f7f7;
        }
        #navbar-height-col.inverse {
          background: #333;
          z-index: 1;
          border: 0;
        }
        #slide-nav .navbar-form {
          width: 100%;
          margin: 8px 0;
          text-align: center;
          overflow: hidden;
          /*fast clearfixer*/
        }
        #slide-nav .navbar-form .form-control {
          text-align: center
        }
        #slide-nav .navbar-form .btn {
          width: 100%
        }
        .closebtn {
          position: absolute;
          right: 16px;
          font-size: 29px;
        }
        #promo-event-video iframe {
          height:400px;
        }
      }
      @media (min-width:768px) {
        #home_list {
          left: 0!important;
          /*padding: 0;*/
          margin-top: 20px;
        }
        .navbar.navbar-fixed-top.slide-active {
          position: fixed
        }
        .navbar-header {
          left: 0!important
        }


      }

      @media (max-width:600px) {
        .in-remembrance-disclaimer{
          font-size: 12px;
          line-height: 1.4;
        }
        .ArticleContainer__flexitem{
          width: 95%;
          margin: 10px auto;
        }
        #promo-event-video iframe {
            height: 330px;
        }
        .hindi-nav-col h3 a img {
          max-width: 125px;
        }
        .btmBar{
          display: block;
        }
      .hindi-nav-col h3 {
            font-size: 17px;
        }
        .article-meta-db {
          /*position: absolute;*/
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden;
        }
        #home_list  .art_cap {color: #000; line-height: 25px;}
        #home_list .art_cap a{color: #000;}
        #home_list .art_cat, #home_list .art_stamp{ color: #db0012;
    padding: 3px 5px 0px 5px;}
        #home_list .art_list{
          padding-right: 0;
          padding-left: 0;
          min-height: auto;
        }
        .subscribe{
          display: none !important;
        }

        #home_list .article-shorts .art_cap {color: #333;}
        #home_list .article-shorts  .art_cap a{color: #333;}
        #home_list .article-shorts .art_cat, #home_list .article-shorts .art_stamp{ color: #33;}
        #home_list .article-shorts.art_list{
          padding-right: 10px;
          padding-left: 10px;
          min-height: auto;
        }
        .xmas-wrapper .photo{
            margin: 0px 40px;
        }
        .xmas-offer-container .deal-details {
            margin: 0px 10px;
            padding: 15px 40px;
        }
        .deal-benefits li {
          margin: 14px 0;
          padding-left: 25px;
        }
        .column.total h4 {
            font-size: 15px;
        }
        .column.actual h3 {
            font-size: 18px;
        }
      }

      @media (max-width:498px) {
        .brand_logo {
          width: 175px;
          background-image: url(../img/nl-brand.svg);
          height: 45px;
          background-size: 160px;
          background-repeat: no-repeat;
          background-position: 0px 10px;
          margin-top: 5px;
        }
        .xmas-offer-container .deal-details {
            margin: 0px 20px;
            padding: 15px 15px;
        }
        .search-button-header span.glyphicon-search {
          font-size: 16px;
        }
        #slide-nav .navbar-toggle > .icon-bar {
          width: 80%;
          display: block;
          height: 2px;
          margin: 4px 0 0 0;
        }
        #slide-nav .navbar-toggle.slide-active .icon-bar{
          margin: -2px 0 0 0px;
        }
        #promo-event-title {
            margin: 8% auto 0;
        }

      }

      @media (max-width:480px) {
        .hindi-featured .featured-title h2{
          font-size: 25px;
          line-height: 1.2;
        }
        .hindi-subscription-banner img{
          margin-top: 20px;
          margin-bottom: 0px;
          float: none;
          width: 50%;
        }
        .hindi-logo h1 {
            margin-bottom: 15px;
            font-size: 40px !important;
        }
        #promo-event-video iframe {
            height: 275px;
        }
        #bs-example-navbar-collapse-1{
          padding:0 20px 0 0px;
        }
        .log_bt {
          padding: 10px 0px;
        }
        .member_detail {
            padding: 15px 15px;
            min-height: auto;
        }
        .page-header.header1{
              margin: 0px 0 0 10px;
        }
        .pagebreak_botton-more{
              margin: 0px 10px 0px 0px;
        }
        .pagebreak_botton-more .btn-default {
          color: #333;
          background-color: #fff;
          border-color: #ccc;
          font-size: 11px;
      }
      .ad .ad-writeup {
          padding: 25px 0px 30px 0px;
      }
      .ad h1.ad-title {
          font-size: 21px !important;
      }
      .ad .sub-title{
          font-size: 16px;
      }
      .ad .super-title {
          font-size: 12px;
      }
      .ad .ad-detail {
          font-size: 13px;
      }
      .ad-detail span {
          font-size: 10px;
          font-weight: 200;
      }
      .ad .primarycta a {
          font-size: 11px;
      }
      .ad .secondarycta {
          font-size: 11px;
      }
      .ad {
          width: 325px;
      }
      .ad .ad-logo img {
          max-width: 225px;
      }
      .tote-offer .card-title{
    		font-size: 13px;
    	}.tote-offer .card-title span{
    		font-size: 13px;
    	}
      .hindi-nav-col h3 {
          font-size: 16px;
      }
      .hindi-nav-col h3 a img {
          max-width: 110px;
      }
      .xmas-wrapper .photo {
          margin: 15px 5px 0;
      }
      .row.xmas-paymentoption {
          margin: 0 10px;
      }
      .xmas-offer-container .deal-details {
          margin: 0px 5px;
          padding: 15px 15px;
      }
      }
      @media (max-width:400px) {
        #promo-event-video iframe {
            height: 225px;
        }
        #promo-event-title p{
          width: 300px;
        }
        #promo-event-title {
            margin: 75px auto 0;
        }
      }

      @media (max-width:375px) {
        #promo-event-title p {
          font-size: 20px;
        }
        .art_cap{
          font-size: 1.2em;
          padding: 1px 5px 5px 5px;
        }
        .art_stamp
        {
          padding: 5px 5px;
        }
        .art_cat
        {
          padding: 5px 5px;
        }
        .poll-wrapper
        {
          float: none;
          margin: 10px 10px;
          clear: both;
          padding-top: 5px;

        }
        .navbar-brand{
          padding: 0px 0px 0px 5px;
        }
        .log_bt.header-m-li .btn.bt_red{
          padding: 6px 10px 5px 7px;
          border: 0px solid #D0021B;
          color: #D0021B;
        }
        .log_bt.header-m-li .btn.bt_red span{
          color: white;
        }
        .profile_ic.header-m-li{
          margin:0;
        }
        .profile_ic.header-m-li>a{
          height: 52px;
          width: 40px;
          padding: 0 !Important;
        }
        .profile_ic.header-m-li a span.caret {
            display: none;
        }
      }
      @media (max-width:320px){
          .brand_logo {
              margin-top: 0 !important;
          }
        .ad h1.ad-title {
            font-size: 20px !important;
            word-spacing: 0px;
            letter-spacing: 2px;
        }
        .ad .super-title {
            font-size: 11px;
        }
        .ad {
            width: 275px;
        }
        #slide-nav .on-m-left .navbar-toggle{
          padding: 5px 0 0 0;
        }
        #bs-example-navbar-collapse-1{
          padding: 0 15px 0 0;
        }
        .art_cap{
          font-size: 1.2em;
          padding: 1px 5px 5px 5px;
        }
        .art_stamp
        {
          padding: 5px 5px;
        }
        .art_cat
        {
          padding: 5px 5px;
        }
        ul.row.art_items
        {
          background: rgba(0, 0, 0, 0.8);
        }
        .art_list {
          min-height: 185px;
        }
        .brand_logo{
          background-repeat: no-repeat;
          width: 150px;
          background-position: 50% 50%;
          background-position: 0 18px;
        }

        #slidemenu .brand_logo{
          width: 150px;
          background-repeat: no-repeat;
          background-position: 0px 10px;
        }
        #slide-nav .navbar-header {
          margin: 0 auto;
          padding: 0 5px;
          left: 0 !important;
        }
        .pagebreak {
          background-color: #f2f2f2;
          padding: 0px 0px 0px 10px;
          -webkit-overflow-scrolling: touch;
          overflow: auto;
          position: relative;
      }.pb-cards-list-container{
        margin-top: 10px;
        width: 100%;
      }
      .pagebreak_botton-more{
        margin: 15px 15px 0px 15px;
      }
      .pagebreak_botton-more.video {
          font-size: 11px;
      }
      .pb-cards-list.video li{
        width: 320px !important;
      }
      .pb-cards-list.video li .pb-thumbnail .thumbnail{
        height: 100px !important;
        width: 100px !important;
      }
      .pb-cards-list.video li:first-child .pb-cols.pb-thumb-col {
          width: 32% !important;
      }
      .pb-cards-list.video li:first-child .pb-cols.pb-content-col{
          padding-left: 15px !important;
      }
      .pb-cards-list.video li .pb-cols.pb-thumb-col{
          width: 32% !important;
      }
      pb-cards-list.video li .pb-cols.pb-content-col {
          padding-left: 15px !important;
      }
      .pb-cards-list.video{
        margin: 15px 0 10px;
      }
      .pb-thumbnail .thumbnail{
        height: 100px;
        width: 100px;
      }
      .pb-category .pb-cols.pb-thumb-col {
          padding: 0;
          width: 25%;
      }
      .pb-content-col{
        margin-left: 10px !important;
      }
      .pb-text-container{
        min-height: auto;
      }
      .pb-cards-list{
          margin: 15px 0 20px;
      }
      }

      .click-next a, .click-next a:hover, .click-next a:active, .click-next a:focus {
        color: #fff;
        text-decoration: none;
      }

      /************* Comicles-Navigation widget **************/

      #artContainer {
        position: relative;
        margin: 0 auto;
        background: #fff;
      }

      .comic-wrapper {
        width: 70%;
        float: left;
      }

      .comic-wrapper img {
        width: 100%;
        height:auto;
      }

      #postWrapper, .comic-wrapper #postWrapper a {
        display: block;
        font-family: 'Noto Sans', sans-serif !important;
      }

      /* Show only the first comic image on page load */
      .comic-wrapper #postWrapper a:not(:nth-of-type(1)) {
        display: none;
      }

      .comic-wrapper #postWrapper a:nth-of-type(1) {
        display: block;
      }

      @media only screen and (min-width: 800px){
        .comic-mob-arrows {
          display: none !important;
        }
      }
      @media only screen and (max-width: 800px){
        .comic-wrapper {
          width: 100%;
          float: none;
        }
        .comic-nav {
          display: none !important;
        }
        .comic-mob-arrows {
          display: block;
        }
      }

      .comic-nav.stickyComicNav {
        position: fixed !important;
        top: 40px;
        right: 51px;
      }

      .comic-nav {
        position: relative;
        display: inline-block;
        width: 30%;
        margin-top: 80px;
        clear: both;
      }

      .comic-nav .vote-counter-section {
        margin: 0;
      }

      .comic-wrapper .vote-counter-section {
        margin-top: 30px;
      }

      .comic-nav .vote-counter {
        display: inline-block;
      }

      .comic-comment {
        margin-top: 8px;
        text-align: center;
        font-size: 13px;
        color: #4c4c4c;
      }

      .comic-nav-controls{
        width: 265px;
        height: 120px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #fd6363;
        border-radius: 4px;
        box-shadow: 0px 0px 1px 1px #d2d2d2;
      }

      .comic-nav-controls p {
        margin-top: 19px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
      }
      .control-nav, .number-nav {
        height: 100%;
        text-align: center;
      }

      .control-nav {
        width: 133px;
      }

      .number-nav {
        width: 130px;
      }

      .comic-arrow-control span {
        color: #ed1c24;
        font-size: 30px;
      }

      .comic-arrow-control .fa-play:hover {
        color: #dc3d51;
      }

      .fa-play.play-left {
        transform: rotate(180deg);
        margin-right: 29px;
      }

      .number-nav .input-control {
        padding-top: 6px;
      }

      .number-nav .input-control input{
        width:80px
      }

      .comic-mob-arrows {
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1049;
        font-size: 70px;
        color: #EB3C3C;
        cursor: pointer;
      }

      .comic-mob-arrows.angle-right {
        right: 20px;
      }

      .comic-mob-arrows.angle-left {
        left: 50px;
      }

      /************** Account Details Screen ***************/
      .account-details-container, .account-details-container p, .account-details-container #nav_side a{
        font-family: 'Montserrat', sans-serif;
        color: #4a4a4a;
      }
      .purchase-table td {
          max-width: 400px;
      }
      .set-disp-inline-block {
        display: inline-block !important;
      }

      .account-details-container hr {
        border-top: 1px solid #dedede;
        /* margin-left: 13px; */
      }

      .account-details-container .header1 {
        font-size: 16px;
      }

      .account-details-container #nav_side a:hover {
        background: none;
        color: #D0021B;
        cursor: pointer;
      }

      .account-details-container #nav_side a {
        font-size: 14px;
      }

      @media (min-width: 992px) and (max-width: 1200px) {
        #nav_side.affix {
          width: 141px;
        }
        .account-details-container #nav_side a {
            font-size: 12px;
        }
      }

      .account-details-container .user-image {
        display: inline-block;
        float: left;
        margin: 6px 20px 0 15px;
        height: 48px;
        width: 48px;
      }

      .account-name {
        margin: 0;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
      }

      .account-details-container .email-field {
        font-size: 12px;
      }

      .text-fade {
        color: #8a8a8a;
      }

      .text-danger {
        color: #D0021B !important;
      }

      .account-personal-info span{
        display: block;
        line-height: 27px;
      }

      .my-account-header {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
      }

      .subs-level .my-account-header {
        margin-left: 13px;
      }

      .account-title {
        margin-top: 55px;
        margin-left: 13px;
      }

      #actTab {
        margin-left: 13px;
      }

      .edit-profile-btns {
        padding: 20px 0 30px 0;
        display: inline-block;
        width: 100%;
      }

      /* Subscription Level */
      .subs-detail-con-l.sub-image {
        height: 150px;
        max-width: 400px;
      }

      .subs-detail-con-l.sub-image img {
        border: 1px solid #777;
        box-shadow: 1px 3px 6px 1px #a7a7a7;
        max-width: 100%;
        height: 100%;
        float: left;
      }
      button.add-special-project {
          width: 100%;
          margin-bottom: 10px;
      }
      .account-no-sub .subs-detail-con-l.sub-image img{
        width: 40%;
      }

      .account-no-sub-text {
        float: left;
        display: -webkit-flex;
        display: flex;
        width: 55%;
        height: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: 15px;
      }

      .account-no-sub-text span:first-child {
        padding-bottom: 10px;
      }

     @media (max-width: 560px) {
        .account-no-sub .account-no-sub-text {
          font-size: 12px;
        }
        .newsletter-page .nl-newsletter p{
          font-size: 13px;
          line-height: 22px;
        }
        .popflex-child.item1 img {
            width: 130px;
        }
        .popflex-child.item1 {
            display: flex;
            align-items: flex-end;
            height: 275px;
        }
        .general-sub-popup-text{
          font-size: 15px;
          line-height: 21px;
        }
        .popflex-child.item2{
          padding: 0 10px 10px;
        }
        .popflex-child.item1 {
              display: flex;
              align-items: flex-end;
          }
      }

      .subs-details-section {
        margin-bottom: 30px;
      }

      .upgrade-text {
        margin-top: 25px;
        text-align: center;
      }

      .upgrade-text span{
        display: inline-block;
        line-height: 19px;
        font-size: 15px;
        text-align: justify;
      }

      /* Account Details Table */

  .account-details-container .table {
    text-transform: capitalize;
  }
  .currentSubscriptionContainer {
    max-width: 600px;
    margin-top: 15px;
    padding: 20px 15px 25px;
    border: 1px solid #dad4d4;
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    background: #fff;
}
.pastSubscriptionContainer {
    max-width: 600px;
    margin-top: 15px;
    padding: 20px 15px 25px;
    border: 1px solid #dad4d4;
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    background: #fff;
}

.pastSub__flexItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pastSubscription__flexwrapper {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.pastSubscription__flexwrapper:last-child{
  border-bottom: none;
}
h5.pastSub__title {
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    line-height: 2;
}
.pastSub__titleContainer {
    display: flex;
    flex-direction: column;
}
.pastTimeDuration.timeDuration p {
    margin-right: 10px;
    margin-left: 0;
}

  .currentSubscription__flexwrapper {
      display: flex;
      max-width: 600px;
      align-items: center;
      justify-content: space-between;
      text-align: right;
      margin-bottom: 30px;
  }

  .currentSub__imageWrapper img {
    max-width: 200px;
    border: 1px solid #d4d5d9;
  }

  h5.currentSub__title {
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    line-height: 2;
  }

  .currentSub__details {
    display: flex;
    flex-direction: column;
  }

  .timeDuration {
    display: flex;
    flex: 1;
  }

  .timeDuration p {
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 2;
    font-size: 12px;
  }

  p.currentSub__type, p.currentSub_month {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 2;
  }

  .autoRenew__container {
    margin-top: 30px;
    max-width: 600px;
  }

  .autoRenew__flexwrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .account-details-container .table-responsive {
    padding: 0;
    margin: 0 15px;
  }

  .account-details-container .table thead {
    background-image: linear-gradient( to right top, transparent 33%, #eaeaea 33%, #eaeaea 66%, transparent 66%);
    background-size: 3px 3px;
  }

  .account-details-container .table thead th {
    font-weight: bold;
  }

  .account-details-container .purchase-table {
    margin-top: 25px;
    margin-bottom: 55px;
  }

  .autoRenew__title {
    margin: 0;
  }

  .autoRenew__toggle {
    margin: 0 3rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
  }

  .autoRenew__toggle:focus, .autoRenew__toggle.focus, .autoRenew__toggle:focus.active, .autoRenew__toggle.focus.active {
    outline: none;
  }

  .autoRenew__toggle:before, .autoRenew__toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
  }

  .autoRenew__toggle:before {
    content: 'Off';
    left: -4rem;
  }

  .autoRenew__toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5;
  }

  .autoRenew__toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
  }
      .autoRenew__toggle.active {
        transition: background-color 0.25s;
      }
      .autoRenew__toggle.active > .handle {
        left: 1.6875rem;
        transition: left .25s;
      }
      .autoRenew__toggle.active:before {
        opacity: .5;
      }
      .autoRenew__toggle.active:after {
        opacity: 1;
      }

      .autoRenew__toggle:before,
      .autoRenew__toggle:after {
        color: #6b7381;
      }
      .autoRenew__toggle.active {
        background-color: #27c24c;
      }


      /* Update Profile Details */

      #editProfileTab .edit-form-container {
        margin: 50px -15px;
      }
      #editProfileTab .form-group {
        margin-bottom: 15px;
      }

      #editProfileTab .col-md-6.has-error {
        margin: 0;
      }

      #editProfileTab h4 {
          padding: 15px 30px;
          display: inline-block;
      }
      .btn-primary-border {
        background: none;
        color: #337ab7;
        transition: background 200ms linear;
      }

      .btn-primary-border:hover {
        color: #fff;
        background-color: #337ab7 !important;
      }

      .account-update-notif {
        margin: 20px 0;
        font-size: 18px;
      }

  /*********** PODCAST **********/

  .slider-open {
    right: 0 !important;
  }

  .slider-close {
    right: -350px !important;
  }


  /* The side navigation menu */
  .slider-template {
      position: fixed;
      top: 0;
      right: -350px;
      width: 350px;
      height: 800px;
      z-index: 13243;
      transition: 0.5s;
      background-color: #fff;
      border-left: 1px solid #ccc;
  }






.tab-container{
  height: auto;
}
  #exTab1 .tab-content {

    padding-bottom: 40px;

  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.tab-content{
  height: 400px;
  overflow-y: scroll;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

.podcast-list{
  list-style: none;
}

.podcast-list .col-xs-12:first-child{
  margin: 3% 10px 0 10px !important;
}
.podcast-list .col-xs-12{
  color: #fff;
  min-height: 80px;
  margin: 1% 10px 0 10px !important;
  width: 95% !important;
  background-image: url(../img/podcastPlaylistBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.podcast-list .art_cat{
  padding: 3px 0px;
}
.podcast-list .col-xs-12:last-child{
  border-bottom: none;
}

.podcast-list .col-xs-12 .podcast-list-item{
      margin: 24px 0 8px 0;
}
.podcast-list .col-xs-12 .podcast-list-item:hover{
  cursor: pointer;
}
.podcast-list .col-xs-8:hover{
  cursor: pointer;
}

.loginTab{
    display: inline-block;
}

.registrationTab{
    display: inline-block;
}

.loginRegister{
    cursor: pointer;
    margin-top: 0;
}

.toggleSignupRegister h4{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}
#login_mod .modal-header{
  background: #ef625f;
  padding: 10px;
  background: -moz-radial-gradient(center, ellipse cover, #ef625f 0%, #da3331 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ef625f 0%,#da3331 100%);
  background: radial-gradient(ellipse at center, #ef625f 0%,#da3331 100%);
}
#login_mod .log_options{
  border: none;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
}
#login_mod .news_logo{
  background:none;
  display: block;
  margin: 0 auto;
  float: none;
}
.toggleSignupRegister .form-group{
    margin-bottom: 0;
}

.toggleSignupRegister .form-control{
    margin-bottom: 4px;
    margin-top: 4px;
}

.regButtonDiv{
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.newsRed{
    color: #df3e3b;
    border-bottom: 2px solid #e44a47;
    padding-bottom: 5px;
}

.log_options{
    margin-top: 0px !important;
}

.showLogin form, .showReg form{
    display: block;
}

.loginHeader{
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.forgotPassLink,.goBackToLogin{
    color: #e04240;
    cursor: pointer;
    padding-left: 15px;
    text-align: center;
}

.forgotPassLink:hover,.goBackToLogin:hover{
    text-decoration: underline;
}

.tempfive > div > div{
    /*padding-bottom: 10px;*/
}

#at4-share{
    z-index: 100 !important;
}

/* css for Nl_shorts */
.shorts_list_container li:last-child{
   border-bottom: none;
}


.signing-disclaimer p {
  text-align: center;
}

.readMore:hover {
  cursor: pointer;
}
.sideBannerPost{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.articleWrapperPadding{
    padding-left: 15px;
    padding-right: 15px;
}

.podcast-menu-container{
    /*margin-right: 20px !important;*/
    margin-top: 4px;
}

.podcast-menu-container li{
    position: relative;
}

.podcast-menu-container .dropdown-menu{
    width: 310px;
    right: 0;
}

@media (max-width:768px) {
    .pod_text_top{
        display: none;
    }
  .currentSubscription__flexwrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .autoRenew__flexwrapper{
    align-items: flex-start;
    flex-direction: column;
  }
  .currentSub__flexItem {
    margin: 10px;
    align-items: flex-start;
}
.autoRenew__container{
  margin-top: 10px;
}
.autoRenew__title{
  margin-left: -10px;
}
.timeDuration p{
  margin-left: 0;
  margin-right: 10px;
}
  .autoRenew__flexItem {
    margin: 10px;
}
    .pod_text_bot{
        display: none;
    }

    .slidemenu{
        display: block !important;
    }

    .podcast-menu-container{
        display: block !important;
    }

    #menuIndex{
        position: fixed !important;
        right: 10px !important;
        top:0 !important;
    }

    .podcast .dropdown-menu{
        width: 75vw !important;
        top: 50px;
        position: fixed !important;
        height: 100vh;
        margin: 0;
        padding: 0;
        right: 10px;
    }

    #bs-example-navbar-collapse-1{
        padding-right: 77px;
    }

    .podcast > a{
        background-position: center !important;
    }
    .home-ad .ad .primarycta a{
      padding: 10px 10px;
    }
    .home-ad .ad .secondarycta {
      padding: 10px 10px;
    }

}

@media (min-width:768px) and (max-width: 991px){
    .pod_text_top{
        display: none;
    }

    .pod_text_bot{
        display: none;
    }

    #menuIndex{
        height: 44px;
    }


    .podcast .dropdown-menu{
        margin:0;
        padding:0 !important;
        height: 100vh;
        top: 50px;
        right: 13px;
        position: absolute;
    }

    .podcast > a{
        background-position: center !important;
    }

}

@media (min-width:992px) and (max-width: 1023px) {
    .podcast .dropdown-menu{
        margin:0;
        padding:0 !important;
        height: 100vh !important;
        top: 50px;
        right: 13px;
        position: absolute;
    }

    .podcast > a{
        background-position: right 10px center;
    }
}

@media (min-width:1024px) {

    .podcast .dropdown-menu{
        margin:0;
        padding:0 !important;
        height: 100vh !important;
        top: 50px;
        right: 13px;
        position: absolute;
    }

    .podcast > a{
        padding: 2px 50px 2px 15px !important;
        background-position: right 10px center;
    }
}

.podcast-menu-container{
    margin-right: 0 !important;
}

/***Newz Social***/
div#score-board-cont iframe {
    box-shadow: none !important;
    border: 1px solid #eee;
    width: 90%;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#fff;background-color:#5f99cf;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#fff;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#fff;background-color:#3a80c1;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#fff;background-color:#3a80c1;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#ddd;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#5f99cf;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#5f99cf;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

.btn-whatsapp{color:#fff;background-color:#43d854;border-color:rgba(0,0,0,0.2)}.btn-whatsapp:focus,.btn-whatsapp.focus{color:#fff;background-color:#43d854;border-color:rgba(0,0,0,0.2)}
.btn-whatsapp:hover{color:#fff;background-color:#43d854;border-color:rgba(0,0,0,0.2)}
.btn-whatsapp:active,.btn-whatsapp.active,.open>.dropdown-toggle.btn-whatsapp{color:#fff;background-color:#43d854;border-color:rgba(0,0,0,0.2)}.btn-whatsapp:active:hover,.btn-whatsapp.active:hover,.open>.dropdown-toggle.btn-whatsapp:hover,.btn-whatsapp:active:focus,.btn-whatsapp.active:focus,.open>.dropdown-toggle.btn-whatsapp:focus,.btn-whatsapp:active.focus,.btn-whatsapp.active.focus,.open>.dropdown-toggle.btn-whatsapp.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-whatsapp:active,.btn-whatsapp.active,.open>.dropdown-toggle.btn-whatsapp{background-image:none}
.btn-whatsapp.disabled:hover,.btn-whatsapp[disabled]:hover,fieldset[disabled] .btn-whatsapp:hover,.btn-whatsapp.disabled:focus,.btn-whatsapp[disabled]:focus,fieldset[disabled] .btn-whatsapp:focus,.btn-whatsapp.disabled.focus,.btn-whatsapp[disabled].focus,fieldset[disabled] .btn-whatsapp.focus{background-color:#43d854;border-color:rgba(0,0,0,0.2)}
.btn-whatsapp .badge{color:#43d854;background-color:#fff}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */.jp-audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner,.jp-audio-stream button::-moz-focus-inner,.jp-video button::-moz-focus-inner{border:0}.jp-audio,.jp-audio-stream,.jp-video{font-size:16px;font-family:Verdana,Arial,sans-serif;line-height:1.6;color:#666;border:1px solid #009be3;background-color:#eee}.jp-audio{width:420px}.jp-audio-stream{width:182px}.jp-video-270p{width:480px}.jp-video-360p{width:640px}.jp-video-full{width:480px;height:270px;position:static!important;position:relative}.jp-video-full div div{z-index:1000}.jp-video-full .jp-jplayer{top:0;left:0;position:fixed!important;position:relative;overflow:hidden}.jp-video-full .jp-gui{position:fixed!important;position:static;top:0;left:0;width:100%;height:100%;z-index:1001}.jp-video-full .jp-interface{position:absolute!important;position:relative;bottom:0;left:0}.jp-interface{position:relative;background-color:#eee;width:100%}.jp-audio .jp-interface,.jp-audio-stream .jp-interface{height:80px}.jp-video .jp-interface{border-top:1px solid #009be3}.jp-controls-holder{clear:both;width:440px;margin:0 auto;position:relative;overflow:hidden;top:-8px}.jp-interface .jp-controls{margin:0;padding:0;overflow:hidden}.jp-audio .jp-controls{width:380px;padding:20px 20px 0}.jp-audio-stream .jp-controls{position:absolute;top:20px;left:20px;width:142px}.jp-video .jp-type-single .jp-controls{width:78px;margin-left:200px}.jp-video .jp-type-playlist .jp-controls{width:134px;margin-left:172px}.jp-video .jp-controls{float:left}.jp-controls button{display:block;float:left;overflow:hidden;text-indent:-9999px;border:none;cursor:pointer}.jp-play{width:40px;height:40px;background:url(../image/jplayer.blue.monday.jpg) no-repeat}.jp-play:focus{background:url(../image/jplayer.blue.monday.jpg) -41px 0 no-repeat}.jp-state-playing .jp-play{background:url(../image/jplayer.blue.monday.jpg) 0 -42px no-repeat}.jp-state-playing .jp-play:focus{background:url(../image/jplayer.blue.monday.jpg) -41px -42px no-repeat}.jp-next,.jp-previous,.jp-stop{width:28px;height:28px;margin-top:6px}.jp-stop{background:url(../image/jplayer.blue.monday.jpg) 0 -83px no-repeat;margin-left:10px}.jp-stop:focus{background:url(../image/jplayer.blue.monday.jpg) -29px -83px no-repeat}.jp-previous{background:url(../image/jplayer.blue.monday.jpg) 0 -112px no-repeat}.jp-previous:focus{background:url(../image/jplayer.blue.monday.jpg) -29px -112px no-repeat}.jp-next{background:url(../image/jplayer.blue.monday.jpg) 0 -141px no-repeat}.jp-next:focus{background:url(../image/jplayer.blue.monday.jpg) -29px -141px no-repeat}.jp-progress{overflow:hidden;background-color:#ddd}.jp-audio .jp-progress{position:absolute;top:32px;height:15px}.jp-audio .jp-type-single .jp-progress{left:110px;width:186px}.jp-audio .jp-type-playlist .jp-progress{left:166px;width:130px}.jp-video .jp-progress{top:0;left:0;width:100%;height:10px}.jp-seek-bar{background:url(../image/jplayer.blue.monday.jpg) 0 -202px repeat-x;width:0;height:100%;cursor:pointer}.jp-play-bar{background:url(../image/jplayer.blue.monday.jpg) 0 -218px repeat-x;width:0;height:100%}.jp-seeking-bg{background:url(../image/jplayer.blue.monday.seeking.gif)}.jp-state-no-volume .jp-volume-controls{display:none}.jp-volume-controls{position:absolute;top:32px;left:308px;width:200px}.jp-audio-stream .jp-volume-controls{left:70px}.jp-video .jp-volume-controls{top:12px;left:50px}.jp-volume-controls button{display:block;position:absolute;overflow:hidden;text-indent:-9999px;border:none;cursor:pointer}.jp-mute,.jp-volume-max{width:18px;height:15px}.jp-volume-max{left:74px}.jp-mute{background:url(../image/jplayer.blue.monday.jpg) 0 -170px no-repeat}.jp-mute:focus{background:url(../image/jplayer.blue.monday.jpg) -19px -170px no-repeat}.jp-state-muted .jp-mute{background:url(../image/jplayer.blue.monday.jpg) -60px -170px no-repeat}.jp-state-muted .jp-mute:focus{background:url(../image/jplayer.blue.monday.jpg) -79px -170px no-repeat}.jp-volume-max{background:url(../image/jplayer.blue.monday.jpg) 0 -186px no-repeat}.jp-volume-max:focus{background:url(../image/jplayer.blue.monday.jpg) -19px -186px no-repeat}.jp-volume-bar{position:absolute;overflow:hidden;background:url(../image/jplayer.blue.monday.jpg) 0 -250px repeat-x;top:5px;left:22px;width:46px;height:5px;cursor:pointer}.jp-volume-bar-value{background:url(../image/jplayer.blue.monday.jpg) 0 -256px repeat-x;width:0;height:5px}.jp-audio .jp-time-holder{position:absolute;top:50px}.jp-audio .jp-type-single .jp-time-holder{left:110px;width:186px}.jp-audio .jp-type-playlist .jp-time-holder{left:166px;width:130px}.jp-current-time,.jp-duration{width:60px;font-size:.64em;font-style:oblique}.jp-current-time{float:left;display:inline;cursor:default}.jp-duration{float:right;display:inline;text-align:right;cursor:pointer}.jp-video .jp-current-time{margin-left:20px}.jp-video .jp-duration{margin-right:20px}.jp-details{font-weight:700;text-align:center;cursor:default}.jp-details,.jp-playlist{width:100%;background-color:#ccc;border-top:1px solid #009be3}.jp-type-playlist .jp-details,.jp-type-single .jp-details{border-top:none}.jp-details .jp-title{margin:0;padding:5px 20px;font-size:.72em;font-weight:700}.jp-playlist ul{list-style-type:none;margin:0;padding:0 20px;font-size:.72em}.jp-playlist li{padding:5px 0 4px 20px;border-bottom:1px solid #eee}.jp-playlist li div{display:inline}div.jp-type-playlist div.jp-playlist li:last-child{padding:5px 0 5px 20px;border-bottom:none}div.jp-type-playlist div.jp-playlist li.jp-playlist-current{list-style-type:square;list-style-position:inside;padding-left:7px}div.jp-type-playlist div.jp-playlist a{color:#333;text-decoration:none}div.jp-type-playlist div.jp-playlist a.jp-playlist-current,div.jp-type-playlist div.jp-playlist a:hover{color:#0d88c1}div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove{float:right;display:inline;text-align:right;margin-right:10px;font-weight:700;color:#666}div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover{color:#0d88c1}div.jp-type-playlist div.jp-playlist span.jp-free-media{float:right;display:inline;text-align:right;margin-right:10px}div.jp-type-playlist div.jp-playlist span.jp-free-media a{color:#666}div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{color:#0d88c1}span.jp-artist{font-size:.8em;color:#666}.jp-video-play{width:100%;overflow:hidden;cursor:pointer;background-color:transparent}.jp-video-270p .jp-video-play{margin-top:-270px;height:270px}.jp-video-360p .jp-video-play{margin-top:-360px;height:360px}.jp-video-full .jp-video-play{height:100%}.jp-video-play-icon{position:relative;display:block;width:112px;height:100px;margin-left:-56px;margin-top:-50px;left:50%;top:50%;background:url(../image/jplayer.blue.monday.video.play.png) no-repeat;text-indent:-9999px;border:none;cursor:pointer}.jp-video-play-icon:focus{background:url(../image/jplayer.blue.monday.video.play.png) 0 -100px no-repeat}.jp-jplayer,.jp-jplayer audio{width:0;height:0}.jp-jplayer{background-color:#000}.jp-toggles{padding:0;margin:0 auto;overflow:hidden}.jp-audio .jp-type-single .jp-toggles{width:25px}.jp-audio .jp-type-playlist .jp-toggles{width:55px;margin:0;position:absolute;left:325px;top:50px}.jp-video .jp-toggles{position:absolute;right:16px;margin:10px 0 0;width:100px}.jp-toggles button{display:block;float:left;width:25px;height:18px;text-indent:-9999px;line-height:100%;border:none;cursor:pointer}.jp-full-screen{background:url(../image/jplayer.blue.monday.jpg) 0 -310px no-repeat;margin-left:20px}.jp-full-screen:focus{background:url(../image/jplayer.blue.monday.jpg) -30px -310px no-repeat}.jp-state-full-screen .jp-full-screen{background:url(../image/jplayer.blue.monday.jpg) -60px -310px no-repeat}.jp-state-full-screen .jp-full-screen:focus{background:url(../image/jplayer.blue.monday.jpg) -90px -310px no-repeat}.jp-repeat{background:url(../image/jplayer.blue.monday.jpg) 0 -290px no-repeat}.jp-repeat:focus{background:url(../image/jplayer.blue.monday.jpg) -30px -290px no-repeat}.jp-state-looped .jp-repeat{background:url(../image/jplayer.blue.monday.jpg) -60px -290px no-repeat}.jp-state-looped .jp-repeat:focus{background:url(../image/jplayer.blue.monday.jpg) -90px -290px no-repeat}.jp-shuffle{background:url(../image/jplayer.blue.monday.jpg) 0 -270px no-repeat;margin-left:5px}.jp-shuffle:focus{background:url(../image/jplayer.blue.monday.jpg) -30px -270px no-repeat}.jp-state-shuffled .jp-shuffle{background:url(../image/jplayer.blue.monday.jpg) -60px -270px no-repeat}.jp-state-shuffled .jp-shuffle:focus{background:url(../image/jplayer.blue.monday.jpg) -90px -270px no-repeat}.jp-no-solution{padding:5px;font-size:.8em;background-color:#eee;border:2px solid #009be3;color:#000;display:none}.jp-no-solution a{color:#000}.jp-no-solution span{font-size:1em;display:block;text-align:center;font-weight:700}/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
svg,
video {
  max-width: 100%;
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:1300px;
	height:120px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:230px;
	height:100%;
	text-align:center;
}

.ca-item-main img{
	height: 65px !important;
width: 185px !important;
}
.ca-item-main .art_cap{
	font-size: 0.8em;
	padding: 0;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/animal1.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/animal8.png);
}
.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}


/************************************/
/*******SUBSCRIPTION CSS*************/
/************************************/
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');
:root{
  --main-color:#ed1c24;
}
.subscription_intro
{
  box-sizing:border-box;
  margin-bottom: 30px;
  display: flex;
  padding: 20px;
  background: -webkit-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
  background: -moz-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
  background: -o-linear-gradient(top,whitesmoke 100%,#f4f6f8 0);
  background: linear-gradient(to bottom,whitesmoke 100%,#f4f6f8 0);
}
.subscription_intro_item{
  flex: 1;
}

.subscription_intro_item h2, .subscription_intro_item h3 {
  font-weight: bolder;
}
.subscription_intro_item p{
  font-weight: bold;
}
.subscription_intro_item h3{
  color: var(--main-color, #ed1c24)
}
.subscription_intro_item.item1{
  flex:1.5;
  padding: 0 30px 0 0px;
}
.subscription_intro_item.item2{
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.razorpay-container, .special-project-modal, .alternative-payment-modal {
    height: auto !important;
    bottom: 73px !important;
}
.sub_intro_logo div
{
  background-color: #fff;
  background-image: url(../img/nl-subscribe.svg);
  border: 1px solid #dedede;
  background-repeat: no-repeat;
  height: 160px;
  width: 160px;
  float: right;
  margin-top: 18px;
  margin-right: 10px;
  background-size: 80%;
  background-position: 8px center;
}
span.originalprice {
    font-size: 12px;
    color: #8c8c8c;
    text-decoration: line-through;
}
span.discountprice {
    margin-left: 5px;
    color: #c30000;
}

.subscription_intro .sub-right h2
{
  text-transform: capitalize;
}
.alternative-payment-modal .modal-header{
  background-color: #d00b12;
}
.subscription_intro .sub-right h3
{
  color: #d0021b;
}
.subscription-item
{
  padding: 20px 25px;
  /*max-height: 700px;*/
}
.alter-model-title{
  display: inline;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.cheque-details{
  padding: 10px;
  background: #f2f2f2;
}
.bank-transfer-details{
  padding: 10px;
  background: #f2f2f2;
  margin-top: 10px;
}
.important-note-subscription{
  background: #d00b12;
  color: #fff;
  padding: 10px;
}
.cheque-details h5, .bank-transfer-details h5{
  line-height: 20px;
}
.subscription-container
{
  background: #f6f6f6;
}
.cheque-details h4{

}
.choose-product ul{
  padding-left: 0;
}
.form-control{
  border-radius: 0px;
}
.ng-submitted input.ng-invalid {
  border: 3px solid #d9534f;
}
.subscription-container .inner-container
{
  padding-top:30px;
  max-width: 1280px;
  margin: 0 auto;
}
.row.coupon-box{
  padding: 0px 0px 0px;
}
.subscription_side_container.sub-item-details{
  max-width: 290px;
  background: #fff;
  margin-top: 20px !important;
  min-height: 400px;
  max-height: 700px;
}
.addressbox-toscroll {
  background: #fff;
  padding: 30px;
}
.subscription_side_container.imSoSticky{
  transition: all 0.4s ease;
  margin-top: -20px !important;
}
.subscription-container .inner-container h3
{
  text-transform: uppercase;
  text-align: center;
}
.sub-item-details h3
{
  text-align: center;
}
.choose-product {
    border: 1px solid;
    margin: -1px -10px;
    padding: 24px 30px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    -webkit-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    background: #fff;
    border-color: #ed1c23;
}
.sub-item-details {
  border: 1px solid;
  box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -webkit-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  background: rgba(237, 28, 35, 0.13);
  border-top: 2px solid #ffbfc1;
  border-bottom: 2px solid #ffbfc1;
  border: 1px solid #ed1c24;
}
.sub-entitlements-container {
    margin-top: 10px;
}
.sub-item-details > p {
    padding: 10px;
    /* line-height: 0; */
    margin: 0;
    /* background: #ffbfc1; */
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.sub-item-details h3
{
  font-size: 1.2em;
}
.spcl-product-image, .product-image
{
  text-align: center;
}
.product-image img
{
  width: 100%;
}
.spcl-product-image img{
  max-width: 100%;
}
.product-desc h4 {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #fff;
  margin: 0;
}

.choose-product ul li{
  color: #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 10px auto;
  height: auto;
  /*background: #fff;*/
}
.has-error .form-control{
  border: 3px solid #d9534f;

}


.choose-product  ul li input[type=radio], .choose-payment  ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
form.ng-submitted .choose-payment.has-error {
    border: 3px solid #d9534f;
    padding-bottom: 10px;
}
.big-nine{
  padding-bottom: 30px;
}
.choose-product  ul li label{
  display: block;
  position: relative;
  margin: 0;
  font-weight: 300;
  font-size: 1em;
  padding: 10px 5px 10px 80px;
  line-height: 20px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.choose-payment  ul{
  padding-left: 0;
}
.choose-payment  ul li label{
  display: block;
  position: relative;
  margin: 10px 5px 0px;
  font-weight: 300;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 10px 20px 10px 50px;
  line-height: 20px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -webkit-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  background: #fff;
}
.choose-payment  ul li label p {
  margin-bottom: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  font-size: 13px;
}

span.discountprice {
    margin-left: 5px;
    color: #eb3c3c;
    font-weight: bold;
}
.choose-product  ul li:hover label{
  color: #d0021b;
}
.choose-payment  ul li:hover{
  transform: scale(1.02);
}
.choose-product input[type=radio]:checked ~ label:hover .check {
  border: 4px solid #fff;
}


.choose-product input[type=radio]:checked ~ label span.discountprice, .choose-product input[type=radio]:checked ~ label span.originalprice{
  color: #dc9999;
}
.choose-product ul li .check, .choose-payment ul li .check{
  display: block;
  position: absolute;
  border: 4px solid #e6e6e6;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 18px;
  width: 18px;
  top: 12px;
  left: 35px;
  z-index: 9;
  transition: border .1s linear;
  -webkit-transition: border .1s linear;
}
.choose-payment ul li .check{
  top: 15px;
  left: 15px;
}

.choose-product ul li:hover .check {
  border: 5px solid #d0021b;
}
.choose-payment ul li {
    display: inline-block;
    position: relative;
}
.choose-payment ul{
  margin-bottom: 0;
}
.choose-payment ul li {
    list-style: none;
    width: 100%;
}
.choose-payment ul li label p{
  font-size: 11px;
line-height: 19px;
}
.loading{
   position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.82);
    z-index: 999999;
}
.loading .fa-circle-o-notch{
  position: absolute;
  left: 0;
  width: 45px;
  bottom: 50%;
  color: #ed1c24;
  right: 0;
  margin: auto;
}
p.loading__text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 45%;
    right: 0;
    margin: auto;
    text-align: center;
    color: #ed1c24;
    font-size: 18px;
    font-weight: 700;
}
.payment-submit-btn{
  float: right;
}
.choose-product ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.choose-product input[type=radio]:checked ~ .check {
  border: 4px solid #fff;
}

.choose-product input[type=radio]:checked ~ .check::before{
  background: #fff;
}

.choose-product input[type=radio]:checked ~ label{
  color: #fff;
  background: #d0021b;
}
.choose-payment input[type=radio]:checked ~ label {
    color: #fff;
    background: #d0021b;
}
.choose-payment input[type=radio]:checked ~ label p {
    color: #fff;
}
span.c-details {
  font-weight: 600;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
}
p.chosen {
  margin-bottom: 0;
  color: #d0021b;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.subscription-bottom .inner-container
{
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
}
.subscription-bottom .inner-container h3
{
  text-transform: uppercase;
}
.modal-open .subscriptionpage.news_log_options {
    display: none;
}
.subscription-bottom .sub-total
{
  margin: 0;
  padding: 0px;
}
.payment-details-container.sub-item-details {
  padding: 10px;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.sub-entitlements
{
  text-align: center;
  margin: 18px;
  display: block;
}
.subscription-total {
  height: 75px;
}
.row.chosen-sub-details {
  min-height: 130px;
}
.entitlement-class {
  border: none;
  background: none;
  text-align: center;
  /* margin: 0; */
  text-decoration: none;
  color: #333;
  cursor: pointer;
  }.entitlement-class:hover{
    text-decoration: none;
  }
  .provide-address{
    text-transform: none;
    font-size: 15px;
    float: left;
  }
  .payment-details {
    height: 75px;
  }
  .c-button{
    padding:0;
  }
  .btn.rechoose {
    border: 0;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 35px;
    height: 35px;
    padding: 0 24px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    background: #c5c5c5;
    color: #fefefd;
}
.btn.rechoose:hover {
    -webkit-transform: translateY(-2px) scale(1.01);
    -ms-transform: translateY(-2px) scale(1.01);
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 5px 16px 1px rgba(0,0,0,0.13), 0 1px 4px 0 rgba(0,0,0,0.09);
}
  .subscriptionpage.news_log_options {
    text-align: center;
    padding-top: 100px;
  }
  .subscriptionpage .log_options{
    margin: 0px 0px;
  }
  /* AFFIX STYLES
  ====================================================*/
  .subscription_side_container {
    min-width: 225px;
  }
  .subscription_side_container.affix{
    bottom: 50px;
  }
  .subscription_side_container.affix-bottom {
    position: absolute;
  }
  .c-hr{
    margin:0;
  }
  .c-details-title{

  }
  .c-total .expand-chosen-details.collapsed i::before {
    content: "\f139";

  }
  .expand-chosen-details i {
    font-size: 17px;
    color: #d00b12;
}
  .c-total h3 {
      display: inline-block;
  }

  .subscription-container {
      background: rgba(237, 28, 35, 0.13);
      margin-left: calc(-100vw/ 2 + 1240px / 2);
      margin-right: calc(-100vw/ 2 + 1240px / 2);
      border-top: 2px solid #ffbfc1;
      border-bottom: 2px solid #ffbfc1;
      background: #fff;
  }

.subscriptionFirstSection .panel {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    padding: 30px;
    margin-top: 15px;
    padding-top: 20px;
}
.panel.selected-subscription {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    padding: 10px;
    max-width: 650px;
    margin: 0px auto 10px;
    position: relative;
}
.transaction_success_message {

    max-width: 650px;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    padding: 30px;
}
.transaction_success_message h3 {
    font-size: 16px;
    text-align: center;
    color: #5cb85c;
    margin-top: 45px;
    margin-bottom: 0;
}
.selected-subscription .log_options{
  margin-top: 0px !important;
  display: flex;
  margin-bottom: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.selected-subscription .subscription-details{
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.log_options.rechoose {
    height: auto;
    padding: 10px 0;
    max-width: 650px;
    margin: 0 auto;
}



  @media (max-width: 4400px){
    .subscription_side_container.sub-item-details{
      min-width: auto;
      max-width: auto;
      max-height: auto;
      min-height: auto;
    }
    .subscriptionpage.news_log_options{
      padding-top: 10px;
      padding-bottom: 10px;
    }

    #subscription-container .big-nine {
      width: 100%;
    }

    .big-nine>.row{
      width: 1170px;
      margin: 0 auto;
      float: none;
      padding-left: 0;
      }
      .subscription_side_container.sub-item-details{
        z-index: 9999999999 !important;
        top: auto !important;
        position: fixed !important;
        left: auto !important;
        height: auto !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: none !important;
        right: 0 !important;
        min-height: initial;
        margin-top: 0 !important;
        border-top: 3px solid #d20c24;
      }
      .payment-details {
        height: auto;
      }
      .subscription-total {
        height: auto;
      }
      .payment-details .subscription-type p.chosen{
        /*text-align: center;*/
      }
    }
    @media (max-width: 1280px){
      .ssd-col {
        padding-left: 0;
      }
      .subscription-container{
        margin-right: auto;
        margin-left: auto;
      }
      .big-nine>.row{
        width: 100%;
      }
    }
    @media (max-width: 1180px){
      .subscription-item {
        padding: 20px 30px;
      }
      .big-nine {
        padding-bottom: 30px;
        padding-right: 0;
        padding-left: 0;
      }
      .subscription-container .inner-container{
        padding: 20px;
      }

      .choose-product{
        padding: 24px 10px;

      }
    }
    @media (max-width: 1120px){
      .choose-product ul li {
        width: 100%;
      }
      .subscription-item {
          padding: 20px 15px;
      }
    }

    @media (max-width: 990px){
      .subscription-container .inner-container{
        padding: 0;
      }
      .big-nine>.row {
          width: 98%;
      }
    }
    @media (max-width: 891px){
      .choose-product ul li{
        margin:5px auto;
      }
      .subscription_intro_item.item1{
        flex: 1;
      }
      .subscription_intro_item h2{
        font-size: 21px;
      }
      .subscription_intro_item h3{
        font-size: 18px;
        margin-top: 0;
      }
      .subscription_intro_item p{
        font-size: 12px;
        line-height: 20px;
      }
      .choose-product  ul li label{
        font-size: 13px;
        padding: 10px 5px 7px 50px;
      }
      .choose-product ul li .check{
        top: 10px;
        left: 20px;
        }.product-desc h4{
          font-size: 14px;
          }.subscription-item{
            min-height: 440px;
            }.sub-item-details h3 {
              font-size: 14px;
            }
            .sub-item-details h3 {
              font-size: 14px;
              margin: 15px 0px;
            }
            .entitlement-class{
              font-size: 13px;
            }
            .big-nine>.row {
              width: 96%;
            }
        .subscriptionFirstSection .panel{
          padding: 15px;
        }
          }
          @media (max-width: 800px){
            .big-nine>.row {
              width: 768px;
            }

          }
          @media (max-width: 768px){
            .subscription-container .inner-container{
              padding: 0;
            }
            .big-nine>.row {
              width: 738px;
            }
            .subscription_intro{
              margin-top: 65px;
              flex-direction: column;
            }
            .subscription_intro_item.item1{
              order:1;
            }
          #selected-subscription{
            margin-top: 60px;
          }

            .subscription_side_container.sub-item-details{
              z-index: 10 !important;
              top: auto !important;
              position: fixed !important;
              left: auto !important;
              height: auto !important;
              bottom: 0 !important;
              width: 100% !important;
              max-width: none !important;
              right: 0 !important;
              min-height: auto;
              margin-top: 0 !important;
              border-top: 3px solid #d20c24;
            }
            .row.chosen-sub-details {
              min-height: auto;
            }
            .subscription-total {
              min-height: auto;
              height: auto;
            }
            .payment-details {
              height: auto;
            }
          }
          @media (max-width: 750px){
            .big-nine>.row {
              width: 100%;
            }
          }
          @media (max-width: 596px){
            .selected-subscription .subscription-details{
              padding: 5px;
            }
            .choose-product  ul li label{
                padding: 10px 5px 7px 100px;
            }
            .choose-product ul li .check{
              left: 50px;
            }
            .subscription-item {
              width: 340px;
              margin: 0 auto;
              float: none;
          }
          }
          @media (max-width: 468px){
            p.chosen {
              margin-bottom: 0;
            }
            .subscription-item{
              width: 100%;
              min-height: auto;
              padding: 10px 0px;
            }
            .subscription-container .inner-container {
              padding: 0px;
            }
          }
          @media (max-width: 375px){
            .subscriptionpage.news_log_options{
              padding-top: 10px;
            }
            .subscriptionpage.news_log_options h4{
              font-size: 11px;
            }
            .subscriptionpage .log_options {
              margin: 10px 0px;
              padding: 5px;
            }
            .subscriptionpage .log_options a{
              display: inline-block;
              }.subscriptionpage .log_options a img{
                width: 32px;
                height: 32px;
                margin-right: 10px;
                margin-left: 5px;
              }
              .subscriptionpage .log_options a img.login-google{
                width: 32px;
                height: 24.61px;
              }
              .subscription_intro .sub-right h2{
                font-size: 20px;
                line-height: 25px;
              }
              .sub-right{
                line-height: 25px;
              }
              .subscription_intro .sub-right h3 {
                font-size: 18px;
                margin: 0;
              }
              span.c-details{
                display: none;
              }
              h3.c-details-title {
                margin: 0;
                text-align: left !important;
              }
              .if-s-form-c{
                padding: 0px;
              }
              .choose-product ul li label {
                padding: 10px 5px 7px 100px;
              }
              .choose-product ul li .check {
                left: 50px;
              }
              .if-s-form-input.form-group {
                width: 100%;
                margin: 0 0 0px 0;
              }
              .if-s-form-input.form-control
              {

              }
            }
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 20px 20px 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  /*right: 0;*/
}
