@font-face {
    font-family: 'Single Sleeve';
    src: url('font/sing_14l.ttf'); /* IE9 Compat Modes */
    /*src: url('single_sleeve.ink?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('webfont.woff2') format('woff2'), !* Super Modern Browsers *!*/
    /*url('webfont.woff') format('woff'), !* Pretty Modern Browsers *!*/
    /*url('webfont.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
    /*url('webfont.svg#svgFontName') format('svg'); !* Legacy iOS *!*/
}

@font-face {
    font-family: 'DIN Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Condensed Bold'), url('font/DINCondensed-Bold.woff') format('woff');
}


body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #000000;

}

html {
    width: 100%;
    height: 100%;
}

.div-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.div-wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.subtitle {


    color: #906e21;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;


}

li {
    color: #c7bd9b;
    font-family: "Georgia";
    font-size: 17px;

    font-style: italic;
    letter-spacing: 0px;
    line-height: 30px;
}

.vet-text {
    font-family: "Georgia";
    font-size: 14px;
    font-style: italic;
    color: #c7bd9b;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0px;
    line-height: 30px;
}

/* begin Navbar */

@media (max-width: 1199px) {
    .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;
    }

    #menu > .collapse.in {
        display: flex !important;
        position: static;
    }
}

.navbar-default .navbar-toggle {
    border-color: #906e21;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #906e21;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #906e21;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
    background-color: #302a21;
}

.collapsing {
    position: static;
    display: flex;
}

.navbar {
    background: transparent;
    margin-bottom: 0;
    /*min-height:100%;*/
    /*height:100%;*/
    padding: 10px 0;
    -webkit-transition: background .0s ease-in-out, padding 1.1s ease-in-out;
    -moz-transition: background .0s ease-in-out, padding 1.1s ease-in-out;
    transition: background .0s ease-in-out, padding 1.1s ease-in-out;

}


.navbar-nav {
    float: left;
    margin: 0 auto;

}

.navbar-default {

    border-color: transparent;
    padding: 0px 0px;

}

@media (max-width: 768px) {

    .navbar-collapse.in {
        overflow-y: visible;
    }
}


.navbar-custom {
    max-height: 70px;
    background: #1d1a16;
    border-bottom: solid 2.1px #29231b;
    -webkit-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.navbar-custom li:first-child {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);

}

.navbar-custom li:not(:first-child) {
    border-right: 1px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: solid 2.1px #29231b;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);

    display: block;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;


}

.navbar-custom li:last-child {
    border-right: 1px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: solid 1px #29231b;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: block;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;


}


.navbar-custom li:not(:first-child):hover {
    padding: 15px 10px;
    background: #29231b;
    border-bottom: 0px solid #373125;
    -webkit-box-shadow: 2px 1px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 0px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

.navbar-custom li:not(:first-child):hover > a {
    color: #8f6d22;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}


.navbar-custom li:not(:first-child):active, .navbar-custom li:not(:first-child).active, .navbar-custom li:not(:first-child):focus {
    padding: 15px 10px;
    background: #29231b;
    color: #8f6d22;
    border-right: 2.1px solid #373125;
    border-bottom: 0px solid #373125;
    border-left: solid 1px #373125;
    -webkit-box-shadow: 2px 1px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 0px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

.navbar-fixed-top {
    /*min-height:100px;
      height:80px;

    position:fixed;*/

}

.navbar-inner {
    background: #141917;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;


}

@media (max-width: 1199px) {
    .navbar-custom {
        height: 100%;
        width: 100%;
        max-height: 100%;
        background: #1d1a16;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
    }

    .navbar-custom li:first-child {
        display: none;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);

    }

    .navbar-custom li:not(:first-child) {
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: solid 1px transparent;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        border-left: solid 1px #29231b;
        display: block;
        padding: 10px 10px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;


    }

    .navbar-custom li:not(:first-child):hover {
        padding: 15px 10px;
        background: #2c2316;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: solid 1px black;
        -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;

    }

    .navbar-custom li:not(:first-child):hover > a {
        color: #8f6d22;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;

    }


    .navbar-custom li:not(:first-child):active, .navbar-custom li:not(:first-child).active, .navbar-custom li:not(:first-child):focus {
        padding: 15px 10px;
        background: #2c2316;
        color: #8f6d22;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: solid 1px black;
        -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;

    }

}

.close {

    color: #fff;
    cursor: pointer;

}

.clickable {
    cursor: pointer;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 0px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    letter-spacing: -2px;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    text-shadow: none;
    color: #4d4431;
    transition: border-color 1s ease;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);

}

.navbar .nav > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {

    color: #8f6d22;
    /*background: transparent url(../images/navbar-active.png) repeat-x 0% center;*/
    background-size: 200%;
    background-position: bottom;
    background-color: transparent;
    /*background-color: #141917;*/
    transition: border-color 1s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #8f6d22;
    /*background-color: transparent;*/
}

.top-nav-collapse {
    padding: 0px 0;


}


.top-nav-collapse .navbar-brand > #brand {
    /*content:url("../images/logo mini.png");*/


    /*background: url("../images/fire.gif") no-repeat;*/
    /*width: 90px;*/
    /*height: 75px;*/
    /*background-size: 90px 75px;*/
    /*transition: all 0.2s ease 0s;*/
    /*margin-left: -20px;*/
    /*margin-right: -5px;*/

    background: url("../images/logo mini.png") no-repeat;
    width: 135px;
    height: 90px;
    background-size: 140px 90px;
    transition: all 0.2s ease 0s;
    margin-left: -40px;
    margin-right: -25px;


}

#brand-mobile {
    display: none;
}


@media (min-width: 1199px) {


    #brand {
        margin-left: -85px;
        margin-right: -50px;
        background: url("../images/logo-veterans-web.png") no-repeat;
        width: 266px;
        height: 183px;

        background-size: 266px 183px;
        margin-top: -15px;

        transition: all 0.2s ease 0s;
    }
}

.display-mobile {
    display: none !important;
}

.display-desktop {
    display: block !important;
}

@media (max-width: 1199px) {
    .display-mobile {
        display: block !important;
    }

    .display-desktop {
        display: none !important;
    }

    #brand {
        margin-left: -85px;
        margin-right: -50px;
        background: url("../images/logo mini.png") no-repeat;
        width: 108px;
        height: 74px;
        background-size: 108px 74px;
        transition: all 0.2s ease 0s;

    }

    #brand-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        background: url("../images/logo-mini-footer.png") no-repeat;
        width: 64px;
        height: 64px;

        background-size: 64px 64px;
        margin-top: -7px;

        transition: all 0.2s ease 0s;
    }
}


.container-nav {
    max-height: 70px;
    width: 95%;
    padding-right: auto;
    padding-left: auto;
    margin-right: -15px;
    margin-left: auto;
    border-bottom: solid 2.1px #29231b;
    border-left: solid 2.1px #29231b;
    -webkit-box-shadow: 2px 1px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 1px 0px 0px rgba(0, 0, 0, 0.75);
    background: #1d1a16;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);


}

.container-nav-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-nav > .navbar-header,
.container-nav-fluid > .navbar-header,
.container-nav > .navbar-collapse,
.container-nav-fluid > .navbar-collapse {
    /*margin-right: -15px;
    margin-left: -15px;*/
    /*background: #1d1a16 ;*/
    /*background-size: 100% 71px;*/
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .container-nav {
        max-height: 70px;
        width: 100%;
        padding-right: auto;
        padding-left: auto;
        margin-right: auto;
        margin-left: auto;
        background: #1d1a16;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);


    }

    .container-nav > .navbar-header,
    .container-nav-fluid > .navbar-header,
    .container-nav > .navbar-collapse,
    .container-nav-fluid > .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
        background: #302a21;
        background-size: 100%;

    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #141917;
}


.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 0px;
    height: 0px;
}

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

.navbar-toggle {

    margin-right: 30px;

}

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 10%;
    padding-left: 0%;
}

@media (max-width: 1070px) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0%;
        padding-left: 0%;
    }

}


@media (max-width: 1400px) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0%;
        padding-left: 0%;
    }
}

/* end Navbar */


/* Begin trailer section  */


#sec1-bgPattern {
    /* display: block;*/

    /*background: url(../images/pattern.png) ;*/
    margin-bottom: -100px;

}

/*#sec1-bgPattern:hover {*/
/*!* display: block;*!*/

/*background: url(../images/pattern.png) ;*/
/*margin-bottom: -100px;*/

/*}*/

#sec1-bg {
    width: 100%;
    background: url(../images/sec1-bg.jpg) repeat-x 0% center;
    background-size: 100%;
    background-position: top;


}

#sec1-bg img {
    width: 100%;
    background: url(../images/sec1-bg.jpg) repeat-x 0% center;
    background-size: 100%;
    background-position: top;
    opacity: 0; /* make it transparent */
}


#games {
    /*background: #f8f9fb;*/
    padding-bottom: 0;
    overflow: hidden;

}

#games .title {
    color: #3f382e;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -3px;
    /*text-align: center;*/
}


#games .text {
    font-family: "Myriad Pro";
    font-size: 15px;
    color: #878788;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 1px;
    line-height: 23px;

}

#games .subtitle {


    color: #906e21;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;


}

#veterans-bg {
    background: url(../images/veterans-bg.jpg) repeat-x;
    background-size: 100% auto;
}

#heroes-page-bg {
    background: url(../images/heroes-page-bg.jpg) repeat-x;
    background-size: 100% auto;

}

@media (max-width: 1400px) {
    #veterans-bg {
        background: url(../images/veterans-bg.jpg) repeat-x;
        background-size: auto auto;

    }

    #heroes-page-bg {
        background: url(../images/heroes-page-bg.jpg) repeat-x;
        background-size: auto auto;

    }

}


#veterans {
    padding-bottom: 0px;
}

#veterans .title {
    margin-top: 50px;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 60px;
    color: #6a6754;
    font-weight: bold;
    letter-spacing: -2px;
}

#veterans .text {
    font-family: "Georgia";
    font-size: 20px;
    font-style: italic;
    color: #c7bd9b;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 0px;
    line-height: 30px;

}

#veterans .title-hero-page {
    margin-top: 50px;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 85px;
    color: #c7bd9a;
    font-weight: bold;
    letter-spacing: -2px;
    margin-left: -30px;
}

.padding-veterans {
    padding-top: 50px;


}


#core .title {
    /*margin-top: 80px;*/
    font-family: "Roboto";
    font-size: 50px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

#core .text {
    font-family: "Myriad Pro";
    font-size: 15px;
    color: #878788;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 1px;
    line-height: 23px;

}

@media (max-width: 1400px) {
    #veterans {
        padding-bottom: 0px;
    }

    .padding-veterans {
        padding-top: 50px;


    }

    #veterans .title {
        /*margin-top: 80px;*/
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;

    }

    #veterans .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /* font-weight: bold; */
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;


    }

    #veterans .title-hero-page {
        margin-top: 50px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 85px;
        color: #c7bd9a;
        font-weight: bold;
        letter-spacing: -2px;
    }

    #veterans .btn-outline-details {
        color: #4b4b4b;
        font-size: 13px;
        border: solid 2px #4b4b4b;
        background: transparent;
        transition: all 0.3s ease-in-out;
        margin-top: 15px;
        border-radius: 0%;
        font-weight: bold;


    }

    #core .title {
        /*margin-top: 80px;*/
        font-family: "Roboto";
        font-size: 50px;
        color: black;
        font-weight: bold;
        letter-spacing: 1px;
        margin-left: 0;

    }

    #core .text {
        font-family: "Myriad Pro";
        font-size: 13px;
        color: #878788;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 1px;
        line-height: 23px;
        padding-right: 60px;
        margin-left: 0;


    }
}

