/*reset: start*/
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;
	color: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*reset: end*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
html
{
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;  
  position: relative;
  color: rgb(80,80,80);  
  font-family: "Verdana", "Arial", sans-serif; 
 background: url(/images/back-3-2.jpg) top center/cover #f5f5f5;
  background-attachment: fixed;
  font-size: 12px;}

body.locked{
 overflow: hidden;
 /*position: fixed;*/
}

.wow{
    visibility: hidden;
}

#paralax-background{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: url(/images/back-3-2.jpg) top center/cover #f5f5f5;
   /* background-size: 30% auto;*/
    /*background-position: center 0px;*/
    background-attachment: fixed;
    z-index: 1;
}
header.page-header,
footer.page-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
    /*display: none;*/
  flex: none; }

.clearfix:after{
	content: "";
	display: table;
	float: none;
	clear: both;  
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    max-width: 1400px;   
    margin: auto;
    padding-top: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.9);
    z-index: 2;
    /*display: none;*/
  
} 
 
.page-header{		
	position: fixed;
	width: 100%;
	z-index: 99;
}
.page-footer{
    z-index: 2;
}
.header{
	background-color: rgba(162,29,134,1); 
	padding-top: 15px;
	margin: auto;
	box-shadow: none;
	transition: box-shadow 0.2s;
	min-height: 60px;
	text-align: center;
}
body.scrolled .header{
	box-shadow: 0px 3px 12px rgba(0,0,0,0.3);
	
	transition: box-shadow 0.2s;
}
.header-logo{
	display: inline-block;
	vertical-align: top;
	/* margin-right: 20px; */
	float: left;
}
.header-logo img{
    padding-top: 5px;
    width: 150px;
    height: auto;
}

.header-menu{
	display: none;
	vertical-align: middle;
	opacity: 1;
	transition: opacity 0.2s;
}
.header-menu.mobile{
	display: none;
	visibility: visible;
	position: relative;
	background-color: rgb(162, 29,134);
	padding-bottom: 15px;
	top: 15px;
	margin: 0 -30px;	
	float: none;
	clear: both;
}

.header-menu.mobile.open{
	display: block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s;
}
.header-menu ul{
 display: table;
}

.header-menu.mobile ul{
	display: block;
}
.menu-item{
	position: relative;
	display: table-cell;
	color: rgb(255,255,255);
	font-size: 13px;	
	transition: all 0.2s;
	text-transform: uppercase;
    padding: 10px 0;
}

.validateError{
	outline: 2px solid #f00;
}
label.validateError{
	display: none !important;
}
.header-menu.mobile .menu-item{	
	display: block;
    margin: auto;
    max-width: 300px;
}

.menu-item:hover,
.menu-item.active{
	background-color: rgb(249, 236, 49);
	color: rgb(80,80,80);
	transition: all 0.2s;
}
.menu-item  a{
    padding: 0 15px;
    display: block;
}
.menu-item  a:hover{
	text-decoration: none;
}
.menu-item .sub-menu{	
	text-align: center;
	position: absolute;	
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
    transition: opacity 0.2s;
	text-transform: none;
    padding-bottom: 15px;
}

#main-nav .sub-menu{
	background-color: rgb(249, 236, 49);
}
#main-nav .menu-item:hover .sub-menu{
	visibility: visible;
	opacity: 1;	
	transition: opacity 0.2s;
}

.mobile .menu-item .sub-menu{	
	text-align: center;
	position: relative;
	width: 100%;
	padding: 0;	
	margin: 0;
	opacity: 1;
	visibility: visible;	
	display: none;
}

.submenu-item{
	padding: 10px 0px 0px 0px;
}
 .header-search{
	 display: none;
	 float: right;
	 margin-right: 20px;
	 margin-top: 3px;
 }
 .header-search-icon{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
 }
 
 .header-search-form{
	background-color: rgb(177,182,186);
	margin: 0 -30px; 	
	padding: 15px;
	display: none;
	position: relative;
 }
 .header-langs{
	 display: none;
	 float: right;
     cursor: pointer;
 }
