@charset "UTF-8";
/*-------------------*\
		FONTS
/*-------------------*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=cyrillic,cyrillic-ext');

@font-face {
  font-family: 'Uni Sans Heavy';
  font-weight: normal;
  font-style: normal;
  src:url("/static/bg/shared/fonts/uni_sans_heavy-webfont.eot");
  src:url("/static/bg/shared/fonts/uni_sans_heavy-webfont.eot?#iefix") format("embedded-opentype"),
  	url("/static/bg/shared/fonts/uni_sans_heavy-webfont.woff") format("woff"),
  	url("/static/bg/shared/fonts/uni_sans_heavy-webfont.ttf") format("truetype"),
  	url("/static/bg/shared/fonts/uni_sans_heavy-webfont.svg") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fbe6uj');
  src:  url('../fonts/icomoon.eot?fbe6uj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fbe6uj') format('truetype'),
    url('../fonts/icomoon.woff?fbe6uj') format('woff'),
    url('../fonts/icomoon.svg?fbe6uj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
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;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup, time, map, video {
  display: block;
}

* {
  outline: none;
  box-sizing: border-box;
}

a {
  outline: none !important;
  text-decoration: none;
}

a img {
  border: none;
}

body * {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
}
input,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #f2f2f2;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  font-family: "Comfortaa", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: black;
  font-weight: 700;
}

label {
  display: block;
  margin: 0 0 5px;
  color: #27374c;
  font-size: 14px;
  font-size: 0.875rem;
}

textarea {
  height: 160px;
  padding: 15px;
}

input[type="submit"] {
  height: auto;
}
*, *::after, *::before {
  box-sizing: inherit;
}
h1{font-family: "Comfortaa", sans-serif;font-weight: 700;color: #444fa2 }
i{font-style: normal}
::selection{background-color:#c8d0f7}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e90f";
}
.icon-link:before {
  content: "\e910";
}
.icon-profile:before {
  content: "\e911";
}
.icon-share-icon:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e913";
}
.icon-bliznaci:before, .icon-gemini:before {
  content: "\e901";
}
.icon-deva:before,.icon-virgo:before {
  content: "\e902";
}
.icon-kozirog:before,.icon-capricorn:before {
  content: "\e903";
}
.icon-lav:before,.icon-leo:before {
  content: "\e904";
}
.icon-oven:before,.icon-aries:before  {
  content: "\e905";
}
.icon-rak:before, .icon-cancer:before {
  content: "\e906";
}
.icon-ribi:before,.icon-pisces:before {
  content: "\e907";
}
.icon-scorpion:before,.icon-scorpio:before {
  content: "\e908";
}
.icon-strelec:before, .icon-sagittarius:before {
  content: "\e909";
}
.icon-telec:before, .icon-taurus:before {
  content: "\e90a";
}
.icon-vezni:before,.icon-libra:before {
  content: "\e90b";
}
.icon-vodolei:before, .icon-aquarius:before {
  content: "\e90c";
}
.icon-menu-signs:before {
  content: "\e914";
}
.icon-icons-svg_icon-play:before {
  content: "\e98e";
}
.icon-add-user:before{
  content: "\e916";
}
.icon-user:before{
  content: "\e915";
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 54px;
	width: 54px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
    background: rgba(0, 0, 0, 0.10);
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.slick-prev:hover,
.slick-next:hover{
	outline: none;
    background: rgba(0, 0, 0, 0.40);
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "icomoon";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-next:before{

}
.slick-prev:before {
	margin: 0 3px 0 0;
}
.slick-prev {
	left: 20px;
	z-index:1;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\e900";
}

[dir="rtl"] .slick-prev:before {
  content: "\e900";
}

.slick-next {
  right: 20px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\e90d";
}

[dir="rtl"] .slick-next:before {
  content: "\e90d";
}
body{
	font-family: 'Comfortaa';
	font-weight: 400;
}
.fl{float:left}
.fr{float: right}
.hide {display: none}
.bold-text{font-weight:700}
.rounded-corners{border-radius: 5px;}
.shadow{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
}
.clear:after{content:'';display:block;clear:both}
.main-container {
    width: 980px;
    padding: 0 10px;
    zoom: 1;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.content{
	width: 640px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.aside{
  width: 300px;
  float: right;
  margin-bottom: 30px;
}
.width-980{width:980px}
.mega-banner{margin: 0 0 20px 0;}
.mb-20{margin-bottom: 20px;}
.relative{position: relative}
.absolute{position:absolute}
.banner-first-homepage{right:0;bottom:0}
.hidden{display: none !important}
header .logo img {
	width: 160px;
	height: 63px;
}
header .logo{
	margin: 30px 0;
}
header a {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}
.top-nav ul li {
	float: left;
	position: relative;
}
.top-nav ul li a {
    padding: 15px 10px;
    display: inline-block;
    color: #444fa2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Arial";
}
.top-nav ul li:first-child a {
    padding: 15px 10px 15px 0;
}
.top-nav ul li:before,.top-nav ul li.active:before , .horoscope-by-sign .horoscope-tabs li:before, .horoscope-by-sign .horoscope-tabs li.active:before {
    content: '';
    position: absolute;
    bottom: 0%;
	left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    background: #ffc156;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.top-nav ul li:first-child:before ,.horoscope-by-sign .horoscope-tabs li:first-child:before{
	left: 20%;
}
.top-nav ul li:hover:before,.top-nav ul li.active:before, .horoscope-by-sign .horoscope-tabs li:hover:before, .horoscope-by-sign .horoscope-tabs li.active:before{
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;
  transform-origin:left top;
  -webkit-transform:scale(1, 1);
  -ms-transform:scale(1, 1);
  transform:scale(1, 1);
}
.signs-nav{
	background-color: #444fa2;
	margin: 15px 0 20px 0;
}
.signs-nav ul{
    padding: 31px 0;
}
.signs-nav ul li {
	float: left;
	text-align: center;
	margin-left: 18px;
}
.signs-nav ul li:first-child{
	margin-left: 0;
}
.signs-nav ul li a {
	color: #fff;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 14px;
}
.signs-nav ul li a i{
	color: #ffbe26;
	display: block;
	font-size: 60px;
	padding-bottom: 15px;
}
#horoscope-data{
	background: url('../img/sign-bg.jpg') top center no-repeat;
	padding: 30px;
	position: relative;
}
.horoscope-by-sign .horoscope-tabs li{
	float: left;
	position: relative;
}
.horoscope-by-sign .horoscope-tabs li a{
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	font-weight: 700;
    padding: 15px 13px;
	display: inline-block;
}
.horoscope-by-sign .horoscope-tabs li:first-child a{
	padding: 15px 15px 15px 0;
}
.horoscope-by-sign .horoscope-tabs li.active a,.horoscope-by-sign .horoscope-tabs li:hover a{
	opacity: 1;
}
.horoscope-by-sign .tools{
	padding:60px 0;
	text-align: center;
}
.horoscope-by-sign .tools i{
    color: #ffbe26;
    display: block;
    font-size: 100px;
    padding-bottom: 10px;
}
.horoscope-by-sign .tools .sign-name{
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	margin-bottom: 10px;
}
.horoscope-by-sign .tools .date{
	width: 245px;
	margin: 0 auto;
}
.horoscope-by-sign .tools .date{
	display: inline-block;
}
.horoscope-by-sign .tools .date .list{
    float: left;
    margin: 0 auto;
    width: 225px;
}
.horoscope-by-sign .tools .date .prev-day,
.horoscope-by-sign .tools .date .next-day{
	float: left;
	color: #fff;
}
.horoscope-by-sign .tools .date .next-day.btn-next-inactive,
.horoscope-by-sign .tools .date .prev-day.btn-prev-inactive{
	opacity: 0.5;
}

.horoscope-by-sign .tools ul li{
	color: #ffc456;
	font-weight: 700;
	font-size: 16px;
}
.horoscope-by-sign .wave{
    background-image: url(../img/wave-svg.svg);
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position-x: -4px;
}
.horoscope-by-sign .stars{
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -40px; */
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.circles{
    position: absolute;
    top: 0px;
    left: 30px;
	width: calc(100% - 30px);
}
.circle {
    width: 50px;
    height: 50px;
    background: #374791;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 15px auto;
}
.circle-wrap {
    width: 69px;
/*     height: 69px; */
 /*    background: #fff; */
    border-radius: 50%;
    text-align: center;
   /* margin-right: 58px;*/
	margin-right: calc((100% - 380px) / 4);
    color: #444fa2;
    font-size: 14px;
    font-weight: 700;
	float: left;
}
.circle-wrap:last-child{
	margin-right: 0;
}
.horoscope-tab-content{
	margin-top: 55px;
}
.horoscope-tab-content{
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 140px;
}
.social:after {
	display: block;
	content: '';
	clear: both;
	height: 1px;
	width: 100%;
	background: #eeeeee;
	margin: 40px 0;
}
.social .label{
	font-weight: 700;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	line-height: 24px;
}
.social .social-likes{display: none}
.social .label i {
	color: #ffb534;
	font-size: 20px;
	margin-right: 20px;
	float: left;
}
.social .social-links {
	float: left;
    margin: 40px 15px;
}
.social .social-links  .social-btn-wrapper{
	width: 30px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}