@media (max-width: 1300px) {
    .padding-veterans {
        padding-top: 50px;


    }

    #veterans .title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: -50px;

    }

    #veterans .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /* font-weight: bold; */
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: -50px;


    }

    #veterans .title-hero-page {
        margin-top: 50px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 85px;
        color: #c7bd9a;
        font-weight: bold;
        letter-spacing: -2px;
    }

    #core .title {
        /*margin-top: 80px;*/
        font-family: "Roboto";
        font-size: 50px;
        color: black;
        font-weight: bold;
        letter-spacing: 1px;
        margin-left: 0;


    }

    #core .text {
        font-family: "Myriad Pro";
        font-size: 13px;
        color: #878788;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 1px;
        line-height: 23px;
        padding-right: 60px;
        margin-left: 0;


    }

    #veterans .title-carousel-custom {

        margin-left: 0px;

    }

    #veterans .text-carousel-custom {
        margin-left: 0px;


    }

    #veterans .btn-outline-details {
        color: #4b4b4b;
        font-size: 13px;
        border: solid 2px #4b4b4b;
        background: transparent;
        transition: all 0.3s ease-in-out;
        margin-top: 0px;
        border-radius: 0%;
        font-weight: bold;


    }
}

@media (max-width: 1199px) {
    .padding-veterans {
        padding-top: 0px;


    }

    #games {
        /*background: #f8f9fb;*/
        padding-bottom: 0;

    }

    #veterans {
        padding-bottom: 0px;

    }

    .margin-btn-collapsecore {
        margin-bottom: 21px;
    }


    #veterans .title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: 0;


    }

    #veterans .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /* font-weight: bold; */
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0;


    }

    #veterans .title-hero-page {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #c7bd9a;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: center;
        margin-left: -15px;

    }

    #core .title {
        /*margin-top: 80px;*/
        font-family: "Roboto";
        font-size: 50px;
        color: black;
        font-weight: bold;
        letter-spacing: 1px;
        margin-left: 0;

    }

    #core .text {
        font-family: "Myriad Pro";
        font-size: 13px;
        color: #878788;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 1px;
        line-height: 23px;
        margin-left: 0;


    }


}

#veterans .row {
    margin-right: -30px;
    margin-left: -15px;

}

.invertrow {
    margin-right: 30px;
    margin-left: 15px;

}


#core .row {
    margin-right: -30px;
    margin-left: -15px;

}

#games .arrow-button {
    margin-top: 13px;
    margin-bottom: 30px;
    border-style: none;
    background: url("../images/arrow-games.png");
    height: 25px;
    width: 27px;

}

#games .arrow-button:active {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 25px;
    width: 27px;
    outline: none;
    border: none;
}

#games .arrow-button:focus {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 25px;
    width: 27px;
    outline: none;
    border: none;
}


#games .arrow-button-closed {
    margin-top: 13px;
    margin-bottom: 30px;
    border-style: none;
    background: url("../images/arrow-games-closed.png");
    height: 25px;
    width: 27px;
}

#games .arrow-button-closed:active {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 25px;
    width: 27px;
    outline: none;
    border: none;
}

#games .arrow-button-closed:focus {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 25px;
    width: 27px;
    outline: none;
    border: none;
}

#games .logo-list {
    margin-top: 20px;
    margin-bottom: 30px;
    border-style: none;
    /*background: url("../images/logo veterans.png");*/
    background-size: 220px 155px;
    height: 155px;
    width: 220px;
}

#games .logo-list:active {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 155px;
    width: 220px;
    outline: none;
    border: none;
}

#games .logo-list:focus {
    border-style: none;
    /*background: url("../img/arrow.png");*/
    height: 155px;
    width: 220px;
    outline: none;
    border: none;
}

#games hr {

    display: block;
    border: 0px;
    height: 15px;
    width: 275px;
    margin: -20px 0 0 -30px;
    background-image: url(../images/sec2-hr-title.png);
    background-size: 100%;
}

@media (max-width: 767px) {
    #games .title {
        font-size: 40px;
        margin-top: 0px;
        padding-top: 30px;

    }

    #veterans .title-hero-page {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #c7bd9a;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: center;

    }
}


#hero-content {
    min-height: 600px;
    margin-top: 0;
}

#hero-name hr {

    display: block;
    border: 0px;
    width: 250px;
    height: 80px;
    margin: -40px 0 0 -30px;
    background-image: url(../images/sec2-hr-heroes.png);
    background-size: 250px 80px;
}

#hr-golden-bar-before {

    display: block;
    border: 0px;
    width: 100%;
    max-width: 500px;
    height: 5px;
    margin: -0px 0 15px -0px;
    background-image: url(../images/sec2-hr-ult.png);
    background-size: 100% 5px;
}

#hr-golden-bar-after {
    display: block;
    border: 0px;
    width: 100%;
    max-width: 500px;
    height: 5px;
    margin: -0px 0 15px -0px;
    background-image: url(../images/sec2-hr-ult.png);
    background-size: 100% 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.stats-bar-table {
    margin-bottom: 30px;
}

.diff-name {
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 29px;
    color: #ffb81e;
    font-weight: bold;
    letter-spacing: 0px;
    margin-right: 0px;

}

.bar-holder-diff {
    max-height: 50px;
}

.stat-name {
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;
    color: #ffb81e;
    font-weight: bold;
    letter-spacing: 0px;
    margin-right: 30px;

}

.diff-block {
    padding-top: 22px;
    margin-left: 15px;
}

.bandarossa-diff-block {
    left: 170px;
}

.bar-holder-img-diff {
    margin: -5px -11px 0 -3px;
    vertical-align: top;
    width: 35px;
}

.bar-holder-img {
    margin: 0px -11px 0 0;

}

.weapon-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

#hero-content .title {
    margin-top: 0px;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 60px;
    color: #c7bd9b;
    font-weight: bold;
    letter-spacing: -2px;
    margin-left: 0px;
}


#hero-content .text {
    font-family: "Georgia";
    font-size: 20px;
    font-style: italic;
    color: #c7bd9b;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 0px;
    line-height: 30px;
    margin-left: 0px;

}

#hero-content .text-hero-page {
    font-family: "Georgia";
    font-size: 20px;
    font-style: italic;
    color: #c7bd9b;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 0px;
    line-height: 30px;
    margin-left: 0px;

}

#hero-image {

    float: right;
    height: 480px;


}

#hero-ult {

    padding-top: 30px;
    width: 100%;

}

#hero-ult-icon-div {
    /*cursor: pointer;*/
    float: left;
    width: 18%;

}

#hero-ult-icon-div span {
    border: solid 4px #8b7440;
    border-radius: 4px;
    position: absolute;
    margin-top: -250px;
    margin-left: -780px;
    transform: scale(0) rotate(-0deg);
    transition: all .25s;
    opacity: 0;

}

#hero-ult-icon-div:hover span {
    transform: scale(1) rotate(0);
    opacity: 1;


}

#hero-ult-desc-div {

    float: right;
    width: 80%;

}

#hero-ult-icon {
    padding-top: 5px;
    width: 100px;

}

#hero-ult hr {

    display: block;
    border: 0px;
    width: 100%;
    height: 5px;
    margin: -0px 0 0 -0px;
    background-image: url(../images/sec2-hr-ult.png);
    background-size: 100% 5px;
}


#hero-selection-table {
    margin-left: auto;
    margin-right: auto;

}

#hero-selection-table tr td {
    padding: 5px;

}

#company .faction-title {
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 40px;
    color: #c7bd9b;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: right;
    padding-right: 10px;


}

#empire .faction-title {
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 40px;
    color: #c7bd9b;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: left;
    padding-left: 5px;


}

#company hr {
    display: block;
    border: 0px;
    width: 150px;
    height: 40px;
    margin: -20px -30px 0 -1px;
    background-image: url(../images/sec2-hr-faction.png);
    background-size: 150px 40px;
}

#empire hr {
    display: block;
    border: 0px;
    width: 125px;
    height: 40px;
    margin: -20px 0 0 -10px;
    background-image: url(../images/sec2-hr-faction-empire.png);
    background-size: 125px 40px;
}


.hero-profile-img {
    width: 115px;
    height: 107px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.hero-profile-img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

#bandarossa {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

@media (max-width: 1550px) {
    #hero-ult-icon-div span {
        margin-top: -250px;
        margin-left: -650px;


    }
}

@media (max-width: 1399px) {

    #hero-ult-icon-div span {

        margin-top: -250px;
        margin-left: -500px;

    }
}

@media (max-width: 1199px) {
    .diff-block {
        padding-top: 0px;
        margin-left: 0px;
    }

    .bandarossa-diff-block {
        left: 0px;
    }

    .center-text-md {
        text-align: center;
    }

    #hero-content {
        min-height: 500px;
        margin-top: 50px;
    }

    #hero-name hr {
        display: block;
        border: 0px;
        width: 200px;
        height: 60px;
        margin: -30px 0 0 -15px;
        background-image: url(../images/sec2-hr-heroes.png);
        background-size: 200px 60px;
    }

    #hr-golden-bar-before {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: 15px auto 15px auto;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;


    }

    #hr-golden-bar-after {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: -0px 0 15px -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }


    #hero-content .title {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 40px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: 0px;
    }


    #hero-content .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-content .text-hero-page {
        font-family: "Georgia";
        font-size: 20px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-image {

        float: right;
        height: 400px;


    }

    #hero-ult {

        padding-top: 30px;
        width: 100%;

    }

    #hero-ult-icon-div {
        float: left;
        width: 18%;

    }

    #hero-ult-desc-div {

        float: right;
        width: 80%;

    }

    #hero-ult-icon {
        padding-top: 5px;
        width: 100px;

    }

    #hero-ult-icon-div span {

        margin-top: -200px;
        margin-left: 18%;

    }

    #ult-gif {
        width: 400px;
    }

    #hero-ult hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #hero-selection-table {
        margin-left: auto;
        margin-right: auto;

    }

    #hero-selection-table tr td {
        padding: 5px;

    }

    #company .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: right;
        padding-right: 10px;


    }

    #empire .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: left;
        padding-left: 5px;


    }

    #company hr {
        display: block;
        border: 0px;
        width: 130px;
        height: 25px;
        margin: -15px -30px 0 -1px;
        background-image: url(../images/sec2-hr-faction.png);
        background-size: 130px 25px;
    }

    #empire hr {
        display: block;
        border: 0px;
        width: 100px;
        height: 25px;
        margin: -15px 0 0 -15px;
        background-image: url(../images/sec2-hr-faction-empire.png);
        background-size: 100px 25px;
    }


    .hero-profile-img {
        width: 93px;
        height: 85px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }

    .hero-profile-img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }

    .stats-bar-table {
        margin-bottom: 30px;
        margin: auto;
    }

    .bar-holder-diff {
        max-height: 50px;
    }

    .weapon-section {
        margin-top: 15px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {


    #hero-content {
        min-height: 550px;
        margin-top: 50px;
    }

    #hero-name hr {
        display: block;
        border: 0px;
        width: 200px;
        height: 60px;
        margin: -30px 0 0 -15px;
        background-image: url(../images/sec2-hr-heroes.png);
        background-size: 200px 60px;
    }

    #hr-golden-bar-before {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: 15px auto 15px auto;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;

    }

    #hr-golden-bar-after {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: -0px 0 15px -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;

    }

    #hero-content .title {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 40px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: 0px;
    }


    #hero-content .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-content .text-hero-page {
        font-family: "Georgia";
        font-size: 20px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-image {

        float: right;
        height: 400px;


    }

    #hero-ult {

        padding-top: 30px;
        width: 100%;

    }

    #ult-gif {
        width: 400px;
    }

    #hero-ult-icon-div {
        float: left;
        width: 18%;

    }

    #hero-ult-desc-div {

        float: right;
        width: 80%;

    }

    #hero-ult-icon {
        padding-top: 5px;
        width: 100px;

    }

    #hero-ult hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #hero-selection-table {
        margin-left: auto;
        margin-right: auto;

    }

    #hero-selection-table tr td {
        padding: 5px;

    }

    #company .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: right;
        padding-right: 10px;


    }

    #empire .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: left;
        padding-left: 5px;


    }

    #company hr {
        display: block;
        border: 0px;
        width: 90px;
        height: 20px;
        margin: -11px -15px 0 0px;
        background-image: url(../images/sec2-hr-faction.png);
        background-size: 90px 20px;
    }

    #empire hr {
        display: block;
        border: 0px;
        width: 80px;
        height: 20px;
        margin: -12px 0 0 -15px;
        background-image: url(../images/sec2-hr-faction-empire.png);
        background-size: 80px 20px;
    }


    .hero-profile-img {
        width: 68px;
        height: 62px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }

    .hero-profile-img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }


}


