/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -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;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-item > .item {
    height: 650px;
}

/*.owl-item .item img {width: 100%}*/

body.open, body:after {
    overflow: hidden
}

.b-nav, body:after {
    position: absolute;
    right: 0;
}

.b-brand, .b-link {
    font-size: 18px;

    margin-left: 0;
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

* {
    box-sizing: border-box
}

body:after {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%;
}

body.open:after {
    z-index: 10;
    opacity: 0.65;
    height: 100000%;
    visibility: visible
}

.b-nav {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 12;
}

.b-nav:not(.open) {
    animation-duration: 0s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.b-nav {
    animation-duration: 0s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.b-nav ul {
    padding-left: 0px;
}

.b-nav li {
    color: #fff;
    list-style-type: none;
    padding: 10px 10px 10px 0;
    text-align: left;
    -webkit-transform: translateX(767px);
    -ms-transform: translateX(767px);
    transform: translateX(767px)
}

.b-nav li:not(.open) {
    animation-duration: 0s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.b-nav li:not(.open), .b-nav.open li {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both
}

.b-nav li:first-child {
    margin-top: 0px
}

.b-nav.open {
    visibility: visible;
    animation-duration: 0.01s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.b-nav:not(.open) {
    visibility: hidden;
    animation-duration: 0.01s;
    animation-fill-mode: backwards;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.b-nav.open li {
    padding-left: 30px;
    animation-duration: 0.01s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.b-link {
    background: 0 0;
    border-left: rgba(255, 255, 255, 0) solid 2px;
    color: #fff;
    transition: all .4s ease;
    width: auto
}

.b-link, .b-menu {
    -webkit-transition: all .4s ease;
}

.b-nav li {
    border-left: 5px solid #e00a12;
}

/*.b-link--active,
.b-link:hover {
    border-left: #e00a12 solid 5px;
    padding-left: 30px
}*/

.b-menu {
    cursor: pointer;
    display: block;
    height: 66px;
    padding-top: 20px;
    position: relative;
    top: -16px;
    /* transition: all 0.4s ease 0s; */
    width: 43px;
    z-index: 12;
    right: 10px;
}

.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 25px
}

.b-container.open .b-main, .b-menu:hover {
}

.b-bun {
    background: #fff;
    transition: all .4s ease
}

.b-brand, .b-bun {
    position: relative;
    -webkit-transition: all .4s ease
}

.b-bun--top {
    top: 0
}

.b-bun--mid {
    top: 8px
}

.b-bun--bottom {
    top: 16px
}

.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
    z-index: 13
}

.b-container {
    position: absolute;
    right: 0;
    top: 20px;
}

.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
    background: #2196f3
}

.b-container.open .b-bun--top {
    background: #e00a12;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-container.open .b-bun--mid {
    opacity: 0
}

.b-container.open .b-bun--bottom {
    background: #e00a12;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-container.open .b-brand {
    color: #fff
}

/*# sourceMappingURL=burger.min.css.map */

.overbox img {
    width: auto;
}

.full-overall .overbox {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 7;
}

.full-overall:hover .overbox {
    background-color: rgba(0, 0, 0, 0.95);
}

.full-overall .overtext {
    transform: translateY(40px);
    /*	transition: all 300ms ease-out 0s;*/
    top: 29%;
    /* bottom: 0; */
    position: relative;
}

.full-overall .title {
    font-size: 14px;
    opacity: 0;
    text-transform: uppercase;
    /*	transition-delay: 0.1s;
      transition-duration: 0.2s;*/
}

.full-overall:hover .title, .box:focus .title {
    opacity: 1;
    transform: translateY(0px);
}

.full-overall .tagline {
    font-size: 0.8em;
    opacity: 0;
    /*	transition-delay: 0.2s;
      transition-duration: 0.2s;*/
}

.full-overall:hover .tagline, .full-overall:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
}

.story-hover-email-icon {
    background-image: url(../images/sprite.svg);
    display: inline-block !important;
    width: 52px !important;
    height: 51px !important;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: -86px -126px;
}

.story-hover-facebook-icon {
    background-image: url(../images/sprite.svg);
    display: inline-block !important;
    width: 52px !important;
    height: 51px !important;
    background-repeat: no-repeat;
    background-position: -26px -126px;
}

.overbox-btn:hover {
    color: #000
}

.story-hover-facebook-icon:hover {
    background-image: url(../images/sprite.svg);
    background-position: -144px -126px;
}

.story-hover-email-icon:hover {
    background-image: url(../images/sprite.svg);
    background-position: -204px -126px;
}

.overbox-social-icons {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overbox-btn {
    background: #b70808;
    padding: 10px 26px;
    position: relative;
    top: 20px;
    font-size: 15px;
}

.view-more-stories {
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
}

.view-more-stories a {
    color: #c10808;
}

.embed-icon {
    background: url(../images/sprite.svg) no-repeat -315px -8px;
    width: 32px;
    height: 33px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.video-icon {
    background: url(../images/play.svg);
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:7;
    left: 0;
    top: 45%;
    margin: 0 auto;
}

.watch-history-video iframe {
    width: 100%
}

/************** Slider Arrow ***************/

.owl-prev {
    background-image: url("../images/left-arrow.png");
    display: block;
    height: 62px;
    width: 54px;
    left: 0;
    position: absolute;
}

.owl-next {
    background-image: url("../images/right-arrow.png");
    display: block;
    height: 62px;
    width: 54px;
    right: 0;
    position: absolute;
}

.owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 1;
}

/*****************************    Mega Menu            ***********************/

/*****************  MENU **************/

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid #e00a12;
    left: 0;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 60px;
    width: 100%;
}

.drop-down-news-box {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    width: 230px;
    text-align: left;
    float: left;
}

.menu-dropdown-news {
    float: left;
}

.menu-dropdown-news:first-child .drop-down-news-box {
    display: inline-block;
    margin-left: 0px;
}

.menu-dropdown-news:last-child .drop-down-news-box {
    display: inline-block;
    margin-right: 0px;
}

.dropdown-menu .container {
    display: table;
    margin: 30px auto 0;
    text-align: center;
}

.drop-down-news-box h3 {
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    line-height: 20px;
    margin-top: 5px;
    text-transform: none;

}

.header-menu > ul li:hover {
    background-image: url("../images/drop-down-arrow.png");
    background-repeat: no-repeat;
    background-position: center 22px;
    display: block;
    padding-bottom: 25px;
}

/*.header-menu-active {
    color: #e00a12 !important;
}*/

.header-menu > ul li:last-child {
    background-image: none;
}

.dropdown-menu {
    display: none;
}

.header-menu ul li:hover .dropdown-menu {
    display: block;
}

.drop-down-heading {
    color: #e00a12;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
    margin: 0px;
    font-weight: 400;
    line-height: 40px;
}

.story-page-related-box a img:hover {
    opacity: 0.80;
    background: #000;
}

.story-page-heading:hover {
    color: #e0e0e0
}

.drop-down-news-box img {
    width: 100%;
    height: 145px;
}

.drop-down-news-box img:hover {
    opacity: 0.80;
    background: #000;
}

.related-slider-news-heading {

    color: #e00a12;
    font-size: 24px;
    font-weight: 400;
    margin: 10px auto 15px;
    position: relative;
    top: 10px;
    width: 100%;

}

/*************** Tell a friend box *************/
.share-with-friend-box {

    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 1px 10px 46px -14px rgba(0, 0, 0, 0.83);*/
    float: left;
    padding: 25px;
    width: 475px;
    z-index: 100;

}

.close-email {
    position: absolute;
    right: 10px;
    top: 7px;
    display: none;
    cursor: pointer;
}

.sticky-story-share .share-with-friend-box {
    position: absolute;
    top: -50px;
    margin-left: 55px;
    border: 1px solid;
    border-color: #b2d3e1 #b2d3e1 #b2d3e1 #f0f0f0;
    z-index: 8;
    box-shadow: 1px 10px 28px -14px rgba(0, 0, 0, 0.83);
}

.sticky-story-share .share-with-friend-box .close-email {
    display: block;
}

.formRestBtn {
    margin-left: 10px;
}

.share-with-friend-heading {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}

.share-box-field {
    background-color: #f4f4f4 !important;
    border: 1px solid #ededed !important;
    border-radius: 3px;
    margin: 10px 0;
    padding: 6px 10px !important;
    width: 100%;
}

.share-box-text-field {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    background-color: #f4f4f4;
    margin: 10px 0px;
    height: 75px;
    resize: none;
    border: 1px solid #ededed !important;
}

.share-box-btn {
    background-color: #e00a12;
    border: medium none;
    border-radius: 5px !important;
    color: #fff;
    display: table;
    font-weight: 300;
    font-size: 16px;

    padding: 7px 40px !important;
    float: left;
}

.sticky-email:hover {
    cursor: pointer;
}

.arrow-left {
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    border-top: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: -15px;
    bottom: 85px;
}

.sticky-story-share {

    float: left;
    height: 250px;
    margin-right: 10px;
    position: absolute;
    width: 0px !important;
    z-index: 1 !important;
}

.sticky-box {
    background-image: url("../images/sticky-bg.png");
    display: table-cell;
    height: 430px;
    position: absolute;
    right: 20px;
    vertical-align: middle;
    width: 55px;
    text-align: center;
}

.sticky-box > a:first-child {
    margin-top: 65px;
}

.sticky-icon {
    display: block;
    margin: 5px 0;
}

.sticky-box-extend {
    background-color: #f0f0f0;
    border-color: #b2d3e1 #b2d3e1 #b2d3e1 #f0f0f0;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px;
    display: none;
    float: left;
    margin-left: 54px;
    margin-top: -60px;
    padding: 7px;
    position: absolute;
    z-index: 100;
    -webkit-box-shadow: 1px 10px 28px -14px rgba(0, 0, 0, 0.83);
    -moz-box-shadow: 1px 10px 28px -14px rgba(0, 0, 0, 0.83);
    box-shadow: 1px 10px 28px -14px rgba(0, 0, 0, 0.83);
    width: 260px;
}

/*.story-side-description{
  width: 250px;
  height: auto;
  position: absolute;
  right: 61px;
  margin-top: 5px;
  padding: 10px 5px;
  border: 2px black solid;
}
.story-side-description .story-side-description-heading{
  width:100%;
  text-align: left;
  position: relative;
}
.story-side-description .description-tooltip{
  position: absolute;
  top: -22px;
  text-align: center;
  width: 100%;
}
.story-side-description .description-tooltip .tooltip{
  background-color: darkorange;
  padding: 2px 9px;
}*/

.sticky-box-extend a {
    display: inline-block;
    margin: 0px 2px
}

.sticky-more-items:hover {
    cursor: pointer;
}

#sticky-overlay-box-parent {
    position: relative;
}

#sticky-overlay-box {
    width: 100%;
    overflow: hidden;
}

#sticky-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 170%;
    position: absolute;
    top: -70px;
    width: 403%;
    z-index: 1;
    display: none;
}

