/********************************
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

:root {
    --main-color: #000000;
    --sub-color: #FCC42F;
    --dark-color: #000000;
    --button-color: #8D9D90;
    --hover-color: #666666;
    --white-color: #FFFFFF;
    --half-white-color: rgba(255,255,255,0.48);

    --light-color: #F9F9F9;
    --light-grey-color: #EBEBEB;
    --grey-color: #B2B3B8;
	
    --border-color: #EBEBEB;
    --dark-border-color: #d6d6d6;
	
	--purple-color: #7f1f46;
    --yellow-color: #FCC42F;
    --pink-color: #E21574;
    --blue-color: #2086DF;
	--red-color: #d90000;
	
	--box-shadow:0px 20px 40px rgba(0,0,0,0.08);
	

    --xs-pad: 8px;
    --sm-pad: 16px;
    --main-pad: 24px;
    --md-pad: 32px;
    --lg-pad: 48px;
    --xl-pad: 72px;
    --xxl-pad: 96px;
    --lg-neg: -48px;
    --main-neg: -24px;

	--lg-font: 20px;
    --main-font: 18px;
    --mid-font: 16px;
    --sm-font: 14px;
    --input-font: 16px;
    --button-font: 14px;
    --sm-icon: 18px;
    --main-icon: 20px;
    --large-icon: 28px;
}


/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
    font-size:16px;
}
body {
	padding: 0px;
	margin: 0px;
	background:var(--white-color);
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:16px;
	font-size: var(--main-font);
	line-height: 1.6;	
	color:#000000;
    color: var(--main-color);
}

/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
    font-family: 'meno-banner', 'futura-pt', Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--main-pad);
}
h2{
	font-size:32px;
    font-weight: 700;
    line-height: 1.2;
	margin-bottom: var(--sm-pad);
}
h3{
	font-weight: 700;
	font-size:20px;
    margin-bottom: var(--xs-pad);
    line-height: 1;
}
h4{
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size:16px;
    margin-bottom: 8px;
    line-height: 1;
}

.italic{
	font-style:italic;
}
p{
    margin-bottom: 2.4rem;
    margin-bottom: 24px;
}
.lead, .page-intro p, .article-intro p{
    font-weight: 300;
	font-size: 24px;
    margin-bottom: var(--main-pad);
    line-height: 1.6;
}
h3 + .lead{
    margin-top: 1.6rem;
}
/*
.large-txt{
    font-size: 22px;
}
*/
:focus{
	-moz-outline-style:none;
}
::selection{
	background-color:#333333;
	color:#fff;
}
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none;
}

a, a:visited{
    color:var(--main-color);
	border: none;
	outline:0;
	-moz-outline-style:none;
    -webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	color: inherit;
    color:var(--dark-color);
    -webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
input.button, .button, .button:visited, .w-btn, .l-btn, .c-btn{
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	line-height: 30px;
	font-size: var(--button-font);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 0px;
	outline: none;
	background: var(--button-color);
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    text-decoration: none;
	box-shadow: none;
}
a.button, .button {
    color: var(--white-color);
	display: inline-block;
	text-decoration: none!important;
/*	padding: 9px 48px 9px 48px;*/
	padding: 9px 24px 9px 24px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.button:hover, .button:active, .button:focus {
	color: var(--white-color);
    background: var(--hover-color);
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.l-btn, .l-btn:visited, a.l-btn, a.l-btn:visited {
    display: inline-block;
	text-decoration: none;
	line-height: 28px;
	padding: 9px 24px 9px 24px;
    color: var(--main-color);
    background: none;
	opacity: 1;
    border: 1px solid var(--main-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.l-btn:hover, .l-btn:active, .l-btn:focus {
    background: none;
    color: var(--hover-color);
    border: 1px solid var(--hover-color);
	opacity: 0.5;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.icon-left {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.icon-left span{
/*	display: flex;*/
	line-height: 28px;
	vertical-align: top;
/*
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
}
.icon-left i{
/*
	display: flex;
	float: left;
	flex-direction: column;
*/
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 2px 8px 2px 0px;
}
.btn-light, .btn-light:visited, a.btn-light, a.btn-light:visited {
    color: var(--main-color);
    background: var(--white-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-light:hover, .btn-light:active, .btn-light:focus,
a.btn-light:hover, a.btn-light:active, a.btn-light:focus{
    color: var(--main-color);
    background: var(--grey-color);	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-clean, .btn-clean:visited{
    display: inline-block;
	font-size: var(--button-font);
    color: var(--main-color);
	border: none;
	background: none;
    line-height: 24px;
    padding: 12px 40px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
    text-decoration: none;
}
.btn-clean.clean-light{
    color:rgba(14,31,59,0.25);
}

.btn-clean:hover, .btn-clean:active, .btn-clean:focus {
    color: var(--hover-color);
    border: none;
	background: none;
}
.i-btn, .i-btn:visited {
    display: block;
	text-decoration: none;
	padding: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
    color: var(--main-color);
    background: none;
    border: none;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.i-btn:hover, .i-btn:active, .i-btn:focus {
    background: none;
    color: var(--hover-color);
    border: none;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-group .btn{
    position: relative;
    display: flex;
/*    line-height: 24px;*/
    padding: 11px 16px;
    padding: 0px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    color: var(--grey-color);
    background: #FFFFFF;
}
.btn-group .btn span{
    width: 48px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
.btn-group .btn span i{
}
.btn-group .btn:hover, .btn-group .btn.active{
    color: var(--sub-color);
}
.btn-group .btn div{
    width: 48px;
    text-align: left;
    line-height: 46px;
}

.txt-link, .txt-link:visited, .btn-link, .btn-link:visited{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-decoration: none;
    color: var(--nav-light-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link{
    font-weight: 700;
    text-decoration: none;
}
.txt-link:hover, .txt-link:focus, .txt-link:active,
.btn-link:hover, .btn-link:focus, .btn-link:active{
    color: var(--hover-color);
    text-decoration: none;
}

.txt-btn, .txt-btn:visited{
	display: flex;
	
    background: none;
    border: none;
	line-height: 24px;
	color: var(--main-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.txt-btn:hover, .txt-btn:focus, .txt-btn:active{
	color: var(--hover-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.txt-btn span{
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.txt-btn i{
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 4px;
	font-size: 18px;
}
.txt-btn.icon-left i{
	margin-left: 0px;	
	margin-right: 4px;	
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.txt-btn:hover i{
	-webkit-transform: translateX(8%);
	transform: translateX(8%);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.txt-btn.icon-left:hover i{
	-webkit-transform: translateX(-8%);
	transform: translateX(-8%);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

@-moz-document url-prefix() {

/*
    a.button, .button, .w-btn, .w-btn:visited {
        padding: 9px 40px 9px 40px;
    }
    .btn-clean, .btn-clean:visited{
    padding: 12px 40px;
    }
*/

}


/* FORM STYLES *****************************/
.form-wrap{
    position: relative;
/*    margin-bottom: 72px;*/
}

.form-row-main{
    margin-left: -24px;
    margin-right: -24px;
}
.form-col-main{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0px 24px;
}


.form-wrapper .form-wrap{
    margin-bottom: 0px;
}
.form-col{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0px 12px;
}
.form-wrap .row{
    margin-left: -12px;
    margin-right: -12px;
}
.form-wrap .col-sm-4, .form-wrap .col-sm-6, .form-wrap .col-sm-8, .form-wrap .col-sm-12{
    padding-left: 12px;
    padding-right: 12px;
}
.row.form-small-row{
    margin: 0;
    width: 100%;
}
.form-group{
    position: relative;
    display: block;
/*    padding: 0px;*/
    margin-bottom: 24px;
}
.row.form-cols{
    margin-left: -40px;
    margin-right: -40px;
}
.form-col h3{
    padding: 0px 20px;
}
.form-matd{
	position: relative;
/*	margin-bottom: 0px;*/
}
.form-group.select-box{
/*    margin-top: 20px;*/
}
h3 + .form-group.select-box{
    margin-top: 20px;
}
.form-matd input, .form-matd textarea{
    height:48px;
	padding: 20px 16px 4px 16px;
	padding: 20px 0px 4px 0px;
    line-height: 22px;
    border: none;
	border-bottom: 1px solid var(--border-color);
    font-weight: 400;
    border-radius: 0px;
    background: var(--white-color);
    box-shadow: none;
    height: initial;
    color: var(--dark-color);
}
.form-matd input:-internal-autofill-selected, input:-internal-autofill-selected {
	background: none!important;
}
.form-matd textarea{
    min-height: 80px;
    min-height: 120px;
}
.form-matd input:focus, .form-matd textarea:focus{
/*	border-bottom:1px solid #aaaaaa;*/
    outline: none;
    background: var(--white-color);
}
.form-control{
    font-size: var(--input-font);
    color: var(--dark-color);
	background: var(--white-color);
    box-shadow: none;
	border-bottom: 1px solid var(--border-color);
}
.form-control:focus{
    color: var(--dark-color);
    box-shadow: none;
	border-bottom: 1px solid var(--border-color);
}
.form-matd .form-control:focus{
	border-bottom: 1px solid var(--border-color);
}

.form-control::-webkit-input-placeholder {
    color: var(--dark-color);
}
.form-control::-moz-placeholder {
    color: var(--dark-color);
}
.form-control:-ms-input-placeholder {
    color: var(--dark-color);
}
.form-control::placeholder {
    color: var(--dark-color);
}

.form-matd .form-control:focus{
    box-shadow: none;
    outline: none;
    color: var(--dark-color);
    font-weight: 400;
}
.form-control:focus::-webkit-input-placeholder {
    font-weight: 400;
}
.form-control:focus::-moz-placeholder {
    font-weight: 400;
}
.form-control:focus:-ms-input-placeholder {
    font-weight: 400;
}
.form-control:focus::placeholder {
    font-weight: 400;
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:-1px;
	bottom:0px;
	left: 50%;
	background: var(--main-color);
	transition:0.15s ease all;
	-webkit-transition:0.15s ease all;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 0px;
  	width:100%;
    transition:0.15s ease all;
	-webkit-transition:0.15s ease all;
}
input:-internal-autofill-selected,
input:-webkit-autofill, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:hover,
input:-internal-autofill-selected{
    -webkit-appearance: none!important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: var(--dark-color) !important;
}
.form-matd label,
.form-matd input:invalid ~ label,
.form-matd input.input-empty ~ label{
	position:absolute;
    color: var(--dark-color);
	font-weight:normal;
	pointer-events:none;
	background: var(--white-color);
	background: none;
	left: 12px;
	top:8px;
	padding: 0px 24px 0px 0px;
	margin: 0px;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: 300;
	transition:0.15s ease all;
	-webkit-transition:0.15s ease all;
}
.form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
	left: 12px;
    width:calc(100% - 24px);
}
/*
.form-matd.form-col label, .form-matd.form-col input:invalid ~ label {
	left: 28px!important;
}
*/

.form-matd input:focus ~ label,
.form-matd input.input-filled ~ label,
.form-matd input:required:valid ~ label,
.form-matd textarea:focus ~ label,
.form-matd textarea.input-filled ~ label,
.form-matd textarea:required:valid ~ label {
    left: 12px;
	top:4px;
	top:0px;
    color: var(--dark-color);
	font-size: 14px;
    font-weight: 300;
/*    text-transform: uppercase;*/
}

.form-matd label.error, #reg-check-error{
    position: absolute;
    top: auto!important;
    bottom: -25px;
    font-weight: 400;
    color: var(--red-color)!important;
    font-size: 12px!important;
    text-transform: uppercase;
}
.form-matd label.error, .form-matd .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text, .form-option-group .error-text, .form-options .error-text{
    position: absolute;
    top: auto!important;
    bottom: -20px;
    bottom: -18px;
    font-weight: 400;
    color: var(--red-color)!important;
    font-size: 12px!important;
/*    text-transform: uppercase;*/
}
.form-option-group .error-text,
.checkbox .error-text{
    bottom: -12px;
}
.form-captcha .error-text{

}
.form-inline {
	position: relative;
	display: flex;
	width: 100%;
}
.form-inline .row{
	width: 100%;
	margin: 0;
}
.form-inline .form-group{
	display: flex;
	padding: 0;
}
.form-inline .form-matd{
	width: 70%;
}
.form-inline .form-btns{
	width: 30%;
	margin: 0;
}
.form-inline .form-control, .form-inline .button{
	width: 100%;
}

.form-title{
	margin-bottom: 8px;
}
.form-group + .form-title{
	margin-top: 16px;
}
.form-title h4{
	margin: 0;
	margin-bottom: 4px;
}
.form-title span{
	margin-bottom: 8px;
	color: var(--grey-color);
}

.form-btn{
    text-align: right;
    margin-top: 10px;
}
.form-btm{
    margin-top: 10px;
}

.form-btns{
    display: block;
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}
.form-btns .btn-right{
    position: relative;
    display: inline-block;
    float: right;
}
.form-btns:after{
    content: '';
    clear: both;
    display: block;
}
.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;
    margin: 4px 0px;
}
.ch-btn input[type="checkbox"]{
    position: absolute;
    left: 49%;
	visibility: hidden;
    height: 1px;
    z-index: 0;
}
.ch-btn label{
	position: relative;
	display: block;
    font-size: 14px;
    font-weight: 400;
	padding-left: 32px;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: 16px;
	width:16px;
	top: 3px;
	left: 0px;
    border: 1px solid var(--border-color);
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	font-size: 12px;
    color: var(--grey-color);
}

.ch-btn label:hover span{
	cursor: pointer;
}
.ch-btn input[type="checkbox"]:checked + label span{
    color: var(--white-color);
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
}
.ch-btn label i{
	display: none;
	height: 16px;
	line-height: 14px;
    font-weight: 300;
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn a{
    text-decoration: underline;
}
.ch-btn a:hover{
    text-decoration: none;
}

.form-group > h3{
    margin: 24px 0px;
}
/*
.form-option-group .control-label{
    position: relative;
    margin-bottom: 16px;
}
*/

.form-normal label.control-label {
    position: relative;
    color: var(--grey-color);
}

.form-info-text{
    font-size: 14px;
    color: var(--grey-color);
}
.form-options{

}

.form-option-label{
    position: relative;
}
.form-option, .form-option-inline {
    position: relative;
    display: block;
    align-items: center;
    height: 24px;
    padding: 0;
    margin: 0;
    margin: 4px 0px 8px 0px;
}
.form-options-inline{

}
.form-options-inline .control-label{
    display: block;
}
.form-option-inline {
    margin-right: 24px;
    display: inline-flex;
}
label.form-option-label {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    overflow: hidden;
    margin: 0;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
}
.form-option input[type="radio"], .form-option-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
    visibility: hidden;
}
.form-option-label:hover{
    cursor: pointer;
}
.form-option-label .radio-cir {
    position: absolute;
    display: block;
    background: #FFFFFF;
    height: 16px;
    width: 16px;
    left: 0px;
    top: 3px;
    display: block;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    z-index: 2;
/*
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
*/
}
input[type="radio"]:checked + .radio-cir {
    color: var(--sub-color);
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
}
.form-option-label .radio-cir:after {
    position: absolute;
    content: '';
    display: block;
    left: 5px;
    top: 5px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: var(--white-color);
}
.form-option-label input[type="radio"]:checked + .radio-cir:after {
    background: var(--white-color);
}
.form-option-label:hover input[type="radio"] + .radio-cir{
    background: var(--border-color);
}
.form-option-label:hover input[type="radio"]:checked + .radio-cir{
    background: var(--sub-color);
}
.form-option-label:hover input[type="radio"] + .radio-cir:after {
    background: var(--white-color);
}

.form-select{
    position: relative;
    margin-bottom: 16px;
    background:#FFFFFF;
}
.form-select select{
    height: 48px;
    opacity: 0;
}
.content-form .form-select{
    margin-bottom: 24px;
}
.form-select .selectric-wrapper {
    margin-left: -1px;
    margin-right: -1px;
}
.form-select .control-label{
    position: absolute;
    z-index: 2;
    top: 4px!important;
    left: 16px!important;
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 300;
}
.form-select.col-sm-12 .control-label, .form-select.col-sm-6 .control-label{
    left: 28px!important;
/*    z-index: 100;*/
}
.form-select .selectric {
    border: none;
    background:none;
    border: 1px solid var(--border-color);

    border-radius: 5px;
}
.form-select .selectric:hover {
    border: 1px solid #B2B2B2;
}
.form-select .selectric-open.selectric-below .selectric {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #B2B2B2;
}
.form-select .selectric-open.selectric-above .selectric {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #B2B2B2;
    border-top: 1px solid #FFFFFF;

}
.selectric-open. .selectric-items{
    background:#FFFFFF;
}
.form-select .selectric .label {
    font-weight: 600;
    line-height: 24px;
    height: 46px;
    padding: 12px 0px 12px 16px;
    padding: 20px 16px 4px 16px;
    font-size: var(--input-font);
}
.form-select .selectric .button {
    height: 48px;
    width: 40px;
    right: 0px;
    top: 0px;
    text-align: center;
}
.form-select .selectric .button:after {
    text-align: center;
    top: 14px;
    color: var(--grey-color);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-select .selectric-open .button:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.form-select.form-select-inline-label{
    position: relative;
}

.form-control:disabled, .form-control[readonly] {
/*    background-color: #e9ecef;*/
    background: none;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
/*	overflow: hidden;*/
}
#sub-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;	
}
#bg-wrapper {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:110%;
	top: 0;
	z-index: 98;
    background: var(--white-color);
}
.menu-open #bg-wrapper{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.2s ease forwards;
	animation: opac-in-animate 0.2s ease forwards;
}
.menu-ani #bg-wrapper {
    display: block;
	opacity: 1;
    -webkit-animation: opac-out-animate 0.2s ease-in forwards;
	animation: opac-out-animate 0.2s ease-in forwards;
}
#main-wrapper{
	position: relative;
}
.home-wrap #main-wrapper{
    padding-top: 120px;
}

#content-wrapper{
	position: relative;
    display: block;
    background: #FFFFFF;
    padding: 120px 0px;
    overflow: hidden;
}

#content-main{
/*	min-height: 60vh;*/
}

.content-columns, .content-article-top{
	display: flex;
	padding: 0 104px;
}
.content-article-top .article-top, .content-columns #content-main{
	width: 60%;
	padding: 0 24px;
}
.content-columns #content-right{
	width: 40%;
	padding: 0 24px;
}

#content-wrapper.page-wrap{
    padding: 120px 0px;
}
#content-wrapper.page-wrap:after{
    display: none!important;
}


.banner-page #content-wrapper.page-wrap{
    padding: 120px 0px 0px 0px;
}
#content-wrapper.contact-page{
    padding: 120px 0px 0px 0px;	
}

.page-full .page-body{
	padding: 48px 0px;
}
.page-full p a, .page-full ul a{
    font-weight: 400;
    text-decoration: underline;
}
.page-full p a:hover, .page-full ul a:hover{
	text-decoration: none;
}
.page-full p + h3{
	margin-top: 40px;
}
.page-full ul{
	list-style: none;
	margin: 0 0px 48px 0px;
	padding: 0;
}
.page-full ul li{
	position: relative;
	margin: 0;
	padding: 0 0 0 32px;
}
.page-full ul li:before{
	position: absolute;
    content: "\f0da";
	top: 3px;
	left: 0;
    display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
    border:none;
	width: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: 300;
	color: var(--grey-color);
	font-family: "Font Awesome 5 Pro";
}

/* HEADER *****************************/

#navbar {
	position: absolute;
	display: block;
	width: 100%;
/*	padding: 12px 24px;*/
	padding: 0px;
	top:0px;
	z-index: 99;
    background: var(--white-color);
}

#navbar.sticky {
    position: fixed;
    background: var(--white-color);
}

#navbar .container{
	display: flex;
	flex-direction: row;
}
.navbar-top{
	position: relative;
	display: flex;
}
.navbar-header{
	position: relative;
	display: flex;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.logo-main{
	display: inline-block;
	float: left;
    align-self: flex-start;
    margin: 15px 24px 15px 0px;
	padding: 0px;
}
.logo-main img{
    height: 40px;
    width: auto;
}
.logo-main span{
    position: relative;
    display: block;
}
#navbar .logo-main-dark{
    display: none;
}
#navbar.sticky .logo-main-dark{
    display: block;
}
#navbar.sticky .logo-main-light{
    display: none;
}
.logo-mob, .nav-back-btn, .nav-share-btn{
    display: none;
}

.nav-toggle {
	position: relative;
	float: right;
	cursor: pointer;
    display: none;
    width: 24px;
	height: 24px;
	padding: 0px;
	margin: 16px 16px 16px 0px;
	background: none;
	border: none;
	overflow: hidden;
}

.nav-icon span,
.menu-ani .nav-icon span{
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
    background: var(--main-color);
	transition: background 0s 0.2s;
}
.nav-icon span::before,
.nav-icon span::after,
.menu-ani .nav-icon span::before,
.menu-ani .nav-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}
.nav-icon span::before,
.menu-ani .nav-icon span::before {
	top: -5px;
	transition-property: top, transform;
}
.nav-icon span::after,
.menu-ani .nav-icon span::after {
/*    width: 70%;*/
	bottom: -5px;
	transition-property: bottom, transform;
}
.menu-open .nav-icon span {
	background: none;
}
.menu-open .nav-icon span::before {
	top: 0;
    width: 100%;
	transform: rotate(45deg);
}
.menu-open .nav-icon span::after {
	bottom: 0;
    width: 100%;
	transform: rotate(-45deg);
}
.menu-open .nav-icon span::before,
.menu-open .nav-icon span::after {
	transition-delay: 0s, 0.2s;
}


/* NAV MAIN *****************************/
.navbar-header{
    display: flex;
    flex-direction: row;
}

.nav-wrap{
	position: relative;
	display: flex;
/*	width: 100%;*/
}
.navbar-top-main{
	position: relative;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

#nav-main{
	position: relative;
	display: inline-block;
}
#nav-right{
	position: relative;
	display: flex;
	margin-left: auto;
}
#nav-main ul, #nav-right ul{
    display: flex;
	flex-direction: row;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#nav-main ul{
	margin: 7px 0px;	
}
#nav-right ul{
	margin: 8px 0px;
}
#nav-main ul li, #nav-right ul li{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0px 24px;
	padding: 8px 0px;
	margin: 0px 24px;
	text-align: center;
}
#nav-main ul li a, #nav-right ul li a{
/*    position: relative;*/
	display: block;
	line-height: 20px;
	padding: 10px 0px;
	color: var(--main-color);
	font-weight: 400;
    font-size: 16px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}