@media (max-width: 767px) {


    #hero-content {
        min-height: 470px;
        margin-top: 20px;
    }

    #hero-name hr {

        display: block;
        border: 0px;
        width: 160px;
        height: 50px;
        margin: -25px 0 0 -15px;
        background-image: url(../images/sec2-hr-heroes.png);
        background-size: 160px 50px;
        margin-left: auto;
        margin-right: auto;
    }

    #hr-golden-bar-before {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: 15px auto 15px auto;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #hr-golden-bar-after {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: -0px 0 15px -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #hero-content .title {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 35px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: 0px;
        text-align: center;
        padding-top: 50px;

    }


    #hero-content .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;
        text-align: center;

    }

    #hero-content .text-hero-page {
        font-family: "Georgia";
        font-size: 20px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-image {

        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 300px;
        margin-bottom: 10px;


    }

    #hero-text {

        min-height: 500px;

    }

    #hero-ult {

        padding-top: 30px;
        width: 100%;

    }

    #hero-ult-icon-div span {

        margin-top: -200px;
        margin-left: 18%;

    }

    #ult-gif {
        width: 400px;
    }

    #hero-ult-desc-div {

        float: right;

        width: 80%;

    }

    #hero-ult-desc-div .text {

        float: right;
        width: 80%;

    }

    #hero-ult-icon {
        padding-top: 5px;
        width: 100px;

    }

    #hero-ult hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #hero-selection-table {
        margin-left: auto;
        margin-right: auto;

    }

    #hero-selection-table tr td {
        padding: 5px;

    }

    #company .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: right;
        padding-right: 10px;


    }

    #empire .faction-title {
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        text-align: left;
        padding-left: 5px;


    }

    #company hr {
        display: block;
        border: 0px;
        width: 90px;
        height: 20px;
        margin: -11px -15px 0 0px;
        background-image: url(../images/sec2-hr-faction.png);
        background-size: 90px 20px;
    }

    #empire hr {
        display: block;
        border: 0px;
        width: 80px;
        height: 20px;
        margin: -12px 0 0 -15px;
        background-image: url(../images/sec2-hr-faction-empire.png);
        background-size: 80px 20px;
    }


    .hero-profile-img {
        width: 68px;
        height: 62px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }

    .hero-profile-img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }


}

@media (max-width: 600px) {


    #hero-content {
        min-height: 470px;
        margin-top: 20px;
    }

    #hero-name hr {
        display: block;
        border: 0px;
        width: 115px;
        height: 45px;
        margin: -20px 0 0 -15px;
        background-image: url(../images/sec2-hr-heroes.png);
        background-size: 115px 45px;
        margin-left: auto;
        margin-right: auto;
    }

    #hr-golden-bar-before {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: 15px auto 15px auto;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;

    }

    #hr-golden-bar-after {
        display: block;
        border: 0px;
        width: 100%;
        max-width: 500px;
        height: 5px;
        margin: -0px 0 15px -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #hero-content .title {
        margin-top: 0px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
        color: #c7bd9b;
        font-weight: bold;
        letter-spacing: -2px;
        margin-left: 0px;
        text-align: center;
    }


    #hero-content .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-content .text-hero-page {
        font-family: "Georgia";
        font-size: 12px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #hero-image {

        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        margin-bottom: 10px;


    }

    #hero-text {

        min-height: 570px;

    }

    #hero-ult {

        padding-top: 30px;
        width: 100%;

    }

    #ult-gif {
        width: 400px;
    }

    #hero-ult-icon-div span {

        margin-top: -130px;
        margin-left: 18%;

    }

    #ult-gif {
        width: 300px;
    }

    #hero-ult-desc-div {

        float: right;
        width: 80%;

    }

    #hero-ult-icon {
        padding-top: 5px;
        width: 100px;

    }

    #hero-ult hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #hero-selection-table {
        margin-left: auto;
        margin-right: auto;

    }

    #hero-selection-table tr td {
        padding: 5px;

    }

    #company .faction-title {
        display: none;


    }

    #empire .faction-title {
        display: none;


    }

    #company hr {
        display: none;
    }

    #empire hr {
        display: none;
    }


    .hero-profile-img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }

    .hero-profile-img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
    }


}


@media screen and (max-width: 499px) and (min-width: 300px) {

    #hero-text {

        min-height: 670px;

    }

    #hero-ult-icon-div span {

        margin-top: -250px;
        margin-left: 0%;

    }

    #ult-gif {
        width: 250px;
    }
}


#news .title {
    margin-top: 80px;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 60px;
    color: #6a6754;
    font-weight: bold;
    letter-spacing: -2px;
}

#news .text {
    font-family: "Georgia";
    font-size: 20px;
    font-style: italic;
    color: #c7bd9b;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 0px;
    line-height: 30px;
    margin-left: 0px;

}

#news .title hr {

    display: block;
    border: 0px;
    height: 15px;
    width: 275px;
    margin: -20px 0 0 -30px;
    background-image: url(../images/sec2-hr-title.png);
    background-size: 100%;
}

.news-content {

    padding-top: 80px;
}

#news a {

    text-decoration: none;
}

.news-thumbnail {

    border: solid 4px #8b7440;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;

}

.news-thumbnail:hover {

    border: solid 4px #b29b68;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


#news .date {


    color: #6e6855;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 15px;


}

#news .subtitle {


    color: #906e21;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 40px;


}

#news .subtitle:hover {


    color: #b29b68;

}


#news-content-hr {

    display: block;
    border: 0px;
    width: 100%;
    height: 5px;
    margin: 10px 0 0 -0px;
    background-image: url(../images/sec2-hr-ult.png);
    background-size: 100% 5px;
}

#readmore {
    text-align: right;
}

#readmore a {
    color: #6e6855;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;
}


@media (max-width: 1199px) {


    #news .title {
        margin-top: 80px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 60px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;
    }

    #news .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #news .title hr {

        display: block;
        border: 0px;
        height: 15px;
        width: 275px;
        margin: -20px 0 0 -30px;
        background-image: url(../images/sec2-hr-title.png);
        background-size: 100%;
    }

    .news-content {

        padding-top: 80px;
    }

    .news-thumbnail {

        border: solid 4px #8b7440;
        border-radius: 4px;

    }

    #news .date {


        color: #6e6855;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 15px;


    }

    #news .subtitle {


        color: #906e21;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;


    }

    #news-content-hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: 10px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #readmore {
        text-align: right;
    }

    #readmore a {
        color: #6e6855;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
    }


}

@media (max-width: 767px) {


    #news .title {
        margin-top: 80px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 40px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;
    }

    #news .text {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 30px;
        margin-left: 0px;

    }

    #news .title hr {

        display: block;
        border: 0px;
        height: 15px;
        width: 275px;
        margin: -20px 0 0 -30px;
        background-image: url(../images/sec2-hr-title.png);
        background-size: 100%;
    }

    .news-content {

        padding-top: 80px;
    }

    .news-thumbnail {

        border: solid 4px #8b7440;
        border-radius: 4px;

    }

    #news .date {


        color: #6e6855;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 15px;


    }

    #news .subtitle {


        color: #906e21;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;


    }

    #news-content-hr {

        display: block;
        border: 0px;
        width: 100%;
        height: 5px;
        margin: 10px 0 0 -0px;
        background-image: url(../images/sec2-hr-ult.png);
        background-size: 100% 5px;
    }

    #readmore {
        text-align: right;
    }

    #readmore a {
        color: #6e6855;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
    }


}


#media .title {
    margin-top: 80px;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 60px;
    color: #6a6754;
    font-weight: bold;
    letter-spacing: -2px;
}

#media .text {
    padding-top: 10px;
    font-family: "Georgia";
    font-size: 15px;
    font-style: italic;
    color: #906e21;
    /*font-weight: bold;*/
    text-justify: inter-word;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;

}

.media-content {


    padding-top: 80px;
}

#media hr {

    display: block;
    border: 0px;
    height: 15px;
    width: 275px;
    margin: -20px 0 0 -30px;
    background-image: url(../images/sec2-hr-title.png);
    background-size: 100%;
}

#media .vid-thumbnail {

    border: solid 4px #8b7440;
    border-radius: 4px;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 100% 100%;
    background-clip: inherit;
    background-position: center;


}

.media-card {
    padding-top: 50%;
    background-size: cover;
    background-clip: padding-box;
    background-position: 50%;
}

.test-a {
    color: #f0edf2;
    transition: all .2s;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}

.media-play-btn {

    background-size: 13% auto;
    background-image: url(../images/media-play.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    background-position: 50%;
    background-repeat: no-repeat;
}

#media .vid-thumbnail:hover .media-play-btn {

    background-image: url(../images/media-play-hover.png);

    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;

}

#media .vid-thumbnail:hover {

    border: solid 4px #b29b68;
    border-radius: 4px;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;

}

.gal-thumbnail {
    width: 100%;

}

#seemore {
    padding-top: 70px;
    text-align: center;
}

#seemore a {

    color: #6e6855;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;
}

#media .nav-pills > li {
    width: auto;
    float: right;
    padding: 10px 10px;
    background-color: transparent;
}


#media .nav-pills > li.active > a,
#media .nav-pills > li.active > a:hover,
#media .nav-pills > li.active > a:focus {
    background-color: transparent;
}


#media .nav-pills > li:nth-child(1) a {
    display: block;
    width: 40px;
    height: 30px;
    margin: -0px 0 0 -0px;
    background-image: url(../images/icon-camera.png);
    background-size: 40px 30px;
}


#media .nav-pills > li:nth-child(1) > a:hover,
#media .nav-pills > li:nth-child(1) > a:focus,
#media .nav-pills > li:nth-child(1) > a:active,
#media .nav-pills > li:nth-child(1) > a.active {
    background-image: url(../images/icon-camera-hover.png);

}

