body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.mod_poll .radio_container {
    padding: 9px 15px 5px;
}
.mod_poll [type="radio"]:not(:checked),
.mod_poll   .mod_poll  [type="radio"]:checked {
 position:absolute;
 opacity:0;
 pointer-events:none
}
.mod_poll [type="radio"]:not(:checked)+label,
.mod_poll [type="radio"]:checked+label {
 position:relative;
 padding-left:35px;
 cursor:pointer;
 display:inline-block;
 height:25px;
 line-height:25px;
 font-size:1rem;
 transition:0.28s ease;
 user-select:none
}
.mod_poll [type="radio"]+label:before,
.mod_poll [type="radio"]+label:after {
 content:'';
 position:absolute;
 left:0;
 top:0;
 margin:4px;
 width:16px;
 height:16px;
 z-index:0;
 transition:0.28s ease
}
.mod_poll [type="radio"]:not(:checked)+label:before,
.mod_poll [type="radio"]:not(:checked)+label:after,
.mod_poll [type="radio"]:checked+label:before,
.mod_poll [type="radio"]:checked+label:after,
.mod_poll [type="radio"].with-gap:checked+label:before,
.mod_poll [type="radio"].with-gap:checked+label:after {
 border-radius:50%
}
.mod_poll [type="radio"]:not(:checked)+label:before,
.mod_poll [type="radio"]:not(:checked)+label:after {
 border:2px solid #5a5a5a
}
.mod_poll [type="radio"]:not(:checked)+label:after {
 transform:scale(0)
}
.mod_poll [type="radio"]:checked+label:before {
 border:2px solid transparent
}
.mod_poll [type="radio"]:checked+label:after,
.mod_poll [type="radio"].with-gap:checked+label:before,
.mod_poll  [type="radio"].with-gap:checked+label:after {
 border:2px solid #0B2F47
}
.mod_poll  [type="radio"]:checked+label:after,
.mod_poll  [type="radio"].with-gap:checked+label:after {
 background-color:#0B2F47
}
.mod_poll  [type="radio"]:checked+label:after {
 transform:scale(1.02)
}
.mod_poll  [type="radio"].with-gap:checked+label:after {
 transform:scale(0.5)
}
.mod_poll  [type="radio"].tabbed:focus+label:before {
 box-shadow:0 0 0 10px rgba(0, 0, 0, 0.1)
}
.mod_poll  [type="radio"].with-gap:disabled:checked+label:before {
 border:2px solid rgba(0, 0, 0, 0.42)
}
.mod_poll  [type="radio"].with-gap:disabled:checked+label:after {
 border:none;
 background-color:rgba(0, 0, 0, 0.42)
}
.mod_poll  [type="radio"]:disabled:not(:checked)+label:before,
.mod_poll  [type="radio"]:disabled:checked+label:before {
 background-color:transparent;
 border-color:rgba(0, 0, 0, 0.42)
}
.mod_poll  [type="radio"]:disabled+label {
 color:rgba(0, 0, 0, 0.42)
}
.mod_poll  [type="radio"]:disabled:not(:checked)+label:before {
 border-color:rgba(0, 0, 0, 0.42)
}
.mod_poll  [type="radio"]:disabled:checked+label:after {
 background-color:rgba(0, 0, 0, 0.42);
 border-color:#949494
}
.result_bar {
    margin-bottom: 5px;
}
.result_option {
    display: block;
    height: 25px;
    width: 200px;
    padding-left: 5px;
}
.counterbar {
    background: #7CBED8;
    display: block;
}
.ce_comments .checkbox_container {
    padding: 15px !important;
}
.ce_mateContentBox .inside {
    align-items: start;
}
/*
.mod_newsticker {
  height: 25px;
  width: 420px;

  overflow: hidden;
  position: relative;
}

.mod_newsticker div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.mod_newsticker span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



marquee { background: #0089fa; }

.rightTI { background: #ff002b;
  white-space: nowrap; 
  overflow: hidden;
  animation: marquee 18s linear infinite;
}
.rightTI:hover {
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {text-indent: 100%;}
  100% {text-indent: -100%;}
}

.rightCSS { 
  background: #a35dc1;
  overflow: hidden;
} 
.rightCSS div {
  position: relative;
  animation: CSSright linear 18s infinite;
} 
@keyframes CSSright {
  0% { right: -100% }
  100% { right: 100% }
}
.rightCSS:hover div {
  animation-play-state: paused;
}


.li {
  float: left;
  width: 80%;
  padding: 1%;
  margin: 1% 10%;
  height: 20px;
  border-radius: 0.5em;
  box-shadow: 0 0.1em 0.5em;
}*/
.mod_newslist {
    font-size: 23px;
    font-weight: bold;
}
.marquee {
  height: 33px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.marquee div:hover {
  animation-play-state: paused;
}