#nav-main ul li a{
	letter-spacing: 1px;
	text-transform: uppercase;	
}
#navbar.sticky #nav-main ul li a,
#navbar.sticky #nav-right ul li a{
    color: var(--main-color);
}
#nav-main ul li a.active,
#navbar.sticky #nav-main ul li a.active{
    color: var(--main-color);
}
#nav-main ul li a:hover,
#nav-right ul li a:hover,
#nav-main ul li a.active:hover,
#navbar.sticky #nav-main ul li a:hover{
    color: var(--grey-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-main ul li a:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -8px;
	width: 0%;
	height: 2px;
	background: var(--grey-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#nav-main ul li a:hover:after{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#nav-main .show-mob{
    display: none!important;
}
.mobile-nav-icons, .search-trigger, .search-close{
	display: none;
}

.navbar-top-text{
	position: relative;
	display: flex;
	margin: 8px 0px;
	line-height: 32px;
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-top-text .mall-open, .mobile-nav-text .mall-open{
	color: #0e9f52;
}
.navbar-top-text .mall-closed, .mobile-nav-text .mall-closed{
	color: #d41717;
}

.nav-buttons{
	position: relative;
    display: inline-block;
	margin: 8px 0px;
    margin-left: 24px;
}

.nav-buttons .nav-btn{
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}
.nav-buttons .nav-btn span{
    position: relative;
    display: inline-block;
	vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
}
.nav-buttons .nav-btn:hover span{
	opacity: 0.6;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-buttons .nav-btn span img{
	height: 28px;
	width: auto;
	margin-top: -1px;
	vertical-align: text-top;
}
.navbar-header:after, #nav-main ul:after, .icon-blocks:after{
	content: '';
	display: block;
	clear: both;
}

.search-main{
	position: relative;
	display: flex;
	margin: 11px 0px;
}
.search-main .form-control{
	height: 48px;
	min-width: 360px;
	padding: 12px 16px 12px 48px;
	line-height: 22px;
	font-size: var(--sm-font);
	font-size: 16px;
	border: none;
	background:var(--light-color);
	border-radius: 0;
}
.search-main .form-control::-webkit-input-placeholder {
    color: var(--grey-color);
	letter-spacing: 1px;
}
.search-main .form-control::-moz-placeholder {
    color: var(--grey-color);
	letter-spacing: 1px;
}
.search-main .form-control:-ms-input-placeholder {
    color: var(--grey-color);
	letter-spacing: 1px;
}
.search-main .form-control::placeholder {
    color: var(--grey-color);
	letter-spacing: 1px;
}
#searchmain-btn{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

/* MAIN BANNER STYLES *****************************/

#banner-wrapper{
	position: relative;
    display: block;
	overflow: hidden;
    background: var(--white-color);
	height: 640px;
	max-height: 70vh;
	z-index: 1;
}
#banner-main{
    position: relative;
    display: block;
}
/*
#banner-wrapper.sub-banner, #banner-wrapper.sub-banner .container{
    min-height: initial;
    height: initial;
}
*/
.banner-item{
	position: relative;
	opacity: 0;
	-webkit-transition:0.8s ease-in opacity;
	transition:0.8s ease-in opacity;
}
.owl-item.active .banner-item{
	opacity: 1;	
	-webkit-transition:0.1s ease opacity;
	transition:0.1s ease opacity;
}
.banner-text-wrap{
	position: absolute;
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 100%;
    color: var(--main-color);
    z-index: 2;
}
.banner-item .container{
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
    height: 100%;
    z-index: 2;
}
.banner-text{
	position: relative;
	display: block;
	width: 40%;
	width: 50%;
	width: calc(50% - 16px);
	margin-left: auto;
	padding: 48px;
	background: var(--white-color); 
	box-shadow: var(--box-shadow);
	opacity: 0;
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
	-webkit-transition: all 0.3s ease-in forwards;
    transition: all 0.3s ease-in forwards;
}
.banner-text .button{
	display: inline-block;
}
.banner-item-img{
	position: relative;
	display: block;
	z-index: 1;
}
/*
.owl-item .banner-text, .owl-item.cloned .banner-text{
	-webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
*/
.owl-item.active .banner-text{
	-webkit-animation: btm-fade-animate 0.6s ease-out forwards;
	animation: btm-fade-animate 0.6s ease-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#banner-main .owl-dots{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 24px;
	left: 48px;
	top: 0;
	z-index: 3;
}
.owl-dots .owl-dot{
	
}
.owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 10px;
    display: block;
	background: rgba(0,0,0,0.24);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
	border-radius: 50%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
