@charset "UTF-8";
/* CSS Document */
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
.clearfix:after{
	display: block;
	clear: both;
	float: none;
	width: 100%;
	height: 0;
	content: '';
}
input::placeholder{ 
	color: #000;
	opacity:1;
        font-weight: 500;
}
textarea::placeholder{ 
	color: #000;
	opacity: 1;
        font-weight: 500;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
        font-weight: 500;
}
body{
        background: #fff;
        color: #000;
	font-size: 16px;
	font-family:"bilo";
	font-weight:  400;
}
.wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#shell{
	margin: 0 auto;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.form-basic select,
.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	background: none;
	color: #000;
	border: none;
	border-bottom: 1px solid #808080;
	font-size: 16px;
	font-family: 'bilo';
	font-weight: 500;
	height: 30px;
}
.form-basic textarea{
	min-height: 160px;
	padding: 15px;
	resize: vertical;
	line-height: 180%;
}
.form-basic .dropselect{
	position: relative;
}
.form-basic .dropselect:after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: 'ˇ';
	font-size: 30px;
}
.form-basic .wpcf7-form-control-wrap,
.form-basic form > * {
	display: block;
	margin-top: 15px;
}
.form-basic .wpcf7-form-control-wrap:first-child,
.form-basic form > *:first-child{
	margin-top: 0;
}
.accord-item {
	position: relative;
}
.accord-item .closebot,
.accord-item .acc-head{
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}
.accord-item .closebot{
	padding: 10px 0 15px
}
.accord-item .closebot:before,
.accord-item .acc-head:before{
	position: absolute;
	right: 0;
	top: -2px;
	display: block;
	content: '\e313';
	text-align: center;
	font-family:'qbons';
	color: #000;
	font-size: 20px;
}
.accord-item.expanded .closebot:before,
.accord-item.expanded .acc-head:before{
	content: "\e316";
}
.accord-item .acc-head h3{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.accord-item .acc-head h3 b{
	font-weight: 600;
}
.accord-item .acc-body{
	display: none;
	padding: 10px 0 12px;
}
.accord-item.active .acc-body{
	display: block;
}
.iframe-holder{
        position: relative;
	padding-bottom: 47%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.vidplay .iframe-holder{
	padding-bottom:  54.5%; /* 16:9 */
}
.iframe-holder > *{
        position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.format-text{
	line-height: 140%;
}
.format-text > *{
	margin-top: 15px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text a b,
.format-text a strong{
	display: inline-block;
	position: relative;
}
.format-text a b:after,
.format-text a strong:after{
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #000;
	font-weight: 600;
	line-height: 140%;
}
.format-text h1{
	font-size: 28px;
}
.format-text h2{
	font-size: 20px;
}
.format-text h3{
	font-size: 16px;
}
.format-text h4{
	font-size: 14px;
}
.format-text h5{
	font-size: 12px;
}
.format-text h6{
	font-size: 10px;
}
.format-text a:not(.button){
	color: #000;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 18px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 2px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 60px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 19px;
	line-height: 200%;
}
.format-text img{
	height: auto !important;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.format-text .clearfix br{
	display: none;
}
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	background: #000;
	font-family: 'bilo';
	font-weight: 500;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.button:hover{
	color: #fff;
	background: #252525;
}
.ptitle{
	font-family: 'Lora';
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 40px;
}
/** HEADER **/
#top{
        padding: 50px 60px 0 50px;
}
#top .logo{
        float: left;
}
#top .mainmenu{
        float: right;
        text-align: right;
        position: relative;
        top: -1px;
}
#top .mainmenu li{
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
	position: relative;
}
#top .mainmenu li:first-child{
        margin: 0;
}
#top .mainmenu li ul{
	display: block;
	position: absolute;
	left: 0;
	min-width: 100px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
}
body.page-template-page-floorplan .mainmenu li#menu-item-63 ul,
body.page-id-53 .mainmenu li#menu-item-63 ul,
#top .mainmenu li:hover ul{
	visibility: visible;
	opacity: 1;
}
#top .mainmenu li ul a{
	display: block;
	background: #fff;
}
#top .mainmenu li a{
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1px;
}
#top .mainmenu li.current-menu-item > a{
        font-weight: 700;
}
#top .mainmenu li a:after{
        display: block;
        position: absolute;
        left: 50%;
        bottom: -2px;
        content: '';
        background: #000;
        width: 0;
        height: 1px;
        transition:all 0.2s ease-in;
}
#top .mainmenu li a:hover:after{
        width: 100%;
        left: 0;
}
body:not(.home) .is-sticky #top,
body.home #top .is-sticky .mainmenu{
	width: 100% !important;
	z-index: 9999 !important;
	background: #fff;
	padding: 7px 0 12px;
	left: 0;
}
body:not(.home) #top{
	transition:padding 0.2s ease-in;
}
body:not(.home) .is-sticky #top{
	padding: 20px 60px 10px 50px;
}
#body{
        padding: 80px 0 100px;
}
/** INNER FAQ **/
.inner-faq {
        min-height: 70vh;
}
.inner-faq .accord-item{
        margin-top: 15px;
}
.inner-faq .accord-item:first-child{
        margin: 0;
}
/** FOOTER **/
#bottom{
        padding: 0 50px 80px;
        position: relative;
}
#bottom .left{
        float: left;
        text-align: left;
	position: relative;
	z-index: 2;
}
#bottom .right{
        float: right;
        text-align: right;
	position: relative;
	z-index: 2;
}
#bottom .left > *,
#bottom .right > *{
        display: inline-block;
        vertical-align: middle;
}
#bottom .left p{
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        margin-left: 90px;
        letter-spacing: 1px;
        font-weight: 500;
}
#bottom .left p a{
        color: #000;
}
#bottom .subs{
        position: relative;
        top: 6px;
}
#bottom .subs input[type='email']{
        /* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0);
	color: #000;
	border: none;
        border-bottom: 1px solid #000;
	font-size: 13px;
	font-family: 'bilo';
	height: 23px;
        text-transform: none;
        font-weight: 500;
        width: 240px;
        padding: 0;
}
#bottom .subs label,
#bottom .subs fieldset{
        display: inline-block;
        vertical-align: top;
        text-align: left;
}
#bottom .subs label{
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        top: 2px;
        margin-right: 20px;
        letter-spacing: 1px;
}
#bottom .subs button[type='submit'],
#bottom .subs input[type='submit']{
        -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
        cursor: pointer;
        background: none;
        border: none;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        padding: 0;
        margin-top: 5px;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
}
#bottom .subs .wpcf7-acceptance label{
	text-transform: none;
	text-align:left;
	font-size: 11px;
	letter-spacing: 0;
	top: auto;
}
#bottom .subs .wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
	display: block;
	padding: 5px 0 8px;
}
#bottom .subs .wpcf7-acceptance label > *{
	display: inline-block;
	vertical-align: top;
}
#bottom .subs .wpcf7-acceptance label input{
	position: relative;
	top: 8px;
}
#bottom .subs .wpcf7-acceptance .wpcf7-list-item-label{
	padding-left: 5px;
}
#bottom strong,
#bottom .subs fieldset small{
	font-size: 11px;
	font-weight: 400;
	color: #000;
	display: block;
	line-height: 130%;
	max-width: 240px;
	margin: 10px 0 0;
}
#bottom strong{
	max-width: 100%;
	position: relative;
	width: 100%;
	margin: 0;
	top: -40px;
}
#bottom strong:before{
	clear: both;
	width: 100%;
	height: 1px;
	content: '';
	float: none;
	display: block;
}
#bottom strong a,
#bottom .subs fieldset small a{
	color: #000;
	text-decoration: underline;
}
#bottom  .social{
        margin-left: 100px;
        position: relative;
        top: -2px;
}
#bottom .back-totop,
#bottom  .social a{
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 20px;
        height: 20px;
        opacity: 1;
        transition:opacity 0.2s ease-in;
}
#bottom  .social a:hover{
        opacity: .5;
}
#bottom  .social a.fb{
        background-image: url(../img/icon/fb.svg);
        margin-right: 3px;
}
#bottom  .social a.ig{
        background-image: url(../img/icon/ig.svg);
}
#bottom .back-totop{
        display: block;
        position: fixed;
        bottom: 20px;
        right: 50px;
        background-image: url(../img/icon/arrow-up.svg);
        width: 17px;
        height: 29px;
        transition:all 0.2s ease-in;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}
#bottom .back-totop.show{
	opacity: 1;
	visibility: visible;
}
#bottom .back-totop:hover{
        bottom: 25px;
}
/** INNER CONTACT **/
.inner-contact {
        min-height: 70vh;
}
.inner-contact .ptitle + .format-text{
        margin: -10px 0 50px;
}
.inner-contact .rowflex{
        justify-content: space-between;
}
.inner-contact .form-basic{
        position: relative;
        max-width: 37%;
        flex: 37%;
}
.inner-contact .form-basic .holder{
        margin-top: 40px;
}
.inner-contact .form-basic .holder small{
	font-size: 11px;
	display: block;
	font-weight: 300;
	font-family: 'bilo';
	margin: 10px 0 0;
}
.inner-contact .form-basic .holder small a{
	color: #000;
	text-decoration: underline;
}
.inner-contact .info{
        max-width: 53%;
        flex: 53%;
        padding-top: 5px;
}
.inner-contact .info .map{
        margin-top: 30px;
}
/** INNER CONSTRUCTION **/
.inner-cons .list{
        margin-top: 55px;
}
.inner-cons .list .item{
        margin-top: 50px;
}
.inner-cons .list .item:first-child{
        margin: 0;
}
.inner-cons .list .date,
.inner-cons .list .info{
        display: inline-block;
        vertical-align: top;
}
.inner-cons .list .date{
        width: 130px;
}
.inner-cons .list .date span,
.inner-cons .list .date b{
        display: block;
        text-align: center;
        font-family: 'Lora';
        font-weight: 600;
        font-size: 80px;
        line-height: 95%;
}
.inner-cons .list .date span{
        font-size: 17px;
}
.inner-cons .list .info{
        width: calc(100% - 130px);
        padding-left: 65px;
}
.inner-cons .list .info > *{
	display: block;
	margin-top: 20px;
}
.inner-cons .list .info > *:first-child{
	margin: 0;
}
.inner-cons .list .info img{
	height: auto !important;
}
.inner-cons .list .info li{
        display: block;
        margin-top: 2px;
        line-height: 140%;
        font-size: 16px;
}
.inner-cons .list .info li:first-child{
        margin: 0;
}

