@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Boblic';
    src: url('../fonts/boblic.eot');
    src: url('../fonts/boblic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/boblic.woff') format('woff'),
         url('../fonts/boblic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nautilus Pompilius';
    src: url('../fonts/nautilus.eot');
    src: url('../fonts/nautilus.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nautilus.woff') format('woff'),
         url('../fonts/nautilus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, menu, section {
	display: block;
}


/******************* main tags *******************/

body {
	background: #f3f1ef url(../img/body-bg1.png) center 0 no-repeat;
	font: normal 14px  Arial, Sans-serif;
	color: #777;
	margin: 0;
}

a {
	color: #FD519F;
	text-decoration: none;
}

a:hover {
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
	color: #000;
	text-decoration: underline;
}

a:focus {
	outline:none;
}

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


h1 {
	color: #F49CC2
}

h2 {
	color: #F49CC2;
	margin: 20px 0 20px 0
}

h3 {
	font-size: 20px;
	margin: 20px 0 20px 0
}

strong {
	font-weight: bold
}

.like_h2 {
	
}


/*************** common classes ***************/

.container {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 60px 45px 60px;
	max-width: 980px;
}

#main::after,
.header::after,
.main-menu::after,
.container::after {
	content: "";
	display: table;
	clear: both;
}

/*===========================================
				 header
===========================================*/


.body-main {
	background: url(../img/body-bg3.png) center 0 no-repeat;
	padding: 55px 0 55px;
}

.header {
	background: url(../img/hor-line.png) left bottom 20px repeat-x;
	padding: 20px 0 60px;
}

.header a {
	text-decoration: none;
}

.head-nav {
	float: left;
	top: -60px;
	left: -60px;
	position: relative;
}

.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu > li {
	float: left;
	margin-right: 25px;
}

.main-menu > li > a {
	font-size: 15px;
	display: block;
	padding: 5px;
}

.main-menu > li > a:hover {
	text-decoration: underline;
}

.head-logo {
	background-color: #f49cc2;
	padding: 0 10px 0;
	clear: left;
	float: left;
}

.head-logo a {
	color: #fff;
	font-size: 24px;
}

.head-phone {
	color: #f49cc2;
	font-size: 22px;
	float: right;
	margin-bottom: 20px;
}

.categories-menu {
	clear: right;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.categories-menu > li {
	float: left;
	margin-left: 20px;
}

.categories-menu > li > a {
	color: #a6a4a4;
	font-size: 18px;
	display: block;
	padding: 5px;
}

.categories-menu > li > a:hover {
	color: #f49cc2;
}

.categories-menu ul {
	background: #a6a4a4;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

.categories-menu ul > li > a {
	color: #fff;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

.categories-menu ul > li > a:hover {
	font-weight: bold;
}


.categories-menu > li:hover ul {
	visibility: visible;
	opacity: 1;
	transition-duration: 2s;
}



/*===========================================
				 slider
===========================================*/

.slider {
	background: url(../img/hor-line.png) left bottom repeat-x;
	padding-bottom: 5px;
}

.slider img {
	padding: 50px 0 50px;
	width: 100%;
	height: 480px;
}


/*===========================================
				 products
===========================================*/

.products {
	padding: 50px 0 50px;
}

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

.products .item {
	display: inline-block;
	margin-bottom: 80px;
	padding: 0 2% 0;
	width: 20.5%;
	max-width: 230px;
	text-align: center
}

.products .image {
	margin-bottom: 10px;
}

.products .name {
	font-size: 15px;
}

.products .name a:hover {
	text-decoration: none;
}

.products .price {
	color: #f49cc2;
	text-align: center;
	font: normal 30px Georgia, Arial;
}



/*===========================================
				 footer
===========================================*/

.footer {
	background: url(../img/hor-line.png) left 20px repeat-x;
	padding-top: 70px;
	clear: both
}

.footer .main-menu {
	margin: 0 0	 10px -5px;
	text-align: center;
}

.copyright {
	color: #f49cc2;
	clear: left;
	float: left;
	font-size: 12px;
}


/*===========================================
				 content
===========================================*/

#back_link {
	clear: both;
	padding: 20px 0 40px 0
}


#back_link img {
	vertical-align: middle
}


#brands img {
	border: 0
}

#brands li {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

#call_designer {
	width: 400px;
	min-height: 350px;
	background: #d6ccbe;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	z-index: 9999999999999;
	padding: 20px;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.50);
	opacity:0.95;
	filter:alpha(opacity=95);
}