.message-success {
    border-radius: 4px;
    color: green;
    display: none;
    float: left;
    margin-top: 10px;
    padding: 4px;
    text-align: left;
    width: 60%;
}

.message-fail {
    border-radius: 4px;
    color: red;
    display: none;
    float: left;
    margin-top: 10px;
    padding: 4px;
    text-align: left;
    width: 70%;
}

.message-success img {
    position: relative;
    top: 5px;
}

.message-fail img {
    position: relative;
    top: 5px;
}

/******************************** Modal CSS ******************/

.button {
    margin: 40px auto;
    font-size: 72px;
    font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 400;
    color: #666;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 20px 70px 30px;
    position: relative;
    top: 50px;
    background: #eee;
    width: 300px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px #ffffff;
    -moz-box-shadow: 1px 1px 1px #ffffff;
    -webkit-box-shadow: 1px 1px 1px #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.button:hover {
    color: #333;
    background: #eeffff;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.modalbg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    display: block;
    pointer-events: none;
}

.modalbg .dialog {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
    margin: 10% auto;
    padding: 20px 20px 13px;
    position: relative;
    top: -1000px;
    width: 475px;
}

.modalbg .dialog .ie7 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}

.modalbg:target {
    display: block;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.modalbg:target .dialog {
    top: -20px;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    -transition-delay: 0.14s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* display: table !important; */
    position: absolute;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -transition-delay: 0.1s;
}

.close .ie7 {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}

.close:hover {

}

.fineprint {
    font-style: italic;
    font-size: 10px;
    color: #646;
}

#main-subscribe-box-1 {
    width: 700px;
    height: 420px;
    background-image: url(../images/main-subscribe.jpg);
    border-radius: 0;
    background-position: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 96px;

}

