html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html { height: 101%; } /* always display scrollbars */
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: url(../img/main_background.jpg);
	font-size: 14px;
}

a.contactslink:hover {
	text-decoration: none;
}

div.wrapper960px {
	width: 912px;
	margin: auto;
	padding: 0 2.5%;
}
div#topwrapper {
	margin: auto;
	width: 960px;
	height: 165px;
	overflow: hidden;
}

div.description {
	line-height: 20px;
}

div#topwrapper a.centerlogo {
	display: block;
	margin: 30px auto 0;
	width: 252px;
	height: 106px;
	background: url(/static/img/logo_villa.png) center no-repeat;
}
div#topwrapper div.left {
	float: left;
	margin-left: 20px;
	width: 310px;
}

div#topwrapper div.left a.logo {
	width: 305px;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 15px;
	background: url(/static/img/logo_salon.png) center no-repeat;
	display: block;
}

div#topwrapper div.left div.address {
	color: white;
	font-size: 16px;

}

div#topwrapper div.topmenu {
	float: right;
	margin-top: 10px;
	width: 270px;
	margin-right: 30px;
}
div#topwrapper div.topmenu a.item {
	padding-left: 5px;
	display: block;
	float: left;
	color: white;
	font-size: 16px;
	width: 105px;
	line-height: 25px;
	margin: 0 25px 10px 0;
	padding-bottom: 5px;
	font-weight: normal;
}
div#topwrapper div.topmenu a.item.bordered {
	border-bottom: 1px dashed white;
}

div#topwrapper div.topmenu a.item:hover {
	text-decoration: none;
	color: #daca7a;
}
div#contentWrapper {
	min-width: 960px;
	padding-bottom: 30px;
	/*max-width: 1280px;
	margin: auto;*/
}
div#contentWrapper div.mainpanes {
	min-width: 960px;
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}
div#contentWrapper div.mainpanes .pane {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}

div#contentWrapper div.mainpanes .pane.category {
	height: 595px;
	cursor: pointer;
	width: 18.75%;
}

div#contentWrapper div.mainpanes .pane.category div.overlay {
	background: white;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	z-index: 5;
	width: 100%;
	height: 100%;
}

div#contentWrapper div.mainpanes .pane.category:hover div.overlay {
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter:alpha(opacity=15);
}

div#contentWrapper div.mainpanes .pane div.floatingBlock {
	position: absolute;
	top: 40px;
	left: 7%;
}
div#contentWrapper div.mainpanes .pane div.floatingBlock img.icon {
	width: 42px;
	height: 42px;
	display: block;
	background: gray;
	margin-bottom: 20px;
}
div#contentWrapper div.mainpanes .pane div.floatingBlock div.title {
	color: white;
	font-size: 36px;
}

div#contentWrapper div.mainpanes .pane.navigation {
	padding: 0px 0 20px;
	height: 575px;
	background: url(/static/img/navigation_pane_bg.png);
	width: 25%;
}
div#contentWrapper div.mainpanes .pane.navigation a.video {
	display: block;
	background: #4b423b;
	width: 50%;
	margin-bottom: 30px;
	cursor: pointer;
	color: white;
}

div#contentWrapper div.mainpanes .pane.navigation a.plitkapartner {
	display: block;
	float: right;
	width: 75px;
	height: 75px;
	background: url(/static/img/plitka53.ru.jpg) center no-repeat;
	margin-right: 10%;
}

div#contentWrapper div.mainpanes .pane.navigation a.video div.icon{
	display: block;
	background: url(/static/img/icons/video.jpg) left center no-repeat;
	height: 42px;
	padding-left: 50px;
	line-height: 42px;
	color: white;
	font-size: 16px;
}
div#contentWrapper div.mainpanes .pane.navigation .centered {
	width: 230px;
	margin: auto;
}
div#contentWrapper div.mainpanes .pane.navigation div.hotstuff {
	margin-bottom: 15px;
}

