@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&subset=latin,cyrillic);
body {
	font-family: 'Arimo', sans-serif;
	_font-family: Helvetica, tahoma;
	font-size: 16px;
	background-color: #ebebeb;
	font-weight: 300;
}
a {
	color: #d32a46;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: #d32a46;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
}

/*==== HEADER =====*/

#header { 
	height: 0;
	padding-bottom: 32%;
	/*background: url(header-places.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	border-bottom: 5px solid #d32a46;
    overflow: hidden;
}
#header .container {
	position: relative;
}
#header .logo {
	position: absolute;
	left: 15px;
	top: 20px;
	z-index: 2;
} 

/*==== NAV =====*/

#nav {
	height: 55px;
	margin: 25px 0;
}
	#nav .nav-list {
		/*text-align: right;*/
        text-align: left;
		cursor: default;
	}
	#nav .nav-list * {
		display: inline;
	}
	#nav .nav-list .nav-item {
		display: inline-block;
		/*line-height: 55px;*/
		_font-size: 24px;
		margin: 15px;
		text-transform: uppercase;
	}
	#nav .nav-list .nav-item a {
		color: rgb( 78, 78, 78 );
		border-bottom: 2px solid transparent;
        color: rgb( 78, 78, 78 );
		/*text-shadow: 0 0 2px #000;
  font-size: 18px;
  font-family: "Arimo";
  color: rgb( 78, 78, 78 );
  text-transform: uppercase;
  text-align: left;
  -moz-transform: matrix( 1.03345964709826,0,0,1.03029833956956,0,0);
  -webkit-transform: matrix( 1.03345964709826,0,0,1.03029833956956,0,0);
  -ms-transform: matrix( 1.03345964709826,0,0,1.03029833956956,0,0);   */


	}
	#nav .nav-list .nav-item a:hover,
	#nav .nav-list .nav-item.cur a {
		/*color: #f0e6df;*/
        color: #d32a46;
		border-bottom-color: #f0e6df;
		text-decoration: none;
		display: pointer;
	}
	#nav .nav-list span {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 0;
	}
	#nav .navbar-toggle {
		border-color: #AFAEAE;
		background-color: #fff;
		margin-right: 0;
	}
	#nav .container > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	#nav .container > .navbar-collapse .inner {
		margin-bottom: 15px;
		display: block;
	}

	#nav .navbar-toggle .icon-bar {
		background-color: #565656;
	}
@media (max-width: 767px) {
	#header {
		/*min-height: 300px;*/
	}
	#nav {
		height: auto;
	}
	#nav .nav-list .nav-item {
		display: block;
		line-height: 40px;
		font-size: 22px;
		margin-right: 0;
	}
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: justify;
}
	#content .main-img {
		float: left;
		margin: 0 20px 20px 0;
	}

.portfolio-list {

}
	.portfolio-list .portfolio-item {
		color: #231f20;
		text-decoration: none;
		line-height: 150%;
	}
	.portfolio-list .portfolio-item:hover {
		/*color: #d32a46;*/
		text-decoration: none;
	}
	.portfolio-list .portfolio-item .img {
		margin: 0 20px 20px 0;
		width: 50%;
		float: left;
        cursor: pointer;
	}
	.portfolio-list .portfolio-item .title {
		font-weight: 500;
		display: block;
		margin-bottom: 10px;
		font-size: 21px;
	}
	.portfolio-list .portfolio-item .descr span {
		display: block;
		text-align: left;
	}
@media (min-width: 768px) and (max-width: 991px) {
	.portfolio-list .portfolio-item  {
		font-size: 14px;
	}
}
.portfolio-full {}
	.portfolio-full .left-col {
		text-align: center;
	}
	.portfolio-full .left-col .img img {
		margin: 0 auto
	}
	.portfolio-full .left-col .info {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.portfolio-full .title {
		margin-top: 0px;
		font-weight: 300;
		font-size: 28px;
	}
	.portfolio-full .gallery {
		margin-top: 20px;
	}


#cart {
	font-size: 14px;
}
#cart input {
	width: 40px;
}
#menu {
	font-size: 14px;
}
#delivery {
	font-size: 14px;
}
/* SOCIAL */

