/*
Theme Name: Project Melody
Theme URI: https://wordpress.org/themes/projectmelody/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Project Melody brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: projectmelody
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-family: 'Exo 2', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 600;
***************************************************************************************************
****COLORS*****
A 	: 	#5e593c
B 	: 	#89856b
C 	:	#fff
D 	: 	#1d1d1f
***************************************************************************************************
Responsive media tags:
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/
::selection { background:#00b6f9; color:#FFF }
::-moz-selection {background:#00b6f9; color:#FFF}


body {
	margin:0;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:normal;
	color:#272727;
	overflow:hidden;
	width:100%;
}
.text-small{
	font-size: 1rem;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


a{color:#272727;}
a:hover,a:focus{color:#272727;text-decoration:none;}
h1,h2,h3{font-family: 'Oswald', sans-serif;}
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
.fs30 { font-size: 30px !important; }
.subheading{color: #fff; text-align: center;}
.ff-oswald{font-family: 'Oswald', sans-serif;}
.text-primary{color:#00b6f9 !important;}
.bg-color{background: rgba(39, 39, 39, 0.6)}
.bg-dark{background:#272727 !important;}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {background-color:#00b6f9;  border-color:#00b6f9;box-shadow:0 0 0 0.2rem rgba(0, 182, 249, 0.25);}
.btn-primary{background:#00b6f9;border-color:#00b6f9;color:#fff;}
.btn-primary:hover,.btn-primary:focus{background:#00b6f9;border-color:#fff;color:#272727;box-shadow:none;}
.btn-primary:focus, .btn-primary.focus { box-shadow:0 0 0 0.2rem rgba(0, 182, 249, 0.25);}

.border-primary{border-color: #272727 !important;}
.btn-default{background:transparent;border:1px solid #272727;color:#272727;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
.btn-default:hover,.btn-default:focus{background:rgba(14,14,14,0.95);color:#fff;}
.btn-default.white{font-size:16px;background:transparent;border:1px solid #fff;color:#fff;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
.btn-default.white:hover,.btn-default.white:focus{background:rgba(0,0,0,0.75);color:#fff;}


.form-control{color:#1c1c1c;background:#ececec;}  
.form-control:focus{outline:none;background:#ececec;}
.custom-control-input:checked~.custom-control-label::before{background: #272727;border-color:#272727;}
.btn-primary,.btn-default{transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-ms-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;}
.full-width{max-width:1600px;}


.loader{position:fixed;top:0;right:0;left:0;height:100vh;z-index:100;overflow:hidden;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition:z-index 0s 1.6s,height 0s 1.6s;transition:z-index 0s 1.6s,height 0s 1.6s;}

.loader_overlay{position:absolute;top:-2px;bottom:-2px;right:0;left:0;overflow:hidden;-webkit-transition:-webkit-transform .8s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .8s cubic-bezier(.645,.045,.355,1);transition:transform .8s cubic-bezier(.645,.045,.355,1);transition:transform .8s cubic-bezier(.645,.045,.355,1),-webkit-transform .8s cubic-bezier(.645,.045,.355,1);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}
.loader_overlay.black{background-color:#272727;color:#fff;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}
.loader_image{width:280px;height:280px; position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .8s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .8s cubic-bezier(.645,.045,.355,1);transition:transform .8s cubic-bezier(.645,.045,.355,1);transition:transform .8s cubic-bezier(.645,.045,.355,1),-webkit-transform .8s cubic-bezier(.645,.045,.355,1)}

/*
.is-loaded .loader_overlay.black{-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top} */

.is-loaded .loader_overlay.black{-webkit-transition-delay:.6s;transition-delay:.6s;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}


.is-loaded.end .loader{z-index:-1;}
.is-loaded.end .loader_overlay.black{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}




