﻿@font-face {
	font-family:headFont;
	src:url("../fonts/Georgia Bold.ttf");
}
@font-face {
	font-family:headDeckFont;
	src:url("../fonts/Georgia.ttf");
}
@font-face {
	font-family:bodyFont;
	src:url("../fonts/Georgia.ttf");
}

.loading {
    background-image: url(../images/articleloading.gif);
    background-position:center;
    background-repeat:no-repeat;
}
      
.container {
    height:100%;
}

.reporteremail{
    font-size: 14px!important;
    line-height: 1.8em;
    color:#208fde;
    text-decoration:none;
}

.articleNoScroll{
    overflow:visible !important;
}

.content {
	margin:auto;
	/*height:calc(100% - 90px);*/
    height:100%;
	width:calc(100% - 10px);
    font-family:Georgia;
}

.contentKicker {
    text-transform: uppercase;
}
        
.controls {
	height:36px;
    position:relative;
    display:none;
}
        
.articleContentHtml5 {
    /*height:calc(100%-41px)*/
	height:calc(100%);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
    font-size:18px;
}

.articleContent.float .contentImages {
    float:right;
    margin-left: 25px;
    margin-bottom: 25px;
}
    
.articleContent.float br {
    display:none;
}
    
.captionbreak{
    display:inline !important;
}

.imageandiconscontainer{
    position:relative;
}

.iconscontainer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:50px;
}

.textSizeHtml5, .sharingHtml5 {
    display:inline-block;
    vertical-align:top;
}
.clearFloat {
	height:0px;
	clear:both;
}
.navBar {
    height:40px;
    line-height:40px;
    padding:0 15px 0 15px;
    text-align:center;
    position:relative;
    background-color:#d0d0d0;
    font-family:Arial;
}
.imageControls {
    height:40px;
    line-height:40px;
    padding:0 15px 0 15px;
    text-align:center;
    position:relative;
    background-color:#222222;
    font-family:Arial;
}
.imageControls a {
    text-decoration:none;
    font-family:Arial;
    color:#4591B8;
}
.previousImage {
    position:absolute;
    left:5px;
    padding-left:28px;
    font-size:13px;
}
.imgPreviousImage {
    height:24px;
    width:24px;
    position:absolute;
    top:8px;
    left:0px;
}
.imageCount {
    width:140px;
    text-align:center;
    position:absolute;
    left:calc(50% - 70px);
    font-size:15px;
	color:#ffffff;
}
.nextImage {
    position:absolute;
    right:5px;
    padding-right:28px;
    font-size:13px;
}
.imgNextImage {
    height:24px;
    width:24px;
    position:absolute;
    top:8px;
    right:0px;
}

.contentHead {
	font-family: Georgia;
    font-weight: bold;
    margin: 25px 0 25px 0;
    word-break:break-word;
}
.contentHead p {
    display:inline;
    margin-right:8px;
}


.contentDeck {
	font-family: Georgia;
    margin:25px 0 25px 0;
}
.contentDeck p {
    display:inline;
}

.contentdeck {
    margin:15px 0 15px 0;
}
.contentdeck p {
    display:inline;
}

.contentImages {
	background-color:#333333;
}
.contentImage {
    text-align:center;
    position:relative;
}
.contentImage img {
    max-width:100%;
}
.contentCaption {
	text-align:left;
    color:#ffffff;
	padding: 5px 8px 5px 8px;
}
.contentCaption p {
    display:inline;
}

.contentcaption {
	text-align:left;
    color:#000000;
    background-color:#ffffff;
	padding: 5px 8px 5px 8px;
}
.contentcaption p {
    display:inline;
}

.contentByline {
    font-family: Georgia;
    margin:10px 0 10px 0;
    text-transform:uppercase;
}
.contentByline p {
    display:inline;
    padding-right:8px;
    text-transform:uppercase;
}
.contentByline p:last-child {
   font-family: Georgia;
}

.contentbyline {
	/*font-family:headFont;*/
    color:#808080;
    margin:10px 0 10px 0;
    display:inline;
}
.contentbyline p {
    display:inline;
    padding-right:8px;
}
.contentbyline p:last-child {
    /*font-family:bodyFont;*/
}

