/*!-----------------------------------------------------------------
    Name: GoodGames - Game Portal / Store HTML Template
    Version: 1.4.1
    Author: nK
    Website: https://nkdev.info/
    Purchase: https://themeforest.net/item/goodgames-portal-store-html-gaming-template/17704593?ref=_nK
    Support: https://nk.ticksy.com/
    License: You must have a valid license purchased only from ThemeForest (the above link) in order to legally use the theme for your project.
    Copyright 2018.
-------------------------------------------------------------------*/
    /*------------------------------------------------------------------
  [Typography]

  Body:     14px/1.7 Open Sans, sans-serif;
  Headings: Montserrat, sans-serif

  Note: Most of font sizes are relative to the base font size (rem)
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Color codes]

  Main 1:    #93c027
  Main 2:    #a714b9
  Main 3:    #38a220
  Main 4:    #22a2b1
  Main 5:    #1464d2

  Dark 1:    #171e22
  Dark 2:    #232930
  Dark 3:    #293139
  Dark 4:    #303e47

  Gray 1:    #fafafa
  Gray 2:    #f7f7f7
  Gray 3:    whitesmoke
  Gray 4:    #f2f2f2

  Bootstrap Primary:  #0275d8
  Bootstrap Success:  #38a220
  Bootstrap Info:     #22a2b1
  Bootstrap Warning:  #ef9e2b
  Bootstrap Danger:   #e2361f
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Table of contents]

  1. Base
  2. Typography
  3. Bootstrap
  4. Helpers
  5. Navbar
  6. Navbar Side
  7. Search
  8. Breadcrumbs
  9. Footer
  10. Widgets
  11. Social Links
  12. Elements
    - Element Buttons
    - Element Tabs
    - Element Accordion
    - Element Feature
    - Element Content Boxes
    - Element Counters
    - Element Pagination
    - Element Blockquotes
    - Element Info Boxes
    - Element Carousels
    - Element Modal
    - Element Image Boxes
    - Element Video
    - Element Forms
    - Element Audio Player
    - Element Countdown
    - Element Table
    - Element Fullscreen Block
    - Element Icons
    - Element Image Slider
  13. Blog
  14. Store
  15. Tournaments
  16. Forum
  17. Plugins
    - Plugin NanoScroller
    - Plugin Photoswipe
    - Plugin Seiyria Bootstrap Slider
    - Plugin Summernote
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------

  Base

 -------------------------------------------------------------------*/
.crowdfunding a{
}
body {
    position: relative;
    color: #7f8b92;
    background-color: #1b1d1e;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
}

.nk-main {
    overflow: hidden;
}

body.nk-page-boxed {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #93c027;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
}

.nk-widget-categories .selected{
    background-color:#93c027;
    color:#293139;
    font-weight: 700;
    padding-left:10px;
}

a:focus,
a:hover {
    color: #93c027;
}

.nk-widget-categories .selected a:hover{
    color:#FFF;
    font-weight: 700;
}

::-moz-selection {
    color: #fff;
    background-color: #303e47;
}

.bb-logo{
    transition-duration: 1s;
}
.bb-logo:hover
{
    transition-duration: 1s;
    border-radius: 50px;
    box-shadow: 0 0 15px #eca60f;
}

.spellcolor{
    color: #351702;
    text-shadow: 0px 0px 5px #ccc;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
.header-account button
{
    color: #F9F0F0;
}

.header-user-login
{
    display: block;
    width: 100%;
    text-align: center;
    padding:7px;
    background: #080808;
}
.header-user-login:hover {
    background: #fa0101;
    transition-duration: 1s;
}
.header-user-register
{
    display: block;
    width: 100%;
    text-align: center;
}
.header-user-login a {
    color: #F9F0F0;
    font-family: "Montserrat", 'Roboto', sans-serif;
}

.header-user-login i {
    color: #eca60f;
}
.header-user-register a {
    color: #F9F0F0;
    font-family: "Montserrat", 'Roboto', sans-serif;
}
.header-user-register a:hover
{
    color: #eca60f;
    transition-duration: 1s;
}
.header-user-register i {
    color: #eca60f;
}
.submenu {
    left: -5px;
    min-width: 180px;
    display: none;
    position: relative;
    background: #131014;
    padding-top:15px;
    padding-bottom:20px;
    z-index:2000;
    width: 100%;
}
.showsubmenu {
    display: block !important;
}
.submenu li {
    padding-top: 10px;
}
.raceBadge{
    display:block;
    top:-120px;
    width:300px !important;
    height:300px !important;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: -120px;
}

.bb-bar
{
    position: relative;
    z-index: 1000;
    background: #131014;
    padding: 5px 0;
    display: block;
    height: 45px;
    border-bottom: 1px solid #444444;
}
/* button style */
.btn {
    -moz-user-select: none;
    border: medium none;
    border-radius: 5px;
    color: #1c1121;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.btn:hover {
    color: #1c1121;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-image: url("/images/btn_overlay.png");
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    z-index: -1;
    transition: .3s linear;
}
.btn:hover::before {
    bottom: 0;
}
.btn i {
    margin-right: 5px;
}
.btn.transparent-btn {
    border: 2px solid #9f999d;
    background: transparent;
    color: #fff;
}
.btn.transparent-btn:hover {
    border: 2px solid #fa0101;
    color: #1c1121;
}
.btn.transparent-btn::before {
    display: none;
}
.bb-link {
    color: #F9F0F0;
    font-size: 14px;
    margin-left: 30px;
}
.t-shadow{
    text-shadow: 0 0 15px #ffffff;

}
.t-shadow:hover
{
    transition-duration: 1s;
    text-shadow: 0 0 15px #eca60f;
}
.bb-link:hover {

    transition-duration: 1s;
    color: #eca60f;
}
.btn.btn-style-two {
    min-width: 180px;
    background: transparent;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: "Montserrat", 'Roboto', sans-serif;

}
.btn.btn-style-two::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    width: 5px;
    transform: skewX(-16deg);
    z-index: 1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #fa0101;
}
.btn.btn-style-two::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-16deg);
    z-index: -1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #fa0101;
}
.btn.btn-style-two:hover::before {
    right: 0;
}

.raceBadge.highelf{
    top:-60px;
    margin-bottom: -60px;
}

.spelltitle{
    color:#CCC;
    text-shadow: 0px 0px 5px #000;
}

.infoRace{
    padding-left:0px;
    padding-right:0px;
}
.infoRace img{
    display:block;
    width:75%;
    bottom:0px !important;
}
.infoRace.right img{
    float:right;
}

.text-right {
    float:right;
}

.notification-bell-toggle .iconify{
    margin-top:5px;
    font-size:2.5rem;
}

.infoRaceImg{
    display:block;
    height:100%;
}


.nk-table.specs{
    font-size:10px;
}
.nk-table.specs tbody td {
    padding: 10px 8px !important;
}