.lines{position:fixed;top:0;left:0;bottom:0;right:0;z-index:8;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.215,.61,.355,1);-webkit-transition:opacity .3s cubic-bezier(.215,.61,.355,1);}
.is-dom-loaded .lines{opacity: 1;}
.col__line{height:100%;position:relative;}
.col__line::after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #797979;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0.2;
}
.col__line-hr{position:absolute;top:50%;left:0;width:100%;height:1px;background:#797979;opacity: 0.2;}

.header{position:fixed;top:0;left:0;right:0;z-index:4;}
.logo{display:block;margin:0 auto;width:100px;height:130px;opacity:0;transition:all .3s ease 2s;-webkit-transition:all .3s ease 2s;-moz-transition:all .3s ease 2s;-ms-transition:all .3s ease 2s;}
.logo img{width:100%;height:100%}
.logo.dark img{filter:invert(1);-webkit-filter:invert(1);}
.is-active.logo{opacity:1;}
.phonecall{width:8.3333%;position:fixed;top:0;right:0;z-index:9;}
.phonecall::before{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;content:'';background:#fff;-webkit-transform: scaleY(0);    -ms-transform: scaleY(0);    transform: scaleY(0); -webkit-transform: translateY(-100%);    -ms-transform: translateY(-100%);    transform: translateY(-100%);
-webkit-transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1);    transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1); transition: transform .4s cubic-bezier(.215,.61,.355,1);    transition: transform .4s cubic-bezier(.215,.61,.355,1),-webkit-transform .4s cubic-bezier(.215,.61,.355,1);}
.phonecall__item--icon{margin:10px;color:#fff;}
.phonecall__item,.phonecall__item--more{padding:10px;}
.phonecall__item,.phonecall__item a,.phonecall__item--more, .phonecall__item--more a{font-family: 'Oswald', sans-serif;font-size:.9375rem;color:#fff;text-transform:uppercase;line-height:1.1;}
.phonecall__item--more{opacity:0;-webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),color .3s cubic-bezier(.215,.61,.355,1); transition: opacity .3s cubic-bezier(.215,.61,.355,1),color .3s cubic-bezier(.215,.61,.355,1);}
.phonecall__item--more, .phonecall__item--more a{color:#272727;}
.phonecall:hover::before{transform: scaleY(1);-webkit-transform: scaleY(1); -ms-transform: scaleY(1);-webkit-transform: translateY(0);    -ms-transform: translateY(0); transform: translateY(0);}
.phonecall:hover .phonecall__item--icon, .phonecall:hover .phonecall__item,.phonecall:hover .phonecall__item a{color:#272727;}
.phonecall:hover .phonecall__item--more{opacity:1;}

.sidebar{position: fixed; top: 0; bottom: 0; left: 0; z-index: 9;}
.sidebar__text{position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    text-align: center;
    width: auto;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: translate(-150%,-50%) rotate(-90deg);
    -ms-transform: translate(-150%,-50%) rotate(-90deg);
    transform: translate(-150%,-50%) rotate(-90deg);
    -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);}

.sidebar__socials{ margin:0;padding:0;position:absolute;bottom: 0; left: 0;padding-bottom:1.2rem;list-style:none;}
.sidebar__socials--item{display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);}
.sidebar__socials--item:nth-child(1){transition-delay:1.28s;-webkit-transition-delay:1.28s;}
.sidebar__socials--item:nth-child(2){transition-delay:1.36s;-webkit-transition-delay:1.36s;}
.sidebar__socials--item:nth-child(3){transition-delay:1.44s;-webkit-transition-delay:1.44s;}
.sidebar__socials--item:nth-child(4){transition-delay:1.52s;-webkit-transition-delay:1.52s;}
.sidebar__socials--item a{color:#fff;padding:10px 50px;display:block;position:relative;overflow:hidden;}

.btn-menu{ border:1px solid #ccc;background:#fff; color:#272727;	width:60px;	height:60px; margin-top:-30px; top:50%; right:calc(8.333% - 30px); position:fixed; transform:translateY(-50%);  transform:rotate(360deg); transform:scale(0); z-index:9;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);}

.is-dom-loaded .btn-menu{transform:rotate(0deg);transform: scale(1);}
.is-dom-loaded .btn-menu:hover,.is-dom-loaded .btn-menu:focus{transform:rotate(0deg);transform: scale(0.8);}
.burger{position:absolute;width:30px;height:2px; background:#272727;top: 50%;left: 50%;-webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); transition:all .25s ease;}
.burger::before,.burger::after{position:absolute;content:'';width:100%;height:2px;background:#272727;left: 50%; transition:transform .25s ease;}
.burger::before{-webkit-transform: translate3d(-50%,-7px,0);transform: translate3d(-50%,-7px,0);}
.burger::after{-webkit-transform: translate3d(-50%,7px,0);transform: translate3d(-50%,7px,0);}
.is-active .burger{background:transparent;}
.is-active .burger::before{-webkit-transform: translate3d(-50%,-1px,0) rotate(-45deg);transform: translate3d(-50%,-1px,0) rotate(-45deg);}
.is-active .burger::after{-webkit-transform: translate3d(-50%,-1px,0) rotate(45deg);transform: translate3d(-50%,-1px,0) rotate(45deg);}

.menu-inner-box{background:#272727;height:0;position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;overflow:hidden;}
.is-menu-open .menu-inner-box{height:100%;z-index:8;}
.navbar-nav{overflow:hidden;}
.nav-item{-webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%);-webkit-transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1); transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1); transition: transform .4s cubic-bezier(.215,.61,.355,1); transition: transform .4s cubic-bezier(.215,.61,.355,1),-webkit-transform .4s cubic-bezier(.215,.61,.355,1);}
.nav-item:nth-child(1){transition-delay:.05s;-webkit-transition-delay:.05s;}
.nav-item:nth-child(2){transition-delay:.10s;-webkit-transition-delay:.20s;}
.nav-item:nth-child(3){transition-delay:.15s;-webkit-transition-delay:.15s;}
.nav-item:nth-child(4){transition-delay:.20s;-webkit-transition-delay:.20s;}
.nav-item:nth-child(5){transition-delay:.25s;-webkit-transition-delay:.25s;}
.nav-item:nth-child(6){transition-delay:.30s;-webkit-transition-delay:.30s;}
.nav-item:nth-child(7){transition-delay:.35s;-webkit-transition-delay:.35s;}
.nav-item:nth-child(8){transition-delay:.40s;-webkit-transition-delay:.40s;}

.is-link-open .nav-item { -webkit-transform: none; -ms-transform: none; transform: none;}
.nav-link{font-family: 'Oswald', sans-serif;font-size:2rem;color:#fff;text-transform:uppercase;line-height:1.1}
.nav-link:hover,.nav-link:focus{color:#fff;}
.nav-item .dropdown-menu{
	background: transparent;
    border: none;
    padding-left: 30px;
}
.nav-item .dropdown-menu li a{
	font-family: 'Oswald', sans-serif;font-size:2rem;color:#fff;text-transform:uppercase;
}

.nav-link:hover,.nav-link.active{color:#fff;text-decoration:underline;}
.videoSection{height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;z-index:2;}

.videoTitle {overflow:hidden;position:absolute;top:50%; left:0;right:0; z-index:3;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.videoTitle__heading{font-family: 'Oswald', sans-serif;font-size:6.625rem;color:#fff;text-transform:uppercase;line-height:1;}
.videoTitle__line{display: block;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    transition: transform .8s cubic-bezier(.215,.61,.355,1);
    transition: transform .8s cubic-bezier(.215,.61,.355,1),-webkit-transform .8s cubic-bezier(.215,.61,.355,1);}
.videoTitle__line:nth-child(1){transition-delay:1.28s;-webkit-transition-delay:1.28s;}
.videoTitle__line:nth-child(2){transition-delay:1.36s;-webkit-transition-delay:1.36s;}
.videoTitle__line:nth-child(3){transition-delay:1.44s;-webkit-transition-delay:1.44s;}
.videoTitle__line:nth-child(4){transition-delay:1.52s;-webkit-transition-delay:1.52s;}
@-webkit-keyframes header-line{0%{-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scaleY(0);transform:scaleY(0)}24%{-webkit-transform-origin:center top;transform-origin:center top}25%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom}100%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}
@keyframes header-line{0%{-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scaleY(0);transform:scaleY(0)}24%{-webkit-transform-origin:center top;transform-origin:center top}25%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom}100%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}
.header-page_line{position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 1px;
    background-color: #fff;}
@media (min-width:767px){
	.header-page_line{height:60px;-webkit-animation:header-line 2.6s infinite;animation:header-line 2.6s infinite}
}
.is-dom-loaded .sidebar__text{
    -webkit-transform: translate(-30%,-50%) rotate(-90deg);
    -ms-transform: translate(-30%,-50%) rotate(-90deg);
    transform: translate(-30%,-50%) rotate(-90deg);
    -webkit-transition-delay: 0s,1s,1s;
	transition-delay: 0s,1s,1s;
}
.is-dom-loaded .sidebar__socials--item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.is-visible .videoTitle__line {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.cornice__bg-overlay{position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
	visibility:hidden;}

.is-animating.cornice__bg-overlay,
.end.cornice__bg-overlay{
	visibility:visible;
}
.cornice-overlay{
    z-index: 3;
    background-color: #272727;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .4s cubic-bezier(.645,.045,.355,1);
    transition: transform .4s cubic-bezier(.645,.045,.355,1);
    transition: transform .4s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s cubic-bezier(.645,.045,.355,1);}
.cornice-overlay:nth-child(1), 
.cornice-overlay:nth-child(2), 
.cornice-overlay:nth-child(3), 
.cornice-overlay:nth-child(4) {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.is-animating .cornice-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.is-animating.end .cornice-overlay {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
     transform: scaleX(0); 
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.section-scroll{
	display: block;
    position: relative;
	overflow:hidden;
	height:100vh;
}
.scroll-content {
    overflow: visible;
    height: 100%;
	width: 100%;
}
.slideshow{
	position: relative;
    z-index: 1;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.section{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;visibility:hidden;-webkit-transition:visibility .1s;transition: visibility .1s;}
.is-visible.section{visibility:visible;}

.section__background-full{overflow:hidden;position:fixed;top:0;left:0;bottom:0;right:0;z-index:0;background-position:center center; background-repeat:no-repeat;background-size:cover;-webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .8s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s cubic-bezier(.645,.045,.355,1),-webkit-transform .8s cubic-bezier(.645,.045,.355,1);}
.is-visible .section__background-full{
	-webkit-transition-delay: 85ms;
    transition-delay: 85ms;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section__background-full::after{
	display:none;
	position: absolute;
	content:'';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
	width:100%;
	height:100%;
	opacity:0.2;
    background-color: #0e0e0e;
}
.section__background-image.slick-slide{
    width:100vw;
    height:100vh;
	position: relative;
	overflow: hidden;
    background-position:center center; background-repeat:no-repeat;background-size:cover;
}

.section__background-image.slick-slide p{
	text-align: left;
	display: block;
	transition: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition:unset;
    -o-transition: unset;
	margin: 0 0 1rem;
}
.section__background-image.slick-slide p:after{
	display: none;
}

.section__background-image.slick-slide .slide_text{
	font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.section-slider .slick-prev,
.section-slider .slick-next{
    width:20px;
    height:38px;
	top:auto;
	bottom:50px;
    z-index:10;
}
.section-slider .slick-prev,
.section-slider .slick-prev:hover,
.section-slider .slick-prev:focus{
	background:url(assets/images/arrow.png) top left no-repeat;
    left:10%;
}
.section-slider .slick-next,
.section-slider .slick-next:hover,
.section-slider .slick-next:focus{
	background:url(assets/images/arrow.png) bottom left no-repeat;
    right:10%;
}
.section-slider .slick-prev:before,
.section-slider .slick-next:before{
	display:none;
}

.section-slider .slick-dots {
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 0; 
    display: block;
    width: 80px; 
    padding: 0;
    z-index: 12;
    margin: 0;
    list-style: none;
    text-align: center;
}

.section-slider .slick-dots li {
    
    display: block;
   
    margin: 10px 5px;
    padding: 0;
    
}
.section-slider .slick-dots li button{
	z-index: 99;
	color: #fff;
	position: relative;
}
.section-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .3;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-slider .slick-dots li.slick-active button:before {
	background: none;
    opacity: 1;
}
.section-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: 0; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%;  }
}
.videoSection__full--video{min-height: 100%;min-width: 100%;perspective: 1000;top: 0;left: 0;bottom: 0;}
@media (min-aspect-ratio: 16/9) {
  .videoSection__full--video {
    width: 100% !important;
    height: auto !important;
  }
}


.section-container { padding-left:30px; overflow:hidden;position:absolute;top:50%; left:0;right:0; z-index:3;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
	
.top-73{
	top: 73%;
}
.section__label{font-family: 'Oswald', sans-serif;font-size:1.5rem;color:#fff;text-transform:uppercase;line-height:1;text-shadow: 0px 0px 5px rgba(0,0,0,0.6);}
.section__heading{font-family: 'Oswald', sans-serif;font-size:2.625rem;color:#fff;text-transform:uppercase;line-height:1;text-shadow: 0px 0px 15px rgba(0,0,0,0.8);}
.section__heading.center{font-size:4.625rem;text-align:center;}
.section__heading--line{display: block;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .8s cubic-bezier(.215,.61,.355,1);
    transition: transform .8s cubic-bezier(.215,.61,.355,1);
    transition: transform .8s cubic-bezier(.215,.61,.355,1),-webkit-transform .8s cubic-bezier(.215,.61,.355,1);}
.section__heading--line:nth-child(1){transition-delay:1.28s;-webkit-transition-delay:1.28s;}
.section__heading--line:nth-child(2){transition-delay:1.36s;-webkit-transition-delay:1.36s;}
.section__heading--line:nth-child(3){transition-delay:1.44s;-webkit-transition-delay:1.44s;}
.section__heading--line:nth-child(4){transition-delay:1.52s;-webkit-transition-delay:1.52s;}


.is-visible .section__heading--line {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.scrolldown{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
}
.scroll-icon{
	display: block;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 auto 20px;
    text-align: center;
    cursor:pointer;
}
.scroll-icon i{
    margin-top:10px;
}
.scroll-text{
	display:inline-block;
	font-size:12px;
	color:#fff;
	opacity:0.6;
	text-transform:uppercase;
	padding:10px 5px 20px 10px;
}
.section__label{
	-webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.55,.055,.675,.19);
    transition: -webkit-transform 1s cubic-bezier(.55,.055,.675,.19);
    transition: transform 1s cubic-bezier(.55,.055,.675,.19);
    transition: transform 1s cubic-bezier(.55,.055,.675,.19),-webkit-transform 1s cubic-bezier(.55,.055,.675,.19);
}
.section__label.section__label-text{
	margin-top:60px;
}
.contact-us {padding-left:15px;}
.contact-us h2.contact-title{
	font-size: 4rem;
}
.contact-us .section__heading{
	font-size:1.5rem;
}

.contact-us h3{
	margin-bottom: 10px;
	
}
.contact-word{
	
	margin-top:138px !important;
}
.contact-us .section__label-text{
	margin-top:20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	text-transform: lowercase;
}
.contact-us .section__label-text:last-child{
	margin-bottom: 0px;
}
.section__label.section__label-text:after{
	display:none;
}
.is-visible .section__label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.section__text{font-size:1.25rem;line-height:1.8;color:#fff;}
.section__btn{
	opacity:0;
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(120%);
    -webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
}
.is-visible .section__btn {
	opacity:1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.section__prev,.section__next{
    position: absolute;
    width:20px;
    height:38px;
    bottom:50px;
    border:none;
    font-size: 0;
    line-height: 0;
	outline: none;
	cursor: pointer;
	z-index:2;
}
.section__prev{
    background: url(assets/images/arrow.png) top left no-repeat;
    left: 10%;
}
.section__next{
    background: url(assets/images/arrow.png) bottom left no-repeat;
    right: 10%;
}
.section__controls {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    z-index: 10;
    margin: 0;
    padding: 0;
    font-family:'Oswald', sans-serif;
    font-size: 1.875rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: .05em;
	list-style:none;
	overflow:hidden;
}
.section__controls--item{
    display: block;
    position: relative;
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
.is-dom-launched .section__controls--item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.is-dom-launched .section__controls--item:nth-child(1) {
    -webkit-transition-delay: 2.18s;
    transition-delay: 2.18s;
}
.is-dom-launched .section__controls--item:nth-child(2) {
    -webkit-transition-delay: 2.26s;
    transition-delay: 2.26s;
}
.is-dom-launched .section__controls--item:nth-child(3) {
    -webkit-transition-delay: 2.34s;
    transition-delay: 2.34s;
}
.is-dom-launched .section__controls--item:nth-child(4) {
    -webkit-transition-delay: 2.42s;
    transition-delay: 2.42s;
}
.is-dom-launched .section__controls--item:nth-child(5) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.is-dom-launched .section__controls--item:nth-child(6) {
    -webkit-transition-delay: 2.58s;
    transition-delay: 2.58s;
}
.section__controls--button,.section__controls--button:focus {
    display: block;
    width: 10px;
    height: 10px;
    padding: 1.875rem 1.875rem;
	background:transparent;
	border:none;
	outline:none;
	box-shadow:none;
}
.section__controls--item-circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: border-color .3s cubic-bezier(.215,.61,.355,1);
    transition: border-color .3s cubic-bezier(.215,.61,.355,1);
}
.section__controls--item.is-active .section__controls--item-circle {
    border-color: transparent;
	background:#fff;
}
@media (min-width:1200px){
	.section__controls--item:hover .section__controls--item-circle {
		border-color: transparent;
		background:#fff;
	}
}
.section__controls--item-label {
	color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
}
.section__controls--item.is-active .section__controls--item-label{
	opacity:1;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
@media (min-width:1200px){
	
	.section__controls--item:hover .section__controls--item-label{
		opacity:1;
		-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%)
	}
}
.main-content{position: relative;background-color: #fff;}
.block-title{font-family: 'Oswald', sans-serif;font-size:6.625rem;color:#272727;text-transform:uppercase;line-height:1;}
.block-title.small{font-size:3.5rem; font-weight: 300;}
.block-title.big{font-size:6.625rem;}
.block-title--line{display: block;}
.block-title--line.underline{text-decoration:underline;}
.block-quote{font-size:2.5rem;font-weight:300;letter-spacing:2px;line-height:1.5;}
.artist-block-quote{font-size:1.75rem;font-weight:300;letter-spacing:2px;line-height:1.5;}

/* ########## Inner Page ########### */
.page-header{height:100vh;background-position:center center;background-size:cover;overflow:hidden;z-index:2;visibility:hidden;-webkit-transition:visibility .1s;transition: visibility .1s;}
.is-visible.page-header{visibility:visible;}
.page-header p{text-align:center;position:relative;display: table; margin: 0 auto;padding-bottom:5px;visibility:hidden;-webkit-transform: translate(0%,100%);-ms-transform: translate(0%,100%); transform: translate(0%,100%);transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
.page-header p::after{position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff;content:'';}
.is-visible.page-header p{visibility:visible;-webkit-transition-delay: 1.5s; transition-delay: 1.5s;}
.two-column-section{-moz-column-count:2;-webkit-column-count:2;column-count:2;}

.page-detail-banner{position:relative;background:#272727;height:100vh;background-position:center center;background-size:cover;overflow:hidden;}
.page-detail-banner .section__background-full{position:absolute;}
.page-detail-banner p{font-family:'Oswald', sans-serif;color:#fff;text-transform:uppercase;letter-spacing:.1em;}
.page-detail-banner h2{color:#fff;letter-spacing:-1px;}
.bg-overlay{position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
	visibility:hidden;}
.font-18{
	font-size: 18px;
	font-weight: 300;
}
.is-animating.bg-overlay,
.is-visible.bg-overlay{
	visibility:visible;
}
.overlay{

    z-index: 3;
    background-color: #272727;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .8s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s cubic-bezier(.645,.045,.355,1),-webkit-transform .8s cubic-bezier(.645,.045,.355,1);}
.overlay:nth-child(1), 
.overlay:nth-child(2), 
.overlay:nth-child(3), 
.overlay:nth-child(4) {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.is-animating .overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.is-visible .overlay {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
     transform: scaleX(0); 
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pm-profile-wrapper{
	padding-right:20px;
    width:100%;
    position: relative;
}
.slick-slider.profile-slider-nav{
    width:90%;
    position: absolute;
    bottom:30px;
    left:50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.slick-slider.profile-slider-nav .slick-slide{
    width:80px;
    height:80px;
    border:1px solid #272727;
    margin:5px;
}
.slick-slider.profile-slider-nav .slick-slide.slick-current{
    border-color: #ffffff;
}
.profile-slider .slick-dots{
	position:absolute;
	bottom:10px;
}
.profile-slider .slick-dots li button:before{
	 font-size: 0;
	 border:2px solid #fff;
	 border-radius:50%;
	 opacity:.5;
}
.slick-dots li.slick-active button:before{
	background:#fff;
	opacity:1;
}

.page-detail-slider-slick .slick-prev{
    z-index: 2;
    width: 20px;
    height: 38px;
	top: unset;
	bottom: 10px;
    left: 10%;
	background: url(assets/images/arrow.png) top left no-repeat;
}
.page-detail-slider-slick .slick-next{
    z-index: 2;
	right: 10%;
	width: 20px;
    height: 38px;
	top: unset;
	bottom: 10px;
	background: url(assets/images/arrow.png) bottom left no-repeat;
}

.page-detail-slider-slick .slick-prev:before{
    display: none;
	font-family: "slick";
    font-size: 50px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-detail-slider-slick .slick-next:before{
	display: none;
	font-family: "slick";
    font-size: 50px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
.next-artist-title{
	font-size: 1.75rem;
	font-weight: 300;
}
.pm-member .block-title{font-size:5rem;position:relative;/*left:-44%;top:-2.5rem;*/}
.social-link{
    width: 50px;
    height: 50px;
	margin-right: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}
.social-link:hover{
    background: #272727;
    color:#fff;
}
.list-anchor-line {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	display:table;
}
.list-anchor-line li {
    padding: 1px;
	margin:10px 0;
    position: relative;
}
.list-anchor-line li:before {
	position: absolute;
	content:'';
	left: 0;
	bottom: 2px;
	display: block;
	background:rgba(14,14,14,0.8);
	height:2px;
	width:100%;
	z-index:0;
	transition: all .25s ease-in-out;-webkit-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;
}
.list-anchor-line li:hover:before{height:100%;}
.list-anchor-line li:hover a{position: relative;color:#fff;}
.pageDetail__video__bg{width:100%;height:auto;background-color:#f2f4f6;}
.pageDetail__video-play-button{background-color:rgba(255,255,255,0.7);position: absolute;z-index: 10;  top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);display: block;width: 100px;height: 100px;  border-radius: 50%;padding: 25px 20px 25px 38px;text-align:center;cursor:pointer;}
.pageDetail__video-play-button:before {content: "";  position: absolute;z-index: 0;left: 50%;  top: 50%;  transform: translateX(-50%) translateY(-50%);  display: block;  width: 100px;height: 100px;  background: #ffffff;  border-radius: 50%;  animation: pulse-border 1500ms ease-out infinite;}
.pageDetail__video-play-button:hover:after {  background-color: darken(#dfdfdf, 10%);}
.pageDetail__video-play-button span {  display: block;  position: relative;  z-index: 3;  width: 0;  height: 0;  border-left: 32px solid #272727; border-top: 22px solid transparent;	border-bottom: 22px solid transparent;}
.summary {font-family:'Oswald', sans-serif;font-size:1.875rem;font-weight:300;letter-spacing:1px;}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.page-detail-gallery-content{position: relative;}
.page-detail-gallery-content.is-show::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.page-detail-gallery-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8px;
    background-color: #272727;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
.slick-slide{cursor: -webkit-grab;cursor: grab;}
.slick-slider-item{margin:0 30px;position:relative;}
.slick-slider-inner{position:relative;width:100%;height:650px; overflow:hidden;}

.slick-slider-inner::before {
    content: "";
    display: block;
    padding-bottom: 56%;
}
.slick-slider-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: background-color .3s cubic-bezier(.215,.61,.355,1);
    transition: background-color .3s cubic-bezier(.215,.61,.355,1);
}
.slick-slider-inner img{opacity:0;}
.contact-info  a {
    color: #272727;
    -webkit-transition: background-position cubic-bezier(.215,.61,.355,1) .2s;
    transition: background-position cubic-bezier(.215,.61,.355,1) .2s;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(28,28,28,.8)),to(rgba(28,28,28,.8)));
    background-image: linear-gradient(to bottom,rgba(28,28,28,.8) 0,rgba(28,28,28,.8) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 20px;
}
.contact-info  a:hover{
	color: #fff;
	background-position: 0 0;
}
.contact-form h4{
	position: relative;
	margin: 40px 0;
}
.contact-form .form-number {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.6875rem;
	right: 100%;
}
.contact-form .form-number:after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1.875rem;
    background-color: #272727;
    margin-left: .625rem;
}
.footer{
	font-size:14px;
	font-weight:300;
	background-color: rgb(39, 39, 39, 0.6);
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer-link a{ font-weight:300; color: #fff; display:inline-block; padding:0 10px; position: relative;}
.footer-link  a.link:after{
    position: absolute;
    content: "";
    height: 16px;
    bottom: 2px;
    width: 2px;
    background-color: #ffffff;
    right: 0;
}
.footer-link  a.link:last-child:after{
    display: none;
}
.footer-link  a.link:nth-child(3):after{
    display: none;
}
@media (min-width:1280px) {
	.container {max-width: 1280px}
}
@media(max-width:1500px){
	.sidebar__text {
		padding: 0;
	}
}
@media(max-width:1400px) {
	.section__heading {
		font-size: 4rem;
	}
}
@media(max-width:1300px) {
	.section__heading {
		font-size: 3rem;
	}
	.section__text{
		font-size: 18px;
	}
}
@media(max-width:1199px) {
	.sidebar__text {
		padding: 25px;
	}
	.is-dom-loaded .sidebar__text{
		-webkit-transform: translate(-35%,-50%) rotate(-90deg);
		-ms-transform: translate(-35%,-50%) rotate(-90deg);
		transform: translate(-35%,-50%) rotate(-90deg);
	}
	.section__heading {
		font-size: 3.625rem;
		margin-bottom:30px;;
	}
	.sidebar__socials--item a {
		padding: 10px 30px;
	}
	.section__controls{
		right:0;
	}
	.block-title {
		font-size: 4.625rem;
    }
	.block-title.big {
		font-size: 4.625rem;
    }
	.pm-member .block-title {
		font-size: 4rem;
    }
	
}
@media(max-width:991px){
    .next-artist-title {
        font-size: 1.75rem;
    }
	.navbar {
		margin-left: 25px;
    }
	.is-dom-loaded .sidebar__text{
		-webkit-transform: translate(-40%,-50%) rotate(-90deg);
		-ms-transform: translate(-40%,-50%) rotate(-90deg);
		transform: translate(-40%,-50%) rotate(-90deg);
		left: 0px;
		padding: 0;
	}
	.sidebar__socials--item a {
		padding: 10px 24px;
	}
	.two-column-section{-moz-column-count:1; -webkit-column-count:1; column-count:1;}
	.section-slider .slick-dots {
        top: 60%;
        right: -30px;
    }
}

@media(max-width:767px)  {
    a.fs-sm{
        font-size: 1.3rem;
    }
    h2.next-artist-title {
        font-size: 1.5rem;
    }

    .social-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 15px;
    }
	.is-dom-loaded .sidebar__text{
		-webkit-transform: translate(-45%,-50%) rotate(-90deg);
		-ms-transform: translate(-45%,-50%) rotate(-90deg);
		transform: translate(-45%,-50%) rotate(-90deg);
		left: 0px;
		padding: 0;
	}
	.section-slider .slick-dots {
        top: 58%;
        right: -50px;
    }
    .logo {
        padding-top: 15px;
        text-align: center;
    }
    .logo img {
        width: 80px;
        height: auto;
    }

    .navbar-nav .nav-link {
        font-size: 1.8rem;
    	padding: 5px 0;
    }
    .navbar-nav ul.sub-menu li a {
        font-size: 1.3rem;
    }

    .menu-item-has-children a:after{
        display: none;
    }
    .openNav{
        position: absolute;
        display: inline-block;
        right: 50px;
        top: -5px;
        color: #fff;
        transition: all .3s ease;
        font-size: 3rem;
    }
    .openNav:after{
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
	.loader_image{
		width:200px;
		height:200px;
	}
	.section__label{
	    font-size:1.3rem;
	}
	.section__heading {
		font-size: 2.65rem !important;
		margin-bottom:15px;
	}
	.section__text,.section__background-image.slick-slide .slide_text{
		font-size:1rem;
	}
	.sidebar__text {
		left: -32px;
    
	}
	.sidebar__socials--item a {
		padding: 10px 10px;
	}
	.section__controls{
		top:auto;
		bottom:80px;
		font-size:0.875rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.section__controls--button, 
	.section__controls--button:focus{
		padding:20px;
	}
	.block-title {
		font-size: 2.65rem;
    }
	.block-title.big {
		font-size: 2.65rem;
    }
	.pm-member .block-title {
		font-size: 2rem;
    }
	.block-title.small {
		font-size: 2.625rem;
	}
	.summary {
		font-size: 1.275rem;
	}
	.slick-slider-inner{
        height:300px;
    }

    .footer-nav li {
        width: 49%;
        text-align: left;
    }
    .footer-nav li a:after {
     display: none;
    }
}
@media(max-width:639px)  {}
@media(max-width:480px)  {
	.section__heading {
		font-size: 1.5rem !important;
		margin-bottom:10px;
	}
	.block-quote {
		font-size: 1.5rem;
	}
}
@media(max-width:359px)  {}
/*--------------------------------------------------
Splitted Text
--------------------------------------------------*/




.splitted-text {
  opacity: 0;
}
.splitted-text.active {
    opacity: 1;
}
.splitted-text .splitted-row {
    overflow: hidden;
    line-height: 1;
    margin-bottom: -10px;
}
.splitted-text .splitted-row .splitted-word {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.4;
}
.splitted-text .splitted-row .splitted-word .splitted-letter {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.section__text.splitted-text .splitted-row .splitted-word {
	opacity: 0;
	-webkit-transform: translate3d(0,45px,0);
    transform: translate3d(0,45px,0);
}
.section__text.splitted-text .splitted-row .splitted-word.viewed {
	opacity: 1;
}
.section__heading.splitted-text .splitted-row .splitted-word .splitted-letter {
	-webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
.section__heading.splitted-text .splitted-row .splitted-word {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
	overflow:visible;
}	

			
			/*
			
		 [data-scrollbar],[scrollbar],scrollbar{display:block;position:relative}[data-scrollbar] .scroll-content,[scrollbar] .scroll-content,scrollbar .scroll-content{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-scrollbar].sticky .scrollbar-track,[scrollbar].sticky .scrollbar-track,scrollbar.sticky .scrollbar-track{background:hsla(0,0%,87%,.75)}[data-scrollbar] .scrollbar-track,[scrollbar] .scrollbar-track,scrollbar .scrollbar-track{position:absolute;opacity:0;z-index:1;transition:opacity .5s ease-out,background .5s ease-out;background:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-scrollbar] .scrollbar-track.show,[data-scrollbar] .scrollbar-track:hover,[scrollbar] .scrollbar-track.show,[scrollbar] .scrollbar-track:hover,scrollbar .scrollbar-track.show,scrollbar .scrollbar-track:hover{opacity:1}[data-scrollbar] .scrollbar-track:hover,[scrollbar] .scrollbar-track:hover,scrollbar .scrollbar-track:hover{background:hsla(0,0%,87%,.75)}[data-scrollbar] .scrollbar-track-x,[scrollbar] .scrollbar-track-x,scrollbar .scrollbar-track-x{bottom:0;left:0;width:100%;height:8px}[data-scrollbar] .scrollbar-track-y,[scrollbar] .scrollbar-track-y,scrollbar .scrollbar-track-y{top:0;right:0;width:8px;height:100%}[data-scrollbar] .scrollbar-thumb,[scrollbar] .scrollbar-thumb,scrollbar .scrollbar-thumb{position:absolute;top:0;left:0;width:8px;height:8px;background:rgba(0,0,0,.5);border-radius:4px}[data-scrollbar] .overscroll-glow,[scrollbar] .overscroll-glow,scrollbar .overscroll-glow{position:absolute;top:0;left:0;width:100%;height:100%} */

/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 800;
***************************************************************************************************
****COLORS*****
A 	: 	#625c3a
B 	: 	#333333
C 	:	#fff
D 	: 	#000
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/