@font-face {
    font-family: 'the_frontmanregular';
    src: url('fonts/the_frontman.woff2') format('woff2'), url('fonts/the_frontman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

.flaticon-karaoke:before {
    content: "\f100";
}

.flaticon-saxophone:before {
    content: "\f101";
}

.flaticon-electric-guitar:before {
    content: "\f102";
}

.flaticon-drum-set:before {
    content: "\f103";
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}


/************************************
SKELETON
************************************/

body {
    font-size: 15px;
    color: white;
    line-height: 1.5;
    font-weight: 300;
    background-color: #070a0a;
    letter-spacing: 1px;
}

body.boxed-layout {
    background: url(images/background1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.boxed-layout .wrapper {
    margin: 40px auto;
    max-width: 1200px;
}

ol,
p,
ul {
    margin-bottom: 20px;
}

ol li,
ul li {
    margin-bottom: 5px;
}

p,
body body,
p {
    color: white;
}

p b {
    color: #e75353;
}

h1,
h2,
h3 {
    color: #070a0a;
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 35px;
    color: #e75353;
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

a {
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #2c2f33;
}

hr.invis {
    margin: 30px 0;
    border: 0 solid #111;
}

mark {
    color: #ffffff;
}


/************************************
HEADER
************************************/

.header {
    position: absolute;
    z-index: 10;
    display: block;
    margin: auto;
    width: 100%;
    padding: 10px 0;
}

.normal-header {
    padding: 20px 0 40px;
    position: relative;
}

.normal-header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1111;
    padding: 10px 0;
    background-color: #070a0a;
}

.header .navbar-default {
    border-radius: 0;
    margin: 0;
    background-color: #333333;
    border: 0;
}

.navbar-brand img {
    width: 100%;
    text-align: center;
    max-width: 200px;
    margin: auto;
}

.first-header .navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e75353;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-header button {
    background-color: #e75353 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}


/************************************
SECTION
************************************/

.section {
    padding: 80px 0;
    z-index: 2;
    display: block;
    background-color: #070a0a;
}

.transparent-color {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.section.nobpad {
    padding: 30px;
}

.section.lb {
    background-color: #030303;
}

.section.wb {
    background-color: #ffffff;
}

.first-section {
    z-index: 1;
    position: relative;
}

.index-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 100px 100px #070a0a inset
}

.index-image-overlay {
    background-color: rgba(0, 0, 0, .3)
}

.home-video:after {
    content: "";
    display: table;
    clear: both;
}

.home-video iframe {
    width: 100%;
}

.video-wrapper .btn {
    margin-top: 20px;
}

.videoframe,
.video-wrapper .blog-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.m30 {
    margin-bottom: 30px;
}

.section-small-title,
.section-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.section-title-scotch {
    margin-bottom: 0px;
    margin-top: 60px;
}

.section-title h2 {
    font-size: 34px;
    padding: 0;
    margin: 0 0 30px;
    font-weight: 900;
    font-family: 'the_frontmanregular';
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
}

.section-title-scotch h2 {
    font-size: 24px;
}

.section-title p {
    font-size: 17px;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    color: rgb(180, 180, 180);
    letter-spacing: 1px;
    font-weight: 400;
}

.section-small-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.section-small-title h2 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 30px;
    font-weight: 900;
    font-family: 'the_frontmanregular';
    line-height: 1;
    letter-spacing: 1px;
}

.section-small-title p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 1px;
}

.intro {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    border-radius: 100px;
    display: block;
    margin: auto;
}

.customtitle {
    position: absolute;
    bottom: -25px;
    top: auto;
    z-index: 10;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    -webkit-transform: rotate(-5deg);
    /* Safari */
    transform: rotate(-5deg);
    animation: shake 2s cubic-bezier(.56, .07, .19, .97) both;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.customtitle h2 {
    padding: 0;
    font-family: 'the_frontmanregular';
    line-height: 1;
    margin: 0;
}

.customtitle h2 i {
    color: #ffffff;
}

.customtitle h1 {
    padding: 0;
    font-family: 'the_frontmanregular';
    line-height: 1;
    margin: 0;
}

.customtitle h1 i {
    color: #ffffff;
}


/************************************
COPYRIGHTS
************************************/

.copyrights {
    padding: 0;
    font-size: 14px;
}

.copyrights p,
.copyrights li a {
    font-weight: 300;
}

.copyrights li a {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
}

.copyrights img {
    max-width: 65px;
    margin: 0 auto 30px;
}

.copyrights p {
    margin: 5px 0;
    padding-bottom: 0;
    color: #9a9a9a
}

.copyrights ul li {
    margin: 0 5px !important;
    padding: 0 !important;
}

.copyrights ul {
    padding: 0 !important;
    margin: 0 !important;
}

.section.wb .section-title h2 {
    color: #081118;
}

.section .section-title h2 i {
    color: #e75353;
}

.section.wb .section-title p,
.section.wb p,
.section.wb li {
    color: #212121;
}

.section.wb p b {
    color: #e75353;
}

.section ul,
.section ol {
    padding-left: 30px;
    counter-reset: item;
}

.section ul li,
.section ol li {
    list-style: none;
    position: relative;
    display: block;
    padding-left: 10px;
}

.section ul li:before {
    left: -15px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #e75353;
    content: '';
    position: absolute;
}

.section ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #e75353;
    font-weight: 600;
    position: absolute;
    left: -15px;
    top: 0px;
}


/************************************
TABLE
************************************/

.table-responsive {
    border-color: #111;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    border-top-color: rgba(255, 255, 255, 0.1);
    font-weight: 300;
    padding: 15px 10px;
    color: white;
}

.table>thead>tr>th {
    border-bottom-color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #e75353;
    text-transform: uppercase;
    font-weight: bold;
}

.table .col-md-2 {
    font-weight: bold;
}


/************************************
PARALLAX
************************************/

.parallax {
    background-attachment: fixed;
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center top !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/************************************
RESPONSIVE
************************************/

@media (max-width: 1200px) {
    .widget-title span {
        margin-right: 4px;
    }
}

@media (max-width: 992px) {
    .twitter-widget {
        margin-top: 30px;
    }
    .grid__item {
        margin: 0 auto;
        min-width: 80%;
        width: 80%;
    }
    .section-title h2,
    .customtitle h2 {
        font-size: 18px;
    }
    .header .container {
        width: 100%;
    }
}

@media (max-width: 860px) {
    .nav>li>a {
        font-size: 12px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .index-image-overlay {
        box-shadow: none;
    }
    .navbar-default .navbar-toggle,
    .navbar-toggle,
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #111;
    }
    .header {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .parallax {
        background-attachment: fixed !important;
        background-position: center top !important;
        background-size: contain !important;
        background: no-repeat;
    }
    .customtitle {
        bottom: 10px;
    }
    .section {
        padding: 80px 0;
    }
    .first-section {
        padding: 340px 0 0;
    }
    .section#points {
        padding-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .first-section {
        padding: 540px 0 0;
    }
    .navbar-nav {
        margin: auto;
        display: flex;
        justify-content: center;
        float: none;
    }
    .navbar-nav li {
        float: none;
    }
}

@media (min-width: 1025px) {
    h1 {
        font-size: 70px;
    }
    .first-section {
        padding: 700px 0 0;
    }
    .parallax {
        background-size: cover;
        background-position: 0 -50px !important;
    }
    .customtitle {
        bottom: 65px;
    }
}

.google {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.formFooter-heightMask {
    display: none;
}

th.col-md-6,
td.col-md-6 {
    width: 70%;
}

th.col-md-2,
td.col-md-2 {
    width: 30%;
}