@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
/* --- menu --- */
@media only screen and (min-width: 991px) {
#cssmenu {
left: -94px;
}
}
/* --- menu --- */
@media only screen and (min-width: 1200px) {
#cssmenu {
width: 100%;
height: auto;
}
}


#cssmenu {
  font-family: Roboto, sans-serif;
  display: block;
  background: #704f9f;
  background: linear-gradient(to bottom, #3196d0 , #4073af);
  margin: 0px 10px 10px 0px;
  margin-top: 0px;
  list-style: none;
  border-radius: 5px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #f82f45;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fc3247;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
 z-index: 16;

}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;

}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 300px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background: #ffffff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #152a78;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fd3348;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fc3247;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ffffff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #dc1919;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    color: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

#snav.en {
  border: 1px solid #fff;
  box-shadow: 0 0 7px #333;
  left: 0;
  text-align: left;
  position: fixed;
  top: 30%;
}
#snav.en  li span {
  left: -100px;
}
#snav.en li a:hover span {
  left: 35px;
}

/* RTL CSS */
#snav.ar {
  right: 0;
  text-align: right;
}
#snav.ar  li span {
  right: -100px;
}
#snav.ar li a:hover span {
  right: 35px;
}

/* Стили меню */
#snav {
  position: fixed;
  top:30%;
  z-index: 9999;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
#snav ul {
  list-style: none;
}
#snav * {
  margin: 0;
  padding: 0;
  outline: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#snav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
#snav .fa {
  vertical-align: middle;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  z-index: 4;
}
#snav li span {
  font-size: 15px;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 15px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 3;
}
#snav li a:hover .fa {
  transform: rotate(720deg);
}
#snav li a:hover span {
  visibility: visible;
}

/* Цвета кнопок */

/* пункты меню заголовка :nth-child */
#snav li span {
  background-color: #555;
}
/* Цвет иконки и фон перед наведением  */
#snav li .fa {
 background-color: #5a67b0;
 color: #ffffff;
}
/* Цвет иконки при наведении */
#snav li a:hover .fa {
  color: #fff;
}
/* Повторные цвета от 1 до 10 каждый цвет при наведении повторить через 10 пунктов меню */
#snav li:nth-child(10n+1) span, #snav li:nth-child(10n+1) a:hover .fa {
  background-color: #8350DD;
}

.comm-left {
    width: 45px;
    height: 45px;
    margin-left: -65px;
    float: left;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0px 15px 0 rgba(0,0,0,0.2);
}

.img-box {
    overflow: hidden;
    position: relative;
    background-color: #CCC;
}
#reviews {
 padding: 20px 0;
 background: #41496169;
 background-size: cover;
}
#reviews * {
 color: #fff;
}
#reviews ul, #reviews li {
 list-style: none;
 padding-top: 5px;
 height: auto !important;
}
#reviews li i {
 font-family: verdana;
 display: block;
 padding-top: 5px;
 font-size: 18px;
}
#reviews .title1-descr {
 margin-bottom: 0;
 position: relative;
}
.img-boxcom img {
    display: block;
    width: 115px;
    height: 115px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0px 15px 0 rgba(0,0,0,0.2);
    min-height: 100%;
}
a.rev-arrow {
 display: inline-block;
width: 40px;
    height: 40px;
    line-height: 35px;
 border: 2px solid #fff;
 margin: 25px 3px 0;
 border-radius: 20px;
 font-size: 14px;
 text-align: center;
 color: #fff;
 transition: all .3s ease;
}
a.rev-arrow i {
 transition: all .3s ease;
}
.title1 {
 margin: 0;
 font-family: auto;
 font-size: 24px;
 line-height: normal;
 font-weight: 900;
 text-align: center;
 padding-bottom: 35px;
 background: url(../images/title1.png) bottom center no-repeat;
}
.title1-descr {
 width: 570px;
 margin: 0 auto 40px;
 font-size: 15px;
 line-height: 24px;
 padding: 0;
 text-align: center;
}
@media screen and (max-width: 639px) {
 .title1-descr {
 width: 86% !important;
}
}

@media all and (min-width: 480px) {
#messageFF {height:auto;}{
#reviews .title1-descr, #reviews li {width:300px !important;}
}
}

@media all and (min-width: 480px) {
#reviews {
background: #333333;
}
}

.bg-2 {
	background: #dde8ee;
	padding: 0px;
    margin: 10px 0px;
}

.box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.bg-1 {
	background: #ECEFF1;
	color: #37474f;
	padding: 10px;
    margin: 20px -20px;
}
.bg-left {
margin-left: 0px;
}
.bg-right {
margin-right:0px;
}
/* Wapasha */
.button.button--wapasha {
    min-width: 290px;
	text-align: center;
	font-family: arial;
    font-size: 1.2em;
    font-weight: 700;
	background: #37474f;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
	background: #fff;
	color: #37474f;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #3f51b5;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
	border-color: #7986cb;
}
.button--wapasha:hover {
	background-color: #fff;
	color: #3f51b5;
}
.button--wapasha.button--inverted:hover {
	background-color: #37474f;
	color: #7986cb;
}
.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

@import url('https://fonts.googleapis.com/css?family=Asar|Caudex|Cormorant|Cormorant+Garamond|Cormorant+Infant|Cormorant+SC|Cormorant+Unicase|Cormorant+Upright|Domine|EB+Garamond|Judson|Libre+Baskerville|Maitree|Merriweather|Noticia+Text|Noto+Serif|Old+Standard+TT|Podkova|Pridi|Rasa|Rokkitt|Taviraj|Tinos|Trirong|Yrsa&display=swap');

