body{
    margin:0;
    padding:0;
    background:#000;
    font-family: 'Helvetica', sans-serif;
}
main{
    overflow: hidden;
    width:100%;
    max-width:2000px;
    margin: 0 auto;
}
.no-padding{
    padding:0;
}
a:hover{
    text-decoration:none;
    color:#fff;
}
.block{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: -1;
    top:0;
    margin-top:-150px;
}
.mapa #lightbox{display: none;}
ul{
    padding:0;
    list-style: none;
}
p{
    font-size:14px;
    color:#000;
    font-family: 'Helvetica', sans-serif;
    margin:0 0 10px;
}
p span{
    font-size:12px;
    font-weight: 200;
}
.description.table p span{
    text-transform:uppercase;
}
.right{
    float:right;
}
.left{
    float:left;
}
/*HEADER + MENU*/
.logo{
    transition:1s;
}
.logo img {
    max-width:inherit
}
header{
    background:#000;
    padding: 25px 0;
    opacity:0;
}
.slick-slide img{
    height:100%;
}
header p , a{
    font-size:13px;
    font-family: 'Helvetica', sans-serif;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
}
.navbar{
    margin-bottom:0;
}
.navbar-default{
    background-color:transparent;
    border-radius:0px;
    border:none;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
}
.navbar-default .navbar-nav>.active>a{
    background:transparent;
    text-shadow:0 0 1px #7a9401;
    color:#7a9401;
}
.navbar-default .navbar-nav>.active>a:hover{
    background:transparent;
    text-shadow:0 0 1px #fff;
    color:#7a9401;
}
.navbar-default .navbar-nav>li>a:hover{
    text-shadow:0 0 1px #7a9401;
    color:#7a9401;
}
.nav.navbar-nav{
    float:right;
}
.nav>li>a{
    padding:10px 25px;
}
ul li.opacity-nav{
    display:none;
}
.language{
    float:right;
    position: relative;
    top: 10px;
}
.language p{
    display: inline;
}
.language a{
    color:#fff;
}
.language a:hover{
    text-shadow:0 0 1px #fff;
    color:#7a9401;
}
/*CONTENT*/
.picture-homepage img{
    height:655px;
}
/*FOOTER*/
.home-page{
    position:fixed;
    bottom:0;
    width:100%;
}
.socialmedia{
    margin-top: 49px;
    text-align: right;
}
.socialmedia a:first-child img{
    padding-right:30px;
}
.socialmedia img{
    transition: 0.5s;
    transform: scale(0.9);
}
.socialmedia img:hover{
    transform:scale(1.1);
}
footer{
    background:#000;
    height:190px;
    opacity:0;
}
.logo-footer{
    margin:50px auto;
}
.la{
    text-align:right;
    padding-top: 34px;
}
.la a{
    transition:1s;
    color: #7a7a7a;
    font-size: 8px;
}
.la a:hover{
    text-decoration: underline;
    color:#fff;
}
.la img{  
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}
/*PAGE MARKA*/
.white-background{
    width:100%;
    background-color:#f3f2f3;
    opacity:0;
}
.icon-marki{
    margin:0 auto;
    display:block;
    padding-top: 90px;
    padding-bottom: 60px;
}
.short-text{
    max-width: 600px;
    width:100%;
    text-align:center;
    margin:0 auto;
}
.short-text p{
    margin:0 0 10px;
}
.short-text p span{
    font-size:14px;
}
.heading{
    color:#000;
    text-align: center;
    margin-top: 90px;
}
.heading::after{
    content: "";
    left: 0;
    position: absolute;
    top: -70px;
    border: 1px dashed #7c7c7c;
    height: 223px;
    width: 1px;
}
.heading h1{
    font-size:25px;
    letter-spacing:15px;
    font-weight:900;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    color:#000;
}
.heading h1:after{
    content:"";
    position:absolute;
    max-width:1170px;
    width:100%;
    border-top: 1px dashed #7c7c7c;
    left: 0;
    top: -20px;
}
.heading h3{
    font-family: 'Helvetica', sans-serif;
    font-size:16px;
    font-weight:300;
    border-bottom: 4px solid #000;
    padding-bottom: 34px;
    margin-top:0;
}
.article h2{
    font-family: 'Helvetica', sans-serif;
    font-size:29px;
    font-weight:100;
    margin-top: 0;
    padding-left: 25px;
    color:#000;
}
.article img{
    width:100%;
    border-top: 1px dashed;
}
.article p{
    margin: 0;
    max-width: 520px;
    display: block;
    width: 100%;
    line-height: 20px;
}
.article-two p{
    margin:0;
    max-width: 275px;
    width:100%;
    line-height: 20px;
}
.article-three{
    margin:0;
    max-width: 240px;
    width:100%;
    height: 260px;
}
.article-three p{
    margin:0;
    line-height: 20px;
}
.watch-move h2{
    text-align: right;
    font-family: 'Helvetica', sans-serif;
    font-size:20px;
    font-weight:800;
    margin:0;
    padding: 5px 0;
    color:#000;
}
.watch-move a{
    text-transform: none;
    color:#000;
}
.watch-move img {
    transition:1s;
    opacity: 0.7;
    position: relative;
    top: 5px;
}
.watch-move img:hover{
    opacity:1;
}
.padding-50{
    padding: 50px 36px;
}
.pad-50{
    padding:50px 0;
}
.border{
    border-top:4px solid;
    padding-top:10px;
    border-bottom:1px dashed;
}
.border::after{
    content:"";
    position:absolute;
    top: -235px;
    left:0;
    border: 1px dashed #7c7c7c;
    height: 580px;
    width: 1px;
}
.border::before{
    content: "";
    position: absolute;
    top: -3px;
    left: -200px;
    border: 1px dashed #7c7c7c;
    height: 1px;
    width: 200px;
}
.border.two::after{
    content:"";
    position:absolute;
    top: -42px;
    left:0;
    border: 1px dashed #7c7c7c;
    height: 103px;
    width: 1px;
}
.circle{
    background-size:100% 100%;
    background-position: center;
    transition: 1s;
    height:260px;
    border-radius:100%;
    width:260px;
    margin:0 auto;
}
.circle:hover{
    border:4px solid #fff;
    background-size:105% 105%;
    box-shadow: -1px 0px 17px grey;
    -webkit-filter: opacity(100%); /* Safari */
    filter: opacity(100%);
    background-position: center;

}
.circle::after{
    content: attr(data-line);
    position: absolute;
    font-size: 112px;
    font-family: 'Petit Formal Script', cursive;
    top: 220px;
    opacity: 1;
    color: #000;
}
.text-circle{
    padding-top: 60px;
    padding-left: 30px;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}