.bylinespan{
    color:#0E74B7;
}

.contentBody {
	font-family: Georgia;
}

    .contentBody.has-flipp, .has-flipp .container {
        padding-bottom: 20px;
    }

.contentBody p {
    margin-top:15px;
    margin-bottom:15px;
}

.contentbody {
	/*font-family:bodyFont;*/
}

.contentbody p {
    margin-top:15px;
    margin-bottom:15px;
}

.galleryicon{
    height:50px;
    width:50px;
    background-color:rgba(0,0,0,0.7);
    background-image:url('../images/fullscreen-ic.png');
    background-size:60%;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
    top:0px;
    visibility:hidden;
}

.articlevideoicon{
    height:50px !important;
    width:50px !important;
    /*background-color:rgba(0,0,0,0.7);*/
    background-image:url('../images/play_ic@2x.png') !important;
    background-size:80% !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    /*position:absolute;*/
    float:left !important;
    /*top:0px;
    visibility:hidden;*/
    display:none;
}

.linkicon{
    height:50px;
    width:50px;
    /*background-color:rgba(0,0,0,0.7);*/
    background-image:url('../images/weblink_ic@2x.png');
    background-size:80%;
    background-position:center;
    background-repeat:no-repeat;
    /*position:absolute;*/
    float:left;
    /*top:0px;
    visibility:hidden;*/
    display:none;
}

.ogalleryicon{
    height:50px;
    width:50px;
    /*background-color:rgba(0,0,0,0.7);*/
    background-image:url('../images/gallery_ic@2x.png');
    background-size:80%;
    background-position:center;
    background-repeat:no-repeat;
    /*position:absolute;*/
    float:left;
    /*top:0px;
    visibility:hidden;*/
    display:none;
}

.reviewbox{
    background-color:#f3f3f3;
    border:1px solid #a4a4a4;
    padding:10px;
    margin-bottom:5px;
    margin-top:10px;
}

.newsbox{
    background-color:#f3f3f3;
    border:1px solid #a4a4a4;
    padding:10px;
    margin-top:5px;
    margin-bottom:5px;
}

@media screen and (max-width: 500px){
    .ogalleryicon{
        height:40px;
        width: 40px;
    }

    .linkicon{
        height:40px;
        width: 40px;
    }

    .articlevideoicon{
        height:40px !important;
        width: 40px !important;
    }

    .galleryicon{
        height:40px;
        width: 40px;
    }

    .iconscontainer{
        height:40px !important;
    }

}

.textcontent{
    padding:5px;
}

.bylinecontainer{
    float:right;
    display:inline;
    margin-right:5px;
    margin-top:-4px;
    width:auto !important;
}

.customscroller{
    width: 100% !important;
}

.mpuAdvert{
    width:300px;
    height:250px;
    float:right;
    margin:5px;
}

.mpuPhone{
    width:100%;
    height:250px;
    text-align:center;
}

.label{
    color:red;
    font-size:20px;
}

.labeldesktop{
    margin: 10px 0px 10px 0px;
}

/*.font35 {
    font-size:39px;
}
.font25 {
    font-size:29px;
}
.font15 {
    font-size:19px;
}
.font13 {
    font-size:17px;
}*/

.font35 {
    font-size:2em;
}
.font25 {
    font-size:1.5em;
}
.font15 {
    font-size:1em;
}
.font13 {
    font-size:1em;
}

.ad {
    display:none;
}