/*    background: #869791;*/
    background: var(--main-color); 
}
.owl-nav.disabled + .owl-dots {
	margin-top: 0px;
}

/* CONTENT BANNER STYLES *****************************/

.content-banner-wrap{
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 1;
}
.content-banner-wrap.sm-banner{
    padding: 72px 0px;	
}
.content-banner, .info-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
}

.center-banner .content-banner{
/*    flex-direction: column;*/
    justify-content: center;
}

.banner-text-center{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0 20%;	
}

.banner-blk-txt, .banner-blk-img, .content-blk-block{
    position: relative;
    display: flex;
    width: 50%;
    padding: 0px 48px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}
.full-banner-image{
	padding: 192px 0px;
	display: flex;
}
.full-banner-image .banner-blk-txt{
	padding-right: 120px;
}
.full-banner-image-left .banner-blk-txt{
	align-self: flex-end;
	margin-left: auto;
	padding-left: 120px;
}

.banner-blk-img-full{
	position: absolute;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	right: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	padding: 0;
}
 .full-banner-image-left .banner-blk-img-full{
	left: 0;
	right: initial;
}

.content-blk-block{
    flex-direction: row;
    justify-content: center;
}

.content-banner-title-icon{
	text-align: center;
	color: var(--sub-color);
	font-size: 90px;
	margin-bottom: 24px;
}
.content-banner-title{
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.content-banner-title h1, .content-banner-title h2{
    line-height: 1;
    margin: 0;
}
.content-banner-title span{
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: 300;
}
.content-banner-title.other-title h2{
	font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
}
.banner-title-color{
	color: var(--sub-color); 
}
.banner-title-color:after{
	content: '';
	position: absolute;
	bottom: -24px;
	left: calc(50% - 60px);
	height: 5px;
	width: 120px;
	background: var(--sub-color);
}
.content-info-btn{
	position: relative;
    display: inline-block;
    margin: 0px 0px 16px 0px;
	padding: 8px 16px;
	border: 1px solid var(--white-color); 
	color: var(--white-color); 
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
}
.content-banner-txt{
    position: relative;
    display: block;
}
.content-banner-txt p:last-child{
    margin-bottom: 0;
}
.content-banner-txt.lead-p{
	font-size: 26px;
	line-height: 1.6;
}
.content-banner-txt.banner-txt-lg{
	font-size: 26px;
	line-height: 1.6;	
}
.content-banner-icon{
	display: flex;
	margin: 0 auto var(--main-pad) auto;
}
.content-banner-icon img{
	height: 48px;
	width: auto;
}


.banner-img-blocks{
    position: relative;
    display: flex;
    width: 100%;
    padding: 0px 0px;
    align-content: flex-start;
    align-self: center;
    flex-direction: row;
}

.banner-blk-img-wrap{
    position: relative;
	display: flex;
    padding: 0 48px;
    width: 33.333%;	
/*    opacity: 0;*/
	
}
/*
.animate .banner-blk-img-wrap{
    -webkit-animation: btm-fade-animate 0.6s ease-out forwards;
	animation: btm-fade-animate 0.6s ease-out forwards;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(1){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(2){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(3){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(4){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(5){
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.banner-img-blocks .banner-blk-img-wrap:nth-child(6){
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
*/

.banner-img-blk{
    position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
/*    margin-bottom: 24px;*/
}
.banner-img-blk-img{
	position: relative;
	display: block;
	text-align: center;
    margin-bottom: var(--lg-pad);
}
.banner-img-blk-img img{
	height: auto;
	width: auto;
	max-width: 100%;
}
.banner-icon-blocks .banner-img-blk-img img{
	height: 120px;
	width: auto;
}
#content-users-3.banner-icon-blocks .banner-img-blk-img img{
	height: 72px;
}
.banner-img-blk-txt{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.banner-img-blk-txt h2{
	margin-bottom: var(--xs-pad);
}
.banner-img-blk-txt p{
	margin: 0;
}



#content-newsletter{
	padding: 144px 0px;
}
#content-newsletter .content-banner-center .banner-blk-txt{
	padding: 0 25%;
}
.newsletter-form .form-matd input{
	padding: 12px 16px 12px 16px;
	border: 1px solid var(--button-color);
}
.newsletter-form .form-matd .form-control:focus{
	border: 1px solid var(--main-color);
}

#content-route{
	background: url(../images/musiskwartier-banner-route.jpg) center var(--main-color);
	background-size: cover;
	color: var(--white-color);
}
#content-route:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.88);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
#content-route:hover:before{
	background: rgba(0,0,0,0.72);
	-webkit-transition: all 0.9s ease-in;
	transition: all 0.9s ease-in;
}
#content-route .content-banner{
	z-index: 2;
}

.scroll-indicator{
	position: relative;
	display: flex;
	display: none;
	text-align: center;
	font-size: 18px;
	justify-content: center;
	text-align: center;
	line-height: 24px;
	color: var(--main-color);
	margin: 0px 0 16px 0;
	z-index: 2;
	user-select: none;
}
.scroll-indicator i{
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	font-size: 16px;
	text-align: center;
}


/* CONTENT STYLES *****************************/

.content-banner.content-banner-center{
	flex-direction: column;
}
.content-banner-center .banner-blk-txt{
	width: 100%;
	text-align: center;
	padding: 0px 96px;
	padding: 0px 10%;
}
.content-banner-center .banner-blk-txt .btn{
	display: inline-block;
}
.content-banner-center .content-banner-title{
	margin-bottom: 48px;
}
.content-banner-title-icon{
	text-align: center;
	color: var(--sub-color);
	font-size: 90px;
	margin-bottom: 24px;
}
.content-banner-center .banner-blk-img{
	margin-top: 48px;
	width: 30%;
	text-align: center;
}
.content-banner-center .banner-blk-img img{
	position: relative;
	display: inline-block;
	height: 48px;
	width: auto;
	margin: 0 auto;
}
.content-banner-center-block{
	margin-top: 48px;
	text-align: center;
}

.content-center{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
    padding: 0px 10%;
    margin-bottom: var(--lg-pad);
}
.content-top-center .content-center{
    padding: 0;
}
.content-center-title{
    position: relative;
    text-align: center;
    display: inline-block;
    width: 70%;
}
.content-center-title h2{
    margin-bottom: 0px;
}

.content-buttons .button{
    margin-right: 24px;
}

.content-center.video-center{
	margin: 0;
}


/*
.video-blk{
	margin: 0 5%;
}
*/
.video-blk{
	position: relative;
    display: flex;
    width: 50%;
    padding: 0px 48px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}

.videoPlayer {
	position:relative;
	display:block;
	margin:0px;
	width: 100%;
	height: auto;
    background: #000000;
    min-height: 240px;
}

/* PAGE STYLES *****************************/

.content-breadcrumb{
	position: relative;
	display: flex;
	padding: 24px 0px;
}
.content-breadcrumb ul{
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* NEWS STYLES *****************************/

.category-wrap #content-main{
	padding: 72px 0;
}
#category-banner.content-banner-wrap{
	background: var(--light-color); 
	padding: 72px 0;
}
#category-banner .content-banner{
	padding: 0 25%;
}
#category-banner .content-banner .content-banner-txt{
	margin-bottom: var(--main-pad);	
}
#category-banner .content-banner-txt h2{
	margin-bottom: var(--sm-pad);
}
.news-wrap{
	position: relative;
	display: flex;
	margin-bottom: var(--xxl-pad);
}

.news-blocks-header, .store-blocks-header{
	position: relative;
	display: flex;
	margin-bottom: var(--main-pad);
}
.news-blocks-header h2, .store-blocks-header h2{
	display: inline-block;
	line-height: 48px;
	margin: 0;
}
.news-blocks-header h2 span{
	text-transform: lowercase;
}
.news-blocks-header .txt-btn, .store-blocks-header .txt-btn{
	align-self: flex-start;
	margin: 12px 0px 12px auto;
}

.news-blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.news-item{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 16px;
}
.category-wrap .news-item{
	margin-bottom: var(--md-pad);
}
.news-item-block{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.news-img{
	position: relative;
	display: flex;
	overflow: hidden;
	z-index: 1;
}
.news-img img{
	position: relative;
	display: block;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.news-item-block .news-img:hover img{
	-webkit-transform: scale(1.08) translateZ(0);
	transform: scale(1.08) translateZ(0);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.news-blocks .news-text-blk{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: var(--lg-pad) var(--main-pad) var(--main-pad) var(--main-pad);
	border: 1px solid var(--border-color);
	background: var(--white-color); 
	z-index: 2;
}
.news-cat{
	position: relative;
	display: inline-block;
	background-color: var(--main-color); 
	color: var(--white-color);
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.news-blocks .news-cat{
	position: absolute;
	display: flex;
	top: -16px;
	left: -1px;
}
.news-cat a{
	position: relative;
	display: block;
	padding: 4px 16px;
	color: var(--white-color);
}
.news-title{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--sm-pad);
}
.news-title h3{
	margin: 0;
	line-height: 1.2;
}
.news-date{
	display: block;
	width: 100%;
	font-size: 14px;
	color: var(--grey-color);
	text-transform: uppercase;
}
.news-text{
	display: flex;
	flex-direction: column;
/*	color: var(--grey-color);*/
	margin-bottom: var(--sm-pad);
}
.news-link{
	display: flex;
	margin-top: auto;
}
.news-blocks .news-item:nth-child(1), .news-blocks .news-item:nth-child(6), .news-blocks .news-item:nth-child(7){
	width: 50%;
}

.news-blocks .news-item:nth-child(1) .news-img, .news-blocks .news-item:nth-child(6) .news-img, .news-blocks .news-item:nth-child(7) .news-img{
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: block;
	height: 540px;
}
.news-blocks .news-item:nth-child(1) .news-img a, .news-blocks .news-item:nth-child(6) .news-img a, .news-blocks .news-item:nth-child(7) .news-img a{
	height: 100%;
	width: auto;
	display: flex;
	flex-grow: 1;
	overflow: hidden;
	text-align: center;
}
.news-blocks .news-item:nth-child(1) .news-img img, .news-blocks .news-item:nth-child(6) .news-img img, .news-blocks .news-item:nth-child(7) .news-img img{
	position: absolute;
	height: 100%;
	width: auto;
	max-width: initial;
	left: 50%;
	-webkit-transform: scale(1) translateZ(0) translateX(-50%);
	transform: scale(1) translateZ(0) translateX(-50%);	
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.news-blocks .news-item:nth-child(1) .news-img:hover img, .news-blocks .news-item:nth-child(6) .news-img:hover img, .news-blocks .news-item:nth-child(7) .news-img:hover img{
	-webkit-transform: scale(1.06) translateZ(0) translateX(-48%);
	transform: scale(1.06) translateZ(0) translateX(-48%);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.news-blocks .news-item:nth-child(1) .news-text-blk, .news-blocks .news-item:nth-child(6) .news-text-blk, .news-blocks .news-item:nth-child(7) .news-text-blk{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	min-height: 52%;
}

#content-wrapper.news-item-bars{
	background: var(--light-color);	
	padding-bottom: 48px;
}
.news-item-bars #category-banner{
	display: none;
}
.news-item-bars .cat-header{
	text-align: center;
}
.cat-header-btn{
	margin-bottom: 48px;
}
.news-item-bars .news-blocks{
	padding: 0 120px;
}
.news-item-bars .news-item{
	width: 100%;
	margin-bottom: var(--lg-pad);
}
.news-item-bars .news-item-block{
	flex-direction: row;
	box-shadow: 0px 20px 40px #00000014;
}

.news-item-bars .news-img {
	width: 25%;
}
.news-item-bars .news-blocks .news-cat {
    position: absolute;
    display: flex;
    top: initial;
	bottom: 0px;
    left: -25%;
    left: 0%;
}
.news-item-bars .news-blocks .news-item:nth-child(1), .news-item-bars .news-blocks .news-item:nth-child(6), .news-item-bars .news-blocks .news-item:nth-child(7){
	width: 100%;
}
.news-item-bars .news-blocks .news-item:nth-child(1) .news-img, .news-item-bars .news-blocks .news-item:nth-child(6) .news-img, .news-item-bars .news-blocks .news-item:nth-child(7) .news-img{
	min-height: initial;
	height: initial;
}
.news-item-bars .news-blocks .news-item:nth-child(1) .news-img img, .news-item-bars .news-blocks .news-item:nth-child(6) .news-img img, .news-item-bars .news-blocks .news-item:nth-child(7) .news-img img{
	position: relative;
	-webkit-transform: none;
	transform: none;
    height: initial;
    width: auto;
    max-width: 100%;
    left: initial;
}
.news-item-bars .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(1) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(6) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(7) .news-text-blk{
/*	position: relative;*/
	position: initial;
	left: initial;
	bottom: initial;
	width: initial;
	min-height: initial;
	width: 75%;
	border: none;
	padding: var(--lg-pad);
}


.news-module{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad);
	background: var(--light-color);
}
.news-list{
	display: flex;
	flex-direction: column;	
}
.news-list .news-item{
	width: 100%;
	padding: 0;
	margin-bottom: var(--lg-pad); 
}
.news-list .news-item:last-child{
	margin-bottom: var(--main-pad); 	
}
.news-item-list{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.news-item-list .news-img{
	width: 36%;
	overflow: initial;
}
.news-item-list .news-cat{
	position: absolute;
	bottom: -16px;
	left: 0;
}
.news-item-list .news-text-blk{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 64%;
	padding-left: var(--sm-pad); 
}
.news-list .news-title{
	max-height: 48px;
	overflow: hidden;
}

/* FAQ STYLES *****************************/

.article{
	position: relative;
	padding-top: 48px;
}

.article-date{
	margin-bottom: var(--sm-pad);
}

.article-body{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--lg-pad);
}
#article-banner img{
	width: 100%;
}
.article-top{
	position: relative;
	margin-bottom: var(--lg-pad);
}
.article-header h1{
	margin-bottom: var(--main-pad);	
}
.article-header-info{
	position: relative;
	display: flex;
	width: 100%;
}
.article-header-share{
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.article-header-share .nav-share-btn{
	display: none;
}
.article-share{
	position: relative;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
.article-share-title{
	line-height: 32px;
	color: var(--grey-color);
}
.article-share li{
	padding: 0;
	margin: 4px 0 4px 16px;
}
.article-share li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	color: var(--grey-color);
}
.article-content{
	
}
.article-banner{
	position: relative;
	margin-bottom: var(--main-pad);
}
.article-intro p{
    font-weight: 400;
	font-size: 24px;
    margin-bottom: var(--main-pad);
    line-height: 1.4;
}

/* STORE STYLES *****************************/

.store-wrapper #content-main{
	padding: 0px 0 72px 0;
}

.store-wrap{
	position: relative;
    display: block;
    margin-bottom: var(--xxl-pad);
}
.store-wrap .content-banner-title{
	margin-bottom: var(--main-pad);
}

.store-blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.store-item{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 16px;
}
.store-wrapper .store-item{
	margin-bottom: var(--md-pad);
}
.store-item-block{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--border-color);
}
.store-item-img{
	position: relative;
	display: flex;
	overflow: hidden;
	z-index: 1;
}
.store-item-img a{
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0)	
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.store-item-img a:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.store-logo-wrap{
	position: absolute;
	display: flex;
	width: 100%;
	top: 56px;
	left: 0;
	justify-content: center;
	z-index: 2;
}
.store-logo{
	position: relative;
	display: flex;
	width: 128px;
	height: 128px;
	border-radius: 50%;
/*	background: var(--light-grey-color); */
/*	border: 1px solid var(--border-color);*/
/*
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
*/
}
.store-logo a{
	position: relative;
	display: block;
	padding: 16%;
}
.store-logo img{
	position: relative;
	display: block;
/*	image-rendering: -webkit-optimize-contrast;*/
	transform: translateZ(0);
}
.store-blocks .store-text{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
	padding: var(--main-pad);
	padding: var(--xxl-pad) var(--main-pad) var(--lg-pad) var(--main-pad);
	background: var(--white-color); 
	z-index: 1;
}
.store-item-name{
	position: relative;
	display: block;
	font-family: 'meno-banner', 'futura-pt', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.store-item-open, .store-item-address{
	position: relative;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.store-item-btn{
	position: relative;
	margin-top: var(--main-pad); 
}

/*
.store-item-block:hover .store-logo{
	-webkit-transform: translateY(-4%);
	transform: translateY(-4%);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;	
}
*/

.store-item-block:hover .store-item-img a{
	-webkit-transform: scale(1.06) translateZ(0);
	transform: scale(1.06) translateZ(0);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}


.stores-lg .store-item{
	width: 33.3333%;
}

#store-wrapper-header{
	position: relative;
/*	background: url(../images/zeeman-temp.jpg) center var(--grey-color);*/
/*	background-size: cover;*/
	background: var(--light-color);
	color: var(--main-color);
	margin-bottom: var(--xl-pad);
}
/*
#store-wrapper-header:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
*/
#store-wrapper-header .content-banner-center{
	position: relative;
	padding: 0 20%;
	text-align: center;
	z-index: 2;
}

