@font-face {
    font-family: 'RalewayBold';
    src: url('fonts/Raleway-Bold.eot');
    src: local('☺'), url('fonts/Raleway-Bold.woff') format('woff'), url('fonts/Raleway-Bold.ttf') format('truetype'), url('fonts/Raleway-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayLight';
    src: url('fonts/Raleway-Medium.eot');
    src: local('☺'), url('fonts/Raleway-Medium.woff') format('woff'), url('fonts/Raleway-Medium.ttf') format('truetype'), url('fonts/Raleway-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    transition: all 0.5s ease;
    background-color: #f8f8f8;
    color: #333;
    font-family: 'RalewayLight', Helvetica, Arial, sans-serif !important;
    line-height: none;
}

b {
    font-family: 'RalewayBold';
}

.navbar-brand {
    font-family: 'RalewayBold', Helvetica, Arial, sans-serif !important;
}

.head-gradient {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.bottom-gradient {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    z-index: 5000;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.text-primary {
    color: #ff3a00;
}

.btn-circle {
    color: black;
}

/* SECTIONS */
.content-section {
    padding: 0;
    margin: -6px 0 6px 0;
}
.section-heading {
    margin-bottom: 20px;
    font-family: 'RalewayBold', Helvetica, Arial, sans-serif;
}

.section-heading + hr {
    margin-bottom: 50px;
}

@media(max-width:767px){

    .secondary-nav {
        padding: 10px;
    }
}

.col-lg-12.secondary-nav {
    padding: 10px;
}

.secondary-content {
    margin-top: 25px; 
    padding-top: 25px;
}

.service-box h3 {
    margin-top: 15px;
}

#map {
    margin-top: 50px;

}

.black-section {
    background-color: #000;
    color: #fff;
}

.black-section .content-text {
    background-color: #000;
    padding: 15% 2%;
    margin-bottom: 0px;
}

.black-section a {
    color: #ff3a00;
}

.black-section a:hover {
    color: #ff8b00;
    text-decoration: underline;
}

.black-section hr {
    border-color: #ff3a00;
}

.orange-section {
    background: #ff3a00;
    color: #000;
    padding: 0;

}

.orange-section .content-text {
    background-color: #ff3a00;
    padding: 15% 2%;
    margin-bottom: 0px;
}

.orange-section hr {
    border-color: #e1e1e1;
}

.orange-section a {
    color: #e1e1e1;
}

.orange-section .secondary-nav a {
    font-weight: bold;
    font-family: 'RalewayBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.orange-section .secondary-nav a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.orange-section .secondary-nav.active a {
    color: #222;
    font-weight: bold;
    text-decoration: underline;
}

.orange-section .secondary-content {
    border-top: 1px solid #e1e1e1;
}


/* Lightbox */
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'RalewayBold', Helvetica, Arial, sans-serif;
    
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category ,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name  {
    color: rgba(0,0,0,1);
}


.black-section .portfolio-box .portfolio-box-caption .orange-lightbox {
    background: rgba(255, 58, 0, 0.6);
}


/* FOR TEST */
.class1, .class2, .class3, .class4, .class5, .class6, .class7, .class8, .class9, .class10,
.class10, .class11, .class12, .class13, .class14, .class15, .class16, .class17, .class18, .class19, .class20,
.class21, .class22, .class23, .class24 {
    position: fixed;
    top: 100px;
    font-weight: bold;
    color: white;
    display: none;
    z-index: 9000;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .class1 {
        display: block;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    .class2 {
        display: block;
        top: 115px;
    }

    .custom-intro:before {
        content: '7 loops Studio';
        font-size: 50px;
        position: absolute;
        top: 59%;
        left: 3%;
        color: #000;
    }
    .custom-intro:after {
        content: 'Recording, Audio-Services, Coaching, Sounddesign';
        font-size: 14px;
        position: absolute;
        top: 72%;
        right: 3%;
        color: #000;
    }

    /* Styles */
    .class8 {
        display: block;
        top: 220px;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .class3 {
        display: block;
        top: 130px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    .class4 {
        display: block;
        top: 145px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    .class5 {
        display: block;
        top: 160px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .class6 {
        display: block;
        top: 175px;
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    .class7 {
        display: block;
        top: 190px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    .class23 {
        display: block;
        top: 205px;
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* INTRO */
    .custom-intro:before {
        content: '7 loops Studio';
        font-size: 50px;
        position: absolute;
        top: 60%;
        left: 3%;
        color: #000;
    }
    .custom-intro:after {
        content: 'Recording, Audio-Services, Coaching, Sounddesign';
        font-size: 14px;
        position: absolute;
        top: 72%;
        right: 3%;
        color: #000;
    }

    /* Styles */
    .class8 {
        display: block;
        top: 220px;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */
    .class9 {
        display: block;
        top: 235px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    .class10 {
        display: block;
        top: 250px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
    .class11 {
        display: block;
        top: 265px;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class24 {
        display: block;
        top: 280px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class12 {
        display: block;
        top: 305px;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class13 {
        display: block;
        top: 320px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class14 {
        display: block;
        top: 335px;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class15 {
        display: block;
        top: 350px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class16 {
        display: block;
        top: 365px;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class17 {
        display: block;
        top: 380px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
    .class18 {
        display: block;
        top: 395px;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    .class19 {
        display: block;
        top: 405px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    .class20 {
        display: block;
        top: 420px;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    .class21 {
        display: block;
        top: 435px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
    .class22 {
        display: block;
        top: 450px;
    }
}


.custom-intro {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    background: url(../images/intro-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 1px;
}

.custom-intro-header {
    position: absolute;
    font-size: 40px;
    padding-left: 1em;
    top: 47%;
    width: 100%;
    color: #000;
}

.custom-intro-text { 
    display: none;
}
@media (max-width: 1000px) {
    .custom-intro {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: left;
        background: url(../images/intro-bg-small.jpg) no-repeat center center scroll;
        background-color: black;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-bottom: 1px;
    }


    .custom-intro:before {
        content: ' ';
    }
    .custom-intro:after {
        content: ' ';
    }

    .custom-intro-text {
        display: inline;
        position: absolute;
        bottom: 8%;
        font-size: 18px;
        color: #000;
        width: 100%;
        text-align: center;
    }

}

@media (max-height: 670px) {
    .custom-intro-text {
        bottom: 0;
    }

    .custom-intro {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: left;
        background: url(../images/intro-bg-landscape.jpg) no-repeat center center scroll;
        background-color: black;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        margin-bottom: 1px;
    }

}




/* NAVIGATION */
/* CHANGED NAVIGATION BREAKPOINTS */

.navbar-logo {
    height: 25px; 
    margin: 0px 10px 5px 0px;
}

.navbar-logo.inverted {
    display: none;
}

.top-nav-collapse .navbar-logo.inverted {
    display: inline;
}

.navbar-logo.logo {
    display: inline;
}

.top-nav-collapse .navbar-logo.logo {
    display: none;
}

/* overwrite bootstrap */
.navbar-brand>img {
    display: inline;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: black;
}
.navbar-custom .navbar-toggle {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: none;
}
.navbar-custom a {
    color: white;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    color: rgba(255, 255, 255, 0.8);
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: none;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
    color: white;
}
@media (min-width: 1024px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: black;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.top-nav-collapse {
    margin-top: 0px;
}
.top-nav-collapse .navigation-entry {
    color: #fff !important;
}
.top-nav-collapse .navbar-brand {
    color: #fff !important;
}

/* Mobile Menu */
.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: white;
}

@media (max-width: 1023px) {
    .mobile-toggle {
        display: block;
    }

    .navbar-logo.inverted {
        display: inline;
    }

    .navbar-logo.logo {
        display: none;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;
}

@media (min-width: 1024px){

    .navbar-custom {
        margin-top: 20px;
    }
    .top-nav-collapse {
        margin-top: 0px;
    }

    .navigation-entry {
        font-family: 'RalewayBold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #000 !important;
        z-index: 6000;
    }

    .navbar-brand {
        font-size: 18px;
        color: black !important;
    }
}

@media (max-width: 1280px) {
    .navigation-entry {
        font-size: 14px;
    }
}

.lightbox-content.orange-lightbox {
    display: none; 
    background-color: #ff3a00; 
    padding: 25px; 
    min-width: 80%;
    
    font-size: 12px;
    
}

.lightbox-text {
    max-width: 800px;
    margin: 0 auto;
}

.orange-lightbox h3 {
    font-size: 14px; 
    margin-bottom: 5px;
    margin-top: 30px;
}

.lightbox-content.black-lightbox {
    display: none; 
    background-color: #000; 
    padding: 50px; 
    width: 100%;
    font-size: 14px;
    color: #e1e1e1;
}

.lightbox-content ul {
    padding-left: 10px;
    list-style: none;
}

.lightbox-content li {
    margin: 10px 0;
    
}

.lightbox-content li:before {
  content: "\f0a4"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

ul.content-list {
    padding: 0;
}

ul.content-list li {
    font-family: 'RalewayBold', Helvetica, Arial, sans-serif;
}

ul.content-list li>ul>li {
    margin-left: 30px;
    font-family: 'RalewayLight', Helvetica, Arial, sans-serif;
}

ul.content-list li>ul {
    margin-bottom: 15px;
}

.content-text h3 {
    margin: 40px 0 13px 0px;
}