.text-circle p{
    line-height:20px;
}
.height{
    height:550px;
    padding-top: 30px;
}
.picture-1{
    float: right;
    max-width: initial;
}
.short-article-padding{
    padding-left:35px;
}
/*tabela*/
table{
    width:935px;
    margin:0 auto;
}
td{
    width:270px;
    vertical-align: top;
}
table tr td p {
    width:250px;
    margin: 0;   
}
.white{
    background:#fff;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-top: 30px;
}
.movie-slider img{
    margin:0 auto;
    display: block;
    padding: 35px 0;
    position:relative;
    max-width: 730px;
    width: 100%;
}
.embed-responsive-item{
    display:block;
    top: 0;
    position: absolute;
    margin: 26px auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 900px;
}
.slider-movies{
    background-size:cover;
    width:100%;
    background-size: cover;
    height: 350px;
    background-image:url('../img/slider-1.jpg');
    position:relative;
    max-width: 900px;
    margin: 25px auto;
}
.slider-down{
    background-repeat:no-repeat;
    height: 130px !important;
}
.slider-down-in{
    height: 110px !important;
    width:85%;
}
.slider-nav{
    max-width:730px;
    width:100%;
    margin:15px 35px 35px 35px;
}
.button-play{
    text-align: center;
    position: absolute;
    z-index: 3000;
    top: 195px;
    left: 50%;
    transform: translate(-50%, 0);
}
.button-play p{
    max-width:215px;
    width:100%;
    background:rgba(0,0,0,0.5);
    padding: 10px 20px;
    color:#fff;
    border-radius:15px;
    text-transform: none;
}
.replay-movie{
    text-align: center;
    position: absolute;
    z-index: 3000;
    top: 221px;
    left: 50%;
    transform: translate(-50%, 0);
    display:none;
}
.replay-movie p{
    max-width:215px;
    width:100%;
    background:rgba(0,0,0,0.5);
    padding: 10px 20px;
    color:#fff;
    border-radius:15px;
}
.next-movie{
    text-align: center;
    position: absolute;
    z-index: 3000;
    top: 221px;
    left: 50%;
    transform: translate(-50%, 0);
    display:none;
}
.next-movie p{
    max-width:215px;
    width:100%;
    background:rgba(0,0,0,0.5);
    padding: 10px 20px;
    color:#fff;
    border-radius:15px;
}    
video{
    width: 735px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 30px;
    display: none;
    padding-bottom: 65px;
}
.movie-slider{
    cursor:pointer;
}
.slider-for::after{
    content: "";
    bottom: -25px;
    position: absolute;
    left: 33px;
}
/*PAGE COLECTION*/
.graphite-bq{
    background-color:#2e2e2e;
    width:100%;
    opacity:0;
}
.short-navigation ul li{
    color:#fff;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;
    font-size:13px;
}
.short-navigation ul li a{
    text-transform: uppercase;
    font-weight:200;
    color:#fff;
    transition:0.3s;
    font-size: 11px;
}
.short-navigation ul li a span{
    text-transform: none;
}
.short-navigation ul li a:hover{
    font-weight:300;
    text-shadow:0 0 1px #fff;
}
.short-navigation{
    margin: 30px auto;
}
.coletion{
    background-size:100% 100%;
    background-repeat:no-repeat;
    height:320px;
    position:relative;
    transition:1s;
}
.coletion p{
    color:#fff;
    font-weight:400;
    top:50%;
    left:50%;
    position:absolute;
    transform:translate(-50%, -50%);
    transition:0.5s;
    opacity:0;
}
.pad-colettion-first{
    padding: 2px 2px;
    padding-bottom:2px;
}
.padd-coletion{
    padding:2px 2px;
}
.black{
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    opacity:0;
    transition:0.5s;
}
.animation:hover .black{
    opacity:1;
}
.animation:hover .coletion p{
    opacity:1;
    z-index:3;
    text-align: center;
}
.animation:hover .coletion {                                 
    background-size:105% 105%;
}
/*Page colection*/
.heading-responsive h1{
    text-align: center;
    font-size:20px;
    font-family: 'Helvetica', sans-serif;
    font-weight:300;
}
.heading-responsive h2{
    text-align: center;
    font-size:20px;
    font-family: 'Helvetica', sans-serif;
    font-weight:300;
}
.contact{
    margin-bottom:15px ;
}
.marg-top-new .contact{
    margin-top:45px;
}
.marg-top-new .contact:last-child{
    margin-top:0;
}
.contact img{
    margin:40px auto;
}
.black-instagram{
    padding-left:20px;
}
.contact p a{
    color:#000;
    font-weight:300;
    font-size:12px;
    line-height:20px;
}
.contact p{
    margin:0;
    line-height:20px;
}
.white-background.two{
    height:655px;
    padding: 143px 50px;
}
/*cart product*/
button:focus{
    outline:none;
}
.variable-width{
    position:relative;
    opacity:0;
}
.variable-width:hover .slick-next.slick-arrow {
    opacity: 1;
}
.variable-width:hover .slick-prev.slick-arrow {
    opacity: 1;
}
.slick-next.slick-arrow{
    color:transparent;
    border:none;
    background-color:transparent;
    background-image:url(../img/next.png);
    height:50px;
    width:50px;
    position:absolute;
    top:50%; 
    right: -23px;
    transform:translate(-50%, -50%);
    opacity:0;
    transition:0.5s;
}
.slick-prev.slick-arrow{
    color:transparent;
    border:none;
    background-color:transparent;
    background-image:url(../img/prev.png);
    height:50px;
    width:50px;
    position:absolute;
    top:50%; 
    left:0%;
    transform:translate(0%, -50%);
    z-index: 1;
    opacity: 0;
    transition:0.5s;
}
.description{
    padding: 25px 0;
}
.description:nth-child(2){
    padding:0;
    line-height: 20px;
}
.description p{
    color:#fff;
    margin:0;
    font-weight:100;
    max-width:300px;
    width:100%;
    font-family: 'Helvetica', sans-serif;
    margin: 0 auto;
}
.description p:nth-child(2){
    font-weight:300;
}
.description.table p{
    max-width: 100%;
}
.description.table{
    padding:0;
}
.table{
    margin-bottom: 10px;
}
.table h2{
    font-size:12px; 
    margin:0;
    color:#fff;
    font-weight:300;
    font-family: 'Helvetica', sans-serif;
    border-bottom:1px dashed #7c7c7c;
    padding-bottom: 10px;
    padding-top: 20px;
}
.poem p{
    color:#fff;
    font-size:12px;
    font-weight:300;
    margin-bottom: 1px;
    padding-top: 5px;
}
.poem{
    float:left;
    width: 9%;
    text-align: center;
}
.poem:first-child{
    max-width:130px;
    width:100%;
    text-align: left;
}
.old>div:nth-child(2) .bg-size{
    background-image: url(../img/bg-size.png);
    height: 29px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 5px;
}
.old>div:nth-child(2) .poem p{
    font-weight:bold;
}
.old>div:nth-child(2) .poem:first-child p{
    color:#7a9401;
}
.padding-bottom-sec{ 
    padding-bottom:160px;
}
.no-margin{
    margin:0;
}
/*Salony page->page*/
#map{
    height:665px;
}
.white-background.map{
    height: 665px;
    padding: 50px 75px;
}
.list-map ul li a {
    color:#000;
    font-weight:400;
    text-decoration: underline;
    text-transform: none;
    font-size: 10px;
}
.list-map.two ul{
    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
	min-height: 600px;
}
.list-map.two{
    height:auto;
}
.list-map.two ul li a {
    font-size:10px;  
}
.list-map.two ul li{
    height:14px;
}
.list-map h1{
    font-size:20px;
    font-family: 'Helvetica', sans-serif;
    margin:0;
    color:#000;
}
.list-map p{
    margin:0;
    font-size:10px;
}
.list-map{
    padding:10px 0;
    height:98px;
}
.list-map:first-child{
    height:auto;
}
.list-map a{
    color:#000;
    font-weight:400;
    font-size:10px;
}
.back-map a{
    color:#000;
    font-weight:bold;
    text-transform: none;
}
.display-demo-map{
    padding:0;
    height: 665px;
    background:#fff;
    position: absolute;
    width: 100%;
    top: 0;
}
#maps{
    cursor:pointer;
}
/*page contact*/
.video-contact{
    display: block;
    width: auto;
    padding-bottom: 0px;
    width: auto;
    top:0;
}
.white-background.two.contact{
    height: 623px;
    padding: 143px 50px;
}
.responsive-video{
    height:665px;
    overflow: hidden;
}
.slick-slide{
    height:400px;
}
.wool{
    width: 183px;
    float:left;
    padding-top:5px;
}
.wool2{
    width: 183px;
    float:left;
    padding-top:5px;
    position: absolute;
    bottom: -20px;
    color: #000;
    z-index: 999999;
}
.embed-responsive-16by9{
    padding-bottom:0;
    height:946px;
    width:100%;
	top: -135px;
}
.hieghtNewMovie{
	height:700px;
	overflow:hidden;
	position: relative;
}
#notClikck{
	position: absolute;
	height: 100%; 
	width: 100%; 
	z-index:999999;
}
.lightbox .lb-image, .yt-movie, .baners{
    border:none;
}
.yt-movie{ display:none;}
.news{
    padding-top:45px;;
	}
