﻿/*
  Theme Name: Infobis
	Theme URI: 
	Description: Infobis theme
	Author: Ксана
	Author URI: http://prodengiblog.ru
	Version: 1.0 
*/
/************************************************
* import 	                        					*
************************************************/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
@import url("css/header.css");
@import url("css/maincolumn.css");
@import url("css/sidebar.css");
@import url("css/navi.css");
@import url("css/bottom.css");
@import url("css/contact.css");
@import url("css/colorbox.css");

/************************************************
* Global Styles			                        		*
************************************************/

@font-face {
   font-family: "Tenor Sans";     
   src: local("Tenor Sans"),     /* проверяем наличие шрифта в ОС пользователя */
   url('/wp-content/themes/Infobis/font/TenorSans-Regular.ttf'); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
* {
	margin:0;
	padding:0;
	}
html {
  font-size: 100%;
  -webkit-text-size-adjust: auto; /* Тект для мобильников  */
      -ms-text-size-adjust: auto;
}
body {
  width: auto;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #e7e8e8; 
  font-size: 13px;
}
.container, .row { 
  position: relative !important; 
  z-index: 10;
}
#page { 
  position: relative;
  margin: 0 0 20px 0;  
  padding: 0!important;
  z-index: 20!important;
  clear: both !important;
}
.span12 {  
   margin-left: 0; 
}
.nav {
  border-top: 1px solid #000;
}
.clear {
  clear: both !important; 
}
.left {
  float: left;
  left: 20px;
}
.right {
  float: right;
  right: 20px;
}
.Left {
  float: left;
}
.Right {
  float: right;
}

/************************************************
* additional classes                      		*
************************************************/

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #ffffff;
}

small, .small {
  font-size: 12px;
  line-height: 1 !important;
}
strong {
  font-weight: bold;
}
p {
  margin: 0 0 10px 0;
}
em {
  font-style: italic;
}

/************************************************
* Titles                       		*
************************************************/

h1,h2,h3,h4,h5,h6, .category, .present-title, .post-title, .mini-post-title, .single-title {
  font-family: Times New Roman, Verdana, Helvetica, Arial, sans-serif;
  color: inherit;
  text-rendering: optimizelegibility;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
	color: #222;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3, .single-title {
  font-size: 20px;
}
h4, h5, h6 {
  font-weight: bold;
}
h4{
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}

/************************************************
* Links			*
************************************************/

a:link, a:visited { 
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.5s ease 0s;
   	 -moz-transition: color 0.5s ease 0s;
        o-transition: color 0.5s ease 0s;
          transition: color 0.5s ease 0s;
}
a:hover, a:active, a:focus { 
  color: #666;
  text-decoration: none;
  outline: 0;
}

/************************************************
*  General classes		*
************************************************/

.text {
  width: 100%;  
  clear: both;
}

/************************************************
* img			*
************************************************/

img {
	border: 1px solid #ccc;
	padding: 0;
}
img.avatar,
.slides_container .slide img,
object, .vrezka,
.post img, .mini-post img, .text img, #other img {
  -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  opacity: 1;
}
img.avatar:hover,
.slides_container .slide img:hover,
object:hover, .vrezka:hover,
.post img:hover, .mini-post img:hover, .text img:hover, #other img:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.vrezka:hover {
  opacity: 1;
}
img.wp-smiley {
  float : none !important;
  width : 15px !important;
  height: 15px !important;
  background: none;
  margin: 0!important;
  padding: 0!important;
  vertical-align: middle;
  -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
          box-shadow: none!important;
  border: 0!important;       
}
embed, object, iframe {
  width: 100%;
}

/************************************************
* adsense_box					*
************************************************/

.main_ad336x280,
.main_ad728x90, 
.main_ad300x250, 
.sid_ad300x250 { 
	float: none;
  width: auto\9;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
	clear: both;
  overflow: hidden;
}
.header_ad468x60 img,
.main_ad336x280 img,
.main_ad728x90 img, 
.main_ad300x250 img, 
.sid_ad300x250 img { 
  width: auto\9;
  max-width: 100%;
	height: auto;
	border: 0!important;
	box-shadow: none;
  padding: 0;
}
.header_ad468x60 {
  position: absolute; top: 10px; right: 0;
  width: 468px;
  margin: 10px 0 0 0;
  z-index: 100;
}
.main_ad300x250, .main_ad300x250 img {
  width: 300px;
}
.main_ad336x280, .main_ad336x280 img { 
  width : 336px; 
} 
.main_ad728x90, .main_ad728x90 img { 
	width: 728px;
}
.sid_ad300x250, .sid_ad300x250 img { 
	width: 300px;
}
#ad_text {
  margin: 0 auto 10px !important;
}