.inner-ben .spacer,
.inner-hood .spacer{
        margin: 0 -8px;
}
.inner-hood .wall,
.inner-ben .colage{
        margin: 40px 0 0;
        opacity: 0;
        transition:opacity 0.2s ease-in;
}
.inner-hood .wall{
        margin: 40px 0 50px;
}
.inner-home .wall,
.inner-ben .colage,
.inner-hood .wall{
	min-height: 70vh;
}
.inner-home .wall.showing,
.inner-ben .colage.showing,
.inner-hood .wall.showing{
        opacity: 1;
	min-height: 1px;
}
.inner-home .wall .item img,
.inner-ben .colage img,
.inner-hood .wall img{
        display: none;
}
.inner-home .wall .item,
.inner-ben .colage .item,
.inner-hood .wall .item{
        height: 300px;
        width: 30%;
	overflow: hidden;
	position: absolute;
}
.inner-home .wall .item{
	position: relative;
	float: left;
}
.inner-home .wall .item:nth-child(1n+3){
	float: right;
}
.inner-home .vidplay{
	margin-bottom: 0.625vw;
}
.inner-home .wall .item a,
.inner-ben .colage .item a,
.inner-hood .wall .item a{
        object-fit: cover;
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.wrap-gallery .gallery span{
	display: none;
}
.wrap-gallery .gallery.dark-arrow span,
.inner-hood .map a span{
	color: #000;
	display: block;
}
.inner-home .wall .item a em{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-family: 'Lora';
	font-weight: 500;
	font-style: italic;
	font-size: 2.4vw;
	color: #fff;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
}
.inner-home .wall .item a:hover em{
	opacity: 1;
	visibility: visible;
}
.inner-amen .rowflex .format-text > p + ul{
        margin-top: 0px;
}
.wrap-gallery .gallery,
.wrap-gallery .gallery:not(.slide-gallery) a,
.inner-page .gallery a{
        display: block;
        margin-top: 30px;
}
.wrap-gallery .gallery:first-child,
.wrap-gallery .gallery:not(.slide-gallery) a:first-child,
.inner-page .gallery a:first-child{
        margin: 0;
}
.wrap-gallery .slide-gallery{
        position: relative;
}
.wrap-gallery .slide-gallery .slidenav{
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 0;
        width: 100%;
}
.wrap-gallery .slide-gallery .slidenav a{
        display: block;
        width: 12px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.wrap-gallery .slide-gallery .slidenav a.prev{
        float: left;
        margin-left: 15px;
        background-image: url(../img/icon/angle-left.svg);
}
.wrap-gallery .slide-gallery.dark-arrow .slidenav a.prev{
        background-image: url(../img/icon/angle-left-dark.svg);
}
.wrap-gallery .slide-gallery .slidenav a.next{
        float: right;
        margin-right: 15px;
        background-image: url(../img/icon/angle-right.svg);
}
.wrap-gallery .slide-gallery.dark-arrow .slidenav a.next{
        background-image: url(../img/icon/angle-right-dark.svg);
}
/** INNER HOME **/
.inner-home{
        padding: 0 2.6vw;
        position: relative;
        overflow: hidden;
}
/*.inner-home .wall,
.inner-home .item:not(.bubble) a{
        cursor: none;
}*/
.inner-home .item.bubble{
	background: #fff;
	z-index: 999;
}
.inner-home .wall{
        opacity: 0;
        transition:opacity 0.2s ease-in;
}
.inner-home .spacer{
        margin: 0 -0.625vw;
}
.inner-home .wall .item a{
        left: 0.625vw;
        top: 0.625vw;
        width: calc(100% - 1.25vw);
        height: calc(100% - 1.25vw);
}
.inner-home .wall .item.bubble a span{
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
	color: #fff;
        align-items: center;
	background: #a6192e;
}
/*.inner-home .wall .item.bubble a span:after{
        display: block;
        position: absolute;
        right: 30px;
        bottom: -16px;
        width: 42px;
        height: 16px;
        content: '';
        background-image: url(../img/icon/tip.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}*/
.inner-home .wall .item.bubble a span > *{
        flex: 1;
        padding: 0 3vw;
        font-family: 'Lora';
        font-size: 1.5vw;
        font-weight: 500;
	font-style: italic;
        line-height: 150%;
        color: #fff;
}
.inner-home .wall .item:not(.bubble) a:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(28,28,28,.6);
	opacity: 0;
	transition:opacity 0.2s ease-in;
}
.inner-home .wall .item:not(.bubble):hover a:after{
	opacity: 1;
}
.inner-home .cursor{
        position: absolute;
        z-index: 99;
        display: none;
}
.inner-home:hover .cursor{
        display: inline-block;
}
.inner-home .cursor:before{
        width: 32px;
        height: 44px;
        display: block;
        position: relative;
        background-image: url(../img/icon/cursor.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        content: '';
}
.inner-home .cursor b{
        display: inline-block;
        color: #fff;
        font-size: 60px;
        font-family: 'Lora';
        font-weight: 600;
        position: relative;
        left: 15px;
        top: -2px;
        line-height: 100%;
}
.wpcf7-response-output{
	display: none !important;
}
.plyr__control--overlaid{
	background: rgba(0,0,0,0) !important;	
	opacity: 1;
}
.plyr__control--overlaid svg{
	width: 100px !important;
	height: 100px !important;
}
/** INNER FLOOR **/
.inner-floor .accord-item{
	margin-top: 10px;
}
.inner-floor .accord-item .rowflex{
	margin: 0 -10px 20px;
}
.inner-floor .accord-item .rowflex a{
	flex: calc(33.3333333333333333333333% - 20px);
	max-width: calc(33.3333333333333333333333% - 20px);
	margin: 0 10px 20px;
	color: #000;
}
.inner-floor .accord-item:first-child{
	margin: 0;
}
.inner-floor .accord-item .rowflex a strong{
	display: block;
	margin-bottom: 12px;
}
.inner-floor .accord-item .rowflex a strong b{
	font-weight: 500;
}
.inner-floor .accord-item .rowflex + a{
	color: #a3192e;
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}
.inner-amen .wrap-grid {
	margin-top: 40px;
}
.inner-amen .wrap-grid .rowflex{
	margin: 0 -13px;
}
.inner-amen .wrap-grid  .item{
	margin: 0 13px 26px;
	max-width: calc(50% - 26px);
	flex: calc(50% - 26px);
}
.inner-amen .wrap-grid  .item figure{
	display: block;
	position: relative;
}
.inner-amen .wrap-grid  .item b{
	display: block;
	margin-top: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.inner-amen .wrap-grid  .item.nocrop figure img:first-child{
	opacity: 0;
}
.inner-amen .wrap-grid  .item.nocrop figure img + img{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	display: block;
	z-index: 2;
}
.plyr--video{
	background: #fff !important;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
        
}
.mobile-trigger{
	display: none;
}
@media (max-width: 1800px) {

}
@media (max-width: 1259px) {
	#top .logo,
	#top .mainmenu{
		float: none;
		text-align: center;
	}
	#top .logo{
		margin-bottom: 30px;
	}
	#top .mainmenu li{
		margin: 0 10px;
	}
	#bottom .left p{
		display: block;
		margin: 20px 0 0;
	}
	#bottom .subs label{
		display: block;
		top: auto;
		margin: 0 0 10px;
	}
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (min-width: 992px){
	.home #body{
		padding-top: 40px;
	}
	.home #top{
		padding-top: 80px;
	}
	.home #top .mainmenu,
	.home #top .logo{
		float: none;
		text-align: center;
	}
	.home #top .logo img{
		width: 396px;
	}
	.home #top .logo{
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 1390px){
	
}

