/*
Theme Name: Decca Luxe
Description: LifeInArt
Author: Mallard & Claret
Author URI: https://mallardandclaret.com
Version: 1.0
*/

@font-face {
    font-family: "Quickpen";
    src: url('fonts/quickpen-webfont.woff2') format('woff2'),
    url('fonts/quickpen-webfont.woff') format('woff'),
    url('fonts/quickpen-webfont.svg#quickpenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LucidaGrande";
    src: url("fonts/LucidaGrande.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigerregular';
    src: url('fonts/frutiger-webfont.woff2') format('woff2'),
    url('fonts/frutiger-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'frutigerbold';
    src: url('fonts/frutiger_bold-webfont.woff2') format('woff2'),
    url('fonts/frutiger_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Didot_HTF_B42_Bold';
    src:  url('fonts/Didot_HTF_B42_Bold.woff2') format('woff2'),
    url('fonts/Didot_HTF_B42_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Didot_HTF_B42_Bold_Italic';
    src: url('fonts/Didot_HTF_B42_Bold_Italic.woff2') format('woff2'),
    url('fonts/Didot_HTF_B42_Bold_Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height:100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.64;
    letter-spacing: 1.2px;
    color: #383838;
    font-family: 'frutigerregular';
    background:#fff;
    overflow-x:hidden;
}

ul, li {
    margin: 0;
    padding: 0;
}
a:focus,
button:focus,
textarea:focus,
input:focus {
    outline:0;
}
::-webkit-input-placeholder {color:rgba(255,255,255,.4);}
::-moz-placeholder          {color:rgba(255,255,255,.4);}
:-moz-placeholder           {color:rgba(255,255,255,.4);}
:-ms-input-placeholder      {color:rgba(255,255,255,.4);}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Didot_HTF_B42_Bold';
    font-weight: 400;
}
p {
    margin: 0 0 20px;
}
.loading {
    overflow:hidden;
	position:fixed;
}
[data-aos]{
    transition-duration: 800ms;
    transition-delay: 400ms;
}
img {
    max-width: 100%;
    height: auto;
}
/* preloader */
#preloader {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#100c1d;
    z-index:99999;
    display:table;
}
#preloader > div {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.progress_wrap {
	width:90px;
    height:3px;
	background:#303030;
	display:block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#progress{
    background:#d2b47d;
}
.progress_wrap:before {
    content: '';
    position: absolute;
    background:#d2b47d;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	z-index:1;
}
.progress_wrap:after {
    content: '';
    position: absolute;
    background:#d2b47d;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
	z-index:1;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}
.screen_logo {
	position:absolute;
	z-index:2;
	left: 50%;
    top: 50%;
    height: 100%;
	width: auto;
    transform: translateX(-50%) translateY(-50%);
}
#preloaderVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* height: auto; */
    z-index: 100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
	background: #0c0715;
	max-width: none;
}
#videoFirstScreen {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    display: block;
	max-width: none;
}
.videoBlockScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 200;
	overflow:hidden;
	background-color: #000;
}
video {
	max-width: none;
}
.videoBlockScreen .video_screen,
#videoScreenPage2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%,-50%,0);
    background-size: cover;
    display: block;
	max-width: 100%;
	/* max-height: 100%; */
	z-index:1;
	height: auto;
}
.Video2Played #fp-nav,
.Video2Played .music_controll,
.Video2Played #header {
	display:none;
}
.video_close {
	position:absolute;
	top:40px;
	right:20px;
	width:40px;
	height:40px;
	z-index:5;
	background-size:contain;
	background:url(img/close.svg) 50% 50% no-repeat;
	border:0;
	padding: 0;
}
.select-block {
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 45px;
}
.select-block label {
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
    z-index: 1;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.select-block .active-list {
    width: 100%;
    height: 45px;
    padding: 0;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    letter-spacing: 1.6px;
}
.select-block:after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    text-align: right;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    margin-top: -8px;
}
.select-block.added label {
    top: -15px;
    font-size: 13px;
}
.select-block.added.focus label {
    top: -15px;
}
.select-block.focus label {
    top: -15px;
    font-size: 13px;
    color: #fff;
}
.select-block.focus .active-list,
.select-block.added .active-list {
	opacity: 1;
    color: #fff;
}
.select-block.focus:after {
    content: "▲";
    color: #fff;
}
.select-block.focus .custom-select::before {
    left: 0;
    width: 100%;
}
.select-block .custom-select {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 45px;
    position: relative;
    padding: 0;
    width: 100%;
    line-height: 48px;
}
.select-block .custom-select::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
}
.select-block.added .custom-select {
    border-color:#fff;
}
.select-block .custom-select .list-field {
    width: 100%;
    height: 45px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.select-block .custom-select .drop-down-list .add-new {
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    padding: 15px;
    color: #3c3c3c;
}
.select-block .custom-select .drop-down-list .add-new i {
    font-size: 16px;
    margin-top: 3px;
    color: #939393;
}



.dropdown > button {
    background: transparent;
    border: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 18px;
    letter-spacing: 1.6px;
    color: #646567;
    padding-bottom: 14px;
    width: 100%;
    text-align: left;
    position:relative;
    height: 45px;
}
.dropdown.active > button {
    color: #fff;
}
.active-list .caret,
.dropdown > button .caret {
    position: absolute;
    right: 0;
    top: 14px;
}
.drop-down-list,
.dropdown-menu {
    background:#121421;
    border: solid 1px #4d4e58;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    min-width:100%;
    padding: 0;
    font-size: 18px;
    box-shadow: none;
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow-x: auto;
    z-index: 99;
    margin: 0;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: 0;
    display: none;
}
.drop-down-list li,
.dropdown-menu li {
    padding:10px;
    line-height: 1;
}
.drop-down-list li:hover,
.dropdown-menu li:hover {
    background:#4d4e58;
    cursor:pointer;
}
.form-group {
    margin-bottom: 50px;
}
.btn {
    font-family: 'Didot_HTF_B42_Bold';
    min-width: 223px;
    height: 60px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #1b1a18;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 21px 10px;
    font-weight: 400;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn_dark {
    background-color: #143241;
    color: #b4a170;
}
.btn:hover {
    background-color: transparent;
    color: #fff;
    text-decoration:none;
}
.btn_dark:hover {
    border-color: #143241;
    background-color: transparent;
    color: #143241;
}
.close_btn {
    width:32px;
    height:32px;
    background-image:url(img/cross.svg);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:contain;
    position:absolute;
    z-index:10;
    top:-69px;
    right:-7px;
    border: 0;
    background-color: transparent;
    padding: 0;
    opacity:.3;
}
.close_btn:hover {
    opacity:1;
}

.section_title {
   font-family: 'Didot_HTF_B42_Bold';
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
.section {
    background:#fff;
    position: relative;
    min-height: 568px;
}
.section:before {
    content: "";
    display: table;
    float: none;
    clear: both;
}
.form-control {
    background: transparent;
    border: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    font-size: 18px;
    letter-spacing: 1.6px;
    color: #ffffff;
    padding:0;
    width: 100%;
    height: 45px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 2;
}
textarea.form-control {
    resize:none;
    min-height: 108px;
}
.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.material_form .input-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 45px;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.material_form .input-block::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
}
.material_form .input-block.focus {

}
.material_form .input-block.focus label {
    color: #fff;
    top: -15px;
    font-size: 13px;
}
.material_form .input-block.focus::before {
    left: 0;
    width: 100%;
}
.material_form .input-block.has-value {
    border-color: #fff;
}
.material_form .input-block.has-value label {
    top: -15px;
    font-size: 13px;
}
.material_form .input-block.error {
    border-color: #fff;
}
.material_form .input-block.error::before {
    left: 0;
    width: 100%;
    background-color: #d50000;
}
.material_form .input-block.floating-field {
    height: 45px;
}
.material_form .input-block.floating-field.textarea {
    height: auto;
}
.material_form .input-block label {
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 20px;
    margin: 0;
    z-index: 1;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.material_form .input-block label small {
	font-size: 70%;
}
.material_form .input-block .form-control:focus {
    outline: none;
}
.material_form .input-block .form-control:focus label {
    top: 0;
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.moving .active.fp-section {
    opacity:0;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
.fp-section {
    -moz-transition:opacity .4s ease-in;
    -webkit-transition:opacity .4s ease-in;
    -o-transition:opacity .4s ease-in;
    transition:opacity .4s ease-in;
    opacity:1;
    position: relative;
	overflow: hidden;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -moz-transition:none !important;
    -o-transition:none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}


/* header */
#header {
    text-align: center;
    margin-top: 27px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    -moz-transition:transform .6s .8s;
    -webkit-transition:transform .6s .8s;
    -o-transition:transform .6s .8s;
    transition:transform .6s .8s;
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    transform: translateY(0);
    padding: 0 0 20px;
}
.loading #header {
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    transform: translateY(-100px);
}
.moving #header {
    /*opacity:0;*/
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
.main_menu {
    list-style: none;
    margin-right: 25px;
    opacity:0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#header:hover .main_menu {
    opacity: 1;
}
.fp-viewing-page1 .main_menu {
    opacity: 1;
}
.main_menu li {
    display: inline-block;
}
.main_menu li + li {
    margin-left: 16px;
}
.main_menu li a {
    font-size: 12px;
    letter-spacing: 0.9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    position:relative;
    display:inline-block;
    padding-bottom:2px;
}
.main_menu li a:before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    border-bottom:1px solid;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.main_menu li.active a:before,
.main_menu li a:hover:before {
    width:100%;
}
.fp-viewing-page2 .main_menu li a {
    color: #000;
}

.open_main_menu {
    border: 0;
    color: #00deff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background:none;
    position:relative;
    z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: right;
}
.open_main_menu .lines {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #b4a170;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #b4a170;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 7px;
}
.open_main_menu .lines:before {
    top: -7px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.opened_menu .main_menu_wrap {
    display: block;
}



/* music_controll */
.fp-viewing-page2 .music_controll svg,
.fp-viewing-page3 .music_controll svg {
    fill: #000;
}
.fp-viewing-page2 .music_controll svg .mute,
.fp-viewing-page3 .music_controll svg .mute {
    stroke: #000;
}
.fp-viewing-page1 .music_controll {
    bottom: 138px;
}
.music_controll {
    position: fixed;
    right: 27px;
    bottom: 38px;
    z-index:20;
    background:none;
    border:0;
    padding: 0;
    line-height: 1;
    -moz-transition:opacity .3s, transform .6s .8s;
    -webkit-transition:opacity .3s, transform .6s .8s;
    -o-transition:opacity .3s, transform .6s .8s;
    transition:opacity .3s, transform .6s .8s;
}
.loading .music_controll {
    -moz-transform:translateY(170px);
    -ms-transform:translateY(170px);
    -webkit-transform:translateY(170px);
    -o-transform:translateY(170px);
    transform: translateY(170px);
    opacity:0;
}
.moving .music_controll {
    opacity:0;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
.music_controll:hover {
    opacity:.6;
}
.music_controll audio {
    opacity:0;
}
.music_controll svg {
    display: block;
    fill: white;
}
.music_controll svg .mute {
    display: none;
    stroke: white;
}
.music_controll.paused svg .mute {
    display: block;
}

/* page1 */
.page1 {
    background-color: #000000;
   /* background-image:url(img/page1-bg.jpg); 
    background-position:50% 0;
    background-repeat:no-repeat;
    background-size:cover; */
    text-align: center;
}
.header_logo {
    position:relative;
    z-index:2;
}
.header_logo img {
    max-width:100%;
}
.page_header {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 100%;
    -webkit-transition: opacity .6s .9s;
    -moz-transition: opacity .6s .9s;
    -o-transition: opacity .6s .9s;
    transition: opacity .6s .9s;
    opacity: 1;
    min-height: 350px;
}
.loading .page_header {
    opacity: 0;
}
.page1Header {
    font-size: 60px;
    font-family: 'Didot_HTF_B42_Bold';
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin: 0 0 50px;
}
.page_subtitle {
    font-family: 'Didot_HTF_B42_Bold_Italic';
    font-size: 40px;
    letter-spacing: 1.2px;
    margin: 0 0 40px;
}
.logos_list img {
    margin: 0 15px 15px;
}
.loading .scroll_btn_wrap {
    -moz-transform:translateY(170px);
    -ms-transform:translateY(170px);
    -webkit-transform:translateY(170px);
    -o-transform:translateY(170px);
    transform: translateY(170px);
}
.scroll_btn_wrap {
    -moz-transition: transform .6s .8s;
    -webkit-transition: transform .6s .8s;
    -o-transition: transform .6s .8s;
    transition: transform .6s .8s;
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    transform: translateY(0);
    position:absolute;
    bottom:82px;
    right: 7px;
    z-index: 10;
}
.scroll_btn {
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 60px;
    height: 18px;
}
.scroll_btn:before {
    content:"";
    position:absolute;
    top: 9px;
    left: -60px;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}
.brush {
    position: absolute;
    left: 44%;
    bottom: 0;
}
.brush .brush2 {
    position: absolute;
    bottom: -15%;
    left: 25px;
    z-index: 1;
}
.li-el .el{
    display: inline-block;
}
.logos_list .li-el .el:first-child,
.logos_list .li-el .el:last-child {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.logos_list .li-el .el:nth-child(2),
.logos_list .li-el .el:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.logos_list .li-el .el:nth-child(3),
.logos_list .li-el .el:nth-child(4),
.logos_list .li-el .el:nth-child(5) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.logos_list .li-el .el {
    height: 70px;
    margin: 0 1% 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    -o-transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    transition: all 0.7s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    min-width: 120px;
    width: 11%;
}
.logos_list .li-el.anim .el {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.logos_list .li-el .el img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* page2 */
.page2 {
    text-align: center;
}
.page2 .quotes {
    line-height: 1;
    font-family: "LucidaGrande";
    font-size: 140px;
    color: #000;
    height: 50px;
    display: block;
}
.quote_text {
   font-family: 'Didot_HTF_B42_Bold';
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #000;
    max-width: 835px;
    margin: 30px auto 23px;
}
.page2 .signature {
    margin: 0 auto 30px;
}
.signature img {
    max-width:100%;
}
/* page3 */
.page3 .page3_paint {
	display: none;
    position: absolute;
    left: 0;
    top: 45px;
}
.page3 .container {
    position:relative;
    z-index:2;
}
.collage {
    position:absolute;
    top:0;
    right:0;
    width: 52%;
    height:100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.collage img {
    position: absolute;
}
.collage img:nth-child(1) {
    right: 0;
    top: 0;
}
.collage img:nth-child(2) {
    top: 63%;
    left: -15%;
}
.collage img:nth-child(3) {
    left: -2.5%;
    top:17%;
}
.collage img:nth-child(4) {
    left: -9%;
    top: 40%;
}
.collage img:nth-child(5) {
    top: 38.5%;
    right: 0;
}
.collage img:nth-child(6) {
	display: none;
    top: 76.5%;
    right: 0;
}
/* page4 */
.page4 {
    background-color: #143241;
}
.page4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background-image:url(img/decca-player.jpg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.page4 .container {
    position:relative;
    z-index:2;
}
.page4 .vert_text {
    height: 100%;
    top: 0;
    right: 50%;
    position: absolute;
    margin-right: -2px;
}
.craft_title {
    position:relative;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #b4a170;
    margin: 8% 0 40px;
    z-index: 1;
}
.craft_title small {
    color: #ffffff;
	text-align:right;
	display: block;
	font-family: 'Frutiger';
}
/*
.craft_title:before {
    content:"";
    position:absolute;
    background-image:url(img/craft-paint.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:contain;
    width: 473px;
    height: 276px;
    top: -45px;
    left: -92px;
    z-index: -1;
}
*/
.dark_section .content_box {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* page5 */
.page5 {
    background-color: #143241;
}
.page5:after {
    content: '';
    position: absolute;
    left: 0;
    width: 52%;
    height: 100%;
    background-image: url(img/decca-player-copy.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.page5 .section_title {
    color: white;
}
/* page6 */
.page6 .container {
    position:relative;
    z-index:2;
}
.page6 .lines {
    position: absolute;
    top: 16px;
    right: 0;
}
.page6 .content_box {
    padding-top: 25px;
}
.page6 .pencil {
    position: absolute;
    top: 72px;
    right: 42px;
}
.page6 .brush {
    position: absolute;
    bottom: 0;
    left: 47.5%;
}
/* page7 */
.page7 .section_title {
    color: white;
}
.page7 {
    background-image:url(img/block-4.jpg);
    background-position:50% 0;
    background-repeat:no-repeat;
    background-size:cover;
}
.page7 .container {
    position:relative;
    z-index:2;
}

.page7 .caps {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
   font-family: 'Didot_HTF_B42_Bold';
}
.page7 .notes {
	display:none;
    position: absolute;
    right: 0;
    width: 48%;
    top: 47%;
}
.page7 .btn {
    /* background-color: #1b1a18; */
    /* color: #ffffff; */
    /* border: 1px solid #1b1a18; */
}
.page7 .btn:hover {
   /* color: #1b1a18; */
	/* background: transparent; */
}
.page7 .btn_wrap {
    margin-top: 39px;
    padding-left: 2px;
}
.page7 .small_text {
    display: block;
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 0.8px;
	color: #666;
}
.page7 .logos {
    margin-top: 16px;
}
.page7 .logos a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.page7 .logos a:last-child {
    margin-right: 0;
}
.page7 .logos a img {
    max-height: 41px;
    max-width: 100%;
}
/* page8 */
.page8 {
    background-color: #143241;
}
.page8 .paint {
    position: absolute;
    right: 0;
    top: -300px;
    z-index: 1;
}
.contact_title {
   font-family: 'Didot_HTF_B42_Bold';
    font-size: 26px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin:0 0 30px;
}
.section_top {
    padding-bottom:70px;
    position: relative;
    z-index: 2;
}
.contact_content {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #ffffff;
    max-width: 520px;
    padding:0 10px;
}
.contact_content p {
    margin: 0 0 30px;
}
.contact_form {
    max-width: 520px;
    margin-bottom: 30px;
    margin-left: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1px;
}
.thanks_message {
    display:none;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1px;
    max-width:470px;
    margin-left: 100px;
    color: #ffffff;
}
.contact_form form p {
    margin-bottom: 40px;
    font-family: 'Didot_HTF_B42_Bold_Italic';
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1px;
}

/* footer */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index:2;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #ffffff;
}
.footer_logo {
    text-align:center;
}
.footer_logo img {
    max-width:100%;
    height:auto;
}
.footer_content {
    border-top:1px solid #1e3e50;
    padding: 23px 0 23px;
}
.footer_phones {
    padding-top: 22px;
}
.location_phone {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.privacy_link {
    display: inline;
}
.privacy_link a{
    margin-right:5%;
}
#footer a {
    display: inline-block;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    padding-bottom: 2px;
}
#footer a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#footer a:hover:before {
    width: 100%;
}
#footer a:hover {
    text-decoration:none;
}
.copyright {
    text-align:right;
    padding-top: 22px;
}

.modal-dialog {
    width:95%;
    max-width:770px;
    background-color: #121421;
    border: solid 6px #4d4e58;
    color:#fff;
    padding: 107px 54px 100px;
    margin: 70px auto 10px;
}
.modal-backdrop {
    background-color: #121421;
}
.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.modal_title {
    text-transform:uppercase;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin:0 0 20px;
}
.modal_form{
    margin: 50px 0 0;
}
.modal_form .row > div:nth-child(2n+1) {
    clear:both;
}
.modal_form .form-group {
    margin-bottom: 39px;
}
.checkbox_title {
    margin: 10px 0 0;
}
.checkbox {
    margin-top: 0;
    margin-bottom: 15px;
}
.checkbox input {
    position:absolute;
    opacity:0;
}
.checkbox label {
    position:relative;
    padding-left:36px;
    font-size: 18px;
    letter-spacing: 1.6px;
}
.checkbox label:before {
    content:"";
    width: 22px;
    height: 22px;
    border: solid 1px #707279;
    position:absolute;
    top:6px;
    left:0;
    z-index:1;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
}
.checkbox input:checked + label:before {
    background-image:url(img/tick.svg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:70%
}
.select_title {
    float:left;
    width:30%;
}
.select_name {
    float:right;
    width:65%;
}

#cookie-banner-inner {
    width: 100%!important;
    max-width: 850px;
	padding: 10px 0 5px!important;
    overflow: hidden;
}
#cookie-banner {
    background-color: rgba(55, 99, 109, 0.9)!important;
}
#cookie-banner-copy p {
    font-size: 9px!important;
    text-transform: lowercase!important;
    color: #b8a170!important;
    margin: 0 0 4px!important;
    line-height: 12px;
	font-style: italic;
    letter-spacing: 1px;
}
#cookie-banner-right a {
    padding: 0!important;
    background-color: transparent!important;
    color: #c5ab77!important;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    text-transform: lowercase;
    transition: all 0.3s;
}
#cookie-banner-right a:hover {
    color: #e3d2b0!important;
}
#cookie-banner-title {
    font-style: italic;
    color: #b8a170!important;
    font-size: 16px!important;
    text-transform: lowercase;
	margin: 5px 0 0!important;
	padding:0 10px;
	width: 17%!important;
}
#cookie-banner-copy {
    width: 55%!important;
	margin: 0!important;
}
#cookie-banner-right p {
    display: none!important;
}
#cookie-banner-copy p a {
    color: #b8a170!important;
    text-decoration: none!important;
}
#cookie-banner-right {
    border-left:0!important;
	width: 22%!important;
}
.player__button {
  background:none;
  border:0;
  line-height:1;
  color:white;
  text-align: center;
  outline:0;
  padding: 0;
  cursor:pointer;
  width:25px;
  display: inline-block;
    vertical-align: middle;
}
.player__slider{
    display: inline-block !important;
    vertical-align: middle;
    width: 60px !important;
}
.player__button:focus {
  border-color: #ffc600;
}
.player__slider {
  width:10px;
  height:29px;
}
.player__controls {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	transition:all .3s;
	background: transparent;
	color: #fff;
	z-index: 2147483648; 
}