@media screen and (max-height: 700px) {
	#call_designer {
		top: 0px;
		position: fixed;	
	}
}

#call_disigner_head {
	font-size: 16px;
	font-weight: bold
}

.call_designer_table {
	width: 100%
}

#cats {
	width: 100%;
	text-align:center
}

#cats td {
	padding-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC
}

#cats img {
	border: none;
}

#central {
	background: #009cff url('img/loading.gif') no-repeat center center; 
	overflow: hidden;
	height: 326px;
	border: 7px solid white; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 1084px;
	margin: 15px 0 0 0;
	 clear: both
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding: 20px; 
	font-weight: bold;
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
	min-height: 30px;
}

#claim img {
	vertical-align: middle
}

#comment_form {
	border: 1px dashed #CCCCCC;
	display: inline-block;
	padding: 10px;
	margin: 10px 10px 10px 0;
	background: #f5f4f4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}

#comment_form div {
	margin: 10px 0 10px 0
}

#comment_form label {
	font-weight: bold
}

#content {
	padding: 10px;
}

#content p {
	text-align: justify;
}

#curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	opacity: 0.85;
	background: #000;
}

#form input {
	margin: 0 0 10px 0;
	border: 1px solid #AAA;
	line-height: 170%;
	padding: 3px 10px 3px 10px;
	color: #777;
	width: 98%;
	max-width: 300px
}

#form textarea {
	border: 1px solid #AAA;
}

#form p {
	margin: 10px 0 10px 0
}

#form #prov {
	width: 90px;
}

#form #submit {
	width: auto;
	cursor: pointer
}

#form #submit:hover {
	background: #FFC
}

#forma_contact {
	border: 1px solid grey; 
	padding: 20px
}

#forma_contact #message {
	height: 200px
}

#forma_contact .button_white {
	cursor: pointer
}

#forma_contact .contact_input {
	width: 98%;
	max-width: 400px;
	border: 1px solid #DDD;
	height: 25px
}

#forma_contact #prov {
	width: 90px;
	border: 1px solid #DDD;
	height: 25px
}

#frame {
	width: 95%;
	max-width: 1000px;
	margin:auto
}

#full-img {
	float: left;
}

#full-img img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 250px;
	margin-right: 40px
}


#gallery_cats {
	text-align:center
}

#gallery_cats td {
	padding: 15px 0 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#gallery_cats img {
	border: none;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
	margin: 0 10px 0 0
}

#goup {
	position: fixed;
	bottom: 40px;
	right:50px;
	display: none;
	cursor: pointer
}

.gallery_cat_tab {
	display: inline-block;
	border: 1px solid #CCC;
	position: relative;
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.30);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.30);
}

.gallery_cat_tab img {
	vertical-align:bottom;
}

.gallery_title {
	background: url(/img/transp.png); 
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 0 0
}

.gallery_title:hover {
	background: url(/img/transp-hover.png);
	color: #333
}


#lasnews p {
	margin: 0
}

#map {
	background: #fff;
	padding: 5px;
	display: inline-block;
	border: 1px solid #CCC;
	width: 98%
}

#main {
	
}

#navigation {
	margin: 15px 0 15px 0
}

#navigation a {
	margin-right: 8px;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation a:hover {
	background: #FBF9E3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	text-decoration: none;
}

#navigation div {
	display: inline-block;
	margin-right: 4px;
	background: #FBF9E3;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#product-list {
	width:100%
}

