/* @override 
	http://casapapa.plaimanas.co/wp-content/themes/casapapa/style.css?* */


/*Aktiv Grotesk Thin

font-family: aktiv-grotesk-thin, sans-serif;

font-weight: 275;

font-style: normal;


Aktiv Grotesk Thin Italic

font-family: aktiv-grotesk-thin, sans-serif;

font-weight: 275;

font-style: italic;


Aktiv Grotesk Ex Regular

font-family: aktiv-grotesk-extended, sans-serif;

font-weight: 400;

font-style: normal;


Aktiv Grotesk Ex Italic

font-family: aktiv-grotesk-extended, sans-serif;

font-weight: 400;

font-style: italic;


Aktiv Grotesk Ex Bold

font-family: aktiv-grotesk-extended, sans-serif;

font-weight: 700;

font-style: normal;


Aktiv Grotesk Ex Bold Italic

font-family: aktiv-grotesk-extended, sans-serif;

font-weight: 700;

font-style: italic;*/

html,
body {
	margin: 0;
	padding: 0;
	font-family:  aktiv-grotesk-extended,'Mitr', sans-serif;
	color: #000;
	font-size: 13px;
}

p {
	margin-top: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
textarea {
	resize:none;
}

.clear {
	clear: both;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}
.wrap {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	float: none;
	clear: both;
}
* {
    max-width: 100%;
}
#header {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: fixed;
	z-index: 10000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	top: 0;
	right: 0;
	left: 0;
	background-color: #ffffff;
}
#header h1 {
	font-size: 9px;
margin: 0px;
padding: 0px;
color: #666;
}
.logo {
	padding: 0px;
	height: 57px;
	width: 102px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navi {
	float: left;
	width: 31px;
	position: absolute;
	z-index: 1;
	left: 58px;
	top: 32px;
	cursor: pointer;
}
.hsocial {
	line-height: 20px;
	float: right;
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 30px;
    text-transform: uppercase;
}
.hsocial a {
	margin-left: 10px;
}
.hsocial a:hover {
    color: #BBC6AB;
}
.hsocial form {
    margin-bottom: 10px;
    float: right;
}
.hsocial .socialwrap {
    float: right;
    clear: both;
}
.socialwrap img {
	width: 15px;
}
.hsearch {
    height: 17px;
    float: right;
    width: 150px;
    font-family: inherit;
}
.close {
	float: left;
	height: 23px;
	width: 23px;
	position: absolute;
	z-index: 1;
	left: 58px;
	top: 32px;
}
.menuactive {
	margin: 0px;
	float: left;
	width: 100%;
}
.menu {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	width: 100%;
    list-style: none;
    text-align: center;
}
.menu li {
	margin: 0px 10px;
	padding: 0px;
	display: inline-block;
}
.menu > li {
    position: relative;
}
.submenu li a:hover,
.menu li.active a,
.menu li a:hover {
	color: #BBC6AB;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.submenu {
	text-transform: uppercase;
	float: left;
	width: 350px;
	list-style-type: none;
	text-align: left;
	position: absolute;
    top: calc(100% + 13px);
	left: -15px;
    display: none;
    padding: 15px 15px 25px;
    margin: 0;
    background-color: #fff;
    min-width: 150px;
    border: solid 1px #e1e1e1;
}
.submenu.active {
    display: block;
}
.submenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}