.social-btn-wrapper a.icon-facebook:before{
	color: #4267b2;
}
.social-btn-wrapper a.icon-twitter:before{
	color: #1da1f2;
}
.main-info {
	margin-bottom:20px;
}
.main-info > .label,
.popular-birtdays > .label{
	color: #444fa2;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 40px;
}
.main-info  ul li .label{
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}
.main-info  ul li .text{
	color: #6f6f6f;
	font-size: 14px;
}
.main-info ul li .label:before{
    content: '';
    display: block;
    clear: both;
    background-color: #ffb534;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 30px;
    border-radius: 50%;
    left: 24px;
    position: absolute;
}
.main-info ul li {
    border-left: 1px dashed #d6d6d6;
    padding: 0 0 35px 30px;
}
.main-info ul li:last-child{
	border: none;
}
.popular-birtdays ul li {
    float: left;
    width: 96px;
	height: 96px;
    margin-right: 25px;
	position: relative;
}
.popular-birtdays ul li:last-child {
	margin-right: 0;
}
.popular-birtdays ul li .title{
	position: absolute;
}
.popular-birtdays ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
}

.popular-birtdays ul li a .title {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 79, 162, 0.6);
    color: #fff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    display: table;
    text-align: center;
    font-size: 13px;
}
.popular-birtdays ul li a .title  > span {
    display: table-cell;
    vertical-align: middle;
}
.popular-birtdays ul li:hover .title {
    opacity: 1;
}
.main-info > .label, .popular-birtdays > .label span{
	text-transform: lowercase;
}