div#contentWrapper div.mainpanes .pane.navigation div.hotstuff div.title {
	background: url(/static/img/icons/new.jpg) left center no-repeat;
	height: 42px;
	padding-left: 50px;
	line-height: 42px;
	color: white;
	font-size: 16px;
	margin-bottom: 10px;
}

div#contentWrapper div.mainpanes .pane.navigation div.hotstuff a.item img {
	width: 110px;
	height: 110px;
	outline: 1px solid #aaa;
}
div#contentWrapper div.mainpanes .pane.navigation div.hotstuff a.item:first-child img {
	margin-right: 5px;
}

div#contentWrapper div.mainpanes .pane.navigation div.news {
	padding: 15px 0;
	background: #4b423b;
	color: #fff;
}

div#contentWrapper div.mainpanes .pane.navigation div.news div.header {
	
	margin-bottom: 20px;
	font-size: 16px;
}

div#contentWrapper div.mainpanes .pane.navigation div.news div.text {
	font-size: 12px;
	margin-bottom: 15px;
}
div#contentWrapper div.mainpanes .pane.navigation div.news a.newslink {
	border-bottom: 1px dotted #bfa55e;
	color: #bfa55e;
}

div#contentWrapper div.mainpanes .pane.navigation div.news a.newslink:hover {
	text-decoration: none;
}


div#contentWrapper div.mainpanes .pane.navigation a.interior {
	display: block;
	margin-bottom: 15px;
	color: white;
}

div#contentWrapper div.mainpanes .pane.navigation a.interior div.title {
	background: #80734e;
	text-align: center;
	color: white;
	height: 40px;
	line-height: 40px;
}

div#contentWrapper div.contentPopup {
	background: url(/static/img/pattern_light.jpg);
	position: relative;
}
div#contentWrapper div.contentPopup div.wrapper {
	min-width: 860px;
	max-width: 1280px;
	margin: auto;
	overflow:hidden;
	padding: 0 5%;
	position: relative;
}
div#contentWrapper div.contentPopup a.closeButton {
	display: block;
	position: absolute;
	right: 0;
	margin-right: 30px;
	top: 0;
	background: url(/static/img/icons/closeicon.png) center no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -10px;
	z-index: 10;
}

div.contentPopup {
	padding-bottom: 50px;
}

div.contentPopup div.left {
	float: left;
	width: 200px;
}

div.contentPopup div.left div.category a {
	color: black;
}

div.contentPopup div.left div.category a:hover {
	text-decoration: none;
}

div.contentPopup div.left div.category {
	padding-top: 50px;
	height: 130px;
}

div.contentPopup div.left div.category img.icon {
	width: 42px;
	height: 42px;
}

div.contentPopup div.left div.category span.title {
	font-size: 40px;
}

div.contentPopup div.left div.category div.section {
	margin-top: 20px;
	font-size: 18px;
}

div.contentPopup.projects div.left div.category span.title {
	font-size: 28px;
}

div.contentPopup div.left div.brandlist {
	border-right: 1px solid #cbc6c3;
}

div.contentPopup div.left div.brandlist a.item {
	display: block;
	color: #605555;
	padding: 10px 0 10px 5px;
	margin-right: 25px;
	border-bottom: 1px solid #cbc6c3;;
}

div.contentPopup div.right {
	margin-left	: 280px;
	padding-top: 50px;
}

div.contentPopup.brands div.right div.header {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 70px;
}

div.contentPopup.brands div.right div.header img {
	margin-left: 30px;
	vertical-align: middle;
	max-width: 300px;
}

div.contentPopup.brands div.right div.collection {
	margin-bottom: 20px;
}

div.contentPopup.brands div.right div.collection div.title {
	color: #847e7e;
	margin-bottom: 15px;
}
div.contentPopup.brands div.right div.collection div.breadcrumbs a.item {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	float:left;
	background: #bcbdc1;
	color: white;
	text-decoration: none;
}
div.contentPopup.brands div.right div.collection div.breadcrumbs a.item.active {
	background: #2b190b;
}


