/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-reg-webfont.eot');
    src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-reg-webfont.woff') format('woff'),
    url('../fonts/proximanova-reg-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'proxima_bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
		url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-light-webfont.woff') format('woff'),
    url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.container { margin: 0 auto; position: relative; max-width: 1200px; width: 100%; padding: 0 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
.container-fluid { width: 100%; padding: 0 15px; }
.container-sm { width: 100%; max-width: 940px; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

img { max-width: 100%; height: auto; }
ul, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; line-height: 1em; padding: 0; }
p { line-height: 1.4em; }
a { text-decoration: none; color: #0068ff; }
input[type="text"], input[type="email"] { -webkit-appearance:none; -webkit-border-radius:0; }
strong { font-weight: normal; font-family: "proxima_bold"; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row { margin: 0 -12px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }
.row>div { padding: 0 12px; }
.row-22 { margin: 0 -22px; }
.row-22>div { padding: 0 22px; }
.row-30 { margin: 0 -30px; }
.row-30>div { padding: 0 30px; }

.col12{width:100%;float:left;}
.col11{width:91.666666666667%;float:left;}
.col10{width:83.333333333333%;float:left;}
.col9{width:75%;float:left;}
.col8{width:66.666666666667%;float:left;}
.col7{width:58.333333333333%;float:left;}
.col6{width:50%;float:left;}
.col5{width:41.666666666667%;float:left;}
.col4{width:33.333333333333%;float:left;}
.col35{width:28%;float:left;}
.col3{width:25%;float:left;}
.col25{width:20%;float:left;}
.col2{width:16.666666666667%;float:left;}
.col1{width:8.3333333333333%;float:left;}

.hidden-desktop { display: none; }

.pull-right { float: right; }
.pull-left { float: left; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { overflow-x: hidden; }
body { margin: 0; font-family: 'proxima_nova_rgregular'; overflow: hidden; color: #333333; font-size: 18px; -webkit-font-smoothing: antialiased; text-shadow: rgba(0,0,0,.01) 0 0 1px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -moz-text-size-adjust: 100%; }

.section-background-image{ background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }
.table{ display: table; width: 100%; height: 100%; }
.table-cell{ display: table-cell; width: 100%; vertical-align: middle; }

.section-bg-img-animation{ position: relative; }
.animateable-image{ z-index: 10; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.firefox .animateable-image { filter: blur(20px); }
.animateable-content{ z-index: 11; position: relative; width: 100%; height: 100%; }
.animateable-content .container{ height: 100%; }

.centervh { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.bg-video{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; }
.bg-video video{ position: absolute; top: 50%; left: 50%; min-height: 100%; min-width: 100%; width: auto; height: auto; z-index: -100; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background-position: center; background-repeat: no-repeat; background-size: cover; }
.single-services .addthis_toolbox {
    display: none;
}




/* ==========================================================================
   Header
   ========================================================================== */
#header{ position: absolute; left: 0; width: 100%; padding: 15px 0; background: rgba(0,0,0,.9); z-index: 1000; }
.home #header { padding-top: 25px; }
#header.header-transparent{ background: transparent; }
#header .logo{ text-indent: -999999px; display: block; float: left; width: 173px; height: 37px; background: url('../images/logo.svg') no-repeat center transparent; background-size: contain; }

#header .nav-menu{ float: right; }
#header .nav-menu ul{ padding: 8px 0; float: left; }
#header .nav-menu ul#menu-main-menu { position: absolute; left: 50%; text-align: center; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#header .nav-menu ul#menu-main-menu-english { position: absolute; left: 50%; text-align: center; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#header .nav-menu ul.acc-list{ margin-left: 80px; }
#header .nav-menu ul li{ float: left; }
#header .nav-menu ul li + li{ margin-left: 40px; }
#header .nav-menu ul li a{ display: block; color: #ffffff; font-size: 16px; }
#header .nav-menu ul li:hover a, #header .nav-menu ul li.current-menu-item a{ color: #9e9e9e; }
#header .nav-menu ul li.anmelden-btn { padding-left: 15px; margin-left: 15px; border-left: 1px solid rgba(255,255,255,0.5); }

#header-fixed{ border-bottom: 1px solid rgba(255,255,255,.15); position: fixed; margin-top: -68%; left: 0; width: 100%; padding: 15px 0; background: rgba(0,0,0,.9); z-index: 1000; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#header-fixed .logo{ text-indent: -999999px; display: block; float: left; width: 173px; height: 37px; background: url('../images/logo.svg') no-repeat center transparent; background-size: contain; }

#header-fixed .nav-menu{ float: right; }
#header-fixed .nav-menu ul{ padding: 8px 0; float: left; }
#header-fixed .nav-menu ul#menu-main-menu-1 { position: absolute; left: 50%; text-align: center; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#header-fixed .nav-menu ul.acc-list{ margin-left: 80px; }
#header-fixed .nav-menu ul li{ float: left; }
#header-fixed .nav-menu ul li + li{ margin-left: 40px; }
#header-fixed .nav-menu ul li a{ display: block; color: #ffffff; font-size: 16px; }
#header-fixed .nav-menu ul li:hover a, #header .nav-menu ul li.current-menu-item a{ color: #9e9e9e; }
#header-fixed .nav-menu ul li.anmelden-btn { padding-left: 15px; margin-left: 15px; border-left: 1px solid rgba(255,255,255,0.3); }

#header-fixed.fixed-top { margin-top: 0; }

#toggle-menu { display: none; }

/* ==========================================================================
   Section Hero
   ========================================================================== */
.section-hero .section-caption{ max-width: 1000px; margin: 0 auto; width: 100%; text-align: center; }
.section-hero .section-caption h3{ margin-bottom: 25px; font-size: 84px; color: #ffffff; text-align: center; }
.section-hero .section-caption a{ font-size: 24px; display: inline-block; color: #ffffff; }
.section-hero .section-caption a img{ position: relative; top: 2px; margin-left: 5px; }
.section-hero .scroll-down-btn{ position: absolute; color: #ffffff; bottom: 20px; padding-top: 60px; display: block; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); font-size: 17px; }
.section-hero .scroll-down-btn span{ opacity: .5; }
.section-hero .scroll-down-btn:before{ content: ''; display: block; width: 46px; height: 46px; background: url('../images/icon-arrow-down-circle-white.svg') no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; margin-left: -23px; }

.sections-wrapper { position: relative; background: #000000; }
.intro-section-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-attachment: scroll;}


/* ==========================================================================
   Homepage
   ========================================================================== */
.section-fh { height: 100vh; width: 100%; position: relative; overflow: hidden; }
.center-vh { transform: translate( -50% -50%); position: absolute; top: 50%; left: 50%; }
.pad-130 { padding: 130px 0; }

.big-text h3{ font-size: 60px; color: #ffffff; margin-bottom: 45px; }
.big-text p{ font-size: 18px; color: #ffffff; line-height: 1.6; }
.big-text>p:nth-of-type(1) { margin-bottom: 25px; }
.big-text a{ margin-bottom: 8px; padding-right: 18px; display: inline-block; font-size: 18px; color: #ffffff; position: relative;  background: url('../images/icon-arrow-right-white.svg') right center no-repeat; line-height: 1em; background-size: 8px; }
.big-text a:hover { text-decoration: underline; }

.section-home-intro .text-wrapper { height: 100%; float: left; width: 50%; padding-right: 60px; }
.section-home-intro .image-wrapper{ height: 100%; float: left; width: 50%; position: relative; }
.section-home-intro .image-wrapper img {  transform: translateY(-50%); position: absolute; top: 50%; left: 0; max-width: none;  }

.section-li-rt .text-wrapper{ padding-left: 60px; padding-right: 0; float: right; }
.section-li-rt .image-wrapper{ height: 100%; float: left; width: 50%; }
.section-li-rt .image-wrapper img { left: auto; right: 0; }

.services-section { padding: 125px 0 0; position: relative; background-color: #fff; }
.services-section .intro { text-align: center; max-width: 880px; margin: 0 auto; }
.services-section .intro h3 { font-size: 60px; margin-bottom: 20px; }
.services-section .intro p { font-size: 18px; color: #666666; }
.services-section .intro p strong { font-family: 'proxima_nova_rgregular'; color: #333333; }

.services-items { margin: 80px 0; }
.services-items .item { box-shadow: 0 1px 2px rgba(0,0,0,0.1); border-radius: 3px 3px 0 0; transition: all 400ms ease; }
.services-items .item:hover { box-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.services-items .item .text { padding: 47px 45px; background: #1a1a1a; color: #fff; border-top: 4px solid #0068ff; border-radius: 3px 3px 0 0; }
.services-items .item .text h4 { font-size: 33px; padding-bottom:30px; border-bottom: 1px solid #5e5e5e; margin-bottom: 30px; padding-left: 40px; background: url(../images/icon1.svg) left top no-repeat; }
.services-items .item2 .text h4 { background-image: url(../images/icon2.svg); }
.services-items .item3 .text h4 { background-image: url(../images/icon2.svg); }
.services-items .item .text ul { padding-left: 18px; }
.services-items .item .text li { list-style: disc; padding-bottom: 7px; }
.services-items .item .item-btn { line-height: 80px; border: 1px solid #c9cace; text-align: center; display: block; }
.services-items .item .item-btn span { color: #73787f; padding-right: 16px; display: inline-block; background: url(../images/icon-arrow-right-gray.svg) right 3px no-repeat; line-height: 1em; }
.services-items .item .item-btn:hover span { color: #0068ff; background-image: url(../images/icon-arrow-right-blue.svg); }

.section-dark { background-color: #f6f6f6; color: #1a1a1a; position: relative; }
.align-center { text-align: center; }

.musicians-wrapper { padding: 140px 0 170px; }
.musicians-wrapper h3 { font-size: 36px; text-align: center; margin-bottom: 85px; }
.musicians-list { margin-bottom: 30px; }
.musicians-list .hidden-musicians{ display: none; }
.musicians-list .item { max-width: 350px; margin: 0 auto 40px; text-align: center; }
.musicians-list .item .img-wrappper { margin-bottom: 20px; }
.musicians-list .item .img-wrappper img { border-radius: 100%; overflow: hidden; }
.musicians-list .item h5 { font-size: 16px; margin-bottom: 10px; text-transform: uppercase; }
.musicians-list .item p { color: #6e737a; }
.musicians-wrapper .btn-more { color: #6e737a; padding-right: 20px; display: inline-block; background: url(../images/icon-arrow-down-gray.svg) right center no-repeat; background-size: 12px; }


.section-home-intro .image-wrapper img { display: none; }
.section-li-rt .image-wrapper .img-animatable { left: auto; right: 0; }
.img-animatable { transform: translateY(-50%); position: absolute; top: 50%; left: 0; max-width: none; }
.img-animatable div { }
#section1 .img-animatable { width: 752px; height: 715px; background: url(../images/placeholders/illustration1-layer1-new.png) center 0 no-repeat; }
#section1 .img-animatable div { position: absolute; top: 0; left: 0; width: 741px; height: 705px; background: url(../images/placeholders//new/illustration1-layer2.png) center 0 no-repeat; }
#section2 .img-animatable { width: 613px; height: 917px; background: url(../images/placeholders/illustration2-layer1.png) center 0 no-repeat; }
#section2 .img-animatable div { position: absolute; top: 165px; left: 0; width: 613px; height: 545px;background: url(../images/placeholders/illustration2-layer2.png) center 0 no-repeat; }
#section3 .img-animatable { width: 781px; height: 772px; background: url(../images/placeholders/new/illustration3-layer1.png) center 0 no-repeat; }
#section3 .img-animatable div { position: absolute; top: 265px; left: 0; width: 534px; height: 534px;background: url(../images/placeholders/new/illustration3-layer2.png) center 0 no-repeat; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer { background: #191919; padding: 80px 0; position: relative; margin-bottom: -21px; }
footer ul li {  }
footer ul li a, footer p { color: rgba(255,255,255,0.8); }
footer ul li a:hover { color: rgba(255,255,255,1); }
footer .footer-widget{  }
footer .footer-widget h4{ font-size: 12px; font-family: 'proxima_bold'; color: #999999; margin-bottom: 30px; letter-spacing: 1px; }
footer .footer-widget ul{  }
footer .footer-widget ul li{  }
footer .footer-widget ul li + li{ margin-top: 25px; }
footer .footer-widget ul li a{ color: #f2f2f2; font-size: 17px; display: block; }
footer .footer-widget ul li:hover a{ color: #1fc5ff; }

footer .footer-widget.footer-logos{  }
footer .footer-widget.footer-logos ul{  }
footer .footer-widget.footer-logos ul li{ display: inline-block; margin-bottom: 10px; }
footer .footer-widget.footer-logos ul li + li{ margin-top: 0; }
footer .footer-widget.footer-logos ul li a{ display: block; }
footer .footer-widget.footer-logos ul li a img{ display: block; }

footer .footer-widget.footer-logos h4{ padding-left: 20px; }

.lang-wrapper { float: none; width: 100%; color: rgba(255,255,255,0.8); margin-bottom: 25px; }
.lang-wrapper .tag { float: left; padding-right: 15px; border-right: 1px solid rgba(255,255,255,0.5); line-height: 25px; }
.lang-wrapper .lang-selector { display: block; margin-left: 0; width: 100%; }
.lang-selector { position: relative; }
.lang-selector .current { padding-right: 25px; background: url(../images/arrow-down-gray.svg) right center no-repeat; background-size: 10px 8px; color: #fff; line-height: 25px; color: rgba(255,255,255,0.8); display: inline-block; }
.lang-selector .current:hover { color: rgba(255,255,255,1); }
.lang-selector ul { z-index: 20; position: absolute; top: 27px; left: 50%; width: 120%; background: #ffffff; max-height: 0; overflow: hidden; transition: all 400ms ease; transform: translateX(-50%); -webkit-transform: translateX(-50%); border-radius: 5px; }
.lang-selector ul li { display: block; padding: 0 20px; margin-bottom: 20px; }
footer .footer-widget .lang-selector ul li + li{ margin-top: 0; }
footer .footer-widget .lang-selector ul li a{ color: #191919; font-size: 15px; }
.lang-selector.active ul { max-height: 100em; padding-top: 20px; }

.footer-bottom { margin-top: 30px; }
.footer-bottom p{ display: block; font-size: 14px; color: #999999; }
footer .right { text-align: right; padding-top: 37px; }
footer .left { padding-top: 37px; }
footer .social { margin-bottom: 10px; }

.footer-bottom-menu{ float: left; }
.footer-bottom-menu li{ float: left; }
.footer-bottom-menu li + li { margin-left: 20px; }
.footer-bottom-menu li a{ display: block; font-size: 14px; color: #999999; }
.footer-bottom-menu li span{ display: block; font-size: 14px; color: #999999;  }

/* ==========================================================================
   Post single
   ========================================================================== */
.post-intro { height: 567px; text-align: center; position: relative; background-size: cover; background-position: center top; }
.post-intro:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(41,43,45,0.6); content: ""; }
.post-intro .container { height: 100%; }
.post-intro .text { position: relative; z-index: 2; color: #fff; max-width: 930px; margin: 30px auto 0; }
.post-intro .text h1 { font-size: 60px; }
.post-intro .text .cat { text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 12px; font-family: "proxima_bold"; letter-spacing: 1px; }
.post-intro .post-info { position: absolute; bottom:40px; left: 0; width: 100%; z-index: 2;  }
.post-intro .post-info .author-img { margin-bottom: 10px; }
.post-intro .post-info .author-img img { border-radius: 100%; overflow: hidden; }
.post-intro .post-info .info { font-size: 16px; color: #fff; letter-spacing: 1px; }
.post-intro .post-info .info span { opacity: .6; }

.post-intro .cycle-slideshow{ width: 100%; height: 100%; }
.post-intro .cycle-slideshow .slide{ width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.post-intro .cycle-slideshow .slide:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(41,43,45,0.6); content: ""; }
.post-intro .custom-intro-pager{ position: absolute; bottom: 30px; width: 100%; text-align: center; z-index: 100; }
.post-intro .custom-intro-pager span{ cursor: pointer; margin: 0 6px; display: inline-block; width: 12px; height: 12px; border: 1px solid transparent; border-radius: 12px; background-color: rgba(255,255,255,.5); }
.post-intro .custom-intro-pager span.active-pager{ border: 1px solid rgba(255,255,255,1); border-radius: 12px; background-color: transparent; }

.post-content { padding: 80px 0 120px; }
.text-area { color: #1a1a1a; }
.text-area h2 { font-size: 24px; margin-bottom: 20px; }
.text-area h3 { margin-bottom: 20px; }
.text-area h4 { margin-bottom: 20px; }
.text-area h5 { margin-bottom: 10px; }
.text-area p { margin-bottom: 20px; color: #666666; clear: both; }
.single-post .single-post .text-area ul { margin-left: 20px; margin-bottom: 30px; }
.single-post .text-area ul { margin-left: 20px; margin-bottom: 30px; }
.single-post .text-area ul li { list-style: disc; margin-bottom: 5px; color: #666666; }
.single-post .text-area ol { margin-left: 20px; padding-left: 0; margin-bottom: 30px; }
.single-post .text-area ol li { list-style:decimal; margin-bottom: 5px; color: #666666; }

.text-area-cont ul { margin-left: 20px; margin-bottom: 30px; }
.text-area-cont ul li { list-style: disc; margin-bottom: 5px; color: #666666; }
.text-area-cont ol { margin-left: 20px; padding-left: 0; margin-bottom: 30px; }
.text-area-cont ol li { list-style:decimal; margin-bottom: 5px; color: #666666; }


/* ==========================================================================
   About
   ========================================================================== */
.section-dark2 { background-color: #252628; color: #fff; }
.intro-text { max-width: 960px; margin: 0 auto; text-align: center; }
.intro-text h1 { font-size: 48px; margin-bottom: 30px; }
.intro-text.faq-intro-text h1 {  margin-bottom: 70px; }
.intro-text p { color: #999999; }

.team-list { margin: 60px 0; }
.team-list .item { text-align: center; overflow: hidden; position: relative; margin-bottom: 30px; }
.team-list .item img { overflow: hidden; border-radius: 100%; margin-bottom: 7px; }
.team-list .item p { font-size: 21px; text-decoration: underline; }
.team-list .item .position { color: #808080; font-style: italic; position: relative; transition: all 200ms linear; }
.team-list .item:hover .position { opacity: 0; }
.team-list .item a { font-style: italic; position: absolute; bottom: -30px; left: 0; width: 100%; transition: all 500ms ease; }
.team-list .item:hover a { bottom: 0; }

.section-dark2 .text-area { color: #fff; }
.section-dark2 .text-area p { color: #999999; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { max-width: 830px; margin: 0 auto; }
.faq-list .item { border-top: 1px solid #545454; padding: 25px 0; }
.faq-list .item:last-child { border-bottom: 1px solid #545454; }
.faq-list .item .item-title { font-size: 20px; position: relative; cursor: pointer; padding-right: 50px; padding-left: 27px; }
.faq-list .item .item-title span { padding-right: 10px; position: absolute; top: 0; left: 0; }
.faq-list .item .item-title:after { content: ""; background: url(../images/icon-arrow-down-white2.svg) no-repeat; width: 18px; height: 10px; position: absolute; top: 3px; right: 0; opacity: 0.5; transition: all 400ms ease; transform: rotate(-180deg);}
.faq-list .item .item-title:hover:after { opacity: 1; }
.faq-list .item.active .item-title:after { transform: none; }
.faq-list .item .item-cont { max-height: 0; overflow:hidden; transition: all 400ms ease;  }
.faq-list .item.active .item-cont { max-height: 400em; padding-top: 35px; }
.faq-list .item .item-cont strong { font-family: 'proxima_nova_rgregular'; color: #fff; }
.faq-list .item .item-cont h3 { font-size: 20px; margin-bottom: 15px; }
.faq-list .item .item-cont p { font-size: 17px; }

/* ==========================================================================
   Register form
   ========================================================================== */
.register-bg { background:#000 url(../images/bg1.jpg) center top no-repeat; background-size: 100% auto; }
#register-form { padding: 100px 0; text-align: center;  }
.form-wrapper { background: #fff; max-width: 620px; margin: 35px auto 0; padding: 60px 80px 70px; color: #1a1a1a; border-radius: 4px; }
.form-wrapper h3 { font-size: 30px; }
.form-wrapper .form-style { margin-top: 40px; }
.form-style { }
.form-style br { display: none; }
.form-style input[type="text"], .form-style input[type="email"] { display: block; width: 100%; margin-bottom: 10px; border: 1px solid #d1d0cb; border-radius: 3px; background: #fcfbf2; height: 48px; padding: 0 15px; font-size: 16px; }
.check-wrapper { position: relative; text-align: left; display: block; padding-left: 23px; font-size: 13px; line-height: 1.45em; }
.form-style input[type="text"].wpcf7-not-valid, .form-style input[type="email"].wpcf7-not-valid { border-color: #e88989; }
.check-wrapper input { position: absolute; top: 2px; left: 0; }
.check-wrapper .wpcf7-list-item-label { display: none; }
.check-wrapper span.wpcf7-list-item { margin: 0; }
.check-wrapper .wpcf7-form-control-wrap { position: absolute; top: 0; left: 0; }
.form-wrapper .check-wrapper { margin: 40px 0; }
.form-style input[type="submit"] { display: block; border: 0 none; width: 100%; border-radius: 4px; font-size: 15px; color: #fff; font-family: "proxima_bold"; height: 60px; background: #0068ff; cursor: pointer; }

.form-style .wpcf7-not-valid-tip { display: none!important; }

.form-info { margin-top: 40px; }
.form-info p { font-size: 16px; color: rgba(255,255,255,0.6); }
.form-info p a { color: #fff; }

.form-wrapper .form-success { display: none; }
.form-wrapper .form-success h4 { font-size: 30px; margin: 25px 0; }
.form-wrapper .form-success p { font-size: 18px; color: #666666; margin-bottom: 30px; }
.form-wrapper .form-success a { font-weight: 500; font-size: 15px; color: #999999; display: block; line-height: 55px; border-radius: 4px; background: #e8e8e8; }
.form-wrapper .form-success p:last-child { margin-bottom: 0; }

/* ==========================================================================
   Service
   ========================================================================== */
.service-intro { padding: 130px 0 20px; background: #252628; color: #fff; }
.service-intro h1 { font-size: 60px; line-height: 1em; }
.service-intro p { color: #999999; padding-top: 15px; }
.service-intro .tag { font-size: 17px; color: #999999; margin-top: 50px; }
.service-intro .tag strong { color: #fff; font-family: 'proxima_nova_rgregular'; }
.service-intro .tag a { color: #999999; text-decoration: underline; }

.services-list { padding: 70px 0 50px; }
.services-list .item { border: 1px solid #d5d5d5; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.15); text-align: center; overflow: hidden; margin-bottom: 40px; }
.services-list .item .img { background: #f9f9f9; border-bottom: 1px solid #dfdfdf; line-height: 180px; }
.services-list .item .img img { display: inline-block; vertical-align: middle; -webkit-filter: grayscale(100%); filter: grayscale(100%);transition: all 400ms ease; opacity: .6; }
.services-list .item .text { padding: 30px 15px; position: relative; }
.services-list .item .text p { font-size: 21px; color: #333333; }
.services-list .item .text .price { font-size: 18px; color: #808080; transition: all 200ms linear; }
.services-list .item .text .btn-more { position: absolute; left: 0; width: 100%; display: block; bottom: 30px; transition: all 400ms ease; opacity: 0; visibility: hidden; }
.services-list .item .text .btn-more span { padding-right: 15px; background: url(../images/icon-arrow-right-blue.svg) right center no-repeat; display: inline-block; }
.services-list .item:hover .text .btn-more { opacity: 1; visibility: visible; }
.services-list .item:hover .text .price { opacity: 0; visibility: hidden; }
.services-list .item:hover .img img { -webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1; }


/* ==========================================================================
   Partners
   ========================================================================== */
   .partners-section{ background-color: #ffffff; padding: 0 0 100px; }
   .partners-section h3.alt-title{ text-align: center; color: #666666; font-size: 18px; margin-bottom: 60px; }
   .partners-section .partners-logo-wrapper{ text-align: center; }
   .partners-section .partners-logo-wrapper img{ display: inline-block; margin-bottom: 25px; }

/* ==========================================================================
   Blog Overview
   ========================================================================== */
   .cat-navigation{ background: #f9f9f9; border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
   .cat-navigation ul{ text-align: center; }
   .cat-navigation ul li{ display: inline-block; }
   .cat-navigation ul li + li{ margin-left: 35px; }
   .cat-navigation ul li a { font-size: 15px; color: #1a1a1a; padding: 20px 0; display: block; position: relative; }
   .cat-navigation ul li.active a:after{ content: ''; position: absolute; height: 3px; background-color: #0068ff; bottom: 0; left: 0; width: 100%; }
   .cat-navigation ul li a span{ color: rgba(26, 26, 26, 0.5); }

   .blog-posts{ padding-top: 70px; }
   .blog-posts.single{ padding-top: 43px; padding-bottom: 112px; border-bottom: 1px solid #dfdfdf; }
   .blog-posts article{ margin-bottom: 115px; }
   .blog-posts article .thumb{ margin-bottom: 40px; }
   .blog-posts article .thumb:hover img{ opacity: .8; }
   .blog-posts article .thumb img{ display: block; height: auto; }
   .blog-posts article .meta{ margin-bottom: 30px; }
   .blog-posts article .meta .date{ text-transform: uppercase; margin-bottom: 18px; font-size: 12px; letter-spacing: 1px; display: block; text-align: center; color: #b4b6ba; font-family: 'proxima_bold'; }
   .blog-posts article .meta h3{ font-size: 21px; color: #1a1a1a; text-align: center; margin-bottom: 35px; }
    .blog-posts article .meta h3 a { color: #1a1a1a; }
   /*.blog-posts article .meta h3 a:hover{ border-bottom: 1px solid #1a1a1a; }*/
   .blog-posts article .meta p{ color: #666666; font-size: 16px; text-align: center; line-height: 1.4; }
   .blog-posts article .share-buttons { text-align: center; }
   .blog-posts article .social{ width: 100%; }
   .blog-posts article .social img{ display: block; margin: 0 auto; }
   .blog-posts article .social ul{ width: 100%; text-align: center; }
   .blog-posts article .social ul li{ display: inline-block; vertical-align: middle; }
   .blog-posts article .social ul li:first-child{ margin-top: -6px; }
   .blog-posts article .social ul li a{  }
   .post-content .alignleft { width: auto; height: auto; }

/* ==========================================================================
   Single Service
   ========================================================================== */
   .single-service{ padding-top: 67px; }
   .single-service .breadcrumbs{ padding: 15px 0; }
   .single-service .breadcrumbs ul{  }
   .single-service .breadcrumbs ul li{ display: inline-block; position: relative; }
   .single-service .breadcrumbs ul li + li{ margin-left: 10px; padding-left: 6px; }
   .single-service .breadcrumbs ul li + li:before{ content: ''; display: block; width: 4px; height: 9px; position: absolute; left: -4px; top: 4px; background: url('../images/icon-arrow-right-gray.svg') no-repeat center; background-size: contain; }
   .single-service .breadcrumbs ul li a{ display: block; font-size: 14px; color: #1a1a1a; }
   .single-service .breadcrumbs ul li span{ display: block; font-size: 14px; color: rgba(26, 26, 26, 0.5); }

   .single-service .side-wrapper{ margin-bottom: 30px; border: 1px solid #d5d5d5; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.15); text-align: center; }
   .single-service .side-wrapper .thumb{ background: #f9f9f9; border-bottom: 1px solid #dfdfdf; }
   .single-service .side-wrapper .thumb img{ display: inline-block; width: 100%; }
   .single-service .side-wrapper .side-meta { padding: 30px 0; }
   .single-service .side-wrapper .side-meta h2{ margin-bottom: 5px; font-size: 21px; }
   .single-service .side-wrapper .side-meta h4{ margin-bottom: 0; font-size: 18px; color: #808080; }
   .single-service .service-link{ display: block; text-align: center; font-size: 18px; color: #0068ff; }
   .single-service .main-content .service-link{ display: none; }
   .single-service .service-link span{ display: inline-block; text-align: center; font-size: 18px; color: #0068ff; background: url(../images/icon-arrow-right-blue.svg) right center no-repeat; padding-right: 15px; }
   .single-service .side-wrapper .item-list{  }
   .single-service .side-wrapper .item-list .item{ margin-bottom: 30px; }
   .single-service .side-wrapper .item-list .item h4{ font-size: 18px; color: #1a1a1a; margin-bottom: 8px; }
   .single-service .side-wrapper .item-list .item .price{ margin-bottom: 6px; font-size: 18px; display: block; color: #808080; }
   .single-service .side-wrapper .item-list .item a{ color: #0068ff; padding-right: 16px; display: inline-block; background: url(../images/icon-arrow-right-blue.svg) right 5px no-repeat; }
   
   .single-service .main-content{  }
   .single-service .main-content h3 { font-size: 36px; margin-bottom: 30px; }
   .single-service .main-content p{ margin-bottom: 30px; font-size: 18px; color: #666666; }
   .single-service .main-content p strong{ color: #1a1a1a; }
   .single-service .main-content p + ul { margin-top: -18px; }
   .single-service .main-content p + ol { margin-top: -18px; }
   .single-service .main-content .example-slider .cycle-slideshow{ width: 100%; }
   .single-service .main-content .example-slider .cycle-slideshow .slide{ width: 100%; }
   .single-service .main-content .example-slider .cycle-slideshow img{ width: 100%; }
   .single-service .main-content .example-slider .cycle-prev,
   .single-service .main-content .example-slider .cycle-next{ cursor: pointer; padding: 15px 8px; position: absolute; top: 50%; margin-top: -31px; background-color: rgba(26, 26, 26, 0.25); z-index: 1000; }
   .single-service .main-content .example-slider .cycle-prev img,
   .single-service .main-content .example-slider .cycle-next img{ display: block; width: 16px; }
   .single-service .main-content .example-slider .cycle-prev{ left: 0; }
   .single-service .main-content .example-slider .cycle-next{ right: 0; }
   .single-service .related-services{ margin-top: 30px; margin-bottom: 10px; }
   .single-service .related-services .related-list-title{ margin-bottom: 42px; color: #1a1a1a; font-size: 32px; text-align: center; }

   .single-service .services-prices{ margin-bottom: 30px; }
   .single-service .services-prices h4 { padding: 0; font-size: 18px; margin-bottom: 10px; }
   .single-service .services-prices .price-row{ border-top: 1px solid #d5d5d5; padding: 12px 0; }
   .single-service .services-prices .price-row:last-of-type { border-bottom: 1px solid #d5d5d5; }
   .single-service .services-prices .price-row .price-title{ float: left; width: 70%; text-align: left; font-size: 18px; color: #4d4d4d; }
   .single-service .services-prices .price-row .price-number{ float: left; width: 30%; text-align: right;  font-size: 18px; color: #4d4d4d;  }

/* CUSTOM PAGINATION */
.custom-pagination{  }
.custom-pagination .navigation{ padding: 40px 0; }
.custom-pagination .navigation ul{ width: 100%; text-align: center; }
.custom-pagination .navigation ul li{ display: inline-block; }
.custom-pagination .navigation ul li a{ display: block; color: #ffffff; border: 1px solid #000000; background-color: #000000; width: 35px; height: 35px; line-height: 35px; font-family: 'proxima_bold'; font-size: 16px; text-align: center; }
.custom-pagination .navigation ul li.active a{ color: #000000; background-color: #ffffff; }
.custom-pagination .navigation ul li:hover a{ color: #000000; background-color: #ffffff; }

.addthis_toolbox{
    margin-top: 25px;
}
.addthis_toolbox + p + .addthis_toolbox {
    display: none;
}

.blog-posts-inside{
    padding-top: 50px;
}
.blog-posts-inside > h3{
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
    font-size: 30px;
}
.single .blog-posts-inside article{
    margin-bottom: 0;
}
#disqus_thread{
    margin-top: 60px;
}
/* ==========================================================================
   Custom forl elements
   ========================================================================== */
.jstyling-select {margin: 0; padding: 0; position:relative; z-index: 0;}
.jstyling-select-t {white-space: nowrap; overflow: hidden;}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
    .jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
    .jstyling-select-l div:hover {}
    .jstyling-select-l div.disabled {}
    .jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }
    .jstyling-select.active .jstyling-select-l {display: block;}
.jstyling-checkbox, .jstyling-radio {margin: 0; padding: 0; display: inline-block; z-index: 1;}
.jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {opacity: 0; filter: alpha(opacity = 0); z-index: 0;}

.jstyling-file {margin: 0; padding: 0;  display: inline-block; position: relative}
.jstyling-file-f {overflow: hidden; white-space:nowrap;}
.jstyling-file-b {position: relative; overflow: hidden}
.jstyling-file input[type=file] {margin: 0; padding: 0; opacity: 0; filter: alpha(opacity = 0); z-index: 1; position: absolute; top: 0; right: 0;}

/**
 * This you can customize
 */

/* Select wrapper */
.jstyling-select {width: 100%; border:1px solid #d2d2d2; cursor: pointer; margin-bottom: 10px; text-align: left; font-size: 16px; border-radius: 3px; }
/* Select current option */
.jstyling-select-s { line-height: 48px; background: url(../images/icon-arrow-down-gray.svg) no-repeat 96% center; padding: 0 15px; color: #a9a9a9; }
.jstyling-select-t {width: 90%;}

/* Select options list*/
.jstyling-select-l {max-height: 124px; background: #FFFFFF; border: 1px solid #d2d2d2; border-top: 0; top: 48px; left: -1px; right: -1px; width: auto; box-shadow: 0 3px 3px rgba(0,0,0,0.1); }
    .jstyling-select-l div {line-height: 40px; border-top: 1px dotted #d2d2d2; padding: 0 15px;}
    .jstyling-select-l div:hover {background: #eeeeee;}
    .jstyling-select-l div.disabled {background: #E5E5E5;}
    .jstyling-select-l div.disabled:hover {color: #000000;}
    .jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #E5E5E5;}

/* Checkbox */
.jstyling-checkbox {width: 16px; height: 16px;  background: url(../images/jcusel-checkbox-radio.png) no-repeat;  vertical-align: middle;}
.jstyling-checkbox.active {background-position: 100% -16px;}
.jstyling-checkbox.disabled {background-position: 100% -32px;}
.jstyling-checkbox.active.disabled {background-position: 100% -48px;}

/* Radio button */
.jstyling-radio {width: 16px; height: 16px;  background: url(../images/jcusel-checkbox-radio.png) no-repeat; background-position: 100% -64px;  vertical-align: middle;}
.jstyling-radio.active {background-position: 100% -80px;}
.jstyling-radio.disabled {background-position: 100% -96px;}
.jstyling-radio.active.disabled {background-position: 100% -112px;}

/* File input */
.jstyling-file-f {padding: 2px 2px; width: 200px; float: left; border: 1px solid #ccc;  height: 20px;}
.jstyling-file-b {margin-left: 4px; padding: 2px 2px; width: 80px; float: left; border: 1px solid #ccc; height: 20px; background: #eee; text-align: center;}

.home-main{ background-color: #000000; overflow: hidden; }

#section2 .animateable-image{ background: #f6f6f6 !important; }
#section2 .big-text h3{ color: #2f3235; }
#section2 .big-text p{ color: #2f3235; }
#section2 .big-text a{ color: #2f3235; background-image: url('../images/icon-arrow-right-gray.svg'); }

#section3 .animateable-image{ background: transparent !important; }


.bg-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/*--- parallax new tracklist ---*/
#section2.section-parallax-track{height: 880px!important;}
#section2 .animateable-image { background: #f6f6f6 !important; filter: blur(0); -webkit-filter: blur(0); }
#section2.section-parallax-track  .img-animatable {width: 910px; height: 566px; background: url(../images/pitching-layer1.png) left 0 no-repeat;     transform: translateY(0%); position: absolute;  top: 0%;}
#section2.section-parallax-track  .img-animatable div{width: 910px; height: 566px; top: 115px; background: url(../images/pitching-layer2.png) right 0 no-repeat; overflow: hidden; z-index: 20;}
#section2.section-parallax-track  .img-animatable .div-one{width: 910px; height: 560px; top: 0; background: url(../images/placeholders/layer2-spotify-22.png) right 0 no-repeat; overflow: hidden; z-index: 20;}
#section2.section-parallax-track  .img-animatable .div-second{     width: 626px;
    height: 664px;
    background: url(../images/placeholders/layer3-tracklist-2.png) right 0 no-repeat;
    top: auto;
    z-index: 10;
    right: 25px;}
#section2.section-parallax-track .img-wrapper-div{width: 910px; height: 620px; overflow: hidden; top:100px;}
#section2.section-parallax-track .div-second-wrapper{    width: 650px;  height:  347px;  bottom: 0;  right: 0px;  left: auto;  overflow: hidden; top: 180px;}
#section2.section-parallax-track .image-wrapper{    width: 100%;  float:none;     position: absolute;  right: -370px; margin-top: 125px;}
#section2.section-parallax-track .text-wrapper{  float: left; width: 50%; padding-top: 235px; padding-bottom: 30px; padding-left: 0;}
#section2.section-parallax-track .img-animatable{}

/* ==========================================================================
   New mobile homepage
   ========================================================================== */
.section-hero .section-caption a.mobile-home-hero-button{ display: none; }


/* ==========================================================================
   Section Testimonial New
   ========================================================================== */

.section-testimonial-new{position: relative; margin-top: 67px; }
.home .section-testimonial-new{ margin-top: 0; }
.section-testimonial-new.slick-dotted.slick-slider{margin-bottom: 0;}
.section-testimonial-new .testimonial-new-slide{position: relative;width: 100%; height: 520px;}
.section-testimonial-new .testimonial-new-slide:after{content: ""; position: absolute; top:0; left:0;
    width: 100%; height: 100%;background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.06) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.06) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.06) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.06) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.06) 100%);
}
.section-testimonial-new .testimonial-new-slide .container{height: 100%;}
.section-testimonial-new .testimonial-new-slide-text{position: absolute;z-index: 10; color:#fff; /*max-width: 500px;*/ top: 46.5%; -moz-transform: translateY(-50%);  -webkit-transform: translateY(-50%);  -o-transform: translateY(-50%);  -ms-transform: translateY(-50%); transform: translateY(-50%);}
.section-testimonial-new .testimonial-new-slide-text h5{font-size: 18px; font-weight: 500;    padding-bottom: 18px;}
.section-testimonial-new .testimonial-new-slide-text h3{font-size: 48px; font-family: 'proxima_novalight',sans-serif;    line-height: 1.15em; padding-bottom: 17px; }
.section-testimonial-new .testimonial-new-slide-text h3 strong{ font-weight: 700;     font-family: 'proxima_bold' ,sans-serif;  }
.section-testimonial-new .testimonial-new-slide-text p{font-size: 17px; line-height: 26px; max-width: 500px;}
.section-testimonial-new .slick-dots{position: absolute;bottom: 39px; z-index: 1000; display: table; left:50%;-moz-transform: translateX(-50%);  -webkit-transform: translateX(-50%);  -o-transform: translateX(-50%);  -ms-transform: translateX(-50%); transform: translateX(-50%);}
.section-testimonial-new  .slick-dots li{width: 4px; height: 4px; margin: 0 9px; outline: none;}
.section-testimonial-new .slick-dots li.slick-active button:before{color:transparent}
.section-testimonial-new  .slick-dots li button{width: 4px; height: 4px; padding: 3.5px; background-color: #fff; border-radius: 100%; outline: none;}
.section-testimonial-new .slick-dots li.slick-active{  width: 14px; height: 14px; font-size: 0; margin: 0 8px; margin-right: 5px;  outline: none;}
.section-testimonial-new  .slick-dots li button:before{content:""; display: none; font-size: 0; outline: none;}
.section-testimonial-new .slick-dots li.slick-active button{  width: 14px; font-size: 0; height: 14px; background-color: transparent; border: 2px solid #fff;  outline: none;}
/* ==========================================================================
   Media Queries
   ========================================================================== */



@media screen and ( max-height: 800px ){
  #section1 .img-animatable{ background-size: contain; height: 560px; width: 640px; }
  #section1 .img-animatable div{ width: 640px; height: 560px; background-size: contain; }

  #section2 .img-animatable{ background-size: contain; width: 480px; height: 560px; }
  #section2 .img-animatable div{ width: 480px; top: 100px; height: 360px; background-size: contain; }

  #section3 .img-animatable { width: 660px; height: 400px; background-size: contain; }
  #section3 .img-animatable div{ width: 380px; background-size: contain; height: 380px; top: 190px; left: 50px; }

  .big-text h3{ font-size: 50px; }
  .big-text p{ font-size: 16px; }
  .big-text a{ font-size: 16px; }
  .services-section .intro p{ font-size: 16px; }
  .services-section .intro h3{ font-size: 50px; }
  .services-items .item .text h4{ font-size: 28px; }
  .services-items .item .text li{ font-size: 16px; }
}

@media only screen and (max-width: 1280px) {

  #section1 .img-animatable{ background-size: contain; height: 560px; width: 640px; }
  #section1 .img-animatable div{ width: 640px; height: 560px; background-size: contain; }

  #section2 .img-animatable{ background-size: contain; width: 480px; height: 560px; }
  #section2 .img-animatable div{ width: 480px; top: 100px; height: 360px; background-size: contain; }

  #section3 .img-animatable { width: 660px; height: 400px; background-size: contain; }
  #section3 .img-animatable div{ width: 380px; background-size: contain; height: 380px; top: 190px; left: 50px; }

  .big-text h3{ font-size: 50px; }
  .big-text p{ font-size: 16px; }
  .big-text a{ font-size: 16px; }

}

/*
 * Tablet
 */
@media only screen and (max-width: 1024px) {
    /* Tablet grid */
    .col-md-12{width:100%;}
    .col-md-11{width:91.666666666667%;}
    .col-md-10{width:83.333333333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.666666666667%;}
    .col-md-7{width:58.333333333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.666666666667%;}
    .col-md-4{width:33.333333333333%;}
    .col-md-3{width:25%;}
    .col-md-2{width:16.666666666667%;}
    .col-md-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-tablet { display: none; }
    .visible-tablet { display: block; }

    /*html,body { overflow-x: hidden; }*/
    body.menu-open { overflow: hidden; height: 100vh; }

    #header-fixed{ display: none; }

    /* Header */
    #header{ position: absolute; }
    .home #header { padding-top: 15px; }
    #header .nav-menu { overflow: hidden; clear: both; width: 100%; opacity: 0; visibility: hidden; float: none; height: calc( 100vh - 67px ); position: absolute; min-height: calc( 100vh - 67px ); z-index: 10000000; background: rgba(0,0,0,.95); left: 0; top: 52px; transition: all 500ms ease; }
    #toggle-menu { display: block; float: right; width: 30px; height: 24px; margin-top: 8px; }
    #toggle-menu span { display: block; width: 100%; height: 2px; background: #fff; margin-bottom: 7px; border-radius: 0; }

    .menu-open #header .nav-menu { opacity: 1; visibility: visible; }
    #header .nav-menu ul { padding: 20px 0; float: none; }
    #header .nav-menu ul#menu-main-menu { margin-bottom: 6px; position: relative; left: 0; text-align: center; -moz-transform: translateX(0); -webkit-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    #header .nav-menu ul.acc-list { margin-left: 0; }
    #header .nav-menu ul li{ float: none; display: block; text-align: center; margin-bottom: 16px; }
    #header .nav-menu ul li + li{ margin-left: 0; }
    #header .nav-menu ul li a{font-size: 24px; color: #ffffff; display: inline-block; line-height: 1; }
    #header .nav-menu ul li.current-menu-item a{ text-decoration: underline; }
    #header .nav-menu ul li.anmelden-btn { padding: 0; margin: 0; border: 0 none; }

    /* Homepage */
    .section-hero .section-caption h3 { font-size: 65px; }
    .big-text h3 { font-size: 45px; }

    .section-home-intro .text-wrapper, .section-home-intro .image-wrapper { float: none; width: 100%; padding: 0; height: auto; }

    .section-home-intro .text-wrapper { text-align: center; padding: 0 0 70px; }
    .section-home-intro .image-wrapper { padding: 0 15%; }
    .section-home-intro .image-wrapper img { position: relative; top: auto; transform: none;  max-width: 360px; margin: 0 auto;}

    .section-home-intro.section-fh { height: auto; padding: 70px 0; }

    .services-section .intro h3 { font-size: 45px; }
    .pad-130 { padding: 70px 0; }

    .services-items .item .text { padding: 30px; }
    .services-items .item .text h4 { font-size: 24px; }

    /* Footer */
    footer .left { padding-top: 63px; }

    /* Post single */
    .post-intro .text h1 { font-size: 45px; }

    /* About us */
    .pad-130.section-dark2 { padding: 100px 0 70px; }

    /* Services */
    .service-intro h1 { font-size: 45px; }

    .mobile-table{ display: table; width: 100%; height: 100%; }
    .mobile-table-cell{ display: table-cell; width: 100%; vertical-align: middle; padding-bottom: 52px; }

    #toggle-menu span{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

    #toggle-menu.active span:nth-child(1){ -moz-transform: rotate(45deg) translateX(5px) translateY(7px); -webkit-transform: rotate(45deg) translateX(5px) translateY(7px); -o-transform: rotate(45deg) translateX(5px) translateY(7px); -ms-transform: rotate(45deg) translateX(5px) translateY(7px); transform: rotate(45deg) translateX(5px) translateY(7px); }
    #toggle-menu.active span:nth-child(2){ opacity: 0; visibility: hidden; }
    #toggle-menu.active span:nth-child(3){ -moz-transform: rotate(135deg) translateX(-6px) translateY(8px); -webkit-transform: rotate(135deg) translateX(-6px) translateY(8px); -o-transform: rotate(135deg) translateX(-6px) translateY(8px); -ms-transform: rotate(135deg) translateX(-6px) translateY(8px); transform: rotate(135deg) translateX(-6px) translateY(8px); }
    
    .intro-section-bg, .animateable-image { filter: blur(20px); -webkit-filter:blur(20px); }
    .animateable-image { transform: scale(1.2); }
    .intro-section-bg { top: -30px; right: -30px; bottom: -100px; left: -30px; width: auto; height: auto; position: absolute; }

    .section-home-intro .image-wrapper img { display: block; }
    .img-animatable { display: none; }
    .partners-logo-wrapper .row > div:nth-child(10){ display: none; }

    #section2.section-parallax-track{height: auto!important; overflow: hidden; background-color: #fff;}
    #section2.section-parallax-track .image-wrapper{height: auto; margin-top: 50px;}
    #section2.section-parallax-track .text-wrapper{
        padding-top: 50px; width: 100%;
    }
    #section2.section-parallax-track .image-wrapper{    width: 100%;  float:none;     position: relative;  right: 0; margin-top: 50px;}
    #intercom-container{
        z-index: 99999!important;
    }
    .section-hero{height: 100vh;    z-index: 100;}
    .intro-section-bg{z-index: 100;}
    .section-home-intro.section-fh .animateable-content{
        margin-top: 40px;
    }
}

/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
    /* Mobile grid */
    .col-sm-12{width:100%;}
    .col-sm-11{width:91.666666666667%;}
    .col-sm-10{width:83.333333333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.666666666667%;}
    .col-sm-7{width:58.333333333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.666666666667%;}
    .col-sm-4{width:33.333333333333%;}
    .col-sm-3{width:25%;}
    .col-sm-2{width:16.666666666667%;}
    .col-sm-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-mobile { display: none; }
    .visible-mobile { display: block; }

    /* Homepage */
    body { font-size: 14px; overflow-x: hidden; }

    .section-hero .section-caption h3 { font-size: 30px; line-height: 1.2; margin-bottom: 12px; }
    .section-hero .section-caption a { font-size: 16px; }
    .section-hero .section-caption a img { height: 15px; }
    .section-hero .scroll-down-btn { padding-top: 50px; font-size: 12px; }
    .section-hero .scroll-down-btn:before { width: 39px; height: 39px; background-size: contain; margin-left: -16px; }

    .section-home-intro.section-fh { padding: 55px 0; }
    .big-text h3, .services-section .intro h3, .musicians-wrapper h3 { font-size: 32px; }
    .big-text p, .services-section .intro p { font-size: 14px; }
    .big-text a { font-size: 14px; }
    .services-items { margin: 40px 0; }
    .animateable-image{ transform: scale(1); }

    .musicians-list { margin-bottom: 40px; }
    .musicians-list .item { margin-bottom: 40px; }
    #section2.section-2-bg-color .animateable-image{width: auto;}

    /* Footer */
    footer { text-align: center; padding: 80px 0 20px; }
    .lang-wrapper { float: none; display: inline-block; }
    footer .left { padding-top: 0; }
    footer .right { text-align: center; padding-top: 20px; }

    footer .footer-widget { margin-bottom: 40px; }
    .footer-bottom-menu { float: none; }
    .footer-bottom-menu li { float: none; display: inline-block; margin-bottom: 15px; }

    /* Post single */
    .post-intro { min-height: 360px; height: auto; }
    .post-intro .text { margin: 130px auto 80px; }
    .post-intro .text h1 { font-size: 30px; }
    .post-intro .post-info { padding: 0 20px; bottom: 15px;}
    .post-intro .post-info .author-img { margin-bottom: 5px; }
    .post-intro .post-info .author-img img { width: 30px; }
    .post-intro .post-info .info { font-size: 12px; }

    .post-content { padding: 40px 0 60px; }
    .text-area h2 { font-size: 20px; }

    /* About us */
    .intro-text h1 { font-size: 32px; margin-bottom: 20px; }

    /* FAQ */
    .faq-list { margin-top: 30px; }
    .faq-list .item .item-title { font-size: 18px; }

    /* Register form */
    #register-form { padding: 50px 0; }
    .form-wrapper { border-radius: 0; padding: 40px 30px 50px; }

    /* Services */
    .service-intro { padding-top: 110px; }
    .service-intro h1 { font-size: 30px; }
    .service-intro .tag { font-size: 14px; }

    .services-list { padding: 40px 0 20px; }
    .services-list .item .img { line-height: 160px; }
    .services-list .item .text { padding: 20px 10px; }
    .services-list .item .text p { font-size: 18px; }
    .services-list .item .text .price { font-size: 14px; }
    .services-list .item:hover .text .btn-more { bottom: 15px; }

    .services-items .item{ margin-bottom: 45px; }

    .blog-posts article .thumb img{ width: 100%; }
    .cat-navigation ul li { display: block; }
    .cat-navigation ul li + li { margin-left: 0; }

    .single-service .side-wrapper h2{ font-size: 22px; }
    .single-service .related-services .related-list-title{ font-size: 22px; }

    .post-intro .cycle-slideshow{ min-height: 360px; }
    .bg-video.intro-section-bg{ left: 0; top: 0; right: 0; bottom: 0; }

    .single-service .service-link{ margin-bottom: 40px; }
    .text-area-cont ol li{ font-size: 16px; }
    .text-area-cont ul li{ font-size: 16px; }

    .partners-logo-wrapper .row > div:nth-child(10){ display: block; }

    .section-hero{height: 100vh;    z-index: 100;}
    .section-home-intro.section-fh#section1{  }
    #section2.section-parallax-track .text-wrapper {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
    #section2.section-parallax-track .text-wrapper h3{
        font-size: 25px;
    }
    #section2.section-parallax-track .text-wrapper a{
        font-size: 18px;
    }
/* ==========================================================================
   New mobile
   ========================================================================== */
   .home-main{ background-color: #1a1a1a; }

  .section-hero{ background-image: url('../images/mobile-top-img.jpg'); background-color: #1a1a1a; background-blend-mode: lighten; background-repeat: no-repeat; background-size: cover; background-position: center; }
  .section-hero:before{ content: ''; }
  .section-hero:after{ content: ''; position: absolute; width: 100%; display: block; height: 115px; bottom: 0; left: 0; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(26,26,26,1) 40%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(26,26,26,1) 40%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(26,26,26,1) 40%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); z-index: 0; }
  .section-hero .mobile-home-hero-button{ display: block; }
  .section-hero > .table{ z-index: 1; position: relative; }
  .section-hero .scroll-down-btn{ z-index: 1; opacity: .5; bottom: 60px; }
  .section-hero .scroll-down-btn span { opacity: 1; }
  .section-home-intro .image-wrapper { padding: 0 3px; margin-bottom: 30px; }
  .section-hero .section-caption a.mobile-home-hero-button { background: #0068ff; line-height: 1; padding: 10px 20px; border-radius: 4px; margin-top: 30px; }
  .section-home-intro .text-wrapper { text-align: center; padding: 0; }

  #section3 .big-text h3 { color: #1a1a1a; }
  #section3 .big-text p { color: #1a1a1a; }
  #section2 .big-text a { color: #0068ff; background-image: url(../images/icon-arrow-right-blue.svg); }
  #section3 .big-text a { color: #0068ff; background-image: url(../images/icon-arrow-right-blue.svg); }
 .services-items .item .item-btn span{ color: #0068ff; }

  .pad-130 { padding: 55px 0; }
  .big-text p, .services-section .intro p{ font-size: 16px; line-height: 1.4; }
  .services-items .item .item-btn span{ font-size: 16px; }
  .big-text a{ font-size: 16px; }
  .big-text h3, .services-section .intro h3, .musicians-wrapper h3 { font-size: 25px; line-height: 1.2; margin-bottom: 26px; }

  footer .footer-widget ul { text-align: left; }
  footer .footer-widget ul li a{ font-size: 15px; color: #ffffff; }
  footer .footer-widget ul li + li { margin-top: 12px; }
  footer .footer-widget h4{ text-align: left; font-size: 11px; margin-bottom: 23px; }
  footer .footer-widget.footer-logos ul{ overflow: hidden; margin: 0 -15px 0 -20px; }
  footer .footer-widget.footer-logos ul li{ float: left; width: 33.3333%; }
  .footer-bottom { margin-top: 0; text-align: left; }
  .footer-bottom-menu li a{ font-size: 13px; color: #ffffff; }
  .lang-selector .current{ color: #ffffff; }
  .footer-bottom-menu li:last-child{ margin-left: 0; }
  .footer-bottom-menu li:last-child span{ color: #ffffff; font-size: 21px; }
  .footer-bottom-menu li:last-child a{ color: #ffffff; font-size: 21px; }
  footer .right { text-align: left; }
  .footer-bottom p{ font-size: 13px; }
  .services-items { margin: 40px 0 0; }
  .services-items .row > div:last-child .item{ margin-bottom: 0; }
  .partners-section { background-color: #ffffff; padding: 55px 0 30px; }

  .partners-section h3.alt-title{ color: #1a1a1a; font-size: 12px; text-transform: uppercase; margin-bottom: 35px; }
  .partners-section .partners-logo-wrapper img { height: 50px; transform: scale(.8); }

  .musicians-list .item .img-wrappper img{ margin: 0 auto; }
  .musicians-list .slick-dots li{ width: 9px; height: 9px; }
  .musicians-list .slick-dots li button{ width: 9px; height: 9px; padding: 0; }
  .musicians-list .slick-dots li button:before{ width: 9px; height: 9px; content: ''; background-color: #63727f; opacity: .2; border-radius: 100%; }
  .musicians-list .slick-dots li.slick-active button:before{ background-color: #0068ff; opacity: 1; }

  .musicians-wrapper h3{ font-size: 12px; color: #1a1a1a; margin-bottom: 30px; }

  .mobile-no-padding { padding: 0 !important; }
  .single-service .side-wrapper{ border: none; border-radius: 0; box-shadow: none; }
  .single-service .side-wrapper .thumb{ border: none; }
  .single-service .main-content h3 { font-size: 25px; margin-bottom: 0; text-align: center; }
  .single-service .service-link span{ font-size: 17px; }
  .single-service .blog-posts.single { padding-top: 0; }
  .single-service .breadcrumbs { padding: 22px 0; }
  .single-service .main-content p{ font-size: 16px; }
  .service-price { display: block; text-align: center; margin-bottom: 30px; font-size: 18px; margin-top: 5px; }
  .single-service .mobile-no-padding .service-link{ display: none; }
  .single-service .main-content h3:nth-of-type(2){ display: none; }

  .single-service .services-prices .price-row .price-title{ font-size: 16px; }
  .single-service .services-prices .price-row .price-number{ font-size: 16px; }

  .single-service .main-content .service-link{ display: block; }

  .intro-section-bg, .animateable-image{ filter: none; -webkit-filter: none; }
  .bg-video.intro-section-bg{ display: none; }

  .lang-wrapper .lang-selector{ text-align: left; }
  footer .footer-widget.footer-logos h4 { padding-left: 0; }

    .single .blog-posts-inside article{
        margin-bottom: 115px;
    }

    .section-testimonial-new{position: relative; margin-top: 67px; }
    .section-testimonial-new.slick-dotted.slick-slider{margin-bottom: 0;}
    .section-testimonial-new .testimonial-new-slide{position: relative;width: 100%; height: 340px; background-position: 60%!important;}
    .section-testimonial-new .testimonial-new-slide:after{content: "";
       background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.16) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.16) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.16) 100%);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.16) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.34) 32%, rgba(0, 0, 0, 0.36) 52%, rgba(0, 0, 0, 0.16) 100%);
    }
    .section-testimonial-new .testimonial-new-slide .container{height: 100%;}
    .section-testimonial-new .testimonial-new-slide-text{padding-right: 20px; top: 48%; -moz-transform: translateY(-50%);  -webkit-transform: translateY(-50%);  -o-transform: translateY(-50%);  -ms-transform: translateY(-50%); transform: translateY(-50%);}
    .section-testimonial-new .testimonial-new-slide-text h5{font-size: 13px; font-weight: 500;    padding-bottom: 9px;}
    .section-testimonial-new .testimonial-new-slide-text h3{font-size: 26px; font-family: 'proxima_novalight',sans-serif;    line-height: 1.3em; padding-bottom: 10px; }
    .section-testimonial-new .testimonial-new-slide-text h3 strong{ font-weight: 700;     font-family: 'proxima_bold' ,sans-serif;  }
    .section-testimonial-new .testimonial-new-slide-text p{font-size: 14px; line-height: 18px;}
    .section-testimonial-new .slick-dots{position: absolute;bottom: 25px; z-index: 1000; display: table; left:50%;-moz-transform: translateX(-50%);  -webkit-transform: translateX(-50%);  -o-transform: translateX(-50%);  -ms-transform: translateX(-50%); transform: translateX(-50%);}

    .cookie-notice-container #cn-notice-text{
        display: block;
        margin-bottom: 10px;
    }
    #intercom-container{
        z-index: 99999!important;
    }
    #section1.section-home-intro{
        padding-top: 0;
    }
    #section1.section-home-intro .image-wrapper{
        width: 110%;
       margin-left: -15px;
        margin-right: -15px;
    }
    #section1.section-home-intro.section-fh .animateable-content{
        margin-top: 0;
        padding-top: 55px;
        background-color: #1a1a1a;
    }
}


/*
 * Mobile XS
 */
@media only screen and (max-width: 680px) {
    /* Mobile grid */
    .col-xs-12{width:100%;}
    .col-xs-11{width:91.666666666667%;}
    .col-xs-10{width:83.333333333333%;}
    .col-xs-9{width:75%;}
    .col-xs-8{width:66.666666666667%;}
    .col-xs-7{width:58.333333333333%;}
    .col-xs-6{width:50%;}
    .col-xs-5{width:41.666666666667%;}
    .col-xs-4{width:33.333333333333%;}
    .col-xs-3{width:25%;}
    .col-xs-2{width:16.666666666667%;}
    .col-xs-1{width:8.3333333333333%;}

    .partners-section .partners-logo-wrapper img { height: 61px; }
    .section-hero .section-caption{ margin-top: -80px; }
    .section-hero .scroll-down-btn{ bottom: 100px; }

}



/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
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);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -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;
    -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 {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    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: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    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-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#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;
}
.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;
}


@media only screen and (max-width: 420px) {

    .section-home-intro .image-wrapper img {
        max-width: 300px;
    }
}