#main-subscribe-box-2 {
    padding: 20px;
    font-family: 'Roboto Slab', serif;
}

#main-subscribe-box-3 {
    background-image: url("../images/subscribe-box-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 341px;
    padding: 50px;
    width: 680px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:0;
    position: absolute;
    z-index: 10;
}

.main-subscribe-box-signup-3 {
    color: #fff;
    float: left;
    font-size: 35px;
    line-height: 38px;
    margin-left: 15px;
    text-align: left;
}

.main-subscribe-box-row-textfield-3 {
    background-color: #fff;
    border: medium none;
    color: #000;
    font-size: 19px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    padding: 12px !important;
    width: 320px;
    float: left;
}

.main-subscribe-box-row-btn-3 {
    background-color: #e00a12;
    border: medium none;
    color: #fff;
    display: table;
    float: left;
    font-size: 16px;
    margin: 0 auto 0 10px;
    padding: 13px 20px !important;
}

.main-subscribe-box-row-3 {
    display: table;
    float: left;
    margin-top: 35px;
}

.main-subscribe-box-3-small-text {
    color: #fff;
    display: table;
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin: 15px auto 0;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

#main-subscribe-box-2 {
    background-image: url("../images/main-subscribe2.jpg");

    background-repeat: no-repeat;

    border-radius: 0;
    /*height: 365px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    /*width: 699px;*/
    /*position: absolute;*/
    /*top: 96px;*/
    color: #fff;
    animation: panning 20s infinite linear;

}