#media .nav-pills > li:nth-child(1).active > a,
#media .nav-pills > li:nth-child(1).active > a:hover,
#media .nav-pills > li:nth-child(1).active > a:focus {
    background-image: url(../images/icon-camera-hover.png);
}

#media .nav-pills > li:nth-child(2) a {
    display: block;
    width: 35px;
    height: 30px;
    margin: -0px 0 0 -0px;
    background-image: url(../images/icon-photo.png);
    background-size: 35px 30px;
}


#media .nav-pills > li:nth-child(2) > a:hover,
#media .nav-pills > li:nth-child(2) > a:focus,
#media .nav-pills > li:nth-child(2) > a:active,
#media .nav-pills > li:nth-child(2) > a.active {
    background-image: url(../images/icon-photo-hover.png);

}

#media .nav-pills > li:nth-child(2).active > a,
#media .nav-pills > li:nth-child(2).active > a:hover,
#media .nav-pills > li:nth-child(2).active > a:focus {
    background-image: url(../images/icon-photo-hover.png);
}


#media .nav-pills > li > a {
    border-radius: 0px;
    padding: 0px 0;

}

#media .nav-pills > li + li {
    margin-left: 0px;

}


#media .nav-pills > li > a:hover,
#media .nav-pills > li > a:focus {
    color: #fff;
    background-color: transparent;
}

#media .nav-pills > li > a {
    color: #f7e9ca;
}


@media (max-width: 767px) {


    #media .title {
        margin-top: 70px;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 40px;
        color: #6a6754;
        font-weight: bold;
        letter-spacing: -2px;
    }

    #media .text {
        font-family: "Georgia";
        font-size: 11px;
        font-style: italic;
        color: #906e21;
        /*font-weight: bold;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 0px;
        line-height: 14px;

    }

    .media-content {


        padding-top: 30px;
    }

    #media hr {

        display: block;
        border: 0px;
        height: 15px;
        width: 275px;
        margin: -20px 0 0 -30px;
        background-image: url(../images/sec2-hr-title.png);
        background-size: 100%;
    }

    #seemore {
        padding-top: 70px;
        text-align: center;
    }

    #seemore a {

        color: #6e6855;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;
    }


    #media .nav-pills > li:nth-child(1) a {
        display: block;
        width: 25px;
        height: 20px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/icon-camera.png);
        background-size: 25px 20px;
    }


    #media .nav-pills > li:nth-child(1) > a:hover,
    #media .nav-pills > li:nth-child(1) > a:focus,
    #media .nav-pills > li:nth-child(1) > a:active,
    #media .nav-pills > li:nth-child(1) > a.active {
        background-image: url(../images/icon-camera-hover.png);

    }

    #media .nav-pills > li:nth-child(1).active > a,
    #media .nav-pills > li:nth-child(1).active > a:hover,
    #media .nav-pills > li:nth-child(1).active > a:focus {
        background-image: url(../images/icon-camera-hover.png);
    }

    #media .nav-pills > li:nth-child(2) a {
        display: block;
        width: 25px;
        height: 20px;
        margin: -0px 0 0 -0px;
        background-image: url(../images/icon-photo.png);
        background-size: 25px 20px;
    }


    #media .nav-pills > li:nth-child(2) > a:hover,
    #media .nav-pills > li:nth-child(2) > a:focus,
    #media .nav-pills > li:nth-child(2) > a:active,
    #media .nav-pills > li:nth-child(2) > a.active {
        background-image: url(../images/icon-photo-hover.png);

    }

    #media .nav-pills > li:nth-child(2).active > a,
    #media .nav-pills > li:nth-child(2).active > a:hover,
    #media .nav-pills > li:nth-child(2).active > a:focus {
        background-image: url(../images/icon-photo-hover.png);
    }


}


.spacing-wallpapers {
    padding-top: 150px;
    padding-bottom: 150px;

}

@media (max-width: 1199px) {

    .spacing-wallpapers {
        padding-top: 70px;
        padding-bottom: 80px;

    }

}


@media (max-width: 767px) {

    .spacing-wallpapers {
        padding-top: 40px;
        padding-bottom: 70px;

    }

}


#article-header {
    width: 100%;
    height: 375px;
    background: url(../images/test-news.jpg) no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: table;
    text-align: center;

}

#heroes-header img {
    width: 100%;
}


#article-header .title {

    display: table-cell;
    vertical-align: middle;
    color: #7f6f4d;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 50px;


}

#article-header .title-bg {

    background: rgba(30, 30, 30, 0.8);
    padding: 0px 15px 0px 5px;


}

#article-container .title {
    margin-top: 100px;
    color: #906e21;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 45px;


}

#article-content {
    font-family: "Georgia";
    font-size: 20px;
    font-style: italic;
    color: #c7bd9b;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0px;
    line-height: 30px;
    padding-bottom: 50px;


}

#article-content img {

    border: solid 4px #8b7440;
    border-radius: 4px;

}

#article {
    border-top: solid 4px #6b5c39;
    /*background:  url(../images/sec2-bg.jpg) repeat-y;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    /*background-size: 100%;*/

}

@media (max-width: 1700px) {
    #article {

        /*background:  url(../images/sec2-bg.jpg) repeat-y;*/
        /*background-position: center;*/
        /*background-attachment: fixed;*/


    }
}

@media (max-width: 1199px) {
    #article-header {
        width: 100%;
        height: 375px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: auto auto;
        display: table;
        text-align: center;

    }

    #article-container .title {
        margin-top: 60px;
        color: #906e21;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;


    }

    #article-content {
        font-family: "Georgia";
        font-size: 15px;
        font-style: italic;
        color: #c7bd9b;

        text-justify: inter-word;
        letter-spacing: 0px;
        line-height: 30px;
        padding-bottom: 50px;


    }

    #heroes-header {


    }
}

@media (max-width: 767px) {

    #article-header .title {

        display: table-cell;
        vertical-align: middle;
        color: #7f6f4d;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 30px;


    }

    #article-header {
        width: 100%;
        height: 185px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: 100% auto;
        display: table;
        text-align: center;

    }

    #article-container .title {
        margin-top: 40px;
        color: #906e21;
        font-family: "DIN Condensed Bold";
        font-style: italic;
        font-size: 25px;


    }

    #article-content {
        font-family: "Georgia";
        font-size: 11px;
        font-style: italic;
        color: #c7bd9b;

        text-justify: inter-word;
        letter-spacing: 0px;
        line-height: 30px;
        padding-bottom: 50px;


    }
}

@media (max-width: 600px) {

    #article-header {
        width: 100%;
        height: 150px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: 100% auto;
        display: table;
        text-align: center;

    }
}

@media (max-width: 500px) {

    #article-header {
        width: 100%;
        height: 120px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: 100% auto;
        display: table;
        text-align: center;

    }
}

@media (max-width: 400px) {

    #article-header {
        width: 100%;
        height: 90px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: 100% auto;
        display: table;
        text-align: center;

    }
}

@media (max-width: 300px) {

    #article-header {
        width: 100%;
        height: 90px;
        background: url(../images/test-news.jpg) no-repeat;
        background-position: center;
        background-size: 100% auto;
        display: table;
        text-align: center;

    }
}

#sec-header {

    position: relative;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    background-color: #1a1c19;
    width: 100vw;
    /*height: calc((100vh - 65px)/2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1199px) {
    #sec-header {

        padding-top: 50px;

    }

}

#veteranstrailer {


}

#veteranstrailer img {
    width: 100%;
    background: url(../images/sec1-bg.png) repeat-x 0% center;
    background-size: 100%;
    background-position: top;
    opacity: 0; /* make it transparent */
}

.trailer-desktop {
    /*display: block ;*/
    /*background : #181818 ;*/
    /*height: calc(110vh - 50px);*/


    z-index: 5000;
    background-attachment: scroll;
    overflow: hidden;
    background-color: #fff;
    width: 100vw;
    height: calc(100vh - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;


}


.trailer-mobile {
    display: none;

}

@media (max-width: 1199px) {
    .trailer-desktop {
        display: none;

    }


    .trailer-mobile {
        display: block;
        width: 100%;
        background: url(../images/sec1-bg.png) repeat-x 0% center;
        background-size: 100%;
        background-position: top;


    }
}

.steam-link {
    color: #0b0b0b;
    margin-top: auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/sec1-bg.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

#veteranstrailer .veterans-trailer-bg-img {
    position: absolute;
    z-index: 1;

}

#veteranstrailer .veterans-trailer-bg-vid {
    position: absolute;
    z-index: 1;


}


#veteranstrailer .play-icon {
    /*position: absolute;*/
    /*padding-left: 7%;*/
    /*margin-top: 720px;*/
    /*z-index: 3;*/
    margin-left: 7%;
    margin-right: auto;
    z-index: 3;
    margin-top: auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;


}

@media (max-width: 1300px) {
    #veteranstrailer .play-icon {
        margin-left: 3%;
    }
}

.play-trailer-text {

    font-family: "DIN Condensed Bold";
    color: #7f6f4d;
    font-size: 60px;
    font-style: italic;
    margin-bottom: 3px;

    background: rgba(28, 35, 30, 0.9);
    display: table;
}


@media (max-width: 1199px) {

    #veteranstrailer .play-icon {
        position: relative;
        padding-left: 120px;
        margin-top: 0;
        margin-bottom: 0px;
        padding-top: 33vw;
        padding-bottom: 10vw;
        z-index: 3;


    }


    .play-trailer-text {

        font-family: "DIN Condensed Bold";
        color: #7f6f4d;
        font-size: 40px;
        font-style: italic;
        margin-bottom: 3px;

        background: rgba(28, 35, 30, 0.9);
        display: table;
    }


}


@media (max-width: 991px) {

    #veteranstrailer .play-icon {
        position: relative;
        padding-left: 45px;
        margin-top: 0;
        padding-top: 33vw;
        padding-bottom: 10vw;
        z-index: 3;


    }


    .play-trailer-text {

        font-family: "DIN Condensed Bold";
        color: #7f6f4d;
        font-size: 40px;
        font-style: italic;
        margin-bottom: 3px;

        background: rgba(28, 35, 30, 0.9);
        display: table;
    }


}


@media (max-width: 500px) {

    #veteranstrailer .play-icon {
        position: relative;
        padding-left: 45px;
        margin-top: 0;
        padding-top: 33vw;
        padding-bottom: 10vw;
        z-index: 3;


    }


    .play-trailer-text {

        font-family: "DIN Condensed Bold";
        color: #7f6f4d;
        font-size: 21px;
        font-style: italic;
        margin-bottom: 3px;

        background: rgba(28, 35, 30, 0.9);
        display: table;
    }


}


#ytplayer {

    color: #d07f24;

}

#ytplayer:hover, #ytplayer:active, #ytplayer:focus {

    color: #f69b29;

}


.table-row {
    display: table-row;
}

.steam-btn {
    color: #2e2316;
    background-color: rgba(208, 127, 36, 0.9);
    border-color: rgba(208, 127, 36, 0.9);
    border-radius: 3px;
    padding: 5px 15px 5px 5px;

}

.steam-btn:hover, .steam-btn:active, .steam-btn:focus {
    color: #2e2316;
    background-color: rgba(238, 165, 58, 0.9);
    border-color: rgba(238, 165, 58, 0.9);
    border-radius: 3px;
    padding: 5px 15px 5px 5px;

}

.iconlabel {
    display: inline;
    position: relative;
    top: 5px;
    margin-left: 10px;
    vertical-align: top;
}

