ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.icon {
  float: left;
  vertical-align: bottom !important;
}

.sw {
  max-width: 1180px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.w100 {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.nomargin-right {
  margin-right: 0 !important;
}

.nomargin-left {
  margin-left: 0 !important;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

.noborder-right {
  border-right: 0 !important;
}

.noborder-left {
  border-left: 0 !important;
}

.noborder-top {
  border-top: 0 !important;
}

.noborder-bottom {
  border-bottom: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.hidden {
  display: none;
}

/*maincontent*/
.mc-wrapper {
  background: #fff;
  border: 1px solid #E2E2E2;
}

.mc-left {
  float: left;
  width: 600px;
  padding: 0 20px 0 20px;
}

.mc-mid {
  float: left;
  width: 300px;
  padding: 0 19px 0 19px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #e2e2e2;
}

.mc-right {
  float: left;
  width: 160px;
  margin: 0 19px 0 19px;
}

.mc-right-border {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0 20px 0 19px;
  border-right: 1px solid #e2e2e2;
}

.mc-left-wide {
  float: left;
  width: 784px;
  margin: 0 20px 0 20px;
}

.topcmnts-mid {
  width: 300px;
  padding: 20px 19px 0 19px;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #e2e2e2;
}

@media all and (min-width: 1180px) and (max-width: 1197px) {
  .mc-right {
    width: 144px;
  }
}
@media all and (max-width: 1280px) {
  .sw {
    max-width: 1000px;
  }

  .maincontent {
    width: 99.6%;
  }

  .mc-left {
    width: 60.1%;
    padding: 0 2.5%;
    margin: 0;
  }

  .mc-mid {
    width: 30%;
    margin: 0;
    padding: 0 2%;
    float: right;
  }

  .topcmnts-mid {
    width: 29.4%;
  }

  .mc-left-wide {
    width: 60.1% !important;
    padding: 0 2.5%;
    margin: 0;
  }

  .mc-right {
    display: none;
  }

  .mc-left-wide {
    width: 600px;
  }
}
@media all and (max-width: 1000px) {
  .mc-wrapper {
    outline: 0;
    border: 0;
  }
}
@media all and (max-width: 768px) {
  .maincontent {
    width: 98.7%;
  }

  .mc-mid {
    display: none;
  }

  .mc-left {
    width: 95%;
  }

  .mc-left-wide {
    width: 95% !important;
  }

  .topcmnts-mid {
    display: none;
  }
}
body {
  background: #f1f1f1;
}

.top {
  padding-top: 5px;
}

.date {
  font-size: 11px;
  color: #0875c0;
}

.mainfooter .social {
  float: left;
}

.mainheader .social {
  float: left;
  border-bottom: 1px solid #063C71;
  padding: 0 8px 10px 0;
}

.social div {
  float: right;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  font-size: 11px;
  margin-left: 10px;
  background: #063C71;
}

.social div span {
  margin-left: 3px;
  margin-top: 3px;
  color: #052D54;
}

.mainheader {
  background: #042444;
}

.menutrigger {
  display: none;
}

.mainheader .logo {
  width: 250px;
}

.logo {
  margin: 15px 0;
}

.logo-text-top {
  color: #fff;
  font-size: 36px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
}

.logo-text-top img {
  width: 90px;
  height: 61px;
}

.logo-text-bottom {
  width: 155px;
  margin: 46px 0 0 0;
  color: #009BFF;
  font-size: 16px;
  font-family: "Clarendon Lt BT";
}

.logo-text-bottom-right {
  margin: 0 0 0 10px;
  color: #FEB306;
  font-size: 14px;
  font-family: "Georgia";
  font-style: italic;
}

.header-baner {
  width: 700px;
  height: 90px;
  margin: -15px 0 0 120px;
}

.header-baner img {
  width: 700px;
  height: 90px;
}

.headerline {
  border-top: solid 1px #063C71;
  margin-bottom: -1px;
}

.options {
  margin-top: 1px;
}

.options .icon {
  color: #0A549E;
}

.mainheader-searchtrigger, .mainheader-profiletrigger {
  border-left: solid 1px #063C71;
  border-right: solid 1px #063C71;
  cursor: pointer;
  position: relative;
}

.mainheader-profiletrigger .icon {
  margin-top: 5px;
  padding: 10px 10px 8px 10px;
}

.mainheader-searchtrigger input {
  outline: 0;
  font-size: 15px;
  color: #444444;
  padding: 6px 0;
  margin: 1px 0 0 0;
  border-radius: 4px;
}

.mainheader-searchtrigger .mainheader-searchmobile {
  position: fixed !important;
  left: 10px !important;
  width: 78% !important;
}

.mainheader-profiletrigger-li-active {
  background: #fff;
}

.mainheader-profiletrigger-li-active .icon {
  color: #dddddd;
}

.mainheader-searchtrigger .icon {
  margin-top: 5px;
  position: relative;
  z-index: 99;
  padding: 10px 10px 8px 10px;
}

.mainheader-searchtrigger form {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 0;
  z-index: 9;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mainheader-searchtrigger form {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 0;
  z-index: 9;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mainheader-searchtrigger-close {
  display: none;
}

.mainheader-searchtrigger-ti {
  width: 100%;
  border: 0;
  padding: 0 0 10px 0;
}

.mainheader-searchtrigger-active {
  width: 250px !important;
}

.mainheader-searchtrigger.active {
  border-top: 0;
  border-left: 0;
}

.leftbanner {
  height: 500px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.rightbanner {
  height: 500px;
  position: absolute;
  right: 0;
  z-index: 9;
}
/*
.rightbanner img,
.leftbanner img {
  width: 100%;
  float: left;
}
*/

/* footer */
.backtotop {
  text-align: center;
  margin: 20px 0 25px 0;
}

.backtotop a {
  color: #0099FF;
  font-size: 12px;
}

.backtotop a span {
  font-size: 16px;
  vertical-align: middle;
}

.mainfooter-sitemap {
  width: 930px;
}

.mainfooter-sitemap-nav {
  width: 15%;
  margin: 0 1.5% 0 0;
  padding: 10px 0 0 0;
}

.sitemap-title {
  width: 100%;
  padding: 10px 0 15px 0;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.mainfooter-sitemap-nav ul li {
  display: block;
  margin: 0 0 5px 0;
}

.mainfooter-sitemap-nav ul li a {
  color: #777777;
  font-size: 12px;
}

.sitemap-red {
  border-top: 2px solid #EB1E00;
}

.sitemap-green {
  border-top: 2px solid #59B200;
}

.sitemap-purple {
  border-top: 2px solid #9203E7;
}

.sitemap-orange {
  border-top: 2px solid #FF8000;
}

.sitemap-blue {
  border-top: 2px solid #00B2B2;
}

.sitemap-gray {
  border-top: 2px solid #A38932;
}

.country {
  margin: 15px 0 0 0;
}

.country-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.country-popup {
  position: fixed;
  top: 50px;
  left: 42%;
  z-index: 9;
  padding: 20px 2.5%;
  background: #fff;
  width: 11%;
}

.country-popup ul li a {
  width: 90%;
  margin: 2px 2.5%;
  padding: 5px 2.5%;
  border-bottom: 1px solid #009AFF;
  color: #009AFF;
}

.country a {
  width: 50%;
}

.country-name {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

.country-name .icon {
  color: #CCCCCC;
  font-size: 24px;
  margin: -8px 0 0 0;
}

.country-change {
  color: #009BFF;
  font-size: 10px;
  margin: 2px 0 0 0;
}

.mainfooter-social {
  width: 200px;
  text-align: center;
}

.mainfooter-social .logo {
  text-align: center;
}

.mainfooter-social .logo-text-top {
  color: #DDDDDD;
  font-size: 40px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
}

.mainfooter-social .logo-text-top img {
  width: 90px;
  height: 60px;
  float: none;
}

.mainfooter-social .social {
  margin: 0 15% 0 15%;
  width: 60%;
}

.mainfooter-social .social div {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}

.mainfooter-social .social div .icon {
  font-size: 24px;
}

.mainfooter-social .social .facebook .icon {
  color: #052d54;
}

.mainfooter-social .social .twitter .icon {
  color: #26c9ff;
}

.mainfooter-social .social .google .icon {
  color: #8c0000;
}

.mainfooter-social .social .rss .icon {
  color: #ff8000;
}

.bottomfooter {
  background: #063C71;
  margin: 40px 0 0 0;
  padding: 20px 0 20px 0;
}

.bottomfooter-nav {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.bottomfooter-nav ul li {
  display: inline;
  color: #506C88;
  font-size: 12px;
}

.bottomfooter-nav ul li a {
  color: #506C88;
  font-size: 12px;
  padding: 0 10px 0 5px;
}

.copyrights {
  margin: 0 20px 0 0;
}

.bottomfooter-border {
  border-right: 1px solid #506C88;
}

.bottomfooter-nav-right {
  text-align: right;
}

.bottomfooter-nav ul li a:hover {
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

/* mobile menu */
.cbp-spmenu-left {
  position: absolute;
}

.cbp-spmenu-left {
  top: 46px;
  height: auto;
}

.mobilenavigation {
  background: #042444;
}

.mobilenavigation ul li {
  border-bottom: 1px solid #063C71;
}

.mobilenavigation ul li a {
  width: 90%;
  margin: 8px 2.5%;
  padding: 0 2.5%;
  color: #0A549E;
  font-size: 15px;
  font-weight: normal;
}

.cbp-spmenu-vertical a {
  border: 0;
}

.cbp-spmenu a:hover {
  background: none;
}

.cbp-spmenu li {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.cbp-spmenu li:hover {
  background: #063C71;
}

.cbp-spmenu li:hover a {
  color: white !important;
}

.border-red {
  border-left: 3px solid #ec381d !important;
}

.border-green {
  border-left: 3px solid #6bba1d !important;
}

.border-purple {
  border-left: 3px solid #9203e7 !important;
}

.border-orange {
  border-left: 3px solid #ff8000 !important;
}

.border-lightblue {
  border-left: 3px solid #0eb6b6 !important;
}

.border-oker {
  border-left: 3px solid #8a7252 !important;
}

.border-pink {
  border-left: 3px solid #dc1ddc !important;
}

.border-brown {
  border-left: 3px solid #817754 !important;
}

.border-lightgreen {
  border-left: 3px solid #a3d900 !important;
}

.border-blue {
  border-left: 3px solid #1e8ed8 !important;
}

.signup-nav {
  background: #fff;
  text-align: center;
}

.signup-nav a {
  width: 110px;
  margin: 5px auto;
  background: url(../../img/bloggradient.png);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.signup-nav a:hover {
  background: url(../../img/bloggradient.png);
  opacity: 0.8 !important;
}

.gallbox-nav a {
  width: 49.8%;
  padding: 13px 0;
  color: #3E86D0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #063C71;
}

a.submenu-cat {
  width: 90%;
  padding: 8px 5%;
  color: #3e86d0 !important;
  font-size: 15px !important;
  border-bottom: 1px solid #063C71;
}

.submenu-cat .icon {
  margin: 0 8px 0 0;
}

.submenu li a {
  color: white !important;
}

/* /mobile menu */
/*index slider 2*/
#topsidesliderwrapper {
  position: relative;
}

.tsllw-box-three {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.ontop {
  opacity: 1;
}

@media all and (max-width: 1280px) {
  .header-baner {
    width: 580px;
    height: 85px;
    margin: -15px 0 0 0;
  }

  .header-baner img {
    width: 580px;
    height: 85px;
  }

  .mainheader .hidden {
    display: block;
  }

  .logo {
    margin: 20px 10px 20px 0;
  }

  .mainheader-searchtrigger-li-active form {
    top: 43px;
    right: -2px;
    background: #F1F1F1;
    padding: 10px;
  }

  .mainheader-searchtrigger-li-active form input {
    border: 1px solid #E2E2E2;
    border-radius: 3px;
  }

  .mainheader-searchtrigger-li-active {
    background: #fff;
  }

  .mainheader-searchtrigger-li-active .icon {
    color: #dddddd;
  }

  .mainheader,
  .mainfooter {
    width: 95%;
    padding: 0 2.5%;
  }

  .mainfooter-sitemap {
    width: 75%;
  }

  .mainfooter-social {
    width: 25%;
  }

  .country-name {
    margin: 2px 0 0 0;
    font-size: 10px;
  }

  .country-name .icon {
    font-size: 20px;
  }

  .tslslider .bx-wrapper .bx-controls-direction a {
    margin: 11px 0 0 0 !important;
  }

  .country-popup {
    left: 37%;
    width: 21%;
  }

  .navigation a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media all and (max-width: 1000px) {
  .rightbanner,
  .leftbanner {
    display: none;
  }

  .country a {
    width: 100%;
  }

  .country-popup {
    left: 27%;
    width: 41%;
  }

  .header-baner,
  .header-baner img {
    width: 360px;
    height: auto;
  }

  .hwp {
    margin: 10px 10px 0 0 !important;
  }

  .navigation a {
    padding: 10px 2px !important;
    font-size: 9px !important;
    font-weight: normal !important;
  }

  .indexli {
    padding: 0 !important;
  }

  .indexli .icon {
    font-size: 20px !important;
    padding: 3px !important;
  }

  .mainheader-searchtrigger, .mainheader-profiletrigger {
    padding: 3px 5px !important;
  }

  .tslslider .bx-wrapper .bx-controls-direction a {
    margin: -21px 0 0 0 !important;
  }

  .options .icon {
    padding: 1px 4px 0px 7px;
  }
}
@media all and (max-width: 768px) {
  .sbmncatm-wrapper,
  .sbmnm-wrapper,
  .mainheader .social,
  .hwp,
  .date,
  .mainheader-profiletrigger,
  .logo-text-bottom-right,
  .navigation,
  .headerline,
  .top,
  .mainfooter-sitemap {
    display: none;
  }

  .header-baner {
    display: none !important;
  }

  .mainheader-left,
  .mainheader {
    height: 45px;
    border-bottom: 1px solid #0A549E;
  }

  .mainheader .logo {
    height: 32px;
    width: 60px;
    float: none;
    margin: 7px auto 0px auto;
  }

  .mainheader .logo img {
    height: 32px;
    width: 60px;
  }

  .logo-text-top {
    font-size: 22px;
  }

  .logo-text-bottom {
    font-size: 11px;
  }

  .menutrigger {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 12px 13px 12px;
    border-right: 1px solid #063C71;
  }

  .menutrigger span {
    width: 27px;
    height: 3px;
    margin: 4px 0 0 0;
    background: #063C71;
  }

  .active {
    background: #063C71;
    cursor: pointer;
  }

  .active span {
    background: #3E87D0;
    cursor: pointer;
  }

  .mainnav {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mainheader-searchtrigger {
    padding: 0 !important;
    border-right: 0;
  }

  .mainheader-searchtrigger .icon {
    font-size: 20px;
    padding: 7px 13px;
  }

  .mainheader-searchtrigger-li-active form {
    top: 7px;
    right: 0px;
    background: #F1F1F1;
    padding: 0px;
  }

  .mainheader-searchtrigger form {
    z-index: 9999999999999;
  }

  .mainheader-searchtrigger-li-active form input {
    border: 0;
    border-radius: 3px;
  }

  .mainheader-searchtrigger-li-active .icon {
    color: #0A549E;
  }

  .mainheader-searchtrigger-li-active {
    background: none;
  }

  .mainheader-searchtrigger-close {
    display: block;
    position: fixed;
    top: 0;
    right: -45px;
    width: 45px;
    font-size: 22px;
    color: #063C71;
    text-align: center;
    padding: 9px 0;
    border-left: 1px solid #063c71;
  }

  .mainfooter-social {
    width: 100%;
  }

  .mainfooter-social .logo {
    width: 40%;
    margin: 0;
    float: left;
  }

  .backtotop {
    margin: 10px 0 20px 0;
  }

  .bottomfooter-nav {
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
  }

  .social-wrapper {
    width: 60%;
    margin: 17px 0 0 0;
    padding: 0;
  }

  .copyrights {
    width: 100%;
    float: left;
    margin: 0;
  }

  .bottomfooter-nav-border {
    border-bottom: 1px solid #109FFE;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .country-popup {
    left: 17%;
    width: 61%;
  }
}
@media all and (max-width: 480px) {
  .country-popup {
    left: 10%;
    width: 75%;
  }
}
.mainnav .navigation li {
  float: left;
  border-right: solid 1px #063C71;
  -webkit-transition-radius: all 0.5s ease-in-out;
  -moz-transition-radius: all 0.5s ease-in-out;
  -o-transition-radius: all 0.5s ease-in-out;
  -ms-transition-radius: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation a {
  display: block;
  padding: 15px 10px 16px 10px;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.mainnav .navigation li.red {
  border-top: solid 1px #EB1E00;
}

.mainnav .navigation li.green {
  border-top: solid 1px #59B200;
}

.mainnav .navigation li.purple {
  border-top: solid 1px #9203E7;
}

.navigation li.orange {
  border-top: solid 1px #FF8000;
}

.navigation li.lightblue {
  border-top: solid 1px #00B2B2;
}

.navigation li.gray {
  border-top: solid 1px #817754;
}

.navigation li.pink {
  border-top: solid 1px #D900D9;
}

.navigation li.lightgray {
  border-top: solid 1px #846A48;
}

.navigation li.lightgreen {
  border-top: solid 1px #A3D900;
}

.navigation li.blue {
  border-top: solid 1px #0180D5;
}

.navigation li.bluelight {
  border-top: solid 1px #0499ff;
}

/*active backgroun*/
.navigation li.red.active {
  background: #EB1E00;
  border-right: solid 1px #EB1E00;
}

.navigation li.green.active {
  background: #59B200;
  border-right: solid 1px #59B200;
}

.navigation li.purple.active {
  background: #9203E7;
  border-right: solid 1px #9203E7;
}

.navigation li.orange.active {
  background: #FF8000;
  border-right: solid 1px #FF8000;
}

.navigation li.lightblue.active {
  background: #00B2B2;
  border-right: solid 1px #00B2B2;
}

.navigation li.gray.active {
  background: #817754;
  border-right: solid 1px #817754;
}

.navigation li.pink.active {
  background: #D900D9;
  border-right: solid 1px #D900D9;
}

.navigation li.lightgray.active {
  background: #846A48;
  border-right: solid 1px #846A48;
}

.navigation li.lightgreen.active {
  background: #A3D900;
  border-right: solid 1px #A3D900;
}

.navigation li.blue.active {
  background: #0180D5;
  border-right: solid 1px #0180D5;
}

.navigation li.bluelight.active {
  background: #0499ff;
  border-right: solid 1px #0499ff;
}

/*active border*/
.navigation li.red.active {
  border-right: solid 1px #EB1E00;
}

.navigation li.green.active {
  border-right: solid 1px  #59B200;
}

.navigation li.purple.active {
  border-right: solid 1px  #9203E7;
}

.navigation li.orange.active {
  border-right: solid 1px  #FF8000;
}

.navigation li.lightblue.active {
  border-right: solid 1px  #00B2B2;
}

.navigation li.gray.active {
  border-right: solid 1px  #817754;
}

.navigation li.pink.active {
  border-right: solid 1px  #D900D9;
}

.navigation li.lightgray.active {
  border-right: solid 1px  #846A48;
}

.navigation li.lightgreen.active {
  border-right: solid 1px  #A3D900;
}

.navigation li.blue.active {
  border-right: solid 1px  #0180D5;
}

/*hover efects*/
.navigation li.red:hover {
  background: #EB1E00;
  border-right: solid 1px  #EB1E00;
}

.navigation li.green:hover {
  background: #59B200;
  border-right: solid 1px  #59B200;
}

.navigation li.purple:hover {
  background: #9203E7;
  border-right: solid 1px  #9203E7;
}

.navigation li.orange:hover {
  background: #FF8000;
  border-right: solid 1px  #FF8000;
}

.navigation li.lightblue:hover {
  background: #00B2B2;
  border-right: solid 1px  #00B2B2;
}

.navigation li.gray:hover {
  background: #817754;
  border-right: solid 1px  #817754;
}

.navigation li.pink:hover {
  background: #D900D9;
  border-right: solid 1px  #D900D9;
}

.navigation li.lightgray:hover {
  background: #846A48;
  border-right: solid 1px  #846A48;
}

.navigation li.lightgreen:hover {
  background: #A3D900;
  border-right: solid 1px  #A3D900;
}

.navigation li.blue:hover {
  background: #0180D5;
  border-right: solid 1px  #0180D5;
}

.navigation li.bluelight:hover {
  background: #0180D5;
  border-right: solid 1px #0499ff;
}

.indexli a {
  padding: 0;
}

.indexli .icon {
  font-size: 20px;
  color: #0A549E;
}

.indexli {
  padding: 9px;
  border-left: solid 1px #063C71;
  border-top: solid 1px #063C71;
}

.indexli:hover {
  background: #f1f1f1;
  border-right: 0;
}

.indexli:hover > .icon {
  color: #cccccc !important;
}

.sbmncatmw-red {
  background: #821000;
  border-top: 1px solid #EB1E00;
}

.sbmncatmw-green {
  background: #376F00;
  border-top: 1px solid #59b200;
}

.sbmncatmw-blue {
  background: #015F9C;
  border-top: 1px solid #0180d5;
}

.sbmncatmw-purple {
  background: #4A0176;
  border-top: 1px solid #9203e7;
}

.sbmncatmw-orange {
  background: #8A4500;
  border-top: 1px solid #ff8000;
}

.sbmncatmw-lightblue {
  background: #008A8A;
  border-top: 1px solid #00b2b2;
}

.sbmncatmw-gray {
  background: #6B6345;
  border-top: 1px solid #817754;
}

.sbmncatmw-pink {
  background: #950095;
  border-top: 1px solid #d900d9;
}

.sbmncatmw-brown {
  background: #54442E;
  border-top: 1px solid #846a48;
}

.sbmncatmw-lightgreen {
  background: #709500;
  border-top: 1px solid #a3d900;
}

.newscontainer {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e2e2e2;
}

.newsheader {
  width: 600px;
  height: 30px;
  float: left;
  margin: 0 0 10px 0;
}

.newsheader-title {
  width: autox;
  line-height: 30px;
  float: left;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
}

.newsheader-navigation {
  width: 260px;
  height: 30px;
  float: right;
}

.newsheader-navigation ul {
  margin: 0;
  padding: 0;
}

.newsheader-navigation ul li {
  display: inline;
  float: left;
  margin: 0;
}

.newsheader-navigation ul li a {
  float: left;
  color: #fff;
  font-family: "Arial";
  font-size: 12px;
  text-decoration: none;
  padding: 8px 12px 7px 12px;
  position: relative;
}

.newsheader-navigation-active,
.newsheader-navigation ul li a:hover {
  -webkit-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.newsarrow {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.newsarrow .icon {
  float: none;
}

.newsheader-navigation-active .newsarrow {
  display: block;
}

.newsfront-wrapper {
  margin: 0 0 5px 0;
}

.newsfront {
  width: 400px;
  padding: 0 10px 0 0;
  height: 310px;
  float: left;
  border-right: 1px solid #e2e2e2;
}

.newsfront-headline {
  width: 400px;
  margin: 0 0 10px 0;
  height: 240px;
  float: left;
  position: relative;
}

.newsfront-headline img {
  width: 400px;
  height: 240px;
  float: left;
}

.newsfront-title {
  width: 95%;
  padding: 15px 2.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 70%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 70%);
}

.newsfront-title a {
  color: #fff;
  text-decoration: none;
}

.newsfront-title a:hover {
  opacity: 0.8;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.newsfront-description {
  width: 400px;
  height: 40px;
  margin: 0 0 8px 0;
  float: left;
  font-family: "Arial";
  font-size: 12px;
  color: #333333;
}

.newsfront-site {
  width: auto;
  float: left;
  font-family: "Arial";
  font-size: 11px;
  color: #999999;
}

.newsfront-site a {
  text-decoration: none;
  color: #999999;
}

.newsfront-comments {
  width: auto;
  float: left;
  margin: 0 0 0 10px;
  text-decoration: none;
  color: #999999;
  font-size: 11px;
}

.comments-icon {
  width: auto;
  float: left;
  margin: -3px 5px 0 0;
  color: #ccc;
  font-size: 20px;
}

.newsaside {
  width: 170px;
  padding: 0  0 0 10px;
  height: 320px;
  float: left;
}

.newsaside-box {
  width: 170px;
  padding: 0 0 10px 0;
  margin: 0 0 12px 0;
  height: 60px;
  float: left;
  border-bottom: 1px solid #e2e2e2;
}

.newsaside-boxlast {
  border: 0;
}

.newsaside-box-img {
  margin: 0 10px 0 0;
}

.newsaside-box-img,
.newsaside-box-img img {
  width: 60px;
  height: 60px;
  float: left;
}

.newsaside-box-description {
  width: 100px;
  height: 60px;
  float: left;
  font-family: "Arial";
  font-size: 13px;
}

.newsaside-box-description a {
  color: #333333;
  text-decoration: none;
}

.newsaside-box-description a:hover {
  color: #009aff;
}

/* header background colors and hover*/
.newscontainer-orange .newsheader {
  background: #ff8000;
}

.newscontainer-red .newsheader {
  background: #eb1e00;
}

.newscontainer-green .newsheader {
  background: #59b200;
}

.newscontainer-purple .newsheader {
  background: #9203e7;
}

.newscontainer-darkgreen .newsheader {
  background: #376F00;
}

.newscontainer-oker {
  background: #F1EDDC;
  border-bottom: 1px solid #ddd2aa;
}

.newscontainer-oker .newsaside-box {
  border-bottom: 1px solid #ddd2aa;
}

.newscontainer-oker .newsaside-boxlast {
  border: 0;
}

.newscontainer-oker .newsfront {
  border-right: 1px solid #ddd2aa;
}

.newscontainer-oker .newsarrow .newsarrow-icon {
  color: #ede8d3;
}

.newscontainer-oker .newsheader {
  background: #817754;
}

.newscontainer-pink .newsheader {
  background: #d900d9;
}

/* /header background colors and hover*/
.newsfrontw-bg .newsfront {
  width: 390px;
  padding: 0 10px;
  height: 310px;
  float: left;
  border-right: 1px solid #E2E2E2;
}

.newsfrontw-bg .newsfront .newsfront-headline {
  width: 390px;
}

.newsfrontw-bg .newsfront .newsfront-headline img {
  width: 390px;
  height: 240px;
  float: left;
}

.newsheader-select {
  display: none;
}

@media all and (max-width: 1280px) {
  .newsheader {
    max-width: 100% !important;
  }

  .newsfront {
    width: 60%;
    height: auto;
  }

  .newsfront-description,
  .newsfront-headline,
  .newsfront-headline img {
    width: 100%;
    height: auto;
  }

  .newsaside {
    width: 35%;
    height: auto;
    float: right;
  }

  .newsheader-navigation {
    width: 60%;
  }

  .newsfrontw-bg .newsfront {
    width: 55%;
    padding: 0 2.5%;
    height: auto;
  }

  .newsfrontw-bg .newsfront .newsfront-headline {
    width: 100%;
  }

  .newsfrontw-bg .newsfront .newsfront-headline img {
    width: 100%;
    height: auto;
  }

  .newsaside-box {
    margin: 0 0 9px 0;
    padding: 0 0 5px 0;
    height: 65px;
  }
}
@media all and (max-width: 1000px) {
  .newsaside-box {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    height: auto;
  }

  .newsaside-box-img {
    width: 30%;
    height: auto;
  }

  .newsaside-box-img img {
    width: 100%;
    height: auto;
  }

  .newsaside-box-description {
    width: 63%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .newsaside,
  .newsfront {
    width: 100%;
  }

  .newsfrontw-bg .newsfront {
    width: 95%;
  }

  .newsaside-box {
    width: 50%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }

  .newsfrontw-bg .newsaside {
    width: 95%;
    padding: 0 2.5%;
  }

  .newsheader {
    width: 100%;
  }

  .newscontainer {
    border: 0;
  }

  .newsfrontw-bg .newsaside-boxlast {
    border-bottom: 1px solid #ddd2aa;
  }

  .newsaside-boxlast {
    border-bottom: 1px solid #E2E2E2;
  }

  .newsaside-box-description .icons-holder {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .newsheader-navigation {
    display: none;
  }

  .newsheader-select {
    display: block;
    margin: 5px 20px 0 0;
  }

  .newsheader-select select {
    width: auto;
    outline: 0;
    border: 0;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 0.01px;
    text-overflow: "";
    background: url(../../img/selectarrow2.png) no-repeat 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -moz-box-shadow: inset 1px -7px 14px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px -7px 14px -3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 1px -7px 14px -3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 1px -7px 14px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px -7px 14px -3px rgba(0, 0, 0, 0.4);
  }

  .newsheader-select select option {
    color: #999999;
  }

  .newsaside-box-description a {
    float: left;
    height: 50px;
    overflow: hidden;
    padding: 0 5px 0 0;
  }
}
.comments-box {
  height: 25px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 4px 2px -2px #E9E9E9;
  -moz-box-shadow: 0 4px 2px -2px #E9E9E9;
  -o-box-shadow: 0 4px 2px -2px #E9E9E9;
  -ms-box-shadow: 0 4px 2px -2px #E9E9E9;
  box-shadow: 0 4px 2px -2px #E9E9E9;
  margin: 0 0 10px 0;
}

.comments-box-title {
  width: auto;
  height: 25px;
  margin: 0 20px 0 0;
  font-family: "Arial";
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.comments-box-title a {
  color: #999999;
}

.comments-box-title a:hover {
  color: #009aff;
}

.cbt-active-arrow {
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 18px;
  color: #E9E9E9;
  display: none;
}

.cbt-active a {
  color: #333333;
}

.mostread .cbt-active-arrow {
  display: block;
}

.comments-list-mostcomment {
  display: none;
}

.cbt-active .cbt-active-arrow {
  display: block;
}

.comments-list-mostcomment ul,
.comments-list-mostread ul {
  margin: 0;
  padding: 0;
}

.comments-list-mostcomment ul li,
.comments-list-mostread ul li {
  display: block;
  border-bottom: 1px solid #E2E2E2;
  padding: 5px 0 5px 0;
  float: left;
}

.comments-list-mostcomment .ordinal-num,
.comments-list-mostread .ordinal-num {
  width: 16px;
  height: 15px;
  margin: 0 8px 0 0;
  background: #CCCCCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-family: "Arial";
  font-size: 11px;
  text-align: center;
}

.comments-list-mostcomment a,
.comments-list-mostread a {
  width: auto;
  color: #333333;
  font-family: "Arial";
  font-size: 12px;
  text-decoration: none;
}

.comments-list-mostcomment a:hover,
.comments-list-mostread a:hover {
  color: #009aff;
}

.comments-list-mostcomment .comment-number,
.comments-list-mostread .comment-number {
  width: 22px;
  color: #999999;
  font-family: "Arial";
  font-size: 11px;
  text-align: center;
}

.othernews {
  width: auto;
  color: #009AFF;
  font-family: "Arial";
  font-size: 12px;
  text-decoration: none;
  margin: 5px 0 0 0;
}

.othernews-icon {
  margin: 0px 0 0 10px;
  font-size: 16px;
}

@media all and (max-width: 1000px) {
  .comments-list-mostread a {
    margin: 3px 0 0 0;
    font-size: 10px;
  }
}
.personofweek-left {
  width: 200px;
}

.personofweek-title {
  width: 200px;
  margin: 5px 0 5px 0;
  color: #000;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.personofweek-statement {
  width: 200px;
  margin: 0 0 10px 0;
  color: #D83500;
  font-family: "Georgia";
  font-size: 15px;
  font-style: italic;
}

.personofweek-name {
  width: 200px;
  color: #333333;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
}

.personofweek-img,
.personofweek-img img {
  width: 90px;
  height: 140px;
}

@media all and (max-width: 1280px) {
  .personofweek-left {
    width: 190px;
  }

  .personofweek-name,
  .personofweek-statement,
  .personofweek-title {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .personofweek-img, .personofweek-img img {
    width: 75px;
    height: auto;
  }

  .personofweek-left {
    width: 145px;
  }

  iframe {
    width: 100%;
  }
}
/* baner 1180*100 */
.banner-option1 {
  width: 1180px;
  height: 100px;
  margin: 15px 0;
}

.banner-option1 img {

}

/* baner 580*100 */
.banner-option2 {
  margin: 15px 0 0 0;
  text-align: center;
}

.banner-option2-box {
  width: 580px;
  height: 100px;
}

.banner-option2-box img {

}

/* baner 600*100 */
.banner-option3 {
  text-align: center;
}

.banner-option3help {
  height: 100px;
  margin: 30px 0 0 0;
}

.bo-top {
  width: 600px;
  height: 100px;
  margin: 25px 0 0 0;
}

.bo-bottom {
  width: 600px;
  height: 100px;
  margin: 0 0 25px 0;
}

.bo-bottom img,
.bo-top img {

}

/* baner 300*300 */
.banner-option4-box {
  width: 300px;
  height: 300px;
  margin: 15px 0;
}

.banner-option4-box img {

}

/* baner 468*60 */
.banner-option5 {
  margin: 0 0 15px 0;
  text-align: center;
}

.banner-option5-box {
  width: 468px;
  height: 60px;
  margin: 0 auto;
}

.banner-option5-box img {

}

@media all and (max-width: 1280px) {
  .banner-option1{
    width: 100%;
    height: auto;
  }

  .banner-option2-box {
    width: 49%;
  }

  .bo-top,
  .bo-bottom {
    width: 100%;
  }

  .banner-option4-box {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .banner-option5-box {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .banner-option2-box {
    width: 100%;
    margin: 5px 0;
  }
}
.hwp {
  width: 75px;
  margin: 0px 16px 0 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.hwp-img {
  margin: 0 0 0 8px;
}

.hwp-img,
.hwp-img img {
  width: 60px;
  height: 55px;
}

.hwp-town {
  color: #FCCC2C;
  font-size: 11px;
  font-weight: bold;
}

.hwp-degree {
  margin: 2px 0 10px 0;
  color: #FCCD2D;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.degree {
  color: #FCCD2D;
  font-size: 10px;
  position: absolute;
}

.hwp-arrow {
  position: absolute;
  bottom: 20px;
  left: 100%;
  text-align: right;
  color: #0A549E;
  cursor: pointer;
}

.hwp-arrow {
  width: 16px;
}

.hwp-menu {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: -9999px;
  right: -16px;
  z-index: -9;
  width: 213px;
  height: 143px;
  padding: 10px;
  border: 1px solid #063C71;
  background: #042444;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.hwp-menu-active {
  visibility: visible;
  top: 45px;
  z-index: 999;
}

.hwp-menu ul li {
  display: block;
  border-bottom: 1px solid #063C71;
  float: left;
  width: 100%;
}

.hwp-menu .hwp-town {
  width: 40%;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.hwp-menu .hwp-img {
  width: 30%;
  height: auto;
  margin: 0;
}

.hwp-menu .hwp-img img {
  width: 38px;
  height: 33px;
}

.hwp-menu .hwp-degree {
  width: 30%;
  margin: 10px 0 0 0;
}

.jspDrag {
  height: 20px !important;
  background: #0f80f0 !important;
}

.jspTrack {
  width: 5px;
  background: #063c71 !important;
}

.jspVerticalBar {
  background: #042444 !important;
}

.login {
  overflow: hidden;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 9;
  background: #F1F1F1;
  width: 253px;
  height: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 1px #E2E2E2, -2px 4px 15px #E2E2E2, 2px 4px 15px #E2E2E2;
  -moz-box-shadow: 0px 4px 1px #E2E2E2, -2px 4px 15px #E2E2E2, 2px 4px 15px #E2E2E2;
  -o-box-shadow: 0px 4px 1px #E2E2E2, -2px 4px 15px #E2E2E2, 2px 4px 15px #E2E2E2;
  -ms-box-shadow: 0px 4px 1px #E2E2E2, -2px 4px 15px #E2E2E2, 2px 4px 15px #E2E2E2;
  box-shadow: 0px 4px 1px #E2E2E2, -2px 4px 15px #E2E2E2, 2px 4px 15px #E2E2E2;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.login-active {
  height: 186px;
  padding: 20px;
}

.login input {
  width: 89%;
  float: left;
  border: 1px solid #E2E2E2;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 5px #F1F1F1 inset;
  -moz-box-shadow: 0px 1px 5px #F1F1F1 inset;
  -o-box-shadow: 0px 1px 5px #F1F1F1 inset;
  -ms-box-shadow: 0px 1px 5px #F1F1F1 inset;
  box-shadow: 0px 1px 5px #F1F1F1 inset;
  outline: 0;
}

.login .login-btn {
  width: 85px;
  font-size: 11px;
  color: #fff;
  border: 0;
  margin: 0 0 0 1px;
  background: url(../../img/bloggradient.png) repeat top;
  -webkit-box-shadow: 0 8px 6px -6px #ccc;
  -moz-box-shadow: 0 8px 6px -6px #ccc;
  -o-box-shadow: 0 8px 6px -6px #ccc;
  -ms-box-shadow: 0 8px 6px -6px #ccc;
  box-shadow: 0 8px 6px -6px #ccc;
}

.forgot-pass {
  width: 55%;
  text-align: right;
  float: right;
  color: #009BFF;
  font-size: 11px;
  margin: 10px 5% 0 0;
}

.register {
  width: 100%;
  text-align: center;
  float: left;
  color: #666666;
  font-size: 12px;
  margin: 25px 0 0 0;
}

.register a {
  color: #009AFF;
}

@media all and (max-width: 1280px) {
  .login {
    top: 43px;
  }

  .register {
    text-align: left;
  }
}
.exchm-title {
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.exchm-table ul li {
  display: block;
  margin: 0 0 5px 0;
}

.exchm-table ul li:hover {
  font-weight: bold;
  cursor: pointer;
}

.exchm-tc {
  width: auto;
  margin: 0 10px 0 0;
}

.exchm-tc img {
  width: 16px;
  height: 12px;
}

.exchm-tv {
  width: auto;
  color: #333333;
  font-size: 12px;
  margin: 2px 0 0 0;
}

.exchm-ta {
  width: auto;
  color: #333333;
  font-size: 12px;
  margin: 2px 0 0 2px;
}

.exchm-c {
  margin: 10px 0 0 0;
  padding: 20px 0 10px 0;
  background: #F6F6F6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
}

.exchm-ca {
  width: 30px;
}

.exchm-ca input {
  width: 26px;
  height: 19px;
  float: left;
  margin: 0 0 0 8px;
  border: 1px solid #E2E2E2;
  background: #fff;
  font-size: 12px;
  color: #444444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
  outline: 0;
}

.exchm-c-tovalute,
.exchm-c-fromvalute {
  width: 65px;
  margin: 0 0 0 10px;
}

.exchm-c-tovalute {
  width: 50px;
  margin: 0;
}

.calculatorarrow {
  color: #999999;
  font-size: 11px;
}

.exchm-c-tovalute select,
.exchm-c-fromvalute select {
  width: 46px;
  height: 22px;
  border: 1px solid #E2E2E2;
  color: #999999;
  font-size: 11px;
  outline: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #f8f8f8 url(../../img/selectarrow.png) no-repeat 100%;
  /* add your own arrow image */
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
}

.exchm-c-tovalute select::-ms-expand,
.exchm-c-fromvalute select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}

.exchm-c-convertedamount {
  text-align: center;
  margin: 10px 0 0 0;
  color: #444444;
  font-size: 13px;
  font-weight: bold;
}

.hrcm-title {
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.hrcm-si {
  width: 55px;
  height: 58px;
}

.hrcm-si img {
  width: 55px;
  height: 50px;
}

.hrcm-sid {
  width: 100px;
  margin: 5px 0 0 0;
  text-align: center;
  color: #333333;
  font-size: 15px;
}

.hrcm-sid-birth {
  margin: 5px 0 0 0;
  color: #999999;
  font-size: 11px;
}

.hrcm-text {
  margin: 10px 0 10px 0;
  color: #333333;
  font-size: 12px;
}

.hrcm-all {
  width: 70px;
}

.hrcm-all a {
  color: #0099FF;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.hrcm-all:hover {
  opacity: 0.8;
}

.hrcm-all .icon {
  font-size: 16px;
}

.pm-wrapper {
  width: 260px;
  padding: 20px 20px 15px 20px;
  background: #333333;
}

.pm-title {
  width: 220px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #444444;
  color: #AAAAAA;
  font-size: 13px;
  font-weight: bold;
}

.pm-icon {
  width: 30px;
  height: 30px;
}

.pm-icon .icon {
  color: #444444;
  font-size: 42px;
  margin: -3px 0 0 0;
}

.pm-question {
  margin: 10px 0 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.pm-qfchoose {
  margin: 0;
}

.pm-qfctext {
  width: calc(100% - 25px);
  color: #fff;
  font-size: 13px;
}

.pm-qfbtn {
  width: 25px;
}

.pm-qfchoose input[type="radio"] {
  display: none;
}

.pm-qfchoose input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: white;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 10px 0 0;
}

.pm-qfchoose input[type="radio"]:checked + label span {
  background: url(../../img/radiochecked.png) center no-repeat;
}

.pm-qfv {
  margin: 15px 0 20px 0;
}

.vote-btn {
  width: 70px;
  height: 25px;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: url(../../img/bluegradient.png) 100% top;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.vote-btn:hover {
  opacity: 0.8;
}

.pm-qfv a {
  width: 100px;
  color: #009AFF;
  font-size: 12px;
  margin: 5px 0 0 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.pm-qfv .icon {
  font-size: 18px;
  margin: -2px 0 0 10px;
}

.pm-nextquestion {
  padding: 10px 0 0 0;
  border-top: 1px solid #444444;
  text-align: center;
}

.pm-nextquestion a {
  color: #0099FF;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.pm-nextquestion a:hover,
.pm-qfv a:hover {
  opacity: 0.8;
}

@media all and (max-width: 1280px) {
  .pm-wrapper {
    width: 90%;
    padding: 5%;
  }
}
@media all and (max-width: 1000px) {
  .pm-title {
    width: 160px;
  }
}
.cmntsm-wrapper {
  width: 600px;
}

.cmntsm-header {
  margin: 0 0 10px 0;
}

.cmntsmh-title {
  width: auto;
  margin: 7px 0 0 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.lvcomm {
  margin: 0 15px 0 0;
  padding: 8px 10px;
  border-radius: 3px;
  webkit-box-shadow: 0 8px 6px -6px #D5D5D5;
  -moz-box-shadow: 0 8px 6px -6px #D5D5D5;
  -o-box-shadow: 0 8px 6px -6px #D5D5D5;
  -ms-box-shadow: 0 8px 6px -6px #D5D5D5;
  box-shadow: 0 8px 6px -6px #D5D5D5;
  background: url(../../img/bluegradient.png);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.lvcomm:hover {
  opacity: 0.8;
}

.rls {
  margin: 7px 0 0 0;
  color: #009BFF;
  font-size: 12px;
}

.rls:hover {
  text-decoration: underline;
}

.cmntsm-holder {
  padding: 5px 0 20px 0;
  background: #F6F6F6;
  -moz-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -webkit-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -o-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -ms-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  box-shadow: inset 0 2px 5px -2px #D5D5D5;
}

.cmntsmh-box {
  width: 560px;
  padding: 15px 20px;
  border-bottom: 1px solid #E9E9E9;
}

.cmntsmhb-img {
  width: 70px;
  height: 60px;
}

.cmntsmhb-img img {
  width: 60px;
  height: 60px;
}

.cmntsmhb-data {
  width: 490px;
}

.cmntsmhbd-date,
.cmntsmhbd-time {
  width: auto;
  color: #999999;
  font-size: 11px;
  margin: 0;
}

.cmntsmhbd-time .icon {
  font-size: 14px;
  margin: -2px 5px 0 15px;
}

.cmntsmhbd-positive,
.cmntsmhbd-negative,
.cmntsmhbd-report {
  width: auto;
  margin: 0 0 0 10px;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  padding: 2px 8px;
}

.cmntsmhbd-positive {
  margin: 0;
}

.cmntsmhbd-negative {
  margin: 0 0 0 3px;
}

.cmntsmhbd-positive,
.cmntsmhbd-negative,
.cmntsmhbd-report {
  color: #D83500;
  font-size: 16px;
  font-weight: bold;
}

.cmntsmhbd-positive {
  color: #59B200;
}

.cmntsmhbd-positive:hover,
.cmntsmhbd-negative:hover,
.cmntsmhbd-report:hover {
  opacity: 0.7;
}

.cmntsmhbd-user {
  margin: 0 0 10px 0;
}

.cmntsmhbd-user a {
  color: #009BFF;
  font-size: 15px;
  font-weight: bold;
}

.cmntsmhbd-user a:hover {
  text-decoration: underline;
}

.cmntsmhbdr-title {
  width: auto;
  margin: 0 15px 0 0;
  color: #999999;
  font-size: 11px;
}

.cmntsmhbdr-pos {
  width: auto;
  color: #59B200;
  font-size: 12px;
  font-weight: bold;
}

.cmntsmhbdr-neg {
  width: auto;
  margin: 0 0 0 10px;
  color: #D83400;
  font-size: 12px;
  font-weight: bold;
}

.cmntsmhbd-comment {
  margin: 20px 0 0 0;
  color: #333333;
  font-size: 13px;
}

.mobilecomment {
  display: none;
}

.cmntsmhbd-reply {
  margin: 0 10px 0 0;
  padding: 6px 10px;
  border-radius: 3px;
  webkit-box-shadow: 0 8px 6px -6px #D5D5D5;
  -moz-box-shadow: 0 8px 6px -6px #D5D5D5;
  -o-box-shadow: 0 8px 6px -6px #D5D5D5;
  -ms-box-shadow: 0 8px 6px -6px #D5D5D5;
  box-shadow: 0 8px 6px -6px #D5D5D5;
  background: url(../../img/bluegradient.png);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.cmntsmhbd-reply:hover {
  opacity: 0.8;
}

.cmntsm-wrappermargin {
  margin: 0 0 20px 0;
}

.reply-holder .replybox {
  width: 90%;
  padding: 15px 2% 0 8%;
  border: 0;
  background: #fff;
}

.reply-holder .replybox .cmntsmhb-data {
  width: 470px;
  margin: 0 0 15px 0;
}

@media all and (max-width: 1000px) {
  .cmntsm-holder,
  .cmntsm-wrapper {
    width: 100%;
  }

  .cmntsmh-box {
    width: 95%;
    padding: 15px 2.5%;
  }

  .cmntsmhb-img {
    width: 12%;
    height: auto;
  }

  .cmntsmhb-img img {
    width: 100%;
    height: auto;
  }

  .cmntsmhb-data {
    width: 85%;
    padding: 0 0 0 2.5%;
  }

  .reply-holder .replybox .cmntsmhb-data {
    width: 85%;
  }
}
@media all and (max-width: 768px) {
  .rls,
  .cmntsmhbd-reply,
  .cmntsmhbd-report,
  .cmntsmhbd-negative,
  .cmntsmhbd-positive {
    display: none;
  }

  .mobilecomment .cmntsmhbd-report,
  .mobilecomment .cmntsmhbd-reply,
  .mobilecomment .cmntsmhbd-negative,
  .mobilecomment .cmntsmhbd-positive {
    display: block;
  }

  .mobilecomment {
    display: block;
    margin: 15px 0 0 0;
  }

  .lvcomm {
    margin: 0;
  }

  .bl-content .snglpstmh-print,
  .bl-content .snglpstmh-email,
  .bl-content .snglpstmh-large,
  .bl-content .snglpstmh-letter,
  .bl-content .snglpstmh-small,
  .bl-content .snglpstm-tags,
  .bl-content .snglpstm-share {
    display: none;
  }

  .cmntsm-holder {
    padding: 5px 0 0 0;
  }
}
.srchm-wrapper {
  width: 560px;
  padding: 20px;
  background: #F6F6F6;
}

.srcresm-list {
  width: 100%;
}

.srchm-title {
  margin: 0 0 5px 0;
  color: #999999;
  font-size: 16px;
}

.srchm-form input {
  width: 180px;
  height: 30px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #E2E2E2;
  background: #fff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
  outline: 0;
}

.srchm-form select {
  height: 25px;
  margin-top: 3px;
  border: 1px solid #E2E2E2;
  color: #999999;
  font-size: 11px;
  outline: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: white url(../../img/selectarrow.png) no-repeat 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.srchmf-cat {
  width: 90px;
  margin: 0 15px 0 10px;
}

.srchmf-to,
.srchmf-from {
  width: 50px;
}

.srchmf-to {
  margin: 0 5px;
}

.srchmf-year {
  width: 60px;
}

input.srchmf-btn {
  width: 56px;
  background: white url(../../img/bluegradient.png);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

input.srchmf-btn:hover {
  opacity: 0.8;
}

@media all and (max-width: 1000px) {
  .srchm-form input {
    width: 100px;
    padding: 0 5px;
  }

  .srchmf-to {
    margin: 0 5px;
  }

  input.srchmf-btn {
    width: 50px !important;
    margin: 1px 0 0 0;
  }

  .srchmf-cat {
    width: 80px;
    margin: 0 4px;
  }
}
@media all and (max-width: 768px) {
  .srchm-wrapper {
    width: 98% !important;
  }

  .srchm-form input,
  .input.srchmf-btn {
    display: none;
  }

  .srchmf-cat {
    margin-left: 0;
  }
}
.blgallm-wrapper {
  background: #333333;
}

.blgallm-title {
  width: 260px;
  padding: 15px 20px 10px 20px;
}

.blgallmt-text {
  width: auto;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}

.blgallm-title a {
  width: auto;
  color: #0099FF;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.blgallm-title a:hover {
  opacity: 0.8;
}

.blgallm-title a .icon {
  font-size: 16px;
  margin: 0 0 0 10px;
}

.blgallm-links {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.blgallml-box {
  width: 50%;
  text-align: center;
}

.blgallml-box a {
  padding: 10px 0;
  color: #009AFF;
  font-size: 13px;
  font-weight: bold;
}

.blgallml-box-active {
  background: url(../../img/g.png) bottom;
}

.blgallml-box-active a {
  color: #fff;
}

.blgallmlb-arrow {
  position: absolute;
  bottom: -13px;
  left: 0;
  text-align: center;
  display: none;
}

.blgallml-box-active .blgallmlb-arrow {
  display: block;
}

.blgallmlb-arrow .icon {
  float: none;
  color: #444444;
  font-size: 20px;
}

.blgallm-list {
  width: 260px;
  margin: 15px 20px;
}

.blgallml-wrapper {
  padding: 10px 0;
  border-top: 1px solid #292929;
  -webkit-box-shadow: inset 0 8px 9px -9px #292929;
  -moz-box-shadow: inset 0 8px 9px -9px #292929;
  -o-box-shadow: inset 0 8px 9px -9px #292929;
  -ms-box-shadow: inset 0 8px 9px -9px #292929;
  box-shadow: inset 0 8px 9px -9px #292929;
}

.blgallmlw-img,
.blgallmlw-img img {
  width: 120px;
  height: 75px;
}

.blgallmlw-data {
  width: 130px;
  margin: 0 0 0 10px;
}

.blgallmlw-data a {
  color: #fff;
  font-size: 13px;
}

.blgallmlwd-com,
.blgallmlwd-time,
.blgallmlwd-date {
  margin: 10px 0 0 0;
  color: #999999;
  font-size: 11px;
}

.blgallmlwd-time .icon {
  font-size: 14px;
  margin: -2px 3px 0 10px;
}

.blgallmlwd-com {
  font-size: 11px !important;
}

.blgallmlwd-com .icon {
  margin: -3px 3px 0 0;
  font-size: 18px;
}

a.blgallmlwd-user {
  color: #009AFF;
  font-size: 11px;
}

.blgallmlw-data a:hover {
  text-decoration: underline;
}

.mobilepag {
  display: none;
}

@media all and (max-width: 1000px) {
  .blgallm-title {
    width: 95%;
    padding: 15px 2.5% 10px 2.5%;
  }

  .blgallm-list {
    width: 95%;
    margin: 15px 2.5%;
  }

  .blgallmlw-img, .blgallmlw-img img {
    width: 40%;
    height: auto;
  }

  .blgallmlw-img img {
    width: 100%;
  }

  .blgallmlw-data {
    width: 55%;
    margin: 0 0 0 5%;
  }
}
@media all and (max-width: 480px) {
  .authgallb-comm, .authgallbt-time, .authgallbt-date, .authgallb-quantity {
    display: none;
  }

  .authgallb-posted {
    margin: 0 !important;
  }

  .authgall-box {
    margin: 0 !important;
  }

  .authgallb-title {
    margin: 5px 0 10px 0 !important;
    font-size: 14px !important;
  }

  .mobilepag {
    display: block;
  }
}
.vidftm-wrapper {
  background: #333333;
}

.vidftm-links {
  border-bottom: 1px solid #444444;
}

.vidftml-title {
  width: 20%;
  text-align: center;
  padding: 15px 0 10px 0;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}

.vidftml-box {
  width: 40%;
  text-align: center;
}

.vidftml-box a {
  padding: 15px 0 10px 0;
  color: #009BFF;
  font-size: 13px;
  font-weight: bold;
}

.vidftml-box-active {
  background: url(../../img/g.png) bottom;
}

.vidftml-box-active a {
  color: #fff;
}

.vidftmlb-arrow {
  position: absolute;
  bottom: -13px;
  left: 0;
  text-align: center;
  display: none;
}

.vidftmlb-arrow .icon {
  float: none;
  color: #444444;
  font-size: 20px;
}

.vidftml-box-active .vidftmlb-arrow {
  display: block;
}

.vidftm-nav {
  width: 600px;
  margin: 0 20px 20px 20px;
  padding: 10px 0 10px 0;
  border-bottom: 2px solid #292929;
  -webkit-box-shadow: 0 8px 6px -6px #292929;
  -moz-box-shadow: 0 8px 6px -6px #292929;
  -o-box-shadow: 0 8px 6px -6px #292929;
  -ms-box-shadow: 0 8px 6px -6px #292929;
  box-shadow: 0 8px 6px -6px #292929;
}

.vidftm-nav ul li {
  display: inline;
  margin: 0 25px 0 0;
}

.vidftm-nav ul li a {
  color: #666666;
  font-size: 13px;
  line-height: 25px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.vidftm-nav ul li a:hover {
  color: #fff;
}

.vidftm-box {
  width: 600px;
  margin: 0 20px 35px 20px;
}

.vidftmb-img,
.vidftmb-img img {
  width: 600px;
  height: 360px;
}

.vidftmb-img img:hover > .videooverlay {
  width: 600px;
  height: 360px;
}

.videooverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  background: url(../../img/videooverlay.png);
}

.vidftmb-img:hover > .videooverlay {
  display: block;
}

.vidftmb-img .icon {
  position: absolute;
  bottom: 10px;
  left: 25px;
  z-index: 99;
  color: #fff;
  font-size: 90px;
}

.vidftmb-title {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 24px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.vidftmb-title:hover {
  color: #666666;
}

.vidftmb-tags {
  margin: 10px 0 0 0;
}

.vidftmb-tags ul li {
  display: inline;
  color: #666666;
  font-size: 12px;
  margin: 0 10px 0 0;
}

.vidftmb-tags ul li a {
  color: #009BFF;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.vidftmb-tags ul li a:hover {
  opacity: 0.8;
}

.vidftmb-publish {
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
}

.vidftm-publish {
    margin: 0 0 10px 10px;
    color: #666666;
    font-size: 14px;
}

@media all and (max-width: 1280px) {
  .vidftm-box {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .vidftmb-img, .vidftmb-img img {
    width: 100%;
    height: auto;
  }

  .vidftm-nav {
    width: 95%;
    margin: 0 2.5% 20px 2.5%;
  }

  .vidftm-box-half {
    width: 48% !important;
    margin: 0 0 30px 2% !important;
  }
}
@media all and (max-width: 1000px) {
  .vidftm-box-half .vidftmb-img, .vidftm-box-half .vidftmb-img img {
    width: 100% !important;
    height: auto !important;
  }

  .vidftm-box-half {
    margin: 0 0 30px 1% !important;
  }
}
@media all and (max-width: 768px) {
  .vidftm-wrapper {
    width: 106% !important;
  }

  .vidftm-box-half .vidftmb-tags,
  .vidftm-nav,
  .vidftml-title {
    display: none;
  }

  .vidftml-box {
    width: 50%;
  }

  .vidftm-links {
    margin: 0 0 20px 0;
  }

  .vidftm-box-half {
    margin: 0 0 30px 2.5% !important;
    width: 46% !important;
  }
}
@media all and (max-width: 480px) {
  .vidftmb-img .icon {
    font-size: 55px;
  }
}
@media all and (max-width: 360px) {
  .vidftm-wrapper .pgnm {
    width: 95%;
    padding: 0 2.5%;
  }

  .vidftm-wrapper .pgnm ul li a {
    float: left;
  }
}
.vidftm-wrapper {
  background: #333333;
}

.vidftm-box-half {
  width: 290px;
  margin: 0 0 30px 20px;
}

.vidftm-box-half .vidftmb-img,
.vidftm-box-half .vidftmb-img img {
  width: 290px;
  height: 175px;
}

.vidftm-box-half .vidftmb-title {
  font-size: 15px;
  min-height: 40px;
}

.bloglm-wrapper {
  width: 600px;
  margin: 10px 0 20px 0;
}

.bloglm-autor {
  padding: 15px 90px;
}

.bloglm {
  padding: 15px 0 15px 0;
  border-top: 1px solid #E9E9E9;
  -moz-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -webkit-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -o-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  -ms-box-shadow: inset 0 2px 5px -2px #D5D5D5;
  box-shadow: inset 0 2px 5px -2px #D5D5D5;
}

.bloglm-img,
.bloglm-img img {
  width: 60px;
  height: 60px;
}

.bloglm-data {
  width: 515px;
  margin: 0 0 0 10px;
}

.bloglmd-cat {
  margin: 0 0 10px 0;
}

.bloglmd-cat a {
  margin: 0 10px 0 0;
  color: #009AFF;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.bloglmd-cat a:hover {
  opacity: 0.8;
}

.bloglmd-title {
  margin: 0 0 15px 0;
}

.bloglmd-title a {
  color: #000;
  font-size: 24px;
}

.bloglmd-title a:hover {
  color: #009aff;
}

.bloglmd-info {
  margin: 0 0 10px 0;
}

.bloglmdi-admin {
  margin: 0 15px 0 0;
  color: #009BFF;
  font-size: 11px;
}

.bloglmdi-comment,
.bloglmdi-time,
.bloglmdi-date {
  color: #999999;
  font-size: 11px;
}

.bloglmdi-time {
  margin: 0 15px 0 10px;
}

.bloglmdi-time .icon {
  font-size: 14px;
  margin: -2px 5px 0 0;
}

.bloglmdi-comment .icon {
  font-size: 18px;
  margin: -4px 5px 0 0;
}

.bloglmd-description {
  color: #333333;
  font-size: 13px;
}

/* blog-autor */
.bloglm-autor .bloglm {
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
  -moz-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
  -o-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
  -ms-box-shadow: 0 8px 6px -6px #e9e9e9 !important;
  box-shadow: 0 8px 6px -6px #e9e9e9 !important;
}

.bloglm-autor .bloglm-data {
  margin: 0 2% 0 0;
  width: 98%;
}

@media all and (max-width: 1000px) {
  .bloglm-wrapper {
    width: 95%;
  }

  .bloglm-autor {
    padding: 15px 2.5%;
  }

  .bloglm-img {
    width: 20%;
    height: auto;
  }

  .bloglm-img img {
    width: 100%;
    height: auto;
  }

  .bloglm-data {
    width: 75%;
    margin: 0 2.5%;
  }

  .bloglmdi-admin {
    margin: 0 10px 0 0;
  }

  .bloglmdi-time {
    margin: 0 8px 0 8px;
  }
}
.nwstmn-boxlink {
  width: 50%;
  text-align: center;
  background: #F1F1F1;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.nwstmn-boxlink {
  width: 50%;
  text-align: center;
  background: #F1F1F1;
}

.nwstmn-boxlink a {
  padding: 20px 0 15px 0;
  color: #009BFF;
  font-size: 13px;
  font-weight: bold;
}

.nwstmn-boxlink-active {
  background: url(../../img/bloggradient.png);
}

.nwstmn-boxlink-active a {
  color: #fff;
}

.nwstmnb-arrow {
  position: absolute;
  bottom: -12px;
  left: 0;
  text-align: center;
  display: none;
}

.nwstmn-boxlink-active .nwstmnb-arrow {
  display: block;
}

.nwstmnb-arrow .icon {
  float: none;
  color: #009BFF;
  font-size: 22px;
}

.nwstm-box {
  width: 100%;
  padding: 20px 0;
}

.nwstmb-img,
.nwstmb-img img {
  width: 600px;
  height: 360px;
}

.nwstmb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  line-height: normal;
  padding: 20px 2.5%;
  background: url(../../img/blackgradient.png);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.nwstmb-description {
  margin: 20px 0 0 0;
  color: #333333;
  font-size: 14px;
}

.nwstm-wrapper-help {
  width: 640px;
  margin: 0 0 0 -20px;
}

.nwstm-wrapper-help .nwstm-box {
  padding: 0;
}

.nwstm-wrapper-help .nwstmb-description {
  width: 600px;
  margin: 20px 20px 0 20px;
}

.nwstm-wrapper-help .nwstmb-title {
  line-height: 30px;
}

.nwstm-wrapper-help .nwstmb-img,
.nwstm-wrapper-help .nwstmb-img img {
  width: 640px;
  height: 360px;
}

@media all and (max-width: 1280px) {
  .nwstm-nav {
    width: 108% !important;
  }
}
@media all and (max-width: 1000px) {
  .nwstmb-img, .nwstmb-img img {
    width: 100%;
    height: auto;
  }

  .nwstmb-title {
    bottom: 3px;
    line-height: 20px !important;
  }
}
@media all and (max-width: 768px) {
  .nwstm-nav {
    width: 106% !important;
  }

  .nwstmb-title a {
    font-size: 14px;
  }

  .nwstmb-description {
    font-size: 12px;
  }
}
.srcresm-wrapper {
  width: 600px;
  padding: 20px 0 0 0;
}

.srcresm-title {
  color: #009AFF;
  font-size: 12px;
  font-weight: bold;
}

.srchmt-num {
  color: #999999;
}

.srcresm-cat {
  color: #009BFF;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.srcresml-header {
  width: 95%;
  color: #009BFF;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 2.5% 5px 2.5%;
}

.srcresml-header a {
  color: #009BFF;
  font-weight: normal;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.srcresml-header a .icon {
  font-size: 16px;
  margin: -2px 0 0 10px;
}

.srcresml-header a:hover {
  opacity: 0.8;
}

.srcresm-list ul {
  width: 95%;
  padding: 15px 2.5% 0 2.5%;
  -moz-box-shadow: inset 0 3px 9px -5px #DEDEDC;
  -webkit-box-shadow: inset 0 3px 9px -5px #DEDEDC;
  -o-box-shadow: inset 0 3px 9px -5px #DEDEDC;
  -ms-box-shadow: inset 0 3px 9px -5px #DEDEDC;
  box-shadow: inset 0 3px 9px -5px #DEDEDC;
  border-top: 1px solid #e9e9e9;
}

.srcresm-list ul li {
  margin: 0 0 10px 0;
  color: #868686;
  font-size: 11px;
  line-height: 12px;
}

.srcresml-title {
  margin: 0 0 0 20px;
  color: #333333;
  font-size: 12px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.srcresml-title:hover {
  color: #999999;
}

@media all and (max-width: 1000px) {
  .srcresm-wrapper {
    width: 100%;
  }
}
.mreadm-wrapper {
  width: 600px;
  padding: 10px 20px 20px 20px;
  background: #333333;
}

.mreadm-title {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.mh-box {
  width: 180px;
}

.mreadm-holder .middle {
  margin: 0 30px;
}

.mhb-img,
.mhb-img img {
  width: 80px;
  height: 80px;
}

.mhb-img img {
  margin: 5px 0 0 0;
}

.mhb-title {
  width: 90px;
  margin: 0 0 0 10px;
}

.mhb-title a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.mhb-title a:hover {
  color: #ccc;
}

@media all and (max-width: 1280px) {
  .mreadm-wrapper {
    width: 104%;
    margin: 0 0 0 -4% !important;
    padding: 10px 2.5%;
  }
}
@media all and (max-width: 1000px) {
  .mh-box {
    width: 33%;
  }

  .mreadm-holder .middle {
    margin: 0 2px !important;
  }

  .mhb-img, .mhb-img img {
    width: 65px;
    height: 65px;
  }

  .mhb-title {
    width: 80px;
    margin: 0 0 0 5px;
  }

  .mhb-title a {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .mreadm-wrapper {
    width: 102%;
  }

  .mreadm-holder .middle,
  .mh-box {
    width: 49%;
    height: auto;
    float: left;
    margin: 0 0 20px 0 !important;
  }

  .mhb-img {
    width: 50px;
    height: auto;
  }

  .mhb-img img {
    width: 100%;
    height: auto;
  }

  .mhb-title {
    width: 70%;
    margin: 0 2.5%;
  }
}
@media all and (max-width: 480px) {
  .mreadm-wrapper {
    width: 101%;
  }
}
.printedm-title {
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.printedm-img img {
  width: 160px;
  height: 202px;
}

.printedm-wrapper input {
  width: 90%;
  margin: 5px 5% 0 5%;
  height: 22px;
  border: 1px solid #E2E2E2;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  outline: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: white url(../../img/selectarrow.png) no-repeat 100%;
  /* add your own arrow image */
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
}

.printedm-wrapper select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}

.printedm-list {
  width: 125%;
  margin: 30px 0 10px -12%;
}

.printedm-list ul li {
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.printedm-list ul li a {
  width: 85%;
  padding: 10px 0% 10px 15%;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.printedm-list li:hover,
.printedm-list-active {
  background: #009BFF;
}

.printedm-list li:hover a,
.printedm-list-active a {
  color: white !important;
}

.printpopup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.printpopup {
  display: none;
  width: 20%;
  position: fixed;
  top: 200px;
  left: 39%;
  z-index: 99;
  background: #fff;
}

.printpopup-title {
  width: 96%;
  padding: 2%;
  background: #3173b7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.printpopup-close {
  cursor: pointer;
}

.printpopup-text {
  width: 96%;
  padding: 10px 2%;
  color: #1B5072;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.printpopup-registration,
.printpopup-exit {
  width: 46%;
  padding: 0 0 15px 0;
}

.printpopup-registration a,
.printpopup-exit a {
  background: #eee;
  border: 1px solid #aaa;
  font-weight: bold;
  color: #222;
  margin: 0 2%;
  padding: 3px 5px;
  cursor: pointer;
  font-size: 12px;
}

.ui-datepicker {
  border: 1px solid #ddd;
  font-size: 12px;
  background: white !important;
  width: 215px !important;
  height: 190px !important;
  padding: .3em .3em 0;
  z-index: 99 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #184A6F;
  position: relative;
  padding: .2em 0;
  height: 23px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0 !important;
  background: none !important;
  font-weight: normal;
  color: #555555;
  font-size: 12px;
}

.ui-datepicker th span {
  font-size: 12px;
  font-weight: normal !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 3px 1px !important;
  text-align: right;
  font-size: 10px !important;
}

.ui-datepicker td a:hover {
  background: #dddddd !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 8px 2px 0 2px !important;
  padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0 0 10px 0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fcefa1 !important;
  background: #ffe800 !important;
  color: #363636 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #174574 !important;
  color: white !important;
}

.ui-datepicker-prev {
  top: 4px !important;
  left: 5px !important;
}

.ui-datepicker-prev:hover {
  border: 0;
  background: none;
}

.ui-datepicker-prev .ui-icon {
  background: url("../../img/date_next.gif") right top no-repeat;
  width: 22px;
  height: 22px;
}

.ui-datepicker-prev .ui-icon:hover {
  background: url("../../img/date_next.gif") left right no-repeat;
}

.ui-datepicker-next {
  top: 4px !important;
  right: 5px !important;
}

.ui-datepicker-next:hover {
  border: 0;
  background: none;
}

.ui-datepicker-next .ui-icon {
  background: url("../../img/date_next.gif") left top no-repeat;
  width: 22px;
  height: 22px;
}

.ui-datepicker-next .ui-icon:hover {
  background: url("../../img/date_next.gif") left bottom no-repeat;
}

.tpcm-wrapper {
  width: 300px;
  float: left;
}

.tpcm-title {
  margin: 0 0 10px 0;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.tpcm-nav {
  width: 300px;
  height: 25px;
  float: left;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 4px 2px -2px #E9E9E9;
  -moz-box-shadow: 0 4px 2px -2px #E9E9E9;
  -o-box-shadow: 0 4px 2px -2px #E9E9E9;
  -ms-box-shadow: 0 4px 2px -2px #E9E9E9;
  box-shadow: 0 4px 2px -2px #E9E9E9;
  margin: 0 0 5px 0;
}

.tpcmn-title {
  width: auto;
  height: 25px;
  float: left;
  margin: 0 20px 0 0;
  color: #999999;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.tpcmn-title a {
  color: #999999;
}

.tpcmn-title a:hover {
  color: #009aff;
}

.tpcmnt-arrow {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #E9E9E9;
  display: none;
}

.tpcm-title-active a {
  color: #000;
}

.tpcm-title-active .tpcmnt-arrow {
  display: block;
}

.tpcm-list ul li {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0 10px 0;
}

.tpcml-img {
  margin: 0 10px 0 0;
}

.tpcml-img,
.tpcml-img img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.tpcml-name {
  margin: 0 0 5px 0;
}

.tpcml-name a {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.tpcml-name a:hover {
  color: #666666;
}

.tpcml-sor {
  color: #777777;
  font-size: 12px;
}

.tpcml-rejting {
  margin: 0 0 0 10px;
  color: #777777;
  font-size: 12px;
}

.tpcml-negative {
  color: #59B200;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.tpcml-positive {
  color: #D83500;
  font-size: 12px;
  font-weight: bold;
}

.tpcml-top20 {
  margin: 10px 0 0 0;
}

.tpcml-top20 a {
  color: #0099FF;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.tpcml-top20 .icon {
  font-size: 16px;
  margin: -2px 0 0 10px;
}

.tpcml-top20 a:hover {
  opacity: 0.8;
}

@media all and (max-width: 1280px) {
  .tpcm-wrapper {
    width: 95%;
    padding: 0 2.5%;
  }

  .tpcm-nav {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .tpcmn-title {
    margin: 0 4px 0 0;
  }

  .tpcml-negative,
  .tpcml-rejting {
    margin: 0 0 0 3px;
  }

  .tpcml-positive,
  .tpcml-negative,
  .tpcml-rejting,
  .tpcml-sor {
    font-size: 10px;
  }
}
.bnwsm {
  width: 290px;
  height: 175px;
  position: relative;
}

.bnwsm .bnwsm-section {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 99;
  padding: 2px;
  font-size: 10px;
  color: white;
}

.sectionsport {
  background: #59b200;
}

.bnwsms-img,
.bnwsms-img img {
  width: 290px;
  height: 175px;
}

.bnwsms-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 93%;
  min-height: 28px;
  padding: 10px 3.5%;
  background: url(../../img/boxbg.png);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.bnwsm:hover > .bnwsms-title {
  opacity: 0.8;
}

@media all and (max-width: 1280px) {
  .bnwsm {
    width: 49%;
    height: auto;
  }

  .bnwsms-img,
  .bnwsms-img img {
    width: 100%;
    height: auto;
  }

  .bnwsms-title {
    bottom: 3px;
    width: 90%;
    float: left;
    padding: 5%;
  }
}
@media all and (max-width: 480px) {
  .bnwsm {
    width: 100%;
  }
}
.snglpstm-wrapper {
  width: 600px;
}

.snglpstmh-news {
  position: absolute;
  top: -21px;
  left: 0;
  width: 45px;
  height: 54px;
  padding: 15px 0 0 0;
  border: 1px solid #ccc;
  background: url(../../img/gray-white.png) top;
  background-size: auto 100%;
  text-align: center;
  color: #000;
  font-size: 11px;
}

.snglpstmh-news .snglpstmh-news-icon {
  width: 15px;
  margin: 0 1px 5px 1px;
}

.snglpstmh-comments {
  position: absolute;
  top: -21px;
  left: 45px;
  width: 45px;
  height: 54px;
  padding: 15px 0 0 0;
  border: 1px solid #ccc;
  text-align: center;
  color: #009AFF;
  font-size: 11px;
  background: #fff;
}

.snglpstmh-comments-arrow {
  margin: 7px 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.snglpstmh-comments .icon {
  font-size: 25px;
  width: 100%;
  margin: -4px 0 -2px 0;
}

.snglpstmh-comment,
.snglpstmh-site,
.snglpstmh-time,
.snglpstmh-date {
  color: #999999;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.snglpstmh-time {
  margin: 5px 20px 0 15px;
}

.snglpstmh-time .icon {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.snglpstmh-site {
  margin: 5px 20px 0 0;
}

.snglpstmh-comment .icon {
  font-size: 18px;
  margin: -2px 5px 0 0;
}

.snglpstmh-small,
.snglpstmh-large,
.snglpstmh-email,
.snglpstmh-print {
  color: #999999;
  font-size: 20px;
  padding: 2px 6px 0 6px;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.snglpstmh-small,
.snglpstmh-large {
  font-size: 14px;
  padding: 5px 9px;
}

.snglpstmh-letter {
  color: #999999;
  font-size: 16px;
  padding: 5px 6px 0 6px;
}

.snglpstmh-print {
  margin: 0 0 0 5px;
}

.snglpstmh-email {
  margin: 0 0 0 25px;
}

.snglpstm-box {
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -moz-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -o-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -ms-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  box-shadow: inset 0 20px 8px -20px #DEDEDE;
  margin: 20px 0 0 0;
}

.snglpstmb-title {
  margin: 20px 0;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

.snglpstmb-img,
.snglpstmb-img img {
  width: 600px;
  height: 360px;
}

.snglpstmb-img-vertical {
  height: 400px;
}

.snglpstmb-img-author {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.snglpstmb-description {
  margin: 15px 0 30px 0;
}

.snglpstmb-description {
  color: #333333;
  font-size: 14px;
}

.snglpstmbd-subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #AEA6A6;
}

.snglpstm-tags {
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -moz-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -o-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -ms-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  box-shadow: inset 0 20px 8px -20px #DEDEDE;
  padding: 10px 0 0 0;
}

.snglpstm-tags ul {
  width: 87%;
}

.commpost-right .snglpstm-tags ul {
  width: 84%;
}

.snglpstm-tags ul li {
  display: inline;
}

.snglpstm-tags ul li a {
  color: #009BFF;
  font-size: 12px;
  margin: 0 10px;
}

.snglpstm-tags ul li a:hover {
  text-decoration: underline;
}

.snglpstm-tags .tagtitle {
  color: #555555;
  font-size: 12px;
  margin: 2px 0 0 10px;
}

.snglpstm-share {
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -moz-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -o-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -ms-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  box-shadow: inset 0 20px 8px -20px #DEDEDE;
  margin: 10px 0 0 0;
  padding: 20px 0;
  text-align: center;
}

.snglpstm-share img {
  width: 70%;
  margin: 0 15%;
}

.vertical-img img {
  width: 240px;
  height: 400px;
  margin: 0 0 20px 20px;
}

.snglpstmh-back {
  display: none;
}

.snglpstm-header-help .snglpstmh-date {
  margin: 5px 0 0 105px;
}

.cmntsm-holder-help {
  padding: 5px 0 0 0;
}

.cmntsm-header-help .comm-num {
  margin: 0 0 0 10px;
  color: #999999;
  font-size: 13px;
}

.cmntsm-header-help .comm-num .icon {
  margin: -5px 5px 0 0;
  font-size: 22px;
}

.cmntsm-header-help {
  margin: 0 0 5px 0;
}

.cmntsm-header-help .cmntsmh-title {
  margin: 10px 0 0 0;
}

.cmntsm-header-help .see-all {
  margin: 10px 0 0 0;
  color: #0099FF;
  font-size: 12px;
  font-weight: bold;
}

.snglpstm-header-help .snglpstmh-site {
  position: absolute;
  top: 18px;
  left: 105px;
}

.cmntsmh-box-help .cmntsmhb-data {
  width: 100%;
}

.cmntsmh-box-help .cmntsmhbd-user,
.cmntsmh-box-help .cmntsmhbd-comment {
  margin: 0;
}

.lvcomm-wrapper {
  margin: 20px 0;
}

.lvcommw-title {
  margin: 0 0 10px 0;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.lvcommw-form {
  width: 50%;
}

.lvcommw-form label {
  margin: 0 0 10px 0;
}

.lvcommw-form textarea,
.lvcommw-form label input {
  width: 90%;
  padding: 7px 2.5%;
  outline: 0;
  -webkit-border-radius: 1px solid #DEDEDE;
  -moz-border-radius: 1px solid #DEDEDE;
  -o-border-radius: 1px solid #DEDEDE;
  -ms-border-radius: 1px solid #DEDEDE;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -moz-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -o-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -ms-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  box-shadow: inset 0 20px 8px -20px #DEDEDE;
  font-size: 14px;
  font-weight: bold;
}

.lvcommw-form label span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}

.lvcommw-form textarea {
  height: 100px;
}

.lvcommw-form .lvcommw-form-send {
  margin: 10px 0 0 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 3px;
  webkit-box-shadow: 0 8px 6px -6px #D5D5D5;
  -moz-box-shadow: 0 8px 6px -6px #D5D5D5;
  -o-box-shadow: 0 8px 6px -6px #D5D5D5;
  -ms-box-shadow: 0 8px 6px -6px #D5D5D5;
  box-shadow: 0 8px 6px -6px #D5D5D5;
  background: url(../../img/bluegradient.png);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.lvcommw-form .lvcommw-form-send:hover {
  opacity: 0.8;
}

.lvcommw-form a {
  margin: 17px 0 0 15px;
  color: #009BFF;
  font-size: 12px;
}

.lvcommw-captcha {
  width: 48%;
}

.lvcommw-captcha img {
  width: 100%;
}

.potpis {
  margin: 3px 0 0 0;
  color: #444;
  font-size: 13px;
  font-style: italic;
}

@media all and (max-width: 1000px) {
  .snglpstm-wrapper {
    width: 100%;
  }

  .snglpstmh-time {
    margin: 5px 10px 0 10px;
  }

  .snglpstmh-site {
    margin: 5px 10px 0 0;
  }

  .snglpstmh-email {
    margin: 0 0 0 10px;
  }

  .snglpstmb-img, .snglpstmb-img img {
    width: 100%;
    height: auto;
  }

  .snglpstmh-small, .snglpstmh-large {
    padding: 3px 7px;
  }

  .snglpstmh-letter {
    padding: 3px 6px 0px;
  }

  .snglpstmh-email, .snglpstmh-print {
    font-size: 18px;
    padding: 2px 4px 0px 4px;
  }

  .snglpstm-tags ul {
    width: 81%;
  }

  .snglpstmb-img .snglpstmb-img-author {
    bottom: 4px;
  }
}
@media all and (max-width: 768px) {
  .snglpstm-tags {
    padding: 5px 0 0 0;
  }

  .snglpstm-share {
    margin: 5px 0 0 0;
  }

  .snglpstm-share {
    text-align: left;
  }

  .snglpstmh-small, .snglpstmh-large {
    padding: 4px 6px;
  }

  .snglpstmh-email {
    margin: 0 0 0 5px;
  }

  .snglpstmh-email,
  .snglpstmh-print {
    padding: 2px 4px 0px 4px;
    font-size: 18px;
  }

  .snglpstmh-time .icon {
    margin-top: -3px;
  }

  .snglpstmh-comment, .snglpstmh-site, .snglpstmh-time, .snglpstmh-date {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media all and (max-width: 480px) {
  .snglpstm-wrapper {
    margin-top: 10px !important;
  }

  .snglpstmh-print {
    display: none;
  }

  .snglpstmh-small,
  .snglpstmh-letter,
  .snglpstmh-large,
  .snglpstmh-email {
    position: absolute;
    top: 0px;
    right: 0%;
    padding: 3px 8px;
    cursor: pointer;
  }

  .snglpstmh-large {
    right: 42px;
    padding: 6px 9px;
  }

  .snglpstmh-letter {
    right: 80px;
    margin: 3px 0 0 0;
  }

  .snglpstmh-small {
    right: 110px;
    padding: 6px 9px;
  }

  .snglpstmh-comment, .snglpstmh-site, .snglpstmh-time, .snglpstmh-date {
    font-size: 11px;
    margin-top: 45px;
  }

  .snglpstm-box {
    margin: 0;
  }

  .snglpstmb-title {
    font-size: 20px;
  }

  .snglpstm-header {
    margin: 0;
    position: relative;
  }

  .snglpstmh-back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 33px;
    color: #666666;
    font-size: 12px;
  }

  .snglpstmh-back img {
    width: 33px;
    height: 33px;
    margin: 0 10px 0 0;
  }

  .snglpstm-tags ul {
    width: 70%;
  }

  .vertical-img img {
    width: 100%;
    height: auto;
    margin: 10px 0 0 10px;
  }

  .snglpstmb-img-vertical {
    height: auto;
  }
}
.sbmncatm-wrapper {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  height: 29px;
  line-height: 12px;
}

.sbmncatm-news {
  width: auto;
  margin: 10px 40px 0 0;
  color: #009BFF;
  font-size: 12px;
  text-indent: 20px;
}

.sbmncatm-news .icon {
  margin: -3px 0 0 5px;
  font-size: 16px;
}

.sbmncatm-nav ul li {
  display: inline;
  color: #777777;
  font-size: 11px;
  margin: 0;
  float: left;
}

.sbmncatm-nav ul li a {
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 8px 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sbmncatm-nav-active a {
  background: #fff;
  color: black !important;
  border-bottom: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0 4px 6px #B8B8B8;
  -webkit-box-shadow: inset 0 4px 6px #B8B8B8;
  -o-box-shadow: inset 0 4px 6px #B8B8B8;
  -ms-box-shadow: inset 0 4px 6px #B8B8B8;
  box-shadow: inset 0 4px 6px #B8B8B8;
}

.sbmncatm-nav ul li a:hover {
  background: #fff;
  color: black !important;
  border-bottom: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0 4px 6px #B8B8B8;
  -webkit-box-shadow: inset 0 4px 6px #B8B8B8;
  -o-box-shadow: inset 0 4px 6px #B8B8B8;
  -ms-box-shadow: inset 0 4px 6px #B8B8B8;
  box-shadow: inset 0 4px 6px #B8B8B8;
}

.sbmncatm-nav .sbmncatmn-arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
}

.sbmncatm-nav .sbmncatmn-arrow img {
  width: 16px;
  height: 9px;
}

.sbmncatm-lang {
  margin: 7px 0 0 0;
}

span.lang-divider {
  color: #fff;
  font-size: 10px;
}

a.lang-active {
  color: #0099FF;
}

a.cir,
a.lat {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: url("../../img/latinica.png");
  background-position: 0 0;
  -webkit-transition: background-position .3s ease-in-out;
  -moz-transition: background-position .3s ease-in-out;
  -ms-transition: background-position .3s ease-in-out;
  -o-transition: background-position .3s ease-in-out;
  transition: background-position .3s ease-in-out;
}

a.cir {
  background: url("../../img/cirilica.png");
  background-position: 0 0;
}

a.cir:hover,
a.lat:hover {
  background-position: 0 -16px;
}

.lang-divider {
  margin: 0 2px;
  line-height: 22px;
  height: 30px;
}

.sbmncatmn-red {
  color: #EB1E00;
}

.sbmncatmn-green {
  color: #59B200;
}

.sbmncatmn-blue {
  color: #0180D5;
}

.sbmncatmn-purple {
  color: #9203E7;
}

.sbmncatmn-orange {
  color: #FF8000;
}

.sbmncatmn-lightblue {
  color: #00B2B2;
}

.sbmncatmn-gray {
  color: #817754;
}

.sbmncatmn-pink {
  color: #D900D9;
}

.sbmncatmn-brown {
  color: #846A48;
}

.sbmncatmn-lightgreen {
  color: #A3D900;
}

@media all and (max-width: 1280px) {
  .sbmncatm-wrapper {
    width: 95%;
    padding: 0 2.5%;
  }
}
@media all and (max-width: 1000px) {
  .sbmncatm-news {
    margin: 10px 10px 0 0;
  }

  .sbmncatm-nav ul li {
    margin: 0;
  }

  .sbmncatm-nav ul li a {
    padding: 8px 10px;
  }
}
.sbmnm-wrapper {
  margin: 0;
  padding: 10px 0 10px 0;
}

.sbmnm-news {
  width: auto;
  margin: 3px 60px 0 0;
  color: #009BFF;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-indent: 20px;
}

.sbmnm-news .icon {
  margin: -3px 0 0 5px;
  font-size: 16px;
}

.sbmnm-news:hover {
  opacity: 0.8;
}

.sbmnm-nav ul li {
  display: inline;
  color: #777777;
  font-size: 11px;
  margin: 0 10px 0 0;
}

.sbmnm-nav ul li a {
  color: #009AFF;
  font-size: 12px;
}

.sbmnm-nav ul li a:hover {
  text-decoration: underline;
}

.sbmnm-lang {
  margin: 0;
  height: 20px;
}

span.lang-divider {
  color: #777777;
  font-size: 10px;
}

a.lang-active {
  color: #0099FF;
}

.lang-divider {
  margin: 0 2px;
}

@media all and (max-width: 1280px) {
  .sbmnm-wrapper {
    width: 95%;
    padding: 10px 2.5%;
  }
}
@media all and (max-width: 1000px) {
  .sbmnm-news {
    margin: 3px 10px 0 0;
  }
}
.authgall-wrapper {
  width: 600px;
  padding: 40px 90px;
}

.authgall-box {
  width: 290px;
  margin: 0 0 25px 0;
}

.authgallb-img,
.authgallb-img img {
  width: 290px;
  height: 170px;
}

.authgallb-title {
  margin: 20px 0 10px 0;
  color: #333333;
  font-size: 13px;
}

.authgallb-title:hover {
  color: #009aff;
}

.authgallb-comm,
.authgallbt-time,
.authgallbt-date,
.authgallb-quantity {
  color: #999999;
  font-size: 11px;
}

.authgallb-posted {
  margin: 10px 0;
}

.authgallbt-date {
  margin: 0 10px 0 0;
}

.authgallbt-time .icon {
  font-size: 14px;
  margin: -2px 2px 0 0;
}

.authgallb-comm .icon {
  font-size: 18px;
  margin: -3px 5px 0 0;
}

.snglpstmb-slider-enlarge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.snglpstmb-slider-enlarge:hover {
  background: rgba(0, 0, 0, 0.7);
}

.snglpstmb-slider-enlarge img {
  max-width: 30px;
  max-height: 30px;
}

.pgnm-wrapper {
  width: 600px;
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 20px 8px -20px #C8C8C8;
  -moz-box-shadow: inset 0 20px 8px -20px #C8C8C8;
  -o-box-shadow: inset 0 20px 8px -20px #C8C8C8;
  -ms-box-shadow: inset 0 20px 8px -20px #C8C8C8;
  box-shadow: inset 0 20px 8px -20px #C8C8C8;
  -webkit-border-radius: 10px 10px 7px 7px;
  -moz-border-radius: 10px 10px 7px 7px;
  -o-border-radius: 10px 10px 7px 7px;
  -ms-border-radius: 10px 10px 7px 7px;
  border-radius: 10px 10px 7px 7px;
}

.pgnm ul {
  text-align: center;
  padding: 12px 0;
}

.pgnm ul li {
  display: inline;
}

.pgnm ul li a {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  color: #666666;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.pgnm ul li a:hover,
.pgnm ul li a.active {
  background: #8A8A7B;
  color: #fff;
  -webkit-box-shadow: inset 0 20px 8px -20px #636358;
  -moz-box-shadow: inset 0 20px 8px -20px #636358;
  -o-box-shadow: inset 0 20px 8px -20px #636358;
  -ms-box-shadow: inset 0 20px 8px -20px #636358;
  box-shadow: inset 0 20px 8px -20px #636358;
}

@media all and (max-width: 1000px) {
  .pgnm-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 380px) {
  .pgnm {
    width: 95%;
    padding: 0 2.5%;
  }

  .pgnm ul,
  .pgnm ul li a {
    float: left;
  }

  .pgnm ul li a {
    margin: 2px;
  }
}
.nwm-wrapper {
  width: 600px;
}

.nwm-box {
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -moz-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -o-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  -ms-box-shadow: inset 0 20px 8px -20px #DEDEDE;
  box-shadow: inset 0 20px 8px -20px #DEDEDE;
  margin: 0 0 5px 0;
}

.nwmb-img {
  width: 175px;
}

.nwmb-img img {
  width: 175px;
  height: 105px;
}

.nwmb-img .bnwsm-section {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 2px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.nwm-text {
  width: 395px;
  margin: 10px 15px;
}

.nwmt-header {
  margin: 0;
}

.nwmth-comment,
.nwmth-site,
.nwmth-time,
.nwmth-date {
  color: #999999;
  font-size: 11px;
}

.nwmth-time {
  margin: 0 20px 0 15px;
}

.nwmth-time .icon {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.nwmth-site {
  margin: 0 20px 0 0;
}

.nwmth-comment .icon {
  font-size: 18px;
  margin: -2px 5px 0 0;
}

.nwmt-title {
  margin: 0 0 5px 0;
  padding: 0;
}

.nwmt-title a {
  color: #333333;
  font-size: 18px;
}

.nwmt-title a:hover {
  color: #009aff;
}

.nwmt-description {
  color: #000;
  font-size: 12px;
}

.sectionred {
  background: #B22D00;
}

.sectionlightblue {
  background: #009BFF;
}

.sectionblack {
  background: #222222;
}

.sectionorange {
  background: #D96D00;
}

.sectionturquoise {
  background: #008C8C;
}

.sectionpurple {
  background: #9203E7;
}

@media all and (max-width: 1000px) {
  .nwm-wrapper {
    width: 100%;
  }

  .nwmb-img {
    width: 30%;
  }

  .nwmb-img img {
    width: 100%;
    height: auto;
  }

  .nwm-text {
    width: 65%;
    margin: 10px 2.5%;
  }

  .nwmth-time {
    margin: 0 15px;
  }
}
@media all and (max-width: 768px) {
  .nwm-box {
    position: relative;
  }

  .nwmt-header {
    position: absolute;
    top: 15px;
    left: 0;
  }

  .nwmb-img {
    margin: 40px 0 0 0;
  }

  .nwm-text {
    margin: 40px 2.5% 10px 2.5%;
  }
}
@media all and (max-width: 480px) {
  .nwmb-img {
    margin: 50px 0 0 0;
  }

  .nwm-text {
    margin: 50px 2.5% 10px 2.5%;
  }
}
.nwsmt-box {
  margin: 0 0 10px 0;
  width: 50%;
  text-align: center;
  position: relative;
}

.nwsmt-box a {
  width: 100%;
  float: left;
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 10px 0;
  outline: 1px solid #E2E2E2;
}

.nwsmtb-arrow {
  position: absolute;
  bottom: -14px;
  left: 0;
  display: none;
}

.nwsm-box-active .nwsmtb-arrow {
  display: block;
}

.nwsm-box-active {
  background: url(../../img/gray-white.png) top;
  background-size: auto 100%;
}

.nwsm-box-active a {
  color: #000000;
}

.nwsm-list ul li {
  border-bottom: 1px solid #E2E2E2;
  padding: 3px 0 5px 0;
}

.nwsm-list ul li {
  display: block;
  position: relative;
}

.nwsml-watch {
  width: 50px;
  height: 16px;
  background: #EEEEEE;
  color: #777777;
  font-size: 11px;
  margin: 3px 0 0 10px;
  padding: 5px 0 0 0;
}

.nwsml-watch .icon {
  color: #BBBBBB;
  font-size: 16px;
  margin: -3px 5px 0 2px;
}

.nwsml-text {
  margin: 10px 0 0 0 !important;
  width: 160px;
  color: #000000;
  font-size: 13px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.nwsml-text:hover {
  color: #009aff;
}

.nwsml-img {
  margin: -15px 0 0 0;
}

.nwsml-img,
.nwsml-img img {
  width: 60px;
  height: 60px;
}

.nwsm-othernews {
  margin: 10px 0 0 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.nwsm-othernews a {
  color: #009AFF;
  font-size: 12px;
}

.nwsm-othernews:hover {
  opacity: 0.8;
}

.nwsm-othernews .icon {
  margin: -2px 0 0 10px;
  font-size: 16px;
}

@media all and (max-width: 1280px) {
  .nwsm-title {
    width: 100% !important;
    margin: 0 !important;
  }

  .nwsm-wrapper {
    width: 117%;
    margin: 0 0 0 -8.5% !important;
  }

  .nwsm-list {
    width: 90%;
    margin: 0 5%;
  }
}
@media all and (max-width: 1000px) {
  .nwsml-text,
  .nwsml-watch {
    margin: 3px 0 0 0;
  }

  .nwsm-title {
    width: 116% !important;
    margin: 0 0 0 -8% !important;
  }
}
@media all and (max-width: 768px) {
  .nwsm-othernews,
  .nwsm-list,
  .nwsmtb-arrow {
    display: none !important;
  }

  .nwsm-box-active {
    background: none;
  }
}
.vidnwsm-wrapper {
  width: 300px;
}

.vidnwsm-title {
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.vidnwsm-list ul {
  border-bottom: 1px solid #e2e2e2;
}

.vidnwsm-list ul li {
  display: block;
  border-top: 1px solid #E2E2E2;
  padding: 8px 0 8px 0;
  -webkit-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -moz-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -o-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -ms-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  box-shadow: inset 0 20px 8px -20px #E2E2E2;
}

.vidnwsml-img,
.vidnwsml-img img {
  width: 95px;
  height: 55px;
}

.vidnwsml-text {
  width: 150px;
  height: 55px;
  margin: 0 0 0 10px;
}

.vidnwsml-text {
  display: block;
  height: 55px;
  line-height: 25px;
  vertical-align: middle;
  color: #333333;
  font-size: 12px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.vidnwsml-text:hover {
  color: #009aff;
}

.vidnwsml-watch {
  width: 40px;
  height: 40px;
  margin: 15px 0 0 0;
}

.vidnwsml-watch .icon {
  color: #DDDDDD;
  font-size: 30px;
}

.vidnwsm-allnews {
  margin: 10px 0 0 0;
}

.vidnwsm-allnews a {
  width: 100px;
  color: #0099FF;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.vidnwsm-allnews .icon {
  font-size: 16px;
  margin: -2px 0 0 0;
}

.vidnwsm-allnews a:hover {
  opacity: 0.8;
}

@media all and (max-width: 1280px) {
  .vidnwsm-wrapper {
    width: 100%;
    padding: 0%;
  }

  .vidnwsml-text {
    width: 140px;
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  .vidnwsml-img, .vidnwsml-img img {
    width: 85px;
    height: 50px;
  }

  .vidnwsml-watch {
    width: 25px;
  }

  .vidnwsml-watch .icon {
    font-size: 25px;
  	width: 27px;
  }

  .vidnwsml-text {
    width: 100px;
  }
}
.fam-wrapper {
  width: 130px;
  background: #063C71;
  padding: 15px;
}

.fam-title {
  padding: 0 0 5px 0;
  color: #3391DD;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #074e94;
}

.fam-icons a {
  color: #074E94;
  font-size: 26px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.fam-icons a:hover {
  color: #009AFF;
}

.fam-img {
  margin: 10px 0 15px 0;
}

.fam-img img {
  width: 125px;
  height: 85px;
}

.fam-text {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.fam-text:hover {
  opacity: 0.8;
}

.wlm-title {
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.wlm-box {
  position: relative;
}

.winner {
  background: #85B200;
}

.loser-title {
  margin: 20px 0 15px 0;
}

.loser {
  background: #d93600;
}

.wlmb-name {
  margin: 3px 0 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 50px;
  line-height: 18px;
}

.wlmb-arrow {
  position: absolute;
  top: 5px;
  right: 40px;
  z-index: 99;
  color: #fff;
  font-size: 28px;
}

.wlmb-img {
  width: 53px;
  height: 53px;
  position: absolute;
  top: -5px;
  right: 0;
}

.wlmb-img img {
  width: 53px;
  height: 53px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wlm-badgood {
  padding: 10px 10px 2px 10px;
  background: #F6F6F6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
}

.wlmb-title {
  margin: 40px 0 5px 0;
}

.good {
  border-bottom: 2px dashed #E2E2E2;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

.wlmbb-arrow {
  font-size: 36px;
  margin: 0 10px 0 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.good .icon {
  color: #85b200;
}

.bad .icon {
  color: #d93600;
}

.wlmbb-arrow:hover {
  opacity: 0.8;
}

.wlmbb-name {
  margin: 5px 0 0 0;
  width: 50px;
  color: #333333;
  font-size: 12px;
}

.slidernews-left {
  width: 910px;
  margin: 0 0 30px 0;
  background: #000000;
}

.slidernews-left .bx-viewport {
  height: 410px !important;
}

.slidernews-left .slidernews-box {
  height: 435px;
}

.slidernews-right {
  width: 269px;
}

.slidernews-right .nwsm-wrapper {
  width: 100%;
  margin: 0 !important;
}

.slidernews-right .nwsm-othernews,
.slidernews-right .nwsm-list {
  width: 90%;
  margin: 0 5%;
}

.slidernews-right .nwsm-othernews {
  margin-top: 10px;
}

.slidernews-right .nwsm-title {
  width: 100%;
  margin: 0;
}

.slidernews-right .nwsml-watch {
  margin: 3px 0 0 0px;
}

.slidernews-box-mainnews {
  border-right: 1px solid #fff;
}

.slidernews-box-mainnews,
.slidernews-box-mainnews img {
  width: 683px;
  height: 435px;
}

.slidernews-box-mainnews .mainnews-iner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 644px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.slidernews-box-mainnews .bnwsm-section {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 2px;
  color: #fff;
  font-size: 10px;
}

.slidernews-box-sidenews {
  width: 226px;
}

.sbs-box {
  width: 226px;
  height: 145px;
  background-size: 100% 100% !important;
}

.sbs-box .bnwsm-section {
  padding: 0 2px;
  color: #fff;
  font-size: 10px;
}

.sbs-box .sbs-box-title {
  width: 90%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}

.slidernews-holder .bx-wrapper {
  margin: 0;
}

.slidernews-holder .bx-pager {
  background: #000;
  padding: 10px 0 5px 0;
}

.slidernews-holder .bx-viewport {
  box-shadow: 0;
  border: 0;
  left: 0;
  background: none;
}

.slidernews-holder .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slidernews-holder .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.slidernews-holder .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: initial;
  bottom: -30px !important;
  margin-top: 0;
  width: 30px;
  height: 30px;
}

.slidernews-holder .bx-wrapper .bx-prev {
  left: 0;
  background: url(../../img/slideprev.png) no-repeat center;
}

.slidernews-holder .bx-wrapper .bx-next {
  right: 0;
  background: url(../../img/slidenext.png) no-repeat center;
}

.sbs-box-holder {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media all and (max-width: 1280px) {
  .slidernews-left {
    width: 65%;
  }

  .slidernews-right {
    width: 35%;
  }

  .nwsm-title {
    width: 100% !important;
    margin: 0 !important;
  }

  .slidernews-box-mainnews {
    width: 70%;
  }

  .slidernews-box-mainnews a {
    width: 95%;
    padding: 2.5%;
  }

  .slidernews-box-sidenews {
    width: 29.7%;
  }

  .slidernews-box-sidenewss {
    width: 100%;
  }

  .mainnews-iner {
    width: 100% !important;
    overflow: hidden !important;
  }

  .mainnews-iner img {
    max-width: none !important;
  }

  .mainnews-iner-title {
    width: 95% !important;
    padding: 2.5%;
  }
}
@media all and (max-width: 1000px) {
  .sbs-box {
    width: 100% !important;
    background-size: auto 100% !important;
  }
}
@media all and (max-width: 768px) {
  .slidernews-right,
  .slidernews-left {
    width: 100%;
  }

  .slidernews-box-sidenews,
  .slidernews-right .nwsm-othernews,
  .slidernews-right .nwsml-watch {
    display: none;
  }

  .slidernews-holder .bx-wrapper .bx-controls-direction a {
    bottom: 50% !important;
    width: 15px;
  }

  .slidernews-holder .bx-wrapper .bx-prev {
    background: url(../../img/prevblue.png) no-repeat center;
  }

  .slidernews-holder .bx-wrapper .bx-next {
    background: url(../../img/nextblue.png) no-repeat center;
  }

  .slidernews-box-mainnews {
    border: 0;
  }

  .slidernews-box-mainnews, .slidernews-box-mainnews img {
    width: 100%;
    height: auto;
  }

  .slidernews-left .bx-viewport {
    height: auto !important;
  }

  .slidernews-left .slidernews-box {
    height: auto;
  }
}
/* 4boxsport */
.bnwsm {
  margin: 25px 0 0 0;
}

/*  najcitanije/najnovije & video vesti*/
.comments {
  margin: 15px 0 0 0;
}

/* video vesti */
.vidnwsm-wrapper {
  margin: 15px 0;
}

/*stampano izdanje-index */
.printedm-wrapper {
  margin: 15px 0;
}

/* anketa */
.pm-wrapper {
  margin: 15px 0;
}

/* dobitnik gubitnik/bravo--uaaa */
.wlm-wrapper {
  margin: 15px 0;
}

/* horoskop */
.hrcm-wrapper {
  margin: 15px 0;
}

/* licnost nedelje-index */
.personofweek {
  margin: 15px 0;
}

/* baner in mc-right */
.ads {
  margin: 15px 0;
}

/* kursna lista */
.exchm-wrapper {
  margin: 15px 0;
}

/* top komentatori */
.tpcm-wrapper {
  margin: 15px 0;
}

/* za i protiv */
.fam-wrapper {
  margin: 15px 0;
}

/* iframe */
iframe {
  margin: 15px 0;
}

/* najnovije/sport */
.nwsm-wrapper {
  margin: 0 0 15px 0;
}

/* najnovije/sport slider */
.slidernews-right .nwsm-wrapper {
  margin: 0;
}

/* newsbox */
.newscontainer {
  margin: 0 0 15px 0;
}

.icons-holder {
  width: auto;
  margin: -2px 0px 0 10px;
}

.icons-holder .icons {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  background: url("../../img/ikone.png");
}

.icons-holder .icons-video {
  background-position: -1px 18px;
}

.icons-holder .icons-twitter {
  background-position: 41px 18px;
}

.icons-holder .icons-foto {
  background-position: 21px 18px;
}

.newsaside-box-description .icons-holder {
  margin: 2px 0px 0 0;
}

.nwsm-list .icons-holder {
  margin: 4px 0px 0 10px;
}

.srcresm-list .icons-holder {
  margin: -4px 0px 0 10px;
}

.nwm-text .icons-holder {
  margin: 3px 0px 0 0;
}

@font-face {
  font-family: "untitled-font-8";
  src: url("fonts/untitled-font-8.eot");
  src: url("fonts/untitled-font-8.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-8.woff") format("woff"), url("fonts/untitled-font-8.ttf") format("truetype"), url("fonts/untitled-font-8.svg#untitled-font-8") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-8" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-8" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "b";
}

.icon-triangle-down:before {
  content: "c";
}

.icon-arrow-sans-left:before {
  content: "e";
}

.icon-arrow-sans-right:before {
  content: "f";
}

.icon-arrow-sans-up:before {
  content: "g";
}

.icon-chatbubble-outline:before {
  content: "j";
}

.icon-googleplus:before {
  content: "o";
}

.icon-mark-map:before {
  content: "r";
}

.icon-rss:before {
  content: "s";
}

.icon-twitter:before {
  content: "t";
}

.icon-graph-pie:before {
  content: "D";
}

.icon-angle-down:before {
  content: "G";
}

.icon-angle-left:before {
  content: "H";
}

.icon-angle-right:before {
  content: "I";
}

.icon-angle-up:before {
  content: "J";
}

.icon-caret-down:before {
  content: "K";
}

.icon-caret-up-down:before {
  content: "L";
}

.icon-facebook:before {
  content: "M";
}

.icon-arrow-left-thin:before {
  content: "P";
}

.icon-arrow-right-thin:before {
  content: "R";
}

.icon-cancel:before {
  content: "T";
}

.icon-check-2:before {
  content: "U";
}

.icon-clock:before {
  content: "V";
}

.icon-thumbs-down:before {
  content: "W";
}

.icon-thumbs-up:before {
  content: "X";
}

.icon-user-1:before {
  content: "Y";
}

.icon-arrow-circle-2-up:before {
  content: "a";
}

.icon-arrow-circle-2-down:before {
  content: "d";
}

.icon-playback-play:before {
  content: "h";
}

.icon-arrow-circle-1-right:before {
  content: "i";
}

.icon-exclamation:before {
  content: "p";
}

.icon-arrow-right-bold:before {
  content: "q";
}

.icon-mail:before {
  content: "u";
}

.icon-plus-1:before {
  content: "v";
}

.icon-minus-1:before {
  content: "w";
}

.icon-building:before {
  content: "y";
}

.icon-print-1:before {
  content: "m";
}

.snglpstm-wrapper {
  margin: 20px 0 0 0;
}

.bnwsm-wrapper .bnwsm-title {
  margin: 40px 0 0 0;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.nwsm-title {
  width: 112%;
  margin: 0 0 0 -6%;
}

.snglpstmb-uptitle {
  margin: 20px 0 0 0;
  font-size: 14px;
}

.snglpstmbd-video iframe {
  width: 100%;
}

.snglpstmb-description .pm-wrapper {
  margin: 10px;
}

.snglpstmb-description .pm-wrapper-full {
  min-width: 95%;
  margin: 0 0 15px 0;
  padding: 20px 2.5% 8px 2.5%;
}

.snglpstmb-description .pm-wrapper-full .pm-nextquestion {
  padding: 5px 0 0 0;
}

.snglpstmb-description .pm-wrapper-full .pm-qfv {
  margin: 5px 0 0px 0;
}

.snglpstmb-antrfile {
  width: 170px;
  margin: 0 10px 10px 10px;
  padding: 15px;
  background: #F1F1F1;
  -webkit-box-shadow: inset 0 20px 8px -20px #777;
  -moz-box-shadow: inset 0 20px 8px -20px #777;
  -o-box-shadow: inset 0 20px 8px -20px #777;
  -ms-box-shadow: inset 0 20px 8px -20px #777;
  box-shadow: inset 0 20px 8px -20px #777;
}

.snglpstmb-antrfilefull {
  width: 90%;
  margin: 10px 0;
  padding: 15px 5%;
}

.snglpstmba-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000;
}

.snglpstmba-text {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

.snglpstmb-table {
  width: 50%;
  margin: 10px;
}

.snglpstmb-table thead {
  background: #F1F1F1;
  border: 1px solid #e2e2e2;
}

.snglpstmb-table thead td {
  font-weight: bold;
}

.snglpstmb-table td {
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
  color: #666666;
  font-size: 14px;
}

.snglpstmb-tablefull {
  min-width: 100%;
  margin: 10px 0;
}

.enlarge-slider {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.enlarge-slider:hover {
  background: rgba(0, 0, 0, 0.7);
}

.enlarge-slider img {
  max-width: 30px;
  max-height: 30px;
  padding: 10px;
}

@media all and (max-width: 1000px) {
  .snglpstmbd iframe {
    height: 200px;
  }
}
@media all and (max-width: 768px) {
  .snglpstmbd iframe {
    max-height: 200px;
  }

  .snglpstmb-table {
    width: 100%;
    margin: 10px 0;
  }
}
@media all and (max-width: 768px) {
  .snglpstmbd iframe {
    height: auto;
  }

  .snglpstmb-table {
    width: 100%;
    margin: 10px 0;
  }

  .snglpstmb-antrfile {
    width: 90%;
    margin: 10px 0;
    padding: 5%;
  }
}
.srchm-wrapper {
  width: 600px;
  margin: 0 0 0 -20px;
}

@media all and (max-width: 1280px) {
  .srchm-wrapper {
    width: 102% !important;
    margin: 0 0 0 -4% !important;
  }
}
@media all and (max-width: 1000px) {
  .srchm-wrapper {
    max-width: 95% !important;
    margin: 0 0 0 0 !important;
    padding: 2.5% !important;
  }
}
@media all and (max-width: 480px) {
  .srcresml-title {
    width: 100%;
    margin: 5px 0 0 0;
  }

  .srcresm-list .icons-holder {
    margin: 5px 0px 0 0;
  }
}
.vidftm-wrapper {
  width: 107%;
  margin: 0 0 0 -3.6%;
}

.vidftm-wrapper .pgnm {
  margin: 0 0 30px 0;
}

.vidftm-wrapper .pgnm ul li a {
  background: none;
  border: 1px solid #444444;
  box-shadow: none;
  color: #AAAAAA;
}

.vidftmb-tags .tagtitle {
  margin: 3px 0 0 0;
  color: #666666;
  font-size: 12px;
}

.vidftmb-tags ul {
  width: 82%;
}

.vidftm-wrapper .pgnm ul li a:hover,
.vidftm-wrapper .pgnm .active {
  background: #009BFF;
  color: #fff;
  -webkit-box-shadow: inset 0px 1px 0px #007ACC, 0px 1px 3px #007ACC;
  -moz-box-shadow: inset 0px 1px 0px #007ACC, 0px 1px 3px #007ACC;
  -o-box-shadow: inset 0px 1px 0px #007ACC, 0px 1px 3px #007ACC;
  -ms-box-shadow: inset 0px 1px 0px #007ACC, 0px 1px 3px #007ACC;
  box-shadow: inset 0px 1px 0px #007ACC, 0px 1px 3px #007ACC;
}

.gallerypreview-holder {
  margin: 15px 0;
}

.gallerypreview-holder .sgl-sliderwrapper,
.gallerypreview-holder .snglpstmb-img {
  width: 95%;
  margin: 0 2.5%;
}

.gallerypreview-holder .snglpstmb-img,
.gallerypreview-holder .snglpstmb-img img {
  width: 610px;
}

@media all and (max-width: 1280px) {
  .vidftm-wrapper {
    width: 108.3%;
    margin: 0 0 0 -3.6%;
  }

  .gallerypreview-holder {
    width: 95%;
    margin: 15px 2.5%;
  }

  .gallerypreview-holder .snglpstmb-img, .gallerypreview-holder .snglpstmb-img img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .gallerypreview-holder .sgl-sliderwrapper {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .gallerypreview-holder .sgl-sliderwrapper {
    width: 95%;
    padding: 10px 2.5%;
  }
}
@media all and (max-width: 768px) {
  .gallerypreview-holder .sgl-sliderwrapper .bx-wrapper {
    min-width: 100% !important;
  }
}
.nwstm-nav {
  width: 107%;
  margin: 0 0 0 -3.5%;
}

.nwstm-navwidth .nwstm-nav {
  width: 109% !important;
  margin: 0 0 0 -4%;
}

.brknews-title {
  width: 95%;
  padding: 15px 2.5%;
  background: #59B200;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.brknews-wrapper {
  padding: 15px 0;
  background: #000000;
  outline: 2px solid white;
}

.brknews-slider img {
  width: 390px;
  height: 215px;
}

.brknews-slider-title {
  margin: 15px 0 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.brknews-slider-text {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 13px;
}

.brknews .bx-prev {
  left: 0;
  background: url(../../img/prevblue.png) no-repeat !important;
}

@media all and (max-width: 1280px) {
  .brknews-slider img {
    width: 100%;
    height: auto;
  }
}
.mreadm-wrapper {
  margin: 0 0 30px -20px;
}

.bnwsm-wrapper {
  margin: 0 0 30px 0;
}

.chngcat {
  display: none;
}

@media all and (max-width: 1000px) {
  .tsl-right .nwsml-text {
    width: 140px;
  }

  .tsllw-box-img, .tsllw-box-img img {
    width: 90px !important;
  }

  .tsllw-box-data {
    width: 94px !important;
  }
}
.bl-side {
  float: left;
  width: 200px;
}

.bl-content {
  float: left;
  width: 780px;
  padding: 0 0 40px 0;
}

.bl-right {
  float: left;
  width: 144px;
  margin: 0 20px 0 20px;
}

.bl-right .ads {
  margin: 20px 0 0 0;
}

.bl-content .snglpstmb-description {
  margin: 15px 0 0px 0;
}

.blauthor {
  height: 200px;
  background: #015F9C;
  text-align: center;
}

.bblauthor-title {
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.blauthor img {
  width: 100px;
  height: 100px;
}

.blc-nav {
  padding: 60px 0 0 0;
  background: #015F9C;
}

.blc-nav ul {
  width: 390px;
  margin: 0 0 0 20px;
  border: 1px solid #0180D5;
}

.blc-nav ul li {
  position: relative;
  width: 49.874%;
  text-align: center;
  border-right: 1px solid #0180D5;
}

.blc-nav ul li a {
  padding: 15px 0;
  color: #0180D5;
  font-size: 13px;
  font-weight: bold;
}

.blc-nav .blc-nav-arrow {
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  display: none;
}

.blc-nav-active .blc-nav-arrow {
  display: block;
}

.blc-nav .blc-nav-arrow .icon {
  float: none;
  color: #0180D5;
}

.blc-nav .blc-nav-active {
  background: url(../../img/blcnavactive.png) bottom;
}

.blc-nav .blc-nav-active a {
  color: #fff;
}

.bl-content .cmntsm-wrapper,
.bl-content .snglpstm-wrapper,
.bl-content .pgnm-wrapper {
  margin: 0 90px;
}

.blgallm-wrapper {
  width: 114%;
  margin: 0 0 0 -7%;
}

.bl-content .snglpstm-wrapper {
  margin: 40px 90px 20px 90px;
}

.blauthor-nav,
.bloglm-nav {
  display: none;
}

.bl-content .sgl-sliderwrapper {
  background: #fff;
}

@media all and (max-width: 1280px) {
  .bl-content {
    width: 80%;
    padding-bottom: 20px;
  }

  .bl-side {
    width: 20%;
  }

  .bl-right {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .bl-side {
    width: 25%;
  }

  .blauthor {
    width: 100%;
  }

  .bl-content {
    width: 75%;
  }

  .snglpstm-wrapper {
    width: 95% !important;
    margin: 40px 2.5% 20px 2.5%;
  }

  .bl-content .snglpstm-wrapper {
    margin: 40px 2.5% 20px 2.5% !important;
  }

  .authgall-wrapper {
    width: 95% !important;
    padding: 40px 2.5%;
  }

  .bl-content .cmntsm-wrapper,
  .bl-content .snglpstm-wrapper,
  .bl-content .pgnm-wrapper {
    width: 95% !important;
    margin: 0 2.5%;
  }

  .authgall-box {
    width: 48%;
  }

  .authgallb-img, .authgallb-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .bl-side {
    width: 100%;
  }

  .blauthor {
    width: 95%;
    height: auto;
    padding: 0 2.5%;
    text-align: right;
    position: relative;
  }

  .bblauthor-img {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .bblauthor-img img {
    width: 75px;
    height: 75px;
  }

  .bblauthor-title {
    text-align: left;
    margin: 60px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #014877;
    -webkit-box-shadow: inset 0 8px 6px -6px #014877;
    -moz-box-shadow: inset 0 8px 6px -6px #014877;
    -o-box-shadow: inset 0 8px 6px -6px #014877;
    -ms-box-shadow: inset 0 8px 6px -6px #014877;
    box-shadow: inset 0 8px 6px -6px #014877;
    font-size: 14px;
  }

  .bl-content {
    width: 100%;
  }

  .blc-nav {
    width: 70%;
    padding: 20px 15% 0 15%;
  }

  .blc-nav ul {
    width: 100%;
    margin: 0;
  }

  .bloglmdi-admin {
    display: none;
  }

  .bl-mid {
    display: block;
    width: 100%;
  }

  .blgallm-wrapper {
    width: 103%;
    margin: 0;
  }

  .blgallml-wrapper {
    width: 48%;
    margin: 0 0 0 2%;
    border: 0;
    box-shadow: none;
  }

  .blgallmlw-img {
    width: 100%;
  }

  .blgallmlw-data {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .blgallmlw-data a {
    font-size: 14px;
  }

  .blgallml-wrapper .blgallmlwd-com,
  .blgallml-wrapper .blgallmlwd-time,
  .blgallml-wrapper .blgallmlwd-date,
  .blgallml-wrapper .blgallmlwd-user {
    display: none;
  }

  .bloglm-nav {
    width: 95%;
    padding: 15px 2.5%;
    display: block;
    background: #015F9C;
  }

  .bloglm-nav a {
    margin: 3px 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .bloglm-nav select {
    width: 90px;
    height: 32px;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    outline: 0;
    text-indent: 0.01px;
    text-overflow: "";
    background: white url(../../img/selectarrow.png) no-repeat 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
  }

  .blauthor-nav {
    display: block;
    position: absolute;
    top: 15px;
    left: 2.5%;
  }

  .blauthor-nav a {
    color: #fff;
    font-size: 12px;
    line-height: 36px;
  }

  .blauthor-nav a img {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }

  .blc-nav ul li {
    width: 50%;
    border: 0;
  }
}
@media all and (max-width: 480px) {
  .blc-nav {
    width: 90%;
    padding: 20px 5% 0 5%;
  }

  .bl-content .snglpstmh-comment,
  .bl-content .snglpstmh-site,
  .bl-content .snglpstmh-time,
  .bl-content .snglpstmh-date {
    margin-top: 0;
  }

  .bl-content .snglpstm-wrapper {
    margin: 15px 2.5% 20px 2.5% !important;
  }
}
.actl {
  width: 107%;
  background: #F1F1F1;
  margin: 0 0 25px -3.6%;
}

.actl-text {
  width: auto;
  margin: 0 0 0 3.6%;
  color: #999999;
  font-size: 12px;
  line-height: 70px;
}

.actl-title {
  width: auto;
  margin: 0 0 0 15px;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 65px;
}

.pgnm-wrapper {
  margin: 0 0 20px 0;
}

@media all and (max-width: 1280px) {
  .actl {
    width: 109%;
    margin: 0 0 25px -4.6%;
  }
}
@media all and (max-width: 768px) {
  .actl {
    width: 107%;
  }
}
.registration {
  margin: 25px 0;
  border: 1px solid #E3E3E3;
  background: #fff;
}

.registration-left {
  width: 735px;
  padding: 40px 0;
  border-right: 1px solid #E3E3E3;
}

.rl-title {
  margin: 0 0 30px 0;
  padding: 0px 40px;
  color: #000000;
  font-size: 18px;
}

.rl-form {
  width: 655px;
  padding: 0px 40px 20px 40px;
  border-bottom: 1px solid #E3E3E3;
}

.rl-form .rlf-input {
  width: 175px;
  height: 30px;
  margin: 0 10px 5px 0;
  padding: 0 10px;
  border: 1px solid #E2E2E2;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}

.rl-form .rlf-box {
  margin: 15px 0;
}

.rl-form .rlf-checkbox {
  color: #666666;
  font-size: 12px;
}

.rl-form .rlf-checkbox a {
  color: #009AFF;
}

.rl-form .rlf-checkbox a:hover {
  text-decoration: underline;
}

.rl-form .rlf-checkbox input {
  margin: 0px 10px 0 0;
}

.rl-form .register-btn {
  margin: 20px 0 0 0;
  width: 105px;
  height: 25px;
  background: url("../../img/bluegradient.png");
  border: 0;
  outline: 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rl-form .register-btn:hover {
  opacity: 0.8;
}

.rlf-antibot {
  margin: 0 0 0 50px;
}

.rlfa-title {
  margin: 0 10px 0 0;
  color: #666666;
  font-size: 12px;
}

.rlfat-num {
  color: #000000;
  font-weight: bold;
}

.rlfa-select {
  width: 90px;
  height: 25px;
  margin: -5px 0 0 0;
  padding: 0 5px;
  border: 1px solid #E2E2E2;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  outline: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: white url(../../img/selectarrow.png) no-repeat 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}

.rl-info {
  width: 380px;
  margin: 20px 40px 0 40px;
}

.rl-note {
  width: 200px;
  margin: 20px 0 0 0;
}

.rli-title {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.rli-text {
  color: #666666;
  font-size: 12px;
}

.rli-text a {
  color: #0099FF;
}

.rli-text a:hover {
  text-decoration: underline;
}

.registration-right {
  width: 390px;
}

.rr-lform {
  width: 310px;
  margin: 40px 0 0 65px;
  background: #f1f1f1;
}

.rr-form-title {
  margin: 25px 0 30px 40px;
  color: #000;
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
}

.rr-form {
  width: 230px;
  float: left;
  margin: 0 40px 25px 40px;
  color: #000;
}

.rr-form input {
  height: 30px;
  width: 195px;
  float: left;
  border: 1px solid #E2E2E2;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px 0 10px;
  margin: 0 0 10px 0;
  color: #999999;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 4px 6px #f5f5f5;
  -moz-box-shadow: inset 0px 4px 6px #f5f5f5;
  -o-box-shadow: inset 0px 4px 6px #f5f5f5;
  -ms-box-shadow: inset 0px 4px 6px #f5f5f5;
  box-shadow: inset 0px 4px 6px #f5f5f5;
}

.rr-form .login-btn {
  height: 25px;
  width: 75px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 11px;
  background: url(../../img/bluegradient.png);
  box-shadow: 0 6px 15px -8px #afafaf;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.rr-form .login-btn:hover {
  opacity: 0.8;
}

.rr-form a {
  float: right;
  margin: 10px 15px 0 0;
  color: #009AFF;
  font-family: "Arial";
  font-size: 11px;
  text-decoration: none;
}

.rr-form a:hover {
  text-decoration: underline;
}

.rr-note {
  width: 230px;
  float: left;
  border-top: 1px solid #E2E2E2;
  padding: 25px 40px 40px 40px;
}

.rrn-title {
  width: 230px;
  float: left;
  color: #000;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
}

.rrn-description {
  width: 230px;
  float: left;
  color: #666666;
  font-family: "Arial";
  font-size: 12px;
}

.rrn-description a {
  color: #009AFF;
  text-decoration: none;
}

.rrn-description a:hover {
  text-decoration: underline;
}

.mobileregister {
  display: none;
}

@media all and (max-width: 1280px) {
  .registration-left {
    width: 680px;
    padding: 40px 0;
  }

  .registration-right {
    width: 300px;
  }

  .rl-title {
    padding: 0 2.5%;
  }

  .rl-form {
    width: 95%;
    padding: 2.5%;
  }

  .rr-lform {
    width: 260px;
    margin: 40px 20px 0 20px;
  }

  .rr-form-title,
  .rr-form {
    width: 210px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rr-form a {
    margin: 10px 0 0 0;
  }

  .rr-note {
    width: 210px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0 40px 0;
  }

  .rl-info {
    width: 50%;
    margin: 20px 2.5% 0 2.5%;
  }

  .rl-note {
    width: 40%;
    margin: 20px 2.5% 0 2.5%;
  }
}
@media all and (max-width: 1000px) {
  .registration-left {
    width: 60%;
  }

  .registration-right {
    width: 38%;
  }

  .rr-lform {
    width: 80%;
    margin: 40px 10% 0 10%;
  }

  .rr-form-title, .rr-form {
    width: 90%;
    margin: 20px 5%;
  }

  .rr-form input {
    width: 95%;
    padding: 0 2.5%;
  }

  .rr-note {
    width: 95%;
    margin: 0 2.5%;
  }
}
@media all and (max-width: 768px) {
  .registration-right,
  .registration-left {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .registration-right {
    margin: 0 0 15px 0;
  }

  .rl-title {
    width: 95%;
    text-align: center;
  }

  .rl-form {
    width: 80%;
    margin: 0 10%;
    padding: 0;
    border-bottom: 0;
    text-align: center;
  }

  .rl-form .rlf-input {
    width: 95%;
    padding: 0 2.5%;
    margin: 0 0 5px 0;
  }

  .rlf-antibot {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .rlfa-select {
    margin: -5px 0 0 0;
  }

  .rl-form .register-btn {
    float: none;
  }

  .rl-form .rlf-checkbox {
    text-align: left;
  }

  .rl-note,
  .rl-info {
    width: 95%;
    margin: 10px 2.5%;
  }

  .rrn-description,
  .rrn-title {
    width: 100% !important;
  }
}
@media all and (max-width: 480px) {
  .rr-note,
  .rlf-checkbox-mobile,
  .rl-note,
  .rl-info {
    display: none;
  }

  .registration-left {
    padding: 10px 0;
  }

  .rl-title {
    margin: 0 0 10px 0;
  }

  .rl-form .rlf-input {
    margin: 0 0 10px 0;
  }

  .rl-form .register-btn {
    margin: 0;
    font-size: 12px;
  }

  .rr-form-title, .rr-form {
    text-align: center;
    margin: 20px 5% 0 5%;
  }

  .rr-form .login-btn {
    float: none;
  }

  .rr-form a {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }

  .mobileregister {
    display: block;
    margin: 60px 0 40px 0;
    text-align: center;
    color: #666666;
    font-size: 13px;
  }

  .mobileregister a {
    margin: 20px 0 0 0;
    color: #0099FF;
  }

  .rlfa-title {
    text-align: left;
    width: 55%;
  }

  .rlfat-num {
    width: 100%;
    float: left;
  }

  .rlfa-select {
    margin: 0;
    float: right;
  }
}
.topslider {
  border-bottom: 1px solid #E2E2E2;
}

.tsl-left {
  width: 879px;
  background: #333333;
  height: 375px;
}

.tsl-left .bx-viewport {
  height: 375px !important;
}

.tsl-left .tsl-img {
  height: 375px;
}

.tsl-right {
  width: 300px;
}

.tsl-right .nwsm-othernews {
  width: 90%;
  margin: 10px 5% 0 5%;
}

.tsl-right .nwsm-wrapper {
  padding: 0 0 5px 0;
}

.tsl-right .nwsm-title {
  width: 100%;
  margin: 0;
}

.tsl-right .nwsm-list {
  width: 90%;
  margin: 0 5%;
  padding: 0;
}

.tsl-right .nwsml-text,
.tsl-right .nwsml-watch {
  margin: 3px 0 0 0;
}

.tsll-wrapper {
  width: 224px;
  padding: 15px 15px 0 15px;
}

.tsllw-box {
  padding: 20px 0;
  border-bottom: 1px solid #292929;
  -webkit-box-shadow: inset 0 20px 8px -20px #242424;
  -moz-box-shadow: inset 0 20px 8px -20px #242424;
  -o-box-shadow: inset 0 20px 8px -20px #242424;
  -ms-box-shadow: inset 0 20px 8px -20px #242424;
  box-shadow: inset 0 20px 8px -20px #242424;
}

.tsllw-box-img,
.tsllw-box-img img {
  width: 120px;
  height: 85px;
}

.tsllw-box-data {
  width: 104px;
}

.tsllw-box .bnwsm-section {
  margin: 0 0 8px 10px;
  padding: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.tsllw-box a {
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.minislider {
  height: 220px;
  background: gray;
}

.commslider-wrapper {
  border-top: 1px solid #E2E2E2;
  padding: 0 0 20px 0;
}

.comslider-title {
  width: 96%;
  margin: 20px 0 15px 0;
  padding: 0 2%;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.cs-img {
  position: relative;
}

.cs-img img {
  width: 175px;
  height: 105px;
}

.cs-img .bnwsm-section {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 2px;
  font-size: 10px;
  color: #fff;
}

.cs-title {
  width: 90%;
  margin: 10px 10% 0 0;
  color: #333333;
  font-size: 13px;
}

.gallslider {
  padding: 0 0 25px 0;
}

.gallslider .bx-wrapper {
  margin: 0;
}

.gallslider-wrapper {
  -webkit-box-shadow: inset 0 0px 26px -12px #555;
  -moz-box-shadow: inset 0 0px 26px -12px #555;
  -o-box-shadow: inset 0 0px 26px -12px #555;
  -ms-box-shadow: inset 0 0px 26px -12px #555;
  box-shadow: inset 0 0px 26px -12px #555;
  background: #F6F6F6;
}

.gallslider-nav {
  width: 96%;
  margin: 25px 2% 20px 2%;
}

.gallslider-nav-title {
  margin: 0 15px 0 0;
}

.gallslider-nav ul li {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}

.gallslider-nav ul li a {
  padding: 0 10px;
  color: #009BFF;
}

.gallslider-nav-arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
  display: none;
}

.gallslider-nav-active a {
  color: black !important;
}

.gallslider-nav-active .gallslider-nav-arrow {
  display: block;
}

.gs-img {
  position: relative;
  float: left;
}

.gs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 105px;
  background: url(../../img/videooverlay.png);
  display: none;
}

.gs-img:hover > .gs-overlay {
  display: block;
}

.gs-img img {
  width: 175px;
  height: 105px;
}

.gs-img .icon {
  position: absolute;
  top: 70px;
  left: 10px;
  font-size: 30px;
  color: #fff;
}

.gs-title {
  width: 90%;
  margin: 10px 10% 0 0;
  color: #333333;
  font-size: 13px;
}

.ads img {
  width: 160px;
  height: 600px;
}

.newssticker-holder {
  margin: 0 0 15px 0;
  padding: 5px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.newssticker-holder ul li {
  display: inline;
  line-height: 25px;
}

.newssticker-holder a {
  margin: 0 30px;
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
}

.newssticker-holder a:hover {
  color: #009AFF;
}

.newssticker-holder span {
  color: #444;
  font-size: 23px;
}

@media all and (max-width: 1280px) {
  .topslider {
    width: 100%;
  }

  .gs-img .icon {
    top: 50px;
  }
}
@media all and (max-width: 1000px) {
  .gs-img .icon {
    position: relative;
    top: 0;
    margin: -34px 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .tsl-left .bx-viewport {
    height: auto !important;
  }

  .tsl-left,
  .tsl-left .tsl-img {
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .minislider {
    display: none;
  }
}
.plltitle {
  width: 107%;
  margin-bottom: 0;
  background: #333;
}

.pllholder {
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: inset 0 1px 4px #DEDEDE;
  -moz-box-shadow: inset 0 1px 4px #DEDEDE;
  -o-box-shadow: inset 0 1px 4px #DEDEDE;
  -ms-box-shadow: inset 0 1px 4px #DEDEDE;
  box-shadow: inset 0 1px 4px #DEDEDE;
}

.pllholder {
  width: 95%;
  margin: 15px 0 0 0;
  padding: 15px 2.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.pllholder:nth-child(odd) {
  background: #f6f6f6;
}

.plltitle-name {
  padding: 13px 0 5px 3%;
  color: #fff;
  font-size: 24px;
}

.plltitle .icon {
  margin: 5px 2.5% 0 0;
  color: #444444;
  font-size: 40px;
}

.pllholder-date {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

.pllholder-title {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.pllholder-result {
  padding: 10px 0;
}

.pllr-num {
  width: 100px;
  margin: 0 10px 0 0;
  color: #0a549b;
  font-size: 24px;
}

.pllr-show {
  width: 450px;
}

.pllrs-title {
  color: #444;
  font-size: 12px;
}

.pllrs-line {
  width: 200px;
  height: 7px;
  margin: 3px 0 0 0;
  background: #75b6f6;
}

.pllcontainer .pgnm-wrapper {
  margin: 30px 0;
}

@media all and (max-width: 1280px) {
  .plltitle {
    width: 109.3%;
  }
}
@media all and (max-width: 1000px) {
  .pllr-num {
    width: 20%;
    margin: 0;
  }

  .pllr-show {
    width: 75%;
    margin: 0 0 0 5%;
  }
}
@media all and (max-width: 768px) {
  .plltitle {
    width: 108%;
  }
}
@media all and (max-width: 480px) {
  .pllr-show,
  .pllr-num {
    width: 100%;
    margin: 0;
  }

  .pllr-show {
    margin: 10px 0 0 0;
  }
}
.horoscopes {
  margin: -25px 0 0 0;
}

.horoscopes-box {
  width: 200px;
  margin: 15px 0;
}

.horoscopes-box .hrcm-sid {
  margin: 10px 0 0 20px;
  text-align: left;
}

.hb-text {
  width: 90%;
  margin: 15px 10% 0 0;
  font-size: 12px;
}

.hb-divider {
  height: 3px;
  -webkit-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -moz-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -o-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  -ms-box-shadow: inset 0 20px 8px -20px #E2E2E2;
  box-shadow: inset 0 20px 8px -20px #E2E2E2;
  border-top: 1px solid #E9E9E9;
}

@media all and (max-width: 1000px) {
  .horoscopes-box {
    width: 50%;
  }

  .hb-divider {
    display: none;
  }
}
@media all and (max-width: 480px) {
    .fam-wrapper {
        width: 90%;
        padding: 5%;
    }
    
    .fam-title {
        width: 80%;
        margin-bottom: 12px;
    }
    
    .fam-img {
        width: 140px;
    }
    
    .fam-text {
        max-width: 180px;
        width: initial;
        margin-top: 10px;
    }
    
    .wlm-badgood {
        padding: 5%;
        width: 90%;
    }
    
    .wlmbb-name {
        width: 50%;
    }
    
  .horoscopes-box {
    width: 100%;
    padding: 15px 0 0 0;
    -webkit-box-shadow: inset 0 20px 8px -20px #E2E2E2;
    -moz-box-shadow: inset 0 20px 8px -20px #E2E2E2;
    -o-box-shadow: inset 0 20px 8px -20px #E2E2E2;
    -ms-box-shadow: inset 0 20px 8px -20px #E2E2E2;
    box-shadow: inset 0 20px 8px -20px #E2E2E2;
    border-top: 1px solid #E9E9E9;
  }

  .hb-text {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

@media all and (max-width: 370px) {   
    .fam-text {
        max-width: 150px;
    }
}

@media all and (max-width: 340px) {   
    .fam-text {
        max-width: 130px;
    }
}

@media all and (max-width: 310px) {   
    .fam-text {
        max-width: 100px;
    }
}

@media all and (max-width: 300px) {   
    .fam-text {
        max-width: 300px;
    }
}

.wltitle {
  margin-bottom: 0;
  background: #F1F1F1;
  border-bottom: 1px solid #E9E9E9;
}

.wltitle-winner {
  width: 37%;
  background: #85b200;
  padding: 10px 0 10px 3%;
  color: #fff;
  font-size: 24px;
}

.wltitle-loser {
  width: 37%;
  background: #da3700;
  padding: 10px 0 10px 3%;
  color: #fff;
  font-size: 24px;
}

.wlholder {
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 8px 6px -6px #E2E2E2;
  -moz-box-shadow: 0 8px 6px -6px #E2E2E2;
  -o-box-shadow: 0 8px 6px -6px #E2E2E2;
  -ms-box-shadow: 0 8px 6px -6px #E2E2E2;
  box-shadow: 0 8px 6px -6px #E2E2E2;
}

.wlholder-day {
  width: 17.6%;
  padding: 15px 0;
  color: #999999;
  font-size: 14px;
}

.wlholder-box {
  width: 34%;
  min-height: 130px;
  padding: 15px 0 15px 3%;
  border-left: 1px solid #E9E9E9;
}

.wlholder-box-last {
  width: 36%;
}

.wlb-img,
.wlb-img img {
  width: 60px;
  height: 60px;
}

.wlb-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wlb-text {
  width: 129px;
  margin: 0 0 0 15px;
}

.wlbt-name {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.wlbt-description {
  font-size: 12px;
}

.wlcontainer .pgnm-wrapper {
  margin: 30px 0;
}

@media all and (max-width: 1000px) {
  .wlholder-box {
    min-height: 20px;
  }

  .wlb-img {
    width: 30%;
    height: auto;
  }

  .wlb-img img {
    width: 100%;
    height: auto;
  }

  .wlb-text {
    width: 65%;
    margin: 0 0 0 5%;
  }
}
@media all and (max-width: 768px) {
  .wlholder-day {
    width: 17%;
  }

  .wlholder-box-last {
    width: 37%;
  }
}
@media all and (max-width: 480px) {
  .wlholder-day {
    width: 95%;
    padding: 15px 2.5%;
  }

  .wlholder-box {
    width: 95%;
    border: 0;
    float: left;
    padding: 0 2.5%;
    margin: 0;
  }

  .wlholder-box-last {
    margin: 15px 0;
    padding: 15px 2.5% 0 2.5%;
    border-top: 1px solid #E9E9E9;
  }

  .wlb-img {
    width: 20%;
  }

  .wlb-text {
    width: 75%;
  }

  .wltitle-loser,
  .wltitle-winner {
    width: 45%;
    padding: 10px 0 10px 5%;
  }
}
.gb-wrapper {
  margin-bottom: 0;
  background: #F1F1F1;
  border-bottom: 1px solid #E9E9E9;
}

.gbw-box {
  width: 37%;
  padding: 15px 0 10px 3%;
  color: #000;
  font-size: 24px;
  border-right: 1px solid #E9E9E9;
}

.gbw-box-last {
  border-right: 0;
}

.gbw-box .icon {
  color: #85b200;
  margin: 0 10px 0 0;
}

.gbw-box-last .icon {
  color: #da3700;
  margin: 2px 10px 0 0;
}

.gbholder {
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 8px 6px -6px #E2E2E2;
  -moz-box-shadow: 0 8px 6px -6px #E2E2E2;
  -o-box-shadow: 0 8px 6px -6px #E2E2E2;
  -ms-box-shadow: 0 8px 6px -6px #E2E2E2;
  box-shadow: 0 8px 6px -6px #E2E2E2;
}

.gbh-day {
  width: 17.6%;
  padding: 15px 0;
  color: #999999;
  font-size: 14px;
}

.gbh-box {
  width: 35%;
  min-height: 130px;
  margin: 0 1.5%;
  padding: 15px 1.5%;
  border-left: 1px solid #E9E9E9;
}

.gbhb-img {
  width: 100%;
  margin: 0 0 5px 5%;
}

.gbhb-img img {
  width: 100%;
  height: 145px;
}

.wlb-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.gbhb-text {
  margin: 0 0 0 15px;
}

.gbhbt-name {
  margin: 0 0 5px 4%;
  font-size: 14px;
}

.gbhbt-description {
  margin: 0 0 0 4%;
  font-size: 12px;
}

.gbcontainer .pgnm-wrapper {
  margin: 30px 0;
}

@media all and (max-width: 1000px) {
  .gbh-box {
    width: 34.6%;
    min-height: 20px;
  }

  .gbhb-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .gbh-day {
    width: 17%;
  }

  .gbw-box-last {
    width: 37%;
  }

  .gbh-box {
    width: 35.2%;
    min-height: 20px;
  }
}
@media all and (max-width: 480px) {
  .gbh-day {
    width: 95%;
    padding: 15px 2.5%;
  }

  .gbh-box {
    width: 95%;
    border: 0;
    float: left;
    padding: 0 2.5%;
    margin: 0;
  }

  .gbhb-img {
    margin: 0;
  }

  .gbhbt-name {
    margin: 0 0 5px 0;
  }

  .gbhbt-description {
    margin: 0 0 10px 0;
  }

  .gbw-box {
    width: 45%;
    padding: 10px 0 10px 5%;
    border: 0;
  }
}
.fatitle {
  width: 107%;
  margin-bottom: 0;
  background: #042444;
}

.faholder {
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 8px 6px -6px #E2E2E2;
  -moz-box-shadow: 0 8px 6px -6px #E2E2E2;
  -o-box-shadow: 0 8px 6px -6px #E2E2E2;
  -ms-box-shadow: 0 8px 6px -6px #E2E2E2;
  box-shadow: 0 8px 6px -6px #E2E2E2;
}

.fatitle-name {
  margin: 0 0 0 17.6%;
  padding: 10px 0 10px 3%;
  color: #009BFF;
  font-size: 24px;
  border-left: 1px solid #E9E9E9;
}

.fatitle .icon {
  margin: 12px 5px 0 0;
  color: #074E94;
  font-size: 26px;
}

.faholder-day {
  width: 15%;
  padding: 15px 0;
  color: #999999;
  font-size: 14px;
}

.faholder-text {
  width: 78.8%;
  border-left: 1px solid #E9E9E9;
  padding: 15px 3%;
}

.ft-img,
.ft-img img {
  width: 110px;
  height: 65px;
}

.ft-description {
  width: 335px;
  margin: 0 0 0 20px;
}

.ftd-title {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.ftd-text {
  font-size: 12px;
}

.facontainer .pgnm-wrapper {
  margin: 30px 0;
}

@media all and (max-width: 1280px) {
  .fatitle {
    width: 108.6%;
    margin: 0 0 0 -3.9%;
    background: #042444;
  }
}
@media all and (max-width: 1000px) {
  .faholder-text {
    width: 78.7%;
  }

  .ft-img {
    width: 30%;
    height: auto;
  }

  .ft-img img {
    width: 100%;
    height: auto;
  }

  .ft-description {
    width: 65%;
    margin: 0 0 0 5%;
  }
}
@media all and (max-width: 768px) {
  .fatitle {
    width: 107%;
  }

  .fatitle-name {
    margin: 0 0 0 21%;
  }

  .faholder-day {
    width: 17%;
  }

  .faholder-text {
    width: 76%;
  }
}
@media all and (max-width: 480px) {
  .fatitle-name {
    margin: 0 0 0 1%;
    border: 0;
  }

  .faholder-day {
    width: 97%;
    padding: 15px 0 0 0;
  }

  .faholder-text {
    width: 76%;
  }

  .faholder-text {
    width: 100%;
    padding: 15px 0%;
    border: 0;
  }

  .ft-img {
    width: 60%;
    margin: 0 0 5px 0;
  }

  .ft-description {
    width: 100%;
    margin: 0;
  }
}
.lntitle {
  margin-bottom: 0;
  background: #da3700;
}

.lntitle-name {
  padding: 10px 0 10px 3%;
  color: #fff;
  font-size: 24px;
}

.lnholder {
  border-bottom: 1px solid #E9E9E9;
  box-shadow: 0 8px 6px -6px #E2E2E2;
}

.lnholder-day {
  width: 5%;
  padding: 15px 0;
}

.lnholder-day img {
  width: 20px;
  height: 34px;
}

.lnholder-text {
  width: 92%;
  padding: 15px 0 0 3%;
}

.lt-img,
.lt-img img {
  width: 93px;
  height: 145px;
}

.lt-description {
  width: 400px;
}

.ftd-date {
  margin: 0 0 5px 0;
  color: #999999;
  font-size: 12px;
}

.ftd-title {
  color: #333333;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.ftd-text, .cwl-text {
  color: #D83500;
  font-family: "Georgia";
  font-size: 15px;
  font-style: italic;
}

.cwl-title {
  color: #333333;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.cwl-title p {
    margin: 5px 0;
}

.lncontainer .pgnm-wrapper {
  margin: 30px 0;
}

@media all and (max-width: 1000px) {
  .lt-description {
    width: 65%;
    margin: 0 5% 0 0;
  }

  .lt-img {
    width: 25%;
    height: auto;
    margin: 0 0 -4px 0;
  }

  .lt-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .lnholder-text {
    padding: 15px 3%;
  }

  .lnholder-day {
    width: 100%;
  }

  .lnholder-text {
    float: left;
    padding: 15px 0;
  }
}
@media all and (max-width: 768px) {
  .lvcommw-captcha,
  .lvcommw-form {
    width: 100%;
  }

  .lvcommw-captcha {
    margin: 15px 0 0 0;
  }
}
@media all and (max-width: 480px) {
  .snglpstmh-comments,
  .snglpstmh-news {
    position: relative;
    top: 0;
    left: 0;
  }

  .snglpstm-header-help .snglpstmh-time,
  .snglpstm-header-help .snglpstmh-date {
    margin: 5px 0 0 10px;
  }

  .snglpstm-header-help .snglpstmh-site {
    margin: 5px 0 0 0;
  }

  .snglpstm-header-help .snglpstmh-small,
  .snglpstm-header-help .snglpstmh-letter,
  .snglpstm-header-help .snglpstmh-large,
  .snglpstm-header-help .snglpstmh-email {
    top: 35px;
  }

  .cmntsm-header-help .see-all {
    float: left;
    margin: 0;
  }
}
.commpost .snglpstm-wrapper {
  width: 100%;
}

.cmntsm-holder-help .cmntsmh-box {
  position: relative;
}

.commpost .snglpstmb-title {
  margin: 10px 0;
}

.commpost-left {
  width: 47%;
  margin: 10px 3% 0 0;
}

.commpost-left img {
  width: 100%;
}

.commpost-right {
  width: 50%;
  margin: 10px 0 0 0;
}

.cr-text {
  min-height: 126px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.commpost-wrapper {
  width: 98%;
  padding: 0 2%;
  background: #fff;
}

.topcmnts-wrapper {
  width: 96%;
  margin: 30px 2%;
}

.topcmnts-wrapper .cmntsmh-box {
  width: 96%;
  padding: 15px 2% 15px 2%;
}

.topcmnts-data {
  width: 1017px;
}

.topcmnts-wrapper .topcmnts-time {
  width: 180px;
}

.topcmnts-wrapper .topcmnts-text {
  width: 610px;
  color: #333333;
  font-size: 13px;
}

.topcmnts-wrapper .cmntsmhbd-recomendation {
  margin: 20px 0 0 0;
}

.topcmnts-wrapper .cmntsm-wrapper {
  width: 100%;
}

.topcmnts-wrapper .replybox {
  width: 90%;
  padding: 15px 2% 0 8%;
  border: 0;
  background: #fff;
}

.topcmnts-wrapper .replybox .topcmnts-text {
  width: 535px;
}

.replybox-wrapper {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E9E9E9;
}

.topcmnts-wrapper .lvcomm-wrapper {
  width: 600px;
  margin: 20px 275px;
}

.topcmnts-sort {
  margin: 10px 0 0 100px;
  color: #999999;
  font-size: 13px;
}

.topcmnts-sort select {
  height: 22px;
  margin: -4px 0 0 10px;
  padding: 0 15px 0 10px;
  border: 1px solid #E2E2E2;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  outline: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: white url(../../img/selectarrow.png) no-repeat 100%;
  /* add your own arrow image */
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
}

.topcmnts-vote .cmntsmhbd-reply {
  margin: 10px 0 0 0;
}

@media all and (max-width: 1280px) {
  .topcmnts-vote {
    width: 115px;
  }

  .topcmnts-wrapper .topcmnts-text {
    width: 535px !important;
  }

  .topcmnts-wrapper .replybox .topcmnts-text {
    width: 485px !important;
  }

  .topcmnts-wrapper .lvcomm-wrapper {
    margin: 20px 165px !important;
  }
}
@media all and (max-width: 1000px) {
  .commpost-right {
    width: 100% !important;
  }

  .cr-text {
    min-height: 50px !important;
    padding: 0 0 15px 0;
  }

  .topcmnts-wrapper .topcmnts-time {
    width: 23% !important;
    padding: 0 1% !important;
  }

  .topcmnts-wrapper .replybox .topcmnts-text,
  .topcmnts-wrapper .topcmnts-text {
    width: 45% !important;
  }

  .topcmnts-vote {
    width: 18% !important;
  }

  .replybox .topcmnts-time {
    width: 25% !important;
  }

  .replybox .topcmnts-vote {
    width: 16% !important;
  }

  .topcmnts-wrapper .lvcomm-wrapper {
    width: 80% !important;
    margin: 20px 10% !important;
  }
}
@media all and (max-width: 768px) {
  .topcmnts-wrapper .cmntsmhbd-recomendation {
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 99;
    width: auto;
    margin: 15px 0 0 0 !important;
  }

  .topcmnts-wrapper .replybox .topcmnts-text,
  .topcmnts-wrapper .topcmnts-text {
    width: 100% !important;
    margin: 10px 0 0 0;
  }

  .topcmnts-wrapper .cmntsmhb-img {
    width: 15%;
  }

  .topcmnts-wrapper .topcmnts-time {
    width: auto !important;
  }

  .topcmnts-wrapper .topcmnts-sort {
    width: 50%;
    margin: 10px 0;
  }

  .cmntsm-header-help .lvcomm {
    float: left;
    margin: 0 0 10px 0;
  }

  .cmntsm-header-help .cmntsmh-title {
    width: 50%;
  }

  .topcmnts-vote .cmntsmhbd-reply {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .topcmnts-wrapper .cmntsmhb-img {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .topcmnts-wrapper .cmntsmhb-img img {
    width: 60px;
  }

  .cmntsm-header-help .cmntsmh-title,
  .topcmnts-wrapper .topcmnts-sort {
    width: 100%;
  }

  .commpost-left {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media all and (max-width: 1280px) {
  .nwstm-wrapper-help {
    width: 100%;
    margin: 0;
  }

  .nwstm-wrapper-help .nwstmb-description {
    margin: 10px 0 0 0;
  }

  .nwstm-wrapper-help .nwstmb-description,
  .nwstm-wrapper-help .nwstmb-img,
  .nwstm-wrapper-help .nwstmb-img img {
    width: 100%;
    height: auto;
  }

  .mc-right-border {
    display: block;
  }

  .mc-mid-hidden {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .nwstm-wrapper-help .nwstmb-title a {
    font-size: 20px;
  }

  .mc-right-border {
    display: none;
  }
}
.topcomments-title {
  font-size: 18px;
  margin: 10px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
}

.topcomments-filters {
  margin: 5px 0;
}

.topcomments-filters ul li {
  padding: 2px 0;
  color: #333333;
  font-size: 14px;
}

.topcomments-filters ul li a {
  margin: 0 5px;
  padding: 2px 5px;
  color: #333333;
}

.topcomments-filters ul li a.selected {
  background: #009BFF;
  color: #fff;
}

.topcomments-filters ul li.title {
  padding: 4px 0;
}

.topcomments-box {
  width: 46%;
  margin: 10px 0;
  padding: 0 1%;
  outline: 1px solid #ddd;
}

.tb-title {
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
}

.topcomments-box ul li {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.topcomments-box .tpcml-img,
.topcomments-box .tpcml-img img {
  border-radius: 0;
}

.topcomments-box .tpcml-negative {
  margin: 0;
}

.topcomments-box .tpcml-rejting {
  margin: 0 5px;
}

.topcomments-box .tb-wrapper {
  line-height: 13px;
  font-size: 14px;
}

.topcomments-box ul li.last {
  margin: 0;
  border: 0;
}

@media all and (max-width: 1000px) {
  .topcomments-box .tpcml-positive,
  .topcomments-box .tpcml-negative,
  .topcomments-box .tpcml-rejting,
  .topcomments-box .tpcml-sor {
    font-size: 9px;
  }
}
@media all and (max-width: 768px) {
  .topcomments-box .tpcml-img,
  .topcomments-box .tpcml-img img {
    width: 35px;
    height: 35px;
  }
}
@media all and (max-width: 480px) {
  .topcomments-box {
    width: 96%;
    float: left;
  }
}
.gallslider .bx-viewport {
  height: auto !important;
}

.gallslider .bx-prev,
.commslider .bx-prev {
  left: 0% !important;
  background: url(../../img/prev.png) no-repeat !important;
}

.gallslider .bx-next,
.commslider .bx-next {
  right: 0 !important;
  max-width: 15px;
  background: url(../../img/next.png) no-repeat !important;
}

.gallslider .bx-next:hover,
.commslider .bx-next:hover,
.gallslider .bx-prev:hover,
.commslider .bx-prev:hover {
  opacity: 0.7;
}

.brknews .bx-viewport,
.tsl-slider .bx-viewport,
.commentslider-slider .bx-viewport,
.snglpstmb-slider .bx-viewport,
.gallslider .bx-viewport,
.commslider .bx-viewport {
  max-width: 1140px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
  background: none !important;
}

.snglpstmb-slider .bx-controls {
  display: none;
}

.brknews .bx-pager,
.commslider .bx-pager,
.tsl-slider .bx-pager,
.commentslider .bx-pager,
.gallslider-wrapper .bx-pager {
  display: none;
}

.brknews .bx-wrapper {
  margin: 0 auto;
}

.tsl-slider .bx-wrapper,
.commslider .bx-wrapper,
.commentslider .bx-wrapper,
.snglpstmb-slider .bx-wrapper {
  margin: 0;
}

.snglpstmb-slider img {
  width: 600px;
  height: 375px !important;
}

#snglpstmb-slider-pager {
  margin: 5px 0 0 0;
}

#snglpstmb-slider-pager img {
  width: 90px;
  height: 55px;
}

.commentslider .bx-controls {
  position: relative;
}

.commentslider .bx-next,
.commentslider .bx-prev {
  top: 60px !important;
}

.commentslider .bx-prev {
  left: 0% !important;
  background: url(../../img/prevblue.png) no-repeat !important;
}

.brknews .bx-next,
.commentslider .bx-next {
  right: 0% !important;
  background: url(../../img/nextblue.png) no-repeat !important;
}

.brknews .bx-next {
  max-width: 15px !important;
}

.brknews .bx-wrapper {
  max-width: 1180px !important;
}

.brknews .bx-viewport {
  max-width: 1100px !important;
}

.commentslider {
  margin: 0 0 30px 0;
  padding: 20px 0;
  background: #333333 !important;
  -webkit-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -moz-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -o-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -ms-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
}

.commentslider-title {
  width: 96%;
  margin: 0 2% 15px 2%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.commentslider-title a {
  color: #009BFF;
  font-size: 12px;
  font-weight: normal;
}

.commentslider-title a .icon {
  margin: 0 0 0 5px;
  font-size: 14px;
}

.commentslider-img,
.commentslider-img img {
  width: 75px;
  height: 75px;
}

.commentslider-data {
  width: 170px;
  margin: 0 0 0 10px;
}

.cd-name {
  color: #fff;
  font-size: 13px;
}

.cd-text {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.tsl-slider .bx-controls {
  display: none;
}

.tsl-slider {
  background: none;
  width: 625px;
  float: left;
}

.tsl-img {
  position: relative;
}

.tsl-slider img {
  width: 625px;
  height: 375px;
}

.tsl-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 94%;
  padding: 5px 3% 30px 3%;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.top-slider {
  position: relative;
  width: 658px;
  height: 420px;
}

.top-slider .tsl-img img {
  width: 684px;
  height: 420px;
}

.tsl-auto .bnwsm-section {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.top-slider .tsl-title {
  bottom: -5px;
}

.top-slider .bx-controls,
.top-slider .bx-pager {
  display: block !important;
}

.top-slider .bx-pager {
  position: absolute;
  bottom: -36pxpx;
  left: 0;
  z-index: 1;
  height: 26px;
  background: #000;
  width: 879px;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
}

.top-slider .bx-pager-item {
  margin: 5px 0 0 0;
}

.top-slider .bx-pager-item a {
  background: #444444;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 5px 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.top-wrapper {
  width: 220px;
  padding: 0;
}

.top-wrapper .tsllw-box {
  padding: 0;
  position: relative;
}

.top-wrapper .tsllw-box img {
  width: 220px;
  height: 117px;
}

.top-wrapper .tsllw-box .bnwsm-section {
  position: absolute;
  bottom: 40px;
  left: 0;
  margin: 0;
}

.top-wrapper .tsllw-box a {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80%;
  margin: 0;
  padding: 5px 15% 5px 5%;
  background: rgba(0, 0, 0, 0.4);
}

.tslslider {
  border-right: 1px solid #fff;
}

.tslslider,
.tslslider img {
  min-width: 658px !important;
}

.tslslider .bx-controls,
.tslslider .bx-pager {
  display: block !important;
}

.tslslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.tslslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #DDDDDD;
}

.tslslider .bx-pager {
  width: 879px;
  z-index: 1;
  background: #000;
  position: absolute;
  bottom: -18px;
  left: 0;
  padding: 10px 0 5px 0;
}

.tslslider .bx-controls {
  position: relative;
  float: left;
  width: 100%;
}

.tslslider .bx-wrapper .bx-controls-direction a {
  bottom: 0 !important;
  margin: -4px  0 0 0;
}

.tslslider .bx-wrapper .bx-prev {
  width: 5px;
  height: 11px;
  padding: 0 15px !important;
  background: url(../../img/slideprev.png) center no-repeat;
}

.tslslider .bx-wrapper .bx-next {
  width: 5px;
  height: 11px;
  padding: 0 15px !important;
  background: url(../../img/slidenext.png) center no-repeat;
}

.tslslider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 10px;
}

.tsllw-box {
  height: auto !important;
}

.sgl-sliderwrapper {
  padding: 20px 0;
  webkit-box-shadow: inset 0 -6px 18px -11px #232323;
  -moz-box-shadow: inset 0 -6px 18px -11px #232323;
  -o-box-shadow: inset 0 -6px 18px -11px #232323;
  -ms-box-shadow: inset 0 -6px 18px -11px #232323;
  box-shadow: inset 0 -6px 18px -11px #232323;
  background: #F6F6F6;
}

.sgl-sliderwrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
  height: auto;
  background: none !important;
}

.sgl-sliderwrapper .bx-wrapper {
  max-width: 570px !important;
  margin: 0px auto;
}

.sgl-sliderwrapper .bx-prev {
  left: -15px !important;
  background: url(../../img/prev.png) no-repeat !important;
}

.sgl-sliderwrapper .bx-next {
  right: -15px !important;
  max-width: 15px;
  background: url(../../img/next.png) no-repeat !important;
}

.commentslider .bx-wrapper {
  max-width: 1400px !important;
  margin: 0 auto;
}

.commentslider .bx-viewport {
  min-width: 95%;
  float: left;
  margin: 0 2.5% !important;
}

.commentslider li {
  margin: 0 !important;
  width: 290px !important;
}

.commslider-wrapper-gray {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  background: #333333 !important;
  -webkit-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -moz-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -o-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  -ms-box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
  box-shadow: inset 0px 11px 8px -10px #000,inset 0px -11px 8px -10px #000;
}

.commslider-wrapper-gray .bx-wrapper {
  max-width: 1180px !important;
  margin: 0 auto;
}

.commslider-wrapper-gray .bx-viewport {
  width: 94% !important;
}

.commslider-wrapper-gray .comslider-title {
  margin: 10px 0;
}

.commslider-wrapper-gray .cs-title {
  color: #fff;
  font-weight: bold;
}

.commslider-wrapper-gray .comslider-title {
  color: #fff;
}

.commslider-wrapper-gray .commslider .bx-prev {
  top: 40% !important;
  left: 0% !important;
  background: url(../../img/prevblue.png) no-repeat !important;
}

.commslider-wrapper-gray .commslider .bx-next {
  top: 40% !important;
  right: 0% !important;
  background: url(../../img/nextblue.png) no-repeat !important;
}

.commslider-wrapper-gray .commslider-wrapper-gray-name {
  color: #fff;
  font-size: 12px;
}

.commslider-wrapper-gray .commslider-wg-img,
.commslider-wrapper-gray .commslider-wg-img img {
  width: 155px;
  height: 85px;
}

.commslider-wg-data {
  width: 185px;
  margin: 0 0 0 10px;
}

.top-slider .tsl-img img {
  width: auto !important;
  height: auto !important;
}

.bx-prev,
.bx-next {
  z-index: 9 !important;
}

@media all and (max-width: 1280px) {
  .gs-img img {
    width: 100%;
    height: auto;
  }

  .gs-overlay {
    display: none !important;
  }

  .tsl-left {
    max-width: 70%;
  }

  .tsl-right {
    min-width: 30% !important;
  }

  .tsl-slider {
    max-width: 60%;
  }

  .tops-auto,
  .tsl-auto {
    width: 100% !important;
    overflow: hidden !important;
  }

  .bx-wrapper .tops-auto img,
  .bx-wrapper .tsl-auto img {
    max-width: none !important;
  }

  .tsl-right .nwsm-title,
  .tsl-right .nwsm-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  .tsl-title {
    bottom: 0;
    padding: 45px 3% 4px 3%;
  }

  .tsllw-box-data {
    width: 120px !important;
  }

  .tsllw-box-img img {
    width: 100%;
    height: auto !important;
  }

  .gallslider-wrapper .bx-viewport {
    width: 95% !important;
  }

  .tslslider {
    min-width: 68.8% !important;
  }

  .tsll-wrapper {
    width: 35% !important;
    padding: 15px 2.5% 0 2.5% !important;
  }

  .top-wrapper {
    padding: 0 !important;
    width: 31% !important;
  }

  .tsll-wrapper .tsllw-box img {
    width: 100%;
    height: auto;
  }

  .tslslider .bx-pager {
    bottom: -32px;
    padding: 11px 0 6px 0;
  }

  .topslider .tsllw-box img {
    height: auto !important;
  }

  .top-wrapper .tsllw-box img {
    height: 111px !important;
  }

  .commentslider .bx-viewport {
    width: 95% !important;
  }

  .commentslider li {
    width: 320px !important;
  }

  .brknews .bx-viewport {
    width: 95% !important;
  }

  .cs-img img {
    height: auto;
  }

  .commslider-wrapper-gray .bx-viewport {
    width: 95% !important;
    overflow: hidden;
    position: relative;
    height: 163px;
  }

  .commslider-wrapper-gray .commslider-wg-img img {
    width: 135px;
    height: 65px;
  }

  .commslider-wg-data {
    width: 139px;
    margin: 0 0 0 10px;
  }
}
@media all and (max-width: 1195px) {
  .tsl-right {
    width: 285px;
  }
}
@media all and (max-width: 1000px) {
  .top-slider img,
  .snglpstmb-slider img {
    width: 100% !important;
    height: auto !important;
  }

  .tsl-left {
    width: 65% !important;
  }

  .tsl-right {
    width: 35% !important;
  }

  .top-slider .tsl-img,
  .top-slider .bx-viewport,
  .top-slider .bx-wrapper,
  .top-slider {
    height: auto !important;
  }

  .tslslider .tsl-title {
    bottom: 24px;
  }

  .tslslider .bx-pager {
    bottom: 0;
    padding: 11px 0 6px 0;
  }

  .tsll-wrapper .tsllw-box img {
    height: auto !important;
  }

  .tsllw-box {
    height: auto !important;
    padding: 10px 0;
  }

  .tsllw-box-img {
    width: 35% !important;
    height: auto;
    float: left;
  }

  .tsllw-box-img img {
    width: 100% !important;
  }

  .tsllw-box-data {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  .tsllw-box-data .bnwsm-section {
    margin: 0 0 5px 0;
  }

  .tsllw-box a {
    margin: 0;
  }

  .commentslider-img {
    width: 20%;
    height: auto;
  }

  .commentslider-img img {
    width: 100%;
    height: auto;
  }

  .commentslider-data {
    width: 75% !important;
  }

  .top-wrapper .tsllw-box .bnwsm-section {
    bottom: 60px;
  }

  .top-wrapper .tsllw-box img {
    height: auto !important;
  }

  .gs-img .icon {
    bottom: 55px;
    font-size: 26px;
  }

  .commentslider .bx-next, .commentslider .bx-prev {
    top: 52px !important;
  }

  .commslider-wrapper-gray .commslider-wg-img {
    width: 135px;
    height: 65px;
    margin: 0 0 5px 0;
  }

  .commslider-wg-data {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .topslider .top-wrapper,
  .slider-mobile {
    display: none;
  }

  .tsl-slider,
  .tsl-left,
  .tsl-right {
    min-width: 100% !important;
    outline: 0;
  }

  .tslslider {
    border: 0;
  }

  .tops-auto,
  .tsl-auto {
    width: 100% !important;
    overflow: visible !important;
  }

  .bx-wrapper .tops-auto img,
  .bx-wrapper .tsl-auto img {
    max-width: 100% !important;
    height: auto !important;
  }

  .tsl-right .nwsm-list {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .tsl-right .nwsm-list .nwsml-watch {
    display: none;
  }

  .nwsm-list li {
    width: 45%;
    padding: 0;
    margin: 0 2.5% 25px 2.5%;
    position: relative;
    border: 0 !important;
    box-shadow: none !important;
  }

  .nwsml-text {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    font-size: 14px;
  }

  .nwsml-img {
    margin: 0 0 40px 0;
  }

  .nwsml-img,
  .nwsml-img img {
    width: 100%;
    height: auto;
  }

  .tsll-wrapper {
    display: none;
  }

  .chngcat {
    display: block;
    width: 95%;
    padding: 10px 2.5%;
    background: #fff;
  }

  .chngcat-img {
    width: 10%;
  }

  .chngcat-img img {
    width: 35px;
    height: 35px;
  }

  .chngcat-img-next {
    text-align: right;
  }

  .chngcat-title {
    width: 80%;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
  }

  .chngcat-title-red {
    color: #EB1E00;
  }

  .chngcat-title-green {
    color: #59B200;
  }

  .tsl-title {
    bottom: 0;
    padding: 28px 3% 41px 3%;
  }

  .tsl-slider .bx-pager {
    display: block !important;
  }

  .tsl-slider li img {
    min-width: 100% !important;
    height: auto;
  }

  .tsl-slider .bx-controls {
    display: block;
  }

  .tsl-slider .bx-prev {
    left: 0% !important;
    background: url(../../img/prevblue.png) no-repeat !important;
  }

  .tsl-slider .bx-next {
    right: 0 !important;
    max-width: 15px;
    background: url(../../img/nextblue.png) no-repeat !important;
  }

  .tsl-slider .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
  }

  .top-slider .bx-pager {
    bottom: -4px;
    padding: 0;
  }

  .top-slider .bx-viewport {
    min-height: 50px !important;
  }

  .tslslider .bx-wrapper .bx-controls-direction a {
    top: 45% !important;
  }

  .tslslider .bx-controls {
    position: static;
    float: none;
    width: auto;
  }

  .tslslider .bx-wrapper .bx-prev {
    width: 15px;
    height: 29px;
    padding: 0 !important;
    background: url(../../img/prevblue.png) no-repeat;
  }

  .tslslider .bx-wrapper .bx-next {
    width: 15px;
    height: 29px;
    padding: 0 !important;
    background: url(../../img/nextblue.png) no-repeat;
  }

  .tslslider .tsl-title {
    bottom: 10px;
  }

  .commentslider li {
    margin: 0 9px 0 0px !important;
  }

  .commentslider-img, .commentslider-img img {
    width: 70px !important;
    height: 70px !important;
  }

  .commentslider .bx-wrapper {
    max-height: 160px;
  }

  .sgl-sliderwrapper .bx-wrapper {
    width: 94%;
  }

  .commslider-wrapper-gray {
    display: block;
  }

  .commslider-wrapper-gray .bx-viewport {
    width: 90% !important;
  }

  .commslider-wrapper-gray .commslider-wg-img {
    width: 100%;
    height: auto;
  }

  .commslider-wrapper-gray .commslider-wg-img img {
    width: 40%;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  #snglpstmb-slider-pager {
    display: none;
  }

  .tsl-title {
    bottom: -16px;
    padding: 15px 3% 52px 3%;
  }

  .top-slider .tsl-title {
    bottom: 25px;
    padding: 5px 3%;
    font-size: 20px;
    font-weight: normal;
  }

  .commentslider li {
    margin: 0 10px 15px 10px !important;
  }

  .commentslider-img {
    width: 30% !important;
    height: auto !important;
  }

  .commentslider-img img {
    width: 100% !important;
    height: auto !important;
  }

  .commentslider {
    padding: 20px 0 0 0;
  }

  .commentslider-data {
    width: 60% !important;
  }

  .commentslider .bx-viewport {
    width: 90% !important;
    height: auto !important;
  }

  .commentslider .bx-next, .commentslider .bx-prev {
    top: 62px !important;
  }
}
.menutrigger {
  z-index: 1;
}

@media all and (max-width: 300px) {
    .fam-title {
        width: 85px;
    }
    
    .fam-img {
        width: 100%;
    }
    
    .fam-img img {
        width: 100%;
        height: 100%;
    }
    
    .fam-text {
        margin-top: 0px;
    }
}

#popupwindow {
    display:none;
    background:rgba(0,0,0,0.6); /*Set Window Background Color*/
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
}
#backgroundsetting {
    width:455px;
    height:255px;
    position:relative;
    background:#ffffff; /*Set Popup box Background Color*/
    top:20%;
    left:2%;
    margin:0px auto;
}
#imagepopup {
    cursor:pointer;
    background:url(../../img/popupclose.png) repeat; /*Close Icon Url*/
    height:40px;
    width:40px;
    margin-top:-258px;
    margin-left:413px;
    position:absolute;
}
.astro-banner {
    width: 100%;
    margin-top: 20px;
}
.astro-footer {
    padding: 20px 20px;
    font-size: 9px;
    color: #FFFFFF;
    background: #063C71;
    border-top: 1px solid #E2E2E2;
}

.tar {
    text-align: right;
}
.cwl {
    width: 100%;
}
.cwl-info {
    padding: 5px;
    font-size: 14px;
    border: 2px solid red;
    color: #333333;
    margin: 0 0 10px 0;
}