/*
 Theme Name: SPACECOSMOS
 Version: 1.0
 Author: Lostawer
 Author URI: https://lostawer.ru/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);
/* Eric Meyer's CSS Reset */
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 Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
h1 {padding: 0 0 30px 0;
    font-size: 22px;}
a {text-decoration:none;}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	background:#f1f2f2;
	min-width:1030px;
}
.wrapper {
	width: 970px;
	padding:30px;
	margin: 0 auto;
	overflow: hidden;
	background:#fff;
}

.middlead {
  margin: 0 0 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 111px;
  padding-top: 90px;
	/*height: 242px;*/
	overflow: hidden;
	background: #000 url('images/header-bg.jpg') 50% 100% no-repeat;
}
.header-ad {
  margin:20px auto;
  width:728px;
  height:90px;
}
.header-inner {
  width:970px;
  padding:0px 30px;
  margin: 0 auto;
}
.search-social {
  #height: 25px;
  width: 600px;
  float: right;
  text-align: right; }

.search-wrapper {
  float: right;
  padding: 0 0 0 15px; }

#searchbox {
  width: 174px;
  height: 19px;
  font-size: 14px;
  border: none;
  color: #999;
  margin: 0px;
  padding: 3px 8px;
  float: right }

#search-button {
  display: inline-block;
  width: 35px;
  height: 25px;
  background-image: url('images/search-icon-trans.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border: none;
  float: right;
  margin: 0; }