.InfoSection1{
    display:block;
    width:100%;
    background-image:url("/assets/images/InfoSection1.jpg");
    background-size: 100% 100%;
    min-height:400px;
    padding-top:20px;
    border-top: 4px solid #907a4e;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.InfoSection3{
    display:block;
    width:100%;
    background-image:url("/assets/images/BG_1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:848px;
    padding-top:20px;
    border-top: 4px solid #bd8d1a;
    border-bottom: 4px solid #bd8d1a;
}
.fractionBadge{
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -130px;
}
.fractionBanner{
    display: block;
    position: relative;
    width: 100%;
    margin-top: -130px;
}
.fractionBadge img{
    height:350px;
}
.raceIcon{
    display:block;
    width:180px;
    height:180px;
    border:1px solid;
    transition: all 0.5s;
    cursor:pointer;
}
.raceIcon:hover {
    border:3px solid #e9ac1a;
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.dom-bg{
    background-image: url("/assets/images/DomBG.png");
    background-position: 100% 100%;
}

.so-bg{
    background-image: url("/assets/images/soBG.png");
    background-position: 100% 100%;
}

.b-red{
    border-color: #b30000;
}

.b-blue{
    border-color: #2e5adc;
}
.factionSectionContent{
    display:block;
    width:100%;
    margin-top:200px;
}
.factionRacesSectionContent{
    display:block;
    width:100%;
}
.BlueSection {
    display:block;
    width:100%;
    background-image:url("/assets/images/BlueSection.jpg");
    background-size: 100% 100%;
    min-height:681px;
    padding-top:20px;
    border-top: 5px solid #1551af;

}

.breesefif{
    font-family: 'Bree Serif', 'Roboto', serif !important;
}

.so-color{
    color:#1874c2 !important;
}

.dom-color{
    color:#781001 !important
}

.b50{
    bottom: 50px !important;
}

.RedSection {
    display:block;
    width:100%;
    background-image:url("/assets/images/RedSection.jpg");
    background-size: 100% 100%;
    min-height:681px;
    padding-top:20px;
    border-top: 5px solid #810808;

}

.MapSection{
    display:block;
    width:100%;
    background-image:url("/images/MapBlackBG.jpg");
    background-size: 100% 100%;
    min-height:100%;
    padding-top:20px;
    border-top: 4px solid #907a4e;

}

.InfoSection2{
    display:block;
    width:100%;
    border-top:4px solid #907a4e;
}

.infotitle{
    color:#ccbcaa;
    text-shadow:0px 0px 5px #000;
    text-transform: none;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.newstitle{
    color:#FFF;
    text-shadow:0px 0px 5px #000;
    text-transform: none;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.pagetitle{
    color:#FFF;
    text-shadow:0px 0px 5px #000;
    text-transform: none;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.infodesc{
    color:#706a62;
    text-shadow:0px 0px 5px #000;
    text-transform: none;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
    font-size:16px;
    padding-left:15px;
    padding-right:15px;
}

.infoTitleMark {
    background-image: url("/assets/images/infoTitle.png");
    background-size:100% 100%;
    display:block;
    width:372px;
    height:78px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25%;
}
.infoTitleMark h2{
    display:block;
    position: relative;
    text-align: center;
    text-transform: none;
    top:-40px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

@media (max-width: 1200px) {
.data-bg{
    width:100% !important;
}
}

@media (max-width: 1200px) {
    .hr-mt-50 {
        margin-top: 50px;
    }
}

.infodescryellow {
    color: #f1e5d8;
    text-shadow: 0px 0px 5px #000;
    font-size:18px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    text-align:center;

}
.small{
    font-size:10px;
}

@media (max-width: 1200px) {
    .hr-mt-125 {
        margin-top: 130px;
    }
}

@media (max-width: 767px) {
    .hr-mt-437 {
        margin-top: 437px;
    }
}

.infodescryellow.smaller{
    font-size:14px;
}
.infodescrwhite {
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #000;
    font-size:18px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    text-align:center;

}
.InfoSection2 .infoBlock{
    display:block;
    width:100%;
    height:20%;
    bottom:0px;
    position:absolute;
}



.class{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:10px;
}

.class .icon{
    display:block;
    position:relative;
    float:left;
    width:40px;
    width:40px;
    padding:2px;
}

.class .icon img{
    display:block;
    width:36px;
    height:36px;
    -webkit-filter: drop-shadow(0px 0px 5px rgb(53, 53, 53));
    filter: drop-shadow(0px 0px 5px  rgb(53, 53, 53));
    margin-top:3px;
}

.class .className {
    display:block;
    float:left;
    padding-left:3px;
    padding-top:3px;
    line-height: 40px;
    font-size:13px;
    font-weight: 700;
}

.racesimg{
    width:100%;
    display:block;
}

.Gronthar {
    position: absolute;
    top: 100px !important;
}

.gronthar-background-color {
    background-image: radial-gradient(rgba(0,0,0,1.0), rgba(0,0,0,.50), transparent 72%);
    display: block;
    padding: 5px;
    z-index: -1;
}

@media (max-width: 1500px) {
    .Gronthar {
        position: absolute;
        top: 75px !important;
    }
}

@media (max-width: 1415px) {
    .Gronthar {
        position: absolute;
        top: 50px !important;
    }
}

@media (max-width: 1315px) {
    .Gronthar {
        position: absolute;
        top: 25px !important;
    }
}

.warrior {
    color:#4a1b00;
    text-shadow: none;
}
.paladin {
    color:#d8c100;
    text-shadow: none;
}
.witch {
    color:#a81dcb;
    text-shadow: none;
}
.necromancer {
    color:#3a362d;
    text-shadow: none;
    font-size:12px;
}
.ranger {
    color:#a75200;
    text-shadow: none;
}
.druid {
    color:#2f4100;
    text-shadow: none;
}
.assasin {
    color:#2e332f;
    text-shadow: none;
}
.mage {
    color:#0a72a6;
    text-shadow: none;
}
.priest {
    color:#f6f4ed;
    text-shadow: none;
}
.pirate {
    color:#9e0000;
    text-shadow: none;
}

.spell{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:10px;
}

.spell .icon{
    display:block;
    position:relative;
    float:left;
    width:50px;
    width:50px;
    padding:4px;
}

.spell .icon img{
    display:block;
    width:46px;
    height:46px;
    box-shadow: 0px 0px 5px rgb(53, 53, 53);
    margin-top:3px;
}

.spell .details {
    display:block;
    float:left;
    padding-left:10px;
    max-width: 310px;
}

.spell .details .title {
    display:block;
    width:100%;
    font-weight: 700;
    font-size:14px;
}

.spell .details .description {
    display:block;
    width:100%;
}

::selection {
    color: #fff;
    background-color: #303e47;
}
.no-text-transform {
    text-transform: none !important;
}
.gray-color{
    color: #a0a7ab;
}
.nk-page-background-top,
.nk-page-background-bottom,
.nk-page-background-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -3;
}

.testvamwe{

    height:auto;
}

.nk-page-background-bottom {
    top: auto;
    bottom: 0;
}

.nk-page-background-fixed {
    position: fixed;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.nk-block {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.nk-block::after, .nk-block::before {
    content: "";
    display: block;
    clear: both;
}

.bg-image,
.bg-video {
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.bg-image > div,
.bg-video > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
}

.bg-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image-row,
.bg-video-row,
.bg-map-row {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bg-image-row > div,
.bg-video-row > div,
.bg-map-row > div {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .bg-image-row,
    .bg-video-row,
    .bg-map-row {
        position: relative;
    }
    .bg-image-row > div,
    .bg-video-row > div,
    .bg-map-row > div {
        padding-top: 56.25%;
    }
    .bg-image-row > div > div,
    .bg-video-row > div > div,
    .bg-map-row > div > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 600px){
	.infoRaceImg {
		position:relative;
        width:100%;
	}

    h6 {
        font-size:1.3rem !important;
    }

    .infodescryellow.smaller{
        font-size:1.2rem;
    }

    .InfoSection2 .infoBlock{
        position:relative;
    }
    .nk-page-background-top-mobile{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        z-index: -1;
    }

    .news-image{
        display:block;
        object-fit: cover;
        width:100%;
        height: 450px !important;
        margin-top:-137px;
    }

    .news-video{
        display:block;
        object-fit: cover;
        width:100%;
        height: 450px !important;
        margin-top:-137px;
        pointer-events: none;
    }

    .news-title {
        bottom:0px !important;
    }

    .news-title h1 {
        font-size: 2rem;
    }
}

.bg-map-row {
    z-index: auto;
}

.bg-map-row .nk-gmaps {
    height: 100%;
    z-index: 1;
}

@media (max-width: 991px) {
    .bg-map-row {
        position: relative;
    }
    .bg-map-row > div {
        padding-top: 0;
    }
    .bg-map-row > div > div {
        position: relative;
    }
    .bg-map-row .nk-gmaps {
        height: 300px;
    }
    .bg-map-row .nk-gmaps-sm {
        height: 250px;
    }
    .bg-map-row .nk-gmaps-md {
        height: 450px;
    }
    .bg-map-row .nk-gmaps-lg {
        height: 550px;
    }
    .bg-map-row .nk-gmaps-full {
        height: 700px;
        height: 100vh;
        min-height: 700px;
    }
}

.bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #171e22;
    z-index: -1;
}

.hr-gap {
    display: block;
    height: 10px;
}

.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
    display: block;
    height: 15px;
}

.hr-gap::after,
.hr-gap::before,
.nk-gap::after,
.nk-gap::before,
.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before {
    content: "";
    display: block;
    clear: both;
}

.nk-gap-1 {
    height: 20px;
}

.nk-gap-2 {
    height: 30px;
}

.nk-gap-3 {
    height: 50px;
}

.nk-gap-4 {
    height: 70px;
}

.nk-gap-5 {
    height: 90px;
}

.nk-gap-6 {
    height: 110px;
}
.nk-gap-7 {
    height: 200px;
}

.nk-body-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.nk-gmaps {
    width: 100%;
    height: 300px;
}

.nk-gmaps-sm {
    height: 250px;
}

.nk-gmaps-md {
    height: 450px;
}

.nk-gmaps-lg {
    height: 550px;
}

.nk-gmaps-full {
    height: 700px;
    height: 100vh;
    min-height: 700px;
}

/*@media (min-width: 1686px) {
    .nk-gmaps-full {
        height: 700px !important;
        height: 100vh !important;
        min-height: 700px !important;
    }


}

@madia only screen and(min-width: 1600px) {
    .nk-gmaps-lg {
        height: 550px !important;
    }
}
*/
.nk-badge {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    padding: 0 2px;
    font-size: 9px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    background-color: #93c027;
    border-radius: 8.5px;
}

.vv-bell {
    display: block;
    position: absolute;
    min-width: 15px;
    height: 15px;
    padding: 0 2px;
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    background-color: #8d0202;
    border-radius: 8.5px;
    top: 21px;
    left: 15px;
    cursor: pointer;
    z-index: 100;
}


.nk-navbar li > .nk-badge {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.nk-scroll-top {
    cursor: pointer;
}

pre {
    position: relative;
    max-height: 500px;
    padding: 25px;
    line-height: 1.3;
    color: #fff;
    background-color: #293139;
}

pre .tag {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: 0;
}

pre[class*="language-"] {
    margin: 0;
}

/* DEPRECATED, added for back compatibility */
.nk-vertical-center,
.nk-vertical-bottom,
.nk-vertical-top {
    display: table;
    width: 100%;
    height: 100%;
}

.nk-vertical-center > div,
.nk-vertical-bottom > div,
.nk-vertical-top > div {
    display: table-cell;
    vertical-align: middle;
}

.nk-vertical-bottom > div {
    vertical-align: bottom;
}

.nk-vertical-top > div {
    vertical-align: top;
}

.row.no-gap {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gap > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.pull-xs-right {
    float: right;
}

.pull-xs-left {
    float: left;
}

.pull-xs-none {
    float: none;
}

@media (min-width: 1200px) {
    .hr-li-nav {
        margin-top: 11.5px;
    }

    .nk-navbar .nk-nav-table .hr-mbt {
        margin: 10px 0;
    }

    .nk-navbar .nk-nav-table .hr-nav-pull-left {
        float: left;
    }

    .nk-navbar .nk-nav-table .hr-nav-left-150 {
        left: 150px;
    }

    .nk-navbar .nk-nav-table .hr-nav-left-170 {
        left: 170px;
    }

    .nk-navbar .nk-nav-table .hr-nav-left-190 {
        left: 190px;
    }

    .nk-navbar .nk-nav-table .hr-nav-left-210 {
        left: 210px;
    }

    .nk-navbar .nk-nav-table .hr-nav-left-230 {
        left: 230px;
    }
}

/*------------------------------------------------------------------

  Typography

 -------------------------------------------------------------------*/
html {
    font-size: 14px;
    scroll-behavior: smooth;

}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    letter-spacing: .015em;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.5rem;
}

b,
strong {
    font-weight: 600;
}

label {
    font-weight: 600;
    color: #fff;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1.5rem;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 3rem;
}

.h1-rem {
    font-size: 4rem;
}

h2,
.h2 {
    font-size: 2.35rem;
}

.h2-rem {
    font-size: 2.5rem !important;
}

h3,
.h3 {
    font-size: 1.75rem;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
}

.h3-rem {
    font-size: 2em;
}

h4,
.h4 {
    font-size: 1.32rem;
}

h5,
.h5 {
    font-size: 1.02rem;
}

h6,
.h6 {
    font-size: .88rem;
}

.nk-forum-title h3{
    text-transform:none !important;
}

.forum-title {
    text-transform:none !important;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
}

.account-settings li a {
    font-size:1.2rem;
}
.separator{
    border-top:2px solid #93c027 !important;
}
.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: "Montserrat", 'Roboto',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.display-1 {
    font-size: 4.7rem;
}

.display-2 {
    font-size: 4.2rem;
}

.display-3 {
    font-size: 3.7rem;
}

.display-4 {
    font-size: 3.2rem;
}

.nk-decorated-h,
.nk-decorated-h-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nk-decorated-h > span,
.nk-decorated-h > a,
.nk-decorated-h-2 > span,
.nk-decorated-h-2 > a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.nk-decorated-h::after, .nk-decorated-h::before,
.nk-decorated-h-2::after,
.nk-decorated-h-2::before {
    content: "";
    display: block;
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
    border-bottom: 4px solid;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.nk-decorated-h::before,
.nk-decorated-h-2::before {
    -webkit-box-flex: 20px;
        -ms-flex: 20px;
            flex: 20px;
    width: 20px;
    min-width: 20px;
}

.nk-decorated-h-2::after, .nk-decorated-h-2::before {
    border-bottom-color: #293139;
}

.nk-decorated-h-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nk-decorated-h-3 > span,
.nk-decorated-h-3 > a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 20px;
}

.nk-decorated-h-3::after {
    content: "";
    display: block;
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
    border-bottom: 4px solid #93c027;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}

/* Title */
.nk-title {
    position: relative;
    z-index: 1;
}

/* Sub Title */
.nk-sub-title {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
    color: #93c027;
    z-index: 1;
}

.nk-title + .nk-sub-title {
    margin-top: 1rem;
}

/* Back title */
.nk-title-back {
    margin-bottom: 0;
    font-size: 6rem;
    color: inherit;
    opacity: .1;
}

.nk-title-back + * {
    position: relative;
    margin-top: -40px;
}

.nk-title-back + .nk-sub-title {
    margin-top: -50px;
}

/* Title Separator */
.nk-title-sep {
    display: block;
    margin: 30px auto;
    line-height: 0;
    color: inherit;
}

.nk-title-sep::after {
    content: "";
    display: inline-block;
    width: 80%;
    max-width: 80px;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: .4;
}

.nk-title-sep-icon {
    display: block;
    margin: 30px auto;
    line-height: 0;
    color: inherit;
}

.nk-title-sep-icon .icon {
    font-size: 1.9rem;
    vertical-align: middle;
}

.nk-title-sep-icon::before, .nk-title-sep-icon::after {
    content: "";
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    border-bottom: 1px dotted;
    opacity: .4;
}

.nk-title-sep-icon::before {
    margin-right: 20px;
}

.nk-title-sep-icon::after {
    margin-left: 20px;
}

/* mega menu titles */
.nk-mega-item > .dropdown > ul li > label {
    font-family: "Montserrat", 'Roboto', sans-serif;
}

/*------------------------------------------------------------------

  Bootstrap

 -------------------------------------------------------------------*/
.nk-sidebar-sticky-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nk-sidebar-sticky-parent > .nk-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.row.vertical-gap > [class*="col-"] {
    padding-top: 30px;
}

.row.vertical-gap {
    margin-top: -30px;
}

.row.sm-gap {
    margin-right: -10px;
    margin-left: -10px;
}

.row.sm-gap > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.row.sm-gap.vertical-gap > [class*="col-"] {
    padding-top: 20px;
}

.row.sm-gap.vertical-gap {
    margin-top: -20px;
}

.row.md-gap {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.md-gap > [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.md-gap.vertical-gap > [class*="col-"] {
    padding-top: 45px;
}

.row.md-gap.vertical-gap {
    margin-top: -45px;
}

.row.lg-gap {
    margin-right: -30px;
    margin-left: -30px;
}

.row.lg-gap > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.row.lg-gap.vertical-gap > [class*="col-"] {
    padding-top: 65px;
}

.row.lg-gap.vertical-gap {
    margin-top: -65px;
}

.thead-default th {
    color: #303e47;
    background-color: #f7f7f7;
}

.table thead th,
.table td,
.table th {
    border-color: #f2f2f2;
}

.lg-back {
    background-color: rgb(27, 27, 27);
    border-radius: 10px 0px  0px 10px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:10px;
}

.ca-back{
    background-color:rgb(27, 27, 27);
    border-radius: 0px 10px  10px 0px;
    padding-right:10px;

}


.modal-content {
    background-color: #171e22;
}
.bg-content {
    background-color: #171e22;
}
.bg-content-transperant {
    background-color: rgba(17, 22, 25, 0.8);
}

.padding-20{
    padding:20px;
}

.modal-content .close {
    color: #fff;
    text-shadow: none;
}

.text-shadow-xs{
    text-shadow: 0px 0px 5px #000;
}
.text-shadow-md{
    text-shadow: 0px 0px 10px #000;
}
.text-shadow-lg{
    text-shadow: 0px 0px 15px #000;
}

.modal-header {
    padding: 20px 25px;
    border-bottom-color: #232930;
}

.modal-body {
    padding: 20px 25px;
}

.modal-footer {
    padding: 20px 25px;
    border-top-color: #232930;
}

.lastForumPostsAvatar{
    display:block;
    width:100%;
    border-radius:50%;
}

.forum-search {
    border: 2px solid #93c027 !important;
}

/*------------------------------------------------------------------

  Helpers

 -------------------------------------------------------------------*/
/* stylelint-disable declaration-no-important */
/*
 * Text Color Helper
 */

.Free{
    color: #93c027 !important;
    border-color:#93c027;
}
.Supporter{
    color: #22a2b1 !important;
    border-color:#22a2b1;
}
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext);

.kpx_login .kpx_authTitle {
    text-align: center;
    line-height: 300%;
}

.kpx_login .kpx_socialButtons a {
    color: white; // In yourUse @body-bg
opacity:0.9;
    margin-top:20px;
}
.kpx_login .kpx_socialButtons a:hover {
    color: white;
    opacity:1;
}

.kpx_login .kpx_socialButtons .kpx_btn-facebook {background: #3b5998; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #3b5998;}
.kpx_login .kpx_socialButtons .kpx_btn-facebook:hover {background: #172d5e;}
.kpx_login .kpx_socialButtons .kpx_btn-facebook:focus {background: #fff; color:#3b5998; border-color: #3b5998;}


.kpx_login .kpx_socialButtons .kpx_btn-instagram {background: #125688; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #125688;}
.kpx_login .kpx_socialButtons .kpx_btn-instagram:hover {background: #0c3d61}
.kpx_login .kpx_socialButtons .kpx_btn-instagram:focus {background: #fff; color:#3b5998; border-color: #15364e;}

.kpx_login .kpx_socialButtons .kpx_btn-youtube {background: #bb0000; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #bb0000;}
.kpx_login .kpx_socialButtons .kpx_btn-youtube:hover {background: #820000
}
.kpx_login .kpx_socialButtons .kpx_btn-youtube:focus {background: #fff; color:#860000; border-color: #860000;}

.kpx_login .kpx_socialButtons .kpx_btn-twitter {background: #00aced; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #00aced;}
.kpx_login .kpx_socialButtons .kpx_btn-twitter:hover {background: #043d52}
.kpx_login .kpx_socialButtons .kpx_btn-twitter:focus {background: #fff; color:#00aced; border-color: #00aced;}

.kpx_login .kpx_socialButtons .kpx_btn-google-plus {background: #c32f10; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #c32f10;}
.kpx_login .kpx_socialButtons .kpx_btn-google-plus:hover {background: #6b1301}
.kpx_login .kpx_socialButtons .kpx_btn-google-plus:focus {background: #fff; color: #c32f10; border-color: #c32f10}

.kpx_login .kpx_socialButtons .kpx_btn-soundcloud {background: #ff8800; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #ff8800;}
.kpx_login .kpx_socialButtons .kpx_btn-soundcloud:hover {background: #c73e04}
.kpx_login .kpx_socialButtons .kpx_btn-soundcloud:focus {background: #fff; color: #ff8800; border-color:#ff8800}

.kpx_login .kpx_socialButtons .kpx_btn-github {background: #666666; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #666666;}
.kpx_login .kpx_socialButtons .kpx_btn-github:hover {background: #333333}
.kpx_login .kpx_socialButtons .kpx_btn-github:focus {background: #fff; color : #666666; border-color: #666666}

.kpx_login .kpx_socialButtons .kpx_btn-steam {background: #878787; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #878787;}
.kpx_login .kpx_socialButtons .kpx_btn-steam:hover {background: #292929}
.kpx_login .kpx_socialButtons .kpx_btn-steam:focus {background: #fff; color : #878787; border-color: #878787}

.kpx_login .kpx_socialButtons .kpx_btn-pinterest {background: #cc2127; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #cc2127;}
.kpx_login .kpx_socialButtons .kpx_btn-pinterest:hover {background: #780004}
.kpx_login .kpx_socialButtons .kpx_btn-pinterest:focus {background: #fff; color: #cc2127; border-color: #cc2127}

.kpx_login .kpx_socialButtons .kpx_btn-vimeo {background: #1ab7ea; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #1ab7ea;}
.kpx_login .kpx_socialButtons .kpx_btn-vimeo:hover {background: #162221}
.kpx_login .kpx_socialButtons .kpx_btn-vimeo:focus {background: #fff; color: #1ab7ea;border-color: #1ab7ea}

.kpx_login .kpx_socialButtons .kpx_btn-lastfm {background: #c3000d; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #c3000d;}
.kpx_login .kpx_socialButtons .kpx_btn-lastfm:hover {background: #5e0208}
.kpx_login .kpx_socialButtons .kpx_btn-lastfm:focus {background: #fff; color: #c3000d; border-color: #c3000d}

.kpx_login .kpx_socialButtons .kpx_btn-yahoo {background: #400191; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #400191;}
.kpx_login .kpx_socialButtons .kpx_btn-yahoo:hover {background: #230052}
.kpx_login .kpx_socialButtons .kpx_btn-yahoo:focus {background: #fff; color: #400191; border-color: #400191}

.kpx_login .kpx_socialButtons .kpx_btn-vk {background: #45668e; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #45668e;}
.kpx_login .kpx_socialButtons .kpx_btn-vk:hover {background: #1a3352}
.kpx_login .kpx_socialButtons .kpx_btn-vk:focus {background: #fff; color: #45668e; border-color: #45668e}

.kpx_login .kpx_socialButtons .kpx_btn-spotify {background: #7ab800; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #7ab800;}
.kpx_login .kpx_socialButtons .kpx_btn-spotify:hover {background: #3a5700}
.kpx_login .kpx_socialButtons .kpx_btn-spotify:focus {background: #fff; color: #7ab800; border-color: #7ab800}

.kpx_login .kpx_socialButtons .kpx_btn-linkedin {background: #0976b4; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #0976b4;}
.kpx_login .kpx_socialButtons .kpx_btn-linkedin:hover {background: #004269}
.kpx_login .kpx_socialButtons .kpx_btn-linkedin:focus {background: #fff; color: #0976b4; border-color: #0976b4}

.kpx_login .kpx_socialButtons .kpx_btn-stumbleupon {background: #eb4924; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #eb4924;}
.kpx_login .kpx_socialButtons .kpx_btn-stumbleupon:hover {background: #943019}
.kpx_login .kpx_socialButtons .kpx_btn-stumbleupon:focus {background: #fff; color: #eb4924; border-color: #eb4924}

.kpx_login .kpx_socialButtons .kpx_btn-tumblr {background: #35465c; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #35465c;}
.kpx_login .kpx_socialButtons .kpx_btn-tumblr:hover {background: #142030}
.kpx_login .kpx_socialButtons .kpx_btn-tumblr:focus {background: #fff; color: #35465c; border-color: #35465c}

.kpx_login .kpx_socialButtons .kpx_btn-discord {background: #7289da; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #7289da;}
.kpx_login .kpx_socialButtons .kpx_btn-discord:hover {background: #414b70}
.kpx_login .kpx_socialButtons .kpx_btn-discord:focus {background: #fff; color: #414b70; border-color: #414b70}

.kpx_login .kpx_socialButtons .kpx_btn-reddit {background: #FF4500; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #FF4500;}
.kpx_login .kpx_socialButtons .kpx_btn-reddit:hover {background: #9c330c}
.kpx_login .kpx_socialButtons .kpx_btn-reddit:focus {background: #fff; color: #a13108; border-color: #a13108}

.kpx_login .kpx_socialButtons .kpx_btn-twitch {background: #6441a5; -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px #6d00f2;}
.kpx_login .kpx_socialButtons .kpx_btn-twitch:hover {background: #2d1559}
.kpx_login .kpx_socialButtons .kpx_btn-twitch:focus {background: #fff; color: #6441a5; border-color: #a13108}

.kpx_login .kpx_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.kpx_login .kpx_loginOr .kpx_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.kpx_login .kpx_loginOr .kpx_spanOr {
    display: block;

    text-align: center;
}

.kpx_login .kpx_loginForm .input-group.i {
    width: 2em;
}
.kpx_login .kpx_loginForm  .help-block {
    color: red;
}


@media (min-width: 768px) {
    .kpx_login .kpx_forgotPwd {
        text-align: right;
        margin-top:10px;
    }
}
.Honored{
    color: #ef9e2b !important;
    border-color:#ef9e2b;
}
.text-main-1 {
    color: #93c027 !important;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.text-cool-green {
    color: #93c027 !important;
}

.text-main-2 {
    color: #a714b9 !important;
}

.text-main-3 {
    color: #38a220 !important;
}

.text-main-4 {
    color: #22a2b1 !important;
}

.text-main-5 {
    color: #1464d2 !important;
}

.text-main-6 {
    color: #ef9e2b !important;
}

.text-primary {
    color: #0275d8 !important;
}

.soh-not{
    color:#fbfbfb;
}

.text-success {
    color: #38a220 !important;
}

.text-info {
    color: #22a2b1 !important;
}

.text-warning {
    color: #ef9e2b !important;
}

.text-danger {
    color: #e2361f !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-dark-1 {
    color: #171e22 !important;
}

.text-dark-2 {
    color: #232930 !important;
}

.text-dark-3 {
    color: #293139 !important;
}

.text-dark-4 {
    color: #303e47 !important;
}

.lh-128{
    line-height: 128px;
}

/*
 * Bg Color Helper
 */
.bg-main-1 {
    background-color: #93c027 !important;
}

.bg-main-2 {
    background-color: #a714b9 !important;
}

.bg-main-3 {
    background-color: #38a220 !important;
}

.bg-main-4 {
    background-color: #22a2b1 !important;
}

.bg-main-5 {
    background-color: #1464d2 !important;
}

.bg-main-6 {
    background-color: #ef9e2b !important;
}

.bg-primary {
    background-color: #0275d8 !important;
}

.bg-success {
    background-color: #38a220 !important;
}

.bg-info {
    background-color: #22a2b1 !important;
}

.bg-warning {
    background-color: #ef9e2b !important;
}

.bg-danger {
    background-color: #e2361f !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark-1 {
    background-color: #171e22 !important;
}

.bg-dark-2 {
    background-color: #232930 !important;
}

.bg-dark-3 {
    background-color: #293139 !important;
}

.bg-dark-4 {
    background-color: #303e47 !important;
}

/*
 * Image Fit
 */
.nk-img-fit,
.nk-img {
    max-width: 100%;
    height: auto;
}

.form-control:disabled{
    background-color:#2f3133 !important;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .nk-img-fit-xs-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 576px) {
    .nk-img-fit-sm-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .nk-img-fit-sm-down {
        max-width: 100%;
        height: auto;
    }
    .notification-li{
        float:left;
    }
    .notification-bell-toggle{
        padding:0px !important;
    }
    .vv-bell{
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        top: 15px;
        left: 8px;
        cursor: pointer;
        font-size: 1.2rem;
        z-index: 100;
    }
    .notification-bell-toggle .iconify {
        margin-top: 5px;
        font-size: 3rem;
    }
    .forum-badge-rank {
        display: block;
        position: relative;
        width: 120px !important;
        height: 120px !important;
        margin-top: -20px !important;
        margin-left: -100px !important;
        z-index: 0;
    }
    .forum-badge-rank.ProjectOwner {
        margin-left: -115px !important;
        margin-top: -25px !important;
    }
    .forum-badge-rank.GameMaster {
        margin-left: -115px !important;
        margin-top: -25px !important;
    }
    .forum-badge-rank.Developer {
        margin-left: -115px !important;
        margin-top: -25px !important;
    }
}

@media (min-width: 768px) {
    .nk-img-fit-md-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .nk-img-fit-md-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .nk-img-fit-lg-up {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .nk-img-fit-lg-down {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1200) {
    .nk-img-fit-xl-up {
        max-width: 100%;
        height: auto;
    }

    .hr-navbar-left-side {
        left: 0;
        width: 250px;
        margin-left: -250px;
    }
}

/*
 * Image Stretch
 */
.nk-img-stretch {
    width: 100%;
    height: auto;
}

/*
 * Circle / Rounded Images Helper
 */
img.circle {
    border-radius: 50%;
}

img.rounded {
    border-radius: 5px;
}

/*
 * Text Align Helper
 */
.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

.forumSlaveCats li{
    display:inline;
    padding-right:20px;
}

.align-justify {
    text-align: justify;
}

/*
 * Vertical Align Helper
 */
.va-t {
    vertical-align: top !important;
}

.va-m {
    vertical-align: middle !important;
}

.va-b {
    vertical-align: bottom !important;
}

.va-s {
    vertical-align: super !important;
}

/*
 * Inline Block Helper
 */
.dib {
    display: inline-block !important;
}

/*
 * Block Helper
 */
.db {
    display: block;
}

/*
 * Cursor Pointer Helper
 */
.cursor {
    cursor: pointer !important;
}

/*
 * Text Transform Helper
 */
.text-uppercase {
    text-transform: uppercase !important;
}

/*
 * Font Weight Helper
 */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*
 * Font Size Helper
 */
.fs-4 {
    font-size: 4px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-50 {
    font-size: 50px !important;
}

/*
 * Line Height Helper
 */
.lh-0 {
    line-height: 0px !important;
}

.lh-5 {
    line-height: 5px !important;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-45 {
    line-height: 45px !important;
}

.lh-50 {
    line-height: 50px !important;
}

/*
 * Inherit Font Family
 */
.nk-font-inherit {
    font-family: inherit !important;
}

/*
 * Text Ellipsis Helper
 */
.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

/*
 * auto height and width
 */
.hauto {
    height: auto !important;
}

.wauto {
    width: auto !important;
}

/*
 * Overflow Helper
 */
.of-a {
    overflow: auto !important;
}

.of-h {
    overflow: hidden !important;
}

.of-v {
    overflow: visible !important;
}

.of-x-a {
    overflow-x: auto !important;
}

.of-x-h {
    overflow-x: hidden !important;
}

.of-x-v {
    overflow-x: visible !important;
}

.of-y-a {
    overflow-y: auto !important;
}

.of-y-h {
    overflow-y: hidden !important;
}

.of-y-v {
    overflow-y: visible !important;
}

/*
 * Border Radius Helper
 */
.br-0 {
    border-radius: 0px !important;
}

.br-1 {
    border-radius: 1px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-6 {
    border-radius: 6px !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-9 {
    border-radius: 9px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-18 {
    border-radius: 18px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-35 {
    border-radius: 35px !important;
}

/*
 * Paddings Helper
 */
.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

/*
 * Margins Helper
 */
.mauto {
    margin-right: auto;
    margin-left: auto;
    display:block;
}

.margin-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}
.mt-150 {
    margin-top: 150px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*
 * Negative Margins Helper
 */
.mn-0 {
    margin: 0px !important;
}

.mn-1 {
    margin: -1px !important;
}

.mn-2 {
    margin: -2px !important;
}

.mn-3 {
    margin: -3px !important;
}

.mn-4 {
    margin: -4px !important;
}

.mn-5 {
    margin: -5px !important;
}

.mn-6 {
    margin: -6px !important;
}

.mn-7 {
    margin: -7px !important;
}

.mn-8 {
    margin: -8px !important;
}

.mn-9 {
    margin: -9px !important;
}

.mn-10 {
    margin: -10px !important;
}

.mn-15 {
    margin: -15px !important;
}

.mn-20 {
    margin: -20px !important;
}

.mn-25 {
    margin: -25px !important;
}

.mn-30 {
    margin: -30px !important;
}

.mn-35 {
    margin: -35px !important;
}

.mn-40 {
    margin: -40px !important;
}

.mn-45 {
    margin: -45px !important;
}

.mn-50 {
    margin: -50px !important;
}

.mn-60 {
    margin: -60px !important;
}

.mn-70 {
    margin: -70px !important;
}

.mn-80 {
    margin: -80px !important;
}

.mn-90 {
    margin: -90px !important;
}

.mn-100 {
    margin: -100px !important;
}

.mnt-0 {
    margin-top: 0px !important;
}

.mnt-1 {
    margin-top: -1px !important;
}

.mnt-2 {
    margin-top: -2px !important;
}

.mnt-3 {
    margin-top: -3px !important;
}

.mnt-4 {
    margin-top: -4px !important;
}

.mnt-5 {
    margin-top: -5px !important;
}

.mnt-6 {
    margin-top: -6px !important;
}

.mnt-7 {
    margin-top: -7px !important;
}

.mnt-8 {
    margin-top: -8px !important;
}

.mnt-9 {
    margin-top: -9px !important;
}

.mnt-10 {
    margin-top: -10px !important;
}

.mnt-15 {
    margin-top: -15px !important;
}

.mnt-20 {
    margin-top: -20px !important;
}

.mnt-25 {
    margin-top: -25px !important;
}

.mnt-30 {
    margin-top: -30px !important;
}

.mnt-35 {
    margin-top: -35px !important;
}

.mnt-40 {
    margin-top: -40px !important;
}

.mnt-45 {
    margin-top: -45px !important;
}

.mnt-50 {
    margin-top: -50px !important;
}

.mnt-60 {
    margin-top: -60px !important;
}

.mnt-70 {
    margin-top: -70px !important;
}

.mnt-80 {
    margin-top: -80px !important;
}

.mnt-90 {
    margin-top: -90px !important;
}

.mnt-100 {
    margin-top: -100px !important;
}

.mnl-0 {
    margin-left: 0px !important;
}

.mnl-1 {
    margin-left: -1px !important;
}

.mnl-2 {
    margin-left: -2px !important;
}

.mnl-3 {
    margin-left: -3px !important;
}

.mnl-4 {
    margin-left: -4px !important;
}

.mnl-5 {
    margin-left: -5px !important;
}

.mnl-6 {
    margin-left: -6px !important;
}

.mnl-7 {
    margin-left: -7px !important;
}

.mnl-8 {
    margin-left: -8px !important;
}

.mnl-9 {
    margin-left: -9px !important;
}

.mnl-10 {
    margin-left: -10px !important;
}

.mnl-15 {
    margin-left: -15px !important;
}

.mnl-20 {
    margin-left: -20px !important;
}

.mnl-25 {
    margin-left: -25px !important;
}

.mnl-30 {
    margin-left: -30px !important;
}

.mnl-35 {
    margin-left: -35px !important;
}

.mnl-40 {
    margin-left: -40px !important;
}

.mnl-45 {
    margin-left: -45px !important;
}

.mnl-50 {
    margin-left: -50px !important;
}

.mnl-60 {
    margin-left: -60px !important;
}

.mnl-70 {
    margin-left: -70px !important;
}

.mnl-80 {
    margin-left: -80px !important;
}

.mnl-90 {
    margin-left: -90px !important;
}

.mnl-100 {
    margin-left: -100px !important;
}

.mnr-0 {
    margin-right: 0px !important;
}

.mnr-1 {
    margin-right: -1px !important;
}

.mnr-2 {
    margin-right: -2px !important;
}

.mnr-3 {
    margin-right: -3px !important;
}

.mnr-4 {
    margin-right: -4px !important;
}

.mnr-5 {
    margin-right: -5px !important;
}

.mnr-6 {
    margin-right: -6px !important;
}

.mnr-7 {
    margin-right: -7px !important;
}

.mnr-8 {
    margin-right: -8px !important;
}

.mnr-9 {
    margin-right: -9px !important;
}

.mnr-10 {
    margin-right: -10px !important;
}

.mnr-15 {
    margin-right: -15px !important;
}

.mnr-20 {
    margin-right: -20px !important;
}

.mnr-25 {
    margin-right: -25px !important;
}

.mnr-30 {
    margin-right: -30px !important;
}

.mnr-35 {
    margin-right: -35px !important;
}

.mnr-40 {
    margin-right: -40px !important;
}

.mnr-45 {
    margin-right: -45px !important;
}

.mnr-50 {
    margin-right: -50px !important;
}

.mnr-60 {
    margin-right: -60px !important;
}

.mnr-70 {
    margin-right: -70px !important;
}

.mnr-80 {
    margin-right: -80px !important;
}

.mnr-90 {
    margin-right: -90px !important;
}

.mnr-100 {
    margin-right: -100px !important;
}

.mnb-0 {
    margin-bottom: 0px !important;
}

.mnb-1 {
    margin-bottom: -1px !important;
}

.mnb-2 {
    margin-bottom: -2px !important;
}

.mnb-3 {
    margin-bottom: -3px !important;
}

.mnb-4 {
    margin-bottom: -4px !important;
}

.mnb-5 {
    margin-bottom: -5px !important;
}

.mnb-6 {
    margin-bottom: -6px !important;
}

.mnb-7 {
    margin-bottom: -7px !important;
}

.mnb-8 {
    margin-bottom: -8px !important;
}

.mnb-9 {
    margin-bottom: -9px !important;
}

.mnb-10 {
    margin-bottom: -10px !important;
}

.mnb-15 {
    margin-bottom: -15px !important;
}

.mnb-20 {
    margin-bottom: -20px !important;
}

.mnb-25 {
    margin-bottom: -25px !important;
}

.mnb-30 {
    margin-bottom: -30px !important;
}

.mnb-35 {
    margin-bottom: -35px !important;
}

.mnb-40 {
    margin-bottom: -40px !important;
}

.mnb-45 {
    margin-bottom: -45px !important;
}

.mnb-50 {
    margin-bottom: -50px !important;
}

.mnb-60 {
    margin-bottom: -60px !important;
}

.mnb-70 {
    margin-bottom: -70px !important;
}

.mnb-80 {
    margin-bottom: -80px !important;
}

.mnb-90 {
    margin-bottom: -90px !important;
}

.mnb-100 {
    margin-bottom: -100px !important;
}

/*
 * Opacity
 */
.op-0 {
    opacity: 0 !important;
}

.op-1 {
    opacity: 0.1 !important;
}

.op-2 {
    opacity: 0.2 !important;
}

.op-3 {
    opacity: 0.3 !important;
}

.op-4 {
    opacity: 0.4 !important;
}

.op-5 {
    opacity: 0.5 !important;
}

.op-6 {
    opacity: 0.6 !important;
}

.op-7 {
    opacity: 0.7 !important;
}

.op-8 {
    opacity: 0.8 !important;
}

.op-9 {
    opacity: 0.9 !important;
}

.op-10 {
    opacity: 1 !important;
}

/*
 * Position
 */
.float-right {
    float: right;
}

.top-30 {
    top: -30px !important;
}

/*
 * Flex content distribution
 */
.justify-center {
    justify-content: center;
}

/*
 * Responsive embeds
 */
.responsive-embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.responsive-embed.responsive-embed-16x9 {
    padding-bottom: 56.25%;
}

.responsive-embed.responsive-embed-4x3 {
    padding-bottom: 75%;
}

.responsive-embed > .embed-item,
.responsive-embed > iframe,
.responsive-embed > embed,
.responsive-embed > object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
 * Keyboard Key
 */
.nk-keyboard {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    margin: 5px;
    font-size: 12px;
    line-height: 28px;
    color: #171e22;
    text-align: center;
    background-color: #fff;
    border: 1px solid #89a1af;
    border-radius: 3px;
}

/*------------------------------------------------------------------

  Navbar

 -------------------------------------------------------------------*/
/* Header */
.nk-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.nk-header.nk-header-opaque {
    position: relative;
}

/* Logo Top */
.nk-logo-top {
    position: relative;
    padding: 70px 10px;
    color: #fff;
    text-align: center;
}

.nk-logo-top.nk-logo-top-light, .nk-logo-top.nk-logo-top-light.nk-logo-top-solid {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.85);
}

.nk-logo-top.nk-logo-top-transparent {
    background-color: transparent;
}

.nk-logo-top, .nk-logo-top.nk-logo-top-solid {
    background-color: rgba(23, 30, 34, 0.75);
}

/* Contacts before Top Navbar */
.nk-contacts-top {
    padding: 8px 0;
    font-size: .85rem;
    color: #fff;
}

.nk-contacts-top::after {
    content: "";
    display: block;
    clear: both;
}

.nk-contacts-top .nk-contacts-left {
    float: left;
}

.nk-contacts-top .nk-contacts-right {
    float: right;
}

@media (max-width: 575px) {
    .nk-contacts-top .nk-contacts-left,
    .nk-contacts-top .nk-contacts-right {
        float: none;
        text-align: center;
    }
    .nk-contacts-top .nk-contacts-left .nk-social-links,
    .nk-contacts-top .nk-contacts-right .nk-social-links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .nk-contacts-top .nk-contacts-right {
        margin-top: 10px;
    }
}

/* Navbar */
.nk-navbar {
    position: relative;
    padding: 10px 0;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-size: 1.07rem;
    color: #fff;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: 1000;
    will-change: background-color;
}

.nk-navbar.nk-navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: .2s transform, .2s visibility, .3s background-color;
    -o-transition: .2s transform, .2s visibility, .3s background-color;
    transition: .2s transform, .2s visibility, .3s background-color;
    will-change: transform, visibility, background-color;
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-hide {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-show {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.nk-navbar.nk-navbar-light, .nk-navbar.nk-navbar-light.nk-navbar-solid {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.6);
}

.nk-navbar.nk-navbar-light.nk-navbar-fixed {
    background-color: rgba(255, 255, 255, 0.9);
}

.nk-navbar.nk-navbar-transparent {
    background-color: transparent;
}

.nk-navbar, .nk-navbar.nk-navbar-solid {
    background-color: rgba(0, 0, 0, 0.6);
}

.nk-navbar.nk-navbar-fixed {
    background-color: rgba(0, 0, 0, 0.9);
}

.nk-navbar.nk-navbar-align-center {
    text-align: center;
}

.nk-navbar.nk-navbar-align-right {
    text-align: right;
}

.nk-navbar .nk-nav-table {
    display: table;
    width: 100%;
    height: 100%;
}

.nk-navbar .nk-nav-table > * {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table > .nk-nav-row {
    display: table-row;
}

.nk-navbar .nk-nav-table > .nk-nav-row-full {
    height: 100%;
}

.nk-navbar .nk-nav-table > .nk-nav-row-center > * {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table > .nk-nav-icons,
.nk-navbar .nk-nav-table > .nk-nav-logo {
    width: 1%;
}

.container .nk-nav-logo img {
    height: auto;
    display:block;
    position: absolute;
    width:430px;
    top: 0px;
    z-index: 1000;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.container .nk-nav-logo-1 img {
    height: auto;
    display:block;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.container .nk-nav-logo-width-1 img {
    width: 79px;
}

.container .nk-nav-logo-width-2 img {
    width: 77px;
}

.nk-navbar-fixed .container .nk-nav-logo img {
    height: auto;
    display:block;
    position: absolute;
    width:330px;
    top:15px
}

.nk-navbar .nk-nav-icons {
    white-space: nowrap;
}

.nk-navbar .nk-nav-icons > * {
    white-space: initial;
}

@media (max-width: 420px) {
    .nk-navbar.nk-navbar-top .nk-nav-logo {
        display: none;
    }
}

.nk-navbar a {
    color: inherit;
}

.nk-navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.no-bullets{
    list-style-type: none;
    padding-left:0px !important;
}
.no-bullets-p{
    list-style-type: none;
    font-size:10px;
}

.nk-navbar ul > li > a {
    white-space: nowrap;
}

.nk-navbar ul > li > a:hover, .nk-navbar ul > li > a:focus {
    text-decoration: none;
}

.nk-navbar .nk-navbar-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.nk-navbar .nk-nav {
    position: relative;
    width: 100px;
}

.nk-navbar .nk-nav .nk-nav {
    padding-right: 0;
    padding-left: 0;
}

.nk-navbar .nk-nav li.single-icon > a {
    padding: 0 15px;
}

.nk-navbar .nk-nav li.single-icon > a > i,
.nk-navbar .nk-nav li.single-icon > a > span {
    height: 32px;
    font-size: 1.1rem;
    line-height: 32px;
    vertical-align: middle;
}

.nk-navbar .nk-nav li > a .nk-item-descr {
    display: block;
    font-size: .7em;
    font-style: italic;
    opacity: .7;
}

.nk-navbar .nk-nav li > a {
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
}

.nk-navbar .nk-nav li > a:hover, .nk-navbar .nk-nav li > a.hover {
    color: #93c027;
}

.nk-navbar .nk-nav li.active > a {
    color: #93c027;
}

.nk-navbar .nk-nav > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nk-navbar .nk-nav > li:last-child {
    margin-right: -21px;
}

@media (max-width: 767px) {
    .nk-navbar .nk-nav > li:last-child {
        margin-right: -10px;
    }
}

.nk-navbar .nk-nav > li > a {
    position: relative;
    display: block;
    padding: 6px 5px;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
}

@media (max-width: 1199px) {
    .nk-navbar .nk-nav > li > a {
        padding: 6px 18px;
    }

    .container .nk-nav-logo-1 img {
        height: auto;
        display:block;
        position: absolute;
        width: 60px;
        top: 0;
        z-index: 1000;
        -webkit-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

    .container .nk-nav-logo-width-1 img {
        width: 80px;
    }

    .container .nk-nav-logo-width-2 img {
        width: 53px;
    }
}

.nk-navbar .nk-nav .dropdown {
    position: absolute;
    display: none;
    min-width: 250px;
    padding: 9px 0;
    margin-top: 12px;
    margin-left: 9px;
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 4px solid #93c027;
    opacity: 0;
    z-index: 1;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
}

.nk-navbar .nk-nav .dropdown > li {
    position: relative;
}

.nk-navbar .nk-nav .dropdown > li > a {
    display: block;
    padding: 6px 17px;
    padding-right: 64px;
}

.nk-navbar .nk-nav .dropdown > li > a:hover {
    text-decoration: none;
}

.nk-navbar .nk-nav .nk-drop-item > a::after {
    content: " +";
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item > a::after {
    position: absolute;
    right: 20px;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    left: 5px;
    margin-top: -9px;
    margin-left: 100%;
}

.nk-navbar.nk-navbar-light .nk-nav .dropdown {
    background-color: #fff;
}

.nk-navbar .nk-nav-right {
    text-align: right;
}

.nk-navbar .nk-nav-right > * {
    text-align: left;
}

.nk-navbar .nk-nav-right .nk-mega-item > .dropdown {
    right: 0;
    left: auto;
}

.nk-navbar .nk-nav-center {
    text-align: center;
}

.nk-navbar .nk-nav-center > * {
    text-align: left;
}

.nk-navbar .nk-nav-center .nk-mega-item > .dropdown {
    right: 0;
    left: auto;
}

.nk-navbar .nk-drop-item.nk-drop-left .dropdown {
    margin-left: -100%;
}

/* Navbar Left */
.nk-navbar-left.nk-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 999;
}

.nk-navbar-left.nk-navbar-side ~ .nk-main,
.nk-navbar-left.nk-navbar-side ~ .nk-search {
    margin-left: 280px;
}

.nk-navbar-left.nk-navbar-side.nk-navbar-lg {
    width: 300px;
}

.nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-main,
.nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-search {
    margin-left: 300px;
}

@media (max-width: 991px) {
    .nk-navbar-left.nk-navbar-side {
        display: none;
    }
    .nk-navbar-left.nk-navbar-side ~ .nk-main,
    .nk-navbar-left.nk-navbar-side ~ .nk-search, .nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-main,
    .nk-navbar-left.nk-navbar-side.nk-navbar-lg ~ .nk-search {
        margin-left: 0;
    }
}

/* Nav Togglers */
.nk-nav-toggler-right,
.nk-nav-toggler-left {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.nk-nav-toggler-right > li,
.nk-nav-toggler-left > li {
    display: inline-block;
}

.nk-nav-toggler-right > li + li,
.nk-nav-toggler-left > li + li {
    margin-left: 15px;
}

.nk-nav-toggler-right > li > a,
.nk-nav-toggler-left > li > a {
    display: block;
    padding: 12px;
    color: #fff;
    background-color: #171e22;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}

.nk-nav-toggler-right > li > a > span,
.nk-nav-toggler-left > li > a > span {
    height: 25px;
    vertical-align: text-bottom;
}

.nk-nav-toggler-left {
    right: auto;
    left: 20px;
}

/*------------------------------------------------------------------

  Navbar Side

 -------------------------------------------------------------------*/
.nk-navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: #171e22;
    z-index: 1002;
}

.nk-navbar-side.nk-navbar-left-side {
    left: 0;
    width: 250px;
    margin-left: -250px;
}

@media (max-width: 400px) {
    .nk-navbar-side.nk-navbar-left-side {
        width: 200px;
        margin-left: -200px;
    }
}

.nk-navbar-side.nk-navbar-right-side {
    right: 0;
    width: 250px;
    margin-right: -250px;
}

@media (max-width: 400px) {
    .nk-navbar-side.nk-navbar-right-side {
        width: 200px;
        margin-right: -200px;
    }
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
    width: 350px;
    margin-left: -350px;
}

@media (max-width: 550px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
        width: 300px;
        margin-left: -300px;
    }
}

@media (max-width: 450px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-left-side {
        width: 250px;
        margin-left: -250px;
    }
}

.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
    width: 350px;
    margin-right: -350px;
}

@media (max-width: 550px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
        width: 300px;
        margin-right: -300px;
    }
}

@media (max-width: 450px) {
    .nk-navbar-side.nk-navbar-lg.nk-navbar-right-side {
        width: 250px;
        margin-right: -250px;
    }
}

.nk-navbar-side .nk-nav-logo {
    display: block;
    width: 100%;
    padding: 20px 25px;
}

.nk-navbar-side.nk-navbar-lg .nk-nav-logo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nk-navbar-side .nano {
    height: 100%;
    overflow-y: auto;
}

.nk-navbar-side .nk-nav {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.nk-navbar-side .nk-nav > li:last-child {
    margin-right: 0;
}

.nk-navbar-side .nk-nav .dropdown > li,
.nk-navbar-side .nk-nav > li {
    position: static;
    display: block;
}

.nk-navbar-side .nk-nav .dropdown > li > a,
.nk-navbar-side .nk-nav > li > a {
    padding: 12px 25px;
    white-space: normal;
}

.nk-navbar-side .nk-nav .nk-drop-item > a,
.nk-navbar-side .nk-nav > .nk-drop-item > a,
.nk-navbar-side .nk-nav .bropdown-back > a {
    position: relative;
}

.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > a::after,
.nk-navbar-side .nk-nav .nk-drop-item > a::after,
.nk-navbar-side .nk-nav > .nk-drop-item > a::after {
    position: absolute;
    right: 20px;
}

.nk-navbar-side .nk-nav .dropdown {
    display: block;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    opacity: 1;
}

.nk-navbar-side .nk-nav .dropdown::before {
    content: none;
}

.nk-navbar-side .nk-nav .nk-drop-item > .dropdown,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.nk-navbar-side .nk-nav .nk-drop-item > .dropdown > li > a,
.nk-navbar-side .nk-nav .nk-drop-item .nk-drop-item > .dropdown > li > a {
    display: none;
}

.nk-navbar-side .dropdown > .bropdown-back > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    color: inherit;
    border: none;
    border-top: 3px solid transparent;
    border-right: 3px solid;
    border-bottom: 3px solid transparent;
    -webkit-transition: .13s opacity;
    -o-transition: .13s opacity;
    transition: .13s opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity;
}

.nk-navbar-side .nk-nav-icons {
    list-style: none;
}

.nk-navbar-side .nk-nav-icons li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nk-navbar-side .nk-nav-icons li > a {
    display: inline-block;
    padding: 0 15px;
}

.nk-navbar-side .nk-nav-icons li > a > i,
.nk-navbar-side .nk-nav-icons li > a > span {
    height: 32px;
    font-size: 1.2rem;
    line-height: 32px;
    vertical-align: middle;
}

.nk-navbar-overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
    z-index: 1001;
}

/*------------------------------------------------------------------

  Search

 -------------------------------------------------------------------*/
.nk-search {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    color: #fff;
    background: #171e22;
    background: -webkit-linear-gradient(top, #171e22 0%, #171e22 100px, rgba(23, 30, 34, 0) 100%);
    background: -o-linear-gradient(top, #171e22 0%, #171e22 100px, rgba(23, 30, 34, 0) 100%);
    background: linear-gradient(to bottom, #171e22 0%, #171e22 100px, rgba(23, 30, 34, 0) 100%);
    opacity: 0;
    z-index: 999;
}

.nk-search .nk-search-field {
    position: relative;
    margin-top: 60px;
    margin-bottom: 130px;
}

.nk-search .nk-search-field label {
    position: absolute;
    top: 0;
    left: 0;
    height: 124px;
    margin: 0;
    font-size: 4rem;
    line-height: 124px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    will-change: color;
}

.nk-search .nk-search-field input {
    width: 93%;
    width: calc(100% - 70px);
    padding: 1rem 1rem;
    margin-left: 70px;
    font-size: 5rem;
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    -webkit-transition: .3s border, .3s box-shadow;
    -o-transition: .3s border, .3s box-shadow;
    transition: .3s border, .3s box-shadow;
    will-change: border, box-shadow;
}

.nk-search .nk-search-field input:focus, .nk-search .nk-search-field input.focus {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .nk-search .nk-search-field {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .nk-search .nk-search-field label {
        height: 106px;
        font-size: 3rem;
        line-height: 106px;
    }
    .nk-search .nk-search-field input {
        width: calc(100% - 50px);
        margin-left: 50px;
        font-size: 4rem;
    }

    .container .nk-nav-logo-1 img {
        height: auto;
        display:block;
        position: absolute;
        top: 0px;
        left: 45%;
        z-index: 1000;
        -webkit-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

    .container .nk-nav-logo-width-1 img {
        width: 76px;
    }

    .container .nk-nav-logo-width-2 img {
        width: 53px;
    }
}

@media (max-width: 575px) {
    .nk-search .nk-search-field label {
        height: 68px;
        font-size: 2rem;
        line-height: 68px;
    }
    .nk-search .nk-search-field input {
        width: calc(100% - 40px);
        margin-left: 40px;
        font-size: 2rem;
    }
}

.nk-search.nk-search-light {
    color: inherit;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100px, rgba(255, 255, 255, 0) 100%);
}

.nk-search.nk-search-light .nk-search-field input {
    border-bottom: 1px solid rgba(23, 30, 34, 0.3);
}

.nk-search.nk-search-light .nk-search-field input:focus, .nk-search.nk-search-light .nk-search-field input.focus {
    border-bottom-color: rgba(23, 30, 34, 0.8);
    -webkit-box-shadow: 0 1px 0 0 rgba(23, 30, 34, 0.8);
            box-shadow: 0 1px 0 0 rgba(23, 30, 34, 0.8);
}

/*------------------------------------------------------------------

  Breadcrumbs

 -------------------------------------------------------------------*/
.nk-breadcrumbs {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    list-style-type: none;
}

.nk-breadcrumbs > li {
    display: inline-block;
    font-size: 1.07rem;
}

.nk-breadcrumbs > li + li {
    margin-left: 6px;
}

.nk-breadcrumbs > li a {
    color: inherit;
    text-decoration: none;
}

.nk-breadcrumbs > li a:hover,
.nk-breadcrumbs > li a.hover {
    color: #93c027;
}

.nk-breadcrumbs > li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    margin-left: 0;
    font-size: 2.025rem;
}

.nk-breadcrumbs > li:last-of-type > span,
.nk-breadcrumbs > li:last-of-type > a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 20px;
}

.no-right-pad {
    padding-right: 0px !important;
}

.nk-breadcrumbs > li:last-of-type::after {
    content: "";
    display: block;
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
    border-bottom: 4px solid #93c027;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
}

/*------------------------------------------------------------------

  Footer

 -------------------------------------------------------------------*/
.nk-footer {
    position: relative;
    overflow: hidden;
    color: #eee;
    background-color: rgba(17, 22, 25, 0.8);
    z-index: 1;
}

.nk-footer-logo {
    text-align: center;
}

.nk-footer-social {
    text-align: center;
}

.nk-footer-social > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 6px 4px;
    font-size: 1.15rem;
    line-height: 40px;
    color: inherit;
    border: 1px solid;
    border-radius: 20px;
    -webkit-transition: .3s color, .3s background-color, .3s border-color;
    -o-transition: .3s color, .3s background-color, .3s border-color;
    transition: .3s color, .3s background-color, .3s border-color;
    will-change: color, background-color;
}

.nk-footer-social > a:hover, .nk-footer-social > a.hover {
    color: #171e22;
    background-color: #fff;
    border-color: #fff;
}

.nk-footer-social.nk-footer-social-inverted > a:hover, .nk-footer-social.nk-footer-social-inverted > a.hover {
    color: #fff;
    background-color: #171e22;
    border-color: #171e22;
}

.nk-footer-social-2 {
    text-align: center;
}

.nk-footer-social-2 > a {
    display: inline-block;
    margin: 15px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    will-change: opacity;
}

.nk-footer-social-2 > a:hover, .nk-footer-social-2 > a.hover {
    opacity: .6;
}

.nk-footer-social-2 > a > * {
    display: block;
    margin: 0;
}

.nk-footer-social-2 > a > .icon {
    margin-bottom: 5px;
    font-size: 2rem;
}

.nk-copyright {
    background-color: #000;
}

.nk-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nk-copyright .nk-copyright-left {
    padding: 25px 0;
}

.nk-copyright .nk-copyright-right {
    padding: 21px 0;
    margin-left: auto;
}

@media (max-width: 991px) {
    .nk-copyright .nk-copyright-left,
    .nk-copyright .nk-copyright-right {
        width: 100%;
        text-align: center;
    }
    .nk-copyright .nk-copyright-right {
        padding-top: 0;
    }
}

/*------------------------------------------------------------------

  Widgets

 -------------------------------------------------------------------*/
.nk-widget {
    overflow: hidden;
}

.nk-widget ~ .nk-widget {
    margin-top: 30px;
}

.nk-widget .nk-widget-title {
    margin-bottom: 15px;
    font-size: 1.22rem;
    text-transform: uppercase;
}

.nk-widget-highlighted .nk-widget-title {
    position: relative;
    padding: 23px 23px;
    margin-bottom: 0;
    background-color: #293139;
    z-index: 1;
}

.nk-widget-highlighted .nk-widget-title > span {
    display: inline-block;
    padding-right: 23px;
    background-color: #293139;
}

.nk-widget-highlighted .nk-widget-title::after {
    content: "";
    position: absolute;
    display: block;
    top: 32px;
    right: 1px;
    left: 30px;
    height: 3px;
    background-color: #fff;
    z-index: -1;
}
.nk-widget-highlighted .nk-widget-title.no-after::after {
    display: none;
}

.nk-widget-highlighted .nk-widget-content {
    padding: 20px 23px;
    background-color: #232930;
    border: 1px solid #293139;
}

.nk-widget-post,
.nk-widget-post-2 {
    padding-left: 110px;
}

.nk-widget-post + .nk-widget-post,
.nk-widget-post-2 + .nk-widget-post {
    padding-top: 20px;
    margin-top: 22px;
    border-top: 1px solid #293139;
}

.nk-widget-post::after,
.nk-widget-post-2::after {
    content: "";
    display: block;
    clear: both;
}

.nk-widget-post a,
.nk-widget-post-2 a {
    text-decoration: none;
}

.nk-widget-post .nk-post-image,
.nk-widget-post-2 .nk-post-image {
    float: left;
    width: 90px;
    margin-left: -110px;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.nk-widget-post .nk-post-image:hover,
.nk-widget-post-2 .nk-post-image:hover {
    opacity: .8;
}

.nk-widget-post .nk-post-image img,
.nk-widget-post-2 .nk-post-image img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-widget-post:hover .nk-post-image img,
.nk-widget-post-2:hover .nk-post-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-widget-post .nk-post-title,
.nk-widget-post-2 .nk-post-title {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.nk-widget-post .nk-product-price,
.nk-widget-post-2 .nk-product-price {
    margin-top: 20px;
}

.nk-widget-post-2 {
    position: relative;
}

.nk-widget-post-2 div.nk-post-title {
    font-size: 1em;
    line-height: 1.4;
}

.nk-widget-categories {
    color: #fff;
}

.nk-widget-categories,
.nk-widget-categories ul {
    padding: 0;
    margin: 0;
    margin-top: -14px;
    list-style-type: none;
}

.nk-widget-categories .nk-widget-categories {
    margin-top: 0;
    margin-left: 25px;
}

.nk-widget-categories .nk-widget-categories li {
    border-top: 1px solid #293139;
}

.nk-widget-categories li {
    display: block;
}

.nk-widget-categories li + li {
    border-top: 1px solid #293139;
}

.nk-widget-categories li a {
    display: block;
    padding: 14px 0;
    color: inherit;
    text-decoration: none;
}

.nk-widget-categories li a:hover, .nk-widget-categories li a.hover, .nk-widget-categories li a:focus, .nk-widget-categories li a:active {
    color: #93c027;
}

.nk-widget-categories li .nk-widget-categories-count {
    float: right;
    color: inherit;
    opacity: .5;
}

.nk-widget-tags,
.nk-post-tags {
    margin-bottom: -5px;
    font-size: .9rem;
    font-style: normal;
}

.nk-widget-tags > a,
.nk-post-tags > a {
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-right: 1px;
    margin-bottom: 5px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    z-index: 1;
}

.nk-widget-tags > a::before,
.nk-post-tags > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    opacity: .6;
    z-index: -1;
}

.nk-widget-tags > a:hover, .nk-widget-tags > a.hover,
.nk-post-tags > a:hover,
.nk-post-tags > a.hover {
    opacity: .7;
}

.nk-twitter {
    position: relative;
    padding-left: 30px;
}

.nk-twitter + .nk-twitter {
    margin-top: 20px;
}

.nk-twitter .nk-twitter-date {
    float: left;
    padding-left: 5px;
    color: #7f8b92;
}

.nk-twitter .nk-twitter-date::before {
    content: " | ";
}

.nk-twitter .nk-twitter-name {
    float: left;
    color: #fff;
}

.nk-twitter .nk-twitter-name a {
    color: inherit;
    text-decoration: none;
}

.nk-twitter .nk-twitter-name a:hover,
.nk-twitter .nk-twitter-name a.hover,
.nk-twitter .nk-twitter-name a:focus {
    color: #93c027;
}

.nk-twitter .nk-twitter-icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 1.3rem;
    color: #fff;
}

.nk-twitter .nk-twitter-text {
    color: #fff;
}

.nk-twitter .nk-twitter-text::before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.nk-nav .nk-widget-store-cart {
    width: 354px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions {
    margin-top: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-actions a + a {
    margin-left: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total {
    margin-top: 25px;
    margin-bottom: 25px;
}

.nk-widget-store-cart .nk-widget-store-cart-total::before, .nk-widget-store-cart .nk-widget-store-cart-total::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    border-top: 1px dotted #777;
}

.nk-widget-store-cart .nk-widget-store-cart-total::before {
    margin-bottom: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total::after {
    margin-top: 15px;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.nk-widget-store-cart .nk-widget-store-cart-total > a:hover, .nk-widget-store-cart .nk-widget-store-cart-total > a:focus {
    opacity: .7;
}

.nk-widget-store-cart .nk-widget-store-cart-total > span {
    float: right;
}

/* Matches */
.nk-widget-match {
    padding: 20px;
}

.nk-widget .nk-widget-match {
    background-color: #232930;
}

.nk-widget .nk-widget-match:nth-child(2n) {
    background-color: #171e22;
}

.nk-widget-highlighted .nk-widget-content .nk-widget-match {
    margin-top: -20px;
    margin-right: -23px;
    margin-bottom: -20px;
    margin-left: -23px;
}

.nk-widget-highlighted .nk-widget-content .nk-widget-match + .nk-widget-match {
    margin-top: 20px;
}

.nk-widget-match > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.nk-widget-match > a {
    color: inherit;
    text-decoration: none;
}

.nk-widget-match > a:hover {
    color: #93c027;
}

.nk-widget-match .nk-widget-match-right {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
}

.nk-widget-match .nk-widget-match-teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-widget-match .nk-widget-match-teams .nk-widget-match-vs {
    padding-right: 5px;
    padding-left: 7px;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.nk-widget-match .nk-widget-match-teams .nk-widget-match-team-logo img {
    width: 47px;
    height: auto;
    border: 1px solid #232930;
}

.nk-widget-match .nk-widget-match-teams .nk-widget-match-vs + .nk-widget-match-team-logo {
    text-align: right;
}

.nk-widget-match .nk-widget-match-date {
    margin-top: 5px;
    font-size: .9em;
}

/* Sidebars */
.nk-sidebar {
    position: relative;
    height: 100%;
}

/*------------------------------------------------------------------

  Social Links

 -------------------------------------------------------------------*/
.nk-social-links,
.nk-social-links-2,
.nk-social-links-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-right: -2px;
    margin-left: -2px;
    list-style-type: none;
}

.nk-social-links.nk-social-links-center,
.nk-social-links-2.nk-social-links-center,
.nk-social-links-3.nk-social-links-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nk-social-links.nk-social-links-left,
.nk-social-links-2.nk-social-links-left,
.nk-social-links-3.nk-social-links-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.nk-social-links.nk-social-links-right,
.nk-social-links-2.nk-social-links-right,
.nk-social-links-3.nk-social-links-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.nk-social-links > li > *,
.nk-social-links-2 > li > *,
.nk-social-links-3 > li > * {
    display: block;
    width: 20px;
    height: 20px;
    margin: 3px;
    font-size: .9em;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    -webkit-transition: .15s background-color, .15s color;
    -o-transition: .15s background-color, .15s color;
    transition: .15s background-color, .15s color;
}

.nk-social-links > li > *, .nk-social-links > li > *:hover, .nk-social-links > li > *:focus, .nk-social-links > li > *:active,
.nk-social-links-2 > li > *,
.nk-social-links-2 > li > *:hover,
.nk-social-links-2 > li > *:focus,
.nk-social-links-2 > li > *:active,
.nk-social-links-3 > li > *,
.nk-social-links-3 > li > *:hover,
.nk-social-links-3 > li > *:focus,
.nk-social-links-3 > li > *:active {
    color: #171e22;
}

.nk-social-links > li > *:hover, .nk-social-links > li > *.hover,
.nk-social-links-2 > li > *:hover,
.nk-social-links-2 > li > *.hover,
.nk-social-links-3 > li > *:hover,
.nk-social-links-3 > li > *.hover {
    color: #fff;
    background-color: #93c027;
}

.nk-social-links > li > *.nk-social-rss:hover, .nk-social-links > li > *.nk-social-rss.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-rss:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-rss.hover,
.nk-social-links-2 > li > *.nk-social-rss:hover,
.nk-social-links-2 > li > *.nk-social-rss.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-rss:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-rss.hover,
.nk-social-links-3 > li > *.nk-social-rss:hover,
.nk-social-links-3 > li > *.nk-social-rss.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-rss:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-rss.hover {
    color: #fff;
    background-color: #e06618;
}

.nk-social-links > li > *.nk-social-behance:hover, .nk-social-links > li > *.nk-social-behance.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-behance:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-behance.hover,
.nk-social-links-2 > li > *.nk-social-behance:hover,
.nk-social-links-2 > li > *.nk-social-behance.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-behance:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-behance.hover,
.nk-social-links-3 > li > *.nk-social-behance:hover,
.nk-social-links-3 > li > *.nk-social-behance.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-behance:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-behance.hover {
    color: #fff;
    background-color: #487cfb;
}

.nk-social-links > li > *.nk-social-bitbucket:hover, .nk-social-links > li > *.nk-social-bitbucket.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-bitbucket:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-bitbucket.hover,
.nk-social-links-2 > li > *.nk-social-bitbucket:hover,
.nk-social-links-2 > li > *.nk-social-bitbucket.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-bitbucket:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-bitbucket.hover,
.nk-social-links-3 > li > *.nk-social-bitbucket:hover,
.nk-social-links-3 > li > *.nk-social-bitbucket.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-bitbucket:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-bitbucket.hover {
    color: #fff;
    background-color: #36517e;
}

.nk-social-links > li > *.nk-social-dropbox:hover, .nk-social-links > li > *.nk-social-dropbox.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-dropbox:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-dropbox.hover,
.nk-social-links-2 > li > *.nk-social-dropbox:hover,
.nk-social-links-2 > li > *.nk-social-dropbox.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-dropbox:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-dropbox.hover,
.nk-social-links-3 > li > *.nk-social-dropbox:hover,
.nk-social-links-3 > li > *.nk-social-dropbox.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-dropbox:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-dropbox.hover {
    color: #fff;
    background-color: #4d86d9;
}

.nk-social-links > li > *.nk-social-dribbble:hover, .nk-social-links > li > *.nk-social-dribbble.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-dribbble:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-dribbble.hover,
.nk-social-links-2 > li > *.nk-social-dribbble:hover,
.nk-social-links-2 > li > *.nk-social-dribbble.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-dribbble:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-dribbble.hover,
.nk-social-links-3 > li > *.nk-social-dribbble:hover,
.nk-social-links-3 > li > *.nk-social-dribbble.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-dribbble:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-dribbble.hover {
    color: #fff;
    background-color: #ea4c89;
}

.nk-social-links > li > *.nk-social-deviantart:hover, .nk-social-links > li > *.nk-social-deviantart.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-deviantart:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-deviantart.hover,
.nk-social-links-2 > li > *.nk-social-deviantart:hover,
.nk-social-links-2 > li > *.nk-social-deviantart.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-deviantart:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-deviantart.hover,
.nk-social-links-3 > li > *.nk-social-deviantart:hover,
.nk-social-links-3 > li > *.nk-social-deviantart.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-deviantart:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-deviantart.hover {
    color: #fff;
    background-color: #4a5d4e;
}

.nk-social-links > li > *.nk-social-facebook:hover, .nk-social-links > li > *.nk-social-facebook.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-facebook:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-facebook.hover,
.nk-social-links-2 > li > *.nk-social-facebook:hover,
.nk-social-links-2 > li > *.nk-social-facebook.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-facebook:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-facebook.hover,
.nk-social-links-3 > li > *.nk-social-facebook:hover,
.nk-social-links-3 > li > *.nk-social-facebook.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-facebook:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-facebook.hover {
    color: #fff;
    background-color: #3b5998;
}

.nk-social-links > li > *.nk-social-flickr:hover, .nk-social-links > li > *.nk-social-flickr.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-flickr:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-flickr.hover,
.nk-social-links-2 > li > *.nk-social-flickr:hover,
.nk-social-links-2 > li > *.nk-social-flickr.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-flickr:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-flickr.hover,
.nk-social-links-3 > li > *.nk-social-flickr:hover,
.nk-social-links-3 > li > *.nk-social-flickr.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-flickr:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-flickr.hover {
    color: #fff;
    background-color: #f40083;
}

.nk-social-links > li > *.nk-social-foursquare:hover, .nk-social-links > li > *.nk-social-foursquare.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-foursquare:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-foursquare.hover,
.nk-social-links-2 > li > *.nk-social-foursquare:hover,
.nk-social-links-2 > li > *.nk-social-foursquare.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-foursquare:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-foursquare.hover,
.nk-social-links-3 > li > *.nk-social-foursquare:hover,
.nk-social-links-3 > li > *.nk-social-foursquare.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-foursquare:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-foursquare.hover {
    color: #fff;
    background-color: #fc4575;
}

.nk-social-links > li > *.nk-social-github:hover, .nk-social-links > li > *.nk-social-github.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-github:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-github.hover,
.nk-social-links-2 > li > *.nk-social-github:hover,
.nk-social-links-2 > li > *.nk-social-github.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-github:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-github.hover,
.nk-social-links-3 > li > *.nk-social-github:hover,
.nk-social-links-3 > li > *.nk-social-github.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-github:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-github.hover {
    color: #fff;
    background-color: #464646;
}

.nk-social-links > li > *.nk-social-google-plus:hover, .nk-social-links > li > *.nk-social-google-plus.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-google-plus:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-google-plus.hover,
.nk-social-links-2 > li > *.nk-social-google-plus:hover,
.nk-social-links-2 > li > *.nk-social-google-plus.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-google-plus:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-google-plus.hover,
.nk-social-links-3 > li > *.nk-social-google-plus:hover,
.nk-social-links-3 > li > *.nk-social-google-plus.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-google-plus:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-google-plus.hover {
    color: #fff;
    background-color: #df4a32;
}

.nk-social-links > li > *.nk-social-instagram:hover, .nk-social-links > li > *.nk-social-instagram.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-instagram:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-instagram.hover,
.nk-social-links-2 > li > *.nk-social-instagram:hover,
.nk-social-links-2 > li > *.nk-social-instagram.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-instagram:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-instagram.hover,
.nk-social-links-3 > li > *.nk-social-instagram:hover,
.nk-social-links-3 > li > *.nk-social-instagram.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-instagram:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-instagram.hover {
    color: #fff;
    background-color: #527198;
}

.nk-social-links > li > *.nk-social-linkedin:hover, .nk-social-links > li > *.nk-social-linkedin.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-linkedin:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-linkedin.hover,
.nk-social-links-2 > li > *.nk-social-linkedin:hover,
.nk-social-links-2 > li > *.nk-social-linkedin.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-linkedin:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-linkedin.hover,
.nk-social-links-3 > li > *.nk-social-linkedin:hover,
.nk-social-links-3 > li > *.nk-social-linkedin.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-linkedin:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-linkedin.hover {
    color: #fff;
    background-color: #007bb6;
}

.nk-social-links > li > *.nk-social-medium:hover, .nk-social-links > li > *.nk-social-medium.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-medium:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-medium.hover,
.nk-social-links-2 > li > *.nk-social-medium:hover,
.nk-social-links-2 > li > *.nk-social-medium.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-medium:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-medium.hover,
.nk-social-links-3 > li > *.nk-social-medium:hover,
.nk-social-links-3 > li > *.nk-social-medium.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-medium:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-medium.hover {
    color: #fff;
    background-color: #71c66d;
}

.nk-social-links > li > *.nk-social-odnoklassniki:hover, .nk-social-links > li > *.nk-social-odnoklassniki.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-odnoklassniki:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-odnoklassniki.hover,
.nk-social-links-2 > li > *.nk-social-odnoklassniki:hover,
.nk-social-links-2 > li > *.nk-social-odnoklassniki.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-odnoklassniki:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-odnoklassniki.hover,
.nk-social-links-3 > li > *.nk-social-odnoklassniki:hover,
.nk-social-links-3 > li > *.nk-social-odnoklassniki.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-odnoklassniki:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-odnoklassniki.hover {
    color: #fff;
    background-color: #d8732a;
}

.nk-social-links > li > *.nk-social-paypal:hover, .nk-social-links > li > *.nk-social-paypal.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-paypal:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-paypal.hover,
.nk-social-links-2 > li > *.nk-social-paypal:hover,
.nk-social-links-2 > li > *.nk-social-paypal.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-paypal:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-paypal.hover,
.nk-social-links-3 > li > *.nk-social-paypal:hover,
.nk-social-links-3 > li > *.nk-social-paypal.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-paypal:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-paypal.hover {
    color: #fff;
    background-color: #1d3283;
}

.nk-social-links > li > *.nk-social-pinterest:hover, .nk-social-links > li > *.nk-social-pinterest.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-pinterest:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-pinterest.hover,
.nk-social-links-2 > li > *.nk-social-pinterest:hover,
.nk-social-links-2 > li > *.nk-social-pinterest.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-pinterest:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-pinterest.hover,
.nk-social-links-3 > li > *.nk-social-pinterest:hover,
.nk-social-links-3 > li > *.nk-social-pinterest.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-pinterest:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-pinterest.hover {
    color: #fff;
    background-color: #cb2027;
}

.nk-social-links > li > *.nk-social-reddit:hover, .nk-social-links > li > *.nk-social-reddit.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-reddit:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-reddit.hover,
.nk-social-links-2 > li > *.nk-social-reddit:hover,
.nk-social-links-2 > li > *.nk-social-reddit.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-reddit:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-reddit.hover,
.nk-social-links-3 > li > *.nk-social-reddit:hover,
.nk-social-links-3 > li > *.nk-social-reddit.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-reddit:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-reddit.hover {
    color: #fff;
    background-color: #ff5700;
}

.nk-social-links > li > *.nk-social-skype:hover, .nk-social-links > li > *.nk-social-skype.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-skype:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-skype.hover,
.nk-social-links-2 > li > *.nk-social-skype:hover,
.nk-social-links-2 > li > *.nk-social-skype.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-skype:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-skype.hover,
.nk-social-links-3 > li > *.nk-social-skype:hover,
.nk-social-links-3 > li > *.nk-social-skype.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-skype:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-skype.hover {
    color: #fff;
    background-color: #00aff0;
}

.nk-social-links > li > *.nk-social-soundcloud:hover, .nk-social-links > li > *.nk-social-soundcloud.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-soundcloud:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-soundcloud.hover,
.nk-social-links-2 > li > *.nk-social-soundcloud:hover,
.nk-social-links-2 > li > *.nk-social-soundcloud.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-soundcloud:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-soundcloud.hover,
.nk-social-links-3 > li > *.nk-social-soundcloud:hover,
.nk-social-links-3 > li > *.nk-social-soundcloud.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-soundcloud:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-soundcloud.hover {
    color: #fff;
    background-color: #f50;
}

.nk-social-links > li > *.nk-social-slack:hover, .nk-social-links > li > *.nk-social-slack.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-slack:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-slack.hover,
.nk-social-links-2 > li > *.nk-social-slack:hover,
.nk-social-links-2 > li > *.nk-social-slack.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-slack:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-slack.hover,
.nk-social-links-3 > li > *.nk-social-slack:hover,
.nk-social-links-3 > li > *.nk-social-slack.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-slack:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-slack.hover {
    color: #fff;
    background-color: #543b56;
}

.nk-social-links > li > *.nk-social-steam:hover, .nk-social-links > li > *.nk-social-steam.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-steam:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-steam.hover,
.nk-social-links-2 > li > *.nk-social-steam:hover,
.nk-social-links-2 > li > *.nk-social-steam.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-steam:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-steam.hover,
.nk-social-links-3 > li > *.nk-social-steam:hover,
.nk-social-links-3 > li > *.nk-social-steam.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-steam:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-steam.hover {
    color: #fff;
    background-color: #272425;
}

.nk-social-links > li > *.nk-social-snapchat:hover, .nk-social-links > li > *.nk-social-snapchat.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-snapchat:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-snapchat.hover,
.nk-social-links-2 > li > *.nk-social-snapchat:hover,
.nk-social-links-2 > li > *.nk-social-snapchat.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-snapchat:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-snapchat.hover,
.nk-social-links-3 > li > *.nk-social-snapchat:hover,
.nk-social-links-3 > li > *.nk-social-snapchat.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-snapchat:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-snapchat.hover {
    color: #fff;
    background-color: #fffc00;
}

.nk-social-links > li > *.nk-social-swarm:hover, .nk-social-links > li > *.nk-social-swarm.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-swarm:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-swarm.hover,
.nk-social-links-2 > li > *.nk-social-swarm:hover,
.nk-social-links-2 > li > *.nk-social-swarm.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-swarm:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-swarm.hover,
.nk-social-links-3 > li > *.nk-social-swarm:hover,
.nk-social-links-3 > li > *.nk-social-swarm.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-swarm:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-swarm.hover {
    color: #fff;
    background-color: #ffb000;
}

.nk-social-links > li > *.nk-social-stumbleupon:hover, .nk-social-links > li > *.nk-social-stumbleupon.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-stumbleupon:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-stumbleupon.hover,
.nk-social-links-2 > li > *.nk-social-stumbleupon:hover,
.nk-social-links-2 > li > *.nk-social-stumbleupon.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-stumbleupon:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-stumbleupon.hover,
.nk-social-links-3 > li > *.nk-social-stumbleupon:hover,
.nk-social-links-3 > li > *.nk-social-stumbleupon.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-stumbleupon:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-stumbleupon.hover {
    color: #fff;
    background-color: #eb4924;
}

.nk-social-links > li > *.nk-social-spotify:hover, .nk-social-links > li > *.nk-social-spotify.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-spotify:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-spotify.hover,
.nk-social-links-2 > li > *.nk-social-spotify:hover,
.nk-social-links-2 > li > *.nk-social-spotify.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-spotify:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-spotify.hover,
.nk-social-links-3 > li > *.nk-social-spotify:hover,
.nk-social-links-3 > li > *.nk-social-spotify.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-spotify:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-spotify.hover {
    color: #fff;
    background-color: #1ed760;
}

.nk-social-links > li > *.nk-social-tumblr:hover, .nk-social-links > li > *.nk-social-tumblr.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-tumblr:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-tumblr.hover,
.nk-social-links-2 > li > *.nk-social-tumblr:hover,
.nk-social-links-2 > li > *.nk-social-tumblr.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-tumblr:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-tumblr.hover,
.nk-social-links-3 > li > *.nk-social-tumblr:hover,
.nk-social-links-3 > li > *.nk-social-tumblr.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-tumblr:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-tumblr.hover {
    color: #fff;
    background-color: #2c4762;
}

.nk-social-links > li > *.nk-social-twitch:hover, .nk-social-links > li > *.nk-social-twitch.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-twitch:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-twitch.hover,
.nk-social-links-2 > li > *.nk-social-twitch:hover,
.nk-social-links-2 > li > *.nk-social-twitch.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-twitch:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-twitch.hover,
.nk-social-links-3 > li > *.nk-social-twitch:hover,
.nk-social-links-3 > li > *.nk-social-twitch.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-twitch:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-twitch.hover {
    color: #fff;
    background-color: #5c43a1;
}

.nk-social-links > li > *.nk-social-twitter:hover, .nk-social-links > li > *.nk-social-twitter.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-twitter:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-twitter.hover,
.nk-social-links-2 > li > *.nk-social-twitter:hover,
.nk-social-links-2 > li > *.nk-social-twitter.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-twitter:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-twitter.hover,
.nk-social-links-3 > li > *.nk-social-twitter:hover,
.nk-social-links-3 > li > *.nk-social-twitter.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-twitter:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-twitter.hover {
    color: #fff;
    background-color: #00b6f1;
}

.nk-social-links > li > *.nk-social-vimeo:hover, .nk-social-links > li > *.nk-social-vimeo.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-vimeo:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-vimeo.hover,
.nk-social-links-2 > li > *.nk-social-vimeo:hover,
.nk-social-links-2 > li > *.nk-social-vimeo.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-vimeo:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-vimeo.hover,
.nk-social-links-3 > li > *.nk-social-vimeo:hover,
.nk-social-links-3 > li > *.nk-social-vimeo.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-vimeo:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-vimeo.hover {
    color: #fff;
    background-color: #45bbff;
}

.nk-social-links > li > *.nk-social-vk:hover, .nk-social-links > li > *.nk-social-vk.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-vk:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-vk.hover,
.nk-social-links-2 > li > *.nk-social-vk:hover,
.nk-social-links-2 > li > *.nk-social-vk.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-vk:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-vk.hover,
.nk-social-links-3 > li > *.nk-social-vk:hover,
.nk-social-links-3 > li > *.nk-social-vk.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-vk:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-vk.hover {
    color: #fff;
    background-color: #657da0;
}

.nk-social-links > li > *.nk-social-wordpress:hover, .nk-social-links > li > *.nk-social-wordpress.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-wordpress:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-wordpress.hover,
.nk-social-links-2 > li > *.nk-social-wordpress:hover,
.nk-social-links-2 > li > *.nk-social-wordpress.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-wordpress:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-wordpress.hover,
.nk-social-links-3 > li > *.nk-social-wordpress:hover,
.nk-social-links-3 > li > *.nk-social-wordpress.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-wordpress:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-wordpress.hover {
    color: #fff;
    background-color: #4072a1;
}

.nk-social-links > li > *.nk-social-youtube:hover, .nk-social-links > li > *.nk-social-youtube.hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-youtube:hover, .nk-social-links.nk-social-links-3 > li > *.nk-social-youtube.hover,
.nk-social-links-2 > li > *.nk-social-youtube:hover,
.nk-social-links-2 > li > *.nk-social-youtube.hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-youtube:hover,
.nk-social-links-2.nk-social-links-3 > li > *.nk-social-youtube.hover,
.nk-social-links-3 > li > *.nk-social-youtube:hover,
.nk-social-links-3 > li > *.nk-social-youtube.hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-youtube:hover,
.nk-social-links-3.nk-social-links-3 > li > *.nk-social-youtube.hover {
    color: #fff;
    background-color: #f00;
}

.nk-social-links-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.nk-social-links-2.text-center {
    margin-right: auto;
    margin-left: auto;
    margin-bottom:30px;
}

.nk-social-links-2 > li > * {
    width: 26px;
    height: 26px;
    margin: 3px 5px;
    font-size: 1.1em;
    line-height: 26px;
    background-color: #fff;
    border-radius: 13px;
}

.nk-social-links-3 > li > * {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0;
    font-size: 1.2em;
    color: #fff;
    background-color: #4e585f;
    border-radius: 0;
}

.nk-social-links-3 > li > * > svg,
.nk-social-links-3 > li > * > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
}

.nk-social-links-3 > li > * > svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.nk-social-links-3 > li > * > svg.svg-inline--fa {
    width: 18px;
}

.nk-social-links-3.nk-social-links-cols-5 > li {
    width: 20%;
}

.nk-social-links-3.nk-social-links-cols-5 > li:nth-child(6n) > a {
    background-color: #556067;
}

.nk-social-links-3.nk-social-links-cols-5 > li:nth-child(6n+2) > a {
    background-color: #5c6870;
}

.nk-social-links-3.nk-social-links-cols-5 > li:nth-child(6n+4) > a {
    background-color: #65727b;
}

.nk-social-links-3.nk-social-links-cols-4 > li {
    width: 25%;
}

.nk-social-links-3.nk-social-links-cols-4 > li:nth-child(5n) > a {
    background-color: #556067;
}

.nk-social-links-3.nk-social-links-cols-4 > li:nth-child(5n+2) > a {
    background-color: #5c6870;
}

.nk-social-links-3.nk-social-links-cols-4 > li:nth-child(5n+4) > a {
    background-color: #65727b;
}

.nk-social-links-3.nk-social-links-cols-3 > li {
    width: 33.333%;
}

.nk-social-links-3.nk-social-links-cols-3 > li:nth-child(4n) > a {
    background-color: #556067;
}

.nk-social-links-3.nk-social-links-cols-3 > li:nth-child(4n+2) > a {
    background-color: #5c6870;
}

.nk-social-links-3.nk-social-links-cols-3 > li:nth-child(4n+4) > a {
    background-color: #65727b;
}

.nk-social-links-3.nk-social-links-cols-2 > li {
    width: 50%;
}

.nk-social-links-3.nk-social-links-cols-2 > li:nth-child(3n) > a {
    background-color: #556067;
}

.nk-social-links-3.nk-social-links-cols-2 > li:nth-child(3n+2) > a {
    background-color: #5c6870;
}

.nk-social-links-3.nk-social-links-cols-2 > li:nth-child(3n+4) > a {
    background-color: #65727b;
}

.nk-widget-highlighted .nk-widget-content .nk-social-links-3 {
    margin-top: -21px;
    margin-right: -24px;
    margin-bottom: -21px;
    margin-left: -24px;
}

/* Contacts top right icons */
.nk-contacts-icons {
    position: relative;
    padding: 0;
    margin: 0;
    margin-right: -20px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .nk-contacts-icons {
        margin-right: 0;
    }
}

.nk-contacts-icons::after {
    content: "";
    display: block;
    clear: both;
}

.nk-contacts-icons > li {
    display: inline-block;
    margin: 3px 20px;
    line-height: 1.3;
    text-align: center;
}

.nk-contacts-icons > li > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
}

.nk-contacts-icons > li.hover,
.nk-contacts-icons > li > a:hover,
.nk-contacts-icons > li > a:focus,
.nk-contacts-icons > li > a:active {
    color: #93c027;
}

.subcolor{
    color:#6a5e53;
}

.titlecolor {
    color:#998f81;
    text-shadow: 0px 0px 5px #000;
}

.textcolor{
    color:#b19f90;
    text-shadow: 0px 0px 5px #000;
}

.letterBackground {
    display:block;
    position:relative;
    width: 120%;
    height: 892px;
    background-image:url("/assets/images/LetterBackground.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 120px !important;
}

@media (max-width: 3800px) {
    .letterBackground .spell {
        margin-left: 220px !important;
    }
}

@media (max-width: 3500px) {
    .letterBackground .spell {
        margin-left: 170px !important;
    }

    .hr-class {
        margin-left: 200px;
    }
}

@media (max-width: 3200px) {
    .letterBackground .spell {
        margin-left: 125px !important;
    }

    .hr-class {
        margin-left: 150px;
    }
}

@media (max-width: 3000px) {
    .letterBackground .spell {
        margin-left: 100px !important;
    }

    .hr-class {
        margin-left: 100px;
    }

}

@media (max-width: 2800px) {
    .letterBackground .spell {
        margin-left: 70px !important;
    }
}

@media (max-width: 2600px) {
    .letterBackground .spell {
        margin-left: 40px !important;
    }

    .hr-class {
        margin-left: 50px;
    }
}

@media (max-width:  2300px) {
    .letterBackground .spell {
        margin-left: 0px !important;
    }

    .hr-class {
        margin-left: 20px;
    }
}

@media (min-width: 2000px) {
    .letterBackground {
        padding: 0 180px !important;
    }
}

@media (min-width: 1601px) {
    .class {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1600px) {
    .letterBackground {
        padding: 0 70px !important;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 !important;
    }
}

@media (max-width: 1500px) {
    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 20px !important;
    }

    .class {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1400px) {
    .letterBackground {
        padding: 0 20px !important;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 50px !important;
    }

    .class {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199px) {
    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 70px !important;
    }

    .class {
        flex-wrap: nowrap;
        padding: 0 60px;
    }

    .pull-left {
        margin-left: -60px;
    }
}

@media (max-width: 1100px) {
    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 50px !important;
    }

    .class {
        flex-wrap: nowrap;
    }

    .pull-left {
        margin-left: -60px;
    }
}

@media (max-width: 991px) {
    .letterBackground {
        background-position: center;
        width: 100%;
        margin-top: 120px !important;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 200px !important;
    }

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

    .pull-left {
        margin-left: -60px;
    }

    .pull-md-left {
        margin-left: -40px;
    }
}

@media (max-width: 870px) {
    .letterBackground .raceBadge {
        width: 225px;
        height: 225px;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 150px !important;
    }

    .pull-left {
        margin-left: -60px;
    }

    .pull-md-left {
        margin-left: -40px;
    }
}

@media (max-width: 768px) {
    .pull-md-left {
        margin-left: -60px;
    }
}

.hr-homepage-logo img {
    width: 600px;
}

@media (max-width: 650px) {
    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 100px !important;
    }

    .pull-left {
        margin-left: -60px;
    }

    .pull-md-left {
        margin-left: -40px;
    }

    .hr-homepage-logo {
        position: sticky;
        top: 350px;
    }

    .hr-homepage-logo img {
        width: 370px;
    }
}

@media (max-width: 600px) {
    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 100px !important;
    }
}

@media (max-width: 570px) {
    .letterBackground {
        padding: 0 40px !important;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 50px !important;
    }

    .pull-left {
        margin-left: -60px;
    }

    .pull-md-left {
        margin-left: -40px;
    }
}

@media (max-width: 420px) {
    .letterBackground {
        padding: 0 15px !important;
    }

    .letterBackground .spell,
    .letterBackground .classes {
        padding: 0 0 !important;
    }

    .pull-left {
        margin-left: -40px;
    }

    .pull-md-left {
        margin-left: -50px;
    }

    .spell {
        flex-wrap: nowrap;
    }
}

/*------------------------------------------------------------------

  Elements

 -------------------------------------------------------------------*/
/*---------------------------
  Element Buttons
 ----------------------------*/
.nk-btn {
    display: inline-block;
    padding: 9px 19px;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-size: .87rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 0;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}

.nk-btn, .nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus {
    color: #fff;
    text-decoration: none;
}

.nk-btn.nk-btn-outline {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nk-btn-xs {
    padding: 6px 15px;
    font-size: .8rem;
}

.nk-btn-xs.nk-btn-outline {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nk-btn-sm {
    padding: 7px 17px;
}

.nk-btn-sm.nk-btn-outline {
    padding-top: 6px;
    padding-bottom: 6px;
}

.nk-btn-lg {
    padding: 12px 22px;
}

.nk-btn-lg.nk-btn-outline {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nk-btn-x2 {
    padding: 14px 25px;
    font-size: 1rem;
}

.nk-btn-x2.nk-btn-outline {
    padding-top: 13px;
    padding-bottom: 13px;
}

.nk-btn-x3 {
    padding: 18px 30px;
    font-size: 1.1rem;
}

.nk-btn-x3.nk-btn-outline {
    padding-top: 17px;
    padding-bottom: 17px;
}

.nk-btn-x4 {
    padding: 20px 45px;
    font-size: 1.2rem;
}

.nk-btn-x4.nk-btn-outline {
    padding-top: 19px;
    padding-bottom: 19px;
}

.nk-btn-color-main-1 {
    background-color: #93c027;
    border-color: #a5102c;
    border-style: solid;
}

.nk-btn-color-main-1:hover, .nk-btn-color-main-1.hover {
    background-color: #eb3154;
    border-color: #ee526f;
}

.nk-btn-color-main-1:active, .nk-btn-color-main-1.active {
    background-color: #ee526f;
    border-color: #f1728a;
}

.nk-btn-color-main-1.nk-btn-outline {
    color: #93c027;
}

.nk-btn-color-main-1.nk-btn-outline:hover, .nk-btn-color-main-1.nk-btn-outline.hover {
    color: #af112f;
}

.nk-btn-color-main-1.nk-btn-outline:active, .nk-btn-color-main-1.nk-btn-outline.active {
    color: #800d22;
}

.nk-btn-color-main-2 {
    background-color: #a714b9;
    border-color: #750e82;
    border-style: solid;
}

.nk-btn-color-main-2:hover, .nk-btn-color-main-2.hover {
    background-color: #c818de;
    border-color: #d531e9;
}

.nk-btn-color-main-2:active, .nk-btn-color-main-2.active {
    background-color: #d531e9;
    border-color: #db51ec;
}

.nk-btn-color-main-2.nk-btn-outline {
    color: #a714b9;
}

.nk-btn-color-main-2.nk-btn-outline:hover, .nk-btn-color-main-2.nk-btn-outline.hover {
    color: #7d0f8b;
}

.nk-btn-color-main-2.nk-btn-outline:active, .nk-btn-color-main-2.nk-btn-outline.active {
    color: #540a5d;
}

.nk-btn-color-main-3 {
    background-color: #38a220;
    border-color: #266f16;
    border-style: solid;
}

.nk-btn-color-main-3:hover, .nk-btn-color-main-3.hover {
    background-color: #44c427;
    border-color: #55d737;
}

.nk-btn-color-main-3:active, .nk-btn-color-main-3.active {
    background-color: #55d737;
    border-color: #6edd55;
}

.nk-btn-color-main-3.nk-btn-outline {
    color: #38a220;
}

.nk-btn-color-main-3.nk-btn-outline:hover, .nk-btn-color-main-3.nk-btn-outline.hover {
    color: #297718;
}

.nk-btn-color-main-3.nk-btn-outline:active, .nk-btn-color-main-3.nk-btn-outline.active {
    color: #1b4d0f;
}

.nk-btn-color-main-4 {
    background-color: #22a2b1;
    border-color: #18737e;
    border-style: solid;
}

.nk-btn-color-main-4:hover, .nk-btn-color-main-4.hover {
    background-color: #29c1d3;
    border-color: #44cbdb;
}

.nk-btn-color-main-4:active, .nk-btn-color-main-4.active {
    background-color: #44cbdb;
    border-color: #62d4e1;
}

.nk-btn-color-main-4.nk-btn-outline {
    color: #22a2b1;
}

.nk-btn-color-main-4.nk-btn-outline:hover, .nk-btn-color-main-4.nk-btn-outline.hover {
    color: #1a7b86;
}

.nk-btn-color-main-4.nk-btn-outline:active, .nk-btn-color-main-4.nk-btn-outline.active {
    color: #12545b;
}

.nk-btn-color-main-5 {
    background-color: #1464d2;
    border-color: #0f499a;
    border-style: solid;
}

.nk-btn-color-main-5:hover, .nk-btn-color-main-5.hover {
    background-color: #2578ea;
    border-color: #458ced;
}

.nk-btn-color-main-5:active, .nk-btn-color-main-5.active {
    background-color: #458ced;
    border-color: #66a0f0;
}

.nk-btn-color-main-5.nk-btn-outline {
    color: #1464d2;
}

.nk-btn-color-main-5.nk-btn-outline:hover, .nk-btn-color-main-5.nk-btn-outline.hover {
    color: #104ea3;
}

.nk-btn-color-main-5.nk-btn-outline:active, .nk-btn-color-main-5.nk-btn-outline.active {
    color: #0b3875;
}

.nk-btn-color-main-6 {
    background-color: #ef9e2b;
    border-color: #cd7f0f;
    border-style: solid;
}

.nk-btn-color-main-6:hover, .nk-btn-color-main-6.hover {
    background-color: #f2af51;
    border-color: #f4bf72;
}

.nk-btn-color-main-6:active, .nk-btn-color-main-6.active {
    background-color: #f4bf72;
    border-color: #f7ce93;
}

.nk-btn-color-main-6.nk-btn-outline {
    color: #ef9e2b;
}

.nk-btn-color-main-6.nk-btn-outline:hover, .nk-btn-color-main-6.nk-btn-outline.hover {
    color: #d78510;
}

.nk-btn-color-main-6.nk-btn-outline:active, .nk-btn-color-main-6.nk-btn-outline.active {
    color: #a7670d;
}

.nk-btn-color-primary {
    background-color: #0275d8;
    border-color: #01549b;
    border-style: solid;
}

.nk-btn-color-primary:hover, .nk-btn-color-primary.hover {
    background-color: #068bfd;
    border-color: #299bfd;
}

.nk-btn-color-primary:active, .nk-btn-color-primary.active {
    background-color: #299bfd;
    border-color: #4dacfd;
}

.nk-btn-color-primary.nk-btn-outline {
    color: #0275d8;
}

.nk-btn-color-primary.nk-btn-outline:hover, .nk-btn-color-primary.nk-btn-outline.hover {
    color: #025aa5;
}

.nk-btn-color-primary.nk-btn-outline:active, .nk-btn-color-primary.nk-btn-outline.active {
    color: #013e73;
}

.nk-btn-color-success {
    background-color: #38a220;
    border-color: #266f16;
    border-style: solid;
}

.nk-btn-color-success:hover, .nk-btn-color-success.hover {
    background-color: #44c427;
    border-color: #55d737;
}

.nk-btn-color-success:active, .nk-btn-color-success.active {
    background-color: #55d737;
    border-color: #6edd55;
}

.nk-btn-color-success.nk-btn-outline {
    color: #38a220;
}

.nk-btn-color-success.nk-btn-outline:hover, .nk-btn-color-success.nk-btn-outline.hover {
    color: #297718;
}

.nk-btn-color-success.nk-btn-outline:active, .nk-btn-color-success.nk-btn-outline.active {
    color: #1b4d0f;
}

.nk-btn-color-info {
    background-color: #22a2b1;
    border-color: #18737e;
    border-style: solid;
}

.nk-btn-color-info:hover, .nk-btn-color-info.hover {
    background-color: #29c1d3;
    border-color: #44cbdb;
}

.nk-btn-color-info:active, .nk-btn-color-info.active {
    background-color: #44cbdb;
    border-color: #62d4e1;
}

.nk-btn-color-info.nk-btn-outline {
    color: #22a2b1;
}

.nk-btn-color-info.nk-btn-outline:hover, .nk-btn-color-info.nk-btn-outline.hover {
    color: #1a7b86;
}

.nk-btn-color-info.nk-btn-outline:active, .nk-btn-color-info.nk-btn-outline.active {
    color: #12545b;
}

.nk-btn-color-warning {
    background-color: #ef9e2b;
    border-color: #cd7f0f;
    border-style: solid;
}

.nk-btn-color-warning:hover, .nk-btn-color-warning.hover {
    background-color: #f2af51;
    border-color: #f4bf72;
}

.nk-btn-color-warning:active, .nk-btn-color-warning.active {
    background-color: #f4bf72;
    border-color: #f7ce93;
}

.nk-btn-color-warning.nk-btn-outline {
    color: #ef9e2b;
}

.nk-btn-color-warning.nk-btn-outline:hover, .nk-btn-color-warning.nk-btn-outline.hover {
    color: #d78510;
}

.nk-btn-color-warning.nk-btn-outline:active, .nk-btn-color-warning.nk-btn-outline.active {
    color: #a7670d;
}

.nk-btn-color-danger {
    background-color: #e2361f;
    border-color: #ad2816;
    border-style: solid;
}

.nk-btn-color-danger-border {
    border-color: #ad2816;
    border-style: solid;
    border-width: 3px;
}

.nk-btn-color-danger:hover, .nk-btn-color-danger.hover {
    background-color: #e75643;
    border-color: #eb7363;
}

.nk-btn-color-danger:active, .nk-btn-color-danger.active {
    background-color: #eb7363;
    border-color: #ef8f82;
}

.nk-btn-color-danger.nk-btn-outline {
    color: #e2361f;
}

.nk-btn-color-danger.nk-btn-outline:hover, .nk-btn-color-danger.nk-btn-outline.hover {
    color: #b62a18;
}

.nk-btn-color-danger.nk-btn-outline:active, .nk-btn-color-danger.nk-btn-outline.active {
    color: #892012;
}

.nk-btn-color-white {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid;
}

.nk-btn-color-white, .nk-btn-color-white:hover, .nk-btn-color-white.hover, .nk-btn-color-white:active, .nk-btn-color-white.active, .nk-btn-color-white:focus {
    color: #171e22;
}

.nk-btn-color-white:hover, .nk-btn-color-white.hover {
    background-color: #e0e0e0;
    border-color: #d1d1d1;
}

.nk-btn-color-white:active, .nk-btn-color-white.active {
    background-color: #d9d9d9;
    border-color: #c7c7c7;
}

.nk-btn-color-white.nk-btn-outline {
    color: #fff;
}

.nk-btn-color-white.nk-btn-outline:hover, .nk-btn-color-white.nk-btn-outline.hover {
    color: #e6e6e6;
}

.nk-btn-color-white.nk-btn-outline:active, .nk-btn-color-white.nk-btn-outline.active {
    color: #cccccc;
}

.nk-btn-color-black {
    background-color: #000;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-black:hover, .nk-btn-color-black.hover {
    background-color: #141414;
    border-color: #262626;
}

.nk-btn-color-white {
    border: 5px solid white;
}

.weAccept {
    display:block;
    width:200px;
}

.noBGcolor {
    background-color: #1b1d1e !important;
}

.nk-btn-color-black:active, .nk-btn-color-black.active {
    background-color: #262626;
    border-color: #383838;
}

.nk-btn-color-black.nk-btn-outline {
    color: #000;
}

.nk-btn-color-black.nk-btn-outline:hover, .nk-btn-color-black.nk-btn-outline.hover {
    color: black;
}

.nk-btn-color-black.nk-btn-outline:active, .nk-btn-color-black.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-1 {
    background-color: #171e22;
    border-color: black;
    border-style: solid;
}

.nk-btn-color-dark-1:hover, .nk-btn-color-dark-1.hover {
    background-color: #27333a;
    border-color: #364650;
}

.nk-btn-color-dark-1:active, .nk-btn-color-dark-1.active {
    background-color: #364650;
    border-color: #445965;
}

.nk-btn-color-dark-1.nk-btn-outline {
    color: #171e22;
}

.nk-btn-color-dark-1.nk-btn-outline:hover, .nk-btn-color-dark-1.nk-btn-outline.hover {
    color: #020304;
}

.nk-btn-color-dark-1.nk-btn-outline:active, .nk-btn-color-dark-1.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-2 {
    background-color: #232930;
    border-color: #090b0d;
    border-style: solid;
}

.nk-btn-color-dark-2:hover, .nk-btn-color-dark-2.hover {
    background-color: #343d48;
    border-color: #434f5c;
}

.nk-btn-color-dark-2:active, .nk-btn-color-dark-2.active {
    background-color: #434f5c;
    border-color: #526071;
}

.nk-btn-color-dark-2.nk-btn-outline {
    color: #232930;
}

.nk-btn-color-dark-2.nk-btn-outline:hover, .nk-btn-color-dark-2.nk-btn-outline.hover {
    color: #0d1013;
}

.nk-btn-color-dark-2.nk-btn-outline:active, .nk-btn-color-dark-2.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-3 {
    background-color: #293139;
    border-color: #101215;
    border-style: solid;
}

.nk-btn-color-dark-3:hover, .nk-btn-color-dark-3.hover {
    background-color: #3b4550;
    border-color: #4a5665;
}

.nk-btn-color-dark-3:active, .nk-btn-color-dark-3.active {
    background-color: #4a5665;
    border-color: #59687a;
}

.nk-btn-color-dark-3.nk-btn-outline {
    color: #293139;
}

.nk-btn-color-dark-3.nk-btn-outline:hover, .nk-btn-color-dark-3.nk-btn-outline.hover {
    color: #14171b;
}

.nk-btn-color-dark-3.nk-btn-outline:active, .nk-btn-color-dark-3.nk-btn-outline.active {
    color: black;
}

.nk-btn-color-dark-4 {
    background-color: #303e47;
    border-color: #171e22;
    border-style: solid;
}

.nk-btn-color-dark-4:hover, .nk-btn-color-dark-4.hover {
    background-color: #40545f;
    border-color: #4f6674;
}

.nk-btn-color-dark-4:active, .nk-btn-color-dark-4.active {
    background-color: #4f6674;
    border-color: #5d7989;
}

.nk-btn-color-dark-4.nk-btn-outline {
    color: #303e47;
}

.nk-btn-color-dark-4.nk-btn-outline:hover, .nk-btn-color-dark-4.nk-btn-outline.hover {
    color: #1b2328;
}

.nk-btn-color-dark-4.nk-btn-outline:active, .nk-btn-color-dark-4.nk-btn-outline.active {
    color: #07090a;
}

.nk-btn-hover-color-main-1.nk-btn-color-white:hover, .nk-btn-hover-color-main-1.nk-btn-color-white.hover, .nk-btn-hover-color-main-1.nk-btn-color-white:active, .nk-btn-hover-color-main-1.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-1:hover, .nk-btn-hover-color-main-1.hover {
    background-color: #93c027;
    border-color: #a5102c;
}

.nk-btn-hover-color-main-1:active, .nk-btn-hover-color-main-1.active {
    background-color: #c11334;
    border-color: #8a0e25;
}

.nk-btn-hover-color-main-1.nk-btn-outline:hover, .nk-btn-hover-color-main-1.nk-btn-outline.hover {
    color: #af112f;
}

.nk-btn-hover-color-main-1.nk-btn-outline:active, .nk-btn-hover-color-main-1.nk-btn-outline.active {
    color: #800d22;
}

.nk-btn-hover-color-main-2.nk-btn-color-white:hover, .nk-btn-hover-color-main-2.nk-btn-color-white.hover, .nk-btn-hover-color-main-2.nk-btn-color-white:active, .nk-btn-hover-color-main-2.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-2:hover, .nk-btn-hover-color-main-2.hover {
    background-color: #a714b9;
    border-color: #750e82;
}

.nk-btn-hover-color-main-2:active, .nk-btn-hover-color-main-2.active {
    background-color: #8e119d;
    border-color: #5c0b66;
}

.nk-btn-hover-color-main-2.nk-btn-outline:hover, .nk-btn-hover-color-main-2.nk-btn-outline.hover {
    color: #7d0f8b;
}

.nk-btn-hover-color-main-2.nk-btn-outline:active, .nk-btn-hover-color-main-2.nk-btn-outline.active {
    color: #540a5d;
}

.nk-btn-hover-color-main-3.nk-btn-color-white:hover, .nk-btn-hover-color-main-3.nk-btn-color-white.hover, .nk-btn-hover-color-main-3.nk-btn-color-white:active, .nk-btn-hover-color-main-3.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-3:hover, .nk-btn-hover-color-main-3.hover {
    background-color: #38a220;
    border-color: #266f16;
}

.nk-btn-hover-color-main-3:active, .nk-btn-hover-color-main-3.active {
    background-color: #2f881b;
    border-color: #1e5511;
}

.nk-btn-hover-color-main-3.nk-btn-outline:hover, .nk-btn-hover-color-main-3.nk-btn-outline.hover {
    color: #297718;
}

.nk-btn-hover-color-main-3.nk-btn-outline:active, .nk-btn-hover-color-main-3.nk-btn-outline.active {
    color: #1b4d0f;
}

.nk-btn-hover-color-main-4.nk-btn-color-white:hover, .nk-btn-hover-color-main-4.nk-btn-color-white.hover, .nk-btn-hover-color-main-4.nk-btn-color-white:active, .nk-btn-hover-color-main-4.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-4:hover, .nk-btn-hover-color-main-4.hover {
    background-color: #22a2b1;
    border-color: #18737e;
}

.nk-btn-hover-color-main-4:active, .nk-btn-hover-color-main-4.active {
    background-color: #1d8b97;
    border-color: #135c64;
}

.nk-btn-hover-color-main-4.nk-btn-outline:hover, .nk-btn-hover-color-main-4.nk-btn-outline.hover {
    color: #1a7b86;
}

.nk-btn-hover-color-main-4.nk-btn-outline:active, .nk-btn-hover-color-main-4.nk-btn-outline.active {
    color: #12545b;
}

.nk-btn-hover-color-main-5.nk-btn-color-white:hover, .nk-btn-hover-color-main-5.nk-btn-color-white.hover, .nk-btn-hover-color-main-5.nk-btn-color-white:active, .nk-btn-hover-color-main-5.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-5:hover, .nk-btn-hover-color-main-5.hover {
    background-color: #1464d2;
    border-color: #0f499a;
}

.nk-btn-hover-color-main-5:active, .nk-btn-hover-color-main-5.active {
    background-color: #1157b6;
    border-color: #0c3c7e;
}

.nk-btn-hover-color-main-5.nk-btn-outline:hover, .nk-btn-hover-color-main-5.nk-btn-outline.hover {
    color: #104ea3;
}

.nk-btn-hover-color-main-5.nk-btn-outline:active, .nk-btn-hover-color-main-5.nk-btn-outline.active {
    color: #0b3875;
}

.nk-btn-hover-color-main-6.nk-btn-color-white:hover, .nk-btn-hover-color-main-6.nk-btn-color-white.hover, .nk-btn-hover-color-main-6.nk-btn-color-white:active, .nk-btn-hover-color-main-6.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-main-6:hover, .nk-btn-hover-color-main-6.hover {
    background-color: #ef9e2b;
    border-color: #cd7f0f;
}

.nk-btn-hover-color-main-6:active, .nk-btn-hover-color-main-6.active {
    background-color: #ea9012;
    border-color: #b16d0d;
}

.nk-btn-hover-color-main-6.nk-btn-outline:hover, .nk-btn-hover-color-main-6.nk-btn-outline.hover {
    color: #d78510;
}

.nk-btn-hover-color-main-6.nk-btn-outline:active, .nk-btn-hover-color-main-6.nk-btn-outline.active {
    color: #a7670d;
}

.nk-btn-hover-color-primary.nk-btn-color-white:hover, .nk-btn-hover-color-primary.nk-btn-color-white.hover, .nk-btn-hover-color-primary.nk-btn-color-white:active, .nk-btn-hover-color-primary.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-primary:hover, .nk-btn-hover-color-primary.hover {
    background-color: #0275d8;
    border-color: #01549b;
}

.nk-btn-hover-color-primary:active, .nk-btn-hover-color-primary.active {
    background-color: #0265ba;
    border-color: #01447d;
}

.nk-btn-hover-color-primary.nk-btn-outline:hover, .nk-btn-hover-color-primary.nk-btn-outline.hover {
    color: #025aa5;
}

.nk-btn-hover-color-primary.nk-btn-outline:active, .nk-btn-hover-color-primary.nk-btn-outline.active {
    color: #013e73;
}

.nk-btn-hover-color-success.nk-btn-color-white:hover, .nk-btn-hover-color-success.nk-btn-color-white.hover, .nk-btn-hover-color-success.nk-btn-color-white:active, .nk-btn-hover-color-success.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-success:hover, .nk-btn-hover-color-success.hover {
    background-color: #38a220;
    border-color: #266f16;
}

.nk-btn-hover-color-success:active, .nk-btn-hover-color-success.active {
    background-color: #2f881b;
    border-color: #1e5511;
}

.nk-btn-hover-color-success.nk-btn-outline:hover, .nk-btn-hover-color-success.nk-btn-outline.hover {
    color: #297718;
}

.nk-btn-hover-color-success.nk-btn-outline:active, .nk-btn-hover-color-success.nk-btn-outline.active {
    color: #1b4d0f;
}

.nk-btn-hover-color-info.nk-btn-color-white:hover, .nk-btn-hover-color-info.nk-btn-color-white.hover, .nk-btn-hover-color-info.nk-btn-color-white:active, .nk-btn-hover-color-info.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-info:hover, .nk-btn-hover-color-info.hover {
    background-color: #22a2b1;
    border-color: #18737e;
}

.nk-btn-hover-color-info:active, .nk-btn-hover-color-info.active {
    background-color: #1d8b97;
    border-color: #135c64;
}

.nk-btn-hover-color-info.nk-btn-outline:hover, .nk-btn-hover-color-info.nk-btn-outline.hover {
    color: #1a7b86;
}

.nk-btn-hover-color-info.nk-btn-outline:active, .nk-btn-hover-color-info.nk-btn-outline.active {
    color: #12545b;
}

.nk-btn-hover-color-warning.nk-btn-color-white:hover, .nk-btn-hover-color-warning.nk-btn-color-white.hover, .nk-btn-hover-color-warning.nk-btn-color-white:active, .nk-btn-hover-color-warning.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-warning:hover, .nk-btn-hover-color-warning.hover {
    background-color: #ef9e2b;
    border-color: #cd7f0f;
}

.nk-btn-hover-color-warning:active, .nk-btn-hover-color-warning.active {
    background-color: #ea9012;
    border-color: #b16d0d;
}

.nk-btn-hover-color-warning.nk-btn-outline:hover, .nk-btn-hover-color-warning.nk-btn-outline.hover {
    color: #d78510;
}

.nk-btn-hover-color-warning.nk-btn-outline:active, .nk-btn-hover-color-warning.nk-btn-outline.active {
    color: #a7670d;
}

.nk-btn-hover-color-danger.nk-btn-color-white:hover, .nk-btn-hover-color-danger.nk-btn-color-white.hover, .nk-btn-hover-color-danger.nk-btn-color-white:active, .nk-btn-hover-color-danger.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-danger:hover, .nk-btn-hover-color-danger.hover {
    background-color: #e2361f;
    border-color: #ad2816;
}

.nk-btn-hover-color-danger:active, .nk-btn-hover-color-danger.active {
    background-color: #c82f1a;
    border-color: #922213;
}

.nk-btn-hover-color-danger.nk-btn-outline:hover, .nk-btn-hover-color-danger.nk-btn-outline.hover {
    color: #b62a18;
}

.nk-btn-hover-color-danger.nk-btn-outline:active, .nk-btn-hover-color-danger.nk-btn-outline.active {
    color: #892012;
}

.nk-btn-hover-color-white:hover, .nk-btn-hover-color-white.hover, .nk-btn-hover-color-white:active, .nk-btn-hover-color-white.active, .nk-btn-hover-color-white:focus {
    color: #171e22;
}

.nk-btn-hover-color-white:hover, .nk-btn-hover-color-white.hover {
    background-color: #fff;
    border-color: #e0e0e0;
}

.nk-btn-hover-color-white:active, .nk-btn-hover-color-white.active {
    background-color: #f0f0f0;
    border-color: #d1d1d1;
}

.nk-btn-hover-color-white.nk-btn-outline:hover, .nk-btn-hover-color-white.nk-btn-outline.hover {
    color: #e6e6e6;
}

.nk-btn-hover-color-white.nk-btn-outline:active, .nk-btn-hover-color-white.nk-btn-outline.active {
    color: #cccccc;
}

.nk-btn-hover-color-black.nk-btn-color-white:hover, .nk-btn-hover-color-black.nk-btn-color-white.hover, .nk-btn-hover-color-black.nk-btn-color-white:active, .nk-btn-hover-color-black.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-black:hover, .nk-btn-hover-color-black.hover {
    background-color: #000;
    border-color: black;
}

.nk-btn-hover-color-black:active, .nk-btn-hover-color-black.active {
    background-color: black;
    border-color: black;
}

.nk-btn-hover-color-black.nk-btn-outline:hover, .nk-btn-hover-color-black.nk-btn-outline.hover {
    color: black;
}

.nk-btn-hover-color-black.nk-btn-outline:active, .nk-btn-hover-color-black.nk-btn-outline.active {
    color: black;
}

.nk-btn-hover-color-dark-1.nk-btn-color-white:hover, .nk-btn-hover-color-dark-1.nk-btn-color-white.hover, .nk-btn-hover-color-dark-1.nk-btn-color-white:active, .nk-btn-hover-color-dark-1.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-dark-1:hover, .nk-btn-hover-color-dark-1.hover {
    background-color: #171e22;
    border-color: black;
}

.nk-btn-hover-color-dark-1:active, .nk-btn-hover-color-dark-1.active {
    background-color: #0b0e10;
    border-color: black;
}

.nk-btn-hover-color-dark-1.nk-btn-outline:hover, .nk-btn-hover-color-dark-1.nk-btn-outline.hover {
    color: #020304;
}

.nk-btn-hover-color-dark-1.nk-btn-outline:active, .nk-btn-hover-color-dark-1.nk-btn-outline.active {
    color: black;
}

.nk-btn-hover-color-dark-2.nk-btn-color-white:hover, .nk-btn-hover-color-dark-2.nk-btn-color-white.hover, .nk-btn-hover-color-dark-2.nk-btn-color-white:active, .nk-btn-hover-color-dark-2.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-dark-2:hover, .nk-btn-hover-color-dark-2.hover {
    background-color: #232930;
    border-color: #090b0d;
}

.nk-btn-hover-color-dark-2:active, .nk-btn-hover-color-dark-2.active {
    background-color: #161a1e;
    border-color: black;
}

.nk-btn-hover-color-dark-2.nk-btn-outline:hover, .nk-btn-hover-color-dark-2.nk-btn-outline.hover {
    color: #0d1013;
}

.nk-btn-hover-color-dark-2.nk-btn-outline:active, .nk-btn-hover-color-dark-2.nk-btn-outline.active {
    color: black;
}

.nk-btn-hover-color-dark-3.nk-btn-color-white:hover, .nk-btn-hover-color-dark-3.nk-btn-color-white.hover, .nk-btn-hover-color-dark-3.nk-btn-color-white:active, .nk-btn-hover-color-dark-3.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-dark-3:hover, .nk-btn-hover-color-dark-3.hover {
    background-color: #293139;
    border-color: #101215;
}

.nk-btn-hover-color-dark-3:active, .nk-btn-hover-color-dark-3.active {
    background-color: #1d2127;
    border-color: #030304;
}

.nk-btn-hover-color-dark-3.nk-btn-outline:hover, .nk-btn-hover-color-dark-3.nk-btn-outline.hover {
    color: #14171b;
}

.nk-btn-hover-color-dark-3.nk-btn-outline:active, .nk-btn-hover-color-dark-3.nk-btn-outline.active {
    color: black;
}

.nk-btn-hover-color-dark-4.nk-btn-color-white:hover, .nk-btn-hover-color-dark-4.nk-btn-color-white.hover, .nk-btn-hover-color-dark-4.nk-btn-color-white:active, .nk-btn-hover-color-dark-4.nk-btn-color-white.active {
    color: #fff;
}

.nk-btn-hover-color-dark-4:hover, .nk-btn-hover-color-dark-4.hover {
    background-color: #303e47;
    border-color: #171e22;
}

.nk-btn-hover-color-dark-4:active, .nk-btn-hover-color-dark-4.active {
    background-color: #232e34;
    border-color: #0b0e10;
}

.nk-btn-hover-color-dark-4.nk-btn-outline:hover, .nk-btn-hover-color-dark-4.nk-btn-outline.hover {
    color: #1b2328;
}

.nk-btn-hover-color-dark-4.nk-btn-outline:active, .nk-btn-hover-color-dark-4.nk-btn-outline.active {
    color: #07090a;
}

.nk-btn-outline {
    border-width: 1px;
}

.nk-btn-outline-full {
    border: 2px white solid;
    font-weight: bolder;
}

.nk-btn-outline-full:hover {
    background-color: white;
    color: black !important;
}

.nk-btn-outline, .nk-btn-outline:hover, .nk-btn-outline.hover, .nk-btn-outline:active, .nk-btn-outline.active, .nk-btn-outline:focus {
    color: inherit;
    background-color: transparent;
}

.nk-btn-rounded {
    border-radius: 4px;
}

.nk-btn-block {
    display: block;
    width: 100%;
}

.nk-btn > .icon {
    margin-right: 3px;
}

.nk-btn > span + .icon {
    margin-right: 0;
    margin-left: 3px;
}

.nk-btn-triple-rounded {
    border-radius: 12px;
}

/*---------------------------
  Element Tabs
 ----------------------------*/
.nk-tabs::before {
    content: "";
    display: block;
    clear: both;
}

.nk-tabs .nav-tabs {
    border-bottom: none;
}

.nk-tabs .nav-tabs .nav-item + .nav-item {
    margin-left: 10px;
}

.nk-tabs .nav-tabs .nav-item, .nk-tabs .nav-tabs .nav-item:focus, .nk-tabs .nav-tabs .nav-item:hover,
.nk-tabs .nav-tabs .nav-link,
.nk-tabs .nav-tabs .nav-link:focus,
.nk-tabs .nav-tabs .nav-link:hover,
.nk-tabs .nav-tabs .nav-item.open .nav-link,
.nk-tabs .nav-tabs .nav-item.open .nav-link:focus,
.nk-tabs .nav-tabs .nav-item.open .nav-link:hover,
.nk-tabs .nav-tabs .nav-link.active,
.nk-tabs .nav-tabs .nav-link.active:focus,
.nk-tabs .nav-tabs .nav-link.active:hover {
    color: #fff;
    border-radius: 0;
}

.nk-tabs .nav-tabs .nav-link {
    min-width: 100px;
    padding: 10px 15px;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #293139;
    border: none;
    -webkit-transition: .15s background-color;
    -o-transition: .15s background-color;
    transition: .15s background-color;
}

.nk-tabs .nav-tabs .nav-link:focus, .nk-tabs .nav-tabs .nav-link:hover {
    background-color: #303842;
}

.nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
    background-color: #93c027;
}

.nk-tabs .nav-tabs.nav-tabs-fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px -5px;
}

.nk-tabs .nav-tabs.nav-tabs-fill .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 10px 5px;
}

/*---------------------------
  Element Accordion
 ----------------------------*/
.nk-accordion .panel-heading {
    margin-bottom: 12px;
}

.nk-accordion .panel-heading a {
    display: block;
    padding: 10px 20px;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #293139;
    -webkit-transition: .15s background-color;
    -o-transition: .15s background-color;
    transition: .15s background-color;
}

.nk-accordion .panel-heading a:focus, .nk-accordion .panel-heading a:hover {
    background-color: #303842;
}

.nk-accordion .panel-heading a:not(.collapsed), .nk-accordion .panel-heading a:not(.collapsed):focus, .nk-accordion .panel-heading a:not(.collapsed):hover {
    background-color: #93c027;
}

.nk-accordion .panel-heading a:not(.collapsed) .panel-heading-arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.nk-accordion .panel-heading a .panel-heading-arrow {
    float: right;
    font-size: 1.3rem;
    line-height: 1.35;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
}

/*---------------------------
  Element Feature
 ----------------------------*/
.nk-feature-1,
.nk-feature-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 50px;
    background-color: #232930;
    border: 1px solid #293139;
    border-radius: 4px;
}

.nk-feature-1 .nk-feature-icon,
.nk-feature-2 .nk-feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 3rem;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #293139;
    border-radius: 3px;
}

.nk-feature-1 .nk-feature-icon img,
.nk-feature-2 .nk-feature-icon img {
    max-width: 100%;
    height: auto;
}

.nk-feature-1 .nk-feature-cont,
.nk-feature-2 .nk-feature-cont {
    padding-top: 8px;
    padding-left: 38px;
}

.nk-feature-1 .nk-feature-topics {
    margin-right: 10px;
    margin-left: auto;
}

.nk-feature-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nk-feature-2.shadowed {
    box-shadow: 0px 0px 30px #22a2b1;
}

.nk-feature-2.shadowHonored {
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    cursor:pointer;
}
.nk-feature-2.shadowHonored:hover {
    box-shadow: 0px 0px 50px #ef9e2b;
}

#createAccountContainer .shadowHonored {
    padding:30px !important;
}
#createAccountContainer .shadowSupporter {
    padding:30px;
}
#createAccountContainer .shadowFree {
    padding:30px;
}

h3 s {
    font-size:15px;
    color:rgb(136, 136, 136);
}

#createAccountContainer{
    display:none;
    padding-bottom:50px;
    margin-top:50px;
}

#accountTypeHolder{
    display:block;
    width:128px;
    height:128px;
    position:absolute;
    top:-64px;
    left:-64px;
}

.shadowSupporter{
    box-shadow: 0px 0px 30px #22a2b1;
}
.landingLogo{
    display:block;
    margin-top:50px;
    margin-bottom:30px;
}

.shadowFree{
    box-shadow: 0px 0px 30px #93c027;
}

.playfair{
    font-family: 'Playfair Display SC', serif !important;
}
.yaldevi{
    font-family: 'Yaldevi', serif !important;
}

.shadowHonored{
    box-shadow: 0px 0px 30px #ef9e2b;
}

.nk-feature-2.shadowSupporter {
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    box-shadow: 0px 0px 30px #22a2b1;
    cursor:pointer;
}
.nk-feature-2.shadowSupporter:hover {
    box-shadow: 0px 0px 50px #22a2b1;
}


.nk-feature-2.shadowFree {
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    cursor:pointer;
}
.nk-feature-2.shadowFree:hover {
    box-shadow: 0px 0px 50px #93c027;
}

.nk-feature-2 .nk-feature-icon {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border: 0;
}

.nk-feature-2 .nk-feature-cont {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

/* Titles */
.nk-feature-title {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.nk-backers {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.nk-feature-title a {
    color: inherit;
    text-decoration: none;
}

/*---------------------------
  Element Content Boxes
 ----------------------------*/
.nk-box,
.nk-box-1,
.nk-box-2,
.nk-box-3,
.nk-box-4,
.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.nk-box-1,
.nk-box-rounded-1 {
    padding: 20px;
}

.nk-box-2,
.nk-box-rounded-2 {
    padding: 40px;
}

.nk-box-3,
.nk-box-rounded-3 {
    padding: 60px;
}

.nk-box-4,
.nk-box-rounded-4 {
    padding: 80px;
}

.nk-box-rounded,
.nk-box-rounded-1,
.nk-box-rounded-2,
.nk-box-rounded-3,
.nk-box-rounded-4 {
    border-radius: 6px;
}

/* line between boxes
   Used JS code to add .nk-box-line-top and .nk-box-last classnames */
.nk-box-line::before {
    content: "";
    position: absolute;
    display: block;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    border-left: 1px solid;
    opacity: .07;
}

.nk-box-line.nk-box-line-top::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 2rem;
    left: 2rem;
    border-bottom: 1px solid;
    opacity: .07;
}

.nk-box-line.nk-box-last::before {
    content: none;
}

/*---------------------------
  Element Counters
 ----------------------------*/
.nk-counter,
.nk-counter-2,
.nk-counter-3 {
    position: relative;
}

.nk-counter .nk-count,
.nk-counter-2 .nk-count,
.nk-counter-3 .nk-count {
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
}

/* Style 1 */
.nk-counter .nk-count {
    font-size: 4rem;
}

/* Style 2 */
.nk-counter-2 .nk-count {
    font-size: 4rem;
    line-height: 1;
    color: #93c027;
}

/* Style 3 */
.nk-counter-3 .nk-counter-icon {
    font-size: 3rem;
    line-height: 1;
    color: #93c027;
}

.nk-counter-3 .nk-count {
    font-size: 3rem;
    line-height: 2;
}

.nk-counter-3 .nk-counter-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
}

/*---------------------------
  Element Pagination
 ----------------------------*/
.nk-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
}

.nk-pagination .nk-pagination-prev,
.nk-pagination .nk-pagination-next {
    position: relative;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.nk-pagination .nk-pagination-prev.disabled,
.nk-pagination .nk-pagination-next.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .2;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    position: absolute;
    top: 33px;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-right,
.nk-pagination .nk-pagination-next .nk-icon-arrow-right {
    right: 0;
}

.nk-pagination .nk-pagination-prev .nk-icon-arrow-left,
.nk-pagination .nk-pagination-next .nk-icon-arrow-left {
    left: 0;
}

.nk-pagination .nk-pagination-prev {
    padding-right: 14px;
    text-align: left;
}

.nk-pagination .nk-pagination-next {
    padding-left: 14px;
    text-align: right;
}

.nk-pagination a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
}

.nk-pagination a:hover {
    color: #93c027;
}

.nk-pagination nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}

.nk-pagination nav > * {
    padding-right: 15px;
    padding-left: 15px;
}

.nk-pagination nav > *.nk-pagination-current {
    min-width: 42px;
    height: 42px;
    padding: 3px;
    line-height: 28px;
    color: #93c027;
    border: 4px solid;
    border-radius: 21px;
}

.nk-pagination.nk-pagination-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nk-pagination.nk-pagination-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.nk-pagination.nk-pagination-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

:root {
    --color-bb-blue-800: #003f7a;
    --color-bb-blue-700: #005aad;
    --color-bb-blue-600: #0074e0;
    --color-bb-blue-500: #148eff;
    --color-bb-blue-400: #47a6ff;
    --color-bb-blue-300: #7abfff;
    --color-bb-blue-200: #add8ff;
    --color-bb-blue-100: #e0f0ff;
    --color-bb-gray-700: #111218;
    --color-bb-gray-600: #15171e;
    --color-bb-gray-500: #1a1c23;
    --color-bb-gray-400: #22242c;
    --color-bb-gray-300: #292b33;
    --color-bb-gray-100: #d5d7dd;
    --color-bb-gray-50: #ebecef;
    --color-bb-green-600: #54a800;
    --color-bb-green-500: #6cdb00;
    --color-bb-yellow-600: #cc9000;
    --color-bb-yellow-500: #ffb400;
    --color-bb-red-900: #420000;
    --color-bb-red-800: #580000;
    --color-bb-red-600: #b10000;
    --color-bb-red-500: #d00;
    --color-bb-white-84: hsla(0,0%,100%,0.84);
    --color-bb-white-72: hsla(0,0%,100%,0.72);
    --color-bb-white-60: hsla(0,0%,100%,0.6);
    --color-bb-white-48: hsla(0,0%,100%,0.48);
    --color-bb-white-36: hsla(0,0%,100%,0.36);
    --color-bb-white-24: hsla(0,0%,100%,0.24);
    --color-bb-white-18: hsla(0,0%,100%,0.18);
    --color-bb-white-12: hsla(0,0%,100%,0.12);
    --color-bb-white-6: hsla(0,0%,100%,0.06);
    --color-bb-white-3: hsla(0,0%,100%,0.03);
    --color-bb-white: #fff;
    --color-bb-black-72: rgba(0,0,0,0.72);
    --color-bb-black-60: rgba(0,0,0,0.6);
    --color-bb-black-48: rgba(0,0,0,0.48);
    --color-bb-black-24: rgba(0,0,0,0.24);
    --color-bb-black-12: rgba(0,0,0,0.12);
    --color-bb-black-6: rgba(0,0,0,0.06);
    --color-bb-black: #000;
    --meka-font-body-type: "Noto Sans",Helvetica,Arial,sans-serif;
    --meka-font-display-type: "Object Sans",Helvetica,Arial,sans-serif;
    --meka-font-display-header-1-font-size: 48px;
    --meka-font-display-header-1-line-height: 52px;
    --meka-font-display-header-2-font-size: 40px;
    --meka-font-display-header-2-line-height: 44px;
    --meka-font-display-header-3-font-size: 32px;
    --meka-font-display-header-3-line-height: 36px;
    --meka-font-display-header-4-font-size: 24px;
    --meka-font-display-header-4-line-height: 28px;
    --meka-font-display-header-5-font-size: 20px;
    --meka-font-display-header-5-line-height: 24px;
    --meka-font-display-header-6-font-size: 18px;
    --meka-font-display-header-6-line-height: 22px;
    --meka-font-display-header-7-font-size: 16px;
    --meka-font-display-header-7-line-height: 20px;
    --meka-font-display-header-8-font-size: 14px;
    --meka-font-display-header-8-line-height: 18px;
    --meka-font-display-header-9-font-size: 12px;
    --meka-font-display-header-9-line-height: 16px;
    --meka-font-display-section-label-base-font-size: 14px;
    --meka-font-display-section-label-base-line-height: 16px;
    --meka-font-display-section-label-base-letter-spacing: 0.7px;
    --meka-font-display-section-label-small-font-size: 12px;
    --meka-font-display-section-label-small-line-height: 16px;
    --meka-font-display-section-label-small-letter-spacing: 0.6px;
    --meka-font-display-section-label-extra-small-font-size: 10px;
    --meka-font-display-section-label-extra-small-line-height: 16px;
    --meka-font-display-section-label-extra-small-letter-spacing: 1px;
    --meka-font-body-base-font-size: 16px;
    --meka-font-body-base-line-height: 24px;
    --meka-font-body-base-weight: 700;
    --meka-font-body-large-font-size: 18px;
    --meka-font-body-large-line-height: 28px;
    --meka-font-body-small-font-size: 14px;
    --meka-font-body-small-line-height: 20px;
    --meka-font-body-extra-small-font-size: 12px;
    --meka-font-body-extra-small-line-height: 18px;
    --meka-border-radius-4: 4px;
    --meka-drop-shadow-6: 0px 3px 6px var(--color-bb-black-48);
    --meka-drop-shadow-24: 0px 6px 24px var(--color-bb-black-24);
    --meka-z-index-0: 0;
    --meka-z-index-10: 10;
    --meka-z-index-20: 20;
    --meka-z-index-30: 30;
    --meka-z-index-40: 40;
    --meka-z-index-50: 50;
    --meka-z-index-60: 60;
    --meka-size-025: 2px;
    --meka-size-050: 4px;
    --meka-size-100: 8px;
    --meka-size-200: 16px;
    --meka-size-300: 16px;
    --meka-size-400: 24px;
    --meka-size-500: 32px;
    --meka-size-600: 32px;
    --meka-size-700: 40px;
    --meka-size-800: 40px;
    --meka-size-900: 48px;
    --meka-size-1000: 48px;
    --meka-desktop-size-300: 24px;
    --meka-desktop-size-400: 32px;
    --meka-desktop-size-500: 40px;
    --meka-desktop-size-600: 48px;
    --meka-desktop-size-700: 56px;
    --meka-desktop-size-800: 64px;
    --meka-desktop-size-900: 72px;
    --meka-desktop-size-1000: 80px;
    --meka-mobile-size-025: 2px;
    --meka-mobile-size-050: 4px;
    --meka-mobile-size-100: 8px;
    --meka-mobile-size-200: 16px;
    --meka-mobile-size-300: 16px;
    --meka-mobile-size-400: 24px;
    --meka-mobile-size-500: 32px;
    --meka-mobile-size-600: 32px;
    --meka-mobile-size-700: 40px;
    --meka-mobile-size-800: 40px;
    --meka-mobile-size-900: 48px;
    --meka-mobile-size-1000: 48px;
    --meka-animation-ease-out-200: 200ms ease-out;
    --meka-divider-style: 1px solid var(--color-bb-white-12);
    --meka-gallery-size: var(--meka-gallery-size-small);
    --meka-gallery-size-small: 24px;
    --meka-gallery-size-default: 32px;
    --meka-gallery-size-large: 40px;
    --meka-gallery-size-extra-large: 48px;

}

.nk-feature-2 .badge{
    display: block;
    width:100%;
    margin-inline-start: 40px;
    background-color: var(--color-bb-yellow-500);
    color: var(--color-bb-black);
    margin: 0;
    padding: var(--meka-size-100);
    font-size: 12px;
}

/*---------------------------
  Element Blockquotes
 ----------------------------*/
.nk-blockquote {
    position: relative;
    margin: 0px 0;
    margin-top: 33px;
    font-style: italic;
    z-index: 1;
}

.nk-blockquote .nk-blockquote-icon {
    display: table;
    margin-bottom: 0px;
}

.nk-blockquote .nk-blockquote-icon > span {
    display: table-cell;
    height: 0;
    padding-right: 25px;
    font-size: 96px;
    font-weight: 600;
    line-height: 0;
    color: #fff;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.data-bg h3 {
    margin-bottom: 0px !important;
}

.data-bg li{
    text-align: left !important;
}

.nk-blockquote .nk-blockquote-icon::before, .nk-blockquote .nk-blockquote-icon::after {
    content: "";
    display: table-cell;
    width: 100%;
    vertical-align: top;
    border-bottom: 2px solid #93c027;
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px);
}

.nk-blockquote .nk-blockquote-icon::before {
    width: 50px;
    min-width: 50px;
}

.nk-blockquote .nk-blockquote-author {
    margin-top: 0px;
    text-align: right;
}

.nk-blockquote .nk-blockquote-author > span {
    display: table-cell;
    padding-right: 30px;
    padding-left: 30px;
    font-size: .95rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.nk-blockquote .nk-blockquote-author::before, .nk-blockquote .nk-blockquote-author::after {
    content: "";
    display: table-cell;
    width: 100%;
    border-bottom: 2px solid #93c027;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.nk-blockquote .nk-blockquote-author::after {
    width: 50px;
    min-width: 50px;
}

.nk-blockquote > a {
    color: inherit;
    text-decoration: none;
}

/*---------------------------
  Element Info Boxes
 ----------------------------*/
.nk-info-box {
    position: relative;
    display: block;
    padding: 30px;
    padding-right: 40px;
    padding-left: 118px;
    margin-bottom: 1.7rem;
    overflow: hidden;
    color: #fff;
    background-color: #232930;
    border: 1px solid #293139;
    border-radius: 4px;
}

.nk-info-box h1,
.nk-info-box h2,
.nk-info-box h3,
.nk-info-box h4,
.nk-info-box h5,
.nk-info-box h6,
.nk-info-box .h1,
.nk-info-box .h2,
.nk-info-box .h3,
.nk-info-box .h4,
.nk-info-box .h5,
.nk-info-box .h6 {
    margin-top: -6px;
    margin-bottom: .7rem;
    color: inherit;
}

.nk-info-box.nk-info-box-noicon {
    padding-left: 40px;
}

.nk-info-box .nk-info-box-icon {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    margin-top: -3px;
    margin-left: -85px;
    font-size: 1.7rem;
    line-height: 44px;
    text-align: center;
    border: 4px solid;
    border-radius: 26px;
}

.nk-info-box .nk-info-box-close-btn {
    display: block;
    float: right;
    margin-top: -7px;
    margin-right: -20px;
    font-size: 1.3rem;
    cursor: pointer;
}

/*---------------------------
  Element Carousels
 ----------------------------*/
.nk-carousel {
    position: relative;
}

.nk-carousel .flickity-slider > div {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-right: 10px;
}

.nk-carousel.nk-carousel-x2 .flickity-slider > div {
    width: 33.3334%;
}

@media (max-width: 1199px) {
    .nk-carousel.nk-carousel-x2 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel.nk-carousel-x2 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .nk-carousel.nk-carousel-x2 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel.nk-carousel-x3 .flickity-slider > div {
    width: 25%;
}

@media (max-width: 1199px) {
    .nk-carousel.nk-carousel-x3 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .nk-carousel.nk-carousel-x3 .flickity-slider > div {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .nk-carousel.nk-carousel-x3 .flickity-slider > div {
        width: 100%;
    }
}

.nk-carousel.nk-carousel-x4 .flickity-slider > div {
    width: 20%;
}

@media (max-width: 1199px) {
    .nk-carousel.nk-carousel-x4 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .nk-carousel.nk-carousel-x4 .flickity-slider > div {
        width: 33.3334%;
    }
}

@media (max-width: 575px) {
    .nk-carousel.nk-carousel-x4 .flickity-slider > div {
        width: 50%;
    }
}

.nk-carousel.nk-carousel-x5 .flickity-slider > div {
    width: 14.285%;
}

@media (max-width: 1199px) {
    .nk-carousel.nk-carousel-x5 .flickity-slider > div {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .nk-carousel.nk-carousel-x5 .flickity-slider > div {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .nk-carousel.nk-carousel-x5 .flickity-slider > div {
        width: 50%;
    }
}

.flickity-page-dots {
    bottom: 0px;
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #808080;
}

.flickity-page-dots .dot.is-selected {
    background: white;
}

.nk-flickity-arrow {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    padding: 1px;
    margin-top: -29px;
    font-size: 2.6rem;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 4px solid;
    border-radius: 50%;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
    z-index: 1;
}

.nk-flickity-arrow:hover, .nk-flickity-arrow.hover, .nk-flickity-arrow:active, .nk-flickity-arrow:focus {
    color: #93c027;
}

.nk-flickity-arrow.nk-flickity-arrow-prev {
    left: -100px;
    padding-right: 5px;
}

.nk-flickity-arrow.nk-flickity-arrow-next {
    right: -100px;
    padding-left: 5px;
}

@media (max-width: 991px) {
    .nk-flickity-arrow {
        display: none;
        margin-right: 0;
        margin-left: 0;
    }
}

.nk-carousel[data-arrows="true"] .nk-carousel-inner {
    margin-right: 100px;
    margin-left: 100px;
}

@media (max-width: 991px) {
    .nk-carousel[data-arrows="true"] .nk-carousel-inner {
        margin-right: 0;
        margin-left: 0;
    }
}

.flickity-viewport.is-dragging {
    pointer-events: none;
}

/*---------------------------
  Element Modal
 ----------------------------*/
.nk-modal .modal-content {
    background-color: #232930;
    border: none;
    border-radius: 0;
}

.nk-modal .modal-body {
    padding: 38px;
}

.nk-modal .modal-body-2 {
    padding: 0;
}

.nk-modal .modal-sm {
    max-width: 470px;
}

.nk-modal .close {
    position: absolute;
    top: 38px;
    right: 38px;
    margin-top: 0;
    font-size: 1.7rem;
    color: inherit;
    text-shadow: none;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
    z-index: 2;
}

.nk-modal .close:hover {
    color: #fff;
}

@media (min-width: 576px) {
    .nk-modal .modal-dialog {
        margin-top: 190px;
        margin-bottom: 60px;
    }
}

/*---------------------------
  Element Image Boxes
 ----------------------------*/
/* Gallery Item */
.nk-gallery-item-box,
.nk-gallery-item-group {
    position: relative;
    display: block;
    overflow: hidden;
}

.nk-gallery-item-box, .nk-gallery-item-box:hover, .nk-gallery-item-box:focus, .nk-gallery-item-box:active,
.nk-gallery-item-box a,
.nk-gallery-item-box a:hover,
.nk-gallery-item-box a:focus,
.nk-gallery-item-box a:active,
.nk-gallery-item-group,
.nk-gallery-item-group:hover,
.nk-gallery-item-group:focus,
.nk-gallery-item-group:active,
.nk-gallery-item-group a,
.nk-gallery-item-group a:hover,
.nk-gallery-item-group a:focus,
.nk-gallery-item-group a:active {
    text-decoration: none;
}

.nk-gallery-item-box img,
.nk-gallery-item-group img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-gallery-item-box .nk-gallery-item,
.nk-gallery-item-group .nk-gallery-item {
    display: block;
}

.nk-gallery-item-box .nk-gallery-item:hover img,
.nk-gallery-item-group .nk-gallery-item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-gallery-item-box .nk-gallery-item-description,
.nk-gallery-item-group .nk-gallery-item-description {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.nk-gallery-item-box .nk-gallery-item-link,
.nk-gallery-item-group .nk-gallery-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.nk-gallery-item-box .nk-gallery-item-label,
.nk-gallery-item-group .nk-gallery-item-label {
    position: absolute;
    bottom: 30px;
    padding: 17px 30px;
    background-color: #171e22;
    z-index: 2;
}

.nk-gallery-item-box .nk-gallery-item-overlay,
.nk-gallery-item-group .nk-gallery-item-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #93c027;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    z-index: 1;
}

.nk-gallery-item-box .nk-gallery-item-overlay > span,
.nk-gallery-item-group .nk-gallery-item-overlay > span {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 48px;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 28px;
    opacity: .85;
    -webkit-transition: .35s transform ease;
    -o-transition: .35s transform ease;
    transition: .35s transform ease;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.nk-gallery-item-box:hover .nk-gallery-item-overlay, .nk-gallery-item-box.hover .nk-gallery-item-overlay,
.nk-gallery-item-group:hover .nk-gallery-item-overlay,
.nk-gallery-item-group.hover .nk-gallery-item-overlay {
    opacity: 1;
}

.nk-gallery-item-box:hover .nk-gallery-item-overlay > span, .nk-gallery-item-box.hover .nk-gallery-item-overlay > span,
.nk-gallery-item-group:hover .nk-gallery-item-overlay > span,
.nk-gallery-item-group.hover .nk-gallery-item-overlay > span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Gallery Group */
.nk-gallery-item-group .nk-gallery-item-overlay {
    padding-bottom: 55px;
    background-color: rgba(23, 30, 34, 0.65);
}

.nk-gallery-item-group .nk-gallery-item-description {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 19px;
    overflow: auto;
    color: #fff;
    text-indent: 0;
    white-space: normal;
    background-color: #93c027;
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-title {
    float: left;
    margin-bottom: 0;
    line-height: 1.1;
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-info {
    float: right;
    line-height: 1.1;
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-info span:last-of-type {
    margin-left: 8px;
    font-weight: 600;
}

/*------ SoH Custom Styles ------*/
.ReggButton {
    font-size: 1.08rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 400;
    background: #292929;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #292929), color-stop(30%, #262626), color-stop(50%, #1e1e1e), color-stop(65%, #161616), color-stop(80%, #141414));
    background: linear-gradient(0deg, #292929 20%, #262626 30%, #1e1e1e 50%, #161616 65%, #141414 80%);
    border: 9px solid #000;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .75), 0 -1px 0 2px #000 inset;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .75), inset 0 -1px 0 2px #000
}

@media (min-width:720px) {
    .ReggButton {
        font-size: 1.224rem
    }
}

@media (min-width:1280px) {
    .ReggButton {
        font-size: 1.44rem
    }
}

.ReggButton.zh-cn,
.zh-cn .ReggButton {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.ReggButton.ko-kr,
.ko-kr .ReggButton {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.ReggButton.ru-ru,
.ru-ru .ReggButton {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.ReggButton.zh-tw,
.zh-tw .ReggButton {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

.ReggButton.focus-visible,
.ReggButton:focus-visible {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.ReggButton:after,
.ReggButton:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.ReggButton:before {
    background: #2f2f2f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #2f2f2f), color-stop(30%, #2c2c2c), color-stop(50%, #242424), color-stop(65%, #1c1c1c), color-stop(80%, #1a1a1a));
    background: linear-gradient(0deg, #2f2f2f 20%, #2c2c2c 30%, #242424 50%, #1c1c1c 65%, #1a1a1a 80%);
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    opacity: 0
}

.ReggButton.ReggButton--primary {
    background: #385200;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #385200), color-stop(28%, #152c00), color-stop(65%, #2d4e03), color-stop(85%, #446a00), to(#7cc300));
    background: linear-gradient(180deg, #385200 5%, #152c00 28%, #2d4e03 65%, #446a00 85%, #7cc300)
}

.ReggButton.ReggButton--primary:before {
    background: #385200;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #385200), color-stop(18%, #152c00), color-stop(55%, #2d4e03), color-stop(75%, #446a00), to(#7cc300));
    background: linear-gradient(180deg, #385200 5%, #152c00 18%, #2d4e03 55%, #446a00 75%, #7cc300)
}

.ReggButton:after {
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    border-image-outset: 17px 16px 18px 19px;
    border-image-width: 17px;
    border-image-slice: 17 fill;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame.aa5a1dd21e19bce66d6926ae29a346d5.png);
    border-image-repeat: round
}

.ReggButton-inner {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    position: relative;
    padding: 14px 22px 16px;
    -webkit-box-shadow: 0 0 10px 8px inset rgba(0, 0, 0, .6);
    box-shadow: inset 0 0 10px 8px rgba(0, 0, 0, .6)
}

@media (min-width:980px) {
    .ReggButton-inner {
        padding: 14px 30px 16px
    }
}

.ReggButton-inner:after,
.ReggButton-inner:before {
    content: "";
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.ReggButton-inner:before {
    border-image-repeat: stretch;
    border-image-outset: 0;
    border-image-width: 20px 18px 20px 20px;
    border-image-slice: 16 16 18 18 fill;
    opacity: .75;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_secondary_inner.4a4e420b0c7a0b240349fd01c9aba55d.png)
}

.ReggButton-inner:after {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_secondary_texture.dd3edcbf4f3fd759137885b155ebed36.png) 0 0 repeat;
    background-size: 588px
}

.ReggButton--primary .ReggButton-inner:before {
    border-image-repeat: stretch;
    border-image-outset: 0;
    border-image-width: 20px 18px 20px 20px;
    border-image-slice: 16 16 18 18 fill;
    opacity: .75;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_primary_inner.86a30fc33bf10c8e92a211f12bc95335.png)
}

.ReggButton--primary .ReggButton-inner:after {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_primary_texture.2b73c12614aea7c0bc759ab80a449297.png) 0 0 repeat;
    background-size: 588px
}

.ReggButton-label {
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    color: #f7b10a;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000, 1px 0 5px #000, 0 1px 5px #000, -1px 0 5px #000, 0 -1px 5px #000;
    position: relative;
    top: 0;
    z-index: 1;
    line-height: 1;
    white-space: nowrap
}

html:not(.touch) .ReggButton:hover:not([disabled]) {
    background-color: #ae0000
}

html:not(.touch) .ReggButton:hover:not([disabled]):before {
    opacity: 1
}

html:not(.touch) .ReggButton:hover:not([disabled]):after {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

html:not(.touch) .ReggButton:hover:not([disabled]) .ReggButton-inner {
    -webkit-box-shadow: 0 0 10px 6px inset rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 10px 6px rgba(0, 0, 0, .5)
}

html:not(.touch) .ReggButton:hover:not([disabled]) .ReggButton-inner:before {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

html:not(.touch) .ReggButton:hover:not([disabled]) .ReggButton-label {
    color: #fff
}

.ReggButton.focus-visible,
.ReggButton:focus-visible {
    text-decoration: underline
}

.ReggButton:focus {
    outline-offset: 10px
}

.ReggButton:disabled {
    cursor: not-allowed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.ReggButton:disabled .ReggButton-label {
    color: #fff;
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

html:not(.touch) .ReggButton:active:not([disabled]):before {
    -webkit-transition: all .1s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .1s cubic-bezier(.23, 1, .32, 1) 0s;
    opacity: .3
}

@media (min-width:980px) {
    html:not(.touch) .ReggButton:active:not([disabled]) .ReggButton-label {
        top: 1px
    }
}

.data-bg {
    display:block;
    position: relative;
    background: linear-gradient(
        90deg,transparent 0,rgba(0,0,0,.35) 25%,rgba(0,0,0,.35) 75%,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#00000000",GradientType=1);
    padding:30px;
    margin: 0 auto;
    width: 38vw;
    color:#fff0d2;
    text-shadow: 0 0 6px #000;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.data-bg:before{
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
        90deg,rgba(191,162,81,0),#ca9342,rgba(191,162,81,0));
    top: 0;
}

.data-bg:after{
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
        90deg,rgba(191,162,81,0),#ca9342,rgba(191,162,81,0));
    bottom: 0;
}

.champion-button {
    align-items: center;
    background: #1a273b;
    border: 2px solid #ca9342;
    color: #fff;
    display: flex;
    font-family: "Source Code Pro", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.35rem;
    font-weight: 500;
    height: 5.5rem;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: .45rem;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: all .5s;
    width: 27rem;
    z-index: 99;
    text-decoration: none;
    text-transform: uppercase;
}
@keyframes sohshadow {
    0% {
        box-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #ca9342,0 0 70px #ca9342,0 0 80px #ca9342,0 0 100px #ca9342
    }

    to {
        box-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #ca9342,0 0 35px #ca9342,0 0 40px #ca9342,0 0 50px #ca9342
    }
}

@keyframes red{
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

.champion-button:hover {
    animation: sohshadow 1.5s ease-in-out infinite alternate;
    text-decoration: none;
    color:#efdabb;
}

.champion-button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(
        15deg);
    transition: all .75s cubic-bezier(.19,1,.22,1);
    width: 50px;
}

.champion-button:hover:after {
    left: 120%;
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
}

@keyframes sohshadow-trailer {
    0% {
        box-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #93c027,0 0 70px #93c027,0 0 80px #93c027,0 0 100px #93c027
    }

    to {
        box-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #93c027,0 0 35px #93c027,0 0 40px #93c027,0 0 50px #93c027
    }
}

@keyframes sohshadow-download-launcher {
    0% {
        box-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #22a2b1,0 0 70px #22a2b1,0 0 80px #22a2b1,0 0 100px #22a2b1
    }

    to {
        box-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #22a2b1,0 0 35px #22a2b1,0 0 40px #22a2b1,0 0 50px #22a2b1
    }
}
.home-champion-button {
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    background: #1a273b;
    border: 2px solid #ca9342;
    color: #fff;
    font-family: "Source Code Pro", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.35rem;
    font-weight: bold;
    overflow: hidden;
    padding: 17px 30px;
    position: relative;
    transition: all .5s;
    text-decoration: none;
}

.home-champion-button:hover {
    animation: sohshadow 1.5s ease-in-out infinite alternate;
    text-decoration: none;
    color:#efdabb;
}

.home-champion-button:after {
    background: #fff;
    content: "";
    height: 65px;
    left: -17px;
    opacity: 0.4;
    position: absolute;
    top: -5px;
    transform: rotate(
        15deg);
    transition: all .75s cubic-bezier(.19,1,.22,1);
    width: 10px;
}

.home-champion-button:hover:after {
    left: 104%;
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
}

.home-watch-trailer {
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    background: #1a273b;
    border: 2px solid #93c027;
    color: #fff;
    font-family: "Source Code Pro", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.35rem;
    font-weight: bold;
    overflow: hidden;
    padding: 17px 30px;
    position: relative;
    transition: all .5s;
    text-decoration: none;
}

.home-watch-trailer:hover {
    animation: sohshadow-trailer 1.5s ease-in-out infinite alternate;
    text-decoration: none;
    color:#efdabb;
}

.home-watch-trailer:after {
    background: #fff;
    content: "";
    height: 65px;
    left: -17px;
    opacity: .4;
    position: absolute;
    top: -5px;
    transform: rotate(
        15deg);
    transition: all .75s cubic-bezier(.19,1,.22,1);
    width: 10px;
}

.home-watch-trailer:hover:after {
    left: 104%;
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
}

.home-download-launcher {
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    background: #1a273b;
    border: 2px solid #22a2b1;
    color: #fff;
    font-family: "Source Code Pro", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.35rem;
    font-weight: bold;
    overflow: hidden;
    padding: 17px 30px;
    position: relative;
    transition: all .5s;
    text-decoration: none;
}

.home-download-launcher:hover {
    animation: sohshadow-download-launcher 1.5s ease-in-out infinite alternate;
    text-decoration: none;
    color:#efdabb;
}

.home-download-launcher:after {
    background: #fff;
    content: "";
    height: 65px;
    left: -17px;
    opacity: .4;
    position: absolute;
    top: -5px;
    transform: rotate(
        15deg);
    transition: all .75s cubic-bezier(.19,1,.22,1);
    width: 10px;
}

.home-download-launcher:hover:after {
    left: 104%;
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
}

.hero-header {
    display: block;
    position: relative;
    color: #fff;
    font-family: 'Josephine Sans', 'Roboto', sans-serif;
    padding: 1.1rem 4rem .9rem;
    margin: 0 auto;
    font-size: 2.125rem;
    line-height: 1;
    text-indent: 0;
    background-image: linear-gradient(
        90deg,transparent,rgba(0,0,0,.35) 10%,rgba(0,0,0,.35) 90%,transparent);
    align-items: center;
    text-align: center;
    letter-spacing: .03em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media (max-width: 600px) {
    .hero-header {
        padding: 1.1rem 0;
    }

    .champion-button {
        width: 100%;
        padding: 10px 0;
    }
}

.home-hero-header {
    display: block;
    position: relative;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
    margin: 0 auto;
    font-size: 3rem;
    background-image: linear-gradient(
        90deg,transparent,rgba(0,0,0,.35) 10%,rgba(0,0,0,.35) 90%,transparent);
    letter-spacing: .03em;
}

.hero-header-subheader {
    text-decoration: none;
    text-indent: 0;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.37505rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: 0 0 6px #000;
    filter: drop-shadow(0 0 6px #000000);
    color: #fff;
}

.home-hero-header-subheader {
    text-decoration: none;
    text-indent: 0;
    font-family: 'Julius Sans One', 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    text-shadow: 0 0 6px #000;
}

.hero-header:before, .home-hero-header:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
        90deg,rgba(191,162,81,0),#ca9342,rgba(191,162,81,0));
    top: 0;
}

.hero-header:after, .home-hero-header:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
        90deg,rgba(191,162,81,0),#ca9342,rgba(191,162,81,0));
    bottom:0;
}

.hero-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    min-height: 32px;
    padding: .675em 2.25rem .6em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ca9342;
    color: #fff;
    box-shadow: 0 0 50px #000;
    white-space: normal!important;
    border-radius: 0;
    text-decoration: none;
    text-indent: 0;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: .117em;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.65);
    margin: 0 auto;
    cursor: pointer;
    transition: color,border-color,background-color;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.hero-button:hover {
    text-shadow: 0 1px #fff79c;
    background-image: linear-gradient(
        90deg,#e58f03,#fbe27a,#fef9a5,#fbe27a,#e58f03);
    color: #141312;
    border-color: #432b14;
    background-color: #eca60f;
}

.hero-button-inner {
    position: relative;
    display: inline-flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}

.wrapped-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 120rem;
}
.wrapped-header:before {
    background: linear-gradient(
        270deg,#bd8d1a 60%,transparent);
    margin-left: 0;
    margin-right: 2rem;
}
.wrapped-header:after {
    background: linear-gradient(
        90deg,#bd8d1a 60%,transparent);
    margin-left: 2rem;
    margin-right: 0;
}
.wrapped-header:after, .wrapped-header:before {
    content: "";
    flex: 1 1;
    height: 1px;
    margin: 1rem;
}

.wrapped-header h3 {
    padding: 2rem 0;
}
.wrapped-header h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 6px;
    position: relative;
    text-indent: 6px;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}

.BccMediaCard {
    position: relative
}

.BccMediaCard .MediaCard-imagery {
    border: 9px solid #000;
    background: #000;
    padding: 2px;
    -webkit-box-shadow: 0 4px 15px 10px rgba(0, 0, 0, .75);
    box-shadow: 0 4px 15px 10px rgba(0, 0, 0, .75);
    margin-bottom: 20px
}

.BccMediaCard .MediaCard-thumbnailWrapper {
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 46.7%, .2)
}

.BccMediaCard .MediaCard-thumbnailWrapper,
.BccMediaCard .MediaCard-thumbnailWrapper:after {
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s
}

.BccMediaCard .MediaCard-thumbnailWrapper:after {
    content: "";
    border-image-outset: 17px 16px 18px 19px;
    border-image-width: 17px;
    border-image-slice: 17 fill;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame.aa5a1dd21e19bce66d6926ae29a346d5.png);
    border-image-repeat: round;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.BccMediaCard .MediaCard-thumbnail {
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .5s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.BccMediaCard .MediaCard-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 15px 3px #000 inset;
    box-shadow: inset 0 0 15px 3px #000
}

.BccMediaCard .MediaCard-title {
    margin-bottom: 3px
}

.BccMediaCard .MediaCard-date {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width:720px) {
    .BccMediaCard .MediaCard-date {
        font-size: 1rem
    }
}

@media (min-width:1280px) {
    .BccMediaCard .MediaCard-date {
        font-size: 1rem
    }
}

.BccMediaCard .MediaCard-date.zh-cn,
.zh-cn .BccMediaCard .MediaCard-date {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.BccMediaCard .MediaCard-date.ko-kr,
.ko-kr .BccMediaCard .MediaCard-date {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.BccMediaCard .MediaCard-date.ru-ru,
.ru-ru .BccMediaCard .MediaCard-date {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.BccMediaCard .MediaCard-date.zh-tw,
.zh-tw .BccMediaCard .MediaCard-date {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

.BccMediaCard .MediaCard-runtime {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 5px 10px 5px;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .4);
    background: transparent;
    bottom: auto;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 40px;
    padding: 0 18px 2px;
    min-width: 90px;
    border: none;
    text-shadow: 0 2px 0 #000, 1px 0 5px #000, 0 1px 5px #000, -1px 0 5px #000, 0 -1px 5px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.BccMediaCard .MediaCard-runtime:before {
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_runtime.0b74156a46161a80c62bf3708657ee68.png) 50% no-repeat;
    background-size: 100% 100%
}

.BccMediaCard.focus-visible,
.BccMediaCard:focus-visible {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.BccMediaCard:focus {
    outline-offset: 10px
}

html:not(.touch) .BccMediaCard:hover .MediaCard-thumbnailWrapper {
    border-color: hsla(0, 0%, 46.7%, .5)
}

html:not(.touch) .BccMediaCard:hover .MediaCard-thumbnailWrapper:after {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4)
}

html:not(.touch) .BccMediaCard:hover .MediaCard-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

html:not(.touch) .BccMediaCard:hover .MediaCard-thumbnail:after {
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .9) inset;
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .9)
}

html:not(.touch) .BccMediaCard:hover .MediaCard-runtime {
    color: #fff
}

html:not(.touch) .BccMediaCard:hover .MediaCard-runtime:before {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.BccIcon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_mini.be1843ac456f83ee173ba37e36d3ac0e.png) 50% no-repeat
}

.BccIcon-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.BccIcon-svg svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: -1px 0 0 1px
}

.Accordion .accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.Accordion .accordion__item+.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.Accordion .accordion__button {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Accordion .accordion__button:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Accordion .accordion__button[aria-expanded=true]:before,
.Accordion .accordion__button[aria-selected=true]:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.Accordion .accordion__panel {
    padding: 20px;
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in
}

.Faq-accordion {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.Faq-accordion-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.Faq-accordion-section-heading-title {
    font-size: 1.296rem;
    line-height: 1.5;
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    color: #f8b700;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 700
}

@media (min-width:720px) {
    .Faq-accordion-section-heading-title {
        font-size: 1.4687999999999999rem
    }
}

@media (min-width:1280px) {
    .Faq-accordion-section-heading-title {
        font-size: 1.728rem
    }
}

.Faq-accordion-section-heading-title.zh-cn,
.zh-cn .Faq-accordion-section-heading-title {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.Faq-accordion-section-heading-title.ko-kr,
.ko-kr .Faq-accordion-section-heading-title {
    font-family: Nanum Gothic, Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.Faq-accordion-section-heading-title.ru-ru,
.ru-ru .Faq-accordion-section-heading-title {
    font-family: Futura Demi, Open Sans, Arial, Helvetica, sans-serif
}

.Faq-accordion-section-heading-title.zh-tw,
.zh-tw .Faq-accordion-section-heading-title {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

.Faq-accordion-section-heading-questionsText {
    font-size: 1.08rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #b1997f;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 400
}

@media (min-width:720px) {
    .Faq-accordion-section-heading-questionsText {
        font-size: 1.224rem
    }
}

@media (min-width:1280px) {
    .Faq-accordion-section-heading-questionsText {
        font-size: 1.44rem
    }
}

.Faq-accordion-section-heading-questionsText.zh-cn,
.zh-cn .Faq-accordion-section-heading-questionsText {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.Faq-accordion-section-heading-questionsText.ko-kr,
.ko-kr .Faq-accordion-section-heading-questionsText {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.Faq-accordion-section-heading-questionsText.ru-ru,
.ru-ru .Faq-accordion-section-heading-questionsText {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.Faq-accordion-section-heading-questionsText.zh-tw,
.zh-tw .Faq-accordion-section-heading-questionsText {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

.Faq-accordion-section-body {
    text-align: left
}

.Faq-accordion-section-body-entry {
    padding-bottom: 10px
}

.Faq-accordion-section-body-entry:last-of-type {
    padding-bottom: 0
}

.Faq-accordion-section-body-entry-question {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.5;
    color: #ebdec2;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8)
}

.Faq-accordion-section-body-entry-question.zh-cn,
.zh-cn .Faq-accordion-section-body-entry-question {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.Faq-accordion-section-body-entry-question.ko-kr,
.ko-kr .Faq-accordion-section-body-entry-question {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.Faq-accordion-section-body-entry-question.ru-ru,
.ru-ru .Faq-accordion-section-body-entry-question {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.Faq-accordion-section-body-entry-question.zh-tw,
.zh-tw .Faq-accordion-section-body-entry-question {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

@media (min-width:720px) {
    .Faq-accordion-section-body-entry-question {
        font-size: 1.224rem
    }
}

@media (min-width:1280px) {
    .Faq-accordion-section-body-entry-question {
        font-size: 1.44rem
    }
}

.Faq-accordion-section-body-entry-answer {
    margin-top: 10px;
    color: #fff
}

.Faq-accordion-section-body-entry-answer a {
    color: #f8b700
}

.Faq-accordion-section-body-entry-answer a.focus-visible,
.Faq-accordion-section-body-entry-answer a:focus-visible,
html:not(.touch) .Faq-accordion-section-body-entry-answer a:hover {
    text-decoration: underline
}

.Faq-accordion-section-body-entry+.Faq-accordion-section-body-entry {
    padding-top: 20px;
    border-top: 1px solid #504137
}

.Faq-disclaimer {
    color: #fff
}

.Faq-disclaimer a {
    color: #f8b700
}

.Faq-disclaimer a.focus-visible,
.Faq-disclaimer a:focus-visible,
html:not(.touch) .Faq-disclaimer a:hover {
    text-decoration: underline
}

.Faq .Accordion .accordion__item+.accordion__item {
    padding-top: 20px
}

.Faq .Accordion .accordion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #777;
    background-color: #211510;
    padding: 18px 36px
}

.Faq .Accordion .accordion__button:hover {
    border-color: #795807
}

.Faq .Accordion .accordion__button:before {
    display: none
}

.Faq .Accordion .accordion__button:after {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-top: 6px;
    margin-left: 12px;
    border-bottom: 2px solid #f8b700;
    border-right: 2px solid #f8b700;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Faq .Accordion .accordion__button[aria-expanded=true]:after,
.Faq .Accordion .accordion__button[aria-selected=true]:after {
    margin-top: 12px;
    border-color: #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.Faq .Accordion .accordion__button[aria-expanded=true],
.Faq .Accordion .accordion__button[aria-selected=true] {
    border-color: #795807
}

.Faq .Accordion .accordion__button[aria-expanded=true] .Faq-accordion-section-heading-title,
.Faq .Accordion .accordion__button[aria-selected=true] .Faq-accordion-section-heading-title {
    color: #fff
}

.Faq .Accordion .accordion__panel {
    padding: 20px;
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Faq--mobile .Faq-accordion-section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.Faq--mobile .Accordion .accordion__button {
    padding: 12px 36px
}

.Faq--mobile .Accordion .accordion__button:after {
    margin-top: 14px
}

.BccFaq-sectionHeading {
    font-size: 1.08rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #f8b700;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 400;
    clear: both;
    width: 100%;
    position: relative;
    padding: 17px 20px 19px
}

@media (min-width:720px) {
    .BccFaq-sectionHeading {
        font-size: 1.224rem
    }
}

@media (min-width:1280px) {
    .BccFaq-sectionHeading {
        font-size: 1.44rem
    }
}

.BccFaq-sectionHeading.zh-cn,
.zh-cn .BccFaq-sectionHeading {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.BccFaq-sectionHeading.ko-kr,
.ko-kr .BccFaq-sectionHeading {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.BccFaq-sectionHeading.ru-ru,
.ru-ru .BccFaq-sectionHeading {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.BccFaq-sectionHeading.zh-tw,
.zh-tw .BccFaq-sectionHeading {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

.BccFaq-sectionHeading:after {
    content: "";
    clear: both;
    display: block
}

.BccFaq-sectionHeading:after,
.BccFaq-sectionHeading:before {
    content: "";
    pointer-events: none;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.BccFaq-sectionHeading:before {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    border-image-repeat: stretch;
    border-image-outset: 0;
    border-image-width: 20px 18px 20px 20px;
    border-image-slice: 16 16 18 18 fill;
    opacity: .75;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_secondary_inner.4a4e420b0c7a0b240349fd01c9aba55d.png);
    border-image-slice: 28 18 28 22 fill
}

.BccFaq-sectionHeading:after {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_button_secondary_texture.dd3edcbf4f3fd759137885b155ebed36.png) 0 0 repeat;
    background-size: 588px
}

.BccFaq-sectionHeadingTitle {
    z-index: 1;
    position: relative;
    padding-left: 38px;
    float: left
}

.BccFaq-sectionHeadingIcon,
.BccFaq-sectionHeadingTitle {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s
}

.BccFaq-sectionHeadingIcon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    -webkit-box-shadow: 0 1px 6px #000;
    box-shadow: 0 1px 6px #000
}

.accordion__button[aria-expanded=true] .BccFaq-sectionHeadingIcon--plus,
.BccFaq-sectionHeadingIcon--minus {
    opacity: 0
}

.accordion__button[aria-expanded=true] .BccFaq-sectionHeadingIcon--minus {
    opacity: 1
}

.BccFaq-sectionHeadingText {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #ebdec2;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 400;
    z-index: 1;
    position: relative;
    float: right
}

@media (min-width:720px) {
    .BccFaq-sectionHeadingText {
        font-size: 1.02rem
    }
}

@media (min-width:1280px) {
    .BccFaq-sectionHeadingText {
        font-size: 1.2rem
    }
}

.BccFaq-sectionHeadingText.zh-cn,
.zh-cn .BccFaq-sectionHeadingText {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.BccFaq-sectionHeadingText.ko-kr,
.ko-kr .BccFaq-sectionHeadingText {
    font-family: Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.BccFaq-sectionHeadingText.ru-ru,
.ru-ru .BccFaq-sectionHeadingText {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.BccFaq-sectionHeadingText.zh-tw,
.zh-tw .BccFaq-sectionHeadingText {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

@media (min-width:720px) {
    .BccFaq-sectionHeadingText {
        line-height: 1.8
    }
}

.BccFaq-accordion.Faq-accordion {
    max-width: 980px
}

.BccFaq-accordion.Faq-accordion .accordion__panel {
    padding: 30px 20px 20px
}

.BccFaq-accordion.Faq-accordion .Faq-accordion-section-body-entry {
    padding-bottom: 20px
}

.BccFaq-accordion.Faq-accordion .Faq-accordion-section-body-entry-answer p {
    margin: 0 0 10px
}

.BccFaq-accordion.Faq-accordion .Faq-accordion-section-body-entry+.Faq-accordion-section-body-entry {
    padding-top: 30px;
    border-top: 1px solid #444
}

.BccFaq-accordion.Faq-accordion .accordion__item+.accordion__item {
    border-top: none;
    padding-top: 10px
}

.BccFaq-accordion.Faq-accordion .accordion__button {
    border: 5px solid #000;
    background-image: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs.92aebf5cd1d534a88484cfce3f5cc0ef.jpg);
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1600px auto;
    -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .75);
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .75);
    padding: 0;
    position: relative
}

.webp .BccFaq-accordion.Faq-accordion .accordion__button {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs.754f3d3b5737ce2e01d4f7343281a3a0.webp) 50% no-repeat
}

.BccFaq-accordion.Faq-accordion .accordion__button.focus-visible,
.BccFaq-accordion.Faq-accordion .accordion__button:focus-visible {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.BccFaq-accordion.Faq-accordion .accordion__button:after,
.BccFaq-accordion.Faq-accordion .accordion__button:before {
    content: "";
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    margin: 0;
    pointer-events: none;
    border: none;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.BccFaq-accordion.Faq-accordion .accordion__button:before {
    background-image: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs.92aebf5cd1d534a88484cfce3f5cc0ef.jpg);
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1600px auto;
    opacity: 0;
    border-radius: 12px
}

.webp .BccFaq-accordion.Faq-accordion .accordion__button:before {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs.754f3d3b5737ce2e01d4f7343281a3a0.webp) 50% no-repeat
}

.BccFaq-accordion.Faq-accordion .accordion__button:after {
    border-image-outset: 8px 8px 9px 9px;
    border-image-width: 8px;
    border-image-slice: 18 fill;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame.aa5a1dd21e19bce66d6926ae29a346d5.png);
    border-image-repeat: round
}

.BccFaq-accordion.Faq-accordion .accordion__button[aria-expanded=true] {
    border-color: #000
}

.BccFaq-accordion.Faq-accordion .accordion__button[aria-expanded=true]:after {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    margin-top: 0;
    border-color: transparent;
    -webkit-transform: none;
    transform: none
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:hover {
    border-color: #000
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:hover .BccFaq-sectionHeadingTitle {
    color: #fff
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:hover:before {
    opacity: 1
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:hover:after {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:hover .BccFaq-sectionHeading:before {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.BccFaq-accordion.Faq-accordion .accordion__button.focus-visible .BccFaq-sectionHeadingTitle,
.BccFaq-accordion.Faq-accordion .accordion__button:focus-visible .BccFaq-sectionHeadingTitle {
    text-decoration: underline
}

.BccFaq-accordion.Faq-accordion .accordion__button:focus {
    outline-offset: 10px
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:active:before {
    -webkit-transition: all .1s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .1s cubic-bezier(.23, 1, .32, 1) 0s;
    opacity: .3
}

html:not(.touch) .BccFaq-accordion.Faq-accordion .accordion__button:active .BccFaq-sectionHeading {
    padding: 18px 20px
}

.BccHorizontalNav .HorizontalNav-itemsContainer {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs.92aebf5cd1d534a88484cfce3f5cc0ef.jpg) 50% no-repeat;
    height: 90px
}

.BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

@media (min-width:720px) {
    .BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled:after,
    .BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled:before {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
        background: linear-gradient(90deg, #000, transparent)
    }
    .BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled:after {
        left: auto;
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
        background: linear-gradient(-90deg, #000, transparent)
    }
}

.BccHorizontalNav .HorizontalNav-items.Slider {
    border-bottom: none
}

.BccHorizontalNav .HorizontalNav-items.Slider:before {
    display: none
}

.BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled .HorizontalNav-item,
.BccHorizontalNav .HorizontalNav-items.Slider .HorizontalNav-item {
    line-height: 90px;
    text-align: center;
    background-color: transparent;
    color: #f8b700;
    font-size: 1.44rem;
    position: relative;
    text-transform: none;
    padding: 0 20px;
    min-width: 165px;
    z-index: 1
}

.BccHorizontalNav .HorizontalNav-items.MediaAwareSlider--disabled .HorizontalNav-item:after,
.BccHorizontalNav .HorizontalNav-items.Slider .HorizontalNav-item:after {
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_tabs_active.0ab7ea4622c0c2cfdf9b035b1f9df641.png) 50% no-repeat;
    background-size: 184px auto;
    opacity: 0
}

.BccHorizontalNav .HorizontalNav-items.Slider .HorizontalNav-link.is-selected-slide .HorizontalNav-item:after,
.BccHorizontalNav .HorizontalNav-items.Slider .HorizontalNav-link:active .HorizontalNav-item:after {
    -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .3s cubic-bezier(.23, 1, .32, 1) 0s;
    height: 45px;
    opacity: 1
}

.BccHorizontalNav .HorizontalNav-link--slide.is-selected-slide .HorizontalNav-item,
.BccHorizontalNav .HorizontalNav-link.is-active .HorizontalNav-item,
.BccHorizontalNav .HorizontalNav-link.is-selected:not(.HorizontalNav-link--slide) .HorizontalNav-item,
html:not(.touch) .BccHorizontalNav .HorizontalNav-link:hover .HorizontalNav-item {
    background-color: transparent;
    color: #fff
}

.BccHorizontalNav .HorizontalNav-link--slide.is-selected-slide .HorizontalNav-item:after,
.BccHorizontalNav .HorizontalNav-link.is-active .HorizontalNav-item:after,
.BccHorizontalNav .HorizontalNav-link.is-selected:not(.HorizontalNav-link--slide) .HorizontalNav-item:after {
    opacity: 1;
    margin-top: 26px
}

.BccBackgroundVideo-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.BccBackgroundVideo-pause {
    padding-left: 42px;
    right: auto;
    left: 20px;
    bottom: 40px
}

html:not(.touch) .BccBackgroundVideo-pause:hover .BccBackgroundVideo-pauseIcon {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

@media (min-width:1280px) {
    .BccBackgroundVideo-pause {
        left: 30px;
        bottom: 110px
    }
}

.BccBackgroundVideo-pauseIcon {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12.5px
}

.BccDivider {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    position: relative;
    overflow: visible;
    z-index: 2;
    height: 46px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px 3px #000;
    box-shadow: 0 4px 10px 3px #000;
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_divider_special.d013e133b6ea441636ecacfb8b6df967.jpg) 50% no-repeat;
    background-size: cover
}

.webp .BccDivider {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_divider_special.ac6e4be52e27868f5c524bfa73483238.webp) 50% no-repeat
}

.BccDivider--thin {
    background-image: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_divider_thin.7453e90d4a5f2e1d401ee5552ce9f1c0.jpg);
    height: 31px
}

.webp .BccDivider--thin {
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_divider_thin.345757c31085a9a960bdc67ff3064a66.webp) 50% no-repeat
}

.BccGameIcon.GameIcon--rounded {
    border: none
}

.BccGameIcon.GameIcon--rounded.GameIcon--bordered .GameIcon-borderImage {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame_round.01f431bd91fec2ab6d18d160cb929195.png) 50% no-repeat;
    background-size: contain
}

.BccGameIcon.GameIcon--rounded.GameIcon--bordered.GameIcon--full .GameIcon-borderImage,
.BccGameIcon.GameIcon--rounded.GameIcon--bordered.GameIcon--huge .GameIcon-borderImage,
.BccGameIcon.GameIcon--rounded.GameIcon--bordered.GameIcon--large .GameIcon-borderImage {
    background-image: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame_round.01f431bd91fec2ab6d18d160cb929195.png)
}

.BccGameIcon.GameIcon--rounded.GameIcon--bordered .GameIcon-borderImage {
    display: block
}

.BccGameIcon.GameIcon--rounded.GameIcon--bordered .GameIcon-icon {
    border: 5px solid hsla(0, 0%, 100%, .1);
    background-repeat: no-repeat
}

.BlockDivider {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    position: relative;
    overflow: visible;
    z-index: 2;
    height: 46px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px 3px #000;
    box-shadow: 0 4px 10px 3px #000;
    background: transparent url(https://assets.worldofwarcraft.com/static/components/BlockDivider/ui_divider.317c35de04f1d45c6d04b4d8feb8655a.jpg) 50% no-repeat;
    background-size: cover
}

.WowClassicAbout-leftForeground {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-900px);
    transform: translate(-900px);
    top: -60px;
    z-index: 2
}

.WowClassicAbout-rightForeground {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(245px);
    transform: translate(245px);
    top: -55px;
    z-index: 2
}

.WowClassicAbout-mobileForeground {
    height: 0;
    overflow: visible;
    width: 100%;
    padding-bottom: 60%;
    max-height: 260px;
    position: relative;
    top: 30px
}

.WowClassicFeatures-subhead {
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1.08rem;
    line-height: 1.5;
    color: #aad372;
    position: relative;
    padding: 15px 0;
    margin: 15px auto
}

.WowClassicFeatures-subhead.zh-cn,
.zh-cn .WowClassicFeatures-subhead {
    font-family: Arial, Helvetica, å¾®è½¯é›…é»‘, Microsoft YaHei, Hei SC, sans-serif
}

.ko-kr .WowClassicFeatures-subhead,
.WowClassicFeatures-subhead.ko-kr {
    font-family: Nanum Gothic, Arial, Helvetica, ë§‘ì€ ê³ ë”•, Malgun Gothic, ì• í”Œì‚°ëŒê³ ë”•ë„¤ì˜¤, AppleSDGothicNeo, ì• í”Œê³ ë”•, AppleGothic, ë‹ì›€, Dotum, sans-serif
}

.ru-ru .WowClassicFeatures-subhead,
.WowClassicFeatures-subhead.ru-ru {
    font-family: Futura Demi, Open Sans, Arial, Helvetica, sans-serif
}

.WowClassicFeatures-subhead.zh-tw,
.zh-tw .WowClassicFeatures-subhead {
    font-family: Arial, Helvetica, é»‘é«”-ç¹, Heiti TC, å¾®è»Ÿæ­£é»‘, Microsoft JhengHei, Tei TC, sans-serif
}

@media (min-width:720px) {
    .WowClassicFeatures-subhead {
        font-size: 1.224rem
    }
}

@media (min-width:1280px) {
    .WowClassicFeatures-subhead {
        font-size: 1.44rem
    }
}

@media (min-width:980px) {
    .WowClassicFeatures-subhead {
        margin: 25px auto
    }
}

.WowClassicFeatures-subhead:after,
.WowClassicFeatures-subhead:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 255, 0)), color-stop(10%, rgba(0, 255, 0, .2)), color-stop(30%, rgba(0, 255, 0, .2)), color-stop(70%, rgba(0, 255, 0, .2)), color-stop(90%, rgba(0, 255, 0, .2)), to(rgba(0, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(0, 255, 255, 0), rgba(0, 255, 0, .2) 10%, rgba(0, 255, 0, .2) 30%, rgba(0, 255, 0, .2) 70%, rgba(0, 255, 0, .2) 90%, rgba(0, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0
}

.WowClassicFeatures-subhead:after {
    top: auto;
    bottom: 0
}

.WowClassicGettingStarted-list {
    list-style: none;
    padding: 0
}

@media (min-width:540px) {
    .WowClassicGettingStarted-list {
        padding-left: 100px
    }
}

@media (min-width:980px) {
    .WowClassicGettingStarted-list {
        padding-right: 0
    }
}

.WowClassicGettingStarted-listItem {
    position: relative
}

.WowClassicGettingStarted-listItem p a {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    text-decoration: underline;
    color: #f8b700
}

.WowClassicGettingStarted-listItem p a.focus-visible,
.WowClassicGettingStarted-listItem p a:focus-visible,
html:not(.touch) .WowClassicGettingStarted-listItem p a:hover {
    color: #fff!important
}

@media (min-width:540px) {
    .WowClassicGettingStarted-icon {
        position: absolute;
        left: -90px
    }
}

.WowClassicEnhancements-list {
    list-style: none;
    padding: 0
}

@media (min-width:980px) {
    .WowClassicEnhancements-list {
        padding-right: 0
    }
}

.WowClassicEnhancements-listItem {
    position: relative
}

.WowClassicEnhancements-listItem p a,
.WowClassicEnhancements-outro p a {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    text-decoration: underline;
    color: #f8b700
}

.WowClassicEnhancements-listItem p a.focus-visible,
.WowClassicEnhancements-listItem p a:focus-visible,
.WowClassicEnhancements-outro p a.focus-visible,
.WowClassicEnhancements-outro p a:focus-visible,
html:not(.touch) .WowClassicEnhancements-listItem p a:hover,
html:not(.touch) .WowClassicEnhancements-outro p a:hover {
    color: #fff!important
}

/*---------------------------
  Element Video
 ----------------------------*/
/* Plain Video */
.nk-plain-video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
    background-position: 50% 50%;
    background-size: cover;
}

.nk-plain-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nk-plain-video > .nk-video-plain-toggle {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
}

.nk-plain-video > .nk-video-plain-toggle .nk-video-icon {
    text-decoration: none;
}

/*---------------------------
  Element Forms
 ----------------------------*/
/* Placeholders */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}
::placeholder,
.form-control::placeholder {
    color: inherit;
    opacity: .5;
}

/* Remove outline from focused buttons */
button:focus {
    outline: 0;
}

/* Ratings */
.nk-rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 1.2rem;
    color: #93c027;
}

.nk-rating input {
    display: none;
}

.nk-rating input:checked ~ label span:first-child {
    display: none;
}

.nk-rating input:checked ~ label span:last-child {
    display: block;
}

.nk-rating label {
    position: relative;
    display: block;
    float: right;
    padding-right: 2px;
    padding-left: 2px;
    margin: 0;
    clear: none;
    line-height: 1;
    cursor: pointer;
}

.nk-rating label span:first-child {
    display: block;
}

.nk-rating label span:last-child {
    display: none;
}

.nk-rating label::after, .nk-rating label::before {
    content: none;
    display: none;
}

.nk-rating label:hover span:first-child,
.nk-rating label:hover ~ label span:first-child {
    display: none;
}

.nk-rating label:hover span:last-child,
.nk-rating label:hover ~ label span:last-child {
    display: block;
}

/* From Style 1 */
.form-control {
    padding: 6.5px 10px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 1px solid #303e47;
    border-radius: 0;
    -webkit-transition: .15s border-color;
    -o-transition: .15s border-color;
    transition: .15s border-color;
}

.form-control:focus, .form-control.focus {
    color: #fff;
    background-color: transparent;
    border-color: #93c027;
    -webkit-box-shadow: none;
            box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 38px;
}

select.form-control option {
    color: #000;
}

@-moz-document url-prefix("") {
    select.form-control option {
        color: inherit;
    }
}

select.form-control[multiple] option {
    color: inherit;
}

/* fix for select on iOs devices */
select.form-control {
    background-color: rgba(0, 0, 0, 0.01);
}

/* From Style 2 */
.nk-form-style-1 .form-control {
    color: #171e22;
    background-color: #fff;
    border-color: #fff;
}

.nk-form-style-1 .form-control:focus, .nk-form-style-1 .form-control.focus {
    background-color: #fff;
    border-color: #93c027;
}

/* Validation */
div.nk-error {
    padding: 0;
    margin: 0;
    font-size: .8em;
    font-weight: 400;
    color: #e2361f;
    background-color: transparent;
    z-index: 1;
}

.form-control.nk-error,
.nk-form-style-1 .form-control.nk-error {
    background-color: rgba(226, 54, 31, 0.4);
    border-color: #e2361f;
}
.noresize{
    resize:none;
}
.pledgechampion {
    width:50px;
    height: 50px;
    display: block;
    float:left;
}

#pledgeChampion .pledgechampion{
    float:none;
}
.nk-form-response-success {
    display: none;
    margin: 15px 0;
    color: #38a220;
}

.nk-form-response-error {
    display: none;
    margin: 15px 0;
    color: #e2361f;
}

/*---------------------------
  Element Audio Player
 ----------------------------*/
/* Plain Audio Player */
.nk-audio-plain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px 15px;
    background-color: #232930;
    border: 1px solid #293139;
    border-radius: 4px;
}

.nk-audio-plain .nk-audio-plain-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.nk-audio-plain .nk-audio-plain-buttons {
    white-space: nowrap;
}

.nk-audio-plain .nk-audio-plain-buttons > a {
    display: inline-block;
    width: 30px;
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.nk-audio-plain .nk-audio-plain-play-pause {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-left: 7px;
    font-size: 1.1rem;
    line-height: 38px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #445965;
    border-radius: 19px;
}

.nk-audio-plain .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-play {
    display: none;
}

.nk-audio-plain.nk-audio-plain-playing .nk-audio-plain-play-pause .nk-audio-plain-pause {
    display: block;
}

.nk-audio-plain .nk-audio-plain-duration {
    width: 58px;
    margin-right: 7px;
    font-size: .9rem;
    text-align: right;
}

.nk-audio-plain .nk-audio-progress {
    position: relative;
    right: 0;
    left: 0;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    background-color: #303e47;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress::before {
    content: "";
    position: absolute;
    display: block;
    top: -8px;
    right: 0;
    bottom: -8px;
    left: 0;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #597483;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: 1;
}

.nk-audio-plain .nk-audio-progress .nk-audio-progress-current::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background-color: #8fa6b3;
    border-radius: 2.5px;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current {
    background-color: #8fa6b3;
}

.nk-audio-plain .nk-audio-progress:hover .nk-audio-progress-current::after,
.nk-audio-plain .nk-audio-progress.hover .nk-audio-progress-current::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*---------------------------
  Element Countdown
 ----------------------------*/
.nk-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.nk-countdown.nk-countdown-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nk-countdown.nk-countdown-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.nk-countdown .nk-hexagon {
    position: relative;
    width: 90px;
    height: 51.96px;
    margin: 28px 10px;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.nk-countdown .nk-hexagon > span {
    display: block;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.nk-countdown .nk-hexagon::before, .nk-countdown .nk-hexagon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    z-index: -1;
}

.nk-countdown .nk-hexagon::before {
    top: -25px;
    border-bottom: 25px solid rgba(0, 0, 0, 0.35);
}

.nk-countdown .nk-hexagon::after {
    bottom: -25px;
    border-top: 25px solid rgba(0, 0, 0, 0.35);
}

.nk-countdown .nk-hexagon .nk-hexagon-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: solid 4px #93c027;
    border-left: solid 4px #93c027;
}

.nk-countdown .nk-hexagon .nk-hexagon-inner::before, .nk-countdown .nk-hexagon .nk-hexagon-inner::after {
    content: "";
    position: absolute;
    left: 9.1802px;
    width: 63.64px;
    height: 63.64px;
    background-color: inherit;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
    z-index: 1;
}

.nk-countdown .nk-hexagon .nk-hexagon-inner::before {
    top: -31.8198px;
    border-top: solid 5.6569px #93c027;
    border-right: solid 5.6569px #93c027;
}

.nk-countdown .nk-hexagon .nk-hexagon-inner::after {
    bottom: -31.8198px;
    border-bottom: solid 5.6569px #93c027;
    border-left: solid 5.6569px #93c027;
}

/*---------------------------
  Element Table
 ----------------------------*/
.nk-table {
    width: 100%;
    color: #fff;
    border: 1px solid #232930;
}

.nk-table th {
    font-weight: 600;
    text-transform: uppercase;
}

.nk-table thead {
    font-size: 1.32rem;
    background-color: #93c027;
}

.nk-table thead th,
.nk-table thead td {
    padding: 15px 25px;
}

.nk-table tbody th {
    padding: 19px 25px;
}

.nk-table tbody td {
    padding: 28px 25px;
}

.nk-table tbody tr {
    background-color: #232930;
}

.nk-table tbody tr:nth-of-type(odd) {
    background-color: #293139;
}

.nk-table tbody tr > * + * {
    border-left: 1px solid #171e22;
}

.nk-table.nk-table thead th,
.nk-table.nk-table thead td {
    padding: 11px 18px;
}

.nk-table.nk-table tbody th {
    padding: 14px 18px;
}

.nk-table.nk-table tbody td {
    padding: 20px 18px;
}

/*---------------------------
  Element Fullscreen Block
 ----------------------------*/
.nk-fullscreen-block {
    display: table;
    width: 100%;
    min-height: 100vh;
}

.nk-fullscreen-block .nk-fullscreen-block-top,
.nk-fullscreen-block .nk-fullscreen-block-middle,
.nk-fullscreen-block .nk-fullscreen-block-bottom {
    display: table-row;
}

.nk-fullscreen-block .nk-fullscreen-block-middle {
    height: 80%;
}

.nk-fullscreen-block .nk-fullscreen-block-middle > div {
    display: table-cell;
    vertical-align: middle;
}

/*---------------------------
  Element Icons
 ----------------------------*/
.nk-icon-burger {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 24px;
}

.nk-icon-burger > span {
    position: absolute;
    display: block;
    top: 50%;
    width: 25px;
    height: 0;
    border-bottom: 2px solid;
    -webkit-transition: .3s .2s width, .3s opacity, .2s transform;
    -o-transition: .3s .2s width, .3s opacity, .2s transform;
    transition: .3s .2s width, .3s opacity, .2s transform;
    will-change: width, opacity, transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-icon-burger .nk-t-1 {
    margin-top: -7px;
}

.nk-icon-burger .nk-t-3 {
    margin-top: 7px;
}

.nk-icon-circles {
    position: relative;
    display: inline-block;
    color: #fff;
}

.nk-gallery-item-overlay .nk-icon-circles {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.nk-icon-circles::before, .nk-icon-circles::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -4px;
}

.nk-icon-circles, .nk-icon-circles::before, .nk-icon-circles::after {
    width: 12px;
    height: 12px;
    border: 4px solid;
    border-radius: 50%;
}

.nk-icon-circles::before {
    left: -19px;
}

.nk-icon-circles::after {
    right: -19px;
}

.nk-icon-arrow-right, .nk-icon-arrow-left {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
}

.nk-icon-arrow-right::after, .nk-icon-arrow-right::before, .nk-icon-arrow-left::after, .nk-icon-arrow-left::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 50%;
    border-bottom: 1px solid;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    will-change: transform;
}

.nk-icon-arrow-right::after, .nk-icon-arrow-left::after {
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.nk-icon-arrow-right::before, .nk-icon-arrow-left::before {
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

.nk-icon-arrow-right:hover::after, .nk-icon-arrow-right.hover::after,
:hover > .nk-icon-arrow-right::after,
.hover > .nk-icon-arrow-right::after, .nk-icon-arrow-left:hover::after, .nk-icon-arrow-left.hover::after,
:hover > .nk-icon-arrow-left::after,
.hover > .nk-icon-arrow-left::after {
    -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
            transform: rotate(48deg);
}

.nk-icon-arrow-right:hover::before, .nk-icon-arrow-right.hover::before,
:hover > .nk-icon-arrow-right::before,
.hover > .nk-icon-arrow-right::before, .nk-icon-arrow-left:hover::before, .nk-icon-arrow-left.hover::before,
:hover > .nk-icon-arrow-left::before,
.hover > .nk-icon-arrow-left::before {
    -webkit-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.nk-icon-arrow-right::after, .nk-icon-arrow-right::before {
    right: 0;
    left: auto;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}

.nk-video-icon,
.nk-video-icon-light,
.nk-gif-icon,
.nk-gif-icon-light {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    color: #fff;
}

.nk-video-icon::before,
.nk-video-icon-light::before,
.nk-gif-icon::before,
.nk-gif-icon-light::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid;
    border-radius: 28px;
    opacity: 1;
    -webkit-transition: .3s opacity, .3s transform;
    -o-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon > *,
.nk-video-icon-light > *,
.nk-gif-icon > *,
.nk-gif-icon-light > * {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 1.5rem;
    line-height: 51px;
    color: inherit;
    text-align: center;
    opacity: 1;
    -webkit-transition: .3s transform, .3s opacity;
    -o-transition: .3s transform, .3s opacity;
    transition: .3s transform, .3s opacity;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.nk-video-icon > *.svg-inline--fa,
.nk-video-icon-light > *.svg-inline--fa,
.nk-gif-icon > *.svg-inline--fa,
.nk-gif-icon-light > *.svg-inline--fa {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.nk-loading-icon {
    position: relative;
    display: inline-block;
    -webkit-animation: nk-loading-animation .9s linear infinite .3s;
            animation: nk-loading-animation .9s linear infinite .3s;
}

.nk-loading-icon::after, .nk-loading-icon::before {
    content: "";
    position: absolute;
    display: block;
}

.nk-loading-icon, .nk-loading-icon::after, .nk-loading-icon::before {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nk-loading-icon::before {
    left: -13px;
    -webkit-animation: nk-loading-animation .9s linear infinite 0s;
            animation: nk-loading-animation .9s linear infinite 0s;
}

.nk-loading-icon::after {
    right: -13px;
    -webkit-animation: nk-loading-animation .9s linear infinite .6s;
            animation: nk-loading-animation .9s linear infinite .6s;
}

.nk-video-icon > .nk-loading-icon,
.nk-gif-icon > .nk-loading-icon {
    position: absolute;
    margin-top: -3px;
    margin-left: -3px;
}

@-webkit-keyframes nk-loading-animation {
    0%,
    60%,
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    30% {
        background-color: #fff;
    }
}

@keyframes nk-loading-animation {
    0%,
    60%,
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    30% {
        background-color: #fff;
    }
}

/*---------------------------
  Element Image Slider
 ----------------------------*/
.nk-image-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
    background-color: #232930;
    border-bottom: 3px solid #93c027;
    z-index: 0;
}

.nk-image-slider .nk-image-slider-item {
    position: absolute;
    left: -150%;
    width: 100%;
    overflow: hidden;
}

.nk-image-slider .nk-image-slider-bg,
.nk-image-slider .nk-image-slider-bg-transition {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.nk-image-slider .nk-image-slider-bg-transition {
    z-index: -2;
}

.nk-image-slider .nk-image-slider-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    width: 315px;
    background-color: rgba(0, 0, 0, 0.8);
}

.nk-image-slider .nk-image-slider-content .nano-content {
    padding: 25px;
}

.nk-image-slider .nk-image-slider-thumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 315px;
    height: 50px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.nk-image-slider .nk-image-slider-thumbs.is-dragging {
    pointer-events: none;
}

.nk-image-slider .nk-image-slider-thumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-image-slider .nk-image-slider-thumbs ul li {
    position: relative;
    width: 78.75px;
    min-width: 78.75px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
}

.nk-image-slider .nk-image-slider-thumbs ul li .nk-image-slider-thumbs-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #93c027;
    opacity: .5;
    -webkit-transition: .15s opacity;
    -o-transition: .15s opacity;
    transition: .15s opacity;
}

.nk-image-slider .nk-image-slider-thumbs ul li:hover .nk-image-slider-thumbs-overlay,
.nk-image-slider .nk-image-slider-thumbs ul li.hover .nk-image-slider-thumbs-overlay {
    opacity: .2;
}

.nk-image-slider .nk-image-slider-thumbs ul li.nk-image-slider-thumbs-active .nk-image-slider-thumbs-overlay {
    opacity: 0;
}

.nk-image-slider .nk-image-slider-thumbs ul li .nk-image-slider-thumbs-count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

/*------------------------------------------------------------------

  Blog

 -------------------------------------------------------------------*/
.nk-blog-post {
    margin-bottom: 30px;
}

.nk-blog-isotope .nk-blog-post {
    margin-bottom: 40px;
}

.nk-post-title {
    margin-bottom: 10px;
}

.nk-post-title > a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .15s color;
    -o-transition: .15s color;
    transition: .15s color;
}

.nk-post-title > a:hover, .nk-post-title > a.hover {
    color: #93c027;
}

.nk-post-img {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.nk-post-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
    border:2px solid #1b1d1e;
}

.news-details {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.news-image-holder{
    display:block;
    position: relative;
}
.page-image-holder{
    display:block;
    position: relative;
}
html, body, #fullpage-gap {
    min-height: 100% !important;
    height: 100%;
}
.fullpage-gap{
    width:100%;
    height:100% !important;
    margin-top: -15%;
    min-height: 100% !important;

}
.news-image{
    display:block;
    width:100%;
    height:auto;
    margin-top:-137px;
}
.news-video{
    display:block;
    width:100%;
    height:auto;
    margin-top:-137px;
    pointer-events: none;
}

.soh-list-main li {
    background: url("/assets/images/LiIcon.png") no-repeat left 3px; /* <-- change `left` & `top` too for extra control */
    padding-left:35px;
    list-style: none;
    line-height: 40px;
}


.galleryThumbnail{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-height: 350px;
    background-position: 50% 50%;
    background-size: cover;
}

video {
    pointer-events: none;
}
.page-image{
    display:block;
    object-fit: cover;
    width:100%;
    height: 650px !important;
    margin-top:-137px;
}

.news-title {
    display:block;
    position: absolute;
    bottom:150px;
    text-align: center;
    width:100%;
}

.page-content {
    display:block;
    position: absolute;
    bottom:150px;
    text-align: center;
    width:100%;
}

.news-title-transition {
    display:block;
    position: absolute;
    bottom:0px;
    text-align: center;
    width:100%;
    height:50px;
    background-image: url("/images/newstittleback.png");
    background-repeat: repeat-x;
}

.paneBG{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-data{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("/images/PageBG.png");
    background-repeat: repeat;
    border-top: 5px solid #717171;
    border-bottom: 5px solid #717171;
}
.nk-blog-post:not(.nk-blog-post-single):hover .nk-post-img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-post-img:hover {
    border: 2px solid #93c027;
}

.nk-post-img .nk-post-comments-count {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    min-width: 33px;
    height: 29px;
    padding: 0 8px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    vertical-align: text-top;
    background-color: #fff;
    border-radius: 50%;
}

.nk-post-img .nk-post-comments-count, .nk-post-img .nk-post-comments-count:focus, .nk-post-img .nk-post-comments-count:hover, .nk-post-img .nk-post-comments-count:active {
    color: #171e22;
    text-decoration: none;
}

.nk-post-img .nk-post-comments-count::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 65%;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 9px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
}

.nk-post-by {
    margin-top: 15px;
    font-size: .8em;
}

.nk-post-by::after {
    content: "";
    display: block;
    clear: both;
}

.nk-post-by img {
    height: auto;
    margin-right: 11px;
}

.nk-post-categories {
    float: right;
    margin-top: 6px;
    font-size: 1rem;
}

.nk-post-categories span,
.nk-post-categories a {
    padding: 2px 19px;
    color: #fff;
    background-color: #293139;
    border-radius: 4px;
}

.nk-post-categories span + span,
.nk-post-categories span + a,
.nk-post-categories a + span,
.nk-post-categories a + a {
    margin-left: 7px;
}

.nk-post-img .nk-post-categories {
    position: absolute;
    top: 10px;
    left: 0;
}

.nk-post-img .nk-post-categories span,
.nk-post-img .nk-post-categories a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nk-post-date {
    margin-top: 5px;
    font-size: .9em;
    color: #7f8b92;
}

.notfcolor{
    color:#7f8b92;
}
.notification-seen {
    opacity: 0.7;
}
.nk-post-date svg,
.nk-post-date span {
    margin-right: 6px;
    font-size: 1rem;
}

.nk-post-date svg ~ svg,
.nk-post-date svg ~ span,
.nk-post-date span ~ svg,
.nk-post-date span ~ span {
    margin-left: 10px;
}

.nk-post-date a {
    color: inherit;
    text-decoration: none;
}

.nk-post-date a:hover, .nk-post-date a.hover, .nk-post-date a:focus, .nk-post-date a:active {
    color: #93c027;
}

.nk-blog-post-border-bottom {
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #293139;
}

.nk-post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    background-color: #293139;
}

.nk-post-share > svg,
.nk-post-share > span {
    margin-bottom: 0;
}

.nk-post-share ul {
    margin-left: auto;
}

.nk-post-text::after, .nk-post-text::before {
    content: "";
    display: block;
    clear: both;
}

.nk-post-text .pull-right,
.nk-post-text .pull-left,
.nk-post-text .float-right,
.nk-post-text .float-left {
    margin: 20px;
}

.nk-post-text .pull-right,
.nk-post-text .float-right {
    margin-right: 0;
}

.nk-post-text .pull-left,
.nk-post-text .float-left {
    margin-left: 0;
}

.nk-post-text > p:last-child {
    margin-bottom: 0;
}

/* FullWidth Posts */
.nk-blog-fullwidth .nk-post-by {
    margin-top: 0;
    font-size: 1em;
    text-align: right;
}

.nk-blog-fullwidth .nk-post-by img {
    float: right;
    height: auto;
    margin-left: 20px;
}

.nk-comments .nk-comment::after {
    content: "";
    display: block;
    clear: both;
}

.nk-comments .nk-comment h4 {
    margin-top: 25px;
}

.nk-comments .nk-comment .nk-comment {
    margin-left: 120px;
}

@media (max-width: 767px) {
    .nk-comments .nk-comment .nk-comment {
        margin-left: 80px;
    }
}

@media (max-width: 575px) {
    .nk-comments .nk-comment .nk-comment {
        margin-left: 30px;
    }
}

.nk-comments .nk-comment .nk-comment,
.nk-comments .nk-comment + .nk-comment {
    padding-top: 20px;
    clear: both;
}

.nk-comments .nk-comment .nk-comment-meta {
    margin-bottom: 15px;
    font-size: .8em;
}

.nk-comments .nk-comment .nk-comment-meta img {
    height: auto;
    margin-right: 11px;
}

.nk-comments .nk-comment .nk-comment-text {
    padding-bottom: 15px;
    border-bottom: 1px solid #293139;
}

.nk-news-box {
    height: 425px;
    overflow: hidden;
    background-color: #232930;
    border: 1px solid #293139;
}

.nk-news-box .nk-news-box-list,
.nk-news-box .nk-news-box-each-info {
    float: left;
    width: 50%;
    height: 100%;
}

.nk-news-box .nk-news-box-item {
    padding: 10px;
    cursor: pointer;
    -webkit-transition: .15s color, .15s background-color;
    -o-transition: .15s color, .15s background-color;
    transition: .15s color, .15s background-color;
}

.nk-news-box .nk-news-box-item::after {
    content: "";
    display: block;
    clear: both;
}

.nk-news-box .nk-news-box-item + .nk-news-box-item {
    border-top: 1px solid #293139;
}

.nk-news-box .nk-news-box-item:hover, .nk-news-box .nk-news-box-item.hover {
    background-color: #293139;
}

.nk-news-box .nk-news-box-item.nk-news-box-item-active {
    color: #fff;
    background-color: #93c027;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-img {
    float: left;
    width: 100px;
    margin-right: 20px;
    overflow: hidden;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-news-box .nk-news-box-item:hover .nk-news-box-item-img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-news-box .nk-news-box-item .nk-news-box-item-categories,
.nk-news-box .nk-news-box-item .nk-news-box-item-url,
.nk-news-box .nk-news-box-item .nk-news-box-item-full-img {
    display: none;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-title {
    margin-top: 5px;
    margin-bottom: 2px;
    overflow: hidden;
    font-size: 1.1rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-text,
.nk-news-box .nk-news-box-item .nk-news-box-item-text p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-text {
    max-height: 25px;
    margin-bottom: 13px;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-text p {
    margin: 0;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-date {
    margin-top: 5px;
    font-size: .9em;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-date span {
    margin-right: 6px;
    font-size: 1rem;
}

.nk-news-box .nk-news-box-each-info {
    border-left: 1px solid #293139;
}

.nk-news-box .nk-news-box-each-info .nano-content {
    padding: 20px;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-categories {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 6px;
    font-size: 1rem;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-categories span {
    padding: 2px 19px;
    color: #fff;
    background-color: #38a220;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-image {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    background-position: center center;
    background-size: cover;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-image img {
    width: 100%;
    height: auto;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-image[style*="background"] {
    padding-top: 41.2%;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-more {
    font-weight: 600;
    text-transform: uppercase;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-date {
    float: right;
    margin-top: 5px;
    font-size: .9em;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-date span {
    margin-right: 6px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .nk-news-box {
        height: 720px;
    }
    .nk-news-box .nk-news-box-list,
    .nk-news-box .nk-news-box-each-info {
        float: none;
        width: 100%;
    }
    .nk-news-box .nk-news-box-each-info {
        height: 400px;
        border-left: 0;
    }
    .nk-news-box .nk-news-box-list {
        height: 320px;
    }
    .nk-news-box .nk-news-box-list .nk-news-box-item-img {
        width: 60px;
    }
    .nk-news-box .nk-news-box-list .nk-news-box-item-date {
        display: none;
    }
}

/*------------------------------------------------------------------

  Store

 -------------------------------------------------------------------*/
.nk-product-cat,
.nk-product-cat-2,
.nk-product-cat-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nk-product-cat .nk-product-image,
.nk-product-cat-2 .nk-product-image,
.nk-product-cat-3 .nk-product-image {
    position: relative;
    display: block;
    width: 115px;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.nk-product-cat .nk-product-image:hover,
.nk-product-cat-2 .nk-product-image:hover,
.nk-product-cat-3 .nk-product-image:hover {
    opacity: .8;
}

.nk-product-cat .nk-product-image img,
.nk-product-cat-2 .nk-product-image img,
.nk-product-cat-3 .nk-product-image img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-product-cat .nk-product-image ~ .nk-product-cont,
.nk-product-cat-2 .nk-product-image ~ .nk-product-cont,
.nk-product-cat-3 .nk-product-image ~ .nk-product-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
}

.nk-product-cat:hover .nk-product-image img,
.nk-product-cat-2:hover .nk-product-image img,
.nk-product-cat-3:hover .nk-product-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-product-cat-2 .nk-product-image {
    width: 200px;
}

.nk-product-cat-2 .nk-product-image ~ .nk-product-cont {
    padding-left: 35px;
}

@media (max-width: 991px) {
    .nk-product-cat-2 .nk-product-image {
        float: none;
        width: 100%;
    }
    .nk-product-cat-2 .nk-product-image ~ .nk-product-cont {
        padding-left: 0;
        margin-top: 30px;
    }
}

.nk-product-cat-3 {
    max-width: 115px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.nk-product-cat-3 .nk-product-image {
    float: none;
    width: 100%;
}

.nk-product-cat-3 .nk-product-image ~ .nk-product-cont {
    padding-left: 0;
}

.nk-store-order {
    float: right;
    margin-top: -9px;
}

.nk-store-count {
    padding-bottom: 9px;
}

.nk-product-title {
    margin-top: 0;
    margin-bottom: 0;
}

.nk-product-title a {
    color: inherit;
    text-decoration: none;
}

.nk-product-title a:hover, .nk-product-title a.hover, .nk-product-title a:active, .nk-product-title a:focus {
    color: #93c027;
}

.nk-product-price {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.nk-product-rating {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: text-bottom;
}

.nk-store .nk-product-rating {
    float: right;
}

.nk-product-rating,
.nk-product-rating:hover,
.nk-product-rating:active,
.nk-product-rating:focus {
    color: #93c027;
    text-decoration: none;
}

.nk-review-rating {
    display: inline-block;
    margin-left: 5px;
    font-size: .8rem;
    color: #93c027;
}

.nk-comment .nk-review-rating {
    float: right;
    margin-top: 5px;
    font-size: 1rem;
}

/* Single product */
.nk-store-product .nk-product-meta {
    color: #fff;
}

.nk-store-product .nk-product-title {
    margin-bottom: 1.2rem;
}

.nk-store-product .nk-product-description {
    margin-top: 1.2rem;
}

.nk-store-product .nk-product-addtocart .nk-product-price {
    font-size: 2rem;
}

.nk-store-product .nk-product-addtocart input {
    max-width: 80px;
    margin-right: 1rem;
}

.nk-store-product .nk-product-addtocart .input-group {
    width: 220px;
}

.nk-store-product .nk-product-rating {
    font-size: 1.2rem;
}

.nk-store-product .nk-product-progress {
    margin-top: 20px;
}

.nk-store-product .nk-product-progress table {
    width: 100%;
}

.nk-store-product .nk-product-progress table td:first-child {
    width: 60px;
}

.nk-store-product .nk-product-progress .nk-progress {
    margin-top: 16px;
    margin-bottom: 16px;
}

.nk-store-product .nk-product-info-row > * + *::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    border-left: 1px solid #293139;
}

.nk-store-product .nk-product-pegi img {
    float: left;
    width: 80px;
    height: auto;
}

.nk-store-product .nk-product-pegi img ~ .nk-product-pegi-cont {
    margin-left: 100px;
}

/* Store Cart */
.nk-store-cart .table-responsive .nk-store-cart-products {
    min-width: 680px;
}

.nk-store-cart .nk-store-cart-products {
    color: #fff;
}

.nk-store-cart .nk-store-cart-products td {
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    background-color: #232930;
    border-top: 2px solid #293139;
}

.nk-store-cart .nk-store-cart-products tr:first-of-type td {
    border-top: none;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb .nk-post-image {
    display: block;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb .nk-post-image:hover {
    opacity: .8;
}

.nk-store-cart .nk-store-cart-products tbody .nk-product-cart-thumb .nk-post-image img {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-store-cart .nk-store-cart-products tr:hover .nk-product-cart-thumb .nk-post-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove a {
    display: block;
    margin-top: -15px;
    font-size: 1.8rem;
    line-height: 0;
    color: inherit;
    text-decoration: none;
    opacity: .1;
    -webkit-transition: .15s opacity;
    -o-transition: .15s opacity;
    transition: .15s opacity;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove a:hover, .nk-store-cart .nk-store-cart-products .nk-product-cart-remove a.hover, .nk-store-cart .nk-store-cart-products .nk-product-cart-remove a:focus, .nk-store-cart .nk-store-cart-products .nk-product-cart-remove a:active {
    opacity: .5;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity {
    width: 105px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total {
    width: 150px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    width: 40px;
}

.nk-store-cart .nk-store-cart-products .nk-product-cart-price,
.nk-store-cart .nk-store-cart-products .nk-product-cart-quantity,
.nk-store-cart .nk-store-cart-products .nk-product-cart-total,
.nk-store-cart .nk-store-cart-products .nk-product-cart-remove {
    text-align: center;
}

@media (max-width: 767px) {
    .nk-store-cart .nk-store-cart-products .nk-product-cart-thumb {
        display: none;
    }
}

.nk-store-cart .nk-store-cart-totals {
    margin-top: 30px;
}

.nk-store-cart .nk-store-cart-totals tr td:first-child {
    padding-left: 0;
}

.nk-store-cart .nk-store-cart-totals tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td {
    position: relative;
    padding-top: 50px;
    font-size: 1.1rem;
    font-weight: 600;
}

.nk-store-cart .nk-store-cart-totals .nk-store-cart-totals-total td::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    left: 0;
    border-top: 1px dotted;
    opacity: .3;
}

/* Checkout */
.nk-store-checkout tbody tr.nk-store-cart-totals-subtotal,
.nk-store-checkout tbody tr.nk-store-cart-totals-shipping,
.nk-store-checkout tbody tr.nk-store-cart-totals-total {
    background-color: #171e22;
}

/* Dropdown Cart */
.nk-cart-toggle {
    cursor: pointer;
}

.notification-bell-toggle {
    cursor: pointer;
    margin-left: 30px;
}
.notification-avatar{
    padding:5px !important;
    width:40px;
}

.video iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    content: "";
    border-image-outset: 17px 16px 18px 19px;
    border-image-width: 17px;
    border-image-slice: 12 fill;
    border-image-source: url(https://assets.worldofwarcraft.com/static/themes/bcc/images/ui_frame.aa5a1dd21e19bce66d6926ae29a346d5.png);
    border-image-repeat: round;
}


.voter{
    margin-bottom:10px;
}
.voter-avatar{
    display: block;
    width:50px;
    height:50px;
    border:2px solid;
    border-radius: 50%;
}

.voter-name{
    display:block;
    height: 50px;
    line-height: 50px;
}

.notification-avatar img{
    display:block;
    width:40px;
    height:40px;
    margin-left: auto;
    margin-right: auto;
    border-radius:50%;
    border:2px solid;
}

.notification-text{
    text-transform: none !important;
    padding:5px 10px !important;
    font-size: 0.8rem;
}

.nk-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 20px;
    width: 350px;
    padding: 18px;
    padding-bottom: 30px;
    margin-top: 11px;
    text-align: left;
    visibility: hidden;
    background-color: #232930;
    border: 1px solid #293139;
    border-bottom: 4px solid #93c027;
    opacity: 0;
    -webkit-transition: .3s opacity, .3s visibility;
    -o-transition: .3s opacity, .3s visibility;
    transition: .3s opacity, .3s visibility;
    z-index: 1010;
    overflow-y:auto;
    height:420px;
}
#notificationsModal .modal-body{
    max-height:450px;
    overflow-y:auto;
}
#notificationsModal .modal-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #232930;
}

#notificationsModal .modal-body::-webkit-scrollbar
{
	width: 6px;
	background-color: #232930;
}
#notificationsModal .modal-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.nk-cart-toggle:hover + .nk-cart-dropdown, .nk-cart-dropdown:hover {
    visibility: visible;
    opacity: 1;
}
.notification-bell-toggle:hover + .nk-cart-dropdown, .nk-cart-dropdown:hover {
    visibility: visible;
    opacity: 1;
}
.vv-bell:hover + .nk-cart-dropdown, .nk-cart-dropdown:hover {
    visibility: visible;
    opacity: 1;
}

.nk-cart-dropdown::before {
    content: "";
    position: absolute;
    display: block;
    top: -18px;
    right: 0;
    left: 0;
    height: 18px;
}

.nk-cart-dropdown .nk-post-title {
    font-size: 1rem;
}

.nk-cart-dropdown .nk-cart-remove-item {
    float: right;
    padding: 5px;
    margin-top: -10px;
    font-size: 1.8rem;
    opacity: .2;
    -webkit-transition: .15s opacity;
    -o-transition: .15s opacity;
    transition: .15s opacity;
}

.nk-cart-dropdown .nk-cart-remove-item, .nk-cart-dropdown .nk-cart-remove-item:hover {
    color: #fff;
}

.nk-cart-dropdown .nk-cart-remove-item:hover {
    opacity: 1;
}

/*------------------------------------------------------------------

  Tournaments

 -------------------------------------------------------------------*/
/* Teammate */
.nk-teammate-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #090b0d;
}

.nk-teammate-card .nk-teammate-card-photo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50%;
    padding-right: 15px;
}

.nk-teammate-card .nk-teammate-card-photo img {
    width: 100%;
    height: auto;
}

.nk-teammate-card .nk-teammate-card-info {
    width: 50%;
    padding-left: 15px;
}

.nk-teammate-card .nk-teammate-card-info > table {
    width: 100%;
}

.nk-teammate-card .nk-teammate-card-info > table > tbody > tr > td {
    padding: 20px 10px;
}

.nk-teammate-card .nk-teammate-card-info > table > tbody > tr + tr > td {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .nk-teammate-card {
        display: block;
    }
    .nk-teammate-card .nk-teammate-card-photo,
    .nk-teammate-card .nk-teammate-card-info {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* Score */
.nk-match-score {
    display: inline-block;
    padding: 9px 19px;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-size: .87rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #546374;
    border-radius: 4px;
}

/* Match */
.nk-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
    color: #fff;
    background-color: #293139;
}

.nk-match + .nk-match {
    margin-top: 15px;
}

.nk-match .nk-match-team-left,
.nk-match .nk-match-team-right,
.nk-match .nk-match-status {
    width: 35%;
}

.nk-match .nk-match-team-left > a,
.nk-match .nk-match-team-right > a,
.nk-match .nk-match-status > a {
    color: inherit;
    text-decoration: none;
}

.nk-match .nk-match-team-left > a:hover,
.nk-match .nk-match-team-right > a:hover,
.nk-match .nk-match-status > a:hover {
    color: #93c027;
}

.nk-match .nk-match-team-left > *,
.nk-match .nk-match-team-right > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-match .nk-match-status {
    width: 30%;
    text-align: center;
}

.nk-match .nk-match-status .nk-match-status-vs {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.nk-match .nk-match-status .nk-match-status-date {
    display: block;
    font-size: .9em;
}

.nk-match .nk-match-status .nk-match-score {
    margin-top: 10px;
}

.nk-match .nk-match-team-right {
    text-align: right;
}

.nk-match .nk-match-team-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.nk-match .nk-match-team-left .nk-match-team-name {
    padding-left: 20px;
}

.nk-match .nk-match-team-right .nk-match-team-name {
    padding-right: 20px;
}

@media (max-width: 991px) {
    .nk-match {
        display: block;
    }
    .nk-match .nk-match-team-left,
    .nk-match .nk-match-team-right,
    .nk-match .nk-match-status {
        width: 100%;
    }
    .nk-match .nk-match-status {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Team */
.nk-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #fff;
    background-color: #293139;
}

.nk-team + .nk-team {
    margin-top: 15px;
}

.nk-team .nk-team-logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.nk-team .nk-team-logo img {
    max-width: 140px;
    height: auto;
}

@media (max-width: 767px) {
    .nk-team .nk-team-logo img {
        max-width: 50px;
    }
}

.nk-team .nk-team-cont {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    z-index: 0;
}

.nk-team .nk-team-cont a {
    color: inherit;
    text-decoration: none;
}

.nk-team .nk-team-cont a:hover, .nk-team .nk-team-cont a.hover, .nk-team .nk-team-cont a:focus, .nk-team .nk-team-cont a:active {
    color: #93c027;
}

.nk-team .nk-team-cont .nk-team-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

@media (max-width: 767px) {
    .nk-team .nk-team-cont .nk-team-photo {
        display: none;
    }
}

/*------------------------------------------------------------------

  Forum

 -------------------------------------------------------------------*/
/* Threads List */
.nk-forum {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nk-forum > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 35px;
    background-color: #232930;
}

.nk-feature-cont.slave{
    padding-left: 8px !important;
    margin-left:5px;
}
.nk-feature-icon.slave{
    width:60px;
}
@media (max-width: 991px) {
    .nk-forum > li {
        padding: 40px;
    }
}

.nk-forum > li + li {
    padding-top: 0;
}

.nk-forum > li.nk-forum-locked > * {
    opacity: .4;
}

.nk-forum > li.nk-forum-allpostsseen > * {
    opacity: .4;
}

.nk-forum > li .nk-forum-icon,
.nk-forum > li .nk-forum-title {
    padding-right: 25px;
}

.nk-forum > li .nk-forum-count {
    padding-right: 35px;
    font-size: .9rem;
    white-space: nowrap;
}

.nk-forum > li .nk-forum-icon {
    min-width: 55px;
}

.nk-forum > li .nk-forum-icon > span {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.nk-forum > li .nk-forum-title {
    width: 100%;
}

.nk-forum > li .nk-forum-title > h2,
.nk-forum > li .nk-forum-title > h3,
.nk-forum > li .nk-forum-title > h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.nk-forum > li .nk-forum-title > h2 > a,
.nk-forum > li .nk-forum-title > h3 > a,
.nk-forum > li .nk-forum-title > h4 > a {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-title > h2 > a:hover,
.nk-forum > li .nk-forum-title > h2 > a.hover,
.nk-forum > li .nk-forum-title > h3 > a:hover,
.nk-forum > li .nk-forum-title > h3 > a.hover,
.nk-forum > li .nk-forum-title > h4 > a:hover,
.nk-forum > li .nk-forum-title > h4 > a.hover {
    color: #93c027;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub {
    margin-top: 10px;
    font-size: .9rem;
    font-style: italic;
}

.nk-forum > li .nk-forum-title .nk-forum-title-sub a {
    font-weight: 600;
    color: inherit;
}

.nk-forum > li .nk-forum-activity-avatar img {
    float: left;
    width: 34px;
    height: auto;
    margin-right: 15px;
    border-radius: 17px;
}

.nk-forum > li .nk-forum-activity {
    min-width: 130px;
    max-width: 130px;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-date {
    font-size: .9rem;
    font-style: italic;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title {
    overflow: hidden;
    font-size: .9rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a {
    width: 100%;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:focus,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a:hover,
.nk-forum > li .nk-forum-activity .nk-forum-activity-title > a.hover {
    opacity: .8;
}

@media (max-width: 1199px) {
    .nk-forum > li .nk-forum-activity {
        display: none;
    }
}

@media (max-width: 991px) {
    .nk-forum > li .nk-forum-count,
    .nk-forum > li .nk-forum-activity-avatar {
        display: none;
    }
}

@media (max-width: 575px) {
    .nk-forum > li .nk-forum-icon {
        display: none;
    }
}

/* Single Topic */
.nk-forum-topic > li,
.nk-forum-topic > li + li {
    padding-top: 40px;
}

.nk-forum-topic > li + li {
    margin-top: 30px;
}

.nk-forum-topic > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nk-forum-topic > li .nk-forum-topic-author {
    width: 150px;
    text-align: center;
}

.nk-forum-topic > li .nk-forum-topic-author img {
    width: 100px;
    height: auto;
    margin-left: 10px;
    margin-top: 30px;
    /* margin: 15px auto; */
    border-radius: 50%;
}
.nk-forum-topic > li .nk-forum-topic-author .Honored img {
    width: 100px;
    height: auto;
    margin-left: 10px;
    margin-top: 70px;
    /* margin: 15px auto; */
    border-radius: 50%;
}
.nk-forum-topic > li .nk-forum-topic-author-badged {
    width: 120px;
    text-align: center;
}

.nk-forum-topic > li .nk-forum-topic-author-badged img {
    width: 100px;
    height: auto;
    border-radius: 50px;
}
.replyAvatar{
    display:block;
    float:left;
    margin-left:10px;
    margin-bottom:10px;
}

.repliedTo{
    line-height:30px;
    display:block;
    float:left;
    margin-left:10px;
    margin-bottom:10px;

}

.nk-forum-topic > li .nk-forum-topic-author-small img {
    width: 30px;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
}
#avatarImage{
    display:block;
    width:100%;
}
.nk-forum-topic > li .nk-forum-topic-author-name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Montserrat", 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a {
    color: #fff;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-author-name > a:hover,
.nk-forum-topic > li .nk-forum-topic-author-name > a.hover {
    color: #93c027;
}

.forum-badge.Supporter {
    display:block;
    width:150px;
    height:208px;
    background-repeat: no-repeat;
}

.forum-badge.Honored {
    display:block;
    width:150px;
    height:266px;
    background-repeat: no-repeat;
}

.forum-badge.Supporter {
    background-image:url('/assets/images/badges/Supporter_badge.png');
}

.forum-badge.Honored {
    background-image:url('/assets/images/badges/Honored_badge.png');
}

.forum-badge-rank {
    display:block;
    position:relative;
    width:120px !important;
    height:120px  !important;
    margin-top:-100px;
    z-index: 0;
}

.forum-badge-rank.ProjectOwner {
    width: 150px !important;
    height: 167px !important;
    margin-left: -15px;
    margin-top: -110px;
}

.forum-badge-rank.GameMaster {
    width: 150px !important;
    height: 167px !important;
    margin-left: -15px;
    margin-top: -110px;
}

.forum-badge-rank.Developer {
    width: 150px !important;
    height: 167px !important;
    margin-left: -15px;
    margin-top: -110px;
}

.gold{
    color:#e9ac1a !important;
    border-color:#e9ac1a;
}
.goldtitle{
    color:#e9ac1a !important;
    border-color:#e9ac1a;
    font-family: 'Josefin Sans', 'Roboto', sans-serif;
}

.developer{
    color:#c9321d !important;
    border-color:#c9321d;
}

.gamemaster{
    color:#7eaa21 !important;
    border-color:#7eaa21;
}

.thesacredorder {
    color:#459ce0 !important;
    border-color:#459ce0;
}

.thedomination {
    color:#c52610 !important;
    border-color:#c52610;
}

.white{
    color:#FFF !important;
}

.forum-badge img {
    width: 110px !important;
    height: 110px !important;
    border-color: #ef9e2b;
}

.forum-badge-avatar{
    position: relative;
    width: 80px !important;
    height:80px !important;
}

.nk-forum-topic > li .nk-forum-topic-author-since {
    margin-top: 10px;
    font-size: .9rem;
    opacity: .6;
}

.nk-forum-topic > li .nk-forum-topic-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-left: 40px;
}

.nk-forum-topic > li .nk-forum-topic-content p:last-child {
    margin-bottom: 0;
}
.post-votes{
    display:block;
    width:100%;
    text-align:right;
}

.post-votes a{
    font-size:0.7rem;
}
.post-votes a:hover{
    cursor:pointer;
}
.like .iconify:hover{
    color: green;
}
.voted.like .iconify{
    color: green;
}
.voted.disslike .iconify{
    color: #e2361f;
}
.disslike .iconify:hover{
    color: #e2361f;
}
.post-votes-counter {
    display:inline-block;
    position: relative;
    top: -6px;
}
.post-votes-counter a{
    line-height: 21px;
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 3px;
}

.post-votes .iconify{
    font-size:1.5rem;
    margin-left:15px;
    display: inline-block;
}
.nk-forum-topic > li .nk-forum-topic-footer {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

.nk-forum-topic > li .nk-forum-topic-footer::before {
    content: "";
    position: absolute;
    display: block;
    top: 35px;
    right: 0;
    left: 0;
    border-top: 1px solid #293139;
}

.nk-forum-topic > li .nk-forum-topic-footer::after {
    content: "";
    display: block;
    clear: both;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-topic-date {
    font-size: .9rem;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn {
    float: right;
    font-size: .9rem;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a > span,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a > svg {
    margin-right: 5px;
    vertical-align: middle;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span {
    padding: 7px 14px;
    border-radius: 2px;
    -webkit-transition: .2s background-color, .2s color;
    -o-transition: .2s background-color, .2s color;
    transition: .2s background-color, .2s color;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:focus,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:active {
    color: inherit;
    text-decoration: none;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > a.hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span:hover,
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > span.hover {
    color: #fff;
    background-color: #293139;
}

.nk-forum-topic > li .nk-forum-topic-attachments {
    padding: 40px;
    margin-top: 40px;
    background-color: #293139;
}

.nk-forum-topic > li .nk-forum-topic-reply {
    padding: 40px;
    background-color: #293139;
    margin-bottom:20px;
}

.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > button{
    background-color: transparent;
    color: #fff;
    border:0px;
    padding: 5px 14px !important;
    border-radius: 2px;
    transition: .2s background-color, .2s color;
    cursor: pointer;

}
.nk-forum-topic > li .nk-forum-topic-footer .nk-forum-action-btn > button:hover{
    color: #fff;
    background-color: #293139;
}

@media (max-width: 767px) {
    .nk-forum-topic > li {
        padding: 30px;
    }
    .nk-forum-topic > li + li {
        padding-top: 30px;
    }
    .nk-forum-topic > li .nk-forum-topic-author {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nk-forum-topic > li .nk-forum-topic-author::after {
        content: "";
        display: block;
        margin-bottom: 25px;
        clear: both;
    }
    .nk-forum-topic > li .nk-forum-topic-author img {
        float: left;
        width: 50px;
        height: auto;
        margin: 20px;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-name {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 70px;
        line-height: 1.4;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-role {
        margin-left: 70px;
        font-size: .8rem;
    }
    .nk-forum-topic > li .nk-forum-topic-author .nk-forum-topic-author-since {
        display: none;
    }
    .nk-forum-topic > li .nk-forum-topic-content {
        min-width: 100%;
        padding-left: 0;
    }

    .nk-forum-topic > li .nk-forum-topic-author-badged {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nk-forum-topic > li .nk-forum-topic-author-badged::after {
        content: "";
        display: block;
        margin-bottom: 25px;
        clear: both;
    }
    .nk-forum-topic > li .nk-forum-topic-author-badged img {
        float: left;
        width: 50px;
        height: auto;
        margin: 0;
    }
    .nk-forum-topic > li .nk-forum-topic-author-badged .nk-forum-topic-author-name {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 70px;
        line-height: 1.4;
    }
    .nk-forum-topic > li .nk-forum-topic-author-badged .nk-forum-topic-author-role {
        margin-left: 70px;
        font-size: .8rem;
    }
    .nk-forum-topic > li .nk-forum-topic-author-badged .nk-forum-topic-author-since {
        display: none;
    }
    .nk-forum-topic > li .nk-forum-topic-content {
        min-width: 100%;
        padding-left: 0;
    }
}

/*------------------------------------------------------------------

  Plugins

 -------------------------------------------------------------------*/
/*---------------------------
  Plugin NanoScroller
 ----------------------------*/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
    -webkit-overflow-scrolling: touch;
}

.nano .nano-content::-webkit-scrollbar {
    display: none;
}

.nano > .nano-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    visibility: hidden\9;
    background: rgba(0, 0, 0, 0.4);
    opacity: .01;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    will-change: opacity;
}

.nano > .nano-pane > .nano-slider {
    position: relative;
    margin: 0 1px;
    background: #fff;
    opacity: .5;
}

.nano > .nano-pane:hover > .nano-slider {
    opacity: .6;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    opacity: .99;
}

/*---------------------------
  Plugin Photoswipe
 ----------------------------*/
.pswp__button {
    opacity: 1;
}

.pswp__button:hover {
    opacity: .7;
}

.pswp__button--arrow--left {
    left: 15px;
}

.pswp__button--arrow--right {
    right: 15px;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    top: 24px;
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 28px;
}

.pswp__button--arrow--left::before {
    left: 8px;
    background-position: -130px -34px;
}

.pswp__button--arrow--right::before {
    right: 8px;
    background-position: -85px -34px;
}

.pswp__top-bar {
    top: 15px;
    right: 15px;
    left: 15px;
    width: auto;
}

@media (max-width: 575px) {
    .pswp__button--arrow--left {
        left: 0;
    }
    .pswp__button--arrow--right {
        right: 0;
    }
    .pswp__top-bar {
        top: 15px;
        right: 0;
        left: 0;
    }
}

.pswp__caption__center {
    max-width: 520px;
    padding: 40px;
    font-size: inherit;
    line-height: inherit;
}

/*---------------------------
  Plugin Seiyria Bootstrap Slider
 ----------------------------*/
.nk-input-slider .slider {
    width: 100%;
}

.nk-input-slider .slider-track,
.nk-input-slider .slider-selection,
.nk-input-slider .slider-handle {
    background-image: none;
}

.nk-input-slider .slider-track {
    background-color: #293139;
    border-radius: 0;
}

.nk-widget .nk-input-slider .slider-track {
    background-color: #171e22;
}

.nk-input-slider .slider.slider-horizontal .slider-track {
    height: 6px;
}

.nk-input-slider .slider-selection,
.nk-input-slider .slider-handle {
    background-color: #93c027;
}

.nk-input-slider .slider-handle {
    width: 16px;
    height: 16px;
}

.nk-input-slider-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.nk-input-slider-inline .nk-input-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3px 15px;
    margin-right: 20px;
    border: 1px solid #293139;
}

.nk-input-slider-inline .nk-input-slider > * {
    display: table-cell;
}

.nk-input-slider-inline .nk-input-slider > .nk-input-slider-content {
    min-width: 160px;
}

.nk-input-slider-inline .nk-input-slider > .nk-input-slider-input {
    width: 99%;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .nk-input-slider-inline .nk-input-slider {
        margin-right: 0;
    }
    .nk-input-slider-inline .nk-input-slider > * {
        display: block;
        text-align: center;
    }
    .nk-input-slider-inline .nk-input-slider > .nk-input-slider-content {
        min-width: 0;
    }
    .nk-input-slider-inline .nk-input-slider > .nk-input-slider-input {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .nk-input-slider-inline > * {
        display: block;
    }
    .nk-input-slider-inline > *:last-child {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        text-align: right;
    }
}

/*---------------------------
  Plugin Summernote
 ----------------------------*/
.note-editor.note-frame {
    border: none;
}

.panel-heading.note-toolbar {
    padding: 10px 26px;
    background-color: #232930;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 25px;
    color: #fff;
    background-color: #293139;
}

.note-editor.note-frame .note-statusbar {
    background-color: #0d1113;
}

.note-toolbar {
    background-color: #232930;
}

.note-toolbar .note-btn {
    padding: 6px 15px;
    color: inherit;
    background-color: #171e22;
    border: none;
}

.note-toolbar .note-btn:hover {
    background-color: #0d1113;
}

.note-toolbar .dropdown-menu {
    color: inherit;
    background-color: #232930;
    -webkit-box-shadow: 0 4px 10px 0 #232930;
            box-shadow: 0 4px 10px 0 #232930;
}

.note-toolbar .dropdown-menu a {
    display: block;
    padding: 4px 10px;
    color: inherit;
}

.note-toolbar .dropdown-menu a:hover,
.note-toolbar .dropdown-menu a:focus,
.note-toolbar .dropdown-menu a:active {
    text-decoration: none;
}

.note-toolbar .dropdown-menu a:hover {
    background-color: #171e22;
}

.note-toolbar .dropdown-toggle::after {
    display: none;
}

.note-popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar.panel-heading .note-color-palette div .note-color-btn {
    border-color: #171e22;
}

.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.link-dialog .custom-checkbox input {
    top: 6px;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.tooltip-account-overview {
    cursor: help;
}

.tooltip-account-overview .account-overview-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 1.0);
    padding: 0.8em 1em;
    border-radius: 10px;
    opacity: 0;
    top: 100%;
    left: 10%;
}

.tooltip-account-overview ul {
    margin-bottom: 0;
}

.tooltip-account-overview:hover .account-overview-tooltip {
    margin-bottom: -5px;
    opacity: 1;
    z-index: 1000;
}

.supporter-license-account {
    box-shadow: 0px 0px 30px #22a2b1;
    width: 260px;
}

.honored-license-account {
    box-shadow: 0px 0px 30px #ef9e2b;
}

.account-overview-license-icon {
    float: left;
    margin-left: -35px;
}

.hr-subscribe {
    position: relative;
    float: right;
    top: -37px;
    right: 4px;
}

.home-buttons-design {
    display: flex;
    justify-content: center;
}

.home-font-weight {
    -webkit-text-stroke: 1px black;
    font-weight: bold;
}

.background-img-bug {
    width:100%;
    background-image:url("/assets/images/bug_report_background.png");
    background-size: 120% 100%;
    height: 790px;
    padding-top: 10px;
}

.download-launcher {
    position: absolute;
    margin-left: 15px;
    height: 30px;
    width: 30px;
}

.text-glow-effect {
    color: #0fffdf;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #0fffdf, 0 0 20px #0fffdf, 0 0 30px #0f6aff, 0 0 40px #0f6aff, 0 0 50px #0f6aff, 0 0 60px #0f6aff, 0 0 70px #0f6aff;
    }
    to {
        text-shadow: 0 0 20px #0fffdf, 0 0 30px #0542a6, 0 0 40px #0542a6, 0 0 50px #0542a6, 0 0 60px #0542a6, 0 0 70px #0542a6, 0 0 80px #0542a6;
    }
}

@media (min-width: 1176px) {
    .plr-200 {
        padding: 0 200px;
    }
}

@media (max-width: 1175px) {
    .plr-200 {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .hr-pos {
        position: relative;
        float: center;
        top: 350px;
    }
}

@media (max-width: 991px) {
    .hr-pos-1 {
        position: relative;
        float: center;
        top: 400px;
    }
}

.anchor-class {
    text-decoration: none !important;
}