[class^="icon-dashboard-steam-"],
[class*=" icon-dashboard-steam-"] {
    background-image: url(../images/steam-icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: inline-block;
}

[class^="icon-dashboard-discord-"],
[class*=" icon-dashboard-discord-"] {
    background-image: url(../images/discord-icon.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    display: inline-block;
}

.icon-dashboard-logo {
    background-position: -550px -690px;
    width: 120px;
    height: 120px;
}

.icon-dashboard-intheoffice {
    background-position: -395px -60px;
    width: 24px;
    height: 24px
}

.icon-dashboard-steam-edit {
    margin: -3px 0 -7px 0;
    background-position: 0px 0px;
    width: 40px;
    height: 40px
}

.icon-dashboard-discord-edit {
    margin: -3px 0 -7px 0;
    background-position: 0px 0px;
    width: 40px;
    height: 40px
}

@media (max-width: 500px) {
    .iconlabel {
        display: inline;
        position: relative;
        top: 0px;
        margin-left: 5px;
        vertical-align: top;
    }

    [class^="icon-dashboard-steam-"],
    [class*=" icon-dashboard-steam-"] {
        background-image: url(../images/steam-icon.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        display: inline-block;
    }

    [class^="icon-dashboard-discord-"],
    [class*=" icon-dashboard-discord-"] {
        background-image: url(../images/discord-icon.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        display: inline-block;
    }

    .icon-dashboard-logo {
        background-position: -550px -690px;
        width: 120px;
        height: 120px;
    }

    .icon-dashboard-intheoffice {
        background-position: -395px -60px;
        width: 24px;
        height: 24px
    }

    .icon-dashboard-steam-edit {
        margin: -3px 0 -7px 0;
        background-position: 0px 0px;
        width: 20px;
        height: 20px
    }

    .icon-dashboard-discord-edit {
        margin: -3px 0 -7px 0;
        background-position: 0px 0px;
        width: 20px;
        height: 20px
    }

}


#store-li .icon-dashboard-menu-edit {
    background-image: url(../images/steam-icon.png);
}

#store-li:hover .icon-dashboard-menu-edit {
    background-image: url(../images/steam-icon.png);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

[class^="icon-dashboard-menu-"],
[class*="icon-dashboard-menu-"] {
    /*background-image: url(../images/download-icon.png);*/
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 1199px) {
    [class^="icon-dashboard-menu-"],
    [class*="icon-dashboard-menu-"] {
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    }

}

.icon-dashboard-menu-logo {
    background-position: -550px -690px;
    width: 120px;
    height: 120px;
}

.icon-dashboard-menu-intheoffice {
    background-position: -395px -60px;
    width: 24px;
    height: 24px
}

.icon-dashboard-menu-edit {
    background-position: 0px 0px;
    width: 20px;
    height: 20px
}

.play-icon a:hover, a:focus, a:active {


    /*color: #a4946e;*/
    text-decoration: none;

}

#veteranstrailer .text {
    position: absolute;

    font-family: "Roboto";
    font-size: 27px;
    color: #878788;
    font-weight: bold;
    text-justify: inter-word;
    letter-spacing: 1px;
    line-height: 23px;
    margin-left: 0;
    z-index: 3;
    padding-left: 41%;
    margin-top: 210px;

}


#ytplayer table:hover {

    color: #2c2316;
}

@media (min-width: 1500px) {
    #veteranstrailer .veterans-trailer-bg-img {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 300px;

    }

}


@media (min-width: 1000px) {
    .closeTrailer {
        background-image: url(../images/close-icon.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 60px;
        width: 60px;
        height: 60px;
        left: 95%;
        right: 0;
        top: 2%;
        bottom: 0;
        opacity: .5;
    }
}

@media (max-width: 1000px) {
    .closeTrailer {
        background-image: url(../images/close-icon.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 60px;
        width: 60px;
        height: 60px;
        left: 80%;
        right: 0;
        top: 2%;
        bottom: 0;
        opacity: .5;
    }
}


.closeTrailer:hover {
    opacity: 1;
    filter: brightness(200%);
    background-image: url(../images/close-icon-hover.png);


}


.popup {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.show-popup .popup {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: hidden;


}

.popup > iframe {
    position: absolute;
    top: 0;
    left: 0;
    /*  margin-left:-280px;*/
}


#core {
    background: #f8f9fb;


}

#core .title {
    font-size: 50px;
    padding-top: 150px;
    color: #ffffff;
}


#core .text {
    color: #e3e3e3;
    font-family: "Myriad Pro";
    font-size: 15px;
    /*font-weight: 800;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 1px;
    line-height: 27px;
}

@media (max-width: 767px) {
    #core .title {
        font-size: 40px;
        padding-top: 0px;
        color: #ffffff;
    }


    #core .text {
        color: #e3e3e3;
        font-family: "Myriad Pro";
        font-size: 13px;
        /*font-weight: 800;*/
        text-justify: inter-word;
        padding: 0px 0;
        letter-spacing: 1px;
        line-height: 27px;
    }

    #core .img-icon {
        height: 70px;
        width: 70px;
    }

}


#storycore {
    height: 1200px;
    background: url("../images/veterans-background-faction.jpg") no-repeat;
    background-size: 100% 1200px;

}

@media (max-width: 1700px) {

    #storycore {
        height: 980px;
        background: url("../images/veterans-background-faction.jpg") no-repeat;

    }
}


#factioncore {
    height: 1200px;
    background: url("../images/veterans-background-faction.jpg") no-repeat;
    background-size: 100% 1200px;

}

@media (max-width: 1700px) {

    #factioncore {
        height: 980px;
        background: url("../images/veterans-background-faction.jpg") no-repeat;

    }
}

#weaponcore {
    height: 1200px;
    background: url("../images/veterans-background-faction.jpg") no-repeat;
    background-size: 100% 1200px;

}

@media (max-width: 1700px) {

    #weaponcore {
        height: 980px;
        background: url("../images/veterans-background-faction.jpg") no-repeat;

    }
}


#mapcore {
    height: 1200px;
    background: url("../images/veterans-background-faction.jpg") no-repeat;
    background-size: 100% 1200px;

}

@media (max-width: 1700px) {

    #mapcore {
        height: 980px;
        background: url("../images/veterans-background-faction.jpg") no-repeat;

    }
}


/*.nav {*/
/*margin-left: 0px;*/
/*margin-right: 0px;*/
/*}*/

.nav-pills > li {
    font-size: 18px;
    font-weight: 900;
    width: 26%;
    text-align: center;
    background-color: #241e15;
}

@media (max-width: 1500px ) {
    .nav-pills > li {
        font-size: 18px;
        width: 27%;
    }

}


@media (max-width: 767px ) {
    .nav-pills > li {
        font-size: 13px;
        width: 28%;
    }

}


@media (max-width: 500px ) {
    .nav-pills > li {
        font-size: 13px;
        width: 29%;
    }

}

#core .nav-pills > li > a {
    border-radius: 0px;
    padding: 30px 0;

}

#core .nav-pills > li + li {
    margin-left: 0px;

}

#core .nav-pills > li.active > a,
#core .nav-pills > li.active > a:hover,
#core .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: transparent;
}

#core .nav-pills > li > a:hover,
#core .nav-pills > li > a:focus {
    color: #fff;
    background-color: transparent;
}

#core .nav-pills > li > a {
    color: #f7e9ca;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

#core .nav-pills > li > a:hover,
#core .nav-pills > li > a:focus,
#core .nav-pills > li > a:active,
#core .nav-pills > li > a.active {
    color: #f7e9ca;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}


#games .nav-pills > li {
    font-size: 35px;
    font-family: "DIN Condensed Bold";
    font-weight: 900;
    width: auto;
    padding-right: 10px;
    text-align: center;
    background-color: transparent;
    margin-top: 20px;

}

#games .nav-pills > li > a {
    border-radius: 0px;
    padding: 30px 0;

}

#games .nav-pills > li + li {
    margin-left: 0px;

}

#games .nav-pills > li.active > a,
#games .nav-pills > li.active > a:hover,
#games .nav-pills > li.active > a:focus {
    color: #906e21;
    background-color: transparent;
}

#games .nav-pills > li > a:hover,
#games .nav-pills > li > a:focus {
    color: #fff;
    background-color: transparent;
}

#games .nav-pills > li > a {
    color: #5f5f5f;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}

#games .nav-pills > li > a:hover,
#games .nav-pills > li > a:focus,
#games .nav-pills > li > a:active,
#games .nav-pills > li > a.active {
    color: #906e21;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}

#games .nav-pills > li:nth-child(2) > a {
    color: #5f5f5f;
    /*-webkit-transform: skew(-30deg);*/
    /*-moz-transform: skew(-30deg);*/
    /*-o-transform: skew(-30deg);*/

    display: block;
    border: 0px;
    height: 90px;
    width: 35px;
    background: url(../images/separation.png) no-repeat center;

    background-size: 100%;
}


#games .nav-pills > li:nth-child(2) > a:hover,
#games .nav-pills > li:nth-child(2) > a:focus,
#games .nav-pills > li:nth-child(2) > a:active,
#games .nav-pills > li:nth-child(2) > a.active {
    color: #5f5f5f;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);

}


#faction .nav-pills > li {
    font-size: 25px;
    font-family: "DIN Condensed Bold";
    font-weight: 900;
    width: auto;
    padding-right: 10px;
    text-align: center;
    background-color: transparent;
    margin-top: 20px;

}

#faction .nav-pills > li > a {
    border-radius: 0px;
    padding: 30px 0;

}

#faction .nav-pills > li + li {
    margin-left: 0px;

}

#faction .nav-pills > li.active > a,
#faction .nav-pills > li.active > a:hover,
#faction .nav-pills > li.active > a:focus {
    color: #906e21;
    background-color: transparent;
}

#faction .nav-pills > li > a:hover,
#faction .nav-pills > li > a:focus {
    color: #fff;
    background-color: transparent;
}

#faction .nav-pills > li > a {
    color: #5f5f5f;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}

#faction .nav-pills > li > a:hover,
#faction .nav-pills > li > a:focus,
#faction .nav-pills > li > a:active,
#faction .nav-pills > li > a.active {
    color: #906e21;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}

#faction .nav-pills > li:nth-child(2) > a {
    color: #5f5f5f;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);

    display: block;
    border: 0px;
    height: auto;
    width: auto;
    background: none;

    background-size: 100%;
}


#faction .nav-pills > li:nth-child(2) > a:hover,
#faction .nav-pills > li:nth-child(2) > a:focus,
#faction .nav-pills > li:nth-child(2) > a:active,
#faction .nav-pills > li:nth-child(2) > a.active {
    color: #5f5f5f;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);

}


.sec2-img-story {
    margin-top: 356px;
    height: auto;
    width: 725px;
    margin-left: auto;
    margin-right: auto;
    display: block;

}


.sec2-img-faction {
    margin-top: 356px;
    float: right;
    height: auto;
    width: 950px;
    margin-right: -30px;


}

@media (max-width: 1550px ) {
    .sec2-img-story {
        margin-top: 370px;
        float: right;
        height: auto;
        width: 600px;


    }

    .sec2-img-faction {
        margin-top: 370px;
        float: right;
        height: auto;
        width: 850px;
        margin-right: -30px;


    }

}


@media (max-width: 1300px ) {
    .sec2-img-story {
        margin-top: 370px;
        float: right;
        height: auto;
        width: 600px;


    }

    .sec2-img-faction {
        margin-top: 370px;
        float: right;
        width: 800px;
        margin-right: -30px;


    }

}