footer {
	text-align: center;
	background-color: #363e7a;
	border-top: 15px solid #444fa2;
	padding-bottom: 40px;
}
footer .signs ul li{
	float: left;
}
footer .signs ul li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding: 25px 14px;
    display: inline-block;
}
footer .signs ul li:last-child a{
	padding-right: 0px;
}
footer .signs ul li:first-child a{
    padding-left: 12px;
}
.footer-bar-bottom .rights{
	font-size: 11px;
	color: #fff;
	opacity: 0.4;
	line-height: 18px;
	margin: 15px 0 40px;
}
.footer-bar-bottom i.icon-facebook{
    width: 44px;
    height: 44px;
    background: #fff;
    padding: 14px;
    border-radius: 50%;
    color: #363e7a;
}
.footer-bar-bottom  .social-footer{
	height: 44px;
}
.footer-bar-bottom .about {
	margin-bottom: 15px;
}
.footer-bar-bottom .about a{
	color: #fff;
	font-size: 13px;
	padding: 5px;
}
.footer-bar-bottom  .media-link{
	color: #fff;
	font-size: 13px;
	opacity: 0.5;
}
.dot-spacer{
	display: none;
}
.box-title{
	font-weight: 700;
	font-size: 16px;
	color: #444fa2;
	margin-bottom: 25px;
}
.daily-box {
	padding: 30px 25px;
	width: 400px;
	height: 330px;
	float: left;
}
.daily-box .date{
	color: #b5b5b5;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 25px;
}
.daily-box .body{
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
}
.bday-box {
	width: 220px;
	position: relative;
	margin: 0 20px;
}
.bday-box .text{
	position: absolute;
    bottom: 0;
    color: #fff;
	display: block;
	width: 100%;
    padding: 64px 20px 20px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: -moz-linear-gradient(top, rgba(72,77,162,0) 0%, rgba(72,77,162,0) 1%, rgba(72,77,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(72,77,162,0) 0%,rgba(72,77,162,0) 1%,rgba(72,77,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(72,77,162,0) 0%,rgba(72,77,162,0) 1%,rgba(72,77,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00484da2', endColorstr='#484da2',GradientType=0 ); /* IE6-9 */
}
.bday-box .text span{
	display: block;
}
.bday-box .text .name{
	font-size: 18px;
	line-height: 40px;
}
.bday-box .text .info{
	font-size: 14px;
	font-weight: 700;
}
.special-horoscope{
	width: 300px;
	padding: 30px 25px;
	height: 330px;
}
.special-horoscope ul li a{
	font-size: 13px;
	font-weight: 700;
	color: #2b2b2b;
}
.special-horoscope ul li{
	margin-bottom: 10px;
}
.homepage-list-wrapper{
    padding: 30px 25px;
}
.homepage-list-wrapper ul li{
    float: left;
    width: 290px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}
.homepage-list-wrapper ul li:first-child {
    margin-left: 0;
}
.homepage-list-wrapper ul li .flags-wrapper .section{
	display: none;
}
.homepage-list-wrapper ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.homepage-list-wrapper ul li .title{
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}
.latest-articles{
	width: 305px;
}
.latest-articles.in-aside{
	width: 300px;
}
.latest-articles ul li {
	float: none;	
    margin-left: 0;
	width: 100%;
	margin-bottom: 10px;
}
.latest-articles ul li .image {
	float: Left;
	margin-right: 25px;
}
.latest-articles ul li .image img{
	width: 77px;
	height: 77px;
}
.latest-articles ul li .title{
	padding: 0;
}
.east-horoscope .homepage-list-wrapper{
	padding:0;
}
.east-horoscope ul li .title{
	display: none;
}
.latest-articles {
	margin-right: 20px;
}
.homepage-east-horoscope{
	position: relative;
	margin-right: 20px;
}
.homepage-east-horoscope .title{ 
	position: absolute;
	top: 30px;
	left: 25px;
	color: #fff;
	font-weight: 700;
    font-size: 16px;
}
.bday-wishes-box{
	width: 300px;
	height: 400px;
	padding: 30px 25px;
	overflow: hidden;
}
.bday-wishes-box .date{
	color: #b5b5b5;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px;
}
.bday-wishes-box .body {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
}
.inner-listing-wrapper{
    padding: 30px 25px 0 25px;
}
.inner-listing-wrapper ul li:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	background: #eee;
    margin: 20px 0;
	position: absolute;
    bottom: -20px;
    left: 0;
}
.inner-listing-wrapper ul li .text{
	display: none;
}
.inner-listing-wrapper ul li .title{
	color: #444fa2;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.inner-listing-wrapper ul li {
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
    padding-left: 230px;
    min-height: 155px;
}
.inner-listing-wrapper .list .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.inner-listing-wrapper .list .item .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	width: 210px;
}
.inner-listing-wrapper .list .item .date {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px;
}
.inner-listing-wrapper .flags-wrapper .section{
		display: none;
}
.pagination {
	width: 640px;
}
.pagination .pages{
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 25px;
}
.pagination .pages .page{
	float: left;
}
.pagination .pages .page a{
	font-size: 16px;
	font-weight: 700;
    padding: 9px;
    display: inline-block;
	color: #2d2d2d;
}
.pagination .pages .page.current a{
	color: #444fa2;
	border-bottom: 1px solid #444fa2;
}
.pagination .pages .page:hover a{
	color: #444fa2;
}
.date-wrapper .published {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 700;	
}
.article-title {
	font-size: 18px;
}
.article-title,.date-wrapper,
.article-body,.keywords-wrapper{
	padding: 0 40px;
}
.article-body a{
    color: #374791;
    text-decoration: underline;
}
.article-body {
	font-size: 15px;
	line-height: 24px;
}
.article-body p{
	margin-bottom: 15px;
}
.keywords-wrapper{
	padding: 30px 40px;
}
.keywords-wrapper .label {
    float: left;
    margin-right: 20px;
    font-size: 20px;
}
.keywords-wrapper ul li{
	float: left;
}
.keywords-wrapper ul li a{
	color: #444fa2;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
}
.article-media-wrapper{
	position: relative;
}
.article-media-wrapper .image-info{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
}
.article-media-wrapper img{
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.shodimost_table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: #fff;
}
.shodimost_table td.green_bg {
	background-color:#444fa2;
}
.shodimost_table td.dark_bg {
	background-color: #444fa2;
}
.shodimost_table td.dark_bg .question{
	font-size: 28px;
	font-weight: bold;
	color: white;
	display: block;
	text-align: center;
}
.shodimost_table td {
	background-color:#ffda50;
	border: 1px solid #fff;
}
.shodimost_table a {
	width: 48px;
	height: 48px;
	display: block;
}
.shodimost_table a:hover {
	background: url(../img/circle.png) center center no-repeat #7981CC;
}
.shodimost_table td.green_bg span {
	width: 48px;
	height: 48px;
	display: block;
	background-image: url(../img/horoscope_small_signs_sprite.png);
}

.shodimost .info{
	padding: 30px 25px;
}
.shodimost .info .text{
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
}
.shodimost .date-wrapper {
	display: none;
}
.shodimost .keywords-wrapper{
	display: none;
}
.shodimost .article-body{
	padding: 0 40px 20px 40px;
}
.shodimost .content{
	margin-bottom: 20px;
}

.shodimost_table td.green_bg span i{
	color: #ffbe26;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 49px;
}
.no-image ul li{
	overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    padding-left: 0px;
    min-height: initial;
    width: calc((100% - 70px)/2);
    float: left;
}
.no-image ul li:nth-child(odd){
	margin-right: 20px;
}
.no-image ul li:after{
	display: none;
}
.no-image ul li .title{
    color: #444fa2;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 70px;
	text-align: center;
}
.no-image ul li .date{
	display: none;
}
.article-body {
    padding: 0 40px 40px 40px;
}
.content .ask-alena{
    padding: 30px 25px;
}
.content .ask-alena h1{
	font-size: 18px;
	margin-bottom: 20px;
}
.content .ask-alena p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}
.content .ask-alena a{
	color: #444fa2;
	text-decoration: underline;
}
.alena-info{
	padding: 30px 25px;
}
.alena-info h1{
    font-size: 20px;
	margin-bottom: 20px;
}

.alena_biography{
	font-size: 14px;
	margin-bottom: 10px;
	line-height:24px;
}

.inner-listing-wrapper .heading{
	font-size: 20px;
	color: #444fa2;
}
.inner-listing-wrapper .heading:after{
content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    background: #eee;
    margin: 20px 0;
}
.dreambook-header .signs-nav {
	margin-bottom: 0px;
}
.dreambook-header .alphabet {
	margin-bottom: 20px;
}

.alphabet{
	background: #515db3;
	padding: 20px 0;
}
.alphabet a{
	text-transform: uppercase;
	color: #ffce3a;
	font-weight: 700;
    font-size: 17px;
    padding: 7px;
}
.alphabet a.active,
.alphabet a:hover{
	color: #fff;
}
.dreambook-header + .main-container > .content{
	padding: 30px 25px;
}
.dreambook .letter{
	font-size: 20px;
	color: #444fa2;
	margin-bottom: 25px;
}
.dreambook .letter span{
	font-weight: 700;
	text-transform: uppercase;
}
#dreams-table li{
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    padding-left: 0px;
    min-height: initial;
    width: calc((100% - 70px)/2);
    float: left;
}
#dreams-table li:nth-child(odd) {
    margin-right: 20px;
}
#dreams-table li .description{
	display: none;
}
#dreams-table li.active .description{
	display: block;
}
#dreams-table li a span{
	display: inline-block;
}
#dreams-table li a .name{
	color: #444fa2;
	font-size: 18px;
	font-weight: 700;
}
#dreams-table li a .name::first-letter{
text-transform:uppercase;
}
#dreams-table li.active a .name{
	margin-bottom: 10px;
}
#dreams-table li.active{
	background: #efefef;
}
#dreams-table li {
	padding:10px;
    min-height: 100px;
	border: 1px solid #efefef;
	display: table;
	border-radius: 10px;
}
#dreams-table li a{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#dreams-table li a .description{
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
#dreams-table li:nth-child(odd).active + li + li{
	clear: both;
}
/* Cookies policy */
.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
}

