/*!
 * 
 * 
 * 
 *      Autor: Tomasz Hycnar
 * 
 * 
 * 
 */


body {
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    font-family: 'Khand', sans-serif;
    /*font-family: 'Oswald', sans-serif;*/
    /*font-family: 'Khand', sans-serif;*/
    /*font-family: 'Athiti', sans-serif;*/
    min-width: 320px;
}


@media(min-width: 1px) {
    body {
        font-size: 8px;
    }
    .form-control,
    #bottom-content .menu li a,
    p, span.paragraph {
        font-size: 1.9em;
        line-height: 1.2;
    }
    .button {
        font-size: 1.8em;
    }

    h1,
    .h1,
    .pageTitle {
        font-size: 3em;
    }
    h2,
    .h2 {
        font-size: 2.6em;
    }
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 1.9em;
    }
}
@media(min-width: 768px) {
    body {
        font-size: 12px;
    }
    .form-control,
    #bottom-content .menu li a,
    p, span.paragraph {
        font-size: 1.2em;
        line-height: 1.2;
    }
    .button {
        font-size: 1.4em;
    }

    h1,
    .h1,
    .pageTitle {
        font-size: 4em;
    }
    h2,
    .h2 {
        font-size: 3.5em;
    }
    h3,
    .h3 {
        font-size: 2.4em;
    }
    h4,
    .h4 {
        font-size: 1.8em;
    }
    h5,
    .h5 {
        font-size: 1.5em;
    }
    h6,
    .h6 {
        font-size: 1.1em;
    }
}
@media(min-width: 992px) {
    body {
        font-size: 12px;
    }
    .form-control,
    #bottom-content .menu li a,
    p, span.paragraph {
        font-size: 1.2em;
        line-height: 1.2;
    }
    .button {
        font-size: 1.3em;
    }
}
@media(min-width: 1200px) {
    body {
        font-size: 12px;
    }

    #bottom-content .menu li a,
    p, span.paragraph {
        font-size: 1.5em;
        line-height: 1.4;
    }
    .button {
        font-size: 1em;
    }
}

a {
    color: #e53012;
}
a:hover,
a:active,
a:focus {
    /*color: red;*/
    text-decoration: none !important;
    outline: none;
}


h1, .h1,
h2, .h2,
h3, .h3 {
}
p {
    font-weight: 400;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
ul p,
table p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
strong {
    /*font-weight: 700;*/
}

hr {
    background-color: #d6d6d6;
    height: 2px;
    border: none;
    margin-top: 10px;
    margin-bottom: 5px;
}
hr:before {
    content:'';
    display:table;
    clear: both;
}


.letter-spacing-sm {
    letter-spacing: 1px;
}
.letter-spacing-md {
    letter-spacing: 1.5px;
}
.letter-spacing-lg {
    letter-spacing: 6px;
}

.float-none {
    float: none;
}

.overflow-hidden {
    position:relative;
    overflow: hidden;
}
.nodisplay {
    display: none;
}
.display-block {
    display: block !important;
}
.display-initial {
    display: initial !important;
}
.display-inline {
    display: inline !important;
}
.weight-light {
    font-weight: 300;
}
.weight-normal {
    font-weight: 400;
}
.weight-bold {
    font-weight: 500;
}
.vertical-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform:     translateY(-50%);
    transform:         translateY(-50%);
    transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
}
.vertical-link:hover {
    text-decoration: none;
}
.text-shadow {
    text-shadow: 0 0 25px rgba(0,0,0, 0.7);
}

.list-style-none {
    list-style: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clickable {
    cursor: pointer;
}

/*
    Hamburger menu
*/
.nav-button {
    position: fixed;
    z-index: 200;
}
@media(min-width: 1px) {
    #nav-button-right {
        top: 30px;
    }
    #nav-button-right {
        right: 15px;
    }
    #nav-button-left {
        left: 15px;
        top: 23px;
    }
}
@media(min-width: 768px) {
    #nav-button-right {
        top: 35px;
    }
    #nav-button-right {
        right: 50px;
    }
    #nav-button-left {
        left: 50px;
        top: 23px;
    }
}
@media(min-width: 992px) {
    #nav-button-right {
        top: 75px;
    }
    #nav-button-right {
        right: 120px;
    }
    #nav-button-left {
        left: 120px;
        top: 65px;
    }
}

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    width: 100%;
    background: #cecece;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

@media(min-width: 1px) {
    .is-open-nav #nav-icon1 span, .is-open-nav #nav-icon3 span, .is-open-nav #nav-icon4 span {
        background: #cecece;
    } 
}
@media(min-width: 1200px) {
    .is-open-nav #nav-icon1 span, .is-open-nav #nav-icon3 span, .is-open-nav #nav-icon4 span {
        background: #cecece;
    } 
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 40px;
} 
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    height: 3px; 
}


#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 14px;
}

#nav-icon1 span:nth-child(3) {
    top: 28px;
}

.is-open-nav #nav-icon1.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.is-open-nav #nav-icon1.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.is-open-nav #nav-icon1.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #FFFFFF;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    /*border-radius: 0 9px 9px 0;*/
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    /*border-radius: 9px 0 0 9px;*/
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
}

.is-open-nav #nav-icon2.active span:nth-child(1),.is-open-nav #nav-icon2.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-open-nav #nav-icon2.active span:nth-child(2),.is-open-nav #nav-icon2.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-open-nav #nav-icon2.active span:nth-child(1) {
    left: 5px;
    top: 7px;
}

.is-open-nav #nav-icon2.active span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

.is-open-nav #nav-icon2.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.is-open-nav #nav-icon2.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.is-open-nav #nav-icon2.active span:nth-child(5) {
    left: 5px;
    top: 29px;
}

.is-open-nav #nav-icon2.active span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* Icon 3 */
/*#nav-icon3:after {
    content: 'menu';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 17px;
}*/
#nav-icon3 span {
    /*    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;*/
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

.is-open-nav #nav-icon3.active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.is-open-nav #nav-icon3.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-open-nav #nav-icon3.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-open-nav #nav-icon3.active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.is-open-nav #nav-icon4.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.is-open-nav #nav-icon4.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.is-open-nav #nav-icon4.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}