#leftcoremenu {
    margin: 0 0 0 -2%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

@media (max-width: 1500px ) {
    #leftcoremenu {
        margin: 0 0 0 -4%;

    }

}

@media (max-width: 767px ) {
    #leftcoremenu {
        margin: 0 0 0 -6%;

    }

}

@media (max-width: 500px ) {
    #leftcoremenu {
        margin: 0 0 0 -8%;

    }

}


#leftcoremenu:hover {
    background-color: #3f382e;
}

#leftcoremenu:active,
#leftcoremenu.active,
#leftcoremenu:focus {
    background-color: #3f382e;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}


#rightcoremenu {
    margin: 0 -2% 0 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

@media (max-width: 1500px ) {
    #rightcoremenu {
        margin: 0 -4% 0 0;

    }

}

@media (max-width: 767px ) {
    #rightcoremenu {
        margin: 0 -6% 0 0;

    }

}


@media (max-width: 500px ) {
    #rightcoremenu {
        margin: 0 -8% 0 0;

    }

}


#rightcoremenu:hover {
    background-color: #3f382e;
}

#rightcoremenu:active,
#rightcoremenu.active,
#rightcoremenu:focus {
    background-color: #3f382e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}


#centercoremenul {

    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

#centercoremenul:hover {
    background-color: #3f382e;
}

#centercoremenul:active,
#centercoremenul.active,
#centercoremenul:focus {
    background-color: #3f382e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;


}

#centercoremenur {

    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

#centercoremenur:hover {
    background-color: #3f382e;
}

#centercoremenur:active,
#centercoremenur.active,
#centercoremenur:focus {
    background-color: #3f382e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}


.reposition-weap-img {
    position: absolute;
    top: 160px;
    left: -55px;
    z-index: -1;
}

.next-faction-btn {
    font-size: 30px;
    position: absolute;
    top: 170px;
    left: 475px;
    z-index: 999;
    color: firebrick;


}

@media (max-width: 1700px) {

    .reposition-weap-img {
        position: absolute;
        top: 220px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 170px;
        left: 375px;
        z-index: 999;
        color: firebrick;


    }

}


@media (max-width: 1600px) {

    .reposition-weap-img {
        position: absolute;
        top: 260px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 170px;
        left: 375px;
        z-index: 999;
        color: firebrick;


    }

}


@media (max-width: 1400px) {

    .reposition-weap-img {
        position: absolute;
        top: 300px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 170px;
        left: 300px;
        z-index: 999;
        color: firebrick;


    }

}

@media (max-width: 1300px) {

    .reposition-weap-img {
        position: absolute;
        top: 400px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 170px;
        left: 300px;
        z-index: 999;
        color: firebrick;


    }

}

@media (max-width: 1199px) {

    .reposition-weap-img {
        position: absolute;
        top: 220px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 170px;
        left: 475px;
        z-index: 999;
        color: firebrick;


    }

}

@media (max-width: 767px) {

    .reposition-weap-img {
        position: absolute;
        top: 65px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 50px;
        left: 450px;
        z-index: 999;
        color: firebrick;


    }

}


@media (max-width: 550px) {

    .reposition-weap-img {
        position: absolute;
        top: 150px;
        left: -55px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 50px;
        left: 350px;
        z-index: 999;
        color: firebrick;


    }

}


@media (max-width: 450px) {

    .reposition-weap-img {
        position: absolute;
        top: 225px;
        left: -30px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 50px;
        left: 250px;
        z-index: 999;
        color: firebrick;


    }

}

@media (max-width: 350px) {

    .reposition-weap-img {
        position: absolute;
        top: 330px;
        left: -30px;
        z-index: -1;
    }

    .next-faction-btn {
        font-size: 30px;
        position: absolute;
        top: 50px;
        left: 225px;
        z-index: 999;
        color: firebrick;


    }

}


.sec1-bot {
    height: 50px;
    background: url(../images/sec1-bot.png) repeat-x 0% center;
    width: 100%;

    background-size: 100%;
    background-position: bottom;

}


/*   End trailer section */


/*   begin about section */
@media (min-width: 1500px) {
    #sec2-bgPattern {
        /* display: block;*/

        background: url(../images/pattern.png);
        margin-bottom: -218px;

    }
}

@media (max-width: 1500px) {
    #sec2-bgPattern {
        background: url(../images/pattern.png);
        margin-bottom: -218px;
    }
}

@media (min-width: 1500px) {
    #sec2-bg {
        width: 100%;
        background: url(../images/sec2-bg.jpg) repeat-y;
        background-size: 100%;

    }
}

@media (max-width: 1500px) {
    #sec2-bg {
        width: 100%;
        background: url(../images/sec2-bg.jpg) repeat-y 0% center;
        background-size: 100%;
        background-position: top;

    }
}

@media (max-width: 767px) {
    #sec2-bg {
        background: url(../images/sec2-bg.jpg) repeat-y;

        background-position: top;

    }
}

#sec2-bg img {
    width: 100%;
    /*background:  url(../images/sec2-bg.png) repeat-x 0% center;*/
    background-size: 100%;
    background-position: top;
    opacity: 100; /* make it transparent */
}

@media (min-width: 668px) {
    #sec2-resp {
        float: right;
        width: 50%;
    }


}

@media (max-width: 668px) {
    #sec2-resp {
        float: right;
        width: 50%;
        padding-bottom: 20%;


    }
}

@media (min-width: 1100px) {
    #sec2-resp img {
        margin-top: -50px;
        float: right;
    }


}

@media (max-width: 1100px) {
    #sec2-resp img {
        margin-top: -10px;
        float: right;


    }
}

@media (min-width: 990px) {
    .sec2-content {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 20%;
    }
}

@media (max-width: 990px) {
    .sec2-content {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 0%;
    }
}

@media (max-width: 1300px) {
    .sec2-anim1 {
        float: right;
        width: 100%;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }

    .sec2-anim2 {
        float: right;
        width: 100%;
        margin-top: -100px;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }
}

@media (min-width: 1300px) {
    .sec2-anim1 {
        float: right;
        width: 100%;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }

    .sec2-anim2 {
        float: right;
        width: 80%;
        margin-top: -100px;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }
}

@media (max-width: 800px) {
    .sec2-anim1 {
        float: right;
        width: 100%;
        margin-top: -20px;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }

    .sec2-anim2 {
        float: right;
        width: 80%;
        margin-top: -40px;
        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }
}

.btn-outline-details {
    color: #4b4b4b;
    font-size: 13px;
    border: solid 2px #4b4b4b;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-radius: 0%;
    font-weight: bold;


}

.moredetails {
    background: url(../images/btn.png) no-repeat center;
    display: inline-block;
    padding: .5em 3.0em;
    color: #283d38;
    font-family: "Roboto";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.3s ease 0s;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none;

}

.moredetails:hover {
    background: url(../images/btn-hover.png) no-repeat center;
    color: white;
    text-decoration: none;


}

.moredetails:focus {
    text-decoration: none;

}

.closedetails {
    background: url(../images/btn.png) no-repeat center;
    background-size: 160px 30px;
    display: inline-block;
    padding: .5em 3.8em;
    color: #283d38;
    font-family: "Roboto";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.3s ease 0s;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none;

}

.closedetails:hover {
    background: url(../images/btn-hover.png) no-repeat center;
    background-size: 160px 30px;
    color: white;
    text-decoration: none;


}

.closedetails:focus {
    text-decoration: none;

}

.nukedbutton {
    background: url(../images/btn.png) no-repeat center;
    display: inline-block;
    padding: .5em 3.8em;
    color: #283d38;
    font-family: "Roboto";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    border: none;
    transition: all 0.3s ease 0s;


}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


#about .text {

    color: #adada9;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: bold;
    padding-right: 50px;


}

.sec2-reposition {
    padding-left: 100px;


}

.sec2-logo {
    max-width: 331px;
    margin-left: -70px;


}

.sec2-h1 {
    color: #9a8458;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0px;

}

.btn-custom {

    color: #85704e;
    background-color: transparent;
    border: solid 2px #85704e;
    border-radius: 0;
    padding: 15px 15px;


}

@media (max-width: 1399px) {
    .sec2-logo {
        max-width: 200px;
        margin-left: -45px;


    }

    #about .text {

        color: #adada9;
        font-family: "Roboto";
        font-size: 15px;
        font-weight: bold;
        padding-right: 0px;


    }

    .sec2-h1 {
        color: #9a8458;
        font-weight: bold;
        font-size: 40px;
        letter-spacing: 0px;

    }


}

@media (max-width: 1199px) {
    .sec2-reposition {
        padding-left: 100px;


    }

    .sec2-logo {
        max-width: 150px;
        margin-left: -30px;


    }

    #about .text {

        color: #adada9;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: bold;
        padding-right: 0px;


    }

    .sec2-h1 {
        color: #9a8458;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0px;

    }

    .btn-custom {
        font-size: 13px;
        color: #85704e;
        background-color: transparent;
        border: solid 2px #85704e;
        border-radius: 0;
        padding: 10px 10px;


    }

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active {

        color: #ffffff;
        background-color: #85704e;
        border: solid 2px #85704e;
        border-radius: 0;
        padding: 10px 10px;


    }


}

@media (max-width: 991px) {
    .sec2-reposition {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 767px) {
    .sec2-reposition {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (min-width: 1600px) {
    .sec2-bot {
        height: 80px;
        background: url(../images/sec2-bot.png) repeat-x 0% center;
        width: 100%;

        background-size: 100%;
        background-position: bottom;

    }
}

@media (max-width: 1600px) {
    .sec2-bot {
        height: 65px;
        background: url(../images/sec2-bot.png) repeat-x 0% center;
        width: 100%;

        background-size: 100%;
        background-position: bottom;

    }
}

/*   End about section */


/*   Begin Gallery section */

.sec3-h1 {
    color: #3f382e;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: -3px;
    text-align: center;

}

#sec3-bg {
    margin-top: -100px;
    width: 100%;
    background: url(../images/sec2-bg.jpg) repeat-y;
    background-size: 100%;
    background-position: top;
    margin-bottom: -65px;

}

.sec3-margin-gallery {

    margin-top: 130px;

}

@media (max-width: 1499px) {
    .sec3-margin-gallery {

        margin-top: 130px;

    }

    #sec3-bg {
        background: url(../images/sec2-bg.jpg) repeat-y;


    }
}

@media (max-width: 1199px) {
    .sec3-margin-gallery {

        margin-top: 50px;

    }

}

@media (max-width: 991px) {
    .sec3-h1 {

        font-size: 50px;


    }

}

@media (max-width: 767px) {
    #sec3-bg {
        margin-top: -100px;
        width: 100%;
        background: url(../images/sec2-bg.jpg) repeat-x 0% center;
        /*  background-size: 100%;*/
        background-position: top;
        margin-bottom: -65px;

    }
}


@media (min-width: 990px) {
    .sec3-content {

        padding-top: 5%;
    }
}

@media (max-width: 990px) {
    .sec3-content {
        padding-top: 8%;

    }
}

.custombtn {
    background: url(../images/btn.png) no-repeat center;
    display: inline-block;
    padding: .5em 3.9em;
    color: #283d38;
    font-family: "Roboto";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.3s ease 0s;

}

.custombtn:hover {
    background: url(../images/btn-hover.png) no-repeat center;
    color: white;
    text-decoration: none;
}