#product-list td.catalog-kratk, td.imgcat {
	vertical-align: top;
	padding-top: 15px;
	border-bottom: 1px dashed #CCCCCC
}

#product-list h2 {
	margin-top: 0
}

#right-float {
	float: right;
}

#social {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 16px
}

#studio {
	font-size: 16px;
	text-align: center
}

#studio a {

	color: #FF5194;
}

#top-nav {
	color: grey; 
	font-size: 11px;
	margin: 10px 0 10px 0;
	text-align: left
}

#top-nav img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

#top-nav strong {
	margin: 0 10px 0 0;
}

#weather {
	margin: 50px 0 50px 0;
	text-align: center
}

.additional_img {
	float: left;
	margin: 5px;
}

.additional_img img {
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
	max-width: 80px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC
}

.article_comment {
	border: 1px solid #CCC;
	padding: 10px;
	background: #F3F3F3;
	overflow: hidden;
	margin: 10px 0 10px 0
}

.article_comment img {
	border: 1px solid #9c9c9c;
	float: left;
	margin: 0 15px 0 0;
	clear: both
}

.article_comment_author {
	font-weight: bold;
}

.article_comment-content {
	clear: both;
	color: #666
}

.article_comment_content {
	font-size: 13px
}

.article_comment_reply {
	text-align: right
}

.article_comment_reply a:hover {
	text-decoration: none;
}

.articles_list_cat {
	float: right;
	margin: 10px 0 10px 0
}

.articles_list_tab {
	border: 1px solid #CCC;
	margin: 5px 0 5px 0;
	padding: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 140%
}

.articles_list_tab h2 a {
	text-decoration: none
}

.articles_list_tab h2 a:hover {
	text-decoration: underline
}

.artik {
	font-weight: bold;
	text-align:right !important;
	margin:0 !important;
	padding:0
}

