/* FONTS */
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museosans_900.eot');
    src: url('../fonts/museosans_900.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_900.woff2') format('woff2'),
         url('../fonts/museosans_900.woff') format('woff'),
         url('../fonts/museosans_900.ttf') format('truetype'),
         url('../fonts/museosans_900.svg#museosans_900') format('svg');
    font-weight: 900;
    font-style: normal;
}


* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
body {
   color: #000;
   font: 16px 'PT Sans', sans-serif; 
   line-height: 1.4;
   background: #eff1f6;
}
h1, h2, h3, h4, h5 {margin-bottom: 20px;}
h1 {font: 900 28px 'Museo Sans', sans-serif;}
h2 {font: 900 24px 'Museo Sans', sans-serif;}
h3 {font: 900 21px 'Museo Sans', sans-serif;}
h4 {font: 900 19px 'Museo Sans', sans-serif;}
h5 {font: 900 17px 'Museo Sans', sans-serif;}
p {margin-bottom: 20px;}
table {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #dce1e8;
	font-size: 15px;
	margin-bottom: 20px;
}
table th {
	padding: 10px;
	background: #e6f0fc;
	border-bottom: 1px solid #dce1e8;
	border-right: solid 1px #cfdde6;
    border-left: solid 1px #ffffff; 
}
table td{
	border-right: solid 1px #cfdde6;
    border-left: solid 1px #ffffff; 
	padding: 5px 10px;
}
table td:first-child, table th:first-child {border-left: 0;}
table td:last-child, table th:last-child {border-right: 0;}
table tr:nth-child(even) td {background: #fff;}
table tr:nth-child(odd) td {background: #f1f1f1;}

.wrapper {
   width: 100%;
   max-width: 1140px;
   min-width: 320px;
   margin: 0 auto;
   padding: 0 15px;
}
.show {display: block;visibility: visible;opacity: 1;}
.text-center {text-align: center;}

/* HEADER */
header {
   width: 100%;
   min-height: 90px;
   background: #fff;
}
header .wrapper {position: relative;}
.site-info {
	float: left;
	padding: 23px 75px 0 0;
	font-size: 20px;
	font-weight: 700;
	color:#1f2b4a;
}
.site-info span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color:#6a7c93;
}
header .social {display: none;}



.nav-toggle {
   float:right;
   position: absolute;
   right: 15px;
   top: 15px;
   width: 60px;
   height: 60px;
   background: #4b54a0;
   border: 0;
   cursor: pointer;
   border-radius: 5px;
}
.nav-toggle:hover,
.nav-toggle:focus {background: #676fb7;}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    position: absolute;
    display: block;
    width: 40px;
	height: 4px;
	border-radius: 5px;
}
.nav-toggle span {
	left: 10px;
    top: 4px;
	transform: translateY(25px);
	background: #fff;
	transition: all 0ms 300ms;
}
.nav-toggle span:before {
	content: "";
	left: 0;
	bottom: 10px;
	background: #fff;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-toggle span:after {
	content: "";
	left: 0;
	top: 10px;
	background: #fff;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-toggle span.animate {background: rgba(255, 255, 255, 0);}
.nav-toggle span.animate:after {
	top: 0;
    background: #fff;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.nav-toggle span.animate:before {
	bottom: 0;
    background: #fff;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

nav {
	position: absolute;
	width: 100%;
	visibility: hidden;
    opacity: 0;
	padding: 10px 0;
	background: #676fb7;
	transition: .3s ease-in-out;
	z-index: 9;
}
nav .wrapper {padding: 0}
nav a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font: 900 14px 'Museo Sans', sans-serif; 
	border-bottom: 1px solid #787fbf;
}
nav a:hover { background: #4b54a0;}
nav ul ul li a {padding: 8px 50px;}
nav ul ul ul li a { padding: 8px 70px	}
nav ul ul ul ul li a { padding: 8px 90px;}
nav ul li a:hover,
nav ul li:hover > a {background: #4b54a0;}
nav ul li:last-child a{border-bottom: none;}
nav ul ul li:last-child a{border-bottom: 1px solid #787fbf;}
/* HEADER */


/* CONTENT */
#main .wrapper {
	background: #fff;
	box-shadow: 0 0px 20px -2px rgba(0, 0, 0, .15)
}
.slider {margin: 0 -15px 50px -15px;}
.slick-arrow {
	position: absolute;
	z-index: 1;
	width: 26px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	text-indent: -99999px;
	border:none;
}
.slick-prev {
	left: 20px;
	background: url(../img/sprite.png) 0 -125px;
}
.slick-next {
	right: 20px;
	background: url(../img/sprite.png) -50px -125px;
}
.slick-arrow:hover {opacity: .8}
.slick-dots {
    position: absolute;
    width: 100%;
	bottom: 15px;
	text-align: center;
}
.slick-dots li {display: inline;}
.slick-dots li button {
	width: 8px;
	height: 8px;
	border:0;
	border-radius: 50%;
	background: #6a7c93;
	margin: 0 5px;
	text-indent: -99999px;
}
.slick-dots li.slick-active button {
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	background: #d53003;	
}

.slider .slide {
	width: 100%;
	height: 320px;
	position: relative;
}
.slider .slide::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  	background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background:    -moz-linear-gradient(bottom, #000, transparent);
    background:      -o-linear-gradient(bottom, #000, transparent);
    background:         linear-gradient(bottom, #000, transparent);
}
.slide-content {
	position: absolute;
	padding: 0 50px;
	bottom: 45px;
}
.slide-content .url {
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	font: 900 24px 'Museo Sans', sans-serif; 
}
.slide-content .tag {
	color: #d53003;
	text-decoration: none;
	padding: 4px 8px;
	border: 1px solid #d53003;
	font-size: 12px;
	border-radius: 4px;
}
.slide-content .tag:hover {
	background: #d53003;
	color: #fff;
}

#main .posts {}
#main .posts li {
	overflow: auto;
	display: block;
	margin-bottom: 25px;
	padding: 20px 20px 15px 20px;
	border-radius: 5px;
}
#main .posts li:hover {box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.08);}
#main .posts li img {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 15px;
}
#main .posts li .permalink {
	font: 900 18px 'Museo Sans', sans-serif; 
	color: #000;
	text-decoration: none;
}
#main .posts li .permalink:hover {
	color: #d53003;
	text-decoration: underline;
}
.post-info {
	overflow: auto;
	margin: 5px 0 10px;
}
.post-info.bottom {margin: 20px 0 30px; text-align: center;}
.post-info .left,
.post-info .right {width: 49%;margin-bottom: 0;}
.post-info div.left, .post-info div.right {float: none;width:100%;text-align: center;}
.post-info div.right {margin-top: 10px;}
.post-info .left {float: left;}
.post-info .right {float: right;text-align: right;}
.post-info span  {color: #6a7c93;font-size: 12px;}
.post-info .views,
.post-info .comms {
	position: relative;
	padding-left: 22px;
}
.post-info .views::before,
.post-info .comms::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
}
.post-info .views::before {
	margin: 8px 0 0 -16px;
	background: url(../img/sprite.png) -37px -50px;
}
.post-info .comms {padding-left: 16px;}
.post-info .comms::before {
	margin: 8px 0 0 -16px;
	background: url(../img/sprite.png) 0px -87px;
}
.post-info .right a {}
.post-info a {color: #d53003;font-size: 12px;text-decoration: none;}
.post-info a:hover {text-decoration: underline;}
.anons {color: #626269; font-size: 14px;margin-bottom: 5px;}
.more {
	position: relative;
	margin-left: -10px;
	color: #1f2b4a;
	padding: 5px 25px 5px 10px;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-decoration: none;
}
.more::after {
	content: '';
	margin: 10px 0 0 5px;
	position: absolute;
	width: 10px;
	height: 7px;
	background: url(../img/sprite.png) -150px -50px;
}
.more:hover {
	border-color: #d53003;
	color: #d53003;
}
.more:hover::after {background: url(../img/sprite.png) -150px -58px;}

.pagination {
	padding: 25px 0;
	text-align: center;
}
.pagination a,
.pagination span {
	color: #717171;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #cdd3db;
	border-radius: 2px;
	margin: 0 1px;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
	background: #eff4f6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eff4f6));
    background: -moz-linear-gradient(0% 0% 270deg,#ffffff, #eff4f6);
}
.pagination a.next,
.pagination a.prev {
	position: relative;
	padding: 4px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #1f2b4a;
	border-radius: 3px;
	border-color: #becdcb;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9fcfd), to(#e8f6f9));
    background: -moz-linear-gradient(0% 0% 270deg,#f9fcfd, #e8f6f9);
}
.pagination a:hover {background: #fff;border-color: #c3c3c3;}
.pagination a.prev {
	padding-left: 20px;
	margin-right: 10px;
}
.pagination a.next {
	padding-right: 20px;
	margin-left: 10px;
}
.pagination a.prev::before,
.pagination a.next::after {
	content: '';
	width: 6px;
	height: 9px;
	position: absolute;
	margin-top: 9px;	
}
.pagination a.prev::before {margin-left: -10px; background: url(../img/sprite.png) -150px -92px;}
.pagination a.next::after {margin-left: 5px; background: url(../img/sprite.png) -157px -92px;}
.pagination li.active a {
	background: #d73203;
	border: 1px solid #982302;
	color: #fff;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	text-shadow: 0px 1px 0px rgba(0,0,0, 1);
}
.pagination li {
	list-style: none;
	display: inline-block;
}

/* SIDEBAR */
#sidebar {overflow: auto;margin-top: 50px;}
.widget {margin-bottom: 50px;}
.side-title {
	color: #6a7c93;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.widget img {max-width: 100%;}

.search-form {
	position: relative;
	border: 1px solid #e1e6f0;
    border-radius: 4px;
    padding: 10px 12px;
}
.search-form input {
	display: block;
	width: 100%;
	border: 0;
	padding-right: 22px
}
.search-form button {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 16px;
	height: 16px;
	border: 0;
	background: url(../img/sprite.png) -34px -84px;
}
.search-form button:hover {opacity: 0.8}

.side-menu {
	border: 1px solid #c6d2ef;
	border-radius: 4px;
	padding: 20px 20px 20px 45px;
	list-style-type: none;
}
.side-menu li {}
.side-menu li a,
.side-menu li.active ul li a{
	position: relative;
	display: block;
	color: #1f2b4a;
	padding: 10px 0;
	text-decoration: none;
	font: 900 15px 'Museo Sans', sans-serif; 
	border-bottom: 1px solid #dde5f6;
}
.side-menu li a::before {
	content: '';
	position: absolute;
	left:-22px;
	top:11px;
	width: 14px;
	height: 16px;
	background: url(../img/sprite.png) -100px -50px;
}
.side-menu li.active a::before,
.side-menu li a:hover::before {background: url(../img/sprite.png) -100px -84px;}
.side-menu li > a::after {
		content: '';
		position: absolute;
		width: 10px;
		height: 3px;
		margin: 8px 0 0 5px;
		background: url(../img/sprite.png) -5px -50px;
	}
.side-menu li > a:only-child:after {display: none;}
.side-menu li.active ul li a:hover,
.side-menu li.active a,
.side-menu li a:hover {color:#d53003}
.side-menu li ul {display: none;list-style-type: none;}
.side-menu li.active ul li a {padding-left: 20px;}
.side-menu li.active ul li a::before {
	top: 16px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1f2b4a;
}
.side-menu li ul li a:hover::before {background: #d53003;}

.publs-list li, .publs li {
	overflow: auto;
	max-width: 335px;
	margin: 0 auto 35px auto;
}
.publs-list li a {
	display: block;
	text-decoration: none;
}
.publs-list li a img {
	display: block;
	border-radius: 4px 4px 0 0;
}
.publs-list li a strong {
	display: block;
	border: 1px solid #c6d2ef;
	border-radius: 0 0 4px 4px;
	border-top:0;
	padding: 20px;
	color: #000;
	font: 900 14px 'Museo Sans', sans-serif; 
}
.publs-list li a:hover strong{color: #d53003;}

.popular-list {
	padding: 25px 10px 25px 20px;
	border: 1px solid #c6d2ef;
	border-radius: 4px;
}
.popular-list li {
	display: block;
	margin-bottom: 20px;
}
.popular-list li:last-child {margin-bottom: 0;}
.popular-list li a {
	overflow: auto;
	display: block;	
	text-decoration: none;
	line-height: 1;
}
.popular-list li a img {
	float: left;
	border-radius: 4px;
	margin: 0 10px 5px 0;
	max-width: 100px;
	max-height: 100px;
}
.popular-list li a strong {
	position: relative;
	top: -2px;
	color: #1f2b4a;
	font: 900 13px 'Museo Sans', sans-serif;
}
.popular-list li .cat {
	margin-top: 3px;
	display: block;
	font: 400 12px 'PT Sans', sans-serif;
	color: #e22e0b;
}
.popular-list li a:hover strong {color: #d53003}
.popular-list li a:hover img,
.publs li a:hover img{opacity: .8;}
/* SIDEBAR */


/* FOOTER */
footer {
	padding: 30px 0;
	background: #676fb7;
	color: #fff;
}
footer .col-l {}
footer .col-l p {
	font-size: 18px;
	font-weight: 700;
	
}
footer .col-l p span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #b8bef1;
}
footer .col-l p.copyright {
	margin-top: 15px;
	font-size: 12px;
}
footer .col-m {
	margin: 30px 0;
}
footer .col-m ul {margin-left: -20px}
footer .col-m ul li {
	display: inline-block;
	margin: 5px 10px;
}
footer .col-m ul li a {
	text-decoration: none;
	font: 900 14px 'Museo Sans', sans-serif; 
	color:#1f2b4a;
	padding: 5px 10px;
	border: 1px solid #676fb7;
	border-radius: 3px;
}
footer .col-m ul li a:hover {
	color: #fff;
	border-color: #fff;
}

/* social and share icons */
.social, .share {overflow: auto;}
.social li, .share li {display: inline-block;}
.social li a, .share li a {
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(../img/sprite.png);
	margin: 0 5px;
}
.share li a {margin: 0 2px;}
.social li:first-child a {margin-left: 0;}
.social li a:hover, .share li a:hover {opacity: .8}
.social li.instagram a {background-position: 0 0;}
.social li.youtube a {background-position: -50px 0;}
.social li.facebook a {background-position: -100px 0;}
.social li.telegram a {background-position: -150px 0;}
.share li.tw a {background-position: -100px -119px;}
.share li.fb a {background-position: -150px -119px;}
.share li.vk a {background-position: -50px -169px;}
.share li.go a {background-position: -100px -169px;}
.share li.te a {background-position: -150px -169px;}

.counters {margin-top: 20px;}
.counters a img {opacity: .2}
.counters a:hover img {opacity: 1}
/* FOOTER */


/* INNER */
.breadcrumbs {padding-top: 20px;margin-bottom: 20px;}
.breadcrumbs li {
	display: inline;
	font-size: 12px;
	margin-right: 3px;
	color: #6a7c93;
}
.breadcrumbs li::after {content: '→';margin-left: 5px;}
.breadcrumbs li:last-child::after {content: '';}
.breadcrumbs li a{color: #4b53a0;text-decoration: underline;}
.breadcrumbs li a:hover {text-decoration: none;}

.review {font-size: 16px; font-style: italic; color: #222;margin-bottom: 20px;}
.content img {max-width: 100%;border-radius: 3px;}
.content ul, .content ol {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0 0 20px 15px;
	padding-left: 26px;
}

.content ol {counter-reset: numList;}
.content ol li, .content ul li {margin: 3px 0;}
.content ol li::before {
	counter-increment: numList;
    content: counter(numList);
    
    position: absolute;
    left: 0;
    
    font: bold 11px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 16px;
    margin-top: 3px;
    width: 16px; height: 16px;
    background: #e83505;
    
    -moz-border-radius: 999px;
    border-radius: 999px
}
.content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 6px; height: 6px;
	margin: 9px 0 0 5px;
	background: #e83505;
    -moz-border-radius: 999px;
    border-radius: 999px
}
.content a {color: #d53003; text-decoration: none;}
.content a:hover {text-decoration: underline;}
.main-preview {margin-bottom: 20px;}

.tags {margin: 35px 0;}
.tags li {display: inline;margin: 0 3px;}
.tags li:first-child {margin-left: 0;}
.tags li a {
	color:#d53003;
	font-size: 14px;
	padding: 5px 15px;
	background: #feece7;
	border-radius: 20px;
	text-decoration: none;
}
.tags li a:hover {
	color: #fff;
	background: #d53003;
}
.share-block {
	margin: 35px 0;
	text-align: center;
}
.share-block ul {margin-top: 15px;}
.publs {
	overflow: auto;
	margin-left: -15px;
	margin-right: -15px;
}
.publs li {padding: 11px 15px;margin-bottom: 10px;}
.publs li:hover .shadow {box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.1)}
.publs li .permalink{
	display: block;
	color: #000;
	line-height: 1;
	font: 900 15px 'Museo Sans', sans-serif;
	text-decoration: none;
}
.publs li .permalink:hover {color:#d53003}
.publs li a img {
	display: block;
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.publ-text {
	padding: 20px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #c6d2ef;
	border-top: 0;
}
.excerpt {color:#626269;font-size: 14px;margin-bottom: 0;}

.category-info {
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e9f7;
}
.category-info h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.category-info p {
	color:#384053;
}
.col2 {margin-bottom: 35px;}
.block-title {
	display: block;
	font: 900 18px 'Museo Sans', sans-serif;
}

.box {
	display: block;
	min-height: 110px;
	position: relative;
	margin-bottom: 25px;
	border-radius: 3px;
	font-size: 15px;
	border-left: 4px solid #333;
	background: #f1f1f1;
	padding: 25px 25px 5px 100px;
}
.box::before {
	content: '';
	position: absolute;
	width: 51px;
	height: 51px;
	left: 25px;
	top: 33px;
	background-image: url('../img/icons.png');
}
.quote {
	background: #eef7fe;
	border-color: #206fae;
	font-style: italic;
}
.fact {
	background: #fcf0ed;
	border-color: #f45c33;
}
.fact::before {background-position: -51px 0;}
.important {
	background: #f3fce5;
	border-color: #73a32f;
}
.important::before {background-position: -153px 0;}
.advice {
	background: #fbf4fe;
	border-color: #886299;
}
.advice::before {background-position: -102px 0;}


/* COMMENTS AND FORM*/
.commentwrap {list-style-type: none}
.commentwrap li {margin: 25px 0;}
.commentwrap li.depth-1 {margin-left: 20px;}
.commentwrap li.depth-2 {margin-left: 40px;}
.comment-info p {
	position: relative;
	padding-right: 100px;
	margin:0;
	font-size: 12px;
	font-style: italic;
	color: #a8a3a3;
}
.comment-info p strong {
	color:#d53003;
	font: normal 700 14px 'PT Sans', sans-serif;
}
.comment-info p a {
	position: absolute;
	right: 0;
	color: #1f2b4a;
	font: normal 700 14px 'PT Sans', sans-serif;
	text-decoration: none;
}
.comment-info p a:hover {opacity: .8;text-decoration: none;}
.comment-text {
	margin-top: 10px;
	padding: 15px 15px 0 15px;
	border: 1px solid #dfdde0;
	border-radius: 3px;
}
.comment-text p {
	font-size: 14px;
	color: #626269;
	margin-bottom: 15px;
}

#comments {margin: 45px 0 25px;}
.comment-form {
	overflow: auto;
	margin-top: 15px;
	padding: 20px;
	border-radius: 3px;
	background: #eff7fd;
}
.comment-form .username,
.comment-form .usermail {
	height: 33px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #bec0c7;
	box-shadow:inset 1px 1px 0px 0px #e9eaec;
	border-bottom: 0;
	border-right: 0;
	margin-bottom: 25px;
}
.comment-form textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #bec0c7;
	box-shadow:inset 1px 1px 0px 0px #e9eaec;
	border-bottom: 0;
	border-right: 0;
	margin-bottom: 5px;
}
.comment-form .username {float:left;width: 48%;}
.comment-form .usermail {float:right;width: 48%;}
#submit {
	margin-top: 20px;
	border-radius: 3px;
	padding: 10px 20px;
	color:#fff;
	border: 0;
	font-size: 14px;
	background: #d53003;
}
#submit:hover {background: #eb3c0c;cursor: pointer;}


/* OTHER */
a, a img, button, .publs li .shadow, .publs-list li, .publs-list li a strong, 
.popular-list li a strong, #main .posts li, .slick-arrow, #submit{
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-in-out 0.3s;
}
button:hover {cursor: pointer;}
button:hover,button:focus,
input:hover,input:focus,
textarea:hover,textarea:focus,
.slick-slide, a{outline: none;color: inherit;}


/* ADAPTIVE */
@media screen and (min-width: 480px) {
	.site-info {font-size: 30px;padding-top: 10px;}
	.site-info span {font-size: 13px;}
	
	.publs-list li {max-width: 100%;}
	.publs-list li a {overflow: auto;border: 1px solid #c6d2ef;border-left: 0;}
	.publs-list li a img {
		width: 50%;
		float: left;
		margin-right: 25px;
		border-radius: 0;
	}
	.publs-list li a strong {
		border:0;
	}
	
	.col2 li,
	.col3 li {float: left;width: 50%;max-width: 100%;}
	.post-info div.left, .post-info div.right {float: left;width:50%;}
	.post-info div.right {margin-top: 0;text-align: right;}
	.post-info div.left {margin-top: 5px;text-align: left;}
}
@media screen and (min-width: 760px) {
	header .social {
		display: block;
		float: right;
		margin: 30px 75px 0;
	}
	.nav-toggle {display: none;}
	nav {
		/* padding: 0; */
		position: static;
		opacity: 1;
		visibility: visible;
	}
	nav a {padding: 13px 20px;border:0;}
	nav ul {
		padding: 0;
		margin: 0 0 0 -5px;
		list-style: none;
		position: relative;
		z-index: 3;
	}
	nav ul li:last-child a,
	nav ul ul li a {border-bottom: 1px solid #787fbf;}
	nav ul li {
		display: inline-block;
	}
	nav ul ul {
		display: none;
		position: absolute; 
		top: 42px;
	}
	nav ul li:hover > ul {
		display:inherit;
	}
	nav ul ul li {
		width:200px;
		display:block;
		position:relative;
		background:#676fb7;
		margin-left: 5px;
	}
	nav ul ul ul li {
		position: relative;
		top: -43px; 
		left:200px;
	}
	nav ul ul li a,
	nav ul ul ul li a,
	nav ul ul ul ul li a { 
		padding: 13px 20px;
	}
	nav ul li > a {position: relative;}
	nav ul li > a::after {
		content: '';
		position: absolute;
		width: 5px;
		height: 3px;
		right: 9px;
		margin: 8px 0 0 0;
		background: url(../img/sprite.png) 0 -50px;
	}
	nav ul ul li > a::after {
		content: '';
		position: absolute;
		width: 3px;
		height: 5px;
		right: 9px;
		margin: 8px 0 0 0;
		background: url(../img/sprite.png) 0 -54px;
	}
	nav ul li > a:only-child:after {display: none;}
	
	#main .wrapper {
		overflow: auto;
		padding-top: 50px;
	}
	#main main, #sidebar {float: left;}
	#main main {width: 70%;padding-right: 50px;}
	.slider {margin-left: auto; margin-right: auto;}
	#sidebar {width: 30%;margin-top:0;}
	.publs-list li a {
		border:none;
	}
	.publs-list li a img {float:none;width: 100%;border-radius: 4px 4px 0 0;}
	.publs-list li a strong {	
		display: block;
		border: 1px solid #c6d2ef;
		border-radius: 0 0 4px 4px;
		border-top:0;
	}
	
	.breadcrumbs {
   		padding-top: 0;
		margin-top: -25px;
	}
	.box {font-size: 16px;}
	.review {font-size: 18px;}
	footer .row {overflow: auto;}
	footer .col-l {
		float: left;
		width: 40%;
	}
	footer .col-m {
		float: right;
		width: 60%;
		margin: 0;
	}
	footer .col-r {
		clear: both;
		padding-top: 25px;
    	text-align: center;	
	}

}
@media screen and (min-width: 960px) {
	#main .wrapper {
		max-width: 1150px;
		padding: 50px 25px 15px 25px;
		box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
	}
	#main .posts li img {
		width: auto;
		float: left;
		max-width: 240px;
		margin: 0 25px 10px 0;
	}
	.col3 li {width: 33.33333%}
	footer .col-l {width:29%;}
	footer .col-m {float:left;width:42%;}
	footer .col-r {float:left;width:29%;clear: none;padding:0;}
}

ul.nav-root {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.nav-root .side-menu {
        font-size: 18px;
    color: #000;
    font-weight: bold;
}