.custombtn:focus {
    text-decoration: none;

}


.seemorebtn {
    background: url(../images/btn-seemore.png) no-repeat center;
    display: inline-block;
    padding: .5em 3.9em;
    color: white;
    font-family: "Roboto";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.3s ease 0s;

}

.seemorebtn:hover {
    background: url(../images/btn-seemore-hover.png) no-repeat center;
    color: white;
    text-decoration: none;
}

.seemorebtn:focus {
    text-decoration: none;

}

@media (min-width: 500px) {
    .gallery {
        display: inline-block;
        margin-top: 20px;
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 500px) {
    .gallery {
        display: inline-block;
        margin-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (min-width: 1100px) {
    .resiz-gal {
        width: 31%;
        height: 23%;
        margin-top: 3%;

    }
}

@media (max-width: 1100px) {
    .resiz-gal {
        width: 50%;
        height: 15%;
        margin-top: 3%;


    }
}

@media (max-width: 500px) {
    .resiz-gal {
        width: 55%;
        height: 15%;
        margin-top: 3%;
        margin-left: -5%;
        margin-right: -5%;

    }
}

@media (min-width: 1100px) {
    .gallery-section {
        /* height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /*  background:  url(../images/sec3-bg.png) repeat-x 0% center;
                   background-size:100% ;
                   background-position:top;*/
    }
}


@media (max-width: 1100px) {
    .gallery-section {
        /*  height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /* background:  url(../images/sec3-bg.png) repeat-x 0% center;
                  background-size:100% ;
                  background-position:top;*/
    }
}

@media (max-width: 500px) {
    .gallery-section {
        /*  height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /* background:  url(../images/sec3-bg.png) repeat-x 0% center;
                  background-size:100% ;
                  background-position:top;*/
    }
}

@media (min-width: 1600px) {
    .sec3-bot {
        height: 80px;
        background: url(../images/sec3-bot.png) repeat-x 0% center;
        width: 100%;

        background-size: 100%;
        background-position: bottom;

    }
}

@media (max-width: 1600px) {
    .sec3-bot {
        height: 65px;
        background: url(../images/sec3-bot.png) repeat-x 0% center;
        width: 100%;

        background-size: 100%;
        background-position: bottom;

    }
}

/*   End Gallery section */


/*   Begin Studio section */


#studio .text {

    color: #241e15;
    font-family: "Myriad Pro";
    font-size: 15px;
    /* font-weight: bold; */


}

#sec4-bg {

    background: url(../images/sec4-bg.jpg) repeat-y;
    background-size: 100%;
    background-position: top;

}

.btn-custom-sec4 {

    color: #241e15;
    background-color: transparent;
    border: solid 2px #241e15;
    border-radius: 0;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;


}

.btn-custom-sec4:hover, .btn-custom-sec4:focus {

    color: #f7e9ca;
    background-color: #241e15;
    border: solid 2px #241e15;
    border-radius: 0;
    padding: 15px 15px;


}


.btn-custom-sub {

    color: #283d38;
    background-color: transparent;
    border: solid 2px #283d38;
    border-radius: 0;
    padding: 7px 30px;


}

.btn-custom-sub:hover, .btn-custom-sub:focus {

    color: #ffffff;
    background-color: #283d38;
    border: solid 2px #283d38;
    border-radius: 0;
    padding: 7px 30px;


}


.btn-custom-sec4-ivn {

    color: #6a6451;
    background-color: transparent;
    border: solid 2px #241e15;
    border-radius: 0;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;


}

.btn-custom-sec4-ivn:hover, .btn-custom-sec4-ivn:focus {

    color: #6a6451;
    background-color: #241e15;
    border: solid 2px #241e15;
    border-radius: 0;
    padding: 15px 15px;


}

.btn-custom-lowop {

    color: #7b817a;
    background-color: transparent;
    border: solid 2px #7b817a;
    border-radius: 0;
    padding: 7px 40px;
    transition: all 0.3s ease-in-out;


}

.btn-custom-lowop:hover, .btn-custom-lowop:focus {

    color: #ffffff;
    background-color: #7b817a;
    border: solid 2px #7b817a;


}

@media (max-width: 1499px) {
    #sec4-bg {
        width: 100%;
        background: url(../images/sec4-bg.jpg) repeat-y;

        background-position: top;

    }
}

@media (max-width: 767px) {
    .btn-custom-sec4 {

        font-size: 13px;
        padding: 10px 10px;


    }

    .btn-custom-sec4-ivn {

        font-size: 13px;
        padding: 10px 10px;


    }

    .btn-custom-orange {

        font-size: 13px;
        padding: 5px 30px;


    }

    #studio .text {

        color: #7d867e;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: bold;


    }
}

@media (max-width: 500px) {
    .btn-custom-sec4 {

        font-size: 11px;
        padding: 10px 10px;


    }
}

.studio-section {
    color: #283d38;
    font-family: "Roboto";
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
    text-align: center;
    background: #fff;

}


/*   End Studio section */

/*   Begin Sign-up section */


.custom-form-textfield {
    width: 100%;
    background: transparent;
    color: #cacecd;
    border: #6b5c39 solid 1px;

    padding: 1rem 1.8rem;

    /*-webkit-transform: skew(-15deg);*/
    /*transform: skew(-15deg);*/
    -webkit-transition: 0.3s background ease;
    transition: 0.3s background ease;
}

.custom-form-select {
    width: 100%;
    color: #cacecd;
    border: #6b5c39 solid 1px;

    padding: 1rem 1.8rem;
    background: url(../images/arrow-select.png) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: 98%;

}

.custom-form-select option {
    background: #6b5c39;
}

.custom-form-textfield:focus {
    outline: none !important;
    border-color: #c7bd9b;
}

.custom-form-textfield::placeholder {
    color: #a2b4ab;
}

@media (max-width: 699px) {
    .custom-form-textfield {
        width: 100%;
        color: #cacecd;
        border: #6b5c39 solid 1px;
        padding: 5px 10px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        /*-webkit-transform: skew(-15deg);*/
        /*transform: skew(-15deg);*/
        -webkit-transition: 0.3s background ease;
        transition: 0.3s background ease;
    }
}


.sec5-h1 {
    color: #a2b4ab;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -3px;
    text-align: left;
    line-height: 0.8;

}

#sec5-bg {

    background: url(../images/sec5-bg.jpg) repeat-y;
    background-size: 100%;
    background-position: top;


}

.sec5-margin {
    margin-top: 150px;
}

.sec5-margin0 {
    margin-top: 100px;

}

@media (max-width: 1499px) {
    #sec5-bg {

        background: url(../images/sec5-bg.jpg) repeat-y;

    }

    .sec5-h1 {

        font-size: 60px;


    }
}

@media (max-width: 500px) {

    .sec5-h1 {

        font-size: 40px;


    }
}


@media (max-width: 1200px) {
    .sec5-anim1 {
        float: right;

        /*width:929%;
        height:1399px;*/
        top: -258px;
        right: -150px;
        position: relative;


        /* -webkit-animation-delay: 1s;
        -webkit-animation-iteration-count: infinite;*/
    }

    .sec5-margin {
        margin-top: 100px;
    }

    .sec5-margin0 {
        margin-top: 50px;

    }
}

@media (min-width: 1200px) {
    .sec5-anim1 {
        float: right;
        top: -258px;
        right: -150px;
        position: relative;
        max-height: 1300px;

        /* -webkit-animation-delay: 1s;
       -webkit-animation-iteration-count: infinite;*/
    }
}

.sec5-reposition {
    margin-bottom: 30px;
    padding-left: 10%;
}

.sign-up-section {
    color: #bbc0ac;
    font-family: "Roboto";
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
    text-align: left;
    background: #fff;


}


input[type="text"], textarea {
    color: #c7bd9b;
}

::-webkit-input-placeholder {
    color: #eee;
}

/* Webkit */
:-moz-placeholder {
    color: #eee;
}

/* Firefox <= 18 */
::-moz-placeholder {
    color: #eee;
}

/* Firefox >= 19 */
:-ms-input-placeholder {
    color: #eee;
}

/* Internet Explorer */


/*   End Sign-up section */


/*   Begin Participation section */

#sec6-bg {


    background: url(../images/sec6-bg.jpg) repeat-y;
    background-size: 100%;
    background-position: top;

}

@media (max-width: 1499px) {
    #sec6-bg {


        background: url(../images/sec6-bg.jpg) repeat-y;


    }

}


@media (min-width: 1200px) {
    .sec6-resize-title {
        margin-top: 100px;
    }
}

@media (max-width: 1200px) {
    .sec6-resize-title {
        margin-top: 70px;

    }
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

@media (max-width: 1200px) {
    .participation-section .row {

        margin-top: -50px;
    }
}

@media (min-width: 1200px) {
    .participation-section .row {

        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .sec6-resize-title {
        font-size: 30px;
        color: #9a9c8e;
        font-weight: bold;
        letter-spacing: -3px;
        line-height: 0.8;
    }
}

@media (min-width: 600px) {
    .sec6-resize-title {
        color: #9a9c8e;
        font-size: 70px;
        font-weight: bold;
        letter-spacing: -3px;
        line-height: 0.8;

    }
}

/*   End Participation section */

/*   Begin All-Gallery section */
.all-gallery-bg {

    background: url(../images/sec2-bg.jpg) repeat-y;
    /*background-position: center;*/
    background-attachment: fixed;
    background-size: 100%;

}

@media (max-width: 1700px) {
    .all-gallery-bg {

        background: url(../images/sec2-bg.jpg) repeat-y;
        /*background-position: center;*/
        background-attachment: fixed;


    }
}


@media (min-width: 1600px) {
    .bot-bar {
        margin-top: -180px;
        background-position: bottom;
        position: fixed;
    }
}

@media (max-width: 1600px) {
    .bot-bar {
        margin-top: -155px;
        background-position: bottom;
        position: fixed;

    }
}

@media (max-width: 767px) {
    .bot-bar {
        display: none;
    }
}


@media (min-width: 1100px) {
    .all-gallery-section {
        /* height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /*  background:  url(../images/sec3-bg.png) repeat-x 0% center;
                   background-size:100% ;
                   background-position:top;*/
    }
}


@media (max-width: 1100px) {
    .all-gallery-section {
        /*  height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /* background:  url(../images/sec3-bg.png) repeat-x 0% center;
                  background-size:100% ;
                  background-position:top;*/
    }
}

@media (max-width: 500px) {
    .all-gallery-section {
        /*  height: 100%;*/
        padding-top: 100px;
        text-align: center;
        /* background:  url(../images/sec3-bg.png) repeat-x 0% center;
                  background-size:100% ;
                  background-position:top;*/
    }
}


/*   End All-Gallery section */

.popup-title {
    padding-top: 20px;
    text-align: center;
    color: #8f6d22;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -3px;
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 999;
    right: 0;
    width: 30%;
}

.popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;


}

.popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
    text-align: center;
    background: #1d1a16;
    border: 3px solid #666666;
}

.popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
}

.btn-form-sub {
    font-size: 13px;
    color: #85704e;
    background-color: #1d1a16;
    border: solid 2px #85704e;
    border-radius: 0;
    padding: 10px 10px;


}

.btn-form-sub:hover, .btn-form-sub:focus, .btn-form-sub:active {
    outline: none !important;
    color: #1d1a16;
    background-color: #85704e;
    border: solid 2px #85704e;


}