#content {
	float: left;
	width: 100%;
    min-height: calc(100vh - 511px);
    min-height: calc((var(--vh, 1vh) * 100) - 511px);
}
.main_a {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 30px 0px;
    
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
.mnacon {
	padding: 0px;
	width: 1226px;
    max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mnacon:after {
    content: "";
    display: table;
    clear: both;
}
.mnaicon {
    display: block;
	margin: 0 auto;
	padding: 0px;
	float: left;
    clear: both;
	width: 100%;
}
.mnamenu {
	padding: 0px;
	float: left;
    width: calc(100% - 520px);
    margin: 25px 0 0;
	font-size: 45px;
	text-transform: uppercase;
	list-style-type: none;
}
.mnamenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.mnamenu li a:hover {
	color: #BBC6AB;
}
.mnapic {
	padding: 0px;
	float: right;
	margin-top: -15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media (min-width:769px) {
    .mnapic {
        width: 390px;
        max-width: 100%;
    }
}

.mnainfo {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mnatext {
	font-size: 32px;
	text-transform: uppercase;
	color: #BBC6AB;
	margin: 0px;
	padding: 0px;
	float: left;
/*	direction: up;*/
}
.mnasocial {
	margin: 0px;
	padding: 0px;
	float: right;
}
.mnasocialfooter a img{
	width: 20px;
}
.mnasocial img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mnasocial a:hover img {
	
	margin-top: -5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}











.mainslide {
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0px;
	clear: both;
}
.galleria {
}
.galleria .galleria-container {
	background-color: transparent;
}
.galleria .galleria-stage {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div#content div.main_c div.galleria div.galleria-container div.galleria-thumbnails-container ,
div#content div.mainslide div.galleria div.galleria-container div.galleria-thumbnails-container {
	height: 30px;
}

div#content div.main_c div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails,
div#content div.mainslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails {
	margin-right: auto;
	margin-left: auto;
}


div#content div.roomslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image,
div#content div.main_c div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image,
div#content div.mainslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image {
	background-color: #ffffff;
	opacity: 0.8;
	border-style: none;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 5px;
	margin-left: 5px;
}

div#content div.roomslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image {
	width: 7px;
	height: 7px;
	margin-right: 5px;
	margin-left: 5px;
}
div#content div.roomslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image.active,
div#content div.main_c div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image.active,
div#content div.mainslide div.galleria div.galleria-container div.galleria-thumbnails-container div.galleria-thumbnails-list div.galleria-thumbnails div.galleria-image.active {
opacity: 1;	
}

div#content div.roomslide div.galleria div.galleria-stage {
	bottom: 30px;
		background-color: #ffffff;
	right: 30px;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
div#content div.roomslide div.galleria div.galleria-container div.galleria-thumbnails-container {
	height: 8px;
}