/************************************************
* color fonts 			*
************************************************/

.red {
  color: #c40902!important;    
}
.blue {
  color: #2f6bb2!important;
}

/************************************************
* nav-collapse collapse				*
************************************************/

.nav-collapse .nav { 
  max-width: 550px;
  margin: 0;
  padding: 0;
}
ul.nav li {
  font-size: 14px;
  line-height: 1;
} 
#nav-page {}
#nav-category { display: none; }

/************************************************
* navbar-form				*
************************************************/

.navbar-form {
  margin-top: 1px;
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form input,
.navbar-form select{
  margin-top: 4px;
}
.navbar-form input {
  float: left;
  height: 16px;
  padding: 4px 6px;
  margin: 5px 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  vertical-align: middle;
  display: inline-block;
  background: #eee !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
     -moz-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
          box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
}
input.span2 {
  width: 126px;
}
/*  top    */

.navbar-inner .top {
   float: right;
   color: #999;
   font-size: 16px;
   margin: 8px 20px 10px 0;
}
.navbar-inner .top span {
  margin-left: 20px;
}
.navbar-inner .top span a:link, .navbar-inner .top span a:visited {
   color: #999;
   font-size: 13px;
}
button#but-submit {
  width: 64px;
  height: 29px;
  font-size: 100%;
  vertical-align: middle;
  padding: 1px 6px 4px 6px;
  margin-top: 3px;
}

/************************************************
*	Comments								*
************************************************/

#comments {   
	float: left;
  position : relative;
  width: 100%;
  height: auto;
  margin : 0 0 20px 0 !important; 
  padding : 0;  
  background : transparent; 
  font-family : Times New Roman, Verdana, Sans-Serif; 
  font-weight : normal; 
  font-size : 17px; 
  overflow: hidden;
	clear: both;
} 
#comments h4 { 
  margin: 0;
  padding: 0;
}
ol.commentlist {  
  width: 100%;
  height: 100%;
  margin : 0 0 15px 0!important; 
  padding : 0; 
  list-style-type: none; 
	clear: both;
}
ol.commentlist li, #trackbacks {  
  position: relative; 
  width: auto;
  height: auto;
  min-height: 70px;
  margin : 15px 0 0 0 !important; 
  padding: 0 !important; 
  list-style-type: none !important; 
  clear: both!important;
}
.even, .byuser {
  margin : 15px 0 15px 0!important; 
}
#trackbacks { 
  min-height: 0;
  margin : 20px 0 20px 0; 
  padding: 10px 10px 13px 10px; 
  font-size : 18px; 
}
#trackbacks li {    
  font-size : 17px; 
  list-style-type: square;
  margin : 0 0 0 15px; 
  padding: 0; 
}
ol.commentlist li img.avatar {   
  float: left;
  position : relative;
  width : 50px; 
  height : 50px; 
  margin : 0 10px 0 0; 
  padding: 0; 
}
.comment_text {   
  width: auto; 
  min-height: 50px!important;
  padding: 0; 
  margin : 0 0 7px 0;  
	overflow: hidden;
  font-size: 17px;
} 
.comment_text p {     
  color: #333;
} 
.commentmetadata {     
  line-height: 1.1;
  margin : -4px 0 7px 0; 
  padding: 0;
  font-size : 17px; 
  font-weight : normal; 
  text-align: left;
  overflow: hidden;
} 
.commentmetadata .time{
  margin : 0 5px 0 0; 
}
.comment_text p {   
  width: auto; 
  padding: 0; 
  margin : 0;  
	overflow: hidden;
  font-size: 17px; 
} 
ol.commentlist li.reply { 
  width : auto; 
  margin : 10px 0 10px 0;  
  font-size : 17px; 
  text-align: justify;
  text-decoration : none; 
}
ol.commentlist li .reply a:hover, ol.commentlist li .reply a:active {  
  text-decoration: none; 
}
a.comment-reply-link:link,
a.comment-reply-link:visited {
  color : #2a71c6;   /*  blue   */
}
#respond {  
  margin: 0 !important; 
  padding: 0 !important; 
	overflow: hidden;
}
#respond p { 
  font-size: 12px; 
  margin: 0 0 1em; 
}
#cancel-comment-reply { 
  margin: 0 !important;
	font-size: 13px;
}
#cancel-comment-reply-link {
  padding-top: 10px;
}
.required {  
  font-size: 15px; 
}