@media (max-width: 991px) {
	.inner-home,
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	body:not(.home) .is-sticky #top,
	body:not(.home) #top,
	#top{
		padding: 30px 30px 0;
		position: fixed;
		z-index: 9999;
		background: #fff;
		padding-bottom: 20px;
		width: 100%;
	}
	#bottom{
		padding: 0 30px 50px;
	}
	#bottom .back-totop{
		right: 30px;
	}
	#bottom .right > *{
		top: auto !important;
		vertical-align: top !important;
	}
	#bottom .social{
		margin-left: 50px;
	}
	#top .logo{
		float: left;
		margin: 0;
		position: relative;
		z-index: 10;
	}
	#top .mainmenu{
		position: absolute;
		left: 0;
		top: 62px;
		height: calc(100vh - 62px);
		width: 100%;
		background: #fff;
		z-index: 9;
		padding: 50px 0 0;
		display: none;
	}
	body.home #top .mainmenu,
	body.home #top .is-sticky .mainmenu{
		padding: 50px 0 0;
		position: absolute !important;
	}
	#top #sticky-wrapper{
		height: auto !important;
	}
	#top .mainmenu li{
		display: block;
		text-align: center;
		margin: 30px 0 0;
	}
	body.open-menu{
		height: 100vh;
		overflow: hidden;
	}
	.mobile-trigger{
		display: block;
		float: right;
		position: relative;
		top: -3px;
	}
	.menu-mobile{
		width: 20px;
		height: 15px;
		position: relative;
		display: inline-block;
		top: 3px;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before,
	.menu-mobile .menu-bar b{
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 6px;
		background: #000;
		display: block;
	}
	.menu-mobile .menu-bar b{
		-webkit-transition:background 300ms ;
		-moz-transition:background 300ms ;
		-o-transition:background 300ms ;
		-ms-transition:background 300ms ;
		transition:background 300ms ;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before{
		content: '';
		-webkit-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-moz-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-o-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-ms-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
	}
	
	.menu-mobile .menu-bar b:after{
		top: 6px;
	}
	.menu-mobile .menu-bar b:before{
		top: -6px;
	}
	.open-menu .menu-mobile  .menu-bar b:after,
	.open-menu .menu-mobile  .menu-bar b:before{
		top:0;
		-webkit-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-moz-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-o-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-ms-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		left: 0;
	}
	.open-menu .menu-mobile  .menu-bar b{
		background: rgba(0,0,0,0);
	}
	.open-menu .menu-mobile  .menu-bar b:after{
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
	}
	.open-menu .menu-mobile  .menu-bar b:before{
	    -ms-transform: rotate(-45deg); /* IE 9 */
	    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	    transform: rotate(-45deg);
	}
	body:not(.home) #body{
		padding: 40px 0 60px;
	}
	#body{
		padding: 85px 0 60px;
	}
	.inner-home .wall .item.bubble a span > *{
		font-size: 14px;
		padding: 0 10px;
	}
	.home #top .logo{
		margin: 0;
	}
	.inner-home *{
		cursor: auto;
	}
	.inner-home .cursor{
		display: none !important;
	}
	#bottom strong{
		max-width: 250px;
	}
	#top .mainmenu li ul{
		opacity: 1;
		visibility: visible;
		text-align: center;
		position: relative;
		margin: 30px 0 0;
	}
	#top .mainmenu li ul a{
		display: inline-block;
	}
	.inner-floor .accord-item .rowflex a {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	.ptitle{
		font-size: 26px;
	}
	.inner-faq{
		min-height: 1px;
	}
	#bottom .subs fieldset,
	#bottom .subs label,
	#bottom .left > *,
	#bottom .right > *,
	#bottom .left,
	#bottom .right{
		float: none;
		display: block;
		text-align: center;
	}
	#bottom .subs fieldset{
		text-align: left;
	}
	#bottom .left > p{
		margin: 20px 0 30px;
	}
	#bottom .subs label{
		margin-bottom: 15px;
	}
	#bottom .social{
		margin: 60px 0 0;
		text-align: left;
	}
	#bottom .social a{
		margin: 0 4px 0 0;
	}
	#bottom .back-totop{
		right: 20px;
		bottom: 25px;
	}
	#bottom{
		padding-bottom: 30px;
	}
	#bottom .subs input[type='email']{
		width: 100%;
	}
	.inner-contact .rowflex{
		display: block;	
	}
	.inner-contact .rowflex > *{
		max-width: none !important;
	}
	.inner-contact .form-basic{
		margin: 0 0 50px;
	}
	.inner-contact .form-basic .holder{
		position: relative;
		bottom: auto;
		left: auto;
		margin: 20px 0 0;
	}
	.ptitle{
		margin-bottom: 20px;
	}
	.inner-contact .ptitle + .format-text{
		margin: 0 0 30px;
	}
	.inner-cons .list .date,
	.inner-cons .list .info{
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.inner-cons .list .date{
		margin: 0 0 15px;
	}
	.inner-cons .list .date b{
		font-size: 50px;
		text-align: left;
	}
	.inner-cons .list .date span{
		font-size: 14px;
		margin-top: 3px;
		text-align: left;
	}
	.inner-home .wall .item{
		width: 100% !important;
		float: none !important;
		height: 250px !important;
		margin-bottom: 20px;
	}
	.inner-home .wall .item:not([data-height="1"]){
		height: 500px !important;
	}
	.inner-home .wall .item.bubble a span > *{
		font-size: 20px;
		padding: 0 3.6vw
	}
	.inner-ben .colage .item,
	.inner-hood .wall .item{
		width: 100% !important;
		height: 250px !important;
		overflow: hidden;
		position: absolute;
	}
	.inner-home .wall .item a em{
		font-size: 20px;
	}
	
        .inner-amen .accord-item .rowflex{
                display: block;
        }
        .inner-amen .accord-item .rowflex > *:first-child{
                margin-bottom: 15px;
        }
	.inner-home .vidplay{
		margin-bottom: 20px;
	}
	.plyr__control--overlaid svg {
		width: 30px !important;
		height: 30px !important;
	}
	#bottom strong{
		max-width: none;
		top: -70px;
	}
	.inner-floor .accord-item .rowflex{
		margin: 0;
	}
	.inner-floor .accord-item .rowflex a:first-child,
	.inner-floor .accord-item .rowflex a {
		flex: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.inner-amen .wrap-grid .rowflex{
		margin: 0;
	}
	.inner-amen .wrap-grid .item {
		margin: 0 0 20px;
		max-width: 100%;
		flex: 100%;
	}
}
/* Custom mobile */
@media (max-width: 480px) {
	.inner-home,
	#bottom,
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	#body{
		padding-top: 60px;
	}
	body:not(.home) #body{
		padding-top: 30px;
	}
	body:not(.home) .is-sticky #top, body:not(.home) #top,
	#top{
		padding: 20px 15px 15px;
	}
	#top .logo img{
		max-width: 130px;
	}
	#top .mainmenu{
		top: 42px;
		height: calc(100vh - 42px);
	}
}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1259px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}