div.contentPopup.brands div.right div.colorbox {
	overflow: hidden;
	margin-bottom: 20px;

}

div.contentPopup.brands div.right div.colorbox div.picker {
	margin-left: 22%;
	width: 78%;
}

div.contentPopup.brands div.right div.colorbox div.text {
	float: left;
	width: 20%;
}

div.contentPopup.brands div.right div.colorbox div.picker a.item {
	float: left;
	display: block;
	width: 25px;
	margin: 0px 2px 10px;
	height: 25px;
	border: 1px solid gray;
}
div.contentPopup.brands div.right div.picturelist div.itemcontainer {
	width: 33%;
	float: left;
}

div.contentPopup.brands div.right div.picturelist a.item div.title {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #2d180c;
	overflow: hidden;
	text-align: center;
}

div.contentPopup.brands div.right div.picturelist {
	width: 100%;
	margin-bottom: 30px;
}

div.contentPopup.brands div.right div.picturelist a.item {
	position: relative;
	margin: auto;
	display: block;
	width: 200px;
	height: 200px;
	margin: 10px 0;
	border: 1px solid gray;
}

div.contentPopup.brands div.right div.picturelist a.item img {
	width: 200px;
	height: 200px;
	background: #ccc;
}

div.contentPopup.brands div.right div.picturelist a.item i.pdficon {
	position: absolute;
	background: url(/static/img/icons/pdf.png);
	right: 10px;
	top: 10px;
	display: block;
	width: 32px;
	height: 32px;
}

@media only screen and (min-width: 1200px) {
	div.contentPopup.brands div.right div.picturelist div.itemcontainer {
		width: 25%;
	}
}

div.contentPopup.decor div.category {
	padding-top: 50px;
}

div.contentPopup.decor div.category a {
	text-decoration: none;
	color: black;
}

div.contentPopup.decor div.category img.icon {
	width: 42px;
	height: 42px;
}

div.contentPopup.decor div.category span.title {
	font-size: 40px;
}

div.contentPopup.decor div.sectionwrapper {
	margin:auto;
	min-width: 860px;
	margin-top: 30px;
	overflow: hidden;
}
div.contentPopup.decor div.sectionwrapper div.section {
	float: left;
	min-width: 280px;
	width: 33.33%;
	height: 600px;
	position: relative;
}

div.contentPopup.decor div.sectionwrapper div.section div.title {
	text-shadow: 1px 1px 7px rgba(50, 50, 50, 0.9);
	font-size: 30px;
	line-height: 40px;
	color: #fefefe;
	margin: 20px 30px;
}

div.contentPopup.decor div.sectionwrapper div.section div.categories {
	position: absolute;
	bottom: 15px;
	left: 5%;
	width: 90%;
	background: rgba(240, 240, 240, 0.8);
}

div.contentPopup.decor div.sectionwrapper div.section div.categories a.item {
	display: block;
	padding: 10px;
	color: #2f1508;
}

div.contentPopup.projects div.left div.projectlist {
	border-right: 1px solid #cbc6c3;
}

div.contentPopup.projects div.left div.projectlist a.item {
	display: block;
	color: #605555;
	padding: 5px;
	margin: 5px 20px 5px 5px;
}

div.contentPopup.projects div.left div.projectlist a.item:hover {
	color: white;
	background: gray;
	text-decoration: none;
}

div.contentPopup.projects div.left div.projectlist a.item.active {
	color: white;
	background: gray;
}
div.contentPopup.projects div.right div.projectpictures {
	margin-top: 50px;
}
div.contentPopup.projects div.right div.projectpictures div.itemcontainer {
	width: 33%;
	float: left;
}

div.contentPopup.projects div.right div.projectpictures a.item div.name {
	display:none;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #2d180c;
	overflow: hidden;
	text-align: center;

}

div.contentPopup.projects div.right div.projectpictures a.item:hover div.name {
	display: block;
}