.modal {
    top: 10%;
}

.modal-open {
    overflow-y: scroll;
    overflow-x: hidden;

}

.modal-backdrop {
    /*background-color: transparent;*/
}

.modal-pop-up {
    padding-top: 20px;
    color: #c7bd9b;
    font-family: "Georgia";
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    display: block;
    margin-right: auto;
    margin-left: auto;

    font-style: italic;
    letter-spacing: 0px;
    line-height: 30px;
}

.modal {
    position: fixed;
    top: 55%;
    right: auto;
    bottom: 0;
    left: -30;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header {

    padding: 0px;
    border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 468px;
        margin: 30px auto;
    }
}

.close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    color: #c7bd9b;

}

.close:hover, .close:active, .close:focus {
    outline: none !important;
    color: #c7bd9b;
}


@media (max-width: 1199px) {
    .popup-title {
        font-size: 20px;

    }

    .popup-overlay {
        /*Hides pop-up when there is no "active" class*/

        width: 30%;
    }

    .modal-pop-up {

        font-size: 12px;

    }

}

@media (max-width: 991px) {
    .popup-title {
        font-size: 20px;

    }

    .popup-overlay {
        /*Hides pop-up when there is no "active" class*/

        width: 40%;
    }

    .modal-pop-up {

        font-size: 12px;

    }

}

@media (max-width: 699px) {
    .popup-title {
        font-size: 20px;

    }

    .popup-overlay {
        /*Hides pop-up when there is no "active" class*/

        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        right: unset;
        left: 50%;
        width: 60%;
    }

    .modal-pop-up {
        padding-top: 0px;
        font-size: 12px;
        line-height: 20px;
    }

    .close {
        top: 10px;
        right: 15px;
        font-size: 20px;

    }

    .btn-form-sub {
        font-size: 11px;
        color: #85704e;
        background-color: #1d1a16;
        border: solid 2px #85704e;
        border-radius: 0;
        padding: 5px 5px;
    }

}

/********** Tooltip Follow Hover Popup ***********/
.tooltip-popup-wp1 {
    text-decoration: none;
    position: relative;
}

.tooltip-popup-wp1 #tooltip-wp1 {
    display: none;
}

.tooltip-popup-wp1:hover #tooltip-wp1 {
    z-index: 999;
    display: block;
    position: fixed;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    border: solid 1px #55452b;
    border-radius: 3px;
}

.tooltip-popup-wp2 {
    text-decoration: none;
    position: relative;
}

.tooltip-popup-wp2 #tooltip-wp2 {
    display: none;
}

.tooltip-popup-wp2:hover #tooltip-wp2 {
    z-index: 999;
    display: block;
    position: fixed;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    border: solid 1px #55452b;
    border-radius: 3px;
}

.weapons-stats {
    margin: 0 25px;
    color: #88826c;
    font-size: 13px;
    max-width: 500px;

}

.weapons-stats tr td {
    padding-top: 15px;
}

.weapons-stats tr td:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px solid #4f4c3d;
}

.weapons-stats tr:last-child td:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 0px;
}

.weapons-stats-icons {
    /*height: 90px;*/
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-right: 25px;
}

/******* END of Follow Hover Popup **********/


.success {
    color: green;

}

.error {
    color: red;
}

.waiting {
    color: grey;
}

body {
    padding-right: 0 !important
}

/* End Sign-Up section */
/* Begin Footer Section */


.btn-top-page {

}

.btn-top-page:hover {
    transform: translate(0, -5px);
}

/* End Footer Section */
/* Begin  Social ICONS*/

.fa {
    z-index: 999;
    font-size: 17px;
    color: #f7e9ca;

}

.fa:hover {
    color: #aa9972;
}

.fa-footer {
    color: #696253;

}

.fa-footer:hover {
    color: #999999;
}

@font-face {
    font-family: 'si';
    src: url('../images/socicon.eot');
    src: url('../images/socicon.eot?#iefix') format('embedded-opentype'),
    url('../images/socicon.woff') format('woff'),
    url('../images/socicon.ttf') format('truetype'),
    url('../images/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(../images/socicon.svg) format(svg);
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 25px 0;
    list-style: none;
    padding-left: 10px;


}

.soc li {
    display: inline-block;
    display: inline-table;
    zoom: 1;
    margin: 3px 5px 0 5px;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-twitter:before {
    content: '\e040';
}

.soc-facebook:before {
    content: '\e041';
}


/* End Social ICONS */

/* btn announcement begin */
@media (max-width: 800px) {
    .font-announcement {
        font-size: 12px;
    }
}

@media (min-width: 800px) {
    .font-announcement {
        font-size: 20px;
    }
}

.btn-announcement {
    color: #fff;
    background-color: #2e6da4;
    border-color: #eea236;
}

.btn-announcement:focus,
.btn-announcement.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #985f0d;
}

.btn-announcement:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #d58512;
}

.btn-announcement:active,
.btn-announcement.active,
.open > .dropdown-toggle.btn-announcement {
    color: #fff;
    background-color: #5bc0de;
    border-color: #d58512;
}

.btn-announcement:active:hover,
.btn-announcement.active:hover,
.open > .dropdown-toggle.btn-announcement:hover,
.btn-announcement:active:focus,
.btn-announcement.active:focus,
.open > .dropdown-toggle.btn-announcement:focus,
.btn-announcement:active.focus,
.btn-announcement.active.focus,
.open > .dropdown-toggle.btn-announcement.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #985f0d;
}

.btn-announcement:active,
.btn-announcement.active,
.open > .dropdown-toggle.btn-announcement {
    background-image: none;
}

.btn-announcement.disabled:hover,
.btn-announcement[disabled]:hover,
fieldset[disabled] .btn-announcement:hover,
.btn-announcement.disabled:focus,
.btn-announcement[disabled]:focus,
fieldset[disabled] .btn-announcement:focus,
.btn-announcement.disabled.focus,
.btn-announcement[disabled].focus,
fieldset[disabled] .btn-announcement.focus {
    background-color: #5bc0de;
    border-color: #eea236;
}

.btn-announcement .badge {
    color: #5bc0de;
    background-color: #fff;
}

/* btn announcement end */


footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above hr {
    color: #839586;
    padding: 0;
    border: none;
    border-top: solid 2px;
    text-align: left;
    max-width: 40px;
    margin: 25px 0 30px;
}

footer .footer-above .text {
    font-family: "Myriad Pro";
    font-size: 14px;
    color: #241e15;
    /*font-weight: bold;*/
    text-justify: inter-word;
    padding: 0px 0;
    letter-spacing: 0.4px;
    line-height: 23px;
    text-align: left;

}

footer .footer-above {
    padding-top: 50px;
    background: url(../images/footer.jpg) repeat-y;
    background-size: 100%;
}

@media (max-width: 1599px) {
    footer .footer-above {
        padding-top: 50px;
        background: url(../images/footer.jpg) repeat-y;
    }


}

@media (max-width: 991px) {
    footer .footer-above {
        padding-top: 50px;
        background: url(../images/footer.jpg) repeat-y;
        background-size: auto 100%;
    }


}

@media (max-width: 767px) {


    footer .footer-above .reposition-mobile {

        float: none !important;
        text-align: center;
    }
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-col a:hover {
    text-decoration: none;
}

footer .footer-below {
    padding: 45px 0;
    background: #1b1915;
    font-family: "Myriad Pro";
    font-size: 15px;
    color: #696253;
    font-weight: 100;
}

#footer-social > li > a {
    font-size: 17px;
    color: #343434;
}

.footer-social0 > li > a > i {
    font-size: 25px;
    color: #6e5a40;
}

.footer-social0 > li > a > i:hover {
    font-size: 25px;
    color: #deaf24;
}

.fadeOutRight {
    visibility: visible;
}

@media (min-width: 1250px) {

    .anim-the-game, .anim-story, .anim-faction, .anim-the-game-text, .anim-separation, .anim-the-game-img, .anim-heroes, .anim-hero, .anim-hero-name, .anim-hero-desc, .anim-hero-name-hr, .anim-hero-selection, .anim-hero-select-left,
    .anim-hero-select-right, .anim-news, .anim-news-img, .anim-news-desc, .anim-media, .anim-gal, .anim-char-stats, .anim-hero-desc-char-page, .anim-weapons-title, .anim-weapons-image, .anim-weapons-desc {
        visibility: hidden;
    }

    .zoomIn, .fadeOutRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .zoomIn, .slideInRight, .slideInLeft {
        visibility: visible;
    }

    .anim_speed {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;

    }

    .anim_speed-02s {
        -webkit-animation-duration: 4.5s;
        animation-duration: 4.5s;

    }


    .delay-05s {
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
    }

    .delay-1s {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

    .delay-15s {
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
    }

    .delay-2s {
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
    }


}

.avatar-box {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    border: solid 4px #403b35;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    overflow: hidden;
}

.zoom-in {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

.zoom-out {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

.avatar-alias {
    color: rgb(210, 195, 162);
    font-family: "DIN Condensed Bold";
    font-style: italic;
    font-size: 25px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

@media (max-width: 768px ) {
    .avatar-alias {
        font-size: 18px;
    }
}


.alias-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #4d4431;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination > li > a, .pagination > li > span {
    background-color: #8b7440;
    color: rgb(77, 68, 49);
    border-color: transparent;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #75602f;
    color: #ac9d7c;
    border-color: transparent;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #8b7440;
    color: rgb(77, 68, 49);
    border-color: transparent;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(77, 68, 49);
    color: #8b7440;

    border-color: transparent;
}

.vet-container {
    background-color: #1d1a16d9;;
    border: #6b5c39 solid 3px;
}

@media (max-width: 1199px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


.dropdown-mob {
    color: #c7bd9b;
    font-family: "Georgia";
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 30px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: solid 1px transparent;

    display: block;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.dropdown-mob:hover {
    padding: 15px 10px;
    background: #2c2316;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: solid 1px black;
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 11px 1px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.dropdown-mob > a {
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px 0px 0px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    letter-spacing: -2px;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    text-shadow: none;
    color: #4d4431;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    text-decoration: none;
}

.dropdown-mob > a:hover {
    color: #8f6d22;
}

.open {
    background-color: #29231b;
    font-weight: bold;
    outline: none !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #8f6d22;
}

.dropdown-menu-custom {
    border-color: #141917;
    background: #1d1a16;
    left: 12px;
    width: 166px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.dropdown-menu-custom-mob {
    border-color: #141917;
    background: #1d1a16;
    left: 12px;
    width: 166px;
}

.dropdown-item-custom {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    font-family: "DIN Condensed Bold";
    font-style: italic;
    text-shadow: none;
    color: #4d4431;
}

.dropdown-item-custom:focus, .dropdown-item-custom:hover {
    color: #8f6d22;
    text-decoration: none;
    background-color: #29231b;
}

.dropdown-item-custom.active, .dropdown-item-custom:active {
    color: #8f6d22;
    text-decoration: none;
    background-color: #29231b;
}

.dropdown-item-custom.disabled, .dropdown-item-custom:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.subscribe-side-button {
    padding-right: 5px;
    padding-left: 5px;
    color: black;
    position: fixed;
    top: 50%;
    right: -37px;
    z-index: 999;
    background: #ae956c;
    border: 2px solid black;
    border-bottom: 0px;
    font-weight: bold;
    transform: rotate(-90deg);
    outline: none !important;
}

.subscribe-side-button:hover {
    color: black;
    outline: none !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