.player:hover .progress {
	height:5px;
}

.player__controls .current{
	font-size: 14px;
	display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 15px 0 5px;
    width: 80px;
}
.progress {
	position: relative;
	height:5px;
	transition:height 0.3s;
	background:rgba(255,255,255,0.3);
	cursor:ew-resize;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 250px);
}

.current,
.duration,
.fullscreen-btn {
  max-width: 30px;
  color: #fff;
  font-size: 10px;
  margin: auto 0;
  padding: 0 7px;
}

.fullscreen-btn {
  color: transparent;
  margin: auto 6px;
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  display: inline-block;
  position: relative;
    vertical-align: middle;
	width: 20px;
    height: 20px;
}
.fullscreen-btn:before{
	width: 20px;
	height: 20px;
	background: url(img/full-screen.svg) top center no-repeat;
	background-size: cover;
	content:"";
	position: absolute;
    top: 0;
    left: 0;
}
.volume_icon {
    display: inline-block;
    width: 21px;
    height: 16px;
	position: relative;
    vertical-align: middle;
}
.volume_icon:before{
	width: 21px;
	height: 16px;
	background: url(img/speeker.svg) top center no-repeat;
	background-size: cover;
	content:"";
	position: absolute;
    top: 0;
    left: 0;
}
.progress__filled {
  width:50%;
  background: #d2b47d;
  height: 5px;
}

