/* Normalize v3.0.1
======================================================================================================================*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
b,strong,optgroup{font-weight:bold}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}
/* Template styles
======================================================================================================================*/
html, body {
	font: 14px/24px Arial, sans-serif;
	height:100%;
	width:100%;
	color: #623a21;
	background: #fff;
	min-width: 980px;
}
body{
	background: url("../img/bg.jpg")/*tpa=http://mebel-rembrandt.ru/themes/main/img/bg.jpg*/ no-repeat 50% 0 #fff;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	margin: 5px 0 18px;
}
h2,.h2 {
	font-weight: bold;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	margin: 18px 0 15px;
}
h3,.h3 {
	font-weight: bold;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	margin: 18px 0 15px;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	margin: 18px 0 15px;
}
/* Links
-----------------------------------------------------------*/
a{
	color:#623a21;
	text-decoration:underline;
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-out;  /* FF4+ */
	-ms-transition: color 0.2s ease-out;  /* IE10 */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5+ */
	transition: color 0.2s ease-out;
}
a:visited{}
a:hover{
	text-decoration:underline;
	color: #d1ce19;
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-out;  /* FF4+ */
	-ms-transition: color 0.2s ease-out;  /* IE10 */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5+ */
	transition: color 0.2s ease-out;
}
a:active{}
a:focus{outline: none;}
/* Form tags styles
-----------------------------------------------------------*/
input,
textarea,
select {
	position: relative;
	font: 12px Arial, sans-serif;
	outline: none;
	padding: 4px;
	border: 1px solid #ccc;
	color: black;
	vertical-align: middle;
	overflow: hidden;
	background: #fff;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
textarea{
	overflow: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #ccc; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #ccc;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #ccc;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #ccc;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
	color: #ccc; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
	color: transparent !important; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	color: transparent !important; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	color: transparent !important; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: transparent !important; }
input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
	color: transparent !important; }
input:focus,
textarea:focus,
select:focus {
	color: black; }
select {
	padding: 0; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	text-decoration: none;
	outline: none;
	padding: 4px 8px;
	border: 1px solid #ccc;
	font: 12px Arial, sans-serif;
	display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	 }
/* Meta classes
-----------------------------------------------------------*/
.hidden {
	display: none; }
.show {
	display: block !important; }
.visible {
	visibility: visible !important; }
.no-margin {
	margin: 0 !important; }
.no-padding {
	padding: 0 !important; }
.no-bg {
	background: none !important; }
.no-border {
	border: none !important; }
.bold {
	font-weight: 700; }
.italic {
	font-style: italic; }
.underline {
	text-decoration: underline; }
.uppercase {
	text-transform: uppercase; }
.lowercase {
	text-transform: lowercase; }
.disabled {
	cursor: default !important;
	opacity: .3;
	filter: alpha(opacity=30); }
.error {
	color: red !important; }
input.error {
	outline: 1px solid red !important;
	outline-offset: -1px; }
.va-top {
	vertical-align: top !important; }
.red {
	color: red; }
.blue {
	color: blue; }
.yellow {
	color: yellow; }
.green {
	color: green; }
.gray {
	color: gray; }
.orange {
	color: orange; }
.f-left, .float-left, .left {
	position: relative;
	float: left; }
.f-right, .float-right, .right {
	position: relative;
	float: right; }
.f-center, .float-center {
	position: relative;
	float: none;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px; }
.t-center, .text-center {
	text-align: center; }
.t-left, .text-left {
	text-align: left; }
.t-right, .text-right {
	text-align: right; }
.col {
	position: relative;
	margin: 0 0 15px;
	padding: 0;zoom: 1; }
.col:after, .f-row:after, .clear:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;}
.w-10 {
	width: 10%; }
.w-15 {
	width: 15%; }
.w-20 {
	width: 20%; }
.w-25 {
	width: 25%; }
.w-30 {
	width: 30%; }
.w-33 {
	width: 33.3333%; }
.w-50 {
	width: 50%; }
.w-66 {
	width: 66.6667%; }
.w-70 {
	width: 70%; }
.w-75 {
	width: 75%; }
.w-80 {
	width: 80%; }
.w-85 {
	width: 85%; }
.w-90 {
	width: 90%; }
.full-width, .w-100 {
	width: 100%; }