.header-lang-switcher,
ul.header-lang-dropdown li{
	background-color: rgb(249, 236, 49);
	display: inline-block;
	vertical-align: middle;
	padding: 8px 5px;
	position: relative;
     -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
ul.mobile-lang-switcher li{
	display: inline-block;
	vertical-align: middle;
	padding: 8px 5px;
	position: relative;
	color: rgb(255,255,255);
} 
ul.mobile-lang-switcher li.lang-active{
	background-color: rgb(249, 236, 49);
	color: rgb(80,80,80);
}
.header-mobile-trigger{
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(/images/mobile-menu-trigger.png);	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: auto 30px;
	cursor: pointer;
	display: block;
	float: right;
	
}
.header-mobile-trigger.close{
	background-position: -30px 0px;
}
.header-lang-switcher .lang-active{		
	display: block;
}
.header-lang-switcher ul.header-lang-dropdown{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	background-color: rgb(249, 236, 49);
    z-index: 2;
}

#mobile-search-lang{
    display: none;
}
/*
.header-lang-switcher:hover ul.header-lang-dropdown{
	display: block;
}
*/
/* .header-lang-switcher li{

}
.header-lang-switcher li.active{
	display: block;
}
 */
.floor-switcher{
    background-color: rgb(249, 236, 49);    
    text-transform: uppercase;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    cursor: pointer;
}
.floor-switcher.active:after{
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent rgb(162,29,134);
}
.floor-switcher.active{
    background-color: rgb(162,29,134);
    color: rgb(255,255,255);
    cursor: default;
}
 svg{
    width: 100%;
    height: auto;
    display: block;
}

.perimeter{
    fill: rgb(240,240,240);
    stroke: rgb(255,255,255);
} 
.area{
  fill: rgb(177,182,186);
  stroke: rgb(255,255,255);
  cursor: pointer;
  z-index: 1;
  transition: fill 0.3s ease;

}
.area:hover{
  fill: rgb(162,29,134);  
  transition: fill 0.2s ease;
  z-index: 3;
}

#home-slider{
    display: none;
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: 15px;
}

.slide-html{
	display: block;
	position: absolute;
	min-width: 320px;
	max-width: 480px;
	width: 100%;
	top: 50%;
	right: 100px;
	padding: 30px 20px;
	box-shadow: 0px 6px 16px rgba(0,0,0,0.4);
	text-align: center;
	transform: translateY(-50%);
	opacity: 0.9;
}

.slide-html h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.swiper-slide{
	background: no-repeat center center/cover;
	max-height: 600px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);        
}
.swiper-big .swiper-slide-active{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition: transform 1.5s;
}

.swiper-pagination-bullet{	
	width: 16px;
	height: 16px;
	background-color: rgb(255,255,255);
	opacity: 1;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
.swiper-pagination-bullet-active{
	background-color: rgba(162,29,134,1); 
}
.divisions{
	margin-bottom: 15px;
}
.division{
	background: no-repeat top center/cover;
	height: 320px;
	z-index:1;
	transition: all 0.2s;
}
.division-menu{
	z-index: 3;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
}

.division-menu > ul li{
	color: rgb(255,255,255);
	text-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	cursor: pointer;
	margin-top: 10px;
}
.division-menu h2{
	font-size: 18px;
	padding: 5px 15px 8px;
	margin: 20px 45px 20px 45px;
	background-color: rgba(255,255,255, 0.8);	
	display: block;
	text-align: center;
}

.division:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;	
	transition: all 0.2s;
}
.division.yellow:after{
	background-color: rgb(249, 236, 49);
}
.division.purple:after{
	background-color: rgb(162,29,134);
}
.division.gray:after{
	background-color: rgb(177,182,186);
}

.division:hover{
	z-index: 3;
}
.division:hover:after{
	opacity: 0;	
	transition: all 0.3s;}

.footer{
	background-color: rgba(162,29,134,1); 
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: rgb(255,255,255);
}
.footer-phone{
	margin-top: 30px;
	font-size: 20px;
}
.footer-adress{
	margin-top: 10px;
}
.footer-copyrights{
	font-size: 12px;
	margin-top: 30px;
    text-align: center;
}

.no-padding{
	padding: 0;
}

.pagination{
	
}

.pagination ul{
	display: block;
	text-align: center;
	margin: 30px auto;
}
.pagination ul li{
	display: inline-block;	
}
.pagination ul li .pag{
	display: block;
	color: rgb(80,80,80);
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	text-decoration: none;
	
}
.pagination ul li .act{
	background-color: rgb(249, 236, 49);
}
.breadcrumbs li{
    display: block;
    vertical-align: middle;
    line-height: 1.5;
    margin-right: 10px;	
}

