@font-face {
  font-family: 'Geosl';
  src: url('../fonts/GeoSlb712MediumCBT.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*end of reset */


/* CLASSES */

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Geosl';
}

.left {
  float: left;
}

.right {
  float: right !important;
}

.clear {
  clear: left;
}

.center {
  text-align: center;
}

.w100p {
  width: 100%;
}

.w94p {
  width: 94%;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.invisible {
  display: none;
}

.visible {
  display: block;
}

.hidden {
  overflow: hidden;
}

.center-me {
  display: inline-block;
  zoom: 1;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.no_margin {
  margin: 0px !important;
}

.margin_l10 {
  margin-left: 10% !important;
}

.margin_b10 {
  margin-bottom: 10px !important;
}

.margin_b20 {
  margin-bottom: 20px !important;
}

.margin_t20 {
  margin-top: 20px !important;
}

.margin_l10px {
  margin-left: 10px !important;
}

.margin_l20px {
  margin-left: 20px !important;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

.hide {
  display: none;
}

.show {
  display: block;
}


/***** header start  *******/

header {
  margin: 0 auto;
  min-width: 320px;
  max-width: 760px;
  position: relative;
  font-family: 'Geosl';
}

#top_header {
  height: 68px;
  background: #fff;
  width: 100%;
}

.logo {
  float: left;
  margin-left: 70px;
  margin-top: 15px;
}

.collapse-button {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 32px;
  height: 23px;
  background: url(../images/menu_icon.png) no-repeat;
  cursor: pointer;
}

.collapse-button.expanded {
  background: url(../images/close_menu.png) no-repeat;
}

header .search_icon {
  float: right;
  margin-right: 23px;
  margin-top: 25px;
  cursor: pointer;
  background-image: url(../images/search_icon.png);
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
}

header .profile_icon {
  float: right;
  margin-right: 23px;
  margin-top: 25px;
  cursor: pointer;
  background-image: url(../images/profile_icon.png);
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
}

header .profile_icon.not_logged_in {
  background-image: url(../images/not-logged-down.png);
}

/***** header end  *******/


/***** breadcrumb start  *******/

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-family: Arial;
  font-size: 12px;
  margin-left: 20px;
  float: left;
  width: 90%;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb li a.active {
  color: #777777;
}

.breadcrumb li a::after {
  content: "/";
  display: block;
  z-index: 2;
  float: right;
  margin: 0 5px;
}

.breadcrumb li:last-child a:after {
  content: " ";
}


/***** breadcrumb end  *******/


/***** section start  *******/

section {
  margin: 0 auto;
  min-width: 320px;
  max-width: 760px;
  position: relative;
}

.site_overlay {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(51, 51, 51, 0.5);
  height: 100%;
  z-index: 999;
  left: 0px;
  display: none;
}

.site_overlay.show_overlay {
  display: inline-block;
}


/***** section end  *******/


/***** slider start  *******/

.slider_box {
  width: 100%;
  float: left;
}

.slider-pagination {
  padding-top: 14px;
  height: 13px;
  width: 100%;
  text-align: center;
}

.slider-pagination a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  zoom: 1;
  text-indent: 9999px;
  margin-right: 20px;
}

.slider-pagination a.active {
  background-color: #ba0000;
}

.slider {
  width: 20000em;
  position: relative;
  list-style: none;
}

.box-slider {
  width: 100%;
}

.box-slider img {
  width: 100%;
}

.bottom-holder {
  bottom: 0px;
  left: 0;
  width: 100%;
}

#gallery-page {
  font-family: Georgia;
  position: absolute;
  top: 32px;
  left: 15px;
  color: #fff;
  font-size: 33px;
  display: inline-block;
  height: auto;
  line-height: 0;
  opacity: 1;
}

.box-slider .text-holder {
  bottom: 0px;
}

.box-slider .text-holder .title {
  width: 90%;
  margin-left: 5%;
}

.box-slider .text-holder .title a {
  padding: 0 5px;
  color: #fff;
  font-family: 'Geosl';
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  box-sizing: border-box;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.box-slider .link-box {
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}

.arrows {
  top: 11px;
  bottom: 0;
  height: 10px;
  z-index: 6;
  cursor: pointer;
}

.horoscope .arrows {
  top: 35%;
}

.gallery-holder .arrows {
  top: 36%;
  margin: 0;
}

.arrows img {
  width: 100%;
}

.main-slider-prev, .gallery-slider-prev {
  left: 3px;
}

.horoscope-slider-prev {
  left: -12px;
}

.main-slider-next, .gallery-slider-next {
  right: 0;
}

.horoscope-slider-next {
  right: -12px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 143px;
  bottom: 3px;
  background: url("../images/slider_over.png") no-repeat;
  background-size: cover;
}

.slider_control {
  position: relative;
  margin-top: -3px;
  background: #333333;
  float: left;
  width: 100%;
  height: 38px;
  border-top: 1px solid #4a4a4b;
  border-bottom: 1px solid #696969;
}


/***** slider end  *******/


/***** article start  *******/

.article_list {
  padding: 0 20px;
}

.article_list article {
  margin-top: 22px;
  border-bottom: 1px dashed #333333;
}

.article_list img {
  width: 100%;
}

.article_list h2 a {
  display: inline-block;
  font-family: 'Geosl';
  font-size: 15px;
  color: #333333;
  margin: 18px 0px;
}

.article_list .category_name a,
.bnt_redgadiend,
.test_cont .category_name a {
  float: left;
  border-radius: 4px;
  border: 1px solid #990100;
  padding: 5px 4px 3px 4px; /*padding: 3px 4px; Old Value*/
  background: #be0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #be0000 0%, #a00000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #be0000 0%, #a00000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #be0000 0%, #a00000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#a00000', GradientType=0);
  /* IE6-9 */
  color: #fff;
  font-family: 'Geosl';
  font-size: 13px;
  margin-top: -24px;
  position: relative;
  text-shadow: -2px -1px #990000;
  display: inline-block;
}

.article_list .category_name a:hover, .bnt_redgadiend:hover {
  background: #a00000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a00000 0%, #be0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a00000 0%, #be0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a00000 0%, #be0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00000', endColorstr='#be0000', GradientType=0);
  /* IE6-9 */
}

.view_more {
  background: #171716;
  text-transform: uppercase;
  color: #fff;
  font-family: Arial;
  font-size: 10px;
  padding: 10px 0px;
  width: 60%;
  min-width: 200px;
  border-radius: 4px;
  display: inline-block;
  margin: 25px 0 25px 0;
  text-align: center;
  border: 1px solid #8b8b8a;
  border-right: none;
  max-width: 300px;
}


/***** article end  *******/
.g_title {
  font-family: 'Geosl';
  font-size: 18px;
  color: #333333;
  padding: 0px 0 15px 0;
}

.g_title a {
  color: #333333;
  text-decoration: none;
}

.f_title, .video_box .title {
  font-family: 'Geosl';
  font-size: 22px;
  color: #fff;
  padding: 15px 0 15px 22px;
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #eebfbf;
  border-bottom: 1px solid #eebfbf;
  background: #ba0000;
  position: relative;
}
.video_box .title a {
  color: #fff;
}
.forum_article {
  padding: 0px 22px;
}

.forum_article article {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #333333;
  float: left;
  width: 100%;
}

.forum_article article:last-child {
  border: none;
}

.forum_article .username {
  font-family: Arial;
  font-size: 11px;
  padding: 10px 0px;
  width: 45%;
  float: left;
  border-radius: 14px 0px 14px 14px;
  text-align: center;
  margin-right: 15px;
  background: #be0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #be0000 0%, #a00000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #be0000 0%, #a00000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #be0000 0%, #a00000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#a00000', GradientType=0);
  /* IE6-9 */
}

.forum_article .username a {
  color: #fff;
}

.forum_article .username img {
  margin-right: 5px;
  margin-top: 1px;
}

.forum_article h2 a {
  font-family: 'Geosl';
  font-size: 14px;
  color: #333333;
  float: left;
  width: 45%;
}

.video_box {
  float: left;
  width: 100%;
  background: #990101;
}

.video_box .title {
  border-radius: 0px;
  background: #990101;
  margin-top: -1px;
  border-top: 1px solid rgba(221, 170, 170, .3);
  border-bottom: none;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}

.video_box .cont, .vote_box .cont {
  padding: 0 22px;
}

.video_box .cont img {
  width: 100%;
  margin-bottom: 20px;
}

.video_box .cont h2 a {
  font-family: 'Geosl';
  font-size: 16px;
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 22px;
}

.video_box .cont h2 {
  width: 100%;
}

.video-thumb {
  width: 305px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
}

.galery_box, .galery_box .title {
  background: #333333;
}

.vote_box {
  background: #fff;
  margin-top: 5px;
}

.view_more.bnt_red {
  border: 1px solid #dc7f7f;
  border-right: none;
  background: #ba0000;
}

.view_more.bnt_blue {
  border: 1px solid #7fc5f1;
  border-right: none;
  background: #008ce3;
  color: #fff;
}

.view_more.bnt_grey {
  border: 1px solid #f5f5f5;
  background: #ececec;
  color: #333333;
}

.vote_box .title {
  padding-left: 0px;
}

.vote_box .cont h2 a {
  color: #333333;
}

.vote_box .title {
  background: #fff;
  border: none;
  color: #333333;
  text-align: center;
  position: relative;
  font-size: 20px;
}

.vote_box .left_side, .vote_box .right_side {
  background: #333333;
  position: absolute;
  width: 18%;
  height: 15px;
}

.vote_box .left_side {
  left: 0px;
}

.vote_box .right_side {
  right: 0px;
  top: 15px;
}

footer {
  margin: 0 auto;
  min-width: 320px;
  max-width: 760px;
  position: relative;
}

.footer_cont {
  border-top: 1px solid rgba(51, 51, 51, .3);
  background: #333333;
  padding: 22px;
}

.test_box {
  margin-top: -20px;
  width: 100%;
  background: url(../images/test_back.png) no-repeat;
  background-size: 100%;
  float: left;
  padding-top: 10px;
}

.test_box .two_colum {
  width: calc(47% - 25px);
  margin-left: 25px;
  float: left;
}

.test_box .two_colum .title {
  font-family: 'Geosl';
  font-size: 22px;
  color: #333333;
  padding: 15px 0 15px 0px;
  position: relative;
  display: inline-block;
}

.test_box .test_arrow {
  left: 52px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.test_box p a {
  font-family: 'Geosl';
  font-size: 14px;
  color: #333333;
  padding: 15px 0 25px 0px;
  position: relative;
  display: inline-block;
}

.soc_icon {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.soc_icon>span {
  display: inline-block;
  width: 60%;
  max-width: 300px;
}

.footer_cont h3 {
  margin-top: 15px;
}

.footer_cont h3, .footer_nav li a {
  font-family: Arial;
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
  display: inline-block;
}

.footer_nav {
  margin-top: 20px;
}

.search_box {
  position: absolute;
  width: 100%;
  left: 0px;
  background: #ececec;
  height: 91px;
  top: 68px;
  z-index: 1000;
  text-align: center;
  display: none;
}

#search-form {
  padding: 23px;
}

.search_box .input-text {
  color: #808080;
  width: 98%;
  font-family: 'Geosl';
  font-size: 14px;
  padding: 9px 0px 9px 8px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #808080;
  font-family: 'Geosl';
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #808080;
  font-family: 'Geosl';
  font-size: 14px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #808080;
  font-family: 'Geosl';
  font-size: 14px;
}

.search_box input.submit {
  border: 1px solid #fff;
  width: 40px;
  background: #fff url(../images/search_icon_active.png) no-repeat center;
  border-left: 1px solid #c4c4c4;
  height: 22px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  float: right;
  margin-top: -29px;
  margin-right: 7px;
}

.close_search {
  position: absolute;
  top: -68px;
  cursor: pointer;
  right: 0px;
  width: 52px;
  height: 68px;
  z-index: 1000;
  background: #ececec url(../images/search_icon_close.png) no-repeat center center;
}

.big_title {
  font-family: 'Geosl';
  font-size: 22px;
  color: #07070a;
  width: 100%;
  padding: 22px 0;
  background: #ececec;
  text-align: center;
}

.form .input-text {
  background: #ececec;
  color: #807f7f;
  font-family: Arial;
  font-size: 12px;
  padding: 10px 0px;
  width: 57%;
  min-width: 150px;
  border-radius: 4px;
  display: inline-block;
  margin: 25px 0 25px 0;
  padding-left: 22px;
  border: 1px solid #f5f5f5;
  border-right: none;
}

.login .input-text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 40px;
  width: 51%;
  margin-bottom: 0px;
  background-position: 10px 8px !important;
}

.login .input-text.email {
  background: #ececec url(../images/email_icon.png) no-repeat;
}

.login .input-text.email:focus {
  background: #ececec url(../images/email_icon_a.png) no-repeat;
}

.input-text.username {
  background: #ececec url(../images/user_login_icon.png) no-repeat;
}

.input-text.username:focus {
  background: #ececec url(../images/user_login_icon_a.png) no-repeat;
}

.input-text.password {
  background: #ececec url(../images/pass_login_icon.png) no-repeat;
  background-position: 10px 6px !important;
}

.input-text.password:focus {
  background: #ececec url(../images/pass_login_icon_a.png) no-repeat;
}

@media screen and (min-width: 480px) {
  .login .input-text {
    width: 55%;
  }
}

.inactive {
  font-family: Arial;
  font-size: 10px;
  background: #231f20;
  color: #fff;
  padding: 20px 0;
  width: 82%;
  margin-left: 9%;
  border: 1px solid #5a5758;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.inactive>span {
  background: #fff;
  padding: 1px 5px;
  color: #231f20;
  border-radius: 20px;
  margin-right: 5px;
}

.forgot_pass, .input-checkbox label {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  float: left;
  width: 100%;
}

.login input:-moz-placeholder {
  color: #808080;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}

.login input:-ms-input-placeholder {
  color: #808080;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}

.login input::-webkit-input-placeholder {
  color: #808080;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}

.login input[type="checkbox"] {
  display: none !important;
}

.login input[type="checkbox"]+label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/check_box.png) left top no-repeat;
  cursor: pointer;
}

.login input[type="checkbox"]:checked+label span {
  background: url(../images/check_box.png) 0px -24px no-repeat;
}

.login input[type="radio"], .test_cont input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

.login input[type="radio"]+label, .test_cont input[type="radio"]+label {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.login input[type="radio"]+label:before, .test_cont input[type="radio"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  height: 20px;
  width: 20px;
  background: white;
  left: 0px;
  box-shadow: inset 0px 0px 0px 5px white;
  -webkit-box-shadow: inset 0px 0px 0px 5px white;
  -moz-box-shadow: inset 0px 0px 0px 5px white;
  -o-box-shadow: inset 0px 0px 0px 5px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border: none;
}

.login input[type="radio"]:checked+label:before, .test_cont input[type="radio"]:checked+label:before {
  background: #ba0000;
}

.bnt_facebook {
  background: #314a7e url(../images/facebook.png) left -2px no-repeat;
  border: 1px solid #98a4be;
}

hr {
  border: 1px dashed #333333;
  margin: 0 20px;
  width: calc(100% - 40px);
}

.login hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login h4 {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  width: 100%;
}

.input-radio>div {
  background: #ececec;
  width: 29%;
  padding: 1% 3%;
  margin-left: 10%;
  float: left;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  text-align: center;
}

.input-text.captcha {
  width: 21%;
}

.register_grey_box {
  background: #ececec;
  border-radius: 6px;
  float: left;
  margin-left: 20px;
  width: calc(100% - 50px);
  padding-bottom: 20px;
}

.register_grey_box>h3 {
  font-size: 13px;
  text-align: center;
}

.register_grey_box .input-checkbox label {
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.login.register input[type="checkbox"]+label span {
  background: url(../images/check_box_red.png) left top no-repeat;
  cursor: pointer;
}

.login.register input[type="checkbox"]:checked+label span {
  background: url(../images/check_box_red.png) 0px -24px no-repeat;
}

.profile {
  font-family: Arial;
  font-size: 12px;
  color: #818181;
}

.profile hr {
  margin: 20px 0;
  width: 100%;
  float: left;
}

.profile div>span {
  color: #333333;
}

.profile .bnt_facebook {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px;
}

.profile h2 {
  color: #0a0a0a;
  font-family: 'Geosl';
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  margin-left: 10px;
}

.profile > img.left{
    width: 102px;
}

.profile .see_profile {
  color: #0a0a0a;
  font-family: Arial;
  padding: 10px 30px 10px 15px;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  float: left;
  background: #ececec url("../images/right_arrow_black.png") no-repeat 92% 45%;
}

.profile_nav {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.profile_nav li {
  display: inline;
  float: left;
  width: 33.05%;
}

.profile_nav li a {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  float: left;
  font-family: Arial;
  padding: 10px 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #333333;
  color: #fff;
  width: 100%;
}

.profile_nav li a.active, .profile_nav li a:hover {
  color: #0a0a0a;
  background: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 480px) {
  .profile h2, .profile>.p_info {
    width: 55%;
  }
}

.setings h2 {
  font-size: 22px;
  margin-left: 0px;
}

.setings h2 img {
  margin-right: 10px;
  margin-top: 2px;
}

.login.setings h3 {
  font-family: Arial;
  font-size: 12px;
}

.setings .textarea_box {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  float: left;
  margin-left: 10px;
  width: 81%;
  height: 119px;
}

.setings .textarea_box:after, .setings .textarea_box:before {
  right: 100%;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.setings .textarea_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: 10px;
}

.setings .textarea_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000;
  border-width: 11px;
  margin-top: 9px;
}

.textarea_box textarea {
  border: none;
  width: 97%;
  height: 107px;
  padding: 5px;
}

.textarea_box textarea:focus {
  border: none;
}

@media screen and (min-width: 300px) {
  .setings .textarea_box {
    width: 55%;
  }
  .textarea_box textarea {
    width: 93%;
  }
}

@media screen and (min-width: 550px) {
  .setings .textarea_box {
    width: 72%;
  }
  .textarea_box textarea {
    width: 93%;
  }
}

@media screen and (min-width: 780px) {
  .setings .textarea_box {
    width: 81%;
  }
  .textarea_box textarea {
    width: 93%;
  }
}

.setings .register_grey_box {
  background: none;
}

.setings.login .input-text {
  width: 94%;
  margin-top: 10px;
}

.setings.login label {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
}

.email_info {
  font-family: Arial;
  font-size: 11px;
  color: #818181 !important;
}

@media screen and (max-width: 550px) {
  .setings.login .input-text {
    width: 86%;
  }
}

.setings .input-checkbox label {
  font-size: 10px;
  text-align: left;
}

.setings input[type="checkbox"]+label span {
  background: url(../images/check_box.png) left top no-repeat;
  cursor: pointer;
}

.setings input[type="checkbox"]:checked+label span {
  background: url(../images/check_box.png) 0px -24px no-repeat;
}

.setings .input-radio>div {
  width: 38%;
}

.profile_box {
  position: absolute;
  width: 100%;
  left: 0px;
  background: #ececec;
  top: 68px;
  z-index: 1000;
  text-align: center;
  display: none;
}

.close_profile {
  position: absolute;
  top: -68px;
  cursor: pointer;
  right: 50px;
  width: 52px;
  height: 68px;
  z-index: 1000;
  background: #ececec url(../images/profile_icon_open.png) no-repeat 45% center;
}
.close_profile.not_logged_in {
  background: #ececec url(../images/not-logged-up.png) no-repeat 45% center;
}

.profile_box ul {
  margin-left: 10%;
  margin-bottom: 15px;
}

.profile_box li {
  text-align: left;
  margin-top: 15px;
}

.profile_box li a {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}

.profile_box li a img {
  margin-right: 10px;
}

.test {
  font-size: 22px;
  margin: 10px 0 10px 20px;
}

.pagination {
  margin: 0 20px;
  font-family: Arial;
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px dashed #333333;
}

.pagination a {
  margin: 0 15px;
}

.test_cont {
  margin: 0 20px;
  border-bottom: 1px dashed #333333;
}

.test_cont .title {
  font-size: 22px;
  font-family: 'Geosl';
  margin: 10px 0;
  padding-bottom: 10px;
  color: #333333;
  border-bottom: 1px dashed #333333;
}

.test_cont .sub_title {
  font-family: Arial;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
}

.quiz-result {
  color: #818181;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.test_cont p {
  font-family: Arial;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}

.test_cont > p:first-of-type:first-letter {
  float: left;
  font-family: Arial;
  font-size: 55px; /* was 75px */
  line-height: 30px;
  padding-bottom: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.test_cont img {
    max-width: 100%;
}

.test_cont h2 {
  font-size: 18px;
  font-family: 'Geosl';
  margin: 10px 0;
  color: #333333;
}

.test_cont .input-radio>div {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}

.test_cont input[type="radio"]+label {
  padding-left: 30px;
  cursor: pointer;
}

.test_cont input[type="radio"]+label:before {
  border: 1px solid #333333;
}

.qiuz_otgovor.test_cont p:first-letter {
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
}

.qiuz_otgovor .category_name a {
  padding: 3px 15px;
  border-radius: 0px;
  border: 1px solid #d88f91;
}

.test_cont h4 {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
}

.test_cont h5 {
  font-size: 18px;
  font-family: 'Geosl';
  margin: 10px 0 20px 0;
  color: #333333;
}

.test_cont .answer-result {
  padding: 5px 4px 3px 4px;
  color: #fff;
  font-family: 'Geosl';
  font-size: 13px;
  margin-top: -24px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.answer-right {
  background: #40a440;
  background: -moz-linear-gradient(top, #40a440 0%, #40a440 100%);
  background: -webkit-linear-gradient(top, #40a440 0%, #40a440 100%);
  background: linear-gradient(to bottom, #40a440 0%, #40a440 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a440', endColorstr='#40a440', GradientType=0);
}
.answer-wrong {
  background: #be0000;
  background: -moz-linear-gradient(top, #be0000 0%, #a00000 100%);
  background: -webkit-linear-gradient(top, #be0000 0%, #a00000 100%);
  background: linear-gradient(to bottom, #be0000 0%, #a00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#a00000', GradientType=0);
}
.true {
  color: #40a440;
}
.false {
  color: #be0000;
}

.right_wrong li {
  font-family: Arial;
  font-size: 12px;
  color: #40a440;
  text-transform: uppercase;
  float: left;
  margin: 20px 0 0 0;
}

.right_wrong li::after {
  content: "/";
  display: block;
  z-index: 2;
  float: right;
  margin: 0 5px;
}

.right_wrong li:last-child {
  color: #c61d20;
}

.right_wrong li:last-child:after {
  content: " ";
}

.soc_box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.soc_box li {
  float: left;
  width: 16%;
  text-align: center;
}

.qiuz_otgovor article {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.qiuz_otgovor article img, .last_news article img {
  width: 48%;
  margin-top: 0px;
  margin-right: 4%;
  float: left;
}

.qiuz_otgovor article h2 {
  margin-top: 0px;
}

.qiuz_otgovor article h2 a, .last_news article h2 a {
  width: 48%;
  float: left;
  color: #333333;
  font-size: 14px;
}

.register_grey_box.qiuz_grey {
  margin: 20px;
}

.register_grey_box.qiuz_grey h2 {
  font-size: 18px;
  font-family: 'Geosl';
  margin-top: 20px;
}

.register_grey_box.qiuz_grey .view_more {
  margin: 0 0 10px 0;
}

.last_news {
  padding: 20px;
  background: #333333;
}

.last_news article {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.last_news h2 {
  font-size: 18px;
  font-family: 'Geosl';
  color: #fff;
}

.last_news article h2 a,
div.last_news > h2 > a {
  color: #fff;
}

.test_cont.article {
  border: none;
}

.more_article {
  padding: 20px;
  background: #ececec;
  overflow: auto;
}

.tickets {
  float: left;
  margin-left: 20px;
}

.tickets li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.tickets .bnt_redgadiend {
  margin-top: 0px;
}

.tickets li img {
  margin-right: 5px;
}

.write_coment img{
    width: 110px;
}

.coment_list {
  padding: 20px;
}

.coment_list article {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #333333;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
}

.coment_list .avatar {
  width: 35%;
  margin-right: 2%;
  float: left;
}

.coment_list .content {
  float: left;
  width: 63%;
}

.coment_list .name {
  color: #ba0000;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.coment_list .time {
  color: #828181;
  font-family: Arial;
  font-size: 11px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.coment_list p {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  width: 100%;
  margin-bottom: 15px;
}

.tumps {
  background: #ba0000;
  padding: 2px 15px 2px 8px;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  border-top: 1px solid #eebfbf;
  border-bottom: 1px solid #eebfbf;
}

.tumps>span {
  background: url(../images/tumps.png) no-repeat 0px 0px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: -10px;
}

.tumps.down>span {
  background: url(../images/tumps.png) no-repeat -11px 2px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: -10px;
}

.coment_list .icons {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.article_list .play {
  float: right;
  margin-top: -45px;
  padding: 3px;
  text-align: center;
  position: relative;
  background: #ffffff;
}

.grey_line {
  background: #818181;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  padding: 4px 20px;
}

.statia_view p iframe {
  margin: 25px 0px;
}

.statia_view .overlay {
  bottom: 23px;
}

.article_view_img_wrap {
    position: relative;
}

.statia_view .text_img {
  bottom: 30px;
  position: absolute;
  color: #ffffff;
  font-family: Arial;
  font-size: 11px;
  padding: 4px 20px;
  left: 0;
}

.placeholder_image {
    width: 100%;
}

.statia_view .autor {
  font-family: Arial;
  font-size: 11px;
  padding: 4px 0 4px 0;
  color: #818181;
  margin-top: 10px;
  display: inline-block;
}

/* Responsive Video Fix */

.article .responsive-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.article .responsive-video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* galary start */

.article_list .galery,
.article-galery-image {
  float: right;
  margin-top: -28px;
  padding: 6px 10px;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  text-align: center;
  position: relative;
  background: #ffffff;
  display: inline-block;
}
.article-galery-image {
  margin-top: -47px;
}

.article_list .galery img {
  width: 19px;
  float: left;
  margin-right: 5px;
}

.article_list .galery span {
  display: inline-block;
  float: left;
}

.image_content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.image_content li {
  width: calc(51.2% - 20px);
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.image_content li:nth-child(even) {
  margin-right: 0px;
}

.image_content img {
  height: 235px;
  margin: 0px;
  margin-bottom: -3px;
}

.gallery-popup {
  position: fixed;
  top: 0;
  z-index: 9999;
  max-width: 760px;
  width: 100%;
  /*height: 100%;*/
  overflow-y: scroll;
  padding-bottom: 20px;
  background-color: rgba(42, 40, 40, 0.9);
}


.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/galery_close.png) no-repeat;
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: block;
}

.cycle-nav {
  position: absolute;
  top: 40%;
  z-index: 999;
  width: 100%;
}

.cycle-nav span {
  padding-left: 20px;
  padding-right: 20px;
}

.cycle-nav img {
  width: 34px;
}

.custom-caption {
  font-size: 40px;
  padding: 20px;
  font-family: 'Geosl';
  color: #fff;
  display: inline-block;
}

.gallery-big {
  width: 100%;
  text-align: center;
  position: relative;
}

.gallery-big .cycle-slide>img {
  /*width: 100%;*/
  margin: 0px;
}

.gallery-big .mobile-gallery-item {
  width: 100%;
  float: left;
}

.gallery-big .mobile-gallery-desc {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 0 20px;
  text-transform: none;
  height: 60px;
  overflow: hidden;
}

.gallery-big .mobile-gallery-desc a {
  color: #e43c57;
}

.gallery-big .mobile-gallery-desc a:hover {
  text-decoration: none;
}

.hide2 {
  opacity: 0;
}

.show2 {
  opacity: 1;
}

.big-gallery-prev {
  float: left;
  margin-left: 10px;
}

.big-gallery-next {
  float: right;
  margin-right: 10px;
}

.ui-selectmenu-button.ui-button {
  width: 25%;
  float: left;
  margin-left: 3%;
}

.ui-selectmenu-text {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  text-align: center;
}

.ui-selectmenu-button {
  border: none !important;
}

.ui-button {
  padding: 7px 5px 7px 5px;
}

@media screen and (min-width: 800px) {
  .ui-selectmenu-button.ui-button {
    width: 28%;
  }
}

#not-found {
  height: 410px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

article.comment-item {
  display: none;
}

.grade_num {
  display: inline;
  margin-right: 5px;
}

.not_correct {
  display: inline-block;
}

.campaign-image-header {
  position: relative;
  overflow: hidden;
  max-height: 277px;
}

/* ===== | HIT or SHIT | ====== */
#input {
  text-align: center;
}
.vote_now {
  font-size: 30px;
  font-family: 'Geosl';
  margin-bottom: 15px;
}
.vote_buttons {
    margin-bottom: 30px;
}

div.vote_buttons a {
  float: left;
  width: 48%;
  height: 35px;
  color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 555px) {
  div.vote_buttons a {
    width: 45%;
  }
}

a.hit {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 10px;
}
a.shit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 10px;
}
a.hit:hover, a.shit:hover {
  opacity: 0.9;
}
div.results {
  height: 35px;
  margin-bottom: 5px;
}
div.results div {
  color: #000;
  height: 35px;
  float: left;
  text-shadow: 0px 0px 1px #eee;
  line-height: 35px;
}
div.results div.result-hit {
  background: rgba(64, 164, 64, 0.5);
}
div.results div.result-shit {
  background: rgba(190, 0, 0, 0.5);
}

div.votes {
  width: 100%;
  margin-bottom: 20px;
  color: #333;
  font-style: italic;
  height: 30px;
}
div.votes div {
  float: left;
}
div.votes div.c1, div.votes div.c3 {
  width: 25%;
}
div.votes div.c2 {
  width: 50%;
  color: #666;
}
div.cd {
  height: 30px;
}
div.cd div {
  text-align: center;
  width: 50%;
  float: left;
}
div.cd b {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
div.cd b.hit {
  color: #40a440;
}
div.cd b.shit {
  color: #be0000;
}

a.hit {
  background: #40a440;
  background: -moz-linear-gradient(top, #40a440 0%, #0C740B 100%);
  background: -webkit-linear-gradient(top, #40a440 0%, #0C740B 100%);
  background: linear-gradient(to bottom, #40a440 0%, #0C740B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a440', endColorstr='#0C740B', GradientType=0);
}

a.shit {
  background: #be0000;
  background: -moz-linear-gradient(top, #be0000 0%, #880606 100%);
  background: -webkit-linear-gradient(top, #be0000 0%, #880606 100%);
  background: linear-gradient(to bottom, #be0000 0%, #880606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#880606', GradientType=0);
}
/* HIT or SHIT END */
/* Sitemap */
.rss_all a {
    display: block;
    padding: 5px 0;
    color: #000;
}
@media screen and (max-width: 1200px) {
    body > div > div.cc-window.cc-floating {
      max-width: 100%;
    }
    .image_content img{
        height: 220px;
    }
    .cycle-slide img{
        height: 500px;
    }
}
@media screen and (max-width: 800px) {
    .image_content img{
        height: 160px;
    }
    .cycle-slide img{
        height: 480px;
    }
}
@media screen and (max-width: 500px) {
    .image_content img{
        height: 120px;
    }
    .cycle-slide img{
        height: 420px;
    }
}
@media screen and (max-width: 380px) {
    .image_content img{
        height: 90px;
    }
    .cycle-slide img{
        height: 280px;
    }
}

#no-template-pager li a{
    text-align: center;
    float: left;
    display: inline-block;
    width: 100%;
    background: #000;
    margin-top: 15px;
    overflow: hidden;
}

form.setings > image
{
    width: 102px;
}

/* Sharing Section Article */

.at-share-btn-elements {
  text-align: center;
}

.at-resp-share-element.at-mobile .at-share-btn {
  margin-right: 20px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gray {
  font-weight: bold;
  color: gray;
}

.social-left
{
    float: left;
    margin-bottom: 15px;
}

.social-left.m15
{
    margin-top: 15px;
}

.social-left.mb5
{
    margin-bottom: 5px;
}

.social-left.mb0
{
    margin-bottom: 0px;
}
/* GDPR Fixes */
.gdpr-message{
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 16px;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
}
.gdpr-message strong{
  font-weight: bold;
}
.gdpr-message .check{
  float: left;
  margin-bottom: 10px;
}
.gdpr-message .check-all, .register_grey_box .check-all{
  background-color: #000;
  font-size: 12px;
  color: #FFF;
  padding: 5px 15px;
}
.register_grey_box .parent-email{
  box-sizing: border-box;
  padding: 10px 20px;
}
.register_grey_box .parent-email .info{
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}
.register_grey_box .parent-email label{
  padding-left: 0;
  margin-bottom: 5px;
}
.register_grey_box .check-all{
  font-family: Arial;
  margin-left: 20px;
}
.register_grey_box .gdpr-info{
  font-family: Arial; 
  color: #333333; 
  padding-left: 20px; 
  box-sizing: border-box; 
  font-weight: bold;
  font-size: 11px;
  float:left;
  margin-top: 10px;
  text-transform: uppercase;
}