#wrapper,#header,#container,#footer,.pie{position:relative}
.pic-default{
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
	min-height: 35px;
	min-width: 40px;
}
p{
	margin: 15px 0;
}
/* Wrapper
-----------------------------------------------------------*/
#wrapper{
	min-height:100%;
	height: auto !important;
	height:100%;
	margin:0 auto;
}
/* Header
-----------------------------------------------------------*/
#header{
  margin-bottom: 15px;
}
.header-center{
	margin: 0 auto 14px;
/*    padding-top: 24px;*/
    position: relative;
    width: 940px;
}
/* Container
-----------------------------------------------------------*/
#container{
	 padding: 0 0 134px;
	zoom: 1;
    margin-top: 22px;
}
#container:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.container-columns{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.container-center{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.container-columns-main{
	float:left;
	width:100%;
        padding-bottom: 20px;
}
.container-columns-content{
	margin:0 0 0 250px;
}
/* Sidebar
-----------------------------------------------------------*/
.container-columns-left{
	width:210px;
	margin-left:-100%;
	float:left;
        padding-bottom: 20px;
}
.container-columns-right{
	width:210px;
	margin-left:-210px;
	float:right;
}
/* Footer
-----------------------------------------------------------*/
#footer{
	height:134px;
	margin: -134px auto 0;
	clear:both;
	background: url("../img/bg-footer.jpg")/*tpa=http://mebel-rembrandt.ru/themes/main/img/bg-footer.jpg*/ repeat 50% 0 #3e2315;
	color: #fff;
}
.footer-center{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
/* Page styles
======================================================================================================================*/
.header-center-left{
	position: relative;
	float: left;
	width: 263px;
	margin-right: 15px;
}
.header-center-left-link{
	 color: #623A21;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1px;
    min-height: 48px;
}
.header-center-left-link a{

}
.header-center-left-logo{
	width: 263px;
	margin-bottom: 8px;
	margin-left: 17px;
    margin-top: 28px;
    text-align: center;
}
.header-center-left-logo img{
	vertical-align: top;
	max-width: 100%;
}
.header-center-right{
	float: right;
    margin-bottom: 10px;
    margin-left: 73px;
    padding-top: 3px;
    position: relative;
    width: 230px;
}
.header-center-right-addr{
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	color: #52301c;
	font-size: 15px;
	line-height: 17px;
	 margin-bottom: 16px;
}
.header-center-right-addr-head{
	color: #d1ce19;
	font-size: 16px;
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	margin-bottom: 4px;
}
.header-center-right-search{
	position: relative;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	background: #f3eee1;
	height: 32px;
}
input.header-center-right-search-input{
	 background: none repeat scroll 0 0 #F3EEE1;
    border: 0 none;
    float: left;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 9px;
    width: 87%;
}
input.header-center-right-search-btn,.header-center-right-search-btn{
	background: url("../img/search-icon.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/search-icon.png*/ no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 15px;
}
.header-center-right-phone-item{
	color: #52301c;
	font-size: 21px;
	line-height: 29px;
	  font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
}
.header-center-right-phone{
	margin-bottom: 20px;
	 line-height: 28px;
         margin-top: 38px;
}
.btn-call{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #d1ce19;
	font-size: 16px;
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	line-height: 18px;
	padding: 6px 19px;
	border: 1px dashed #d1ce19;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.site-menu{
	position: relative;
	width: 940px;
	margin: 14px auto;
    padding-bottom: 20px;
    padding-top: 20px;
	background: url("../img/site-menu.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/site-menu.png*/ repeat 50% 0;
	text-align: center;
	font-size: 15px;
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 10;
}
.site-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-menu ul li{
	display: inline;
	margin: 0 15px;
	position: relative;
}
.site-menu ul li:first-child{
	margin-left: 0;
}
.site-menu ul li:last-child{
	margin-right: 0;
}
.site-menu ul li a{
	color: #fff;
	text-decoration: none;
}
.site-menu ul li a:hover{
	text-decoration: underline;
	color: #d1ce19;
}
.main-baner{
	text-align: center;
	height: 409px;
	background: url("../img/bg-main.jpg")/*tpa=http://mebel-rembrandt.ru/themes/main/img/bg-main.jpg*/ no-repeat 50% 0 #f5f0e6;
	margin-top: -51px;
	 margin-bottom: -19px;
}
.services{
	width: 940px;
	margin: 0 auto 19px;
	background: url("../img/line-bg.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/line-bg.png*/ repeat-y 0 0;
}
.services-item{
	 color: #52301C;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    padding: 30px 10px 32px 20px;
    text-align: center;
    text-transform: uppercase;
}
.services-item a{
	text-decoration: none;
	display: inline-block;
	color: #52301c;
}
.services-item-pic{
	display: inline-block;
	vertical-align: middle;
	width: 74px;
	 margin-right: 5px;
}
.services-item-pic img{
	vertical-align: middle;
/*	max-width: 100%;*/
}
.services-item-info{
	display: inline-block;
	vertical-align: middle;
	width: 103px;
	text-align: left;
}
.services-item-info--w{
	width: 160px;
}
.services-item--white a{
	color: #fff;
}
.services-item--white  .services-item-info{
	color: #fff;
}
.title{
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 19px;
	text-transform: uppercase;
	margin-bottom: 14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	position: relative;
	background: url("../img/title-bg.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/title-bg.png*/ repeat-x 0 0;
	color: #fff;
}
.left-menu{
	font-size: 14px;
	 font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	padding-left: 35px;
	margin-bottom: 44px;
}
.left-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.left-menu ul li{
	margin-bottom: 11px;
}
.left-menu ul li a{

}
.baner{
	position: relative;
	margin: 15px 0;
}
.baner img{
	vertical-align: top;
	max-width: 100%;
}
.pics{
	position: relative;
	margin: 20px 0 0;
}
.pics-item{
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    float: left;
    height: 154px;
    margin-bottom: 9px;
    margin-right: 35px;
    overflow: hidden;
    position: relative;
    width: 194px;
}
.list-menu{
	font-size: 14px;
	color: #d1ce19;
 margin: 10px 0;
	padding: 0;
	padding-right: 35px;
	list-style: none;
	font-family: Arial, sans-serif;
}
.list-menu li{
	margin-bottom: 1px;
}
.list-menu a{
	color: #d1ce19;
}
.list-menu a:hover{
	text-decoration: none;
}
.w-55{
	width: 55%;
}
.w-45{
	width: 45%;
}
.footer-line{
	position: relative;
	margin-bottom: 15px;
	background:rgba(76,45,27,0.5);
	-pie-background:rgba(76,45,27,0.5);
}
.footer-line-center{
	width: 940px;
	margin: 0 auto;
}
.footer-menu{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 15px;
    font-weight: 700;
   padding-bottom: 16px;
    padding-top: 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}
.footer-menu ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
	display: inline;
    margin: 0 15px;
    position: relative;
}
.footer-menu ul li:first-child{
	margin-left: 0;
}
.footer-menu ul li:last-child{
	margin-right: 0;
}
.footer-menu ul li a{
	color: #FFFFFF;
    text-decoration: none;
}
.footer-menu ul li a:hover{
	color: #D1CE19;
    text-decoration: underline;
}
.footer-center-copy{
	font-size: 13px;
	font-family: Arial, sans-serif;
}
.social{
	font-size: 13px;
}
.social img{
	vertical-align: middle;
}
.social-item{
	margin-left: 5px;
    margin-right: -6px;
}
.counters{
	 padding-left: 16px;
    padding-top: 10px;
    text-align: center;
}
.counters-item{
	display: inline-block;
	vertical-align: middle;
	 margin: 0 4px;
}
.counters-item img{
	vertical-align: middle;
}
.dis{
	font-size: 13px;
	text-align: right;
	 padding-top: 25px;
}
.dis a{
	color: #d1ce19;
}
.dis a:hover{
	text-decoration: none;
}
.footer-center-contacts{
	 font-size: 13px;
    padding-left: 82px;
    padding-top: 4px;
}
.footer-center-contacts-mail{
	color: #d1ce19;
}
.footer-center-contacts-mail:hover{
	text-decoration: none;
}
.sub-menu{
    font-size: 14px;
    color: #623a21;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-left: 4px;
    margin: 18px 0;
}
.sub-menu b{
    color: #d1ce19;
    text-decoration: underline;
}
.sub-menu-sep{
    color: #3c2315;
    margin: 0 8px;
    font-size: 5px;
    vertical-align: middle;
}
.pro{
    position: relative;
    border: 1px solid #000;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    margin-left: 0px;
    margin: 18px 0;
    margin-bottom: 19px;
}
.pro-pic{
    position: relative;
    overflow: hidden;
    float: left;
    width: 475px;
    height: 324px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.pro-right{
    position: relative;
    float: right;
    background: #fff;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    padding: 17px 21px 10px 27px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
     font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #623a21;
    line-height: 17px;
    width: 165px;
    min-height: 297px;
}
.pro-right p{
    margin: 0 0 5px;
}
.pro-right-price{
    margin: 5px 0 8px;
    font-size: 14px;
    color: #623a21;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 8px;
}
.pro-right-price span{
    font-size: 30px;
}
.btn{
    text-decoration: none;
    display: block;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    line-height: 16px;
    color: #fff;
    padding: 8px 16px;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #d1ce19;
    text-align: center;
}
.btn:hover{
    text-decoration: underline;
    color: #fff;
}
.pro-right-pic-min{
    position: relative;
    margin: 20px 0;
    margin-bottom: 14px;
}
.pro-right-pic-min-item{
    background: #000;
    cursor: pointer;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-right: 3px;
    float: left;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 0px 0 #d1ce19;
    -moz-box-shadow: 0px 0px 0px 0 #d1ce19;
    box-shadow: 0px 0px 0px 0 #d1ce19;
}
.pro-right-pic-min-item.active{
    -webkit-box-shadow: 0px 0px 0px 3px #d1ce19;
    -moz-box-shadow: 0px 0px 0px 3px #d1ce19;
    box-shadow: 0px 0px 0px 3px #d1ce19;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
.btn-zoom{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: #623a21;
     font-family: 'Roboto Condensed', sans-serif;
}
.btn-zoom:hover{
    text-decoration: underline;
     color: #623a21;
}
.ico-zoom{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/zoom.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/zoom.png*/ no-repeat 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.pro-pic>div{
    display: none;
}
.pro-pic>div.active{
    display: block;
}
.pro-info-left{
    position: relative;
    float: left;
    width: 450px;
}
.pro-info{
     font-family: 'Roboto Condensed', sans-serif;
    color: #623a21;
    font-size: 14px;
    line-height: 17px;
    margin: 19px 0 39px;
    padding-left: 10px;
}
.pro-info p{
    margin: 14px 0;
}
.pro-info-right-list{
    margin: 14px 0;
    padding: 0;
    list-style: none;
   font-family: 'Roboto Condensed', sans-serif;
    color: #623a21;
    font-size: 14px;
    line-height: 17px; 
}
.pro-info-right-list li{
    border-bottom: 1px solid #d0cac6;
    margin-bottom: 7px;
    padding-bottom: 11px;
}
.pro-info-right-list li:last-child{
    border-bottom: 0;
}
.pro-info-right{
    position: relative;
    float: right;
    width: 212px;
}

.pagination {
    font-weight: bold;
    position: relative;
    display: inline-table;
}
.pagination a, .pager span {
    color: #333;
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
}
.pagination li {
    float: left;
    display: block;
    
}
.pagination .selected {
    background: none repeat scroll 0 0 #D1CE19;
    border-radius: 3px;
    color: #fff;
}
.pagination a:hover {
    text-decoration: underline;
}

.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal{
    display: none;
    background: #eee;
    overflow: auto;
    z-index: 1001;
    position: absolute;
    width: 400px;
    border-radius: 5px;
}
.modal label {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.modal textarea {
    resize: none;
    width: 100%;
}

.modal input {
    float: left;
    width: 100%;
    padding: 10px 10px;
}

.modal button {
    background: none repeat scroll 0 0 #d1ce19;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

.popup-header {
    background: url("../img/site-menu.png")/*tpa=http://mebel-rembrandt.ru/themes/main/img/site-menu.png*/ repeat scroll 50% 0 rgba(0, 0, 0, 0);
    padding: 5px;
}

.popup-body {
    padding: 5px 20px 10px;
}

.popup-body label span {
    color: red;
    font-size: 12px;
}

.popup-header h3 {
    text-align: center;
    font-size: 17pt;
    margin-top: 10px;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.popup-footer {
    height: 5px;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.back-call-form {
    margin-top: 10px;
}

.back-call-form input,textarea {
    width: 100%
}

.back-call-form textarea {
    height: 150px;
}

.back-call-form div {
     width: 50%; 
     float: left;
}

.back-call-form button {
    float: right;
    margin-top: 5px;
}

.gallery-elem {
    float: left;
    margin-right: 30px;
}
/* Screens
======================================================================================================================*/
@media only screen  and (max-width: 1000px),
only screen and (max-device-width: 1000px){}