.social-list {
	margin-bottom: 30px;
}
	.social-list .item {
		background: url(/images2/plyatsky/icons-sprite.png) 0px 0px no-repeat;
		display: inline-block;
		height: 40px;
		margin: 0 2px;
		width: 40px;
	}
	.social-list .vkontakte {
		background-position: -160px 0px;
	}

	.social-list .facebook {
		background-position: -120px 0px;
	}
	.social-list .twitter {
		background-position: -280px 0px;
	}
	.social-list .google {
		background-position: -320px 0px;
	}
	.social-list .foursquare {
		background-position: -200px 0px;
	}
	.social-list .tripadvisor  {
		background-position: -240px 0px;
	}
	.social-list .youtube {
		background-position: -360px 0px;
	}
	.social-list .item:hover {
		opacity: 0.8;
	}

.contacts-info {
	margin-bottom: 15px;
}
.contacts-info .title {
	margin-top: 0px;
	font-weight: 300;
	font-size: 28px;
}
.form .captcha {
	width: 120px;
	float: left;
	margin-right: 15px;
}
.form .btn-right {
	float: right;
}



#footer {
	line-height: 55px;
	text-transform: uppercase;
	height: 55px;
	background-color: #e1e1e1;
	font-size: 12px;
}
	#footer .footer-logo-right {
		float: right;	
	}
/*==== Overwrites ====*/
.mfp-arrow:focus,
.mfp-close:focus {
	outline: none;
}







.fotorama {
    display: none;
}

.fotorama--fullscreen .fotorama__nav, 
.fotorama--fullscreen .fotorama__stage {
    background: rgba(0,0,0,0.88) !important;
}

.thumbList {
    display: none;
}

/*masterclass*/

.wr-img {      
    background-color: #c2c2c2;
    height: 177px;
    width: 177px;
    border-radius: 50%;
    display: inline-block;
}
    .wr-img > img {
        margin-left: 6px;
        position: relative;
        margin-top: 6px;
    }
.wr-contact-img {
    height: 131px;
    width: 131px;
    border-radius: 59%;
    background-color: #e1e1e1;
    float: left;
    margin-right: 50px;
}
    .wr-contact-img > img {
        margin-top: 4px;
        margin-left: 4px;        
    }
.block-condition {
    background-color: #e1e1e1;
    margin-bottom: 24px;
    max-width: 540px;
    padding: 40px 14px;
}
.masterclass_p {
  font-size: 1.2em;
  font-family: 'Arimo', sans-serif;
  color: rgb( 59, 32, 24 );
  margin-bottom: 45px;
}
.masterclass_span {
    font-size: 1.3em;
    font-weight: bold;
    color: rgb( 59, 32, 24 );
    margin-bottom: 20px;
    text-transform: uppercase; 
}
.f-r {float: right;}
.col-md-8.order {
    background: #e1e1e1;
    text-align: center;
    padding: 30px 0px; 
    color: rgb( 59, 32, 24 ); 
}
.wr-select {
    overflow: hidden;
    width: 245px;
    height: auto;
}
select {
    border-radius: 2px;
    border: none;
    height: 30px;
    margin-bottom: 10px;
    width: 263px;
}
    select option {
       /* width: 245px;*/
    }

.select-button {
    background: url('/images2/plyatsky/img/cheсk.png') center center no-repeat;
    height: 30px;		
    width: 30px;
    position: absolute;	
    background-color: #fff;
    top: 33px;
    margin-left: -28px;
    z-index: 50;
    border-radius: 0px 2px 2px 0px;
    border-left: 2px solid #e1e1e1;	
    display: none;	
}


.wr-select-sity {
    width: 245px;
    overflow: hidden;
}
.select-city {
    background: url('/images2/plyatsky/img/cheсk.png') no-repeat 213px center;
    background-color: #fff;
    z-index: 100;
    /*background: red;*/
}