/************************************************
*	�������� �����������						*
************************************************/

ol.commentlist ul.children,
ol.commentlist ul ul.children,
ol.commentlist ul ul ul.children,
ol.commentlist ul ul ul ul.children {
  width: auto;
  height: auto;
  margin-top: 0!important; 
  margin-bottom: 0!important; 
  padding: 0!important; 
  text-indent: 0; 
  list-style: none; 
  clear: both;  
}
ol.commentlist ul.children li {   
  height: auto;
  min-height: 60px;
  margin-top: 5px!important; 
  padding: 0 0 0 30px !important; 
  list-style-type : none; 
  clear: both;
 }
.moderadion {
  float: left;
  width: 100%;
  color: #D61E19;
  font-size: 15px;
  text-align: left;
  margin: 10px 0 0px 0;
}

/************************************************
*	��������� ������������							*
************************************************/

li.bypostauthor {
    /* CSS ��� ������������ ������ ������ */
}

li.byuser {
    /* CSS ��� ���������������� ������������ */
}

/************************************************
*	Commentsform								*
************************************************/

#commentform {   
  float: left; 
  position: relative;
  width: 100%;
  margin: 0 0 15px 0!important; 
  padding: 3px 0 0 3px !important;
  font-family: Arial, Verdana, Sans-Serif; 
  z-index: 200;
  clear: both;
} 
#commentform .fieldwrap,
#contactform .fieldwrap { 
  float: left;
  width: 99%;
  height: auto; 
	text-align: left;
	display: inline; 
	margin: 0 0 10px 0; 
	padding: 0;
}
#contactform input, textarea#cp_message,
#commentform input, textarea#comment { 
  font-family: Arial, Verdana, Sans-Serif; 
  font-size: 13px; 
  margin: 0; 
  padding: 3px; 
} 
#searchform input#s,
#commentform input, textarea#comment,
#contactform input, textarea#cp_message {
  margin: 0 10px 0 0; 
  padding: 4px 6px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	overflow: visible;   
}		
#searchform input#s:focus, #searchform input#s:hover,
#commentform input:focus, textarea#comment:focus,
#commentform input:hover, textarea#comment:hover, 
#contactform textarea#cp_message:focus, #contactform input:focus,
#contactform textarea#cp_message:hover, #contactform input:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#commentform input { 
  width : 35%; 
  min-width : 165px; 
  height : 20px; 
  margin : 0 10px 0 0; 
  clear: both;
} 
#commentform label {   
  width: 100%; 
	margin: 0;
  padding: 0; 
  font-size: 13px; 
  line-height: 1;
}
textarea#comment {  
  position : relative;
  overflow : auto; 
  margin : 10px 0 0 0; 
  width: 92%;
  min-height : 150px; 
  overflow: auto;
  padding : 10px; 
} 
#commentform input.submit, #contactform input.submit { 
  float: right;
  width: 150px; 
  height: 31px; 
  border: 0; 
  color: #fff; 
  cursor: pointer; 
  padding: 0 0 3px 0; 
  font-size: 14px; 
  text-align: center;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
} 
#commentform input.submit { 
  margin: 0 40px -10px 0 !important;
} 
#commentform input.submit:hover, #contactform input.submit:hover { 
  opacity: 0.9;
} 
#login-navi {  
	margin: 0 0 20px 0;
  width: 96%; 
}
#login-navi .alignleft { 
  float: left; 
  width: 60%; 
  font-size: 13px; 
}
#login-navi .alignright {     
  float: right; 
  text-align : right; 
  width: 70px; 
  font-size: 13px; 
  text-align: right;
}
#commentform .attention { 
  float: left; 
  position: relative;
  margin: 10px 0 7px 0; 
  padding: 0;
  color: #666; 
  font-size: 13px !important; 
}
.moderation { 
  float: left;
  max-width: 350px;
  font-style:italic; 
  font-size: 14px;
  clear: both !important;
	margin: 0;
  padding: 0; 
}

/*********************************************
	a navi
*********************************************/