div.contentPopup.projects div.right div.projectpictures {
	width: 100%;
	margin-bottom: 30px;
}

div.contentPopup.projects div.right div.projectpictures a.item {
	position: relative;
	margin: auto;
	display: block;
	width: 200px;
	height: 200px;
	margin: 10px 0;
	border: 1px solid gray;
}

div.contentPopup.projects div.right div.projectpictures a.item img {
	width: 200px;
	height: 200px;
	background: #ccc;
}

@media only screen and (min-width: 1200px) {
	div.contentPopup.projects div.right div.projectpictures div.itemcontainer {
		width: 25%;
	}
}


div.contentPopup.projects div.right div.title {
	font-size: 24px;
	margin-bottom: 35px;
}

div.contentPopup.projects div.right div.container div.images {
	float: left;
	width: 300px;
}

div.contentPopup.projects div.right div.container div.images div.thumbnails {
	margin-top: 10px;
	overflow: hidden;
}

div.contentPopup.projects div.right div.container div.images div.thumbnails a.item {
	float: left;
	display: block;
	width: 100px;
	margin-bottom: 5px;
}

div.contentPopup.projects div.right div.container div.images div.thumbnails a.item img{
	display: block;
	margin: 2px;
}

div.contentPopup.projects div.right div.container div.images div.thumbnails a.item:hover img{
	outline: 2px solid black;
}

div.contentPopup.projects div.right div.container div.text {
	line-height: 20px;
	margin-left: 320px;
	color: #424242;
	max-width: 530px;
	text-align: justify;
}

div.contentPopup.contacts div.title {
	font-size: 40px;
	padding-top: 60px;
	margin-bottom: 40px;
}

div.contentPopup.contacts div.container {
	color: #605555;
	position: relative;
	width: 500px;
	min-height: 200px;
}

div.contentPopup.contacts div.container div.address {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}

div.contentPopup.contacts div.container div.address p {
	margin-bottom: 15px;
}
div.contentPopup.contacts div.container div.duty table {
	margin-top: 25px;
}
div.contentPopup.contacts div.container div.duty table td {
	padding: 5px;
}

div.contentPopup.contacts div.container div.duty span.dutytitle {
	font-size: 18px;
	color: #333030;
}
div.contentPopup.contacts div.container div.duty {
	position: absolute;
	left: 300px;
	top: 0;
	width: 250px;
}

div.contentPopup.contacts div.map {
	margin-top: 60px;
	float: right;
	width: 420px;
	height: 275px;
	background: lightgray;
}

div.contentPopup.about div.title {
	padding-top: 20px;
	font-size: 40px;
	margin-bottom: 30px;
}

div.contentPopup.about div.container {
	overflow: hidden;
}

div.contentPopup.about div.text {
	float: left;
	width: 400px;
}

div.contentPopup.about div.text p {
	line-height: 18px;
	margin-bottom: 15px;
}

div.contentPopup.about div.images {
	overflow: hidden;
	margin-left: 460px;
}

div.contentPopup.about div.images a.item {
	width: 200px;
	height: 200px;
	float: left;
	display: block;
	background: gray;
	margin:  0 5px 15px;
}

div.contentPopup.news div.title {
	font-size: 40px;
	margin-left: 5%;
	padding-top: 30px;
	margin-bottom: 30px;
}

div.contentPopup.news div.wrapper {
	overflow: hidden;
}

div.contentPopup.news div.wrapper div.item {
	float: left;
	width: 27%;
	padding: 20px 3%;
}

