/* -------------------------------- 

Primary style

-------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  background: #5c4751;
  height: 100px;
  text-align: center;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Prompt',Tahoma, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 1.6em;
  margin-bottom: .2em;
}
header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #957484;
}
@media only screen and (min-width: 1024px) {
  header {
    height: 200px;
  }
  header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 2.6em;
  }
}

main p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 65px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(images/predifiend-btn-2.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 65px;
    width: 50px;
    right: 25px;
    bottom: 25px;
  }
}
/*
a.pagetitle_active:link,a.pagetitle_active:visited,a.pagetitle_active:active,.pagetitle_active{font-size:1.3rem;font-weight: bold;color: #ffffff;background-color: #ff9933;text-decoration: none;padding:10px;}
a.pagetitle_active:hover{font-size:1.3rem;font-weight: bold;color: #000000;background-color: #ff9933;text-decoration: underline;padding:10px;}
*/
a.textwhite:link,a.textwhite:visited,a.textwhite:active,.textwhite{font-size:1.3rem;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 18px;}
a.textwhite:hover{font-size:1.3rem;font-weight: bold;color: #f5f5f5; text-decoration: none;;line-height: 18px;}
a.textwhite18:link,a.textwhite18:visited,a.textwhite18:active,.textwhite18{font-size:1.8rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 23px;}
a.textwhite18:hover{font-size:1.8rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 23px;}
a.textwhite13:link,a.textwhite13:visited,a.textwhite13:active,.textwhite13{font-size:1.3rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 20px;}
a.textwhite13:hover{font-size:1.3rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 20px;}
a.textwhite12:link,a.textwhite12:visited,a.textwhite12:active,.textwhite12{font-size:1.2rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite12:hover{font-size:1.2rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite11:link,a.textwhite11:visited,a.textwhite11:active,.textwhite11{font-size:1.1rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite11:hover{font-size:1.1rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite10:link,a.textwhite10:visited,a.textwhite10:active,.textwhite10{font-size:1.1rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 15px;margin:0;padding:0;}
a.textwhite10:hover{font-size:1.0rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 15px;margin:0;padding:0;}

a.textgray:link,a.textgray:visited,a.textgray:active,.textgray{font-size:13px;font-weight: normal;color: #f5f5f5;text-decoration: none;line-height: 15px;}
a.textgray:hover{font-size:13px;font-weight: normal;color: #f5f5f5; text-decoration: none;;line-height: 15px;}

a.textred:link,a.textred:visited,a.textred:active,.textred{font-size:14px;font-weight: normal;color: #ff0000;text-decoration: none;line-height: 15px;}
a.textred:hover{font-size:14px;font-weight: normal;color: #990033; text-decoration: none;;line-height: 15px;}

.poster_link {
    position: relative;
    display: block;
}
a.textblack:link,a.textblack:visited,a.textblack:active,.textblack{font-size:1.3rem;font-weight: normal;color: #000000;text-decoration: none;line-height: 20px;}
a.textblack:hover{font-size:1.3rem;font-weight: normal;color: #333333; text-decoration: none;;line-height: 20px;}

.textmediapic {left: 0px; position: relative; background: url(./images/transpBlack.png) repeat center 50%; height: 50px; width:100%; margin-top: -50px; z-index: 999; color: white;}
.textmediapic_news_sm {left: 0px; position: relative; background: url(./images/transpBlack.png) repeat center 50%; height: 40px; width:100%; margin-top: -50px; z-index: 999; color: white;}
.textmediapic_news_xs {left: 0px; position: relative; background: url(./images/transpBlack.png) repeat center 50%; height: 40px; width:100%; margin-top: -40px; z-index: 999; color: white;}
/*.textmediapic {left:30px; position: absolute; background: url(./images/transpBlack.png) repeat center 50%; height: 50px; width:95%; margin-top: -65px; z-index: 999; color: white;}*/
.textmediapic_xs {left:0px; position: relative; background: url(./images/transpBlack.png) repeat center 50%; height: 40px; width:100%; margin-top: -50px; z-index: 999; color: white;}
.textmediapic_xs_sw {left:0px; position: relative; background: url(./images/transpBlack.png) repeat center 50%; height: 40px; width:100%; margin-top: 0px; z-index: 999; color: white;}
.textnews_mobile {background: url(./images/transpBlack.png) repeat center 50%; height: 45px; width:100%; color: white; margin-top: -55px; z-index: 999;}

#ndDivFooter {position: relative; left: 0px; top: 0px; width: 100%; background-color:#222; text-align: center; border-top: 4px solid #ff9933;}

a.linktextorange:link,a.linktextorange:active,.linktextorange,a.linktextorange:visited{font-size:1.4rem; font-weight: normal; color: #ff9933; text-decoration: none; line-height: 20px;}
a.linktextorange:hover{font-size:1.4rem; font-weight: normal; color: #cc6600; text-decoration: none; line-height: 20px;}

a.linktextblack:link,a.linktextblack:active,.linktextblack,a.linktextblack:visited{font-size:1.4rem; font-weight: normal; color: #000000; text-decoration: none; line-height: 20px;}
a.linktextblack:hover{font-size:1.4rem; font-weight: normal; color: #666666; text-decoration: none; line-height: 20px;}

a.loadmore:link,a.loadmore:active,.loadmore,a.loadmore:visited{font-size:1.5rem; font-weight: bold; background-color: #f5f5f5; color: #ff9933; text-decoration: none; line-height: 25px;}
a.loadmore:hover{font-size:1.5rem; font-weight: bold; background-color: #f5f5f5; color: #cc6600; text-decoration: none; line-height: 25px;}

a.loadmore_story:link,a.loadmore_story:active,.loadmore_story,a.loadmore_story:visited {
	font-size:1.5rem;
	font-weight: bold; 
	background: rgba(241,241,241,1);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=0 );
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	}
a.loadmore_story:hover {
	font-size:1.5rem; 
	font-weight: bold; 
	background: rgba(241,241,241,1);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=0 );
	color: #ff9933; 
	text-decoration: none; 
	line-height: 25px;
	}


.img-thumbnail-noborder {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.media-object.img-thumbnail-banner {
  max-width: none;
}

@media (min-width: 150px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 300px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 768px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 992px) {
  .paligntext {
    text-align:left;
  }
}
@media (min-width: 1200px) {
  .paligntext {
    text-align:left;
  }
}

.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.carousel-control.left, .carousel-control.right {
  outline: 0;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel-indicators {
  display:none;
}
.carousel-control.left, .carousel-control.right {
	/*background: none;*/
	color: @red;
	border: none;
}
.carousel-control.left {width:50px;}
.carousel-control.right {width:50px;}

.if_wrapper {width:100%;height:100%;margin:0 auto; background:#fff}
.h_iframe {position:relative;}
.h_iframe .if_ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

@media (max-width: 1340px) {
  .banner_120 {
    display:none;
  }
}
@media (max-width: 768px) {
  .banner728 {
    display:none;
  }
}
@media (max-width: 1200px) {
  .banner700 {
   display:none;
  }
}
.fonclass {
	font-family: Tahoma, sans-serif;
}