.cc_container .cc_btn {
    line-height: 1em
}

.cc_container .cc_message {
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/logo.png);
    opacity: .9;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
    opacity: 1
}

@media screen and (min-width:500px) {
    .cc_container .cc_btn,
    .cc_container .cc_message {
        font-size: .8em
    }
}

@media screen and (min-width:768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    cursor: pointer;
    text-align: center;
    font-size: .6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
    font-size: .6em;
    display: block
}

@media screen and (min-width:500px) {
    .cc_container .cc_btn {
        font-size: .8em
    }
    .cc_container .cc_message {
        margin-top: .5em;
        font-size: .8em
    }
}

@media screen and (min-width:768px) {
    .cc_container {
        padding: 15px 30px
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media screen and (min-width:992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box
}

.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff;
    background-color: #004f5a;
    transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
    background-color: #fff;
    color: #000
}

.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #3fb6ae;
    -webkit-transition: .2s color;
    transition: .2s color
}

.cc_container a:active,
.cc_container a:hover {
    color: #6fdcd5;
}

.dreambook-header + .main-container > .content:after{
	content: '';
	display: block;
	clear: both;
}
.mobile-shodimost{display: none;}
.mobile-nav-wrapper{display: none}
.logo-white  {display: none}

.list li .image{
	position: relative;
	transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.list li:hover .image {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.list li .image .flags-wrapper .flag.video{
position: absolute;
    width: 25px;
    height: 25px;
    bottom: 15px;
    background-color: #374791;
    border-radius: 50%;
    left: 15px;
}
.list li .image .flags-wrapper .flag.video:before {
    display: block;
    content: '\e98e';
    font-family: icomoon !important;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    color: #fff;
    font-size: 11px;
}
.popular .keywords-wrapper{
	display: none;
}
.ask-alena-mobile{
	display: none;
}
#wrapper-user-data a#login-btn i,
#wrapper-user-data a#account-btn i{
	color: #444fa2;
	width: 30px;
    height: 30px;
    position: relative;
	display: block;
}
#wrapper-user-data a#login-btn i:before,
#wrapper-user-data a#account-btn i:before{
	display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: "icomoon" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}