div.contentPopup.news div.wrapper div.item:nth-child(2n) {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

div.contentPopup.news div.wrapper div.item span.date {
	
	background: black;
	padding: 4px;
	color: white;
	line-height: 26px;
}

div.contentPopup.news div.wrapper div.item a.title {
	margin: 15px 0 25px;
	display: block;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

div.contentPopup.news div.wrapper div.item div.summary {
	text-align: justify;
	color: #424242;
}

div.contentPopup.news div.wrapper960px a.title {
	color: black;
	text-decoration: underline;
	display: block;
}

div.contentPopup.news div.wrapper960px span.date {
	margin: 20px 0;
	background: black;
	padding: 4px;
	color: white;
	line-height: 26px;
}

div.contentPopup.news div.wrapper960px a.title {
	margin: 20px 0;
	text-decoration: underline;
	display: block;
}

div.contentPopup.news div.wrapper960px div.illustrations {
	margin-top: 40px;
	text-align: center;
}

div.contentPopup.video div.title {
	font-size: 40px;
	padding-top: 50px;
	margin-bottom: 35px;
}

div.contentPopup.video div.videoblock {
	width: 480px;
	float: left;
}

div.contentPopup.video div.videoblock div.videotitle {
	margin: 20px 0 10px;
	font-size: 18px;
}

div.contentPopup.video div.videolist {
	overflow: hidden;
	margin-left: 490px;
}

div.contentPopup.video div.videolist div.box {
	overflow: hidden;
}

div.contentPopup.video div.videolist div.box a.item {
	color: black;
	float: left;
	display: block;
	width: 200px;
	margin: 0 5px 15px;
}

div.contentPopup.video div.videolist a.item img{
	display: block;
	width: 200px;
	height: 150px;
}

div.contentPopup.video div.videolist div.box a.item div.videotitle {
	margin-top: 5px;
}

div#bottomwrapper {
	height: 110px; 
	background: url(../img/bottom_wealthpic.png) center no-repeat;
}
div#footerwide {
	background: #2f1707;
}
div#footerwide div#brandlist div.vkwidget{
	float: left;
	width: 210px;
}
div#footerwide div#brandlist {
	margin-right: 260px;
	color: #b5b5b5;
	overflow: hidden;
	padding-bottom: 15px;
}

div#footerwide div#brandlist div.title {
	margin: 30px 0 15px;
}

div#footerwide div#brandlist div.item {
	float: left;
	width: 160px;
	height: 30px;
	line-height: 30px;

}

div#footerwide div#brandlist div.item a{
	color: #b5b5b5;
}

div#footerwide div#brandlist div.item a:hover {
	text-decoration: none;
	color: #daca7a;
}

div#footerwide div#contacts {
	float: right;
	width: 260px;
	color: #c88d6f;
}

div#footerwide div#contacts div.block {
	margin: 25px 10px;
}

div#footerwide div#contacts a.artgorka {
	display: block;
	float: right;
	width: 84px;
	height: 46px;
	margin-top: -15px;
	background: url(/static/img/artgorka.png) center no-repeat;
}
div#footernarrow {
	height: 50px	;
	width: 960px;
	margin: 0 auto 20px;
}


div#footernarrow div#bottommenu {
	line-height: 50px;
	text-align: center;
}
div#footernarrow div#bottommenu a.item {
	color: white;
	font-size: 14px;
	margin: 15px;
}

div.tag {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 42px;
	height: 42px;
}
div.preorder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 54px;
	background: url(/static/img/icons/preorder.png) center no-repeat;
}
div.tag.sale10 {
	background: url(/static/img/icons/sale10.jpg) center no-repeat;
}
div.tag.bestprice {
	background: url(/static/img/icons/bestprice.jpg) center no-repeat;
}
div.tag.hit {
	background: url(/static/img/icons/hit.jpg) center no-repeat;
}
div.tag.new {
	background: url(/static/img/icons/new.jpg) center no-repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ============= */
/* = PAGINATOR = */
/* ============= */

div.pager {
    margin: 20px;
    text-align: center;
}

div.pager span {
    padding: 6px;
    margin: 2px;
    background: #a0a0a0;
    color: white;
}

div.pager a {
    padding: 6px;
    margin: 2px;
    color: black;
}

div.pager a:hover {
    background: #a0a0a0;
    color: white;
    
}