a.add_comments {  
  width: 140px;
  background: url('/wp-content/themes/Infobis/images/arrow_top.png') right 5px no-repeat;
  padding-right: 18px;
  margin: 5px 0 25px 0!important;
  display: block;
} 
#add_comments { 
  float: left;
  width : auto; 
  margin: 0 0 20px 0 !important; 
} 
.navi_top { 
  float: left;
  width : 100%; 
  height: auto;
  margin: 10px 0 0 0 !important; 
} 
#first {  
  width: auto;
  background: url('/wp-content/themes/Infobis/images/arrow_bot.png') right 4px no-repeat;
  padding-right: 18px;
} 
a#ancor { 
  width: auto;
  padding-left: 18px;
  background: url('/wp-content/themes/Infobis/images/arrow_bot.png') left 4px no-repeat;
} 

/************************************************
*	navigation								*
************************************************/


#navig { 
  max-width: 600px;
  height: 20px;
  margin : 25px auto 15px; 
  padding : 0; 
  border: 0;
  overflow: hidden;
} 
#navig .alignleft, #navig .alignright{   
  float: left;
  max-width: 46%;
  margin : 0 0 10px 0; 
  padding : 0; 
} 
#navig .alignright { 
  float: right;
} 

/*********************************************
	Comment	editor
*********************************************/

blockquote, pre {
    background: none repeat scroll 0 0 #f3f3f3;
    border-left: 4px solid #999;
    margin: 15px 0;
    padding: 10px;
    font-style: italic;
}
blockquote blockquote {
	margin: 5px 0 5px 10px;
	padding: 10px;
	border-left: 4px solid #999;
}
quote {
    background: url("images/quote.jpg") no-repeat scroll 2px 2px #FFFFFF;
    display: block;
    margin: 15px 0;
    padding: 10px 0 10px 0;
}
code {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px dashed #bbb;
    display: block;
    font: 1em 'Courier New',Courier,Fixed;
    margin: 15px 0;
    padding: 10px 10px 15px 10px;
}

/************************************************
*	subscribe-to-comments						*
************************************************/

.subscribe-to-comments {
  width: 300px; 
  margin: 0 0 15px 0 !important;
  padding: 0;
} 
.subscribe-to-comments input#subscribe {
  float: left;
  box-shadow: none;
}
.subscribe-to-comments label {
  padding-left: 20px;  
}

/************************************************
*	footer						*
************************************************/

#footer {
  position: relative;
  width: auto;
  margin: 0;
  padding: 30px 20px 20px 20px;
  background: #171717;
  color: #999;
  font-size: 13px;
  z-index: 10;
}
#footer .container { 
  height: auto;
  margin: 0 auto 0;
  color: #999;
}
#footer .row, #footer .span8, #footer .span4 { 
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #ddd;
}
#footer .left, #footer .right { 
  height: auto;
  padding: 0;
  color: #999;
  line-height: 1.1;   
  text-align: left;
}
/*  left  */

.footer-left { 
  float: left;
  margin: 0;
}
#track-text {
  height: auto;
  margin: 0 0 20px 0;
}
.copyright, .author {
  margin-top: 10px;
}
.author {
  margin-bottom: 20px;
}
/*   right   */

.footer-right { 
  float: right;
}
.read-footer {
  width: 110px;
}
.read-footer p {
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
}
.read-footer a:link {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 0;
  background: none;
  padding: 0;  
  display: block;
  background: url('/wp-content/themes/Infobis/images/icons/read-footer.png') no-repeat;
  background-position: 0 0;
}
/* :link   */

.read-footer a.twitter {
  background-position: 0 0;
}
.read-footer a.facebook {
  background-position: -16px 0;
}
.read-footer a.livejournal {
  background-position: -32px 0;
}
.read-footer a.vkontakte {
  background-position: -48px 0;
}
.read-footer a.rss {
  background-position: -64px 0;
}
/* :hover   */

.read-footer a.twitter:hover {
  background-position: 0 -16px;
}
.read-footer a.facebook:hover {
  background-position: -16px -16px;
}
.read-footer a.livejournal:hover {
  background-position: -32px -16px;
}
.read-footer a.vkontakte:hover {
  background-position: -48px -16px;
}
.read-footer a.rss:hover {
  background-position: -64px -16px;
}
/*  Track-код  */

#track-code {  
  width: 100%; 
  max-height: 40px;
  margin: 10px 0 5px 0; 
} 
#track-code img { 
  float: left;  
  margin-right: 5px; 
} 

/************************************************
*	My responsive style						*
************************************************/