/* FULL
----------------------------------------------- */
.full-story, .static { position:relative; color: #525459;}
.static, .static h2 {font-weight: normal;line-height: 20px;font-size: 13.4px;}
.static img {vertical-align: middle;border:0 !important; margin:0 !important; }
.full-title h1 {font-size:20px; margin-bottom: 20px;}
.tab-pane iframe {max-width: 100%;}
.fullpreview {float:left; width:55%;}.fulldescr {float:right; width:45%;}
.fullpreview img {margin: auto; display: block; width: 510px;}
.fullpreview{width: 55%;margin-bottom:20px;background:#fff;padding:10px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.1);box-shadow:2px 2px 3px rgba(0,0,0,0.1);border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.fullpreimg {height: 350px; overflow: hidden;}
.full-text{line-height:1.5;font-size:14px;margin-bottom:15px;-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.1);box-shadow:2px 2px 3px rgba(0,0,0,0.1);border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fff;padding:20px}
.full-text img, .tab-pane img {display: none;margin:0 10px 10px 0; max-width:100%; border:5px solid #f6f6f6;}
.full-text a:hover {text-decoration:underline; color:#C9070A;}
.full-text ul li {list-style:disc; margin-left:40px;}
.descr ul li {list-style: none; margin-left: 30px; line-height: 24px; display: block; position: relative;}
.descr ul li:before { content: "\f00c"; font-family: 'FontAwesome'; position: absolute; top: 0px; left: -25px; width: 8px; height: 8px; color: #8cb929; border-radius: 0;}
h2.related-title { color: #525252;font-size: 16px;margin: 15px 0 5px;}
.clr {clear: both;}
iframe .ytp-player-content .annotation {display:none !important;}

@media screen and (max-width: 1000px) {
.fullpreview, .fulldescr {float: none;width: 100%;} 
.fulldescr {margin-top:15px;} 
.pay {margin-left:0 !important;}
}

@media screen and (max-width: 360px) {
.tab-pane iframe {height:220px !important;}	
}

@media screen and (max-width: 500px) {
.tab-pane iframe {height:280px !important;}
.howpay { font-size: 17px !important;}
.nav-tabs > li {float:none !important; background: #fff; border-radius: 0 !important; border: 1px solid #dddddd !important; width: 100%;}
.nav-tabs > li:first-child {border-radius: 4px 4px 0 0 !important;}
}

/* Details
----------------------------------------------- */
.nav-tabs{border-bottom:1px solid #dddddd;list-style:none;margin-bottom:0;padding-left:0;}
.nav-tabs:before, .nav-tabs:after{clear:both;content:" ";display:table;}
.nav-tabs > li{border:1px solid transparent;border-radius:4px 4px 0 0;color:#666;cursor:pointer;display:block;float:left;line-height:1.42857143;margin-bottom:-1px;margin-right:2px;padding:10px 15px;position:relative;}
.nav-tabs > li:hover{background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;color:#555555;}
.tabbable >.nav-tabs li.active{background:#3982c2;color:#fff;cursor:default;}
.tabbable >.nav-tabs li.active:hover{border:1px solid transparent;}
.tabbable >.nav-tabs li.active .fa{background:#1b3f75;}
.tabbable >.nav-tabs li .fa{background:#4d4d4d;border-radius:50%;color:#fff;font-size:13px;height:25px;line-height:25px;margin-right:5px;text-align:center;webkit-border-radius:50%;width:25px;}
.tabbable .tab-content{background:#fff;border:1px solid #d9d9d9;border-radius:0 0 5px 5px;border-top:none;padding:20px;webkit-border-radius:0 0 5px 5px;}
.tab-content > .tab-pane.active{display:block;}
.tab-content > .tab-pane{display:none;font-size:14px;line-height:1.5;}
.details { background: #f7f7f9; border: 1px solid #e5e5e5; box-shadow: 0px 0px 1px #E6E6E6; margin-top: 15px;}
.details .short_list { text-align: left;}
.fulldescr ul {margin: 0;}
.details .short_list li {border-bottom: 1px solid #e5e5e5; list-style: none;padding: 10px;margin-left:0;}
.details .itemTags ul.unstyled { text-align: left;padding-top: 2px;}
.details .itemTags ul.unstyled li {padding: 0px 0px 5px;line-height: 30px;}
.details .short_list li li {border-bottom: 0px solid #e5e5e5;}
.details li { padding: 5px 14px;}

/* By
----------------------------------------------- */
.pay{background:#fff;border:1px solid #e1e8ed;border-radius:4px;margin-bottom:20px;margin-left:20px;padding:15px 25px;}
.paynow{display:inline-block;width:100%;}
.fullprice{font-size:25px;margin-bottom:10px;text-align:right;}
.howpay{float:left;font-size:20px;line-height:30px;text-align:left;}
.paylist{border-top:1px solid #e1e8ed;padding:15px 0 10px 0;}
.paylist li{background:url(../images/chek.png) 0 9px no-repeat;font-size:15px;line-height:25px;padding-left:20px;text-align:left;}
.full{float:left;font-size:16px;line-height:35px;margin-top:15px;text-align:center;width:100%;
  background-color: #e0e8dc;
}
.full:hover {
 background-color: #e0e8dc;
}

.red{background-color: #e0e8dc; cursor:pointer;	}
.red:hover { background-color: #e0e8dc;}

/* cyrillic-ext */
@font-face {
    font-family: "Lobster";
	font-style: normal;
      src: local('Lobster Regular'), url("https://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9zoamM5Ez.woff2");
}
/* cyrillic */
@font-face {
    font-family: "Lobster";
	font-style: normal;
      src: local('Lobster Regular'), url("https://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9zoamM5Ez.woff2");
}

/* vietnamese */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	src: local('Lobster Regular'), url(https://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9zo2mM5Ez.woff2);
}

/* latin-ext */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	src: local('Lobster Regular'), url(https://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9zoymM5Ez.woff2);
}
/* latin */
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	src: local('Lobster Regular'), url(https://fonts.gstatic.com/s/lobster/v20/neILzCirqoswsqX9zoKmMw.woff2);
}

h6 {
font-size: 40px;
    line-height: 72px;
/*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
  color: #fccaff; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  font-family: lobster;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
}

@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 16px 'ProximaNovaRegular', Tahoma, Geneva, sans-serif; line-height:normal; padding:0; margin:0; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2d2d2d; text-decoration: none;}
a:hover, a:focus {color:#28a1d8; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-RegIt.eot') format('eot'), 
	url('../fonts/ProximaNova-RegIt.eot#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNova-RegIt.woff') format('woff'), 
	url('../fonts/ProximaNova-RegIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot') format('eot'), 
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot#iefix') format('embedded-opentype'),
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'), 
	url('../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

   
.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap, .full-pages {border-radius:12px; 
box-shadow:0px 0px 15px 0px rgba( 0, 0, 0, 0.15 ); background:#fff; padding:20px;}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], 
input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 15px; color:#2a2a2a; display:inline-block; background-color:#fff; 
height:40px; line-height:40px; border-radius:12px; cursor:pointer; font-size:14px; 
border:1px solid rgb( 222, 222, 222 ); box-shadow: 0px 1px 6px 0px rgba( 0, 0, 0, 0.1 ); 
background:linear-gradient(to bottom, #fcfcfc 0%,#fdfdfd 50%,#f5f5f5 50%,#efefef 100%);}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#fff; background:#390; border-color:#390;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f5f5f5; border-radius:4px; -webkit-appearance: none; box-shadow:0 0 0 1px #EDEDED;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#CCC;}
.img-box img {width:100%; min-height:100%;}
.square-img img {width:120%; margin-left:0px;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.slide:before {transition: all .2s;}
a, .button{transition: color .2s, background-color .2s, opacity .2s;}

.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display:flex; flex-direction:column; justify-content:center;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; padding:40px 0;}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:100;}
.wrapin {border-radius:15px; box-shadow: 0px 0px 35px rgba(132,137,143,0.35); background-color: #f4f4f46b;}
.topper {border-radius:15px 15px 0 0; background-color: #f4f4f442 align-items:center; padding:10px 20px; border-bottom:1px dashed #e3e3e3;}
.header {border-radius:0; background-color: #373737; position:relative; height:70px;}
.header-in {height:80px; padding:25px 250px;}
.top-line {height:60px; align-items:center; padding:10px 20px; padding-right:340px; position:relative; 
background: #7b4397; background: linear-gradient(to bottom, #ffe60d , #a6d747);}
.cols {padding:20px 340px 20px 20px; background: #ffffff59;}
.side {width:300px; margin-right:-320px; float:right;}
.main {width:100%; float:left; min-height:800px;}
.sticky {background-color: #333; width:100%; position:fixed; left:0; top:0; z-index:99999; box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);}
.footer {background-color:#fff; border-radius:0 0 15px 15px; overflow:hidden; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}


/* TOP LINE
----------------------------------------------- */
.clock {display:inline-block;}
#Date {display:inline-block; margin-right:15px;}
.clock ul {list-style:none; display:inline-block;}
.clock ul li { display:inline; text-align:center; }
#point { position:relative; padding:0 5px;}
.soc-btns {display:inline-block;}
.soc-btns .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-left:8px; cursor:pointer; opacity:0.5;}
.soc-btns .fa:hover {opacity:1;}
.fa.fa-whatsapp {background-color:#02d46e;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-youtube {background-color:#ef2112;}
.fa.fa-instagram {background-color:#867f0a;}
.fa.fa-rss {background-color:#FC6D00;}


/* HEADER
----------------------------------------------- */
.logotype {margin-left: 15px; height:80px; width:240px; display:block; position:absolute; left:0; top:0;}
.logotype img {display:block;}
.header-menu li {float:left; border-right:1px dashed #c9c7ca; position: relative;}
.header-menu a {display:block; color: #fff; line-height:30px; padding:0 20px; text-decoration:none;}
.header-menu a:hover {background: linear-gradient(to bottom, #e6e6e6 0%,#fff 100%); color:#000;}
.hidden-menu {position:absolute; left:0; top:100%; z-index:998; background-color:#fff; width:240px; text-align:left;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.2); display:none;}
.hidden-menu li {float:none; border-right:0;}
.hidden-menu a {display:block; padding:5px 20px; font-size: 15px; color:#444; border-bottom:1px solid #e3e3e3;}
.hidden-menu a:hover {background:#f2f2f2;}
.submenu > a:after {content:"\f107 "; font-family:'FontAwesome'; margin-left:7px;}
.icons-menu {position:absolute; top:10px; right:20px;}
.icons-menu li {float:left; margin-left:20px;}
.icons-menu a {color: #fff; height:50px; line-height:50px; text-align:center; font-size:24px; display:block;}
.icons-menu li:last-child a {border-radius:50%; width:50px; background-color:#28a1d8; color:#fff;}
.icons-menu li:last-child a:hover {background-color:#390; color:#fff;}

.search-wrap {width:100%; position:absolute; left:0; top:100%; z-index:888; padding:20px; height:80px; 
display:none; background-color:#f4f4f4; box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);}
.search-box {width:100%; position:relative; max-width:800px; margin:0 auto;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 60px 0 10px; border-radius:3px;
background-color:#fff; color:#5c5c5c; border:0; box-shadow:inset 0 0 0 1px #e3e3e3;}
.search-box button {position:absolute; right:5px; top:5px; border-radius:3px;
padding:0 15px; height:30px; line-height:30px;}


/* TOOLTIP
----------------------------------------------- */
#tooltip{text-align:center;color:#ffffff;background-color:#000000;background-color:rgba(0, 0, 0, 0.65);position:absolute;z-index:100;padding:.5em;font-size:.85em;line-height:1.2em;border-radius:3px;}
#tooltip:after{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:3px solid #000000;border-top-color:rgba(0, 0, 0, 0.65);content:'';position:absolute;left:50%;bottom:-3px;margin-left:-5px;}
#tooltip.top:after{border-top-color:transparent;border-bottom:10px solid #111;top:-20px;bottom:auto;}
#tooltip.left:after{left:10px;margin:0;}
#tooltip.right:after{right:10px;left:auto;margin:0;}


/* SLIDER
----------------------------------------------- */
.slider {background-color:#f4f4f4; padding:20px; height:240px; overflow:hidden; 
box-shadow:inset 0px 15px 15px -15px rgba( 0, 0, 0, 0.15 ),inset 0px -15px 15px -15px rgba( 0, 0, 0, 0.15 );}
.slide {display:block; width:32.33%; margin:0 0.5%; margin-bottom:40px; float:left; height:200px;}
.slide-title {position:absolute; left:0; bottom:0; z-index:10; padding:20px; width:100%; color:#fff; font-weight:700; font-size:18px;}
.slide:before {content:""; left:0; top:0; right:0; bottom:0; position:absolute; 
background: linear-gradient(to top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);}
.owl-item .slide {width:100%; float:none; margin:0;}
.slider .owl-item {padding:0 10px;}
.slide:hover:before {background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%);}


/* SORT, GRID SELECT, SPEEDBAR
----------------------------------------------- */
.sorter {display:inline-block; position:relative; cursor:pointer;}
.sorter:before {content:attr(data-label); float:left; padding:0 5px 0 0;}
.sorter form {display:none; background-color:#fff; padding:10px 15px; line-height:24px; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); 
border-radius:4px; position:absolute; left:0; top:100%; width:220px; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sorter a {display:block; margin-bottom:5px;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:FontAwesome; display: inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}
.grid-select {display:inline-block; color:#FFF;}
.grid-select:before {content:attr(data-label); vertical-align:middle;}
.grid-select div {display:inline-block; vertical-align:middle; height:40px; width:40px; text-align:center; 
margin-left:10px; font-size:18px; cursor:pointer; line-height:40px; background-color:rgba(0,0,0,0.2); border-radius:12px;}
.grid-select div:hover, .grid-select div.current {color:#000; background-color:#fff200;}
.grid-thumb {margin:0 -10px;}
.grid-pages {margin:0;}
.add-news {position:absolute; right:20px; top:10px; width:300px; text-align:center; font-size:18px;}
.speedbar {color:#f0f0f0; line-height:40px;}
.speedbar a {color:#FFF;}

/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {color:#000; line-height:18px; text-align:justify; margin-bottom:20px; border-radius: 12px;
border: 4px #e7e7e7 dashed; box-sizing: border-box; padding: 20px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:17px; margin-bottom:10px; 
padding-bottom:10px; font-family: arial; font-weight: 600;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p + p {margin-top:5px;}
.site-desc p {font-size: 13px;}
.site-desc a {color:#e13d7a; text-decoration:underline;}

/* SHORT
----------------------------------------------- */
.short {border-radius:12px; box-shadow:0px 0px 15px 0px rgba( 0, 0, 0, 0.15 ); background:#fff; 
margin-bottom:20px; padding-right:100px; position:relative;}
.short:before {content:""; width:100px; height:100%; position:absolute; top:0; right:0; 
border-left:1px dashed #dedede; background: linear-gradient(to right, #f6f6f6 0%,#fff 35%); border-radius: 0px 12px 12px 0px;}
.short-side {width:100px; margin-right:-100px; float:right; position:relative; z-index:10; 
text-align:center; padding:20px 10px 20px 10px;}
.short-main {width:100%; float:left; min-height:100px; padding:10px; text-align:center;}
.short-title {font-family: Aclonica; display:block; text-decoration:none; font-size:24px; font-weight:700; color: #333333;}
.short-text {line-height:20px; margin:20px 0; opacity:0.8;}
.short-img img {border-radius:6px; border:5px solid #f4f4f4; max-width:600px; width:100%; max-height:600px;}
.short-bottom {text-align:left; margin-top:20px; align-items:center; font-size:12px; line-height:40px;}
.short-bottom .fa {margin-right:5px; color:#c9c7ca; font-size:16px;}
.short-cat a {text-transform:uppercase; text-decoration:none; font-weight:700; color:#9b9b9b;}
.short-meta > span {margin-right:20px; color:#9b9b9b;}
.short-meta span a {text-decoration:none; color:#9b9b9b;}
.short-meta span a:hover, .short-cat a:hover, .short-author > a:hover {text-decoration:none; color:#390;}
.short-link {}
.short-author div {margin:5px 0; font-size:12px;}
.short-author > a {text-decoration:underline; font-weight:700; color:#390; display:block; 
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.short-fav .fa {font-size:30px; color:#9b9b9b;}
.short-fav .fav-added {color:#390;}
.short-date {padding:10px; border-radius:12px; border:2px dashed #c9c7ca; color:#c9c7ca; 
font-size:25px; font-weight:700; margin-top:40px;}
.short-date div {font-size:16px;}
.short-rate {width:80px; position:absolute; bottom:10px; right:10px; z-index:20; text-align:center;}
.short-rate .ratingtypeplusminus {background-color:#390; color:#fff; font-weight:700; font-size:30px; padding:10px 0; border-radius:12px; 
background: linear-gradient(to bottom, #dcdadd 0%,#c9c7ca 100%); margin:5px 0; display:block;}
.short-rate .ratingplus {color:#fff; background: linear-gradient(to bottom, #46c408 , #390);}
.short-rate .ratingminus {color:#fff; background: linear-gradient(to bottom, #db3a1a , #c42708);}
.short-rate a {display:block; color:#c9c7ca; font-size:30px;}
.short-rate a:hover {color:#888;}

.short:hover .short-meta span a:hover, .short-cat a:hover, .short-author > a:hover 
{text-decoration:underline;}

/* SHORT THUMBS
----------------------------------------------- */
.grid-thumb .short {float:left; width:100%; margin:0 1% 20px 1%;}
.grid-thumb .short-title {font-family: 'Yrsa', serif;
font-variant: normal; height:40px; overflow:hidden; margin-bottom:10px; font-size:20px; line-height:20px;}
.grid-thumb .short-text {display: block;}
.grid-thumb .short-img {height:600px; overflow:hidden; border-radius:6px;}
.noblocks .grid-thumb .short-img {height:390px;}
.grid-thumb .short-img img {border:0; border-radius:0; width:100%; min-height:100%; max-width:100%; max-height:none;}
.grid-thumb .short-cat, .grid-thumb .short-meta {width:100%; height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.grid-thumb .short-meta > span {margin-right:0px;}
.grid-thumb .short-meta {display:flex; flex-flow:row wrap; justify-content:space-between;}
.grid-thumb .short-date {margin-top:12px;}


/* SIDE
----------------------------------------------- */
.side-box {border-radius:12px; box-shadow:0px 0px 15px 0px rgba( 0, 0, 0, 0.15 ); background:#fff; margin-bottom:20px; padding:20px; padding-top:0;}
.side-bt {text-align:center; font-size:23px; font-family: 'Lobster', Arial; color:#fff; padding:10px; margin-bottom:20px; border-radius:0 0 6px 6px; 
background: #7b4397; background: linear-gradient(to bottom, #7b4397 , #28a1d8);}

.tops {display:block; padding-left:80px; position:relative; min-height:60px; margin-bottom:20px;}
.tops-img {width:60px; height:60px; border-radius:50%; position:absolute; left:0; top:0;}
.tops-date {font-weight:700; font-size:14px; margin-bottom:5px;}

.tabs-box {padding-top:20px;}
.tabs-sel {box-shadow: 0 1px 0 0 rgba(255,255,255,0.5), inset 0 1px 4px 0 rgba(0,0,0,0.06); border-radius:12px; margin-bottom:20px; 
background:linear-gradient(to top, #ebebeb 0%, #f5f5f5 100%);}
.tabs-sel span {display:inline-block; height:36px; line-height:36px; width:49%; text-align:center; cursor:pointer; }
.tabs-b {display:none;}
.tabs-b.visible {display:block;}
span.current {padding:0px; background-color:#fff; border-radius:12px;  
border:1px solid rgb( 222, 222, 222 ); box-shadow: 0px 1px 6px 0px rgba( 0, 0, 0, 0.1 ); 
background:linear-gradient(to bottom, #fcfcfc 0%,#fdfdfd 50%,#f5f5f5 50%,#efefef 100%);} 


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load, .pagi-load a {text-align:center; font-size:16px;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:30px;}
.bottom-nav {margin-bottom: -15px;line-height:40px; text-align:center; font-size:16px; padding: 10px 10px 10px 10px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%;
background-color:#FFF; border:1px solid #e3e3e3; border-radius:3px; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {border-right:1px solid #e3e3e3;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:38px;
color:#444; border-right:1px solid #e3e3e3; margin-right:-4px;}
.navigation span, .pagi-nav a:hover {background-color:#28a1d8; color:#fff;}
.navigation span.nav_ext {background-color:transparent; color:#888;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}


/* FOOTER
----------------------------------------------- */
.fcols {padding:30px 40px;}
.fbottom {background-color:#f4f4f4; padding:20px; box-shadow:inset 0px 15px 15px -15px rgba( 0, 0, 0, 0.15 );}
.fmenu {width:25%; float:left; color:#656565;}
.fmenu-title {margin-bottom:15px; font-size:20px;}
.fmenu-title .fa {color:#28a1d8;}
.fmenu a {display:block; color:#727272; margin-bottom:7px; padding-left:25px;}
.fmenu a:before {content:"\f105"; margin-right:7px; font-family:'FontAwesome'; color:#28a1d8;}
.fmenu a:hover {color:#28a1d8; text-decoration:underline;}
.fsoc {float:right; text-align:right; padding:20px; display:inline-block;
background-color:#f7f8f9; box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.15);}
.fbottom div {line-height:31px;}
.counters {display:inline-block; height:31px; min-width:88px;}


/* SHARE
----------------------------------------------- */
.share {width:65px; height:390px; position:fixed; z-index:100000; right:-10px; top:50%; margin-top:-175px; transform:scale(0.7,0.7);}
.share a {display:block; width:65px; height:65px; margin-bottom:15px; 
box-shadow:0 0 20px 0 rgba(0,0,0,0.15); background:url(../images/share.png) 0 0 no-repeat;}
.share a:last-child {margin:0;}
.share a:nth-child(2) {background-position:0 -80px;}
.share a:nth-child(3) {background-position:0 -163px;}
.share a:nth-child(4) {background-position:0 -244px;}
.share a:nth-child(5) {background-position:0 -325px;}


/* FULL
----------------------------------------------- */
.full-header {margin-bottom:20px;}
.full-header h1, .rel-title {font-size:21px; margin-bottom:20px;}
.full-header-meta, .full-header-meta a {color:#9b9b9b;}
.full-header-meta > span {margin-right:20px;}
.full-header-meta .fa {margin-right:5px;}

.full-bottom-meta {background-color:#f4f4f4; padding:20px; margin:20px -20px; align-items:center;
box-shadow:inset 0px 15px 15px -15px rgba( 0, 0, 0, 0.15 ),inset 0px -15px 15px -15px rgba( 0, 0, 0, 0.15 );}
.full-bottom-meta .short-fav {display:inline-block; vertical-align:middle; margin-right:20px;}
.full-bottom-meta .short-author, .full-bottom-meta .short-author div {display:inline-block; vertical-align:middle; margin:0;}
.full-bottom-meta .short-rate {width:auto; position:static;}
.full-bottom-meta .short-rate .ratingtypeplusminus {padding:5px 10px; margin:0 5px; text-align:center; min-width:60px;}
.full-bottom-meta .short-rate a, .full-bottom-meta .short-rate div {display:inline-block; vertical-align:middle;}
.full-bottom-meta .short-rate .ratingplus {color:#fff; background: linear-gradient(to bottom, #46c408 , #390);}
.full-bottom-meta .short-rate .ratingminus {color:#fff; background: linear-gradient(to bottom, #db3a1a , #c42708);}
.back-btn {margin-left:20px;}


/* RELATED, LOAD
----------------------------------------------- */
.slider-rel {margin:0 -20px;}
.load-rel {display:block; text-align:center; font-size:18px; margin:20px 0;}
.loaded-rels {padding:20px 0;}
.load-item {height:170px; width:31.33%; margin:0 1% 20px 1%;}
.grid-thumb + .load-rel {margin-top:-20px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:20px auto;}
.mejs-container {max-width:100% !important;}
.full-text {font-size:16px; line-height:24px; color:#5c5c5c; padding-bottom:20px;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px auto;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#007ac2;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700; color:#007ac2; text-transform:uppercase;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:none; margin-left:40px; display:block; position:relative;}
.full-text > ul li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin-bottom:20px;}


/* COMMENTS
----------------------------------------------- */
.add-comm-form {position:relative; padding:20px; margin:0 -20px 20px -20px; border-top:1px dashed #e3e3e3; border-bottom:1px dashed #e3e3e3;}
.ac-soc {position:absolute; right:21px; top:14px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px;}
.ac-submit {}

.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:block;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.full-comms {padding-top: 20px;}

.comm-item {padding-left:70px; margin-bottom:20px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:50%; 
box-shadow:0 0 0 5px #fff,0 0px 15px 0 rgba(0,0,0,0.2);}
.comm-right {width:100%; float:right; background-color:#f5f5f5; box-shadow:0 2px 4px 0 rgba(0,0,0,0.1); padding:10px; position:relative;}
.comm-right:after {right: 100%; top:15px; border: solid transparent; content: " "; height: 0; width: 0;
position: absolute; border-color: rgba(255, 255, 255, 0); border-right-color: #f5f5f5; border-width: 10px;}

.comm-one {padding:0 80px 10px 0; position:relative; font-size:14px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {color:#6382b1; text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; padding-bottom:10px; font-size:15px; font-family: Georgia, serif;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#6382b1; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f5f5f5;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f5f5f5;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#390; color:#fff;}
.lb-menu a .fa {color:#444;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%; background-color:#FFF;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f5f5f5; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:50%; text-align:center;}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {-webkit-animation-duration: 1000ms;animation-duration: 1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeOut {0% {opacity: 1;}  100% {opacity: 0;}}
@keyframes fadeOut {0% {opacity: 1;}  100% {opacity: 0;}}
/* Owl Carousel - Auto Height Plugin */
.owl-height {transition: height 500ms ease-in-out;}
/* Core Owl Carousel CSS File */
.owl-carousel {display: none;-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand; user-select: none;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;
-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-item img {display: block;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}
.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
/* No Js */
.no-js .owl-carousel {display: block;}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
.owl-carousel .owl-item img {}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;
background: url("../style/owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover {transition: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;
background-size: contain;transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;}

.owl-controls {position:relative; z-index:998;}
.owl-nav {}
.owl-prev, .owl-next {width:30px; height:240px; text-align:center; line-height:240px; 
position:absolute; top:-20px; color:#c9c7ca; font-size:18px;}
.owl-prev {left:-20px;}
.owl-next {right:-20px;}
.owl-nav div:hover {background-color:#28a1d8; color:#FFF;}
#owl-slider .owl-controls, #owl-rel .owl-controls {position:absolute; top:0; right:0; left:0;}
.owl-dot {width:10px; height:10px; border-radius:50%; background-color:#fff; display:inline-block; margin:5px;}
.owl-dot.active {background-color:#d7295e;}


/* ADAPTIVE
----------------------------------------------- */

@media screen and (min-width: 1221px) {
.show-menu, .mob-menu { display: none !important; }
}
@media screen and (max-width: 1220px) {
.wrap {padding:0;}
.center {max-width:1000px;}
.wrapin, .topper {border-radius:0;}
.header-menu {display:none;}
.grid-thumb .short-img {height:390px; margin:20px 0;}
.fcols {padding:20px;}
.fbottom {padding:20px;}
.show-menu {border-radius:50%; width:50px; height:50px; text-align:center; line-height:50px; background-color:#28a1d8; color:#fff; 
position:absolute; top:10px; left:250px; cursor:pointer; display:block; font-size:24px;}
.topmenu ul {display:none;}
.mob-menu {position:absolute; left:0; top:100%; width:100%; background-color:#FFF; z-index:887; 
box-shadow:0px 0px 15px 0px rgba( 0, 0, 0, 0.15 ); padding:10px 0;}
.mob-menu > li {float:none; border-bottom:1px dashed #c9c7ca; border-right:0;}
.mob-menu > li > a {display:block; padding:5px 20px; color:#444;}
.mob-menu > li > a:hover {background-color:#f2f2f2;}
.mob-menu .hidden-menu {top: auto; width:100%;}
.hidden-menu {background:#28a1d8;}
.hidden-menu a {color:#fff; border-bottom: 1px solid #248cbb;}
.hidden-menu a:hover { background-color: #248cbb;}

.load-item {height:180px; width:48%; margin:0 1% 20px 1%;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.top-line {padding:10px 10px;}
.add-news {position:absolute; right:20px; top:10px; width:190px; text-align:center; font-size:16px;}
.cols {padding:20px;}
.side {width:100%; margin-right:0; float:none; margin-top:20px;}
.main {width:100%; float:none; min-height:300px;}
.grid-thumb .short-img {height:140px; margin:30px 0;}
.side {display:flex; flex-flow:row wrap; justify-content:space-between;}
.side-box {width:48.5%;}
.short-img img {max-width:100% !important; max-height:none !important;}
.fmenu {width:50%; margin-bottom:20px;}
.fsoc {float:none; width:100%; text-align:center;}
.grid-select div {margin-left: 0px; display: inline-block;}
.load-item {height:200px; width:48%; margin:0 1% 20px 1%;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.clock {display:none;}
.share {display:none;}
.topper {display:block; text-align:center;}
.short {padding-right:0;}
.short:before {display:none;}
.short-side, .short-rate {display:none;}
.grid-thumb .short-img {height:160px; margin:0;}

.full-bottom-meta .short-rate {display:block;}
.load-item {height:150px; width:48%; margin:0 1% 20px 1%;}

.comm-one > span:nth-child(3), .comm-one > span:nth-child(1), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.header-in {padding:25px 0;}
.center {max-width:480px;}
.grid-select:before {display: flex;}
.grid-thumb .short-img {height:400px;}
.fmenu {width:100%; margin-bottom:20px; float:none;}
.fmenu-title {font-size:18px;}
.side-box {width:100%;}

.full-header h1, .rel-title, .grid-list .short-title {font-size:18px;}
.full-header-meta, .full-header-meta a {font-size:14px;}
.full-bottom-meta > div:first-child {width:100%; margin-bottom:10px;}
.load-item {height:130px; width:48%; margin:0 1% 8px 1%;}

.comm-one > span:nth-child(4) {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc:before {display:none;}
.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
	.image-radius {
	text-align: center;
    border-radius: 10px;  /* Скругление углов изображения */
	    width: 100%;
    display: block;
    height: 100%;
}
.center22 {max-width:320px;}
.sorter, .icons-menu li:first-child {display:none;}
.logotype {width:140px; padding-top:0px; left:0px;}
 h6 {font-size: 28px; line-height: 76px;}
.show-menu {left:160px;}
.icons-menu {right: 5px;}
.sticky .show-menu {left:160px;}
.grid-select:before {display: flex;}
.slider {height:200px;}
.slide {height:160px;}
.owl-prev, .owl-next {height:200px; line-height:200px;}
.grid-thumb .short-main {padding:6px;}
.grid-thumb .short-img {height:250px;}
.short-bottom {margin-top:10px;}
.grid-thumb .short {margin:0 1% 8px 1%;}
.grid-thumb .short-title {font-size: 14px; margin: 5px 5px;}
.fullpreimg {height: auto;}
.back-btn {width:100%; margin:10px 0;}
.load-rel {font-size:16px;}
.load-item img {width:300%; max-width:300%; margin-left:-100%;}
.load-item .slide-title {padding:10px; font-size:16px;}

.comm-two {line-height:18px; font-size:14px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

@media screen and (max-width: 470px) {
.comm-item {padding-left:0px;}
.comm-left {position: fixed;}
.full-text {padding: 5px;}
.quote {margin: 0px; padding: 10px 10px;}
.full-pages {padding: 10px;}
.full-bottom-meta {padding: 0px; margin: 0px;}
.bg-1  {padding: 5px;}
.button.button--wapasha {min-width: 265px; font-size: 1.0em; font-weight: 500;}
}

/* --- Shapka logo --- */
.sticky .header-in {height:50px; padding-top:10px !important; padding-bottom:15px !important;}
.sticky .logotype {height:50px; width: auto; padding-top: 0; top: -10px;}
.sticky .icons-menu {top:10px;}
.sticky .icons-menu a {height:30px; line-height:30px; color: #fff;}
.sticky .icons-menu li:last-child a {width:30px;}
.sticky .show-menu {width:30px; height:30px; top:9px; line-height: 32px; font-size: 13px;}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.tops{
	display:block;
	padding-left:80px;
	position:relative;
	min-height:60px
}
.tops-date,.tops-title,.tops-title2{
	margin-bottom:5px
}

.tops-date{
	font-size:14px
}
.tops-title{
	color:#7795c4;
	font:15px Tahoma,Geneva,sans-serif
}
.fmenu a:before,.full-text>ul li:before{
	font-family:FontAwesome
}
.tops-title2{
	color:#e16d4d;
	font-weight:600
}
.ac-title,.comm-author,.full-header h1,.rate3-comm>span,.rel-title{
	font-weight:700
}
.tops_comm{
	padding: 10px 10px 0px;
	display:block;
	padding-left:10px;
	border-radius:5px;
	border:2px dashed #c9c7ca;
	position:relative;
	min-height:30px;
	margin-bottom:15px
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0.3em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  cursor: pointer;
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu {
  background-color: #333;
  border-radius: 8px;
  z-index: 0;
}

#toggle-menu {
  background: #333;
}

#toggle-menu, 
#menu a {
  padding: 0.5em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #09c;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 5px;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

.count {
    float: right;
    color: #f9f9f9;
    margin: 0px;
    height: 22px;
    line-height: 0px;
    min-width: 22px;
    padding: 10px;
}

.side-box1 {
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba( 0, 0, 0, 0.15 );
    background: #fff;
    margin-bottom: 20px;
    padding: 5px;
    padding-top: 5px;
}
.side-box2 {
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba( 0, 0, 0, 0.15 );
    background: #333;
    margin-bottom: 0px;
    padding: 5px;
}

@media screen and (max-width: 590px){
.side-box1 {
    width: 100%;
}
@media screen and (max-width: 590px){
.side-box2 {
    width: 100%;
}
}
}

/* SHORT STORY VIDEO
----------------------------------------------- */
.short-item {float:left; width:31.8%; background-color:#FFF; margin-right:1.5%; margin-bottom:20px; 
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); border-radius:5px; border:1px solid #ccc}
.go-full {display:block;}
.short-img2 {height:180px; overflow:hidden; border-radius:5px 5px 0 0; position:relative;}
.short-mask {content:""; text-align:center; background-color:rgba(0,0,0,0.3); z-index:10; opacity:0;
position:absolute; top:0; left:0; width:100%; height:100%; transform: scale(0.8);}
.short-views { display:inline-block; height:30px; background:#e84c3d url(../images/sprite.png) left -183px no-repeat; 
color:#FFF; font-weight:bold; padding:0 30px 0 30px; opacity:0; line-height:30px;
position:relative; top:70px; z-index:20; transform: scale(0.8);}
.short-title {height:38px; overflow:hidden; margin:10px 10px; color: #333333; font-weight:700; 
font-size:18px; line-height:20px; text-align:center;text-shadow: 0 1px 0 hsl(174,5%,80%), 0 2px 0 hsl(174,5%,75%), 0 3px 0 hsla(174, 5%, 70%, 0.53), 0 4px 0 hsla(174, 5%, 66%, 0.35), 0 5px 0 hsla(174, 5%, 64%, 0), 0 6px 0 hsla(174, 5%, 62%, 0), 0 7px 0 hsla(174, 5%, 61%, 0), 0 8px 0 hsla(174, 5%, 60%, 0), 0 0 5px rgba(0, 0, 0, 0), 0 1px 3px rgba(0, 0, 0, 0), 0 3px 5px rgba(0, 0, 0, 0), 0 5px 10px rgba(0, 0, 0, 0), 0 10px 10px rgba(0, 0, 0, 0), 0 20px 20px rgba(0, 0, 0, 0);}
.short-item:hover {border-color:#008ace; box-shadow: 0px 1px 4px 0px rgba(0,138,206, 0.6);}
.go-full:hover .short-mask, .go-full:hover .short-views {transform: scale(1.0); opacity:1;}
.go-full:hover .short-title {color:#e84c3d;}

@media screen and (max-width: 1000px) {
.short-item, .shorts-wrap .short-item:nth-child(5n) {width:23.8%; margin-right:1.5%;}
.short-img2 {height:140px; overflow:hidden; border-radius:5px 5px 0 0; position:relative;}
}
@media screen and (max-width: 800px) {
.short-img2 {height:120px;}
}

@media screen and (max-width: 750px) {
.short-item, .shorts-wrap .short-item:nth-child(5n), .shorts-wrap .short-item:nth-child(4n) {width: 31.8%; margin-right:1.5%;}
.shorts-wrap .short-item:nth-child(3n) {margin-right:0;}
}

@media screen and (max-width: 600px) {
.short-item, .shorts-wrap .short-item:nth-child(5n), .shorts-wrap .short-item:nth-child(4n), 
.shorts-wrap .short-item:nth-child(3n) {width:48%; margin-right:2%;}
.shorts-wrap .short-item:nth-child(2n) {margin-right:0;}
}

@media screen and (max-width: 350px) {
.short-img2 {height:140px;}
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 2px rgba(0,0,0,0.3); /*цвет*/
    background:none; /*фон у вас не будет фоновой цвета потому что он на none изменяем его на любой цветом*/
        opacity:.7;
}
 
body::-webkit-scrollbar-thumb {
  border-radius: 5px;	
  background: none; 
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  cursor: pointer;
}

@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
#blink7 {
  font-size: 18px;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}

.top_singlen {
    border: 3px solid #2b2e35;
	border-radius: 12px;
}

.image-radius {
	text-align: center;
    border-radius: 10px;  /* Скругление углов изображения */
	    width: 100%;
    display: block;
    height: 100%;
}

.sticky2 {
  position: fixed;
  z-index: 101;
  margin-top: 60px;
}
.stop {
  position: relative;
  z-index: 101;
}

.video-box embed,.video-box frame,.video-box iframe,.video-box object,.video-box video {
width:100%;
max-width:100%!important;
height:400px;
display:block;
margin:20px auto
}