#search-button:hover {
  background-image: url('images/search-icon-trans-g.png');
  cursor: pointer; 
}
.top-nav{
  margin:10px 0 0 0;
  padding:0;
  list-style: none;
  display:block;
  clear:right;
  float:right;
  font-family:'Open Sans Condensed', Arial, sans-serif;
  font-size:18px;
  font-weight:normal;
  .width:620px;
}
.top-nav li {
  margin-left:7px;
  display:inline;
}
.top-nav li.shop {
  margin-right:0;
}
.top-nav li a {color:#fff;text-transform:uppercase;}
.top-nav li.selected_section a { color: #ccc; }
.top-nav li a:hover { color:#ccc; }
.top-nav li.shop a { color: #09F; font-family: 'Open Sans Condensed', Impact, sans-serif; font-size: 15px; line-height: 16px; }
.top-nav li.shop a:hover { color:#fff; }
.trend-bar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 970px;
  margin: 5px 0 0 0;
  float: left;
  color: #ccc;
  overflow:hidden;
  text-align: left; }
.trending {
font-weight: bold;
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.content {overflow: hidden;}

.content ol,
.content ul {
    padding-left: 30px;
    margin: 0 0 .3rem;
}
.content ol li,
.content ul li {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    line-height: 22px;
}
.content ul li::before {
    display: block;
    margin-top: 8px;
    position: absolute;
    border-radius: 4px;
    width: 7px;
    height: 7px;
    margin-left: -25px;
    content: "";
    background: #3f527c;
}

.content ol {
    counter-reset: section;
    padding: 0 0 0 0;
}
.content ol > li:before {
    content: counters(section,".") ".";
    counter-increment: section; 
    margin-top: 0px;
    font-weight: bold;
    padding: 0;
    color: #3c587f;
    text-align: center;
    padding: 0 10px 0 0;
    line-height: 30px;
}

a.trending-topics {
  margin: 0 10px 0 9px;
  color: #ccc;
  text-decoration: none; }
a.trending-topics:hover { color: #fff; }
/* Middle
-----------------------------------------------------------------------------*/
.single h1 {
  font-family: 'PT Sans narrow', sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin: 0px;
  color: #333;
}
.single h2 {
  font-family: 'PT Sans narrow', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  margin: 0px;
  color: #333;
}
.single h3 {
  font-family: 'PT Sans narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  margin: 0px;
  color: #333;
}
.single .inf {
  font-size: 14px;
  margin: 7px 0px;
  border: 1px dashed #ccc;
  padding: 4px 0px;
  color: #666;
  border-right: none;
  border-left: none;
}
.single p {
  font-size:16px;
  line-height:22px;
  margin-bottom:12px;
  color:#222;
}
.single strong {font-weight:700;}
.single a {    color: #069;
    text-decoration: underline;}
.single a:hover {text-decoration: none;}
img.alignleft, img.alignright, img.aligncenter {
  padding:5px;
  background:#fff;
  border:1px solid #F0F0F0;
  box-shadow: 1px 1px 19px #E4E4E4;
  max-width:575px;
}
img.alignleft {float:left;margin:7px 15px 7px 0px;}
img.alignright {float:right;margin:7px 0px 7px 15px;}
img.aligncenter {display:block;margin:15px auto;}
.single .inf a {color:#666;}
.category-inner {
  background:none;
  padding:0px 0px 40px 0px;
  width:1030px;
}
.category-title {
  padding: 30px 30px 20px;
  background:#fff;
  color: #666;
  font-size:33px;
  font-family: 'PT Sans narrow', sans-serif;
}
.boxes {
  overflow:hidden;
}
.boxes .box {
  padding:30px;
  float:left;
  overflow:hidden;
  background:#fff;
  margin:20px 20px 0px 0px;
  width:270px;
  height:380px;
}
.boxes .ads {
  padding: 14px;
  width: 302px;
  padding-top: 90px;
  height: 336px;
}
.boxes .clr {margin-right:0;}
.boxes .box a img {
  max-width:270px;
  text-align:center;
  max-height:180px;
}
.boxes .box a img:hover {opacity:0.8;}
.boxes .box span.title {display:block;margin-bottom:5px;}
.boxes .box span.title a {
  font-size: 19px;
  line-height: 22px;
  color: #000;
  font-family: 'PT Sans narrow', sans-serif;
}
.boxes .box span.date {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display:block;
  margin: 5px 0px;
  color: #666;
}
.boxes .box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #4e4e4e;
  margin-top: 2px;
}
.boxes .box a {font-size:16px;color: #3366cc;}
.boxes .box a:hover {color: #666 !important;}
.wp-pagenavi {
  margin: 20px 0px;
  display: block;
  clear: both;
  overflow: hidden;
  text-align: Center;
}
.wp-pagenavi span.current {font-weight:700;}
.wp-pagenavi span.current, .wp-pagenavi a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 17px;
  line-height: 35px;
  margin: 0px 3px;
  border: 1px solid #E4E4E4;
  color: #666;
  background: #fff;
}
.wp-pagenavi a:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08) inset;
}
.clrb {
  clear: both;
}
.middle {
	width: 100%;
	position: relative;
	overflow:hidden;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	width: 621px;
	padding-left:24px;
}
.home-widget {
  width:300px;
  float:left;
  margin-right:20px;
  margin-bottom:40px;
}
.home-widget .title {
  margin: 0 0 10px !important;
}
.home-widget:nth-child(odd) {margin-right:0;}
.home-widget .item a {
  padding:10px 20px 10px 40px;
  font-size: 16px;
  width:240px;
  display:block;
  font-weight: 100;
  line-height: 20px;
  color:#000;
  background:#f1f2f2 url('images/sprite-icons.png') no-repeat 0 12px;
}
.home-article p {
  font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #555;
}
.home-widget .item a:hover {color:#3366cc;opacity:0.8;}
.home-widget .first {position:relative;padding:0;width:300px;}
.home-widget .first:hover {opacity:0.8;}
.home-widget .first a img {max-width:300px;height:auto;}
.home-widget .first span {
  width: 270px;
  padding: 10px 15px;
  color: #FFF;
  position:absolute;
  bottom:4px;
  left:0;
  background: rgba(0, 51, 102, .7);
  overflow: hidden;
  font-family: 'PT Sans narrow', Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
.horiz-cat {overflow:hidden;clear: both;}
.horiz-cat .item {
  float: left;
  width: 200px;
  height: 220px;
  line-height: 18px;
  margin-right:10px;
  margin-bottom: 10px;
}
.horiz-cat .item a span {font-size:16px;margin-top:5px;display:block;color:#333;}
.horiz-cat .item a:hover span {color:#3366cc;}
.horiz-cat .right-clr {margin-right: 0px;}
.content .adsbygoogle {margin:10px 0px;overflow:hidden;}
.content iframe {min-height:400px;max-width:100%;}
.content #_mcf {
    display: block;
    margin: 0 auto 10px;}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
  border-right: 1px solid lightgrey;
  padding-bottom: 10000px;
  padding-right:24px;
  margin-bottom: -10000px;
}
.widget {overflow:hidden; margin-bottom:30px}
.widget .title,
.home-widget .title,
.horiz-cat .title {
  font-family: 'PT Sans narrow', sans-serif;
  font-size: 22px;
  margin: 0 0 30px 0;
  line-height: 1;
  color: #666;
  display:block;
  text-transform:uppercase;
  font-weight: 400;
}
.home-widget .title small,
.widget .title small,
.horiz-cat .title small {
  font-family: Arial;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  color: #666;
  text-transform: none;
}
.home-widget .title small a,
.widget .title small a,
.horiz-cat .title small a {
  color: #3366cc;
}
.home-widget .title small a:hover,
.widget .title small a:hover,
.horiz-cat .title small a:hover{
  color:#666;
}
.newsletter-input {
  display: block;
  font-size: 16px;
  color: #999;
  width: 191px;
  height: 33px;
  line-height: 18px;
  float: left;
  padding: 0 5px 0 5px;
  margin: 0;
  border: 1px solid #999;
  -moz-box-shadow: inset 0 2px 3px #c4c4c4;
  -webkit-box-shadow: inset 0 2px 3px #c4c4c4;
  box-shadow: inset 0 2px 3px #c4c4c4;
}
.social a {
  display:inline-block;
  width:50px;
  height:50px;
  margin-right:10px;
}
.social {
  overflow: hidden;
  clear: both;
  float: left;
  margin-bottom: 20px;
}
.social a:hover {opacity:0.8;}
.social a.fb {background:url('images/social.png') 0px 0px;}
.social a.tw {background:url('images/social.png') -58px 0px;}
.social a.in {background:url('images/social.png') -116px 0px;}
.social a.gp {background:url('images/social.png') -174px 0px;}
.widget .popular .item {
  height:73px;
  overflow:hidden;
  margin-bottom:4px;
}
.widget .popular .item:hover {opacity:0.8;}
.widget .popular .item a img {float:left;margin-right:4px;}
.widget .popular .item a span {height:73px;font-size: 14px;color:#333;line-height: 16px;padding:5px 10px;display:block;background:#F0F2F3;overflow:hidden;}
.sidead {text-align:center;margin-top:20px;}
#slides {position:relative;}
.slidesjs-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right:0;
  text-indent:-9999px;
  z-index: 1000;
  background: url("images/sprite-icons.png") no-repeat scroll 0 -158px transparent;
}
.slidesjs-previous {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  left:0;
  text-indent:-9999px;
  z-index: 1000;
  background: url("images/sprite-icons.png") no-repeat scroll 0 -248px transparent;
}
.slidesjs-next:hover, .slidesjs-previous:hover {opacity:0.8;}
#slides .it {
  position:relative;
}
#slides .it a span {
  width: 500px;
  padding: 25px 60px;
  color: #FFF;
  position:absolute;
  bottom:0;
  left:0;
  background: rgba(0, 51, 102, .7);
  height: 90px;
  overflow: hidden;
  font-family: 'PT Sans narrow', Arial, sans-serif;
  font-size: 37px;
  line-height: 42px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.postel-ad {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postel-ad > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.postel-ad .top {
  width: 100%;
  position: relative;
  height: 172px;
  background: url(images/banner_bg-min.jpg) 50% 0 no-repeat;
}
.postel-ad .top span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.postel-ad .top span i {
  font-size: 18px;
}
.postel-ad .bottom {
  padding: 20px 20px;
}
.postel-ad .bottom p {
  font-family: 'Open Sans Condensed', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #44403d;
      margin: 0 0 15px;
      line-height: 20px;
}
.postel-ad .bottom span {
  display: block;
  width: 170px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  background: #4CAF50;
  padding: 10px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: .2s;
}
.postel-ad:hover .bottom span {
  background: #2e7d32;
  transition: .2s;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 80px;
	background: #000;
	box-shadow: -10px 30px 59px #3A3232 inset;
}
.footer .wrap {width:970px;padding:0px 30px;margin:0 auto;}
.footer .wrap .copyright {float:left;padding-top: 12px;font-size:12px;color:#fff;}
.footer .wrap .copyright span {color:#fff;font-size: 13px;}
.footer .wrap .copyright span a {color:#333;}
.footer .wrap .counters {padding-top: 34px;float: right;}
.footer .wrap .counters span {color: #fff;}
@media only screen and (min-width: 1px) and (max-width: 580px), only screen and (min-device-width: 1px) and (max-device-width: 580px) {
body {min-width:290px;}
.wrapper {width: 280px;padding: 10px;}
/*.header-ad {display:none;}*/
.header-ad {
  width: 96%;
  padding: 0 2%;
  height: auto;
  margin-bottom: 0;
}
.search-social {width:225px;float: left;margin-left: 28px;margin-top: 10px;}
.top-nav {margin: 14px 0 7px 0;background: rgba(51, 51, 51, 0.56);padding: 10px 20px;margin-right: -10px;width: 260px;margin-top: 17px;line-height: 21px;border-radius: 0px;}
.trend-bar {display:none;}
.header-inner {width: 280px;padding: 0px 10px;}
.header {height:auto;background-position: 50% 91%;}
#slides {display:none !important;}
/*ins.adsbygoogle {display:none !important;}*/
.widget .popular .item a span {width:150px;}
.container {padding:0px;width:280px;}
.home-widget {margin-top:0;}
.horiz-cat .item {width:280px;}
.horiz-cat .item a img {width: 280px;height: 170px;}
.horiz-cat small {display:none !important;}
.category-inner {width:300px !important;}
.boxes .box {padding:15px;}
/*.boxes .ads {display:none;}*/
.footer .wrap {
  width: 280px;
  padding: 0px 10px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .wrap .counters span {color: #fff;}
.footer .wrap .counters {
  margin-top: 28px;
  margin-left: 200px;
  z-index: 99;
  position: absolute;
  padding:0;
}
.single h1 {
  font-size: 27px;
  line-height: 25px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body {min-width:700px;}
  .header-inner > div {
    float: left !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
  .trend-bar {
    display: none;
  }
  .wrapper {width: 700px;padding: 10px;}
  .top-nav {
    margin: 0px 0 7px 0;
    /* background: rgba(51, 51, 51, 0.56); */
    padding: 10px 20px;
    /* margin-right: -10px; */
    width: 680px;
    float: left;
    /* margin-top: 17px; */
    line-height: 21px;
    border-radius: 0px;
  }
  .header-inner .search-social {
    width: 420px !important;
    padding-top: 20px !important;
  }
  aside.left-sidebar {
    width: 200px;
    padding-right: 10px;
  }
  .container {
    width: 478px;
    padding-left: 10px;
  }
  .newsletter-input {
    width: 111px !important;
    font-size: 12px !important;
  }
  .social a {
    width: 37px;
    height: 37px;
  }
  .social a.fb {background-position: -6px -8px; }
  .social a.tw {background-position: -65px -9px; }
.social a.in {background-position: -122px -7px; }
.social a.gp {background-position: -181px -7px; }

.widget .popular .item a img {
    float: left;
    margin-right: 4px;
    width: 90px;
    height: 73px;
}
.widget .popular .item a span {
    height: 73px;
    font-size: 13px;
    color: #333;
    line-height: 13px;
    padding: 5px 5px;
    display: block;
    background: #F0F2F3;
    overflow: hidden;
}
.widget .title small,
.home-widget .title small {
  display: none;
}
.it.slidesjs-slide img {
  width: 100%;
  height: 350px;
}
#slides .it a span {
  width: 358px;
      height: 113px;
          font-size: 28px;
    line-height: 25px;
}
.home-widget {
  width: 229px;
}
.home-widget img {
  width: 100%;
  height: auto;
}
.home-widget .first {
  width: 229px;
}
.home-widget .first span {
    width: 199px;
    font-size: 18px;
    line-height: 18px;
}
.home-widget .item a {
  width: 169px;
  font-size: 14px;
  line-height: 16px;
}
.horiz-cat .item {
  width: 152px;
  height: auto;
}
.horiz-cat .item img {
  width: 100%;
  height: auto !important;
}
.horiz-cat .item a span {
  font-size: 14px;
  margin: 0;
}
.footer .wrap {
  width: 700px;
}
.header-inner {
  width: 700px;
}
.boxes .box {
  width: 280px;
}
.boxes .box.clr {
  margin-right: 20px !important;
}
.boxes .box.two {
  margin-right: 0 !important;
}
.boxes .box a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: auto;
}
.boxes .ads {
  width: 312px;
}
.horiz-cat .item a {
  text-decoration: none;
}
.widget .popular .item a {
  text-decoration: none;
}


}
.sr-box {
  width: 100% !important;
}
.sr-box input[type="submit"] {
    background: #196984;
    border: none;
    height: 35px;
    color: #fff;
    width: 110px;
    font-size: 14px;
    font-weight: 600;
}
.sr-box .newsletter-input {
  width: 170px !important;
  box-shadow: none !important;
}