@font-face {
    font-family: "Montserrat Black";
    src: url("../fonts/Montserrat-Black.ttf");
}
@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat Light";
    src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Montserrat Thin";
    src: url("../fonts/Montserrat-Thin.ttf");
}
@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Fjalla";
    src: url("../fonts/FjallaOne-Regular.ttf");
}
@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Light.ttf");
}

.font-black { font-family: "Montserrat Black";}
.font-thin { font-family: "Montserrat Thin";}
.font-light { font-family: "Montserrat Light";}
.font-regular { font-family: "Montserrat Regular" !important;}
.font-roboto-regular { font-family: "Roboto Regular";}
.font-fjalla { font-family: "Fjalla";}
.font-raleway { font-family: "Raleway" !important;}
.font-bold { font-weight: bold;}
.font-uppercase { text-transform: uppercase;}

.orange { color: #F8B007 !important; }
.white { color: #FFFFFF !important; }
.grey { color: #333333 !important; }
.orange-background { background-color: rgba(248, 176, 7, 0.59) !important; }
.orange-button { background-color: #F8B007 !important;}
.orange-link { color: #ffffff; text-decoration: underline;}
.transparent-button {
    background-color: transparent;
    border: 1px solid white !important;

}
.grey-button { background-color: #333333 !important;}
.transparent { background-color: transparent; }
.turn-black { background-color: #000000;}

.padding-left-right-7em {padding: 0 7em;}
.padding-left-right-5em {padding: 0 5em;}
.padding-left-right-3em {padding: 0 3em;}
.padding-left-right-1em {padding: 0 1em;}
.padding-left-right { padding: 0 7em;}

.is-borderless {border: none;}
.is-marginless {margin: 0;}
.is-flex-v-centered {
    display: flex;
    align-items: center;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

#content {
    display: none;
}
.fixed { position: fixed;}
.fixed-body { position: fixed; overflow-y: hidden; width: 100%}
.text-right { text-align: right;}
.text-center { text-align: center;}
.text-left { text-align: left;}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
}
.max-1000 { max-width: 1000px;}


@media only screen and (orientation: portrait) and (max-width: 766px){
    .padding-left-right-7em {padding: 0 3em;}
    .padding-left-right { padding: 0;}

    #cookie-modal .modal-dialog {
        margin-top: 100px !important;
        position: relative;
        top: -95px;
        width: 100vw;
        padding: 10px;
    }
    #cookie-modal .modal-dialog .modal-header {
        padding-bottom: 0;
    }
    #cookie-modal .modal-dialog .modal-header .modal-title {
        font-size: 0.9em !important;
    }
    #cookie-modal .modal-dialog #cookie-modal-message {
        font-size: 1em !important;
    }
    #cookie-modal .modal-dialog #cookie-modal-advanced-types #cookie-modal-advanced-title {
        font-size: 1em !important;
    }
    #cookie-modal .modal-dialog #cookie-modal-advanced-types .list-head {
        font-size: 1em !important;
    }
    #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra {
        font-size: 1em !important;
        color: #ffffff;
    }

    #politica p,
    #termeni p {
        color: #b5b5b5;
        font-size: 0.8em;
        text-align: start !important;
    }

    footer a{
        display: block;
    }

}

html {
    background: #000000;
}

body#dark {
    font-size: 12px;
    background: black;
    min-height: 100vh;
}
.navbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
    display: none;
}

.navbar-item {
    text-align: center;
    font-family: 'Fjalla';
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.4em 0;
}

.navbar-item .navbar-link {
    padding: 0.5rem 0;
}
.navbar-item .navbar-link::after {
    display: none;
}
.navbar-item .navbar-dropdown {
    border: none !important;
    background-color:transparent !important;
}
.navbar-item .navbar-dropdown .navbar-item {
    font-weight: normal;
    font-family: 'Raleway';
    padding: 0.3em .75em;
    font-size: 0.9em;
}
.navbar-item .navbar-dropdown .navbar-item:first-child {
    padding: 0;
}

.page-title {
    letter-spacing: 5px;
    color: white;
}

.overlay-menu {
    display: block;
    position: absolute;
    z-index: 2;
    height: 92vh;
    width: 100vw;
    background-color: black;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 2;
    height: 92vh;
    width: 100vw;
    background-color: black;
}
.navbar a {
    color: white;
}

.navbar-burger {
    margin-left: initial;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}


html {
    height: 100%;
    overflow: hidden;
}
body {
    margin:0;
    padding:0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Oswald;
    perspective: 1px;
}