.wr-video {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.addthis_toolbox.addthis_default_style {
    position: absolute;
    right: 15px;
    top: -40px;
}
.contact-info{
    top: 20px;
    position: relative;
}
.new-img {
    margin-bottom: 20px;
}
.wr-news {
	margin-bottom: 15px;
	text-align: left;
}
    .wr-news a {
        color: inherit;
        text-decoration: none;
    }
        .wr-news a:hover {
            color: #d32a46;
        }
    .wr-news img {
        height: auto;
        margin-bottom: 15px;
        max-width: 400px;
        width: 100%;
    }
    .wr-news .nTitle {
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
@media (max-width: 991px) {
	.wr-news {
		margin-bottom: 25px;
	}
}

.wr-news-full {}
	.wr-news-full h1 {
		font-size: 16px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	.wr-news-full .text {
		margin: 10px 0 20px 0;
		padding: 0;
	}
	.wr-news-full .news-img-single {
	}
		.wr-news-full .news-img-single img {
			cursor: pointer;
			height: auto;
			margin-right: 4%;
			width: 20%;
		}

.col-md-3.new-img > img {
  width: 90%;
}
.page-news-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background: url('/images2/plyatsky/img/news.png') no-repeat center center;*/
}
.map {
    color: #d32a46;
    cursor: pointer;
}
    .map:hover {
        text-decoration: underline;
    }
.info {
    display: block;
}
/* MAP */
#popup {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	/*display: block;*/
    display: none;
	padding: 6px;
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

#map {
	display: block;
	height: 380px;
	width: 720px;
    position: relative;
    margin: 0 auto;
}
.gmnoprint img {
	max-width: none; 
}
.gm-style div img {
	max-width: none; 
}








@media (max-width: 1000px) {
    .f-r {float: left;}
    .block-condition {
        max-width: 100% !important;
        width: 100%;
    }
    .col-md-3 {
        width: 50%;
        float: left;
        text-align: center;
    }
    .block-condition {
        /*padding: 40px 0px;*/
    }
    .wr-img {
        margin-bottom: 10px;
    }
    .wr-img > img {
        margin-left: 0px;
    }
    .col-md-6 {
        overflow: hidden;
        /*text-align: center;*/
    }
    .nav-item > a {
        font-size: 14px;
    }
} 
@media (max-width: 500px) {
    .col-md-3 {
        width: 100%;
    }    
}       


/*========= Pagination ============*/

.pagination {
	border-top: 1px solid #c8c8c8;
	clear: both;
	display: block;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 4%;
	padding: 20px 0;	
}	
	.pagination a {
		background-color: #FFFFFF;	
		color: #777;
		padding: 5px 10px 5px 10px;		
		text-decoration: none;
	}
	.pagination .cur,
	.pagination a:hover {
		background: #d32a46;
		color: #fff;
		padding: 5px 10px 5px 10px;			
	}



/*========= Delivery page ============*/
.menu {
}
	.menu article {
		margin: 0 0 20px 0;
	}
	.menu h2 {
		font-size: 1.2em;
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}
	.menu ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}

.steps {
	margin: 30px 0 20px 0;
}
	.steps h2 {
		font-size: 1.2em;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}
	.steps .step {
		margin: 0 0 20px 0;
		text-align: center;
	}
		.steps .step img {
			border: 6px solid #c2c2c2;
			border-radius: 50%;
		}
		.steps .step .title {
			font-size: 1.2em;
			margin: 5px 0 5px 0;
			text-align: center;
			text-transform: uppercase;
		}

.contacts {
}
	.contacts article {
		background-color: #e1e1e1;
		margin: 0 0 20px 0;
		padding: 3px;
	}
	.contacts ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}
	.contacts h2 {
		font-size: 1em;
		line-height: 22px;
		margin: 0;
	}
	.contacts div {
		line-height: 22px;
	}
	.contacts .ico {
		background-image: url('/images2/plyatsky/delivery-icons.png');
		background-repeat: no-repeat;
		display: inline-block;
		float: left;
		height: 22px;
		margin-right: 5px;
		vertical-align: bottom;
		width: 22px;
	}
		.contacts .ico.city {
			background-position: -5px -5px;
		}
		.contacts .ico.tel {
			background-position: -5px -35px;
		}
		.contacts .ico.price {
			background-position: -5px -65px;
		}