@media screen and (max-width: 979px) { 
    #header-bg {
      margin: -20px 0 0 0;
      height: 190px;
    }
    #header { 
      margin-top: -190px;
      height: 145px;
    }
    #menu-box, ul#nav-page {
      display: none;
    }
    #nav-category {
      display: block;
    }
    #page { 
      margin: 0;
    }
    #tabs-top {
      margin-top: 0!important; 
    }
}
@media screen and (max-width: 767px) {  
    #header-bg {
      height: 265px;
    }
    #header {
      height: 225px;
      margin-top: -264px;
    }
    #header-right {
      float: right;
      width: 60%; 
      margin-top: -220px;
    }
}
@media screen and (max-width: 700px) {  
    #header-right {
      width: 55%; 
    }
}
@media screen and (max-width: 600px) {  
    #header-right {
      width: 50%; 
      clear: both; 
    }
}
@media screen and (max-width: 550px) {  
    #header-bg {
      height: 230px;
    }
    #header {
      height: 300px;
      margin-top: -230px;
    }
    #header-right {
      width: 95%; 
    }
    #logo {  
      float: right;
      width: 45%;
      height: 200px;
    }
    #desc {
      float: left;
      width: 100%;
      color: #333;
      margin: 25px 0 15px 0;
      clear: both;
    }
}
@media screen and (max-width: 500px) {  
    #header-bg {
      height: 230px;
    }
    #header-right {
      float: left;
      width: 100%;
      height: auto;
      margin-top: 0;
      clear: both !important;
    }
    #logo {  
      float: left;
      width: 100%;
      height: auto;
      font: normal 30px 'Tenor Sans';
    }
    #desc {
      font: normal 18px 'Tenor Sans';
      margin: 7px 0 15px 0;
    }
}
@media screen and (max-width: 300px) {  
    #header-bg {
       display: none;
    }
    #header { 
      height: auto;
      margin-top: -20px;
    }
}

/************************************************
*	My responsive block						*
************************************************/

@media (min-width: 1280px) {
    .block-home .span4 { width: 345px!important; }
}
@media (max-width: 1279px) {
    .block-home .span4 { width: 345px!important; } 
}
@media (max-width: 1200px) {
    .block-home .span4 { width: 270px!important; }
    .header_ad468x60 { display: none; }
}
@media (max-width: 1197px) {
    .slides_container .slide { width: 255px; border: 1px solid #fff; } 
}
@media (max-width: 979px) {
    .block-home .span4 { width: 200px!important; } 
}
@media (max-width: 978px) {
    .slides_container .slide { width: 183px; }
    .bbut {  margin: 15px 0 0 -8px; }
}
/* Tablet */

@media (max-width: 767px) {
    .block-home .span4 { width: 100%!important; }
    .bottom-block { padding: 0 0 20px 20px; }
    .slides_container .slide { width: 325px;  }
    .bbut {  margin: 15px auto 0; }
    #header-right { padding-left: 20px;}
    #sid-category { display: none; }
}
@media (max-width: 420px) { 
    .slides_container .slide { 
      position: relative;
      width: 300px;
      height: auto;
      display: block;
      text-align: center;
      /* border: 1px solid #fff; */
      overflow: hidden !important;
    }
}
@media (max-width: 400px) { 
    .slides_container .slide { width: 270px; }
}
@media (max-width: 380px) { 
    .bookslide_bg {  height: 410px; }
    .slides_container {  height: 375px; }
    .slides_container .slide { }
    .slides_container .slide img {
      width: 180px;
      height: 180px;
    }
}
@media (max-width: 360px) { 
    .slides_container .slide { width: 250px; }
    .slides_container .slide img {
      width: 160px;
      height: 160px;
    }
    .bookslide_bg {  height: 390px; }
    .slides_container {  height: 355px; }
}
@media (max-width: 340px) { 
    .slides_container .slide { width: 230px; }
    .slides_container .slide img {
      width: 160px;
      height: 160px;
    }
}
@media (max-width: 320px) { 
    .slides_container .slide { width: 210px; }
    .bbut {  margin: 15px 0 0 5px; }
}
@media (max-width: 300px) {
    .bookslide_bg {  height: 370px; }
    .slides_container .slide { height: 335px; width: 190px;}
    .booksDescription { width: 150px !important; }
    .slides_container .slide img {
      max-width: 140px;
      height: 140px;
    }
    ul.pagination { bottom: 55px; }
    .bbut {  margin: 15px 0 0 -5px; }
}
@media (max-width: 280px) {
    .slides_container .slide { width: 170px; }
    .bbut {  margin: 15px 0 0 -5px; }
    .bookslide_bg {  height: 380px; }
    .slides_container {  height: 345px; }
    .bbut {  margin: 15px 0 0 -10px; }
}