.top-nav ul li.user{
    height: 46px;
    width: 38px;
}
.top-nav ul li.user a{
	padding: 4px;
}
.top-nav ul li.user:before{
	display: none;
}
#cards-mo-readings-wrapper{
	padding: 40px;
}
#cards-mo-readings-wrapper h1{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#cards-mo-readings-wrapper p{
	margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
	display: table;
}
#cards-mo-readings-wrapper .number{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #838383;
	margin-right: 20px;
	display: table-cell;
	vertical-align: middle;
}
#cards-mo-readings-wrapper .text{
	display: table-cell;
    vertical-align: middle;
	padding: 0 0 0 15px;
}
#cards-mo-readings-wrapper .question{
	margin-bottom: 70px;
	padding: 0;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none;
	color: #aeaeae;
}
#cards-mo-readings-wrapper #submit-button,
#cards-life-wrapper #submit-button{
background-color: #33418c;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    border: none;
    font-family: "Comfortaa";
    font-weight: 700;
    padding: 0 45px;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
	cursor: pointer;
	
}
#cards-life-wrapper #submit-button{
	margin-top: 40px;
}
#cards-mo-readings-wrapper #submit-button:hover,
#cards-life-wrapper #submit-button:hover {
    transition: background-color 2s;
    background-color: #6d7aea;
}
.cards-back{
	width: 117px;
	height: 171px;
	background-image: url('../img/card-back.png');
}
#cards-life-wrapper #wrapper-card-back li.cards-back.selected{
	background-image: url('../img/card-back-selected.png');
}
#cards-life-wrapper #wrapper-card-back li #joker{
	width: 72px;
	height: 105px;
	background-image: url('../img/card-back-jocker.png');
}
#cards-life-wrapper #wrapper-card-back li #joker.selected-joker{
	background-image: url('../img/card-back-jocker-selected.png');
}
#wrapper-card-back li {
	float: left;
	width: 117px;
}
#wrapper-card-back li:first-child {
	margin-right: 10px;
}
#wrapper-card-back{
    width: 284px;
    margin: 0 auto;
	padding: 60px 20px 20px 20px;
}
.cards-mo-description,
#cards-mo-listing-wrapper{
	padding: 0 40px 40px 40px;
}
.cards-mo-description h4,
.title-section-question-cards-mo {
	font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #444fa2;
	margin-bottom: 20px;
}
.cards-mo-description p,
.card-description p,
.card-description div {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
#cards-mo-readings-wrapper #wrapper-data{
    margin-top: 40px;
}
#cards-mo-readings-wrapper .title-section-question{
	font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #444fa2;
    margin-bottom: 20px;
}
#cards-mo-readings-wrapper .text-readings{
	font-size: 14px;
    line-height: 24px;
	margin-bottom: 0px;
	font-weight: 400;
}
#cards-mo-listing-wrapper .image-list li{
    float: left;
    width: 130px;
    margin-right: 10px;
}
#cards-mo-listing-wrapper .image-list li:last-child {
    margin-right: 0px;
}
#cards-mo-listing-wrapper .image-list li p{
	text-align: center;
	color: #000;
	line-height: 30px;
}
.card-description{
	margin-top: 30px;
}
.card-description > span{
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #444fa2;
    margin-bottom: 20px;
	display: inline-block;
}
.cards-header .signs-nav{
	margin-bottom:0;
}
.cards-header  .cards-life-menu-wrapper{
	background-color: #515db3;
	overflow: hidden;
	padding: 30px 0;
}
.cards-header  .cards-life-menu-wrapper ul li{
	float: left;
	margin-right: 20px;
	position: relative;
}
.cards-header .cards-life-menu-wrapper ul li:before{

	content: '';
    position: absolute;
    bottom: 0%;
	left: calc(50% - 15px);
	top: 30px;
    width: 30px;
    height: 2px;
    background: #ffc156;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.cards-header .cards-life-menu-wrapper ul li:hover:before,
.cards-header .cards-life-menu-wrapper ul li.selected-category:before{
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cards-header  .cards-life-menu-wrapper ul li a{
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.cards_life_description{
	padding: 30px 20px;
}
.cards_life_description h1{
	font-size: 16px;
	margin-bottom: 30px;
}
.cards_life_description #description h4{
	font-size: 15px;
	margin-bottom: 30px;
}
.cards_life_description #description h4 a{
    color: #444fa2;
    font-weight: 700;
    font-size: 14px;
    padding-top: 30px;
    display: block;
}
.cards_life_description #description p{
	font-weight: 700;
	line-height: 24px;
	font-size: 15px;
}
#cards-life-wrapper{
	padding: 40px 30px;
}
#cards-life-wrapper h2{
	font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
	color: #444fa2;
}
#cards-life-wrapper #wrapper-card-back{
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}
#cards-life-wrapper #wrapper-card-back li{
    margin-right: 10px;
}
#cards-life-wrapper #wrapper-card-back li:last-child{
    margin-right: 0;
    width: 72px;
    margin-top: 35px;
}
#cards-life-wrapper #wrapper-card-back #joker-title{
	text-transform: lowercase;