#main-subscribe-box-6 {
    border-radius: 0;
    height: 420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 700px;
    background-image: url(../images/main-subscribe.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 100px;
    font-family: "Roboto Slab", serif;
    padding: 30px 20px 20px;
}

.main-subscribe-box-close-btn-3 {
    position: absolute;
    right: -13px;
    top: -15px;
}

#main-subscribe-box-mobile-picture {
    background-image: url("../images/main-subscribe2.jpg");

    background-repeat: no-repeat;

    border-radius: 0;
    height: 310px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 286px !important;
    /*position: absolute;*/
    top: 16px;
    z-index: 10;
    animation: panning 70s infinite linear;

}

.subscribe-logo-medium {
    display: inline-block;
    float: left;
}

.main-subscribe-box-voice-mobile-white {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    position: relative;
    top: 15px;
}

.main-subscribe-box-signup-mobile-white {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
    top: 15px;
    text-align: center;
}

.main-subscribe-box-small-text-mobile-white {
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 32px auto 0;
    text-align: center;
    width: 80%;
}

.subscribe-box-terms-condition-mobile-white {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
}

#main-subscribe-box-1 {
    padding: 20px;
    font-family: 'Roboto Slab', serif;
}

.main-subscribe-box-voice-mobile-black {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    text-align: center;
}

.main-subscribe-box-signup-mobile-black {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: center;
}

.main-subscribe-box-small-text-mobile-black {
    color: #000;
    display: table;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 15px auto 0;
    text-align: center;
    width: 80%;
}

.subscribe-box-terms-condition-mobile-black {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
}

.main-subscribe-box-close-btn-1-mobile-black {
    position: absolute;
    right: 15px;
    top: 10px;
}

#main-subscribe-box-mobile-no-bg {

    left: 0;
    margin: 0 auto;
    right: 0;
    width: 286px !important;
    background-color: #fff;
    position: absolute;
    top: 45px;
}