.store-search{
	position: relative;
	display: flex;
	margin: 0 var(--xl-pad);
	margin-bottom: var(--main-pad);
}
.store-search .form-control{
	height: 48px;
	min-width: 360px;
	padding: 12px 16px 12px 48px;
	line-height: 22px;
	font-size: 16px;
	border: none;
	background:rgba(255,255,255,0.16);
	background:none;
	border-radius: 0;
	border-bottom: 2px solid var(--border-color);
	-webkit-transition: border 0.2s ease;
	transition: border 0.2s ease;
}
.store-search .form-control:focus{
	border-bottom: 2px solid var(--main-color);	
	-webkit-transition: border 0.4s ease-out;
	transition: border 0.4s ease-out;
}
.store-search .form-control::-webkit-input-placeholder {
    color: var(--main-color);
	letter-spacing: 1px;
}
.store-search.form-control::-moz-placeholder {
    color: var(--main-color);
	letter-spacing: 1px;
}
.store-search .form-control:-ms-input-placeholder {
    color: var(--main-color);
	letter-spacing: 1px;
}
.store-search .form-control::placeholder {
    color: var(--main-color);
	letter-spacing: 1px;
}
#searchstore-btn{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
    color: var(--main-color);
}

.store-search-tags, .news-link-tags{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -8px;
	margin-right: -8px;
}
.store-search-tags .tag-btn, .news-link-tags .tag-btn{
	margin: 0px 8px 16px 8px;
}
.tag-btn, .tag-btn:visited{
	position: relative;
	cursor: pointer;
	color: var(--main-color);
	line-height: 30px;
	font-size: var(--sm-font);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 16px;
	border: 1px solid var(--border-color);
	border-radius: 0px;
	outline: none;
	background:var(--white-color);
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
    text-decoration: none;
	box-shadow: none;
}
.tag-btn:hover, .tag-btn:active, .tag-btn:focus{
	color: var(--hover-color);
	border: 1px solid var(--border-color);	
	background:var(--white-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news-link-tags .tag-btn, .news-link-tags .tag-btn:visited{
	color: var(--main-color);
	border: 1px solid var(--dark-border-color);
	background: var(--white-color);
}
.news-link-tags .tag-btn:hover, .news-link-tags .tag-btn:active, .news-link-tags .tag-btn:focus{
	color: var(--main-color);
	border: 1px solid var(--main-color);	
	background: var(--white-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* STORE PAGE STYLES *****************************/

#content-wrapper.store-page-wrap{
	padding-bottom: 0;
}

.store-page{
	position: relative;
	background: var(--light-color);
	margin-bottom: var(--xl-pad);
}
.store-page-main{
	position: relative;
	padding: 96px 0px;
	z-index: 2;
}
.store-page-header-bar{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 320px;
	left: 0;
	top: 0;
	z-index: 1;
}

.store-blocks-empty{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: var(--lg-pad) 0;
}

.store-page-top{
	position: relative;
	display: flex;
	margin-bottom: var(--lg-pad);
}
.store-page-info{
	width: 36%;
	padding-right: 48px;
}
.store-img{
	position: relative;
	display: block;
	width: 64%;
}

/*temp style */
.store-img img, .store-map img{
	width: 100%;
}

.store-name{
	position: relative;
	display: block;
	color: var(--main-color); 
	margin-bottom: var(--lg-pad);
}
.store-name h1{
	margin-bottom: 0;
}
.store-open{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
} 

.store-info-block{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--white-color);
	padding: var(--lg-pad);
	padding: 43px 40px;
	font-size: var(--lg-font);
	font-weight: 300;
	margin-bottom: var(--md-pad);
	box-shadow: var(--box-shadow);
}
.store-info-block-item{
	display: flex;
	margin-bottom: var(--lg-pad);
	margin-bottom: 40px;
}
.store-info-block .store-info-block-item:last-child{
	margin-bottom: 0;
}
.store-info-icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: var(--main-pad);
	height: var(--main-pad);
	text-align: center;
	margin-right: var(--main-pad);
	font-size: 18px;
}
.store-info-txt{
	display: flex;
	flex-direction: column;
	width: 90%;
	width: calc(100% - 48px);
	line-height: 1.2;
}
.store-info-open-now{
	font-weight: 500;
}
.store-is-open .store-info-open-now, .store-is-open .store-info-icon, .store-item-open.store-is-open{
	color: #0e9f52;
}
.store-is-closed .store-info-open-now, .store-is-closed .store-info-icon, .store-item-open.store-is-closed{
	color: #d41717;
}
.store-info-txt > div{
	margin-bottom: 4px;
}
.store-times-trigger{
	position: relative;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.store-times-trigger:hover{
	text-decoration: none;	
}
.store-trigger-show{
	display: block;
}
.store-trigger-close{
	display: none;
}
.store-times-show .store-trigger-show{
	display: none;
}
.store-times-show .store-trigger-close{
	display: block;
}
.store-times{
	position: relative;
	display: block;
}
.store-info-txt .store-times{
	box-sizing: content-box;
	box-sizing:initial;
	max-height: 0px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
.store-times-show .store-times{
	max-height: 400px;
    -webkit-transition: max-height 0.7s ease-out;
    transition: max-height 0.7s ease-out;
	
}
.store-times > div{
	position: relative;
	display: flex;
	width: 100%;
	text-align: right;
	font-size: var(--lg-font);	
	line-height: 2.4;
}

.store-times > div:after{
	content: '';
	display: block;
	clear: both;
}

.store-times > div > div{
	position: relative;
	display: block;
	float: right;
	text-align: right;
	width: 50%;
}
.store-info-txt .store-times > div{
	font-size: var(--main-font);
	line-height: 1.4;
}
.store-info-txt .store-times div:first-child{
	margin-top: 16px;
}
.store-info-txt .store-times div:last-child{
	margin-bottom: 16px;
}
.store-times > div > span{
	position: relative;
	display: block;
	text-align: left;
	width: 40%;
}

.store-buttons{
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.store-buttons .button{
	width: calc(50% - 16px);
	margin-left: 8px;
	margin-right: 8px;
}


.store-page-text{
	position: relative;
	text-align: center;
	padding: 0 16%;
	font-size: var(--lg-font);
	margin-bottom: var(--lg-pad);
}

.store-page-map{
	position: relative;
	text-align: center;
}
.store-map{
	position: relative;
	display: block;
}
#store-map{
	
}
#map-canvas{
    position: relative;
    display: block;
    width: 100%;
	height: 640px;
/*    min-height: 50vh;*/
}

.gm-style {
    font-size: 16px;
}
.gm-style .gm-style-iw-c {
    max-width: initial!important;
    max-height: initial!important;
    width: 260px;
	box-shadow: 0 2px 8px 0px rgba(0,0,0,0.16);
}
.gm-style .gm-style-iw-d {
    max-width: initial!important;
}
.gm-style .gm-ui-hover-effect{
    top: 8px !important;
    right: 8px !important;
}

.store-map .address-blk{
    font-size: 16px;
    padding: 16px;
    line-height: 1.6;
}

.store-map .address-blk span{
    position: relative;
    display: inline-block;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	padding: 16px;
    margin-bottom: 16px;
}
.store-map .address-blk span img{
    height: 72px;
    width: auto;
}
.store-map .address-blk dl{
    margin-bottom: 0;
	text-align: left;
}
.store-map .address-blk dd{
    position: relative;
    margin-bottom: 0;
    padding-left: 24px;
    font-weight: 300;
}
.store-map .address-blk dd i{
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: top;
}


/* FOTO ALBUM STYLES *****************************/

.album-wrapper{
	
}
.album-wrap{
	position: relative;
    display: block;
	padding: 72px 0;
	background: var(--white-color); 
	margin-bottom: 72px;
}

.album-header{
	display: flex;
}
.album-header h2{
	font-size: 42px;
}

.album-select{
	position: relative;
	display: block;
	margin-left: auto;
	z-index: 7;
}
.album-select .dropdown{
	min-width: 240px;
	box-shadow: none;
	border: none;
}
.album-select .dropdown .dropdown-toggle{
	position: relative;
	display: flex;
	padding: 11px 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	background: var(--white-color); 
	border: 1px solid var(--border-color)!important;
	border-radius: 5px;
	box-shadow: none!important;
	z-index: 2;
}
/*
.album-select .dropdown .dropdown-toggle:focus, .album-select .dropdown .dropdown-toggle:active{
	box-shadow: none!important;
	border: none!important;
}
*/
.album-select .dropdown.show .dropdown-toggle{
	border-radius: 5px 5px 0px 0px;
	border: 1px solid var(--border-color); 
	border-bottom: none!important;
}
.dropdown-toggle::after {
	position: absolute;
	top: 0;
	right: 0;
    display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
    content: "\f107";
    margin-left: 0;
    vertical-align: top;
    border:none;
	width: 48px;
	height: 48px;
	font-size: 18px;
	font-weight: 300;
	color: var(--grey-color);
	font-family: "Font Awesome 5 Pro";
}
.album-select .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 10rem;
	max-height: 244px;
	overflow-y: auto;
	width: 100%;
    padding: 4px 0;
    margin: 0;
    font-size: 16px;
    color: var(--main-color); 
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--border-color); 
    border-radius: 5px;
    border-radius: 0px 0px 5px 5px;
	opacity: 0;
    z-index: 1000;
	z-index: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 0.15s ease-out, opacity 0.1s;
    transition: transform 0.15s ease-out, opacity 0.1s;
}

.album-select .dropdown.show .dropdown-menu {
    border: 1px solid var(--border-color); 
	border-top: none;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: transform 0.3s ease, opacity 0.1s;
	transition: transform 0.3s ease, opacity 0.1s;
}