.blocker {
	margin: 20px; 
	color: #666; 
	padding: 20px 40px 20px 40px; 
	background: #ffebf4; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.34);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.34);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.34);
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FCF2F7),
	color-stop(1, #FCE5F0)
);
background-image: -o-linear-gradient(bottom, #FCF2F7 0%, #FCE5F0 100%);
background-image: -moz-linear-gradient(bottom, #FCF2F7 0%, #FCE5F0 100%);
background-image: -webkit-linear-gradient(bottom, #FCF2F7 0%, #FCE5F0 100%);
background-image: -ms-linear-gradient(bottom, #FCF2F7 0%, #FCE5F0 100%);
background-image: linear-gradient(to bottom, #FCF2F7 0%, #FCE5F0 100%);
}

.brand_logo {
	float: right;
	margin: 0 0 0 10px
}

.big-central-link {
	text-align:center;
	font-size: larger;
	margin: 10px
}

.button_white {
	border: 1px solid #999;
	padding: 5px 20px 5px 20px;
	color: #666;
	text-decoration: none;
	background: #F0F0F0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #EBEBEB)
);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	-moz-box-shadow:    1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	box-shadow:         1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	margin: 20px 0 20px 0;
	display: inline-block
}

.button_white:hover {
	border: 1px solid #C0C02C;
	background: #FFC;
	color: #666;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-decoration: none
}

.catalog_old_price {
	color: #999;
	text-decoration: line-through;
	font-size: 15px;
}

.catalog-kratk {
	vertical-align:top;
	padding: 0 15px 0 15px
}

.close {
	border: none;
	float: right
}

.column1_of2 {
	border: 1px solid #e4e4e4;
	float: right;
	width: 28%;
	padding: 5px 0 0 0;
	line-height: 1.4;
	min-width: 222px;
}

.column2_of2 {
	border: 1px solid #e4e4e4;
	float: left;
	width: 59%;
	text-align: justify;
	padding: 5px 3% 40px 3%;
	line-height: 1.4;
}


.column1_of3 {
	float: left;
	width: 28%;
	padding: 0 3% 0 0;
	text-align:center;
	line-height: 140%;
	min-width: 230px
}

.column2_of3 {
	float: left;
	width: 28%;
	padding: 0 3% 0 3%;
	text-align:center;
	line-height: 140%;
	min-width: 230px
}

.column3_of3 {
	float: left;
	width: 28%;
	padding: 0 0 0 3%;
	text-align:center;
	line-height: 140%;
	min-width: 230px
}

.comment {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0 10px 0
}

.comment-admin {
	font-size: 11px;
	color: #C30;
	margin-left: 20px
}

.comment-author {
	font-weight: bold
}

.comment-date {
	float: right;
	color: #999;
	font-size: 10px
}

.comment-content {
	clear: both;
	color: #666
}

.comment_lists {
	list-style-type: none;
	padding: 0  !important;
	margin: 0 !important
}

.comment_lists ul {
	margin: auto 0 auto 25px !important
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_img_left {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0
}

.content_img_right {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: right; 
	margin: 0 0 15px 15px
}

.greysmall {
	color: grey; 
	font-size: 10px
}

.img_title {
	font-size: 12px;
	color: #666
}

.imgcat {
	text-align:center;
	padding-bottom:20px;
	width: 200px;
}

.imgcat img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 200px;
	max-width: 200px;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
}

.imgcat img:hover {
	background: #d6d6d6;
}

.left_money336 {
	width: 336px;
	height: 280px;
	float: left;
	margin: 0 10px 0 0
}

.liquid {
	width: 98%;
	max-width: 1200px;
	min-width: 1000px;
	margin: auto
}

.list-proizvod {
	font-weight: bold;
	text-align:right !important;;
	padding:0
}

.more {
	font-style: italic;
	clear: both
}

.news_list_date {
	color: #999;
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 75%;
	border-bottom: 1px dashed #CCC
}

.news_list_tab {
	border: 1px solid #CCC;
	margin: 5px 0 5px 0;
	padding: 10px;
	overflow: hidden
}

.news_list_tab h2 {
	font-size: 18px;
	margin: 0 0 15px 0
}

.news_list_tab_img {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 15px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}

.not_more {
	margin: 0 0 30px 0 !important;
	clear: both
}


.photo {
	text-align:center
}

.photo img {
	border: 0;
}

.price {
	text-align:right;
	color: #f49cc2;
	font: normal 30px Georgia, Arial;
}

.price2 {
	text-align:center !important;
	font-weight:bold;
	font-size: 14px;
	color: #900;
	clear: both;
}

.prod {
	background-color: #c0c0c0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px 
}

.prod td {
	background-color: #fff;
	text-align:center
}

.question_answer {
	font-size: small	
}

.real {
	background-color: #c0c0c0; 
}

.real td {
	background-color: #fff;
	padding: 3px
}

.real h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 0
}

.review_author {
	color: gray;
}

.review_content {
	margin: 20px 0 20px 
}

.review_data {
	float: right; 
	padding: 0 0 10px 10px; 
	color: gray; 
	font-size: 10px
}

.review_input {
	width: 98%;
	max-width: 500px
}

.right_money336 {
	width: 336px;
	height: 280px;
	float: right;
	margin: 0 0 0 10px
}

.tr_head td {
	background: #D6D6D6
}

.zone-img {
	width: 100%; 
	height: 100%; 
	min-height: 160px;
	display: block
}

.zone-img a {
	display: block;
	height: 100%
}

.zone-img:hover {
	background: #fffbf0;
}

.zone-img img {
	max-width: 100px;
}


/* begin of dropdown */

/* LEVEL ONE */
ul.dropdown { 
position: relative; 
list-style-type:none;
padding:0;
margin:0
}

ul.dropdown li { 
position: relative; 
display: inline-block
}

ul.dropdown a {
	
}

ul.dropdown a:hover {
	
}

/* LEVEL TWO */
ul.dropdown li ul { 
	list-style-type:none;
	border: 1px solid #ba8355;
	padding: 5px;
	position: absolute;
	top: 100%;
	left: -9999em;
	-webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -o-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
   opacity: 0; 
}

ul.dropdown li:hover > ul {
	left: 0;
	opacity: 1;
}

ul.dropdown ul li 					
{ 
	padding: 0 5px 0 5px; 
	height: 31px; 
	margin: 1px 0 1px 0; 
	font-weight: normal; 
	white-space: nowrap;
	display: block 
	}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding:0;}

/* end of dropdown */


/* Begin of Shadowbox style */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;cursor:pointer}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:34px}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:30px;padding:2px 0;width:45%;}
#sb-nav a{
	display:block;
	float:right;
	height:30px;
	width:30px;
	margin-left:6px;
	cursor:pointer;
	background-repeat:no-repeat;
	}