.progress__filled .current {
  position: absolute;
  right: 0;
  top: -10px;
}

/* unholy css to style input type="range" */

video::-webkit-media-controls {
  display:none !important;
}

input[type=range] {
  -webkit-appearance: none;
  background:transparent;
  width: 100%;
  margin: 0 15px 0 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
input[type=range]::-webkit-slider-thumb {
  height: 5px;
  width: 10px;
  border-radius: 0;
   background-color: #d2b47d;
  cursor: pointer;
  -webkit-appearance: none;
 
}
input[type=range]:focus::-wefbkit-slider-runnable-track {
  background: #d2b47d;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5;
  cursor: pointer;
   background-color: #d2b47d;
  border-radius: 0;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  height: 5px;
  width: 10px;
  border-radius: 0;
  background: #d2b47d;
  cursor: pointer;
}

.fp-viewing-page4 .main_menu li a {
    color: #000;
}
.video_play {
    position: absolute;
    z-index: 10;
    display: block;
    background: transparent;
    border-radius: 50%;
    border: none;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 0 0 12px;
}
.video_play:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
    width: 138px;
    height: 138px;
	background-color: rgba(18, 20, 33, 0.2);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	-moz-animation: pulse-border 1500ms ease-out infinite;
	-o-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.white_play_btn.video_play:before{
	background-color: #fff;
}
.video_play:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 138px;
	height: 138px;
    background-color: rgba(18, 20, 33, 0.5);
	border-radius: 50%;
	transition: all 200ms;
}
.white_play_btn.video_play:after{
	background-color: #fff;
}
.video_play:hover:after {
	background-color: darken(#fa183d, 10%);
}

.video_play img {
	position: relative;
	z-index: 3;
    width: 46px!important;
    height: 51px!important;
}

.video_play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 51px solid #fff;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}
.video_play.white_play_btn span{
	border-left: 20px solid #a4a4a4;
}

@-webkit-keyframes pulse-border {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes pulse-border {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes pulse-border {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#fp-nav {
    position: fixed;
    z-index: 10;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .6s .8s;
    -moz-transition: all .6s .8s;
    -ms-transition: all .6s .8s;
    -o-transition: all .6s .8s;
    transition: all .6s .8s;
}
#fp-nav.right {
    right: 30px;
}
.loading #fp-nav.right {
    right: -50px;
}
.moving #fp-nav.right {
    opacity: 0;
    -webkit-transition:  none;
    -moz-transition:  none;
    -ms-transition:  none;
    -o-transition:  none;
    transition:  none;
}
#fp-nav.left {
    left: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 10px;
    margin: 0 0 3px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 7px;
    width: 7px;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 3px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.fp-viewing-page2 #fp-nav ul li a span,