.galleria1 {
	height: 100%;
}
.main_b {
	padding: 115px 0px 70px;
	margin: 0px auto;
	text-align: center;
	width: 1280px;
	float: none;
	display: block;
	clear: both;
    position: relative;
}
.main_b .swiper-container {
    position: static;
    padding-left: 20px;
    padding-right: 20px;
}
.main_b .swiper-slide {
    width: auto;
}
.main_b .swiper-slide .mnbbox {
    width: 100%;
}
.main_b .swiper-button-prev {
    left: -50px;
}
.main_b .swiper-button-next {
    right: -50px;
}
.mnbbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 48px;
	margin-left: 22px;
	display: inline-block;
	width: 270px;
	overflow: hidden;
	border-radius: 100% 100% 0px 0px;
}
.index-room .mnbbox {
    margin-left: 0;
    margin-right: 0;
}
.mnbbox img {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.mnbbox p {
	font-size: 15px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.main_c {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	min-height: 480px;
}
.main_cgalleria {
/*	border: 30px solid #6b734e;*/
	-webkit-border-top-left-radius: 100%;
	-webkit-border-top-right-radius: 100%;
	-moz-border-radius-topleft: 100%;
	-moz-border-radius-topright: 100%;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
		border-bottom-style: none;
		border-right-style: none;
		width: 480px;
		height: 480px;
		float: right;
		background-color: #6b734e;
position: relative;
}
.main_cgalleria:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-top-style: none;
	border-right: 480px solid #d5dac8;
	border-bottom: 480px solid transparent;
	position: absolute;
	right: 0;
	bottom: -480px;
	border-left-style: none;
}
.main_c .galleria {
		background-color: #6b734e;

-webkit-border-top-left-radius: 100%;
-webkit-border-top-right-radius: 100%;
-moz-border-radius-topleft: 100%;
-moz-border-radius-topright: 100%;
border-top-left-radius: 100%;
border-top-right-radius: 100%;

width: 450px;
height: 460px;
float: left;
margin-top: 20px;
	margin-left: 30px;
}
.main_c .galleria .galleria-stage {
	
}
.main_c .galleria .galleria-stage .galleria-image{
	-webkit-border-top-left-radius: 100%;
	-webkit-border-top-right-radius: 100%;
	-moz-border-radius-topleft: 100%;
	-moz-border-radius-topright: 100%;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
}

/*
.mnccon {
	padding: 0px;
	float: left;
	width: 480px;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
.mnccon {
	padding: 20px;
float: left;
width: 460px;
margin-top: 20px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #eaeaea;
border-radius: 15px;
-webkit-box-shadow: 0 10px 10px #f7f7f7;
box-shadow: 0 10px 10px #f7f7f7;
min-height: 340px;

}
a.bbtbbt {
	padding: 6px 20px;
background: #6d7352;
border-radius: 5px;
color: #fff;
display: inline-block;
margin-top: 15px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
a.bbtbbt:hover {
background: #fff;
color: #6d7352;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}.desdesbanner {
	width: 100%;
	padding: 10px 5px;
	margin: 50px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center; 
    float: left;
}
.mnchead {
	font-size: 25px;
	line-height: 30px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #3f3f3f;
	font-weight: normal;
	font-style: normal;
}
.mnctext {
	font-size: 15px;
	line-height: 25px;
	color: #727272;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}



.mncpic {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
}
.main_d {

	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 145px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
	text-align: center;
}
.conhead {
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
	z-index: 200;
	font-weight: normal;
	font-style: normal;
}
.mndpic {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.mndhead {
	font-size: 25px;
	line-height: 30px;
	color: #3f3f3f;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
	
}
.mndsubh {
	font-size: 15px;
	line-height: 22px;
	color: #3f3f3f;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}
.mndtext {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #686868;
}
.main_e {
	text-align: center;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
}

.main_e .swiper-container {
      width: 100%;
      height: 100%;
    }
  .main_e  .swiper-slide {
		width: 310px;
	}

.mnebox {
	color: #3f3f3f;
	display: inline-block;
	padding: 0px;
	width: 310px;
	float: left;
	margin: 0;
}
.mnebox img {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.mnehead {
	font-size: 15px;
	line-height: 22px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
.about {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}
.ablogo {
	padding: 0px;
	float: left;
	width: 85px;
	margin: 0px 0px 0px 0;
	position: sticky;
	position:  -webkit-sticky;
	top: 200px;
}
.abcon {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 525px;
}
.abcon h3 {
	font-size: 25px;
	line-height: 30px;
	color: #3F3F3F;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
.abcon p {
	font-size: 15px;
	line-height: 25px;
	color: #727272;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.room {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.rhtext {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	color: #727272;
	text-align: center;
	padding: 0px;
	width: 750px;
	margin: 0px auto;
	clear: both;
}
.room_a {
	background-color: #c2c4af;
	float: left;
	width: 100%;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 035px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.room_a .wrap {
	width: 1250px;
}
.room .swiper-container {
	width: 100%;
	overflow: visible !important;
}
.room .swiper-container .swiper-slide {
	width: 100% !important;
}
.room .swiper-slide{
	visibility: hidden;
	opacity: 0;
}

.room .swiper-slide.swiper-slide-active{
	visibility: visible;
	opacity: 1;
}
.room_awrap {
	background-color: #c1c4af;
	margin-top: 100px;
}
.roomslide {
	padding: 0px;
	float: left;
	width: 650px;
	height: 620px;
	z-index: 200;
	margin: 0px 0px 20px;
	position: sticky;
	position: -webkit-sticky;
	top: 120px;
}
.roomslide .galleria {
	width: 650px;
	height: 620px;
}
.racon {
	background-color: #76826e;
	float: right;
	width: 555px;
	padding: 0 0 0 128px;
	position: relative;
	border-right: 30px solid #627058;
	border-top-right-radius: 200px;
	margin: 0 0 0 -120px;
}
.ramenu {
	line-height: 25px;
	color: #fff;
	padding: 10px 0px;
	float: left;
	list-style-type: none;
	margin: 0 0 100px;
	position: sticky;
	position: -webkit-sticky;
	top: 81px;
	width: 100%;
	background-color: #75826e;
}
.ramenu li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.ramenu li a {
	color: #fff;
}
.ramenu li.active{
	text-decoration: underline;
}
.rahead {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
.ratextwrap {
	float: left;
	padding-bottom: 100px;
	padding-right: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
.ratext {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #fff;
}







.room_b {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.rbpic {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0px;
}
.rb-prev {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -60px;
}
.rb-prev a {
	background: url(images/03-casapapa-room_43.png) left bottom no-repeat;
	padding-bottom: 30px;
	display: block;
	float: left;
		color: #4A4A4A;  
}
.rb-next a {
	background: url(images/03-casapapa-room_46.png) right bottom no-repeat;
	padding-bottom: 30px;
	display: block;
	float: right;
		color: #4A4A4A;
}
.rbtext {
	line-height: 20px;
	color: #4A4A4A;
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.rbnavi {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.rb-next img {
	float: right;
}

.rb-next {
	text-align: right;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: -60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.outdoorslide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 471px;
	width: 627px;
	position: absolute;
	z-index: 200;
	left: -584px;
	top: 83px;
}
.visitor {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 75px;
	padding-left: 0px;
	text-align: center;
}
.conmenu {
	line-height: 22px;
	text-align: center;
	padding: 10px 0px;
	float: left;
	width: 100%;
	margin: 0 0 40px;
	list-style-type: none;
	top: 80px;
	position: sticky;
	position: -webkit-sticky;
	background-color: #ffffff;
	z-index: 1000;
}
.conmenu li {
	display: inline-block;
	padding: 0px;
	height: 22px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	cursor: pointer;
}
.conmenu li.current-cat>a {
		color: #23410D;
		text-decoration: underline;
}
.conmenu li a {
	color: #4a4a4a;
}
.conmenu li a:hover {
	text-decoration: underline;
}
.viscon {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.visbox {
	width: 258px;
	border: 1px solid #e1e1e1;
	border-radius: 130px 130px 0px 0px;
	background-color: #fff;
	display: inline-block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: hidden;
	vertical-align: top;
}
.visbox.x {
	margin-top: 125px;
}

.visleft {
	padding: 0px;
	float: left;
	margin: 0px;
}
.visright {
	float: right;
}
.viscenter {
	float: none;
}


.vistext {
	line-height: 20px;
	float: left;
	width: 220px;
    margin: 15px 0 15px 20px;
    padding: 0;
    max-height: 60px;
    overflow: hidden;
	color: #515151;
	text-align: left;
}
.vistext p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.visname {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	float: left;
	width: 220px;
	color: #515151;
	margin-left: 20px;
	text-align: left;
    position: relative;
}
.visname:after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 10;
}
.wedding {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 65px 0px;
	text-align: center;
}
.wedcon {
	margin: 0px;
	padding: 00px;
	float: left;
	width: 100%;
	text-align: center;
}
.wedmore {
	display: inline-block;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
.wedmore img {
	padding: 0px;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.wedmore p {
	line-height: 20px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #4a4a4a;
}
.wedbox {
	text-align: left;
	display: inline-block;
	padding: 0px;
	width: 281px;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 49px;
	margin-left: 19px;
    vertical-align: top;
}
.wedbox img {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.wedbox p {
	font-size: 15px;
	line-height: 22px;
	color: #3F3F3F;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wedbox a {
	line-height: 17px;
	color: #C3C3C3;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.weddingsingle {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	text-align: center;
}
.wedsgcon {
	padding: 0px;
	width: 1234px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.wedsgcon a.back {
	float: right;
	text-transform: capitalize;
	text-decoration: underline;
}
.wedsgcon img {
	width: 100%;
    height: auto;
	margin: 0 0 20px;
}
.wedsgdetail {
	padding: 0px;
	float: left;
	width: 615px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: left;
}

.wedsghead {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 22px;
	color: #3f3f3f;
}
.wedsgtext {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	color: #727272;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.wedsgpart {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
/*.wedsgpart img {
	margin: 15px;
	padding: 0px;
}*/
.partner {
	float: left;
	width: 100%;
	margin: 0px 0px 45px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.pnhead {
	font-size: 25px;
	line-height: 25px;
	color: #3F3F3F;
	padding: 0px;
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.pncon {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 788px;
}
.pncon>img,
.pnpic {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.pnlogo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 850px;
}
.pnlogo img {
	padding: 0px;
	float: left;
	width: 140px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.team {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.teaminfo {
	padding: 0px;
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.teamhead {
	font-size: 25px;
	line-height: 30px;
	color: #3F3F3F;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
.teamtext {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	color: #727272;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.teamcon {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 745px;
}
.teambox {
	padding: 0px;
	float: left;
	width: 115px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 33px;

}
.teambox img {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
		border-radius: 58px 58px 0px 0px;
}
.teambox p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #515151;
}
.teampkg {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	line-height: 25px;
	text-align: left;
	color: #727272;
}
.teampkg h3 {
	
}
.pkgtype {
	padding: 0px;
	float: left;
	width: 115px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 13px;
}
.pkgfacility {
	padding: 0px;
	float: left;
	width: 265px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
.pkgprice {
	padding: 0px;
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
.pkgmark {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	font-size: 13px;
}
.teamsingle {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 75px;
	padding-left: 0px;
}
.teamsgcon {
	padding: 0px;
	width: 1234px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tsgnavi {
	line-height: 20px;
	color: #4A4A4A;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 85px;
	margin-left: 0px;
}
.tsgnavi a {
	color: #4A4A4A;
}
.tsgback {
	margin-right: 20px;
}
.tsgleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 385px;
}
.tsgboxh {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
.tsgboxh img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 142px;
	width: 116px;
	border-radius: 58px 58px 0px 0px;
}
.tsgname {
	font-size: 25px;
	line-height: 28px;
	color: #383838;
	padding: 0px;
	float: left;
	width: 10px;
	margin-top: 86px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 29px;
	font-weight: normal;
	font-style: normal;
}
.tsgtext {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	color: #727272;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}




.tsgright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 820px;
}



.flex-images-wrap {
	margin: 0;
	clear: both;
}

.flex-images { overflow: hidden; }
.flex-images .item { float: left; margin: 6px; -webkit-box-sizing: content-box; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img { display: block; width: auto; height: 100%; }


/*
.tsgright img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 12px;
}*/



.tsgmore {
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.teambox.sg {
	display: inline-block;
	float: none;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
}
.art {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 75px;
	padding-left: 0px;
	text-align: center;
}
.art .swiper-container {
	width: 100%;
}
.art .swiper-slide {
		width: 800px;
}
.artbox {
	display: inline-block;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.artpic {
	padding: 0px;
	float: left;
	width: 383px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 192px 192px 0px 0px;
}
.artcon {
	text-align: left;
	padding: 0px;
	float: left;
	width: 370px;
	margin-top: 155px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.arthead {
	line-height: 30px;
	background-image: url(images/05-ourvisitor_40.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
}
.artinfo {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.artinfo p {
	font-size: 13px;
	line-height: 18px;
	color: #515151;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.arttext {
	line-height: 20px;
	color: #515151;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.blog {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.blogcon {
	padding: 0px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.blogbox {
	display: block;
	margin: 0 15px 60px;
	padding: 0px;
	text-align: left;
	float: left;
	width: 495px;
}


.blogbox img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
	height: 265px;
	-o-object-fit : cover;
	object-fit : cover;
}
.blogbox:nth-child(9n) {
margin-left: 105px;
width: 840px;
margin-right: 105px;
clear: both;

}
.blogbox:nth-child(9n-6),
.blogbox:nth-child(9n-5),
.blogbox:nth-child(9n-2),
.blogbox:nth-child(9n-1) {
	width: 232px;
}
.blogbox:nth-child(9n-8),
.blogbox:nth-child(9n-4) {
	clear: both;

}
.blogbox:nth-child(9n-3) {
	float: right;
}

.blogbox:nth-child(9n-8) img,
.blogbox:nth-child(9n-3) img {
		height: 560px;
}

.blogbox:nth-child(9n-7) img,
.blogbox:nth-child(9n-4) img {
		height: 340px;
}
.blogbox:nth-child(9n) img {
	height: 475px;
}

.blogcategory {
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #4A4A4A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bloghead {
	font-size: 15px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear: left;
	font-weight: normal;
	font-style: normal;
}
.blogmore a {
	color: #C3C3C3;
	text-decoration: underline;
}
.blogmore {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear: left;
}







.bloggrey {
	background-color: #f5f5f5;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
}
.bgstory {
	padding: 0px;
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.bgshead {
	font-size: 25px;
	line-height: 30px;
	padding: 0px;
	float: left;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	color: #3F3F3F;
	font-weight: normal;
	font-style: normal;
}
.blogsingle {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.article-content {
	margin-right: auto;
	margin-left: auto;
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d8d8d;
	max-width: 1250px;
	width: 80%;
}
.article-content>* {
	margin-bottom: 40px !important;
}
.wp-block-columns {
	width: 100%;
}
.wp-block-image {
	margin-top: 0;
}
.wp-block-image img{
	width: 100%;
}

 blockquote.wp-block-quote {
 	font: 22px/24px aktiv-grotesk-extended, sans-serif;
 	color: #000000;
 	width: 50%;
 	margin: 100px auto;
 }
.blogsgcon {
	padding: 0px;
	width: 1230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: both;
}
.blogsg_a {
	padding: 0px;
	float: left;
	width: 618px;
	margin-top: 0px;
	margin-right: 37px;
	margin-bottom: 37px;
	margin-left: 0px;
}
.blogsghead {
	font-size: 15px;
	line-height: 30px;
	color: #3F3F3F;
	padding: 0px;
	float: none;
	width: 80%;
	margin: 80px auto 40px;
	max-width: 1250px;
	clear: both;
}
.blogsgsubh {
	font-size: 15px;
	line-height: 25px;
	color: #727272;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.blogsgtext {
	line-height: 20px;
	color: #727272;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.blogsg_a img {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blogsg_b {
	padding: 0px;
	float: left;
	width: 582px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 37px;
	margin-left: 0px;
}
.blogsg_c {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 77px;
	margin-left: 0px;
}
.blogsg_d {
	padding: 0px;
	float: left;
	width: 618px;
	margin-top: 0px;
	margin-right: 37px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blogsgdesc {
	font-size: 25px;
	line-height: 22px;
	padding: 0px;
	float: left;
	width: 530px;
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 85px;
	margin-left: 355px;
}
.blogsg_e {
	padding: 0px;
	float: left;
	margin: 0px;
}
.blogsgshare {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	text-align: center;
}
.blogsgshare h3 {
	line-height: 22px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 13px;
	color: #4A4A4A;
	font-weight: bold;
}
.blogsgshare p a {
	color: #4A4A4A;
	margin-right: 12px;
	margin-left: 12px;
}
.blogsgshare p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.location {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.locmap {
	padding: 0px;
	float: left;
	width: 100%;
}
.locmap .col {
	width: 50%;
	height: 100vh;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fbfcfb;
}
.locmap .col iframe {
	border-right: 1px solid #e1e1e1 !important;
	width: 100%;
	height: 100%;
}
.loctext {
	font-size: 24px;
	line-height: 70px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
    border-bottom: 0;
	z-index: 1;
	bottom: 0px;
    padding: 0 20px;
	width: 1234px;
	margin: 0 auto;
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	float: none;
	clear: both;
}
.loctext p {
	margin-bottom: 0;
}
.loctext a {
	color: #BBC6AB;
}
.contact {
	text-align: center;
	width: 600px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 85px;
	margin-left: auto;
	padding: 0px;
}
.cttext {
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.cttext a {
	color: #BBC6AB;
}
.ctform {
	padding: 0px;
	float: left;
	height: 60px;
	font-size: 15px;
	line-height: 60px;
	color: #727272;
	margin: 0px 0px 0px 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom: 1px solid #eff0ef;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	display: block;
}
.ctform.x {
	height: 150px;
	line-height: 30px;
	font-size: 15px;
	padding-top: 20px;
}
.ctsend {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #c3c3c3;
	text-decoration: underline;
	background-color: #fff;
	padding: 0px;
	float: right;
	height: 22px;
	width: 44px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 85px;
	border: 1px solid #fff;
	-webkit-appearance: none;
	border-radius: 0;
}





#footer {
	width: 100%;
	float: left;
	margin: 0px;
    border-top: solid 1px #e1e1e1;
	padding-top: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.ftcon {
	padding: 0px;
	width: 1234px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ftcon a:hover {
    color: #BBC6AB;
}
.copyright {
    font-size: 9px;
    line-height: 20px;
    color: #9D9D9D;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    font-family: aktiv-grotesk-extended, sans-serif;
}
.copyright a {
	color: #BBC6AB;
}
.ftbox {
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ftbox.a {
	width: 335px;
}
.ftbox.b {
	width: 145px;
	margin-right: 20px;
	margin-top: 12px;
}
.ftbox.c {
	width: 200px;
}
.ftbox.d {
	width: 150px;
}
.ftbox.e {
	width: 185px;
}
.ftbox.f {
	text-align: right;
	margin: 0px;
	width: 94px;
}






.fthead {
	font-size: 16px;
	line-height: 22px;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
.fthead a {
	color: #4a4a4a;
}
.ftsubh {
	font-size: 14px;
	line-height: 20px;
	color: #4a4a4a;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}
.ftsubh a {
	color: #4a4a4a;
}
.ftmenu {
	font-size: 14px;
	line-height: 20px;
	color: #9d9d9d;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
.ftmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.ftmenu li a {
	color: #9d9d9d;
}
form.wpcf7-form {
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
}
form.wpcf7-form p {
	
}
form.wpcf7-form span.wpcf7-not-valid-tip {
	float: right;
	margin-top: -40px;
}

form.wpcf7-form div.wpcf7-response-output {
	padding: 0;
	margin: 19px 0 0;
	float: left;
	border-style: none;
	font-size: 12px;
}

.viscon .swiper-container {
	width: 100%;
}

.viscon .swiper-container .swiper-slide {
	width: 260px;
}

.viscon .swiper-container .swiper-slide:nth-child(2n){
	padding-top: 100px;
}


.single-titleblock {
    margin-top: 60px;
    margin-bottom: 30px;
}
.single-titleblock * {
    float: none;
}
.swiper-container,
.swiper-wrapper {
    height: auto !important;
}


html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

[class*="swiper-button-"] {
    outline: none !important;
}

.wedbox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
.wedbox > a {
    display: block;
    width: 100%;
}

.mediabox {
    display: block;
    line-height: 1;
}

.mediawrap {
    position: relative;
    margin-bottom: 20px;
}
.mediawrap:before {
    content: "";
    display: block;
    padding-bottom: 67.8571428%;
}
.mediawrap > * {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0; left: 0;
}

.swiper-container.default {
    line-height: 1;
}
.swiper-container.default .swiper-slide {
    position: relative;
}
.swiper-container.default .swiper-slide:before {
    content: "";
    display: block;
    padding-bottom: 46.1333333%;
}
.swiper-container.default .swiper-slide > *{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}
.swiper-container.default .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    outline: none !important;
}
.swiper-container.default .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-container.default.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}