/*
*
* Template Name: Stomp - Typographic Intro
* Concept: Template Landing Page / Coming Soon
* Files Associated: index-local.html, index-local-countdown.html
* Date Modified: 2017-06-29
* Description: Custom Styles associated with the demos
* Authors: Sven Creations(svencreations@gmail.com)
*
*/

/* ==================================================================
* Table of Contents:
*
* 1.0 - Custom Font Declarations(if any)
* 2.0 - Custom Styles
*       2.1 - Font Style Declarations and Other Fixes
*       2.2 - Font Colors and Backgrounds
* 3.0 - Responsive Styles
* 		3.1 - Small Devices, Tablets (≥768px)
* 		3.2 - Medium Devices, Desktops (≥992px)
* 		3.3 - Large Devices, Desktops (≥1200px)
*       3.4 - Wide Screens, Desktops (≥1824px)

================================================================== */

/* ==================================================================
1.0 Custom Font Declarations(if any)
================================================================== */
@font-face {
    font-family:'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Bold.eot');
	src: url('../fonts/TeXGyreHeros-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreHeros-Bold.woff2') format('woff2'),
		url('../fonts/TeXGyreHeros-Bold.woff') format('woff'),
		url('../fonts/TeXGyreHeros-Bold.svg#TeXGyreHeros-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

/* ==================================================================
2.0 Custom Styles
================================================================== */

/* 2.1 Font Style Declarations and Other Fixes
-------------------------------------------------------------- */
.fontLoaded .sven-container { /* Teaser Font */
    font-family: 'TeXGyreHeros', sans-serif;
}

body {
    font-family: 'Poppins', 'Tahoma', 'Geneva', sans-serif;
}

.sound-info {
    font-family: "Arial", sans-serif;
}

#stomp-intro h1 {
    -webkit-text-stroke: 0px;
}

.lt-main {
    font-weight: normal;
    font-size: 18px;
	font-size: 5vw;
    line-height: 1.1;
    white-space: nowrap;
}

.font2x {
    font-size: 36px;
    font-size: 10vw;
}

.font4x {
    font-size: 72px;
    font-size: 20vw;
}

.splash-page .centered {
    white-space: normal;
}

.splash-page .st-btn {
    margin: 0;
}

.pl-wrapper { /* Hide Player Controls by default */
    display: none;
}

.YTPOverlay, .bv-overlay { /* Hide Video overlays */
    display: none;
}

/* 2.2 Font Colors and Backgrounds
Stamp - #111517, Content BG - #F5F5F5, Headline - #111517,
Paragraph - #888, Contrast / Highlight(Buttons BG) - #EF0D33
-------------------------------------------------------------- */

.sk-double-bounce .sk-child /* Preloader Circle Color */
{
    background: none #FFF;
}

.splash-page .btn-fill {
    background: #EF0D33;
}

/* Teaser Content BG and Text Color */
.bg-white {
    background: #FFF;
}

.bg-white .lt-main {
    color: #000;
}

.lt-main.tint-bl {
    color: #000;
}

/* Revealer Background */
.revealer {
    background: #EF0D33;
}

/* Main Page */
#intro-content {
    background: #111517;
}

#main-content {
    background: #F5F5F5;
}

/* Buttons */
.form-group .btn-bordered {
    border-color: #EF0D33;
    color: #EF0D33;
}

.form-group .btn-bordered:hover,.form-group .btn-bordered:active, .btn-fill {
    background: #EF0D33;
    color: #FFF;
}

.addr-details a:hover {
    color: #EF0D33;
}

/* Custom Scrollbar */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #EF0D33;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(239, 13, 51,0.75);
}

.vid-fallback {
    background-image: url("../../images/local/particles-fallback.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sub-bg {
	background-image: url("../../images/local/bg-laptop.jpg");
	background-color: #111517;
}

#intro-content::before, .splash-page::before {
    background-image: url("../../images/local/main-bg.jpg");
}

.tf-logo {
    width: 324px;
}

/* ==================================================================
3.0 - Responsive Styles
================================================================== */


/* 3.00 - Smartphones (≥768px)
-------------------------------------------------------------- */
@media only screen and (min-width : 300px) {
    .lt-main {
        font-size: 38px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 76px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 152px;
        font-size: 18vw;
    }

    #logo {
        font-size: 2em;
        font-family: 'Tourney';
        margin-bottom: 20px!important;
        margin-top: -20px!important;
    }
    .st-desc h2 {
        padding-top: 10px;
        margin: 0!important;
        font-size: 1.5em;
    }
    .st-desc h3 {
        font-size: 1.2em;
        font-weight: 200;
        margin: 0!important;
        line-height: 0.9;
    }
}


/* 3.1 - Small Devices, Tablets (≥768px)
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
    .lt-main {
        font-size: 38px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 76px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 152px;
        font-size: 18vw;
    }

    #logo {
        font-size: 3.5em;
    }
    #logo {
        font-family: 'Tourney';
        margin-top: 20px!important;
        margin: 0 0 60px 0!important;
    }
    .st-desc h2 {
        font-size: 2.7em;
        padding-top: 80px;
        margin: 0!important;
    }
    .st-desc h3 {
         font-size: 1.8em;
         font-weight: 200;
        margin: 0!important;
        line-height: 0.9;
    }
}

/* 3.2 - Medium Devices, Desktops (≥992px)
-------------------------------------------------------------- */
@media only screen and (min-width : 992px) {
    .lt-main {
        font-size: 48px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 96px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 192px;
        font-size: 18vw;
    }
}

/* 3.3 - Large Devices, Desktops (≥1200px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1200px) {
    .lt-main {
        font-size: 64px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 128px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 256px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: center;
    }

    .tf-logo {
        width: 648px;
    }
}

/* 3.4 - Wide Screens, Desktops (≥1824px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
    .lt-main {
        font-size: 92px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 184px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 368px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: left;
    }
}



.st-desc h3 {
    margin: 0!important;
    line-height: 0.9;
}

.fw600 {
    font-weight: 300;
}
.druk {
    margin-top: 40px;


}

.druk .row:nth-child(1) {
        border-top: 1px solid red;

}
.druk .row {
    margin: 0!important;
    border-bottom: 1px solid red;
    cursor: pointer;
    font-size: 1.1em;
}
.druk .row .col-sm-3 span {
    color: red;
    letter-spacing: 1px;
    font-size: 1.3em;
}
.druk .row p {
    margin-bottom: 0px;
    padding: 2.1% 0;
}
.druk .row .fa {
    float: right;
    vertical-align: bottom;
    margin-top: 5px;
}
.druk .row:hover {
    transform: scale(1.05);
    animation: all 0.8s;
}
.druk a {
    color: white;
    text-decoration: none;
}

