@charset "utf-8";
@font-face {
	font-family: 'ElegantIcons';
	src: url(fonts/ElegantIcons.woff);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontawesome';
	src: url(fonts/fontawesome-webfont.woff);
	font-weight: normal;
	font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.wrapper {
	width: 100%;
}
.header-wrapper {
	width: 100%;
	border-bottom: 1px solid rgba(187, 187, 187, 0.4);
}
header.header {
	width: 100%;
	margin: auto;
	position: relative;
}
.top-sidebar {
	padding: 20px 20px;
}
.social a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 27px;
    height: 29px;
    margin: 4px 8px 0 0;
    font-size: 26px;
    color: #a8a8a8;
    overflow: hidden;
    text-decoration: none;
}
.social a span {
    display: block;
    position: relative;
    margin-top: 1px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 27px;
    font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.social a span.dos {
    display: block;
    position: relative;
    color: #000;
}
.social a:hover span.uno{
	margin-top:-29px !important;
}
.social:after {
	content: "";
	display: table;
	clear: both;
}
.social_facebook_circle:before {
    content: "\e0aa";
}
.social_twitter_circle:before {
    content: "\e0ab";
}
.social_pinterest_circle:before {
    content: "\e0ac";
}
.social_googleplus_circle:before {
    content: "\e0b4";
}
.social_youtube_circle:before {
    content: "\e0ba";
}
.social_instagram_circle:before {
    content: "\e0b1";
}
.languages a {
	font-family: 'Lato';
	font-weight: 400;
    color: #A8A8A8;
    font-size: 12px;
    margin-left: 10px;
    padding-bottom: 2px;
}
.languages a.active {
	border-bottom: 1px solid #A8A8A8;
}
.main-navigation {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.logo {
    padding-right: 50px;
}
.menu li {
	display: inline-block;
	float: left;
}
.menu-item {
	padding-top: 3px;
	padding-left: 32px;
}
.menu-item a {
	font-family: 'Lato';
	font-weight: 400;
	text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.s-item {
	position: relative;
}
.slide-text-c {
	display: block;
    position: absolute;
    top: 30%;
    width: 50%;
    left: 59%;
    margin-left: -180px;
}
.slide-text-c h1 {
	font-family: 'Lato';
	font-weight: 400;
	text-transform: uppercase;
    color: #000;
    font-size: 46px;
    color: #fff;
    letter-spacing: -0.035em;
    text-align: center;
    margin-bottom: 5px;
}
.main-slider .owl-controls {
	display: none!important;
}
.page-slider {
	position: relative;
	margin-top: -1px;
}
.section {
	margin-bottom: 4px;
}
.container {
	width: 1080px;
	margin: auto;
}
.slide-arrows {
	position: absolute;
    bottom: 25px;
    right: 35px;
    z-index: 9999;
}
.slide-arrows a {
    display: block;
    position: relative;
    float: left;
    margin-left: 1px;
    background: none;
    color: #fff;
    font-size: 33px;
    padding: 0 2px;
    text-decoration: none;
    font-weight: 700;
}
.slide-arrows a span {
	font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}
.arrow-left:before {
    content: "\34";
}
.arrow-right:before {
    content: "\35";
}
.collection-c {
	position: relative;
}
.flexy-c {
	display: flex;
}
.col {
	width: 33.33%;
	height: 0;
	padding-bottom: 48.81%;
	position: relative;
}
.inside-col img {
	width: 100%;
	display: block;
}
.collection-c img {
	width: 100%;
	display: block;
}
.blackish img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blackish:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.inside-col {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.over-dark {
	background-color: rgba(0, 0, 0, 0.76);
}
.over-text {
	position: relative;
    width: 300px;
    margin: 0 auto;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
}
.half-part {
	width: 50%;
}
.inside-col {
	height: 100%;
	width: 100%;
}

.linking {
	display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 56px;
    line-height: 51px;
    border: 3px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
    width: 269px;
}
.slide-text-c .linking {
	background: rgba(255,255,255,1);
	border-color: #fff;
}
.over-text h2 {
	font-family: 'Lato';
	font-weight: 100;
	text-transform: uppercase;
    color: #000;
    font-size: 88px;
    line-height: 88px;
    letter-spacing: -0.035em;
    text-align: center;
    margin-bottom: 5px;
}
.over-text h3 {
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.035em;
    text-align: center;
    margin-bottom: 5px;
}
.over-text p {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 22px;
}
.over-text .linking {
	border: 3px solid #000;
    color: #000;
    background-color: #fff;
}
.over-dark .linking {
	border: 3px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.over-dark h2 {
	color: #FFFFFF;
}
.over-dark p {
	color: #FFFFFF;
}
.over-lighter {
	background-color: rgba(255,255,255,0.6);
}
.seconda {
	background-color: #EDEDED!important;
}
.inside-col:hover .overlay {
	opacity: 1;
}
.over-text .linking:hover {
    color: #fff;
    background-color: #000;
}
.over-dark .linking:hover {
    color: #000;
    background-color: #fff;
}
.first-part {
	background-color: #FAF8F2;
}
.half-col {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    height: 50%;
}
.img-part {
	width: 50%;
	float: left;
}
.img-part img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.text-part {
	width: 50%;
	float: left;
	position: relative;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 30px;
}
.half-part:after {
	content: "";
	display: table;
	clear: both;
}
.category {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 13px;
}
.text-part h3 {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2em;
    max-width: 300px;
    letter-spacing: -0.035em;
    margin-top: 5px;
}
.text-part p {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.3em;
    opacity: 0.7;
}
.read-more {
    display: block;
    line-height: 40px;
    position: relative;
    text-indent: 40px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 25px;
    font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
}
.icon_menu-circle:before {
    content: "\63";
}
.read-more span {
    display: block;
    position: absolute;
    top: 3px;
    left: -42px;
    font-size: 31px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform-origin: 80%;
    -webkit-transform-origin: 80%;
    transform-origin: 80%;
    font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.read-more:hover span {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.footer-wrapper {
	padding-bottom: 30px;
}
.footer-c:after{
	content: "";
	display: table;
	clear: both;
}
.footer-c {
	padding: 45px 40px 30px 40px;
}
.f-col {
	float: left;
	padding-right: 50px;
}
.f-col h4 {
	font-family: 'Lato';
	font-weight: 400;
    color: #444444;
    font-size: 16px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.f-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-menu li {
	padding-bottom: 5px;
}
.f-menu li a {
	font-family: 'Lato';
	font-weight: 400;
    color: #444444;
    font-size: 14px;
}
.class {
	font-family: 'Lato';
	font-weight: 400;
    color: #444444;
    font-size: 14px;
}
.f-bottom .social-f{
	text-align: center;
}
.f-bottom .social-f a {
	display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    color: #fff;
    background: #adadad;
    height: 35px;
    width: 35px;
    line-height: 37px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.f-bottom .social-f a span {
	font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}
    
   .social_facebook:before {
    content: "\e093";
}
.social_twitter:before {
    content: "\e094";
}
.social_pinterest:before {
    content: "\e095";
}
.social_googleplus:before {
    content: "\e09d";
}
.social_youtube:before {
    content: "\e0a3";
}
.social_instagram:before {
    content: "\e09a";
}
.sec-part .img-part {
	float: right;
}
.menu-btn, .menu-close-btn {
	display: none;
}
.displaying {
	padding-bottom: 80px;
}
.dis-header {
	padding: 50px 0;
	text-align: center;
	max-width: 540px;
    margin: auto;
}
.dis-header h3 {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.dis-header h3 a {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.dis-header p {
	font-family: 'Lato';
	font-weight: 400;
    color: #333333;
    font-size: 12px;
    line-height: 1.4em;
}
.ul-wrapper {
	padding: 0 15px;
}
.cat-list {
	display: flex;
	list-style: none;
	width: 1110px;
	margin: auto;
	flex-wrap: wrap;
}
.dress-list {
	width: 100%;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.cat-list li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 40px;
}
.dress-list li {
	width: 25%;
	padding: 0 15px;
}
.img-c {
	width: 100%;
	height: 0;
	padding-bottom: 129.4117647%;
	position: relative;
	overflow: hidden;
}
.dress-list li .img-c {
	padding-bottom: 124.543081%;}
.img-c img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.img-c:hover img {
	
	transform: scale(1.03);
}
.text-c {
	padding: 20px 0;
	text-align: center;
}
.text-c h2 {
	font-family: 'Lato';
	font-weight: 400;
    color: #000;
    font-size: 20px;
}
.text-c h3 {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.text-c p {
	font-family: 'Lato';
	font-weight: 400;
    color: #333333;
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 30px;
    margin-bottom: 20px;
}
.see-all {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #333333;
    font-family: 'Lato';
	font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 38px;
}
.reserving {
	background-color: #FAF8F2;
	margin-bottom: 40px;
}
.reserve {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 0;
}
.reserve>div {
	max-width: 345px;
}
.reserve h2 {
	font-family: 'Lato';
	font-weight: 400;
    color: #000;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.reserve p {
	font-family: 'Lato';
	font-weight: 700;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    margin-left: -40px;
}
.res-btn {
	display: block;
	width: 263px;
	text-align: center;
	background-color: #111111;
	font-family: 'Lato';
	font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
     -webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.res-btn:hover {
	background-color: #000;
}
.showM {
	display: none;
}
.noscroll {
	overflow-y: hidden;
}
.the-blog-s {
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 120px;
}
.c-blog {
	width: 960px;
	margin: auto;
}
.c-blog article {
	background-color: #f8f8f8; 
	padding: 20px 35px 30px;
}
.h-blog {
	text-align: center;
	padding: 40px 40px 30px;
}
.h-blog h2 {
	font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 0px;
    color: #252525;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.a-blog p {
	font-family: "Open Sans";
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}
.a-blog img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}
.f-blog {
	margin-top: 40px;
	border-top: 1px solid #dcdcdc;
	padding: 10px 0;
}
.group-share li {
    display: inline-block;
    margin-left: 6px;
}
.group-share li a {
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #666;
    line-height: 26px;
}
.fa {
	display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 14px;
    font-family: 'fontawesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-envelope-o:before {
    content: "\f003";
}
.group-share li a:hover{
	color: #ffffff;
	border-color: #666666;
	background: #666666;
}
.art-slider {
	width: 100%;
	margin-top: 50px;
	background-color: #fff;
	padding: 30px 15px 20px;
}
.a-slider {
	list-style: none;
}
.a-slider li {
    padding: 0 15px 30px;	
}
.a-slider .owl-controls {
	margin-top: 20px;
    border-top: 1px dashed #ebebeb;
    padding-top: 10px;
}
.a-slider .owl-controls span {
    background: #869791!important;
    border-radius: 0!important;
    display: block!important;
    height: 8px!important;
    margin: 4px!important;
    width: 8px!important;}
.a-slider .owl-controls .active span {
	background: #252525!important;
} 
.a-slide img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.a-slide h3 {
	color: #252525;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.artikull {
	width: 100%;
	background-color: #f9f9f9;
	text-align: center;
	margin-bottom: 50px;
}
.artikull img {
	width: 100%;
	display: block;
}
.lexo-more {
	margin: 10px 0 45px 0;
    color: #000;
    border: 2px solid #000;
    padding: 0 15px;
    font-family: 'Montserrat';
    line-height: 38px;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.lexo-more:hover {
	background-color: #000;
	color: #fff;
}
.contact-s {
    border-bottom: 1px solid rgba(187, 187, 187, 0.4);
    padding-bottom: 120px;
}
.c-contact {
    width: 1080px;
    margin: auto;
}
.no-map {
    width: 50%;
}
.yes-map {
    width: 50%;
}
.yes-map iframe {
    width: 100%;
    height: 433px;
}
.c-contact h4 {
    font-family: 'Lato';
    font-size: 45px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin: 50px 0 30px 0;
    text-transform: uppercase;
}
.forma {
	display: flex;
	flex-wrap: wrap;
}
.form-group {
	width: 90%;
	margin-bottom: 15px;
}
.last-d {
	width: 100%;
}
.field {
	width: 100%;
	height: 41px;
	background-color: #fff;
	border: 1px solid #333333;
	padding-left: 15px;
	color: #333333;
	font-size: 13px;
	font-family: 'Lato';
}
.last-d textarea {
	width: 90%;
	display: block;
	resize: none;
    height: 150px;
    box-shadow: none;
    outline: none;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
  	font-size: 14px;
  	font-family: 'Lato';
  	font-weight: 400;
  	padding: 10px 15px;
}
.field::-webkit-input-placeholder {
  color: #777777;
  font-size: 13px;
	font-family: 'Lato';
  font-weight: 400;
}
.field::-moz-placeholder { 
  color: #777777;
 font-size: 13px;
	font-family: 'Lato';
  font-weight: 400;
}
.field:-ms-input-placeholder { 
  color: #777777;
  font-size: 13px;
	font-family: 'Lato';
  font-weight: 400;
}
.field:-moz-placeholder { 
  color: #777777;
  font-size: 13px;
	font-family: 'Lato';
  font-weight: 400;
}
.send {
	line-height: 44px;
	font-family: 'Lato';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	width: 90%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #333333;
    border: none;
    text-shadow: none;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: all;
}
.send:hover {
	background-color: #161616;
}
.wrapper-dropdown {
    position: relative;
    width: 100%;
    height: 41px;
    margin: 0 auto;
    line-height: 41px;
    padding-left: 15px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #333;
    z-index: 9999;
}
.wrapper-dropdown span {
	 color: #777;
	 font-size: 13px;
     font-family: 'Lato';
     font-weight: 400;
}
.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    background-image: url(../images/icono_drop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #333;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #777777;;
    line-height: 23px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #999;
    padding-left: 18px;
    font-size: 13px;
  	font-family: 'Lato';
  	font-weight: 400;
} 
.wrapper-dropdown .dropdown li:first-child a {
    border-top: 1px solid #333;
}
.wrapper-dropdown .dropdown li.sub-cat a {
	padding-left: 35px;
}
.wrapper-dropdown .dropdown li.main-cat a {
	padding-top: 5px;
	text-transform: uppercase;
}

.wrapper-dropdown .dropdown li:last-of-type a {
     border-bottom: 1px solid #333!important;
}

.wrapper-dropdown .dropdown li:hover a {
    color: #000;
}

/* Active state */

.wrapper-dropdown.active {
    box-shadow: none;
    border-bottom: none;
}

.wrapper-dropdown.active:after {
    border-color: #fff transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 420px;
}
.wrapper-dropdown:focus {
    box-shadow: none;
    border-bottom: none;
}
.wrapper-dropdown:focus:after {
    border-color: #fff transparent;
}

.wrapper-dropdown:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 420px;
}
.footer-c .right {
    text-align: right;
   font-family: 'Lato';
    font-weight: 400;
    color: #444444;
    font-size: 14px;
}
.address {
    padding: 5px 0;
    margin-bottom: 15px;
}
.phone-nr {
    display: inline-block;
    width: auto;
    height: 41px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #333333;
    color: #333333;
    font-size: 13px;
    font-family: 'Lato';
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.address a {
    color: #333333;
    display: inline-block;
    border-bottom: 1px solid #333333;
    padding-bottom: 2px;
    margin-top: 5px;
}
.days p {
    margin-bottom: 5px;
}
.form-group {
    position: relative;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    
}
.inputfile + label {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    line-height: 41px;
    height: 41px;
    border: 1px solid #333333;
    color: #777;
    font-size: 13px;
    font-family: 'Lato';
    padding-left: 15px;
}
.inputfile + label svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    fill: #777777;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.c-dy-fjale {
    width: 1080px;
    margin: auto;
    padding-bottom: 120px;
}
.col2-flex {
    width: 100%;
    display: flex;
}
.the-col {
    width: 50%;
}
.c-dy-fjale h1 {
   font-family: 'Lato';
    font-size: 45px;
    color: #000;
    font-weight: 300;
    text-align: left;
    margin-top: 20px;
    text-transform: uppercase 
}
.col2-flex h2 {
    font-family: 'Lato';
    font-size: 25px;
    color: #000;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase; 
    margin-bottom: 20px;
    margin-top: 30px;
}
.col2-flex p {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}
.img-h img {
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 3px 3px 3px #ddd;
}
.img-h {
    width: 50%;
    height: 0;
    padding-bottom: 74.63%;
    position: relative;
    float: right;
    margin-left: 50px;
    margin-top: 30px;
}

@media(max-width: 1400px) {
	.text-part {
	    padding-right: 40px;
	}
}
@media(max-width: 1100px) {
	.text-part {
	    padding-right: 40px;
	}
	.two-col {
		flex-wrap: wrap;
	}
	.text-part {
    width: 100%;
    float: none;
    position: relative;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 30px;
	}
	.img-part {
	    width: 100%;
	    float: none;
	}
		.sec-part .img-part {
	    float: none;
	}
   .cat-list {
	width: 100%;
}
.footer-c {
    padding: 45px 30px 30px 30px;
}
.reserving {
    padding: 0 30px;
}
	
}
@media(max-width: 1080px) {
	.flexy-c {
		flex-wrap: wrap;
	}
	.top-sidebar {
		display: none;
	}
	.col {
	    width: 50%;
	    height: 0;
	    padding-bottom: 73.2%;
	    position: relative;
	}
	.wider {
		width: 100%;
		padding-bottom: 40%;
	}
	.half-col {
	    height: 100%;
	}
	.wider .half-col {
		width: 50%;
		float: left;
	}
	.main-navigation {
		height: 58px;
		padding-bottom: 0;
		align-items: center;
		justify-content: flex-start;
	}
	.menu-btn {
		display: block;
		width: 64px;
	    height: 58px;
	    background: #fff;
	    border: none;
	    position: relative;
	    outline: none;
    	font-size: 1.2rem;
	}
	.menu-btn:after {
	    font-family: "ElegantIcons";
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    content: "a";
	    font-size: 52px;
	    text-align: left;
	    width: 100%;
	    line-height: 58px;
    	color: #000;
	}

	.menu-container {
		background-color: #fff;
		z-index: 99999;
	    transform: translate(-248px, 0);
	    -moz-transform: translate(-248px, 0);
	    -webkit-transform: translate(-248px, 0);
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    width: 248px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    height: 100%;
	      -webkit-transition: all 0.4s ease-in-out;
	    -moz-transition: all 0.4s ease-in-out;
	    -o-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	}
	.open-menu {
	    transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    display: block;
        width: 100%;
	}
    .wrapper-move {
    	overflow: hidden;
    }
    .container {
	    width: 100%;
	}
    .menu-close-btn {
		display: block;
		float: right;
		margin-top: 30px;
		margin-right: 30px;
		width: 11px;
		height: 11px;
		border: none;
		outline: none;
		background-color: #fff;
		background-image: url(../images/close.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover
	}
	.dress-list li {
		width: 50%;
		padding: 0 15px;
	}
	.menu {
		margin-top: 60px;
	}
	.menu-item a {
	    font-size: 24px;}
	 .menu li {
	    display: block;
	    float: none;
	    padding-bottom: 20px;
	}
	.c-contact {
	    width: 100%;
	}
	.c-dy-fjale {
	    width: 100%;
	}
}

@media(max-width: 700px) {
	.hideM {
		display: none;
	}
    .logo img {
    	width: 110px;
    }
 
	.displaying {
		padding-bottom: 30px;
	}
	.dis-header {
		padding: 30px;
		max-width: 100%;
	}
	.ul-wrapper {
		padding: 0 7px;
	}
	.cat-list {
		width: 100%;
		flex-wrap: wrap;
	}
	.cat-list li {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 30px;
	}
	.dress-list li {
		padding: 0 8px;
	}
    
	.text-c {
		padding: 20px 0;
		text-align: center;
	}
    .dress-list .text-c {
		padding: 10px 0 20px;}
	.reserving {
		background-color: #FAF8F2;
		margin-bottom: 40px;
	}
	.reserve {
		padding: 30px 0;
		flex-wrap: wrap;
	}
	.reserve>div {
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.reserve p {
	    margin-left: 0px;
	}
	.res-btn {
		display: block;
		width: 100%;
		text-align: center;
		background-color: #111111;
		font-family: 'Lato';
		font-weight: 700;
	    color: #fff;
	    font-size: 16px;
	    padding: 16px 0;
	}
	.footer-c .left {
		width: 100%;
	}
	.f-col {
	    float: none;
	    padding-right: 0;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.showM {
		display: block;
	}
	.byAV {
		padding-top: 30px;
		text-align: center;
	}
	.flexy-wrap {
		padding: 0 15px;
	}
	.col {
	    width: 100%;
	    height: auto;
	    padding-bottom: 0;
	    position: relative;
	    margin-bottom: 10px;
	}
	.wider {
		 height: auto;
		 padding-bottom: 0;
	}
	.inside-col {
		position: static;
		height: auto;
	}
	.wider .half-col {
	    width: 100%;
	    height: auto;
	    padding: 30px 0;
	    float: none;
	    margin-bottom: 10px;
	}
	.overlay {
	    position: static;
	    opacity: 1;
	}
	.over-text {
    position: relative;
    width: 300px;
    margin: 0 auto;
    top: 0;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    padding: 30px 0 50px;
	}
	.over-dark {
	    background-color: rgba(0, 0, 0, 1);
	}
	.page-slider {
		margin-bottom: 50px;
	}
	.img {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		overflow: hidden;
	}
	.img img {
		position: absolute;
		height: 100%;
		width: auto!important;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.slide-text-c {
	    display: block;
	    position: static;
	    width: 100%;
	    margin-left: 0px;
	    padding: 20px 0;
	    
	}
	.slide-arrows {
		display: none;
	}
	.slide-text-c h1 {
		color: #282B2A;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.slide-text-c .linking {
	    background: #282B2A;
	    border-color: #282B2A;
	    color: #fff;
	}
	.over-text h2 {
	    font-size: 70px;}
	 .half-part {
	    width: 100%;
	    margin-bottom: 10px;
	    background-color: #FAF8F2;
	}
	.footer-wrapper {
		background-color: #f7f6f6;;
	}
	.text-part {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 20px;
	}
	.the-blog-s {
	    padding-top: 15px;
	    padding-bottom: 40px;
	}
    .c-blog {
	    width: 100%;
	    margin: auto;
	    padding: 0 15px;
	}
	.c-blog article {
	    padding: 20px 15px 30px;
	}
	.h-blog {
	    padding: 20px 0px 20px;
	}
	.artikull {
    	margin-bottom: 30px;}
	.h-blog h2 {
	    font-size: 30px;
		line-height: 35px;
	}
	.lexo-more {
    	margin: 0px 0 25px 0;}
    .a-slider li {
	    padding: 0 0px 20px;
	}
	.art-slider {
	    margin-top: 30px;
	    padding: 15px 15px 20px;
	}
	.contact-s {
        border-bottom: none;
        padding-bottom: 40px;
    }
    .c-contact {
        width: 100%;
    }
    .c-contact h4 {
        font-size: 35px;;
        margin: 30px 0 20px 0;
    }
    .form-group {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .send {
        width: calc(100% - 60px);
        margin: auto;
    }
    .yes-map {
        display: none;
    }
    .c-contact h4 {
        text-align: center;
    }
    .no-map {
        width: 100%;
    }
    .last-d textarea {
    width: 100%;}
    .phone-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
    .phone-btn img {
        display: block;
    }
    .addition {
        text-align: center;
        margin-bottom: 40px;
    }
    .col2-flex {
        width: 100%;
        padding: 0 15px;
    }
    .the-col {
        width: 100%;
    }
    .c-dy-fjale {
        padding-bottom: 40px;
    }
    .img-h {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        float: none;
        margin-left: 0;
        margin-top: 0;
        overflow: hidden;
    }
    .img-h img {
        box-shadow: none;
    }
    
}