.album-select .dropdown.show .dropdown-menu[x-placement^=top]{
	-webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid var(--border-color); 
	border-bottom: none;
}
.album-select .dropdown.show .dropdown-menu[x-placement^=top] + .dropdown-toggle{
	border-radius: 0px 0px 5px 5px;
	border: 1px solid var(--border-color)!important;
	border-top: none!important;
}
.album-select .dropdown-item{
	padding: 12px 24px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-item:focus, .dropdown-item:hover {
	font-weight: 500;
    color: var(--main-color); 
    text-decoration: none;
    background-color: var(--light-color); 
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--main-color);
    text-decoration: none;
    background-color: var(--light-color); 
}

.album-blocks{
/*
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
*/
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
	
}
.album-blocks:after {
  content: '';
  display: block;
  clear: both;
}

.album-item{
/*
	display: flex;
	flex-direction: column;
*/
	position: relative;
	display: block;
	float: left;
	padding: 0 12px;
/*	width: 33.3333%;*/
	margin-bottom: var(--main-pad);
}
/*	flex: 1 1 40%;*/

.album-blocks .album-item.item-lg{
	width: 40%;
}
.album-blocks .album-item.item-md{
	width: 20%;
}
.album-blocks .album-item.item-sm{
	width: 20%;
}
.album-blocks .album-item.item-long{
	width: 40%;
}
.album-blocks .album-item.album-item-spacer{
	width: 33.3333%;
	width: 20%;
}

.album-item-block{
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.album-item-img{
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	z-index: 0;
	overflow: hidden;
}
.album-item-img img{
	opacity: 0;	
}
.album-blocks .album-item.item-lg img{
	height: 320px;
}
.album-blocks .album-item.item-md img{
	height: 320px;
}
.album-blocks .album-item.item-sm img, .album-blocks .album-item.item-long img{
	height: 148px;
}
.album-item-txt-wrap{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.album-item-txt{
	position: relative;
	display: block;
	padding: 16px;
	color:var(--white-color);
	z-index: 1;
}
.album-item-txt:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 200%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.album-item-txt div{
	position: relative;
	display: block;
	font-family: 'meno-banner', 'futura-pt', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.album-item-txt span{
	position: relative;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: var(--grey-color); 
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* INFO PAGE STYLES *****************************/

.content-single-block{
	position: relative;
	display: flex;
	flex-direction: column;
    width: 30%;
    padding: 48px;
	background:var(--white-color);
	box-shadow: var(--box-shadow);
}

#info-banner-1{
	background: #2086DF;
	background: var(--button-color);
}
#info-banner-1 .banner-blk-txt{
	color: var(--white-color);	
}
/*
#info-banner-1 .content-banner-title{
	margin-bottom: 0px;
}
*/
#info-banner-1 .content-single-block .content-banner-title{
	margin-bottom: 24px;
}
#info-banner-1 .container{
	position: relative;
}
#info-banner-1 .content-single-block{
	position: absolute;
	right: 48px;
	top: 0;
	z-index: 2;
}

/* ICON BLOCK STYLES *****************************/

.icon-block-wrap{
	position: relative;
}
.icon-block-wrap .content-banner-title{
	padding: 0 48px;
	margin-bottom: 24px;
}
.icon-block-wrapper{
	position: relative;
	display: flex;
	padding: 0 32px;
	margin-bottom: var(--xxl-pad);
}
.icon-blocks-sm.icon-block-wrapper{
	margin-bottom: var(--lg-pad);	
}
.icon-block{
	position: relative;
	width: 33.3333%;
	padding: 0 12px;
	margin-bottom: var(--main-pad);
}

.icon-blocks-sm .icon-block{
	width: 25%;
}
.icon-block-content{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background:var(--white-color);
	padding: var(--main-pad);
	border: 1px solid var(--border-color); 
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.icon-blocks-sm .icon-block-content:hover{
	box-shadow: 0px 20px 40px rgba(0,0,0,0.08);	
	-webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.icon-blocks-sm .icon-block-content{
	border: none;
}

.icon-block-text{
	display: flex;
	flex-direction: column;
}
.icon-block-icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 32px;
	margin-bottom: var(--main-pad);
	color: var(--grey-color);
}
.icon-block-icon-wrap{
	display: flex;
}
.icon-block-icon-wrap .icon-block-icon{
	margin-right: 16px;
}
.icon-block-text > div{
	position: relative;
	margin-bottom: var(--main-pad);
}
.icon-block-text .button{
	align-self: flex-start;
}
.icon-blocks-sm h3{
	font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.icon-block-icon.icon-yellow{
	color: var(--yellow-color);
}
.icon-block-icon.icon-blue{
	color: var(--blue-color);
}
.icon-block-icon.icon-pink{
	color: var(--pink-color);
}

/* HELP PAGE STYLES *****************************/

#help-banner{
/*	background: #2AAAB2;*/
	background: var(--button-color);
	color: var(--white-color); 
}
#help-banner .content-banner-center {
    position: relative;
    padding: 0 20%;
    text-align: center;
}
.help-page-wrap{
	position: relative;
	padding: var(--xl-pad) 0;
}

.help-center-main{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -24px;
	margin-right: -24px;
}

.help-center-col{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
/*	height: fit-content;*/
	padding: 0 var(--main-pad);
}
.help-center-block{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--main-pad);
}

.help-center-block h2{
	font-family: 'futura-pt', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.help-accordion{
	position: relative;
	margin: 0;
}
.help-accordion .card{
	border: none;
	border-radius: 0px;
	margin-bottom: var(--main-pad);
	border: 1px solid var(--border-color);
}
.help-accordion.accordion > .card:not(:last-of-type){
	border-bottom: 1px solid var(--border-color);	
}
.help-accordion.accordion > .card > .card-header{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.help-accordion.accordion > .card > .card-header .btn-link{
	display: block;
	font-family: 'meno-banner', 'futura-pt', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	text-align: left;
	padding: 24px 64px 24px 24px;
/*
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
	line-height: 24px;
}
.help-accordion.accordion > .card > .card-header .btn-link:after{
	content: "\f068";
	position: absolute;
	top: 24px;
	right: 24px;
	margin: auto;
	width: 24px;
	height: 24px;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.help-accordion.accordion > .card > .card-header .btn-link.collapsed:after{
	content: "\f067";
}
.help-accordion .card-body{
	padding: 8px 24px 24px 24px;
}
.help-accordion .card-body p:last-child{
	margin-bottom: 0px;
}

.card-body ul{
	list-style: none;
	margin: 0p 0px 24px 0px;
	padding: 0;
}
.card-body ul li{
	margin: 0;
	padding: 0;
}
.card-body ul li div{
	display: inline-block;
	width: 30%;
}


/* CONTACT STYLES *****************************/

#contact-banner-1{
	padding-bottom: 0;
}

#contact-banner-1:before{
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: -1;
	background: var(--light-color);
}

#contact-banner-form .content-banner-center{
	background:var(--white-color);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.08);
}

.contact-banner-wrap{
	display: flex;
}

.content-form{
	width: 70%;
	padding: 48px;
	padding-right: 96px;
}

.contact-blk{
    position: relative;
	display: flex;
	flex-direction: column;
    width: 30%;
    padding: 48px;
	padding-left: 96px;
	border-left: 1px solid var(--border-color);
}
.content-banner-center .contact-blk .content-banner-title {
	margin-bottom: 8px;
}
.contact-blk ul{
    list-style: none;
    margin: 0;
	margin-bottom: 48px;
    padding: 0;
}
.contact-blk ul li{
    position: relative;
    padding-left: 0px;
    line-height: 28px;
}
.contact-blk ul li a{
    color: var(--main-color);    
}

.contact-blk ul li a:hover{
/*    color: var(--sub-color);    */
	text-decoration: underline;
}

/* CAPTCHA STYLES *****************************/

.captcha-wrap{
	position: relative;
    display: inline-block;
	overflow: hidden;
    margin-bottom: -19px;
    margin-bottom: -9px;
/*    margin-top: 10px;*/
}
#captcha-box, #captcha-box-contact{
	position: relative;
    display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
    position: absolute;
	margin-left: -99999px;
    margin-top: -999px;
	opacity:0;
    height: 1px;
    width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
}

/* LOADING STYLES *****************************/