.news span, .news p{
	font-size: 16px;
	font-weight:300;
	font-family: 'Helvetica', sans-serif;
    text-align: justify;
	line-height: 20px;
}
.news h2{
	color:#000;
	font-size:24px;
	margin-top: 10px;
	text-shadow: 0 1px;
}
.news a{
	font-size:16px;
	color:#000;
	font-weight:bold;
	position: relative;
    top: 25px;
    float: right;
	transition:0.3s;
	text-shadow: 0 1px;
}
.news a:hover{
	letter-spacing:0.5px;
}
.news .row{
	border-bottom:2px dotted ;
	padding:25px 0;
}
.pagin{
	margin:0 auto;
	display:block;
	text-align:center; 
	margin-top: 15px;
    padding-bottom: 25px;
}
.pagination li a{
	position:relative;
}
.pagination li a:after{
	content: "-";
    position: absolute;
    right: 0px;
    top: 5px;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px #333;
}
.pagination li:nth-last-child(2) a:after , .pagination li:first-child a:after{
	content:none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color:#333;
	text-shadow: 1px 0px #333;
	background:transparent;
	font-size:16px;
	border:none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color:#333;
	text-shadow: 1px 0px #333;
	background:transparent;
}
.pagination > li > a, .pagination > li > span{
	color:#333;
	font-size:16px;
	background:transparent;
	border:none;
}
.news.two .row{
	padding:0 0;
	border:none;
}
.news.two .row:nth-child(2){
	padding-top:10px;
}
.news.two{
	padding-bottom:20px;
}
.news.two p{
	padding-bottom:15px;
}
.news.two h2{
	border-bottom:2px dotted;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.news.two h2 span{
	float:right;
	position: relative;
    top: 10px;
}
.news.two a {
	top:0;
}
.pagination .material-icons{
	display:none;]
}
.pagination > li:first-child > span{
	display:none;
}
.pagination li.next, .pagination li.prev{
	display:none;
}
.mac,
.mac .page-content,
#section-demo{
	min-height:665px;
}
/*Responsive*/
@media(max-width:1200px){    
    .white-background.map{ height:730px; }
    #map {height: 730px;}
    .block{margin:50px auto;}
    .white-background.map.contact{height:auto;}
    .video-contact{ max-width:2000px;width:100%; }
    .responsive-video{ height: 580px;}
	.hieghtNewMovie{height: 555px;}
}
@media (max-width:1024px){
    .responsive-video { height: auto;}
}
@media(max-width:992px){
    .none, #notClikck{display:none;}   
    .left{float:none;}
    .picture-1{height:300px;}
    .table h2{text-align: center;}
    .margin-0{max-width: 600px; width: 100%;margin: 0 auto;}
    .white-background.map {height: 410px; padding: 25px 75px;}
    #map{height:410px;}
    .white-background.map.two{height:auto;}
    .list-map.first{text-align:center;}
    .list-map.two{text-align: center;}
    .list-map.two ul li{height:25px;}
    .embed-responsive-item{width:100%;}
	.embed-responsive-16by9{height: 600px;}
    .button-play{top: 50%; transform: translate(-50%, -50%);}
    .display-demo-map{position:relative;}
    .nav>li>a { padding: 10px 20px;}
    .navbar-default{left:40px;}
    .short-text{margin:0 auto;padding-right:0;text-align:justify; width:240px;}
    .short-text:after{display:none;}
    .icon-marki{padding-top:20px;padding-bottom:20px;}
    .white-background.map.respons{ height:1050px;}
	.news a{top:5px;}
}
@media(max-width:767px){
    .block{display:none;}
    .yt-movie{display:block; max-width: 100%;}
    .right{float:none;}
    .article-two p{ margin:0 auto; text-align:justify; max-width: 320px; padding-left: 15px; padding-right: 15px;}
    .article p{  margin:0 auto; text-align:justify; max-width: 320px; padding-left: 15px; padding-right: 15px;}
    .article-three{margin:0 auto; text-align:justify; max-width: 320px; height: auto; padding-bottom: 20px; padding-left: 15px; padding-right: 15px;}
    .article{padding-bottom:20px;}
    .circle::after{left: 30%;}
    .circle{-webkit-filter: opacity(100%); /* Safari */ filter: opacity(100%);}
    .text-circle{    padding-top: 40px; padding-left: 0; max-width: 320px; text-align: justify; padding-left: 15px; padding-right: 15px;}
    .picture-1{height:300px;}
    ul li.opacity-nav{display:block;}
    .height{height:470px;}
    .none-two{display:none;}
    .contact{ margin: 32px auto; display: block;text-align: center;}
    .padding-bottom-sec { padding-bottom: 75px;}
    .home-page{position: relative;}
    .logo{text-align: center;}
    .navbar-header{left:0; position:absolute; padding: 0 30px;}
    .language{right:40px;}
    .language p a {font-size:12px;}
    .language p{padding:5px;}
    .nav.navbar-nav{background:#3f3f3f; margin-top:25px; float:none; }
    header{position: fixed; width: 100%; z-index:3; top: 0; height:auto;}
    body{ padding-top: 80px;}
    .opacity-nav{opacity:0;}
    .nav>li{padding:0 25px; width: 100%;}
    .navbar-collapse.no-padding.collapse.in{position:absolute; top:49px;   left: 15px; height: auto; width: 100%;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{ border-color:transparent;}
    .navbar-default .navbar-nav>li>a{z-index:10;}
    .nav.navbar-nav{z-index:10;}
    .display-demo-map{z-index:0;}
	.hieghtNewMovie{height: 380px;}
	
	.hieghtNewMovie{display: none;}
	.baners img, .baners{display: block;}
	.baners img{ width: 100%;}
}
.white-background.map.contact.marg-top-new.transistion{margin-top:0;}
@media(max-width:650px){
    .display-demo-map{height:auto;}
	.mac,
	.mac .page-content,
	#section-demo{
		min-height:auto;
	}
}
@media(max-width:500px){
    .poem{width:8%;}
}
@media(max-width:425px){
.embed-responsive-16by9{top:0px;}
.hieghtNewMovie{height: auto;}
    .circle::after{left: 5%;}
    .heading h1{letter-spacing: 8px;}
    .pad-colettion-first{width:100%;}
    .padd-coletion{width:100%;}
    .poem:first-child{max-width:100px; text-align: center;}
    .white-background.map{padding: 15px 25px;}
    .widht-responsive{width:100%;}
    .width-header{width:50%;}
    .list-map.two ul li::after{content: ''; height: 1px;background-color: #e0e0e0; position: relative; max-width: 135px;text-align: center;display: block;margin: 0 auto;top: 6px;width: 100%;}
    .list-map.two ul li { height: 35px;}
    .list-map{text-align:center;}
    .back-map{text-align: center;     padding-top: 0px;}
    .list-map.two{padding:0;}
    .list-map ul li::after{content: ''; height: 1px;background-color: #e0e0e0; position: relative; max-width: 135px;text-align: center;display: block;margin: 0 auto;top: 6px;width: 100%;}
    .list-map ul li { height: 35px;}
    .picture-homepage img {height: 520px;}
    .watch-move{display:none;}
    .next-movie{top:100px;}
    .replay-movie{top:100px;}
    .video-contact{display:none;}
    .movie-slider{height:200px !important;}
    .button-play{ top: 22%;}
    .picture-1 {height: 143px;}
    body {padding-top: 140px;}
    .coletion{ height:400px;}
    .responsive-video{height:0;}
    .embed-responsive-16by9{ height:300px;}
    .list-map.two ul{column-count: 2; }
    .yt-movie{display:none; }
    .baners{display:block;}
	.hieghtNewMovie{height: 250px;}
}
.baners img{margin: 0 auto; text-align:center;
}
@media(max-width:320px){
    .coletion{ height:320px;}
    .list-map.two ul{ column-count: 1;}
}