.stLarge {
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.st_facebook_large .stLarge {
	background:url("facebook-ic.png") !important;
	background-size:contain !important;
}
.st_twitter_large .stLarge {
	background:url("twitter-ic.png") !important;
	background-size:contain !important;
}
.st_linkedin_large .stLarge {
	background:url("linkedin-ic.png") !important;
	background-size:contain !important;
}
.st_pinterest_large .stLarge {
	background:url("pinterest-ic.png") !important;
	background-size:contain !important;
}
.st_googleplus_large .stLarge {
	background:url("google-ic.png") !important;
	background-size:contain !important;
}
.st_email_large .stLarge {
	background:url("email-ic.png") !important;
	background-size:contain !important;
}   

.ttsToggle{
    background: url("../images/reader icons/speech-ic-blk2.png");
    background-size: cover !important;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
}
subhead {
    font-size: 1.25em;
    font-weight: bold;
}
subhead p {
    display: inline;
    margin-right: 8px;
}

tagline_contrib__01 {
    text-transform:uppercase;
}

.printContainer {
    display:none;
}

@media print {
    html {
         padding:0;
         margin:0;
         width:100%;
         height:100%;
     }

    .articleContentHtml5 {
        height: auto;
        /*word-break:break-word;
        padding-right:20px;*/
    }

    .articleContent {
        height: auto;
        word-break:break-word;
        padding-right:20px;
    }

    .topBar {
        max-height: 0px;
    }

    .bottomNav {
        max-height: 0px;
    }

    .bottomBar {
        max-height: 0px;
    }

    html.iphone {
        position: inherit !important;
    }

      body {
         /*width:100px;*/
         min-height:100%;
         overflow:visible !important;
     }
     #ext-viewport{
         display:none;
     }

    .printContainer{
         display:block;
         width:100%;
         height:100%;
         
     }

    .x-scroll-scroller-vertical.x-scroll-scroller {
        height: 100% !important;
        -webkit-transform: translate3d(0px, -0px, 0px) !important;
    }

    .printImage {
        display: block;
        height: 100%;
        margin: auto;
    }

    .outerDiv {
        display: none;
    }

    .imageControls {
        display: none;
    }

    .splashScreen{
        display:none !important;
    }
}

 .copyButton{
    background: url("../images/reader%20icons/copy-ic.png");
    background-size: contain !important;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition:background-color ease-out 1s, background-image ease-out 1s;
    transition:background-color ease-out 1s, background-image ease-out 1s;
}
 .copyButton.copied{
     background-color: #000;
     background-image:url("../images/reader%20icons/tick-white.png");
     background-size: contain !important;
     transition: none;
     border-radius: 3px;
 }
 .tick-icon {
    background-image: url("../images/reader%20icons/tick-white.png");
}
 .cross-icon{
     background-image:url("../images/reader%20icons/close-white.png");
 }
 .tick-icon, .cross-icon{
     background-color: #000;
     background-size: 15px;
     background-position:center;
     background-repeat:no-repeat;
     border-radius: 3px;
     height: 20px;
     width:20px;
     display: inline-block;
     vertical-align:text-bottom;
 }
 .hideAlert{
     opacity: 0;
     -webkit-transition:opacity ease-out 1s;
    transition:opacity ease-out 1s;
 }
 .copy-alert{
     padding:10px !important;
     font-size: 15px;
 }
.copy-alert .x-inner, .copy-alert .x-innerhtml{
    background-color: transparent !important;
}
.inappTranslate{
    background-image: url("../../../assets/article%20view/United-States.png");
    height:30px;
    width: 30px;
    background-size:contain;
    background-position:center;
    margin-left:10px;
    cursor: pointer;
}
.inappTranslate.spain{
    background-image: url("../../../assets/article%20view/Spain.png");
}

table.contentBody {
    display:none;
}

.printImage {
  display: none;
  height: 100%;
  width: auto;
}


.articleImg {
    max-height: 400px;
}


@media screen and (max-height: 900px) {
    .articleImg {
        max-height: 300px;
    }
}

@media screen and (max-height: 700px) {
    .articleImg {
        max-height: 250px;
    }
}

@media screen and (max-height: 600px) {
    .articleImg {
        max-height: 200px;
    }
}





.imagecontainerblack{
    background-color:black;
    line-height:12px;
}

.captionlineheight{
    line-height:normal;
}

.allowSwipe{
    pointer-events:none;
}

@media screen and (orientation: portrait) {
    .interstitialAdvertTablet iframe {
        width:768px;
        height:1024px;
    }

    .interstitialAdvertPhone iframe {
        width:320px;
        height:480px;
    }
}

@media screen and (orientation: landscape) {
    .interstitialAdvertTablet iframe {
        width:1024px;
        height:768px;
    }

    .interstitialAdvertPhone iframe {
        width:480px;
        height:320px;
    }
}