.form-loading{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
.loading-icon{
    position: relative;
    display: inline-block;
    width: 80px;
    max-width: 25%;
    text-align: center;
    align-self: center;
    margin-top: -10%;
}
.loading-txt{
    display: block;
    font-size: 1.8rem;
}
.form-loading.show{
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* EMPTY/ERROR PAGE STYLES *****************************/

.empty-page{
    display: none;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    background: var(--white-color);
}
.show-page.empty-page{
    display: flex;
}

.error-page .empty-page{
	display: flex;
	width: 100%;
}

.empty-page-msg{
    width: 40%;
    align-self: center;
    text-align: center;
}
.empty-page-img{
    position: relative;
    margin-bottom: 24px;
    padding: 0 25%;
}
.empty-page-img img{
	height: 48px;
	width: auto;
}
.empty-page-txt{

}
.empty-page-title{
    font-size:36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.2rem;
    margin-bottom: var(--sm-pad);
}
.empty-page-txt p{
    color: var(--grey-color);
}

/* Pagination *****************************/

.page-link {
	box-shadow:none;
	color: var(--main-color); 
/*	border: 1px solid var(--grey-color);*/
	border: 1px solid #dee2e6;
}
.page-link:focus{
	box-shadow:none;
}
.page-link:visited, .page-link:active{
	border: 1px solid #dee2e6;
} 

.page-item.active .page-link {
    background-color: var(--main-color); 
    border-color: var(--main-color); 
}

/* FOOTER *****************************/

#footer	{
	position:relative;
    display: block;
	background: var(--white-color); 
	color: var(--main-color); 
	align-self: flex-end;
	width: 100%;
	padding: 0px;
    font-size: 14px;
    z-index: 2;
}
.footer-content{
    position: relative;
    display: flex;
	border-top: 1px solid var(--light-grey-color); 
	width: 100%;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	padding: 32px 0;
/*
	text-align: center;
	justify-content: center;
*/
}
.footer-logo-main{
	position:relative;
	display: block;
	text-align: left;
	margin-right: auto;
}
.footer-logo{
	position:relative;
	display: inline-block;
	text-align: left;
}
.footer-logo a{
    display: block;
    display: inline-block;
}
.footer-logo img{
	height: 40px;
	width: auto;
	display: inline-block;
    vertical-align: top;
}

.footer-social{
	position: relative;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
	margin-left: auto;
    padding: var(--xs-pad) 0;
}
.footer-social li{
    margin: 0;
    margin-right: 16px;
    padding: 0;
}
.footer-social li a{
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: var(--main-color);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-social li a i{
	margin: auto;
}
.footer-social li a img{
	height: 28px;
	width: auto;
	margin-top: -2px;
	vertical-align: text-top;
}
.footer-social li a:hover{
	opacity: 0.6;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-social li.footer-social-title{
	position: relative;
	padding-right: 32px;
}
/*
.footer-menu li > div, .footer-menu > a span{
    display: none;
}
*/
/*
.footer-menu-title{
	position: relative;
	color: var(--sub-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
*/
.footer-menu{
    position: relative;
    display: flex;
	flex-direction: row;
	margin: 0px;
	padding: var(--xs-pad) var(--main-pad);
}
.footer-menu ul{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
}
.footer-menu ul li{
	position: relative;
	display:block;
	padding: 0px var(--main-pad);
	margin: 0px;
    color: var(--main-color);
    line-height: 1.8;
}
.footer-menu ul li span{
    font-weight: 700;
}
.footer-menu ul li a{
    position: relative;
	display: block;
	padding: 0px;
    color: var(--main-color);
	line-height: 32px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-menu ul li a:hover{
    color: var(--grey-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-menu ul li a:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background: var(--grey-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-menu ul li a:hover:after{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer-bottom{
	
}
.footer-copyright{
	position: relative;
	padding:var(--main-pad) 0; 
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.copyright-logo{
	position: relative;
	display: inline-block;
	padding: 4px;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.copyright-logo img{
	position: relative;
	display: inline-block;
	height: 16px;
	width: auto;
	vertical-align: top;
}
.copyright-logo:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-mob{
    display: none;
}

.scroll-top-main{
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	right:-50px;
	bottom: 48px;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	background: var(--white-color);
	border: 1px solid var(--border-color);
	text-align: center;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.scroll-top-main.show-scroll{
	right:48px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
	overflow-y: hidden;
}
.modal-backdrop {
    background: #FFFFFF;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.modal-backdrop.show{
    opacity: 0.9;
}
.modal{
	z-index: 9999;
}
.modal-open .modal{
/*
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
*/
}
.modal.modal-static .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 33%;
	min-width: 520px;
    max-width: 90%;
    align-self: center;
    margin: 0px auto;
}
.modal-content {
    position: relative;
    background: #FFF;
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right:28px;
	top:30px;
	opacity: 1;
	margin: 0px;
	width:22px;
	height:22px;
/*	border-radius: 50%;*/
	font-size: 12px;
	line-height:10px;
	text-align: center;
	font-weight: 400;
	color: #FFF;
	border: 1px solid #FFF;
}
.modal-header {
	padding: 48px 48px 48px 48px;
	border: 0px;
}
.modal-header h2{
	margin-bottom: 16px;
	font-size: 26px;
    color: var(--sub-color);
}
.modal-header p{
    margin: 0;
    color: var(--grey-color);
/*    margin-bottom: 16px;*/
}
.modal-body {
	padding: 0px 48px;
}
.modal-padding .modal-body {
    padding-bottom: 48px;
}

.modal-body .form-btns{
    text-align: right;
}

.modal-body p{
    margin: 0;
    margin-bottom: 16px;
}
.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

.modal-success{
    position: relative;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    flex-direction: column;
    text-align: center;
    background: #FFFFFF;
    z-index: 9;
}

.complete.modal-success{
	position: absolute;
    display: flex;
	padding: 0 48px;
}
.modal-success-block{
    position: relative;
    display: flex;
    flex-direction: column;
	justify-content: center;
    height: 100%;
	text-align: center;
/*    width: 50%;*/
/*    align-self: center;*/
    padding: 48px 0;
    z-index: 9;
}

.modal-success-block h2{
	margin-bottom: 16px;
	font-size: 26px;
    color: var(--sub-color);
}
.modal-success-block p{
    color: var(--grey-color);
    margin-bottom: 48px;
	padding:0 5%; 
}
.modal-success-img{
    position: relative;
    text-align: center;
    margin: 48px 0;
}
.modal-success-img img{
    width: 60%;
    height: auto;
}
.modal-success-button{
}
.modal-success-button .button{
    display: inline-block;
    align-self: flex-end;
}
.modal-success-icon{
    display: flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 116px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    font-size: 60px;
	margin: 0 auto;
}
.modal-success-icon img{
	display: none;
	margin: 0 auto;
}
.complete.modal-success .modal-success-icon img{
	display: flex;
}
.modal-full{
	padding-right: 0px!important;
}
.modal-full .modal-dialog {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
}
.modal-full .modal-content {
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 0px;
}
.modal-full .close-btn-full{
	position: absolute;
	right: 24px;
	top: 24px;
	right: 32px;
	top: 30px;
}


/* MODAL FORM STYLES *****************************/


/* OTHER STYLES *****************************/

#footer:after, .footer-copyright-content:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after, .footer-menu ul:after, .form-wrap:after, .form-cols:after, .footer-content:after, .footer-left:after, .footer-right:after, .content-breadcrumb ul:after, .percent-list:after, .content-list-half:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    display: block;
	clear:both;
}
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}
.show-mob{
    display: none
}

/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	z-index: 9;
	text-align: center;
    vertical-align: middle;
}
.form-wrap .waiting{
    width: 102%;
	left: -1%;
}

.form-wrapper .waiting{
    background: #FFFFFF;
}

.loader-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
/*	top: 150px;*/
    align-self: center;
}
.lds-ripple div {
    position: absolute;
    border: 3px solid var(--purple-color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


/* ANIMATIONS *****************************/



@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes left-in-animate {
	0% { -webkit-transform: translateX(-50%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-in-animate {
	0% { transform:translateX(-50%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes left-double-in-animate {
	0% { -webkit-transform: translateX(-200%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-double-in-animate {
	0% { transform:translateX(-200%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-in-animate {
	0% { -webkit-transform: translateX(50%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-in-animate {
	0% { transform:translateX(50%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-double-in-animate {
	0% { -webkit-transform: translateX(200%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-double-in-animate {
	0% { transform:translateX(200%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes top-in-animate {
	0% { transform:translateY(-100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-in-animate {
	0% { transform:translateY(100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes menu-in-animate {
	0% { -webkit-transform: translateY(10%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes menu-in-animate {
	0% { transform:translateY(10%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-hover-animate {
	0% { -webkit-transform: translateY(0%); opacity: 1;}
	100% { -webkit-transform: translateY(-5%); opacity: 1;}
}
@keyframes btm-hover-animate {
	0% { transform:translateY(0%); opacity: 1;}
	100% { transform:translateY(-5%); opacity: 1;}
}
@-webkit-keyframes zoom-in-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-in-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes zoom-pop-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	90% { -webkit-transform:scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-pop-animate {
	0% { transform:scale(0); opacity: 1;}
	90% { transform:scale(1.2); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes btm-fade-animate {
	0% { -webkit-transform: translateY(15%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-fade-animate {
	0% { transform:translateY(15%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* RESPONSIVE STYLES *****************************/

.container{
/*    max-width: 1560px;*/
    padding-right: 48px;
    padding-left: 48px;
}

.row {
    margin-right: -24px;
    margin-left: -24px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
    padding-right: 48px;
    padding-left: 48px;
    padding-right: 24px;
    padding-left: 24px;
}

@media (min-width: 1200px) {
    #navbar.sticky-ani {
        position: fixed;
        top: -120px;
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
        transition:0.4s ease-out top;
	    -webkit-transition:0.4s ease-out top;
    }

}

@media (min-width: 1921px) {
	#banner-wrapper{
		height: initial;
		max-height: 70vh;
	}

}
@media (min-width: 1600px) {

	.container{
		max-width: 1536px;
        padding-right: 48px;
        padding-left: 48px;
	}

}


@media (min-width: 1200px) and (max-width: 1599px) {

    body{

    }
    h1{
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    a.button, .button {
    }

	.container{
		max-width: 1320px;
        padding-right: 24px;
        padding-left: 24px;
	}
	
	.search-main .form-control{
		min-width: 240px;
	}
	
	
	#banner-wrapper{
		height: 460px;
	}
	.banner-text{
		padding: 32px;
	}
	.news-blocks .news-item:nth-child(1) .news-img, .news-blocks .news-item:nth-child(6) .news-img, .news-blocks .news-item:nth-child(7) .news-img{
		height: 548px;
	}
	
	.content-columns, .content-article-top{
		padding: 0;
	}
	.news-module{
		padding: 32px;
	}
	.store-buttons .button{
		padding: 9px 16px 9px 16px;
	}

}
@media (min-width: 1200px) and (max-width: 1399px) {

	.container{
        padding-right: 24px;
        padding-left: 24px;
	}
	
	#nav-main ul li{
		margin: 0 16px;
	}
	
	.search-main .form-control{
		min-width: 240px;
	}
	.store-buttons{
		display: flex;
		flex-direction: column;
		margin: 0px;
	}
	.store-buttons .button{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 16px;
	}
	
	#banner-main .owl-dots{
		left: 24px;
	}
	
/*
	.banner-text{
		margin-left: 48px;
	}
*/
	
}


@media (min-width: 992px) and (max-width: 1199px) {
    body{
/*        font-size: 18px;*/
    }
    .container{
        max-width: 100%;
		padding-left: 24px;
        padding-right: 24px;
    }
    #navbar .container{
        padding-left: 24px;
        padding-right: 24px;
    }

    h1{
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
	
	#content-wrapper{
		padding: 56px 0px;
	}
	#content-wrapper.page-wrap, .banner-page #content-wrapper.page-wrap{
		padding-top: 56px;
	}
	.home-wrap #main-wrapper {
		padding-top: 56px;
	}

	#banner-wrapper{
		height: 330px;
	}
	.banner-text-wrap{
/*		left: 64px;*/
	}
	.banner-text{
		padding: 24px;
		margin-right: 24px;
	}
	.banner-text h2{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.banner-text p{
		font-size: 16px;
		margin-bottom: 16px;
	}
	#banner-main .owl-dots{
		left: 16px;
	}
	.banner-text .button{
		line-height: 22px;
	}
	.news-blocks .news-item:nth-child(1) .news-img, .news-blocks .news-item:nth-child(6) .news-img, .news-blocks .news-item:nth-child(7) .news-img{
		height: 548px;
	}
	.news-item-bars .news-blocks {
		padding: 0 0px;
	}
	.news-item-bars .news-img {
		width: 33.3333%;
	}
	.news-item-bars .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(1) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(6) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(7) .news-text-blk{
		width: 66.6666%;
		padding: 32px;
	}
	.news-item-bars .news-blocks .news-item:nth-child(1) .news-img, .news-item-bars .news-blocks .news-item:nth-child(6) .news-img, .news-item-bars .news-blocks .news-item:nth-child(7) .news-img{
		min-height: initial;
		height: initial;
	}
	#content-newsletter .content-banner-center .banner-blk-txt {
		padding: 0 16%;
	}
	.album-header h2{
		font-size: 40px;
	}
	
	.content-columns, .content-article-top{
		padding: 0;
	}
	.content-article-top .article-top{
		width: 100%;
	}
	.news-module{
		padding: 32px;
	}
	.store-buttons{
		display: flex;
		flex-direction: column;
		margin: 0px;
	}
	.store-buttons .button{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

    .container{
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }


    body{
        font-size: 16px;
    }

    h1, .article-header h1, .album-header h2{
        font-size: 30px;
    }

    h2{
        font-size: 26px;
    }
    h3{
        font-size: 20px;
    }
	a.button, .button{
		line-height: 22px;
	}
	.l-btn, .l-btn:visited{
		line-height: 22px;		
	}

	#content-wrapper{
		padding: 56px 0px;
	}
	#content-wrapper.page-wrap, .banner-page #content-wrapper.page-wrap{
		padding-top: 56px;
	}
	.home-wrap #main-wrapper {
		padding-top: 56px;
	}
	.home-wrap #content-wrapper {
		padding-top: 24px;
	}

	.lead, .page-intro p, .article-intro p {
        font-size: 20px;
    }
    .web-break{
        display: none;
    }
	
	#banner-wrapper{
		height: 320px;
	}
	.banner-text-wrap{
/*		left: 48px;*/
	}
	.banner-text{
		padding: 24px;
		margin-right: 24px;
	}
	.banner-text h2{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.banner-text p{
		font-size: 14px;
		margin-bottom: 16px;
	}
	#banner-main .owl-dots{
		left: 16px;
	}
	.banner-text .button{
		line-height: 22px;
	}
	.owl-carousel .owl-item img{
/*		margin-left: -12%;*/
		margin-right: -24%;
		width: 124%;
		max-width: initial;
	}
/*
	.owl-carousel .owl-item img{
		margin: 0;
		max-width: initial;
		object-fit: cover;
		object-position: left center;
	}
*/
	
	.news-wrap{
		margin-bottom: 16px;
	}	
	.news-blocks{
		margin-left: -8px;
		margin-right: -8px;
	}	
	.news-item{
		padding: 0 8px;
		width: 50%;
		margin-bottom: 16px;
	}
	.category-wrap .news-item{
		margin-bottom: 16px;
	}
	.news-blocks .news-item:nth-child(1), .news-blocks .news-item:nth-child(6), .news-blocks .news-item:nth-child(7) {
		width: 100%;
	}
	.news-blocks .news-item:nth-child(1) .news-img, .news-blocks .news-item:nth-child(6) .news-img, .news-blocks .news-item:nth-child(7) .news-img{
		min-height: 560px;
		height: 720px;
	}
	.news-item-bars .news-img {
		width: 40%;
	}
	.news-item-bars .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(1) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(6) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(7) .news-text-blk{
		width: 60%;
		padding: 24px;
	}
	.news-item-bars .news-blocks .news-item:nth-child(1) .news-img, .news-item-bars .news-blocks .news-item:nth-child(6) .news-img, .news-item-bars .news-blocks .news-item:nth-child(7) .news-img{
		min-height: initial;
		height: initial;
	}
	.content-banner-wrap{
		padding: 96px 0;
	}
	#category-banner .content-banner {
		padding: 0 8%;
	}
	.content-banner-txt.banner-txt-lg{
		font-size: 22px;
	}
	#category-banner.content-banner-wrap, #help-banner.content-banner-wrap {
		padding: 48px 0;
	}
	.category-wrap #content-main{
		padding: 24px 0px;
	}
	.news-item-bars .news-blocks{
		padding: 0;
	}
	.content-columns{
		flex-direction: column;
	}
	.content-columns, .content-article-top{
		padding: 0;
	}
	.content-article-top .article-top, .content-columns #content-main {
		width: 100%;
		padding: 0 24px;
	}
	.content-columns #content-right{
		width: 100%;
	}
	.help-center-main{
		margin-left: -8px;
		margin-right: -8px;
	}
	.help-center-col{
		padding: 0 8px;
	}
	.help-accordion.accordion > .card > .card-header .btn-link{
		font-size: 16px;
		padding: 16px 24px 16px 16px;
	}
	.help-accordion.accordion > .card > .card-header .btn-link::after {
		top: 16px;	
		right: 16px;
		font-size: 16px;
	}
	.help-accordion .card-body{
		padding: 4px 16px 16px 16px;
	}
	
	.content-single-block{
		width: 40%;
		padding: 32px;
	}
	.store-times > div{
		font-size: 18px;
	}
	.icon-block-wrapper{
		padding: 0 16px;
	}
	.icon-block-wrap .content-banner-title{
		padding: 0 28px;
	}
	.icon-blocks-sm .icon-block{
		width: 33.3333%;
	}
	
	.store-blocks{
		margin-left: -8px;
		margin-right: -8px;
	}
	.store-item{
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	
	.store-page-main{
		padding: 0px 0px 24px 0px;
	}
	.store-page-top{
		flex-direction: column;
		margin-bottom: 24px;
	}	
	.store-page-header-bar{
		height: 60vh;
	}
	.store-page-info{
		width: 100%;
		order: 2;
		padding-right: 0;
	}
	.store-img{
		width: initial;
		margin-left: -16px;
		margin-right: -16px;
		order: 1;
		margin-bottom: 32px;
	}
	.store-name{
		text-align: center;
		margin-bottom: 24px;
	}
	
/*
	.store-buttons{
		display: flex;
		flex-direction: column;
		margin: 0px;
	}
	.store-buttons .button{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 16px;
	}
*/
	#content-newsletter .content-banner-center .banner-blk-txt{
		padding: 0 8%;
	}
	.form-inline .button{
		height: 48px;
	}
	.album-wrap {
		padding: 48px 0;
	}
	.album-select .dropdown{
		min-width: 180px;
	}
	
	
	.footer-content{
		flex-direction: column;
	}
	.footer-logo-main{
		margin: 0 auto 16px auto;
	}
	.footer-menu ul{
		margin: 0 auto;
	}
	.footer-menu ul li{
		padding: 0 8px;
	}
	.footer-social{
		margin: 0 auto;
	}
	.footer-social li{
		margin: 0 8px;
	}
}

@media (max-width: 767px) {

:root {
    --xs-pad: 8px;
    --sm-pad: 16px;
    --main-pad: 24px;
    --lg-pad: 48px;
    --xl-pad: 72px;
    --xxl-pad: 96px;
    --lg-neg: -48px;
    --main-neg: -24px;
	
	--main-font: 16px;
    --sm-font: 14px;
    --input-font: 14px;
    --button-font: 16px;
    --sm-icon: 18px;
    --main-icon: 32px;
    --large-icon: 96px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
}


    body{
        font-size: 16px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
    .row {
        margin-right: -16px;
        margin-left: -16px;
    }
    h1{
        font-size: 24px;
		margin-bottom: 16px;
    }

    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    h2 br, h3 br{
        display: none;
    }
	.album-header h2{
		font-size: 26px;
	}
    p {
        margin-bottom: 1.6rem;
    }
    .lead, .page-intro p, .article-intro p {
        font-size: 18px;
        margin-bottom: 16px;
        margin-bottom: 1.7rem;
    }
    h3 + .lead {
        margin-top: 16px;
        margin-top: 1.6rem;
    }
	a.button, .button, .w-btn, .w-btn:visited{
		font-size: 14px;
		line-height: 22px;
	}
	.l-btn, .l-btn:visited{
		font-size: 14px;
		line-height: 22px;		
	}
	.txt-btn span{
		font-size: 12px;
	}
	
    .btn-clean {
		font-size: 14px;
        padding: 10px 16px;
    }
    .mob-break{
        display: inline;
    }
    .web-break{
        display: none;
    }
	.hide-mob{
		display: none;
	}
	.form-col{
		width: 100%;
	}
    .form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
		left: 12px;
		width:calc(100% - 24px);
    }
	.form-inline .form-matd {
		width: 100%;
	}
	.form-inline .form-btns {
		width: 100%;
	}
	.form-inline .form-btns .button{
		line-height: 30px;	
	}

    #main-wrapper{
        overflow: hidden;
    }

    #navbar {
        padding: 0px;
    }
    #navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo-main {
        display: block;
    }
	
	#banner-wrapper{
		max-height: initial;
		height: initial;
	}
	#banner-main{
		height: initial;	
	}
	.owl-carousel .owl-stage{
		position: relative;
		display: block;
		height: 100%;
		height: 360px;
/*		overflow: hidden;*/
	}
	.owl-carousel .owl-stage-outer{
		padding-bottom: 200px;		
	}
	.owl-carousel .owl-item{
		position: relative;
		display: block;
		height: 50vh;
		height: 360px;
		background: #CCCCCC;
	}
	.banner-item{
		position: relative;
		display: block;
		height: 100%;
		width: 100%;
	}
	.banner-item .container{
		width: 100%;
		justify-content: flex-end;
		padding-bottom: 32px;
	}
	.banner-text{
		width: 100%;
		padding: 24px;
		margin: 0;
		box-shadow: 0px 10px 20px rgba(0,0,0,0.08)
	}
	
	.banner-item-img {
		position: relative;
		display: block;
		z-index: 1;
/*		width: 500%;*/
		height: 100%;
		height: 360px;
		overflow: hidden;
	}
	.banner-item-img img{
		position: relative;
		display: block;
		height: 100%;
		width: initial;
		max-width: initial;
		float: left;
		margin-left: 0%;
/*
		float: right;
		margin-right: -20%;
*/
	}
	.owl-carousel .owl-item img{
		width: initial;
	}
	.banner-text-wrap{
		top: 0;
		left: 0;
		height: 160%;
		height: calc(100% + 200px);
		height: 560px;
	}
	.banner-text h2{
		font-size: 26px;
		margin-bottom: 4px;
	}
	.banner-text p{
		font-size: 16px;
	}
/*
	#banner-main .owl-dots{
		display: none;
		width: 100%;
		height: 24px;
		left: 0px;
		bottom: 12px;
		top: initial;
		flex-direction: row;
	}
*/
	#banner-main .owl-dots{
		left: 16px;
		height: 50%;
	}
	.owl-dots .owl-dot span{
		width: 6px;
		height: 6px;
	}
	
	#content-wrapper{
		padding: 56px 0px 24px 0px;
	}
	
	.home-wrap #main-wrapper {
		padding-top: 56px;
	}
	.home-wrap #content-wrapper{
		padding-top: 24px;
	}
	#content-wrapper.page-wrap, .banner-page #content-wrapper.page-wrap{
		padding-top: 56px;
	}
	
	.content-banner-wrap{
		padding: 24px 0px;
		padding: 48px 0px;
	}
	.content-banner-wrap.sm-banner{
		padding: 24px 0px;
	}
	.content-banner{
		flex-direction: column;
	}	
	.banner-blk-txt, .banner-blk-img, .video-blk{
		padding: 0 0;
		width: 100%;
	}
	.banner-blk-img + .banner-blk-txt{
		margin-top: 48px;
	}
	.content-center, .content-banner-center .banner-blk-txt{
		padding: 0;
	}
	.banner-text-center{
		padding: 0;
	}	
	.content-banner-txt.lead-p p:first-child{
		font-size: 18px;
	}
	.content-banner-title{
		margin-bottom: 16px;
	}
	.content-banner-title h2{
		line-height: 1.2;
	}
	
	.scroll-indicator{
		display: flex;
	}
		
	.banner-img-blocks{
		flex-direction: column;
	}
	.banner-img-blk-txt{
		text-align: center;
	}
	.banner-img-blk-txt p:last-child{
		margin-bottom: 0;
	}
	.banner-blk-img-wrap{
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}
	.banner-img-blocks .banner-blk-img-wrap:last-child, .banner-img-blocks .banner-blk-img-wrap:last-child .banner-img-blk{
		margin-bottom: 0;	
	}
	
	.news-blocks-header, .store-blocks-header {
		margin-bottom: var(--sm-pad);
	}
	
	.news-wrap{
		margin-bottom: var(--sm-pad);
	}
	
	.news-blocks{
		flex-direction: column;
		flex-wrap: wrap;
	}	
	.news-item{
		width: 100%;
		margin-bottom: var(--main-pad);
	}
	.category-wrap .news-item{
		margin-bottom: var(--main-pad);
	}
	.news-date{
		font-size: 12px;
	}
	.news-item-block{
		flex-direction: row;
	}
	.news-img{
		width: 30%;
	}
	.news-blocks .news-cat {
		top: initial;
		left: 0px;
		bottom: 0px;
	}
	.news-cat a{
		padding: 4px 8px;
		line-height: 16px;
	}
	.news-blocks .news-text-blk{
		position: initial;
		border: none;
		padding: 0 0 0 var(--sm-pad);
		width: 70%;
	}
	.news-title{
		margin-bottom:4px;
	}
	.news-title h3 {
		max-height: 44px;
    	line-height: 1.2;
		overflow: hidden;
	}
	.news-text{
		display: none;
	}
	.news-blocks .news-item:nth-child(1), .news-blocks .news-item:nth-child(6), .news-blocks .news-item:nth-child(7) {
		width: initial;
		margin-left: -16px;
	    margin-right: -16px;
	}
	.news-blocks .news-item:nth-child(1) .news-item-block, .news-blocks .news-item:nth-child(6) .news-item-block, .news-blocks .news-item:nth-child(7) .news-item-block {
		flex-direction: column;
	}
	.news-blocks .news-item:nth-child(1) .news-img, .news-blocks .news-item:nth-child(6) .news-img, .news-blocks .news-item:nth-child(7) .news-img {
		width: 100%;
		height: initial;
	}
	.news-blocks .news-item:nth-child(1) .news-cat, .news-blocks .news-item:nth-child(6) .news-cat, .news-blocks .news-item:nth-child(7) .news-cat {
		bottom: initial;
		top: -16px;
	}
	.news-blocks .news-item:nth-child(1) .news-text-blk, .news-blocks .news-item:nth-child(6) .news-text-blk, .news-blocks .news-item:nth-child(7) .news-text-blk {
		position: relative;
		left: initial;
		bottom: initial;
		width: 100%;
		min-height: initial;
		padding: var(--main-pad) var(--sm-pad) var(--sm-pad) var(--sm-pad);
	}
	.news-blocks .news-item:nth-child(1) .news-img a, .news-blocks .news-item:nth-child(6) .news-img a, .news-blocks .news-item:nth-child(7) .news-img a{
		height: initial;
		width: auto;
		display: block;
	}
	.news-blocks .news-item:nth-child(1) .news-img img, .news-blocks .news-item:nth-child(6) .news-img img, .news-blocks .news-item:nth-child(7) .news-img img{
		position: relative;
		height: initial;
		width: auto;
		max-width: 100%;
		left: initial;
		-webkit-transform: none;
		transform: none;
	}
	.news-blocks .news-item:nth-child(1) .news-img:hover img, .news-blocks .news-item:nth-child(6) .news-img:hover img, .news-blocks .news-item:nth-child(7) .news-img:hover img{
		-webkit-transform: none;
		transform: none;
	}
	
	.news-item-bars .news-blocks {
		padding: 0;
	}
	.news-item-bars .news-blocks .news-item{
		width: initial!important;
		margin: 0 0 16px 0px!important;
	}
	.news-item-bars .news-img, .news-item-bars .news-blocks .news-item:nth-child(1) .news-img, .news-item-bars .news-blocks .news-item:nth-child(6) .news-img, .news-item-bars .news-blocks .news-item:nth-child(7) .news-img {
		width: 33.3333%;
		width: 40%;
	}
	.news-item-bars .news-blocks .news-item:nth-child(1) .news-item-block, .news-item-bars .news-blocks .news-item:nth-child(6) .news-item-block, .news-item-bars .news-blocks .news-item:nth-child(7) .news-item-block {
		flex-direction: row;
	}
	.news-item-bars .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(1) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(6) .news-text-blk, .news-item-bars .news-blocks .news-item:nth-child(7) .news-text-blk{
		width: 66.6666%;
		width: 60%;
		padding: 12px 16px 4px 16px;
	}
	.news-item-bars .news-blocks .news-item:nth-child(1) .news-cat, .news-item-bars .news-blocks .news-item:nth-child(6) .news-cat, .news-item-bars .news-blocks .news-item:nth-child(7) .news-cat {
		bottom: 0;
		top: initial;
	}
	.news-item-bars .news-title{
		margin-bottom: 0;	
	}
	.news-item-bars .news-title h3{
		max-height: 44px;
    	line-height: 1.2;
		overflow: hidden;
	}
	
	.category-wrap #content-main {
		padding: 24px 0;
	}
	
	#category-banner.content-banner-wrap, #help-banner.content-banner-wrap {
		padding: 48px 0px;
	}
	#category-banner .content-banner-txt h2{
		margin-bottom: 4px;
	}
	#help-banner .content-banner-center{
		padding: 0;
	}
	
	
	.help-page-wrap{
		padding: 24px 0px;
	}
	
	.help-center-main{
		margin-left: 0px;
		margin-right: 0px;
		flex-direction: column;
	}
	.help-center-col{
		padding: 0 0px;
		width: 100%;
	}
	.help-center-block{
		margin-bottom: 16px;
	}
	.help-center-block h2{
		font-size: 18px;
	}
	.help-accordion .card{
		margin-bottom: 16px;
	}
	.help-accordion.accordion > .card > .card-header .btn-link{
		font-size: 16px;
		padding: 16px;
	}
	.help-accordion.accordion > .card > .card-header .btn-link::after {
		top: 16px;	
		right: 16px;
		font-size: 16px;
	}
	.help-accordion .card-body{
		padding: 4px 16px 16px 16px;
	}
	#info-banner-1{
		margin-bottom: 144px;
	}
	#info-banner-1 .content-single-block{
		position: relative;
		width: 100%;
		padding: 24px;
		top: initial;
		right: initial;
		margin: 24px 0 -50% 0;
	}
	#info-banner-1 .content-single-block .content-banner-title{
		margin-bottom: 16px;
	}
		
	.content-banner-title.other-title h2{
		font-size: 18px;
	}	
	
	.icon-block-wrapper{
		padding: 0 0px;
		flex-direction: column;
		margin-bottom: 24px;
	}
	.icon-block-wrap .content-banner-title{
		padding: 0 0px;
	}
	.icon-block{
		width: 100%;
		padding: 0;
	}
	.icon-block-content{
		padding: 16px;
	}
	.icon-block-text > div{
		margin-bottom: 16px;
	}
	.icon-blocks-sm .icon-block-wrapper{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.icon-blocks-sm .icon-block{
		width: 50%;
	}
	
	
	#category-banner .content-banner {
		padding: 0;
	}
	
	.cat-header-btn {
		margin-bottom: 32px;
	}
	
	.content-columns, .content-article-top {
		display: flex;
		padding: 0;
	}
	.content-columns{
		flex-direction: column;
	}
	.content-article-top .article-top, .content-columns #content-main {
		width: 100%;
		padding: 0;
	}
	.content-columns #content-right {
		width: 100%;
		padding: 0;
	}
	.article{
		padding-top: 16px;
	}
	.article-top {
		position: relative;
		margin-bottom: var(--sm-pad);
	}
	.article-date{
		margin-bottom: 4px;
	}	
	.article-header h1 {
		margin-bottom: 0;
	}
	.article-header-info{
/*		flex-direction: column;*/
	}
	.article-cat{
		display: inline-block;
		align-self: flex-start;
	}
	.article-header-info .article-cat{
			margin-top: 12px;
	}
	.article-header-share {
		display: flex;
		justify-content: flex-start;
		margin-left: auto;
	}
	.article-header-share .nav-share-btn{
		display: block;
	}
	.article-share-title{
		line-height: 48px;
	}
	.article-share li {
		display: none;
		padding: 0;
		margin: 4px var(--main-pad) 4px 0;
	}
	.article-body{
		margin-bottom: var(--sm-pad);
	}
	.news-module{
		padding: 16px;
	}
	.news-blocks-header h2, .store-blocks-header h2 {
		line-height: 32px;
	}
	.news-blocks-header .txt-btn, .store-blocks-header .txt-btn {
		align-self: flex-start;
		margin: 4px 0px 4px auto;
	}
	.news-item-list .news-cat{
		bottom: -12px;
	}
	
	.store-wrapper #content-main {
		padding: 0px;
	}
	#store-wrapper-header{
		margin-bottom: 24px;
	}
	#store-wrapper-header .content-banner-center{
		padding: 0;
	}
	.store-search{
		margin: 0;
		margin-bottom: var(--sm-pad);
	}
	.store-search .form-control{
		font-size: 14px;
		min-width: initial;
	}
	.store-search-tag-wrap{
		position: relative;
		display: block;
		overflow: hidden;
		overflow-x: auto;
		margin: 0 -16px;
		padding-right: 24px;
	}
	.store-search-tags{
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: initial;
		margin: 0 24px 0px 0px;
		padding:0 12px;
	}
	.store-search-tags .tag-btn{
		float: left;
		margin: 0px 16px 8px 0px;
		align-self: flex-start;
/*		overflow: hidden;*/
		white-space: nowrap;
	}
	.store-search-tags .tag-btn, .news-link-tags .tag-btn{
		margin: 0px 4px 4px 4px;
	}
	
	.store-wrap{
		margin-bottom: var(--sm-pad);
	}
	
	.store-blocks{
		margin-left: -8px;
		margin-right: -8px;
	}
	.store-item{
		width: 50%;
		padding: 0 8px;
		margin-bottom: var(--sm-pad);
	}
	.store-wrapper .store-item {
		margin-bottom: var(--sm-pad);
	}
	.store-item-img a{
		height: 64px;
	}
	.store-logo-wrap{
		top: 32px;
	}
	.store-logo{
		width: 80px;
		height: 80px;
	}
	.store-blocks .store-text{
		padding: var(--lg-pad) var(--sm-pad) var(--sm-pad) var(--sm-pad);		
	}
	.store-item-name{
		margin-top: 8px;
		font-size: 16px;
	}
	.store-item-open, .store-item-address{
		font-size: 12px;
	}
	.stores-lg .store-item {
		width: 100%;
	}
	.stores-lg .store-item-img a{
		height: 96px;
	}
	.stores-lg .store-logo-wrap{
		top: 56px;
	}
	.stores-lg .store-item-open, .stores-lg .store-item-address {
		font-size: 14px;
	}
	
	.store-page-main{
		padding: 0px 0px 24px 0px;
	}
	.store-page-top{
		flex-direction: column;
		margin-bottom: 24px;
	}	
	.store-page-header-bar{
		height: 60vh;
	}
	.store-page-info{
		width: 100%;
		order: 2;
		padding-right: 0;
	}
	.store-img{
		width: initial;
		margin-left: -16px;
		margin-right: -16px;
		order: 1;
		margin-bottom: 32px;
	}
	.store-name{
		text-align: center;
		margin-bottom: 24px;
	}
	.store-open{
		font-size: 18px;
	}
	.store-info-block{
		font-size: 18px;
		padding: 24px;
	}
	.store-info-block-item{
		margin-bottom: 24px;
	}
	.store-page-text{
		font-size: 18px;
		padding: 0;
	}
	.store-times > div{
		font-size: 18px;
	}
	.store-buttons{
		display: flex;
		flex-direction: column;
		margin: 0px;
	}
	.store-buttons .button{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 16px;
	}
	
	#map-canvas{
		height: 360px;
	}
	
	.album-wrap{
		padding: 16px 0;
	}
	.album-header{
		margin-bottom: 16px;
	}
	.album-header h2{
		line-height: 48px;
		margin: 0;	
	}
	.album-item{
		margin-bottom: 16px;
	}
	.album-blocks .album-item.item-sm {
		width: 100%;
	}
	
	.album-blocks .album-item.item-lg {
		width: 100%;
	}
	.album-select .dropdown{
		min-width: 180px;
	}
	.content-banner-title span{
		margin-bottom: 4px;
		font-size: 16px;
	}
	.banner-blk-button{
		margin-top: 16px;
	}
	
	#content-newsletter{
		padding: 72px 0px;
	}
	#content-newsletter .content-banner-center .content-banner-title{
		padding: 0 5%;
	}
	#content-newsletter .content-banner-center .banner-blk-txt {
		padding: 0 0;
	}
	
	#contact-banner-1 {
		padding-top: 48px;
	}
	#contact-banner-1 h1{
		margin-bottom: 0;
	}
	#contact-banner-1 .banner-blk-txt{
		text-align: center;	
	}
	.content-banner-txt.banner-txt-lg{
		font-size: 16px;
	}
	#contact-banner-form{
		
	}
	#contact-banner-form .container{
		padding: 0;
	}
	#contact-banner-form .content-banner-center {
		box-shadow: none;
	}
	.contact-banner-wrap{
		flex-direction: column;
	}
	.content-form {
		width: 100%;
		padding: 24px 16px;
	}
	.contact-blk {
		width: 100%;
		padding: 16px;
		border-left: none;
		font-size: 16px;
	}
	.content-banner-center .content-banner-title {
		margin-bottom: 16px;
	}
	#contact-banner-form .form-btns .button{
		width: 100%;
	}
	
	.footer-content{
		flex-direction: column;
	}
	.footer-logo-main{
		margin: 0 auto;
	}
	.footer-logo-main img {
    	height: 28px;
	}
	
	.footer-menu{
		flex-direction: column;
		padding: var(--main-pad) var(--main-pad);
	}
	.footer-menu ul{
		flex-direction: column;		
	}
	.footer-menu ul li{
		text-align: center;
	}
	.footer-menu ul li a:after{
		display: none;
	}
	.footer-social{
		margin: 0 auto;
	}
	.footer-social li{
		margin: 0 8px;
	}
	
	.scroll-top-main{
		right:-50px;
		bottom: 16px;
	}
	.scroll-top-main.show-scroll{
		right:16px;
	}

	body.modal-open{
		position: fixed;
		width: 100%;
	}
	
	.modal-backdrop.show{
		opacity: 1;
	}
    .modal-dialog{
		display: block;
        width: 100%;
		min-width: initial;
		max-width: initial;
    }
	.modal-content{
		border-radius: 0;
		box-shadow: none;
	}
	.modal-header{
		padding: 24px;
	}
	.modal-body{
		padding: 0 24px;
	}
	.modal-padding .modal-body{
		padding-bottom: 24px;
	}
	.modal-full .close-btn-full{
		right: 16px;
	}

}
@media (min-width: 400px) and (max-width: 767px) {

}
@media (min-width: 320px) and (max-width: 361px) {

	.owl-carousel .owl-item{
		height: 320px;
	}
	.owl-carousel .owl-stage{
		height: 320px;
	}
	.owl-carousel .owl-stage-outer{
		padding-bottom: 180px;		
	}
	.banner-item .container{
		padding-bottom: 32px;
	}
	.banner-item-img {
		height: 320px;
	}
	.banner-text-wrap{
		height: 500px;
	}
	
}

@media (max-width: 1199px) {

	body.menu-open{

	}
	#navbar{
/*		background: var(--main-color);	*/
	}
    #navbar.sticky-ani {
        position: fixed;
        top: -56px;
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
	    -webkit-transition:0.5s ease-out top;
        transition:0.5s ease-out top;
    }
    .menu-open #navbar {
		box-shadow: none;
        top: 0!important;
	    -webkit-transition:none!important;
        transition:none!important;
    }
	.menu-open #navbar.sticky, .menu-open #navbar.sticky-ani{
		top: 0!important;
	    -webkit-transition:none!important;
        transition:none!important;
	}
	.menu-open.menu-ani .navbar-header {
		background: none;
	    -webkit-transition: background 0.01s ease-out;
		transition:background 0.01s ease-out;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;	
	}
    .navbar-header{
		border: none;		
    }
	#navbar:after{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: -1px;
		left: 0;
		background: var(--border-color); 
	}
	.navbar-top{
		display: none;
	}

    #navbar {
        padding: 0px 16px;
    }
	#navbar .container{
		position: relative;
	}
    .nav-toggle {
		position: absolute;
		left: 0;
        display: block;
		opacity: 1;
    }
    .nav-trigger-light{
        display: block;
    }
    .nav-trigger-dark{
        display: none;
    }
    .sub-page .nav-toggle .nav-trigger-light{

    }
    #navbar.sticky .nav-toggle .nav-trigger-dark {
        display: block;
    }
    .logo-main {
        margin: 0;
        margin: 14px auto;
        display: block;
		opacity: 1;
    }
    .logo-main img{
        height: 28px;
        width: auto;
        vertical-align: top;
    }
	
	.show-search.navbar-header .nav-toggle,
	.show-search.navbar-header .logo-main{
		-webkit-animation: opac-out-animate 0.1s ease forwards;
		animation: opac-out-animate 0.1s ease forwards;   
	}
	
	.nav-wrap {
        position: absolute;
        position: fixed;
        display: block;
        float: none;
        top: 72px;
        right: -110%;
        width: 100%;
        height: 90%;
        height: calc(100% - 72px);
		margin: 0;
        padding: 0 8px 24px 8px;
        z-index: 2;
        opacity: 0; 
        overflow-y: auto;
    }
	.menu-ani .nav-wrap {
        opacity: 0!important;
		-webkit-animation: opac-out-animate 0.2s ease-out forwards!important;
		animation: opac-out-animate 0.2s ease-out forwards!important;   
    }
	.menu-open .nav-wrap {
        display: flex;
		flex-direction: column;
/*		justify-content: center;*/
		height: 90vh;
		width: 100%;
        right: 0px;
		-webkit-animation: menu-in-animate 0.5s ease-out forwards;
		animation: menu-in-animate 0.5s ease-out forwards;      
    }
	.menu-open #navbar.sticky, .menu-open.sub-page #navbar{
		box-shadow: none;
	}
	.menu-open #navbar.sticky .logo-main-dark, .menu-open.sub-page #navbar .logo-main-dark{
		display: none;
	}
	.menu-open #navbar.sticky .logo-main-light, .menu-open.sub-page #navbar .logo-main-light{
		display: block;
	}
	#nav-main{
		position: relative;
		margin-bottom: 16px;
	}
	#nav-main ul{
		display: flex;
		flex-direction: column;
		align-self: center;
        margin: 0px 0px 0px 0px;
        padding:8px 24px 24px 16px;
		
    }
    #nav-main ul li{
        display: block;
        float: none;
        text-align: left;
        padding: 0px 0px;
        margin: 0 0px;
    }
	
	#nav-main ul li:nth-child(1) a,
	#nav-main ul li:nth-child(2) a,
	#nav-main ul li:nth-child(3) a{
		font-size: 36px;
		line-height: 40px;
		font-weight: 700;
		text-transform: none;
		font-family: 'meno-banner', 'futura-pt', Arial, Helvetica, sans-serif;
	}
	#nav-main ul li a:after{
		display: none;
	}
	
	.mobile-nav-icons{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: auto;
		margin-bottom: 48px;
	}
	.mobile-nav-icons .nav-buttons{
		margin: 0;
		display: flex;
		justify-content: center;
	}
	.mobile-nav-text{
		text-align: center;
		margin-bottom: 24px;
		font-size: 16px;
	}
	.nav-buttons .nav-btn{
		margin: 0 4px;
	}	
	#nav-right{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		margin: 0;
	}
	.search-trigger{
		position: absolute;
		top: 4px;
		right: 0;
		display: block;
	}
	#nav-right .search-main{
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		width: 100%;
		z-index: 2;
		background: #FFFFFF;
		margin: 0;
		padding-top: 4px;
		opacity: 0;
	    -webkit-transition:0.3s ease all;
        transition:0.3s ease all;
	}
	.show-search #nav-right .search-main{
		opacity: 1;
		left: 0%;
	    -webkit-transition:0.4s ease-out left, 0.2s ease-out opacity;
        transition:0.4s ease-out left, 0.2s ease-out opacity;
	}
	.search-main .form-control{
		background: #FFFFFF;
	}
	.search-close{
		position: absolute;
		top: 4px;
/*		left: 0;*/
		right: -4px;
		display: block;
	}
	#searchmain-btn {
		left: -4px;
		left: initial;
		top: 4px;
		color: var(--grey-color);
	}

}


/*@media only screen (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {*/
@media only screen and (min-height: 600px) and (min-width: 768px) and (orientation: portrait){

}


/******** iPhone Fixes ********/

/* iPhone 8 with notch */

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) { 

}

/* iPhone X with notch */

@media only screen and (width: 375px) and (-webkit-device-pixel-ratio: 3) {

}

/* iPhone XR with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 2) {

}

/* iPhone XS Max with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 3) {

}