#sb-nav-close{background-image:url(/img/close3.png); width: 30px; height: 30px}
#sb-nav-next{
	background-image:url(/img/next.png);

	}
#sb-nav-previous{background-image:url(/img/previous.png);}
#sb-nav-play{background-image:url(/img/play.png);}
#sb-nav-pause{background-image:url(/img/pause.png);}
#sb-counter{float:left;width:45%}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* End of Shadowbox style */
 
.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
    padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.35);
}

.my-gallery img:hover {

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition-duration: 1s;
}
  
.my-gallery figure {
	display:-moz-inline-box; 
	display:inline-block; *zoom:1; *display:inline;
	text-align:top;
	overflow: hidden;
	vertical-align: top;
	margin: 0 5px 30px 0;
	line-height: 100%;
	width: 40%;


}
.my-gallery figcaption {
  display: none;
}


/*===========================================
			  Media queries
===========================================*/

@media screen and (max-width: 1000px) {
	
	.body-main {
		padding :0;
	}

	.container {
		padding-left: 3%;
		padding-right: 3%;
	}

	.head-nav {
		position: static;
		margin-bottom: 20px;
	}

	.head-logo {
		margin-bottom: 20px;
	}

	.products {
		text-align: center;
	}

	.products .item {
		width: 45%;
	}

	.products .name,
	.products .price {
		text-align: left;
	}
	
}

@media screen and (max-width: 750px) {
	
	.column1_of2,
	.column2_of2 {
		float: none;
		width: auto;
	}
}


@media screen and (max-width: 550px) {
	
	body {
		min-width: 310px;
	}

	.header {
		text-align: center;
	}

	.head-logo a {
		font-size: 20px;
	}

	.categories-menu ul {
		display: none;
	}

	.main-menu > li,
	.categories-menu > li {
		float: none;
		display: inline-block;
		margin: 0 10px 5px;
	}

	.categories-menu > li > a {
		font-size: 15px;
	}

	.head-logo,
	.head-phone {
		float: none;
		display: inline-block;
	}

	.products .item {
		width: auto;
	}
	
}






.imgcat {
 text-align:center;
 padding-bottom:20px;
 min-width: 240px;
}
.column1_of2 {
 float: right;
 width: 14%;
 line-height: 140%;
 min-width: 230px
}

.column2_of2 {
 float: left;
 width: 70%;
 padding: 0 3% 40px 3%;
 line-height: 140%;
}

.prod-grid .cell {
 display: inline-block;
    vertical-align: top;
    margin: 0 15px 40px 15px;
    width: 250px;
}

.prod-grid .imgcat {
 height: 220px;
}

.prod-grid .name {
 font-size: 22px;
}

.prod-grid p {
 text-align: left;
}

.prod-grid .name,
.prod-grid .price {
 text-align: center;
}

.prod-list .catalog-kratk {
 display: table-cell;
 width: 100%;
}

.prod-list .item {
 border-bottom: 1px dashed #CCCCCC;
 padding: 15px 0 15px;
}

.prod-list .imgcat{
 display: table-cell;
}

@media screen and (max-width: 550px) {
 .prod-list .catalog-kratk,
 .prod-list .imgcat {
  display: block;
  width: auto;
 }
}