.fp-viewing-page2 .fp-slidesNav ul li a span{
	background:#143241;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
	width: 7px;
    height: 7px;
    margin: -4px 0 0 -4px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.mediaplayer {
    width: 100%;
    height: 100%;
}
.video_screen.media-fullscreen {
    transform: translateX(0)!important;
}
[data-playersizes~=xs]>.jme-controlbar .progress-container {
	width:100%;
}
[data-playersizes~=xs]>.jme-controlbar .time-slider {
    top: 13px;
}
[data-playersize=xx-small]>.jme-controlbar .duration-display, [data-playersize=xx-small]>.jme-controlbar .volume-container {
	display:table-cell;
}
.currenttime-container {
	display:none!important;
}
.videoBlockScreen .duration-container {
	padding:0 10px;
}
.jme-controlbar .progress-container {
	position: relative;
}
.mediaplayer .ws-range-progress {
    margin-top: 0!important;
	background-color: #d2b47d;
}
.mediaplayer .time-slider .ws-range-thumb {
    width: 2px;
    margin-left: 0!important;
	height: 15px;
    margin-top: -5px!important;
}
.mediaplayer .volume-container .ws-range-thumb {
    display:none;
}
.mediaplayer>.jme-controlbar {
    background: none;
	z-index: 999999;
}
.currenttime-container {
	display:none;
}
.mediaplayer .media-range {
    height: 5px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1500px) {
    .container {
        width: 100%;
        max-width:80%
    }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
    .section_title {
        line-height: 1.2;
        margin-bottom: 15px;
    }
	.collage img:nth-child(2) {
		top: 88%;
	}
	.collage img:nth-child(3) {
		left: 12.5%;
		top: 30%;
		width: 75%;
	}
	.collage img:nth-child(4) {
		width: 42%;
	}
	.collage img:nth-child(5) {
		width: 37%;
	}
	.contact_content {
		font-size: 16px;
	}
	.form-group {
		margin-bottom: 30px;
	}
    .craft_title {
        margin: 8% 0 15px;
    }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
	.craft_title:before {
		height: 260px;
	}
	.page7 .btn_wrap {
		margin-top: 20px;
	}
    body {
        line-height: 1.5;
    }
}
@media screen and (min-width: 1200px) and (max-height: 650px) {
    p {
        margin: 0 0 10px;
    }
    .craft_title {
        margin: 4% 0 10px;
        font-size: 36px;
    }
    .section_title {
        font-size: 36px;
        margin-bottom: 10px;
    }
	.craft_title:before {
		height: 255px;
	}
	.content_box {
		max-width: 550px;
	}
}
@media (max-width: 1249px) {
    .footer_phones {
        padding-top: 13px;
        text-align: center;
    }
    .copyright {
        padding-top: 13px;
    }
    .location_phone {
        margin-right: 20px;
    }
}
@media (max-width: 1199px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    .craft_title,
    .section_title {
        font-size: 32px;
        letter-spacing: 1.5px;
        margin-bottom: 25px;
    }
    .thanks_message,
    .contact_form {
        margin-left: 0;
    }
    .main_menu {
        opacity: 1;
    }
    .moving #header {
        opacity: 0;
    }
}
@media (max-width: 991px) {
    .page1 {
        background-image:url(img/header-mobile.jpg);
        background-position: 50%;
    }
    .page7 {
        background: #28282a;
    }
    .page7:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 50%;
        background-image:url(img/block-4-mobile.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .page7 .craft_title {
        margin-top: 0;
    }
    .page7 .content_box {
        margin-bottom: 60%;
    }
    .page6 .content_box {
        padding-top: 0;
        margin-bottom: 60%;
    }
    .page5:after {
        width: 100%;
        height: 50%;
    }
    .header_logo {
        margin-top: 80%;
    }
    .content_box {
        margin: 0 auto;
    }
    .content_wrap {
        max-width:450px;
        margin:0 auto;
    }
    .collage {
        top: auto;
        width: 100%;
        height: 45%;
        bottom: 0;
    }
    .page3 .content_wrap {
        margin-bottom:60%;
    }
    .page4 .vert_text {
        height: 50%;
        right:0;
        margin-right: 0;
    }
    .page4:after {
        width: 100%;
        height: 50%;
    }
    .craft_title {
        margin: 70% 0 40px;
    }
    .page6 .brush {
        display:none;
    }
    .page6 .lines {
        top: 40%;
        max-width: 70%;
    }
    .page6 .pencil {
        top: 45%;
        max-width: 45%;
    }
    .page7 .content_wrap {
        margin-top: 40%;
    }
    .contact_content {
        line-height: 1.5;
        padding: 0;
        margin: 0 auto 60px;
    }
    .thanks_message, .contact_form {
        margin: 0 auto;
        max-width: 520px;
    }
    .contact_title {
        line-height: 1.1;
        margin: 0 0 20px;
    }
    .location_phone {
        width: 100%;
        margin-right: 0;
    }
    .footer_phones {
        padding-top: 0;
    }
    .privacy_link {
        margin-left: 0;
        vertical-align: top;
        margin-top: 20px;
    }
	.privacy_link a {
		margin: 0 3%;
	}
	#cookie-banner-right,
	#cookie-banner-title {
		width: 50%!important;
		float: left!important;
	}
	#cookie-banner {
		max-height: 65px;
	}
	#cookie-banner-copy {
		display: none;
	}
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        /* line-height: 1.9; */
        letter-spacing: 1px;
    }
    #header {
        text-align: center;
        margin-top: 0;
        padding: 20px 0;
    }
    .main_menu_wrap {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(20, 50, 65, 0.9);
        margin: 0;
        height: 100vh;
    }
    .main_menu {
        margin: 0;
        font-size: 30px;
        line-height: 1;
        padding: 20% 0;
    }
    .main_menu li {
        display: block;
    }
    .main_menu li + li {
        margin-left: 0;
    }
    .main_menu li a {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .page1Header {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .page_subtitle {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .scroll_btn {
        display:none;
    }
    .section {
        min-height: 0;
    }
    #fullpage {
        overflow: hidden;
    }
    .brush {
        left: 39%;
        width: 19%;
    }
    .brush img {
        max-width:100%;
        height:auto;
    }
    .brush .brush2 {
        bottom: -18%;
        left: 32px;
    }
    .quote_text {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1.3px;
        max-width: 85%;
        margin: 28px auto 10px;
    }
    .page1 .container,
    .page1 .container .row,
    .page1 .container .row > div {
        height:100%;
    }
    .header_logo {
        margin: 0 auto;
        max-width: 100%;
        position:absolute;
        z-index:3;
        left:0;
        bottom:30px;
    }
    .header_logo img {
        max-width: 60%;
    }
    .page2 .quotes {
        font-size: 75px;
        height: 30px;
    }
    .page2 {
        padding: 135px 0 80px;
    }
    .page2 .signature {
        max-width: 63%;
    }
    .page3 {
        padding: 85px 0 300px;
    }
    .page3 .content_wrap {
        margin-bottom: 90px;
    }
    .page3 .page3_paint {
        max-width: 28%;
        height: auto;
    }
    .collage {
        height: 300px;
        bottom: 0;
    }
    .section_title {
        font-size: 20px;
        letter-spacing: 0.8px;
        margin-bottom: 13px;
        line-height: 1.54;
    }
    .collage img {
        height:auto;
    }
    .collage > img:nth-child(1) {
        right: -15px;
        top: 0;
        width: 50%;
    }
    .collage > img:nth-child(2) {
        top: 74%;
        left: 4%;
        width: 89%;
    }
    .collage > img:nth-child(3) {
        left: 5.5%;
        top: 18%;
        width: 95%;
    }
    .collage > img:nth-child(4) {
        left: 3%;
        top: 54%;
        width: 41%;
    }
    .collage > img:nth-child(6) {
        top: 88.5%;
        width: 12%;
    }
    .collage > img:nth-child(5) {
        top: 48.5%;
        right: -10px;
        width: 33%;
    }
    .page4 {
        padding: 0 0 300px;
    }
    .page4 .content_box {
        margin-bottom: 40px;
    }
    .page4:after {
        height: 300px;
        top: auto;
        bottom: 0;
    }
    .craft_title {
        margin: 40px 0 20px;
        font-size: 21px;
        max-width: 240px;
    }
    .craft_title:before {
        width: 341px;
        height: 199px;
        top: -65px;
        left: -68px;
    }
    .page5 {
        padding: 0 0 300px;
    }
    .page5 .content_box {
        margin-bottom: 40px;
    }
    .page6 {
        padding: 40px 0 300px;
    }
    .page6 .content_box {
        margin-bottom: 40px;
    }
    .page6 .lines {
        top: 44%;
        max-width: 85%;
    }
    .page6 .pencil {
        top: 47.5%;
        max-width: 49%;
        right: 24px;
    }
    .page7 {
        padding: 50px 0 300px;
    }
    .page7 .content_box {
        margin-bottom: 40px;
    }
    .page7:after {
        top: auto;
        bottom: 0;
        height: 300px;
    }
    .page7 .caps {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .page7 .notes {
        display:none;
    }
    .page7 .btn_wrap {
        margin-top: 9px;
        padding-left: 0;
    }
    .btn {
        min-width: 223px;
        width: 100%;
        height: auto;
        font-size: 14px;
        letter-spacing: 1.2px;
        padding: 13px 10px;
    }
    .page7 .btn_wrap span {
        margin-top: 6px;
        font-size: 8px;
        letter-spacing: 1px;
    }
    .page7 .logos {
        margin-top: 19px;
    }
    .page7 .logos a {
        margin-right: 13px;
        width: 22%;
    }
	.page8 .paint {
		top: -100px;
		width: 80%;
	}
    .page8 {
        padding: 80px 0 37px;
    }
    .contact_title {
        font-size: 16px;
    }
    .contact_content p {
        margin: 0 0 20px;
    }
    .contact_content {
        /* line-height: 1.9; */
        margin: 0 auto 48px;
        font-size: 14px;
    }
    .thanks_message, .contact_form {
        font-size: 14px;
    }
    .contact_form form p {
        margin-bottom: 25px;
    }
    .form-control {
        font-size: 16px;
        letter-spacing: 1.4px;
        height: 35px;
    }
    textarea.form-control {
        min-height: 60px;
    }
    .material_form .input-block.floating-field {
        height: 35px;
    }
    .material_form .input-block label {
        height: 14px;
        font-size: 16px;
        line-height: 1;
    }
    .material_form .input-block.has-value label,
    .material_form .input-block.focus label {
        font-size: 12px;
    }
	.select-block {
		max-height: 35px;
	}
    .select-block .active-list {
        height: 35px;
        letter-spacing: 1.4px;
        line-height: 2;
    }
    .select-block .custom-select .list-field {
        height: 35px;
    }
    .select-block label {
        font-size: 14px;
        line-height: 1;
    }
    .select-block .custom-select {
        height: 35px;
    }
    .select-block.focus .active-list, .select-block.added .active-list {
        font-size: 16px;
    }
    .select-block:after {
        font-size: 7px;
        margin-top: -4px;
    }
    .drop-down-list {
        font-size: 14px;
    }
    .drop-down-list li {
        padding: 8px 10px;
    }
    .close_btn {
        width: 25px;
        height: 25px;
        top: -50px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .section_top {
        padding-bottom: 55px;
    }
    #footer {
        position: relative;
        font-size: 9px;
    }
    .footer_logo img {
        max-width: 50%;
    }
    .footer_content {
        padding: 17px 0 23px;
    }
    .footer_phones {
        padding-top: 17px;
    }
    .location_phone {
        width: 49%;
        float: none;
        margin-bottom: 10px;
    }
    #footer .privacy_link {
        margin-top: 13px;
        display: block;
    }
    .copyright {
        text-align: center;
        padding-top: 10px;
    }
    .modal-dialog {
        padding: 40px 15px 50px;
        margin: 70px auto 20px;
        max-width: 480px;
    }
    .modal_form {
        margin: 30px 0 0;
    }
    .modal_form .form-group {
        margin-bottom: 25px;
    }
    .modal_title {
        font-size: 22px;
    }
    .dropdown > button {
        font-size: 11px;
        letter-spacing: 1.4px;
        padding-bottom: 10px;
        height: 32px;
    }
    .dropdown-menu {
        font-size: 11px;
    }
    .dropdown-menu li {
        padding: 8px 10px;
    }
    .dropdown > button .caret {
        top: 9px;
    }
    .checkbox_title {
        margin: 10px 0 5px;
    }
    .checkbox label {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .checkbox label:before {
        width: 18px;
        height: 18px;
        top: 2px;
        line-height: 18px;
    }
    .music_controll {
        display:none;
    }
    [data-aos-delay] {
        -moz-transition-delay:0s !important;
        -o-transition-delay:0s !important;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s!important;
    }
	.video_screen,
	#videoFirstScreen,
	#preloaderVideo {
		height: 100%;
        display: none;
	}
	.videoBlockScreen {
		position: fixed;
		background-color: #0f0f0f;
	}
	.Video2Played {
		overflow:hidden;
	}
	.videoBlockScreen .video_screen {
		max-width: 100%;
	}
	.video_close {
		width: 20px;
		height: 20px;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
    .page1 {
        background-image: url(img/page1-bg.jpg);
    }
    .header_logo {
        margin: 28% auto 26px;
        max-width: 30%;
    }
    .brush {
        left: 45%;
        width: 10%;
    }
    .page2 {
        padding: 60px 0 40px;
    }
    .page3 {
        padding: 85px 0 200px;
    }
    .page4 {
        padding-bottom: 80px;
    }
    .craft_title {
        margin: -58px 7px 85%;
    }
    .page5 {
        padding: 50px 0 25px;
        background-position: 50% 40%;
    }
    .page6 {
        padding: 80px 0 50px;
    }
    .page7 {
        padding: 90px 0 69px;
    }
    .page8 {
        padding: 70px 0 37px;
    }
    .location_phone {
        width: 32%;
    }
	.video_close {
		top: 20px;
	}
}