.breadcrumbs li.delimeter{
    width: 10px;
    height: 10px;
    background-color: rgb(0,0,0);
    display: none;
}
.map_shop_cards .shop-front-block{
	opacity: 0;
	display: none;
}
.map_shop_cards .shop-front-block.active{
	display: table;
	
	opacity: 1;	
	transition: opacity 1s ease;
}
.popup-mask{
	display: block;
	position: fixed;
	width: 100%;
	height: 1px;
	min-height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.popup-wrapper{
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.popup-content{
	display: block;
	max-width: 960px;
	margin: 60px auto;
	background-color: rgb(255,255,255);
	position: relative;
}
.popup-close{
	height: 30px;
	width:  30px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgb(162,29,134);
	background-image:url(/images/mobile-menu-trigger.png);
	background-size: auto 30px;
	background-position: -30px 0px;
	cursor: pointer;
}

#gallery{
    background-color: rgb(240,240,240);
    margin-bottom: 30px;
    padding: 10px 0;
}
.form-response{	
	display: none;
	text-align: center;
	
}

.feedback-content{
	max-width: 600px;
	padding: 30px;
}
input[type=text],
input[type=password],
textarea{	
	vertical-align: middle;
	border: 2px solid rgb(177,182,186);
	font-size: 1rem;
	height: 2.5rem;
	padding: 5px;	
	color: rgb(80,80,80);
	min-width: 250px;
	resize: none;
}

input[type=text]:focus,
textarea:focus{	
	box-shadow: inset 0px 0px 12px rgba(0,0,0,0.2);
}

textarea{
	height: 10rem;
}
.button{
	display: inline-block;
	vertical-align: middle;	
	border: 2px solid rgb(177,182,186);
	position: relative;
	padding: 8px 10px;
	cursor: pointer;
	font-size: 12px;
	margin: 15px;
     -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.big{
	padding: 15px 20px;
	text-transform: uppercase;
}
.button.yellow{
	background-color: rgb(249, 236, 49);
}
.button.purple{
	background-color: rgb(162,29,134);
	color: rgb(255,255,255);
}

.button.purple-o{
	border-color: rgb(162,29,134);
	color: rgb(162,29,134);
}
.button.yellow-o{
	border-color: rgb(249, 236, 49);
	color: rgb(249, 236, 49);
}
.button.white-o{
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}
.shaded:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#666666',GradientType=0 );
	opacity: 0.3;
	transition: opacity 0.2s;
	z-index: 0;
}
.shaded:hover:before{
	opacity: 0;	
	transition: opacity 0.2s;
}
.shop-front-block{
	display: table;
	text-align: center;
	width: 250px;
	height: 250px;
	border: 1px solid rgb(200,200,200);
	margin:0 auto 30px auto;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	background: no-repeat center/contain;
}

.anchor{
    padding-top: 70px;
    margin-top: -70px;
}

.shop-front-block:hover{
	transform: scale(1.05,1.05);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	transition: all 0.2s;
}
.shop-front-block .promo-tags-block{
	display: block;
	position: absolute;
	text-align: center; 	
	width: 100%;
	top: 0;
	left: 0;
}
.shop-front-block .promo-tag{
	color:rgb(255,255,255);
	font-weight: bold;
	width: 200px;
	margin: auto;
	display: block;
	position: relative;
	height: 30px;
	top: -10px;
	line-height: 30px;
	background: rgba(238,73,78,1);
	background: -moz-linear-gradient(top, rgba(238,73,78,1) 0%, rgba(238,73,78,1) 25%, rgba(191,32,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,73,78,1)), color-stop(25%, rgba(238,73,78,1)), color-stop(100%, rgba(191,32,38,1)));
	background: -webkit-linear-gradient(top, rgba(238,73,78,1) 0%, rgba(238,73,78,1) 25%, rgba(191,32,38,1) 100%);
	background: -o-linear-gradient(top, rgba(238,73,78,1) 0%, rgba(238,73,78,1) 25%, rgba(191,32,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,73,78,1) 0%, rgba(238,73,78,1) 25%, rgba(191,32,38,1) 100%);
	background: linear-gradient(to bottom, rgba(238,73,78,1) 0%, rgba(238,73,78,1) 25%, rgba(191,32,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee494e', endColorstr='#bf2026', GradientType=0 );
	box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
	
}

.shop-front-block .promo-tag:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 0;	
	border-style: solid;
	border-width: 10px 100px 0 100px;
	border-color: rgba(191,32,38,1) transparent transparent transparent;
	-webkit-transform:rotate(360deg);
		    transform:rotate(360deg);
}

.show-more{
    padding: 15px 25px;
	text-transform: uppercase;
}
.research{
	background-color: rgb(162,29,134);
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.research-question{
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
}
.research-answers{
	text-align: left;
	margin-top: 30px;
}
.research-answers li{
    padding: 5px 0;
    cursor: pointer;
}
.research-description{
	margin-top: 30px;
    text-align: center;
}
.reseach-send{
	margin-top: 30px;
    text-align: center;
}

.article-date,
.event-date{
	display: inline-block;
    position: absolute;
	top: 0;
	left: 30px;
	background-color: rgb(249, 236, 49);
	padding: 5px 15px;
	font-weight: bold;
    font-size: 14px;
}

.article-date{
    position: relative;
    margin-bottom: 30px;
    left: 0;
}
section{
    display: block;
    /*overflow: hidden;*/
    width: 100%;
}

article{
    margin-bottom: 30px;
}
.section-title{
	text-align: center;
	margin-bottom: 40px;
	border-bottom: 1px solid rgb(162,29,134);
	padding-left: 15px;
    padding-right: 15px;
	padding-top: 12px;
	overflow: hidden;
	
}
.section-title h1,
.section-title h2{
	display: inline-block;
	font-size: 20px;
	background-color: rgb(162,29,134);
	color: rgb(255,255,255);
	padding: 5px 15px 8px;
	font-weight: normal;    
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	margin: 0;
}
.subscribe{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgb(177,182,186);
	text-align: center;
}

.banners{
	padding-bottom: 15px;
}

.banner-block{
	padding-top: 15px;
}

.testimonials{
	background: url(/images/testimonials.jpg) no-repeat center/cover;
	position: relative;
}

.testimonials:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.testimonials .swiper-slide{
	color: rgb(255,255,255);
    text-align: center;
}

.testimonial-html-wrapper{
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.v-middle{
	vertical-align: middle;
}
.v-top{
	vertical-align: top;
}
.v-bottom{
	vertical-align: bottom;
}
.h-center{
	text-align: center;
}
.h-right{
	text-align: right;
}
.h-left{
	text-align: left;
}

.table-cell{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	position: relative;
}

.testimonial-title{
    font-size: 22px;
    margin-bottom: 30px;
}

.testimonials-summary{
    font-size: 16px;
    margin-bottom: 30px;
}
.swiper-button-prev,
.swiper-button-prev-disabled{
    display: block;
    width: 60px;
    height: 70px;
    background: url(/images/slider-nav.png) no-repeat left center rgb(162,29,134);
    background-size: auto 70px;
    left: 0;
}

.swiper-button-next,
.swiper-button-next-disabled{
    display: block;
    width: 60px;
    height: 70px;
    background: url(/images/slider-nav.png) no-repeat right center rgb(162,29,134);
    background-size: auto 70px;
    right: 0;
}

.container{
    /*background-color: rgba(255,255,255,0.9);*/
    padding-left: 30px;
    padding-right: 30px;
}

.news-container,
.promo-container,
.map-container{
    padding-top: 40px;  
}

.news-block,
.promo-block{
    padding-top: 0px;
	padding-bottom: 40px
}


.custom-radio{
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid rgb(177,182,186);
}

.custom-radio .custom-radio-trigger{
    border-radius: 100%;
    margin: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: rgb(249, 236, 49);
    visibility: hidden;   
}

input:checked+ .custom-radio-trigger{
    visibility: visible;
}

.float-block{
    display: none;
    position: fixed;
	padding: 15px 0;
    top: 50%;
    right: 0;
    height: auto;
    width: 50px;
    background-color: rgb(177,182,186);
    z-index: 9;
    transform: translateY(-50%); 
    box-shadow: -3px 0px 6px rgba(0,0,0,0.4);
}
.float-block:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 75px 12px 75px 0;
    border-color: transparent rgb(177,182,186) transparent transparent;    
    margin-left: -10px;
    top: 0;
	-webkit-transform:rotate(360deg);
            transform:rotate(360deg);
}

.count-down{
	display: table;
}
.count-down .days,
.count-down .time{
	display: table-cell;
	min-height: 45px;
	font-size: 26px;
	padding: 10px 10px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	background-color: rgb(177,182,186);
	color: rgb(255,255,255);
	position: relative;
	vertical-align: middle;
    text-align: center;
}

.count-down .time{
	font-size: 18px;
}

.count-down .days span{
	display: block;
	font-size: 12px;
	text-align: center;
}

.news-summary{
	padding-top: 40px;
	padding-bottom: 40px;
	
}
.news-details{
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
}

.news-summary h3{
	margin-bottom: 15px;	
    font-weight: bold;
    font-size: 14px;
}
.news-summary p{
	margin: 5px 0;	
	font-size: 0.85em;
    line-height: 1.2em;
}

.social-button{
    display: block; 
    margin: 10px auto 5px; 
    border-radius: 100%; 
    width: 36px; 
    height: 36px; 
    background-color: rgb(255,255,255);
    opacity: 0.8;
    background-position: center;
    background-repeat: no-repeat;
   
}

.columned-2{
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
}

.social-button.fb{
    background-image: url(/images/fb.png);
    background-size: auto 20px;
}
.social-button.vk{
    background-image: url(/images/vk.png);
    background-size: 20px auto;
}
.social-button.location{
    margin-top: 30px;  
    background-image: url(/images/location.png);
    background-size: 20px auto;
}
.social-button:hover{
    opacity: 1;
}
.shop-card{
	display: block;
	padding: 30px;
	background-color: rgb(255,255,255);
	color: rgb(80,80,80);
	margin: 0 15px;
}
#map_canvas{
    border-top: 4px solid rgb(177,182,186);
    border-bottom: 4px solid rgb(177,182,186);
	height: 300px;
}

.bg-white{	
	background-color: rgb(255,255,255);
}
.theme-purple{
	background-color: rgb(162,29,134);
	color: rgb(255,255,255);
}
.theme-yellow{
	background-color: rgb(249, 236, 49);
	color: rgb(80,80,80);
}
.theme-gray{
	background-color: rgb(177,182,186);
	color: rgb(255,255,255);
}

.c-white{
	color: rgb(255,255,255);
}

.swiper-button-next,
.swiper-button-prev{
    display: none;
}

.shop-card-slide{
	
	height: 200px;
}

@media (min-width: 318px){
    #mobile-search-lang{
        display: block;
    }
}
@media (min-width: 564px){

    .breadcrumbs li{
        display: inline-block;
    }
    
    .breadcrumbs li.delimeter{
        display: inline-block;
    }

    .header-logo img{
        width: 225px;
        height: auto;
        padding-top: 0px;
    }
	.header-langs,
	.header-search{
		display: block;
	}
	
	.header-mobile-trigger{
		float: left;
		margin-right: 20px;
	}
	
	.shop-card-slide{
	
		height: 250px;
	}
     #mobile-search-lang{
        display: none;
    }
    
}
@media (min-width: 768px){
    
    body{
        font-size: 12px;
    }
    #home-slider{
       display: block;        
    }
	
	.float-block{
		display: block;
	}
	
	.shop-card-slide{
	
		height: 350px;
	}
	
	.hews-details{
		
		position: absolute;
		
	}
	
	#map_canvas{
		
		height: 600px;
	}
	
    .section-title{
        text-align: left;
        margin-bottom: 40px;
        border-bottom: 1px solid rgb(162,29,134);
        padding-left: 30px;
        padding-top: 12px;
        overflow: hidden;
        
    }
    
    .columned-2{
        -webkit-column-count: 2; 
        -moz-column-count: 2; 
        column-count: 2;
        
        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-gap: 30px;
    }
    
    .popup-close{
        right: -15px;
        top: -15px;
    }

@media (min-width: 992px) {
	body{
        font-size: 14px;
    }
	/* .header-logo{
		float: left;		
	} */
    .header-menu{
        display: inline-block;
    }
	.header-mobile-trigger{
		display: none;
	}
    
    .swiper-button-next,
    .swiper-button-prev{
        display: block;
    }
    
    .testimonial-html-wrapper{
        display: table-cell;
        vertical-align: middle;
        padding: 30px 100px;
    }
	.shop-card-slide{
	
		height: 500px;
	}
	
	
	

}