text-align: center;
}
#cards-life-wrapper .title-section-question{
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    color: #444fa2;
    margin-bottom: 15px;
}
#cards-life-wrapper .text-readings{
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
#cards-life-listing-wrapper{
    padding: 0px 30px;
}
#cards-life-listing-wrapper .image-list{
	overflow: hidden;
}
#cards-life-listing-wrapper .image-list li{
    float: left;
    width: 137px;
    margin-right: 10px;
}
#cards-life-listing-wrapper .image-list li:nth-child(4),
#cards-life-listing-wrapper .image-list li:nth-child(8){
	margin-right: 0;
}
#cards-life-listing-wrapper .image-list li p {
    text-align: center;
    color: #000;
    line-height: 17px;
    font-size: 14px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}
#cards-life-wrapper .question {
    margin-bottom: 70px;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    color: #aeaeae;
}
@media screen and (max-width: 980px) {
	.fl,.fr{float: none;}
	.relative{position:initial}
	.absolute{position: initial}
	.main-container {width: 100%;padding: 0 20px;}
	header .logo img{margin:0 auto;}
	.top-nav ul{width:100%;text-align:center;}
	.top-nav ul li{float: none;display: block;text-align: left;}
	.top-nav ul li:first-child a{padding: 15px 10px;}
	.signs-nav ul li:nth-child(7){content: '';display: inline-block;clear:both;}
	.signs-nav ul{text-align: center; width:100%;}
	.signs-nav ul li{display: inline-block;float: none;margin-left:0px;    width: calc(100% / 5);}
	.signs-nav ul li a i{font-size: 46px;}
	
	.ask-alena{text-align: center}
	.ask-alena a{display: inline-block;}
	.ask-alena-wrapper.fl{float: none}
	
	.homepage-list-wrapper ul{box-sizing: border-box;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
	.homepage-list-wrapper ul li{float: none;display: inline-block;}
	.homepage-list-wrapper ul li .title{white-space: initial;overflow: hidden}
	.homepage-list-wrapper{padding: 30px 0px}
	.homepage-list-wrapper.shadow{box-shadow: none;-webkit-box-shadow: none}
	footer .signs ul{display: none;}
	
	.main-container .special-horoscope,.main-container .bday-box, .bday-wishes-box{display: none}
	.daily-box{width: 100%;height: initial;}
	
	.homepage-east-horoscope{margin-right: 0px;width: 315px; margin: 0 auto;}
	.homepage-east-horoscope.shadow{box-shadow: none; -webkit-box-shadow: none}
	
	.latest-articles .homepage-list-wrapper ul {box-sizing: initial; white-space: initial;overflow-x: initial;-webkit-overflow-scrolling: initial;-ms-overflow-style: initial;}
	.latest-articles .homepage-list-wrapper ul li{width: calc((100% - 40px) / 3); float: left;margin-right: 20px;}
	.latest-articles .homepage-list-wrapper ul li:last-child{margin-right: 0}
	.latest-articles .homepage-list-wrapper ul li .image{float: none; margin-bottom: 15px; margin-right: 0;}
	.latest-articles .homepage-list-wrapper ul li .image img{width: 100%;height: 100%}
	.latest-articles {width: 100%;margin-right: 0px}
	
	.content {float: none; margin: 0 auto;}
	.aside{display: none;}
	.main-container.sign{padding: 0}
	
	.alphabet > div {width: 100% !important}
	.alphabet a{padding: 15px; display: inline-block;}
	
	.shodimost .article-media-wrapper.mb-20{	margin-bottom: 0px}
	.shodimost .content{padding-top: 20px}
	
	.top-nav  ul{display: none}
	.signs-nav{display: none}
	
	.mobile-menu-icon {
		display: block;
		float: left;
		width: 21px;
		height: 21px;
		overflow: hidden;
		cursor: pointer;
		margin: 30px 20px 0 0;
	}
	.burger-icon, .signs-menu-icon  {
		display: inline-block;
		position: relative;
		width: 21px;
		height: 21px;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
		cursor: pointer;
	}
	.signs-menu-icon {
		margin: 30px 0 0 20px;
	}
	.burger-icon span, .burger-icon:before, .burger-icon:after {
		display: block;
		content: " ";
		width: 21px;
		height: 2px;
		background-color: #374791;
		position: absolute;
		left: 0px;
		top: 9px;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.burger-icon:before {
		-webkit-transform: translateY(-7px);
		-moz-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	.burger-icon:after {
		-webkit-transform: translateY(7px);
		-moz-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	.signs-menu-icon:before {
		display: block;
		content: "\e914";
		position: absolute;
		left: 0px;
		font-size: 21px;
		color: #ffbe26;
		cursor:pointer;
		font-family: icomoon !important;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
		transition: all 400ms;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	header .logo {
		width: calc(100% - 82px);
		float: left;
		margin: 25px 0;
	}
	header .logo img{
		height: 30px;
	}
	html.nav-open .burger-icon span {
		opacity: 0;
	}
	html.nav-open .burger-icon:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #fff;
	}
	html.nav-open .burger-icon:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	    background-color: #fff;
	}
	
	html.nav-open .mobile-nav-wrapper{
		height: calc(100vh - 80px);
		background-color: #3d4ea5;
		background-image: url('../img/clouds_bg_svg.svg');
		background-repeat: no-repeat;
		background-size: 100%; 
	}
	html.nav-open .mobile-nav-wrapper .top-nav ul{
		display: block;
	}
	html.nav-open .mobile-nav-wrapper .top-nav ul li a{
		color: #fff;
		display: block;
		text-transform: initial;
		font-size: 16px;
		font-family: "Comfortaa";
		padding: 20px 40px;
	}
	header .logo .logo-white{display: none}
	html.nav-open header .logo .logo-white,html.nav-signs-open .logo-white  {display: block}
	html.nav-open header .logo .logo-color,html.nav-signs-open .logo-color {display: none}
	html.nav-open header > .top-nav,html.nav-signs-open header > .top-nav{background-color: #394892;}
	.top-nav ul li:before, .top-nav ul li.active:before{
		left: 40px;
		width: 50%;
	}
	.top-nav ul li:first-child:before{
		left:40px;
	}
	html.nav-signs-open .mobile-nav-wrapper .signs-nav{
		display: block;
		height: calc(100vh - 80px);
		background-color: #3d4ea5;
		margin:0;
		background-image: url('../img/clouds_bg_svg.svg');
		background-repeat: no-repeat;
		background-size: 100%; 
	}
	html.nav-signs-open .mobile-nav-wrapper .signs-nav ul{
		height: 100%;
	}
	html.nav-signs-open .mobile-nav-wrapper .signs-nav ul li{
		margin-left: 0px;
		width: calc(100% / 3);
		height: calc(100% / 4);
		float: left;
		overflow: hidden;
	}
	html.nav-signs-open .burger-icon,html.nav-open .signs-menu-icon{display: none}
	.in-article .homepage-list-wrapper{
		width: 640px;
		margin: 0 auto;
	}
	.mobile-nav-wrapper{
		overflow: auto;
	}
	.reg-btns {
		padding: 30px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		width: calc(100% - 80px) !important;
		margin: 30px auto;
	}
	.reg-btns li{
		float: left !important;
	}
	.reg-btns li:before{
	
	}
	html.nav-open .mobile-nav-wrapper .top-nav ul.reg-btns li:first-child {
		float: left;
		width: 40%;
		margin-right: 20px;
	}

	html.nav-open .mobile-nav-wrapper .top-nav ul.reg-btns li:first-child a{
		background: #ffbe26;
		border: 1px solid #ffbe26;
		color: #fff;
		border-radius: 25px;
		font-size: 13px !important;
		width: 100%;
		line-height: 4px !important;
	}
	.reg-btns li:nth-child(2){
		width: calc(60% - 20px);
	}
	html.nav-open .mobile-nav-wrapper .top-nav ul.reg-btns li a{
		padding: 20px 0;
		text-align: center;
		font-size: 13px;
		background-color: #33418c;
		border-radius: 25px;
		border: 1px solid #fff;
		height: 44px;
		line-height: 4px;
	}
	html.nav-open .mobile-nav-wrapper .top-nav ul.reg-btns li:before{
		display: none;
	}
	.profile-btns:after{
		content: '';
		display: block;
		width: calc(100% - 80px);
		height: 1px;
		background-color: rgba(255, 255, 255, 0.20);
		margin: 0 auto;
	}
	.top-nav ul li.user{
		width: 50%;
		height: initial;
	}
	.top-nav ul li.user:before{
		display: none;
	}
	.top-nav ul li.user #wrapper-user-data a#account-btn i{
		color: #ffbd25;
		float: left;
		margin-right: 10px;
	}
	.top-nav ul li.user #wrapper-user-data a{
		line-height: 29px;
		color: rgba(255, 255, 255, 0.5);
		padding: 20px 36px;
	}
	::-webkit-scrollbar {
		width: 8px;
		height: 2px;
		background: transparent;
	}

	::-webkit-scrollbar-thumb {
		border: 2px solid transparent;
		background-clip: padding-box;
		-webkit-border-radius: 4px;
		background-color: #444fa2;
	}

	::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none;
	}

	::-webkit-scrollbar-corner {
		background-color: transparent;
	}
	
	.cards-header .cards-life-menu-wrapper{padding: 30px 20px;}

}
@media screen and (max-width: 640px) {
	.content {width: auto;}	
	.horoscope-tabs, .popular-birtdays ul {box-sizing: border-box;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
	.horoscope-by-sign .horoscope-tabs li, .popular-birtdays ul li{float: none;display: inline-block;}
	.horoscope-by-sign .wave {background-size: 102%;}
	
	.pagination{width: auto}
	.pagination .pages{width: auto}
	.pagination .pages .page{    width: calc(100% / 11);    text-align: center;}
	.shadow{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
	.inner-listing-wrapper {padding:30px 0 0 0}
	.inner-listing-wrapper .list .item .image{width: auto;}
	.inner-listing-wrapper .list .item .image img { width: 100%;}
	.inner-listing-wrapper .list .item .image {margin:0 auto;position: relative;margin-bottom: 10px}
	.inner-listing-wrapper ul li{padding-left:0;padding-bottom: 30px;}
	.inner-listing-wrapper ul li .title, .inner-listing-wrapper .list .item .date{margin: 0 auto;margin-bottom: 5px}
	.article-title, .date-wrapper, .article-body, .keywords-wrapper{padding:0}
	.keywords-wrapper{margin: 30px 0;}
	
	.popular-birtdays ul li:hover .title {opacity: 0}
	#dreams-table li{width: 100%; min-height: 65px;}
	#dreams-table li:nth-child(odd){margin-right:0}
	.dreambook-header + .main-container > .content{padding: 30px 0;}
	.dreambook-header .alphabet {text-align: center;box-sizing: border-box;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
	.alphabet a{width: calc(100% / 7);}
	.shodimost .article-body{padding: 0 0 20px 0;}
	.shodimost_table{display: none}
	.mobile-shodimost{display: block;}
	

	.custom-select{position: relative;display:block;max-width: 400px;min-width: 180px;margin:0 auto;}
	.custom-select select {border: 1px solid #d2d2d2;outline:none;background: transparent;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 5px;margin:0;display:block;width: 100%;
	cursor: pointer;padding: 12px 55px 15px 15px;font-size: 14px;}
	.custom-select:after{position: absolute;right: 0;top: 0;height: 100%;line-height: 50px;content: '\e900';text-align: center;z-index: -1;color: #444fa2;font-size: 18px;font-family: 'icomoon' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: rotate(270deg);   font-size: 12px;}
	.mobile-shodimost label{margin-bottom: 20px}
	.daily-box{padding: 0}
	.content .ask-alena,.alena-info,.shodimost .info{padding:0}
	.ask-alena{text-align:left}
	
	.in-article .homepage-list-wrapper{width: auto}
	.mega-banner{margin: 0}
	.ask-alena-mobile{display: block;}
	.content > .ask-alena{display: block;}
	.ask-alena{display: none;}
	#horoscope-data.rounded-corners{border-radius: 0px}
	.banner-first-homepage{margin-top: 20px;}
	
	#cards-mo-readings-wrapper{padding:0px}
	.cards-mo-description, #cards-mo-listing-wrapper{padding: 0 0 40px 0;}
	.cards-header .cards-life-menu-wrapper{box-sizing: border-box;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
	#cards-life-wrapper{padding: 40px 0;}
	#cards-life-listing-wrapper{padding: 0;    width: 284px;    margin: 0 auto;}
	#cards-life-listing-wrapper .image-list li:nth-child(even),#cards-life-wrapper #wrapper-card-back li:nth-child(even){margin-right:0}
	#cards-life-wrapper #wrapper-card-back{width: 244px;}
	#cards-life-wrapper #wrapper-card-back li:first-child,#cards-life-wrapper #wrapper-card-back li:nth-child(2){margin-bottom:15px;}
	#cards-life-wrapper #wrapper-card-back li:last-child{margin: 10px 80px;}
}
@media screen and (max-width: 540px) {
	.horoscope-by-sign .wave{    margin-top: 5px;}
}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 460px) {
	.horoscope-by-sign .wave{    margin-top: 10px;}
	.circles{    left: 5px; width: calc(100% - 5px);}
	.circle-wrap{ margin-right: calc((100% - 354px) / 4);font-size: 11px;color: #979797;}

	.circle{background: transparent;color: #374791;height: 40px;font-size: 20px;margin: 10px auto;}
	.horoscope-tab-content{margin-top: 75px;}
}
@media screen and (max-width: 400px) {
	.horoscope-by-sign .wave{    margin-top: 13px;}
	.circles{  left: 0; width: 100%;}
	.circle-wrap{    margin-right: calc((100% - 350px) / 4);font-size: 12px;}
	.circle{width: 40px;height: 40px;line-height: 40px;}
	.horoscope-tab-content{margin-top: 90px;}
}
@media screen and (max-width: 340px) {
	.circle-wrap {font-size: 11px;    margin-right: calc((100% - 345px) / 4);}
	.horoscope-by-sign .wave{    margin-top: 16px;}
}

.last-video-and-image .heading a {
  color: #444fa2;
}