.cursuri-wrapper img {
    filter: opacity(0.5);
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.overlay button,
.overlay .button {
    margin-top: 30px;
    width: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
}

/*SECTION PARTS SIZING*/
h1 {
    font-size: 250%
}

.header h1{
    margin-top: -20px;
}

p {
    font-size: 1.2em;
    line-height: 150%;
    color: #333;
}
.section {
    position: relative;
    padding: 20% 10%;
    min-height: 100%;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 1px rgba(0, 0, 0, .7), 0 -5px 1px rgba(0, 0, 0, .7);
    background: 50% 50% / cover;
}

/*SECTION DATA BOXES*/
.text {
    width: 50%;
    padding: 10px 50px;
    border-radius: 5px;
    background: rgba(200,200,200, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
#section1 .text{
    margin-left: auto;
    margin-right: auto;
}
#section2 .text{
    margin-left: 0;
    margin-right: auto;
}
#section3 .text{
    margin-left: auto;
    margin-right: 0;
}
.header, .footer {
    text-align: center;
    font-size: 175%;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}


/*SECTION IMAGES*/
#title {
    background-image: url("../images/carabiner1.png"), url("../images/texture.jpg");
    background-attachment: fixed;
    height: 130vh;
    box-shadow: none;
}

#title2 {
    background-image: url("../images/shoe.png"), url("../images/texture.jpg");
    background-attachment: fixed;
    height: 230vh;
    box-shadow: none;
    background-color: black;
}
#newsletter{
    background-image: url("../images/carabiner.png"), url("../images/texture.jpg");
    background-attachment: fixed;
    background-color: black;
    height: 100vh;
    box-shadow: none;
}
#newsletter input {
    border-radius: 0;
    border: 1px solid white;
    background-color: transparent;
}

#newsletter input::placeholder {
    color: white
}

#newsletter-footer input {
    background-color: transparent;
    border-radius: 0;
}

#newsletter-footer input {
    background-color: transparent;
    border-radius: 0;
}

#newsletter-footer input::placeholder {
    color: white;
}

#contact  form {
    margin-top: 2em;:
}
#contact input,
#contact textarea {
    background-color:transparent;
    color: white;
}

#contact input::placeholder {
    color: darkgrey;
}
#contact .orange-link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

#preturi p,
#harta p,
#harta-mobile p {
    display: inline-block;
    color: #ffffff;
}

.orar {
    background-color: black;
    position: absolute;
    padding: 40px;
    right: 5%;
    top: +10%;
    height: 80%;
    width: 40%;
}
#section2 {
    background-image: url("http://i.imgur.com/SYAARx7.jpg");
    background-attachment: fixed;
}
#section3{
    background-image: url("http://i.imgur.com/jo4HX13.jpg");
    transform: translateZ(-1px) scale(2);
    z-index:-1;
}
#section4{
    background: #111;
}


html #cookie-modal {
    opacity: 1;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}
html #cookie-modal .modal-dialog {
    margin-top: 10em;
    width: 100vw;
}
html #cookie-modal .modal-dialog .modal-content {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.92);
    border-radius: 0;
    margin: 0 auto;
    max-height: 90vh;
}
html #cookie-modal .modal-dialog .modal-content .modal-header {
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Fjalla';
    color: #F8B007;
}
html #cookie-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.3em;
}
html #cookie-modal .modal-dialog .modal-content .modal-header .modal-title .heading-sep {
    margin: 20px auto;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body {
    font-family: 'Raleway';
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-message {
    text-align: center;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-message .orange-link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-message #cookie-modal-more-link {
    color: #F8B007;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types {
    display: block !important;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types #cookie-modal-advanced-title {
    font-size: 1em;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types li {
    list-style-type: none;
    margin-left: 30px;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra {
    margin-top: 3px;
    font-size: 1em;
    color: #ffffff;
}

html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra p {
    font-size: 1em;
    color: #ffffff;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra em {
    margin: 0 3px;
    color: orange;
    padding: 0 3px;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra .list {
    margin-left: 2em;
    width: auto;
}
html #cookie-modal .modal-dialog .modal-content #cookie-modal-body #cookie-modal-advanced-types .extra .list-head {
    font-size: 1em;
}
html #cookie-modal .modal-dialog .modal-content .modal-footer {
    border: none;
    text-align: center;
}
html #cookie-modal .modal-dialog .modal-content .modal-footer #cookie-modal-advanced-btn {
    display: none;
}
html #cookie-modal .modal-dialog .modal-content .modal-footer #cookie-modal-accept-btn {
    font-family: 'Fjalla';
    background-color: transparent;
    font-size: 1em;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    margin-top: 12px;
    padding:  15px;
}

#politica p,
#termeni p,
#faq p {
    color: #b5b5b5;
    font-size: 1em;
    text-align: justify;
}

#black-curtain {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #272424;
    width: 100%;
    height: 100%;
    z-index: 31;
    justify-content: center;
    align-items: center;
    opacity:0;
    transition: opacity 2s;
}

#cursuri {

}

#cursuri .shadow,
#shop .shadow {
    margin: 20px;
    -webkit-box-shadow: 8px 11px 74px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 11px 74px 0 rgba(0,0,0,0.75);
    box-shadow: 8px 11px 74px 0 rgba(0,0,0,0.75);
}

#invitatii .button {
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;

}

footer a {
    text-decoration: none;
    color: white;
    display: block;
}

footer a:active,
footer a:active,
footer a:hover {
    color:white;
    cursor: pointer;
}