#main-subscribe-box-mobile-white {
    left: 0;
    margin: 20px auto 0;
    padding: 5px;
    right: 0;
    width: 286px !important;
    background: #fff;
    background-image: url(../images/main-subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.email-confirmation-box-mobile {
    padding: 97px 15px;
    text-align: center;
}

.main-subscribe-box-voice {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-top: 35px;
    font-weight: 400;

}

.like-fb-subscribe-box {
    font-weight: 100;
    font-size: 14px;
}

.main-subscribe-box-signup {

    font-size: 35px;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

.main-subscribe-box-signup span {

    display: inline-block;

}

.inlineblock {
    display: inline-block;
}

.main-subscribe-box-small-text {

    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    width: 380px;
    margin: 0 auto;
    display: table;
    margin-top: 25px;
    line-height: 25px;

}

.main-subscribe-box-row {

    margin:30px auto 0px;
    display: table;
    width: 80%;


}

.main-subscribe-box-close-btn-1-mobile-white {
    position: absolute;
    right: 15px;
    top: 10px;
}

.main-subscribe-box-row-btn {
    background-color: #e00a12;
    border: medium none;
    color: #fff;
    display: table;
    font-size: 16px;
    margin: 1px auto 0;
    padding: 12px 20px !important;

}

.main-subscribe-box-2-row {
    width: 100%;
    text-align: center;
}

.subscribe-box-2 {
    width: 100%;
    margin: 0 auto;
}

.subscribe-box-terms-condition {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;

}

.main-subscribe-box-row-textfield-mobile {
    background-color: #fff;
    border: medium none;
    color: #747474;
    float: left;
    font-size: 15px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    width: 80%;
    border: 1px solid #cccccc;
}

.main-subscribe-box-row-btn-mobile {
    background-color: #e00a12;
    background-image: url("../images/next-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0 auto;
    padding: 11px 20px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.subscribe-box-terms-condition-mobile-white {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    text-align: center;
    top: -26px;
}

.subscribe-box-like-facebook {
    background: #3a5795 none repeat scroll 0 0;
    display: table;
    float: left;
    height: 40px;
    margin-top: 15px;
    padding-top: 9px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.subscribe-divider {
    border-bottom: 1px solid #8e8e8e;
    width: 320px;
    margin:10px auto 20px;
}

.subscribe-box-2-signup {
    margin: 30px auto 35px;
    line-height: 20px;
}

.subscribe-box-fb-widget {
    margin-left: 10px;
    display: inline-block;
}

.subscribe-box-2-small-text {
    font-size: 18px;
    margin: 8px auto;
}

.subscribe-box-2-carbo-email {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-subscribe-box-row-textfield {

    background-color: #fff;
    border: medium none;
    color: #000;
    float: left;
    font-size: 19px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    padding: 12px !important;
    width: 70%;

}

.rc-anchor-normal {

    margin: 0px;
}

.main-subscribe-box-close-btn-1 {

    position: absolute;
    right: 10px;
    top: 5px;

}

.subscribe-box-terms-condition-red {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;

    text-align: center;
}

.black-text {
    color: #000;
}

.display-block {
    display: block;
}

.carbo-pos-top-subscribe {
    position: relative;
    top: 10px;
}

.roboto-slab-bold-300 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/******************* Font Sizes *****************/

.font20 {
    font-size: 20px;
}

.font85 {
    font-size: 85px;
}

.font22 {
    font-size: 22px;
}

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

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .owl-prev {
        background-image: url("../images/left-arrow-320.png");
        display: block;
        height: 40px;
        width: 34px;
        left: 0;
        position: absolute;
    }

    .owl-next {
        background-image: url("../images/right-arrow-320.png");
        display: block;
        height: 40px;
        width: 34px;
        right: 0;
        position: absolute;
    }
}

/********************** Search Drop Down Styling *****************/

.video-js {
    width: 100% !important;
    height: auto !important;
    padding-top: 56% !important;
}

/** Nav header stories title height***/
.nav-title {
    max-height: 70px;
}








/* STRUCTURAL STYLES */

.flapper {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flapper .digit {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flapper .digit div {
    position: absolute;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flapper .digit .top {
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.flapper .digit .bottom {
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

/* SIZE STYLES */

/* XXL 96x128 */

.flapper.XXL {
    font-size: 116px;
    line-height: 123px;
    height: 132px;
}

.flapper.XXL .digit {
    border-radius: 8px;
}

.flapper.XXL .digit div {
    border-radius: 6px;
}

.flapper.XXL .digit,
.flapper.XXL .digit div {
    height: 128px;
    width: 96px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.XXL .digit .top {
    clip: rect(0px, 96px, 64px, 0px);
}

.flapper.XXL .digit .bottom {
    clip: rect(65px, 96px, 128px, 0px);
}

/* XL 72x96 */

.flapper.XL {
    font-size: 89px;
    line-height: 92px;
    height: 100px;
}

.flapper.XL .digit {
    border-radius: 7px;
    margin: 0 0 0 4px;
}

.flapper.XL .digit:first-child {
    margin: 0;
}

.flapper.XL .digit div {
    border-radius: 5px;
}

.flapper.XL .digit,
.flapper.XL .digit div {
    height: 96px;
    width: 72px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.XL .digit .top {
    clip: rect(0px, 72px, 47px, 0px);
}

.flapper.XL .digit .bottom {
    clip: rect(48px, 72px, 96px, 0px);
}

/* L 54x72 */

.flapper.L {
    font-size: 66px;
    line-height: 70px;
    height: 76px;
}

.flapper.L .digit {
    border-radius: 6px;
    margin: 0 0 0 4px;
}

.flapper.L .digit:first-child {
    margin: 0;
}

.flapper.L .digit div {
    border-radius: 4px;
}

.flapper.L .digit,
.flapper.L .digit div {
    height: 72px;
    width: 54px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.L .digit .top {
    clip: rect(0px, 54px, 35px, 0px);
}

.flapper.L .digit .bottom {
    clip: rect(36px, 54px, 72px, 0px);
}

/* M 40x54 (default) */

.flapper {
    font-size: 51px;
    line-height: 52px;
    height: 58px;
}

.flapper .digit {
    border-radius: 5px;
    margin: 0 0 0 4px;
}

.flapper .digit:first-child {
    margin: 0;
}

.flapper .digit div {
    border-radius: 3px;
}

.flapper .digit,
.flapper .digit div {
    height: 54px;
    width: 40px;
    font-size: inherit;
    line-height: inherit;
}

.flapper .digit .top {
    clip: rect(0px, 40px, 26px, 0px);
}

.flapper .digit .bottom {
    clip: rect(27px, 40px, 54px, 0px);
}

/* S 30x40 */

.flapper.S {
    font-size: 36px;
    line-height: 39px;
    height: 44px;
}

.flapper.S .digit {
    border-radius: 4px;
    margin: 0 0 0 2px;
}

.flapper.S .digit:first-child {
    margin: 0;
}

.flapper.S .digit div {
    border-radius: 2px;
}

.flapper.S .digit,
.flapper.S .digit div {
    height: 40px;
    width: 30px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.S .digit .top {
    clip: rect(0px, 30px, 19px, 0px);
}

.flapper.S .digit .bottom {
    clip: rect(20px, 30px, 40px, 0px);
}

/* XS 24x30 */

.flapper.XS {
    font-size: 28px;
    line-height: 30px;
    height: 28px;
}

.flapper.XS .digit {
    border-radius: 3px;
    margin: 0 0 0 2px;
}

.flapper.XS .digit:first-child {
    margin: 0;
}

.flapper.XS .digit div {
    border-radius: 1px;
}

.flapper.XS .digit,
.flapper.XS .digit div {
    color: #e00a12;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: inherit;
    width: 13px;
}

.flapper.XS .digit .top {
    clip: rect(0px, 24px, 14px, 0px);
}

.flapper.XS .digit .bottom {
    clip: rect(15px, 24px, 30px, 0px);
}

/* THEME STYLES */

/* DARK (default) */

.flapper .digit {
    background-color: #222;
    border: 1px solid #333;
}

.flapper .digit div {
    color: #f0f0f0;
    padding: 0px;
    background-color: black;
}

/* LIGHT */

.flapper.light .digit {
    border: 1px solid #ddd;
    background-color: #eee;
}

.flapper.light .digit div {
    color: #222;
    padding: 0px;
    background-color: #f6f6f6;
}

.flap-li-hover {background:none !important;padding-bottom:0px !important;   position: relative;
    top: -6px;}
.flap-li-hover:hover {background:none !important;padding-bottom:0px !important;   position: relative;
    top: -6px;}



.overlay {
  position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100%;
    z-index: 11;
}

.ps-container > .ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 1 !important;
    position: absolute;
    right: -12px !important;
    top: 50px !important;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
    z-index: 3 !important;
}

.story-end-theme {
    background-color: #000 !important;
    border-bottom: 5px solid #e10a12 !important;
    color: #fff !important;
    float: left !important;
    margin-top: 40px !important;
    width: 100% !important;
}


.outside-social-wrapper {}
.mobile-bottom-social-icon-row {width: 92.5%;margin:0 auto;}
.social-icons-outer {margin-top: 25px;}



/**Start of tap to view css**/
.tap-to-view {
    background-image: url("../images/tap-view.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: -3px;
    display: block;
    float: left;
    height: 180px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.tap-arrow {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.tap-to-view span{
    bottom: 35px;
    color: #333333;
    /*display: table;*/
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.thumbnails-b .trc_rbox_header{
    text-align: center;
}

/**End of tap to view css**/


.marginTop25{
    margin-top: 25px;
}
.marginTopNeg25{
    margin-top: -25px;
}







/********************************************  6-7-2016 ****************************/

.tap-social-icons-row {
    display: table;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    float: left;
}


.tap-social-icons-row {display:none;}
.tap-social-icons-row a {margin:0 5px;}
.mobile-more-btn { background-color: #353535;clear: both;color: #fff;padding: 20px 0;text-align: center;text-transform: capitalize;width: 100%;display:none;text-transform:uppercase;}


/***************************** 6-8-2016 ***********************************/

.two-col-newsletter {width:100%;display:block;background-color:#1b1b23;float: left;margin: 10px 0;}
.two-col-newsletter-left-section {width:50%;display:inline-block;float:left;padding: 25px;height: 250px;}
.two-col-newsletter-right-section {width:50%;display:inline-block;float:left;height: 250px;}
.newsletter-small-text {color: #fff;font-size: 16px;line-height: 20px;margin-top: 10px;}
.newsletter-heading {color: #fff;font-size: 30px;font-weight: 400;line-height: 35px;}
.left-col-subscribe-box-field {}
.left-col-subscribe-box-textfield {float: left;margin-bottom: 0;padding: 5px !important; width: 70%;}
.left-col-subscribe-box-btn {background-color: #e00a12;border: medium none;color: #fff;font-size: 16px;padding: 7px 12px;width: 95px;}


.mobile-two-col-newsletter {width:100%;display:block;background-color:#1b1b23;float: left;margin: 10px 0;}
.mobile-two-col-newsletter-left-section {width:100%;display:inline-block;float:left;padding: 20px;text-align:center;}
.mobile-two-col-newsletter-right-section {width:100%;display:inline-block;float:left;height: 160px;}
.mobile-newsletter-small-text {  color: #fff;    font-size: 12px;    line-height: 16px;    margin-top: 10px;    text-align: left;}
.mobile-newsletter-heading { color: #fff;    font-size: 22px;    font-weight: 400;    line-height: 22px;text-align: left;}
.mobile-left-col-subscribe-box-field { display: table; margin: 10px auto 0;width: 100%;}
.mobile-left-col-subscribe-box-textfield {  float: left;
    height: 38px;
    margin-bottom: 0;
    padding: 5px !important;
    width: 72%;}
.mobile-left-col-subscribe-box-btn { background-color: #e00a12;
    background-repeat: no-repeat;
    border: medium none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 38px;
    margin: 0 auto;
    width: 70px;}
.mobile-left-col-subscribe-box-field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:13px;
}

.mobile-left-col-subscribe-box-field ::-moz-placeholder { /* Firefox 19+ */
    font-size:13px;
}

.mobile-left-col-subscribe-box-field :-ms-input-placeholder { /* IE 10+ */
    font-size:13px;
}

.mobile-left-col-subscribe-box-field :-moz-placeholder { /* Firefox 18- */
    font-size:13px;
}


.mobile-two-col-newsletter-bg { background-image: url("../images/subscribe-box-bg-overlay.png");clear: both;display: block;height: 215px;position: relative; background-size: cover;}




@keyframes panning {
    0% {
        background-position: 0% 0%;
    }
    25% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 100% 0%;
    }
    75% {
        background-position: 0 100%;
    }
    200% {
        background-position: 0 0;
    }
}



@-webkit-keyframes panning {
    0% {
        background-position: 0% 0%;
    }
    25% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 100% 0%;
    }
    75% {
        background-position: 0 100%;
    }
    200% {
        background-position: 0 0;
    }
}




.mobile-two-col-newsletter-anim  {  animation: panning 100s infinite linear;
    background-image: url("../images/subscribe-box-bg-overlay.png");
    background-size: 170% auto !important;
    clear: both;
    display: block;
    height: 225px;
    margin-top: 30px;
    position: relative;}



.image-pan { animation: panning 70s infinite linear; background-size: 170% auto !important;}
.form-overflow {/*height: 38px;overflow: hidden;*/}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /**************  8-6-2016 ******************/
    .left-col-subscribe-box-textfield {
        width: 200px;
    }

    .two-col-newsletter-left-section {
        height: 290px;
    }
    .two-col-newsletter-right-section {
        height: 290px;
    }
}



@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    /**************  8-6-2016 ******************/
    .left-col-subscribe-box-textfield {
        width: 72%;
    }

    .two-col-newsletter-left-section {
        height: 250px ;
    }
    .two-col-newsletter-right-section {
        height: 250px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

    /**************  8-6-2016 ******************/

    .two-col-newsletter {display:none;}
    .mobile-only {display:block !important}
    .desktop-left-img {display:none;}

    .mobile-newsletter-heading {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }
    .mobile-newsletter-small-text {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
        text-align: left;
    }
    .mobile-two-col-newsletter-right-section {
        display: inline-block;
        float: left;
        height: 140px;
        width: 100%;
    }
    .desktop-left-img {
        display: none !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 50000px) {
    .mobile-hide {display:none !important; }
    .mobile-two-col-newsletter-bg {display:none;}

    .mobile-only  {display:none;}
    .mobile-two-col-newsletter-right-section {
        display: inline-block;
        float: left;
        height: 204px;
        width: 50%;
    }
    .mobile-two-col-newsletter-left-section {
        display: inline-block;
        float: left;
        padding: 20px;
        text-align: center;
        width: 50%;
    }

    .mobile-left-col-subscribe-box-field {
        display: table;
        margin: 25px auto 0;
        width: 100%;
    }
}




/****************************** 15-6-2016 ************************/

.wrap {
    padding: 40px;
    text-align: center;
}

.btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.btn:hover {
    background: #357ebd;
}
.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
    margin-top: 80px;
}
.btn-close {
    color: #aaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.btn-close:hover {
    color: #919191;
}
.modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal:target:before {
    display: block;
}
.modal:target .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}
.modal-dialog {

    right:0;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 11;
    width: auto;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-body {
    padding: 20px;
}
.modal-header,
.modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eee solid 1px;
    text-align: right;
}



/********************************** 21 - 6 - 2016 **********************/
.sign-up-small-text {
    color: #000000;
    display: table;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 25px auto 0;
    text-align: center;
    width: 510px;
}


.main-subscribe-box-signup-row {
    display: table;
    margin: 30px auto 0;
    width: 100%;
}

.main-subscribe-signup-box-row-textfield {
    background-color: #fff;
    border: 2px solid #c0bbb6;
    border-radius: 4px;
    color: #000;
    display: table;
    font-size: 19px !important;
    font-weight: 300 !important;
    height: 50px;
    margin: 0 auto 10px;
    padding: 12px !important;
    width: 90%;
}

.main-subscribe-signup-box-row-btn {
    background-color: #e00a12;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 6px auto 0 30px;
    padding: 18px 45px !important;
}


.subscribe-box-terms-condition-red {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    text-align: center;
}


#main-subscribe-box-signup {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    color: #fff;
    height: 370px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 610px;
}



.subscribe-box-2 .text-error  {
    color: #e00a12 !important;
    position: relative;
    top: -2px;
    margin-left: 30px;
    padding-top: 0px !important;
}


.subscribe-box-2 .validMsgContact {
    color: #39b54a;
    position: relative;
    top: -2px;
    margin-left: 30px;
    padding-top: 0px !important;
    margin-top: 0px;
    font-weight: 300;
    font-size:14px;
}


.welcome-signup {
    color: #000000;
    font-size: 34px;
    margin-top: 30px;
}
.sign-up-terms {
    color: #000;
    float: left;
    font-size: 15px;
    margin-left: 20px;
    margin-top: 15px;
    width: 345px;
}
.full-screen-signup {
    background-image: url("../images/static/full-signup.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 0;
}
.flip-signup-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    color: #fff;
    height: 400px !important;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 60px;
    width: 828px !important;
}
.flip-box-left-col {
    width: 560px;
    display: inline-block;
    height: 100%;
    float: left;
}
.flip-box-right-col {
    background-color: #3b5998;
    display: inline-block;
    float: left;
    height: 100%;
    position: absolute;
    width: 268px;
    z-index: 3;
}
/****************** 23 -6 -2016 *********************/

.thankyou-heading {
    color: #000;
    font-size: 48px;
    margin-top: 160px;
    text-align: center;
}
.thankyou-small-text {
    color: #000;
    font-size: 15px;
    text-align: center;
}
.friends-email-ids {
    display: table;
    margin: 0 auto;
    width: 85%;
}
.friends-id {
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    height: 50px;
    margin: 12px 0 5px;
    padding: 12px;
    text-transform: capitalize;
    width: 100%;
}

.add-more-friends {
    display: table;
    margin: 10px auto 0;
}

.add-more-friends div {
    color: #000;
    display: inline-block;
    float: left;
    line-height: 42px;
    margin-left: 10px;
}

.add-plus {
    float: left;
}
.recommend-friends {
    background: #e00a12 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: table;
    margin: 20px auto 0;
    padding: 14px 25px;
    text-transform: capitalize;
}
.recommend-terms-conditions {
    color: #e00a12;
    font-size: 14px;
    margin: 10px 0 20px;
    text-align: center;
    display: block;
}
.recom-friends {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    text-transform: capitalize;
}
.facebook-like-box {
    margin-top: 110px;
    text-align: center;
}
.like-facebook {
    font-size: 21px;
    text-align: center;
}
.like-facebook-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.click-facebook-btn {

    font-size: 21px;
    margin: 15px auto 0;
    text-align: center;
    width: 195px;

}
.like-facebook-btn {
    margin-top: 30px;
}

#card {
    display: table;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    width: 830px;

}
.overflow-x {overflow-x:hidden;}
.highlighted-heading {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 16px 14px;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    from { transform:  scale(1.6); }
    50% { transform:none }
    to { transform:  scale(1.6); }
}

/* Standard syntax */
@keyframes zoom {
    from { transform:  scale(1.6); }
    50% { transform:none }
    to { transform:  scale(1.6); }
}


.image-zoom {
    -webkit-animation: zoom 30s infinite; /* Chrome, Safari, Opera */
    animation: zoom 30s infinite;
}

.overflow-hidden {overflow:hidden;}
.zoom-animation-div {height:204px;}