
body {
    background: url(../images/bg.jpg) no-repeat #000000;
    background-size: cover;
    background-position: top center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
 
}

.icons {
    background: #000;
    padding: 15px 0px 13px;
    margin-top: 0px !important;
}

.bankImg a {
    color: #337ab7;
    text-decoration: none;
    padding-right: 24px;
}

.bankImg img {
    height: 70px;
    display: inline;
}



.exclusive {
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
}

#footer {
    width: 100%;
    position: relative;
    bottom: 0px;
}

.rightimage {
    max-width: 707px;
    margin-top: 40px;
}

    .rightimage img {
        width:100%;
    }

.offer {
   max-width:504px;
}

.offer img {
    width:100%;
}


.block {
    background: url(../images/block.png) no-repeat;
    min-height: 109px;
    margin-bottom: 42px;
    border-right: 3px solid #000;
}

    .block h2 {
        color: #000;
        font-size: 33px;
        text-align: center;
        margin-top: 30px;
        text-transform: uppercase;
    }


    .block h3 {
        text-align: center;
        color: #fff;
        font-size: 30px;
    }


.bottomblocks {
    margin-top:0px;
}


.bottomblocks h3 {
    color:#ffea00;
    text-transform:uppercase;
    text-align:center;
    margin:20px auto;
}


#container {
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.bottombanner {
    background: #1d2029;
    padding:20px;
}


@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}


.close {
    color: #ffba00;
    text-shadow: none;

}

#btn {
    margin-top:40px;


}



.v2w-btn01 {
    border-radius: 4px;
    background: url(../images/join-now.png) no-repeat;
    max-width:298px;
    height:92px;
    position: relative;
    display: inline-block;
    outline: none !important;
}

.maintop .v2w-btn01 {
    text-align: center;
    text-decoration: none;
    width: 298px;
    height: 92px;
}


.maintop .v2w-btn01 a {
    font-size: 37px;
    text-decoration: none;
}

.maintop .v2w-btn01:hover {
    cursor: pointer;
    color: #ffea01;
}



.maintop2 .v2w-btn01 {
    text-align: center;
    /* background: #000; */
    /* max-width: 50%; */
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size: 29px;
    animation: glowing 4000ms infinite;
    border: 1px solid #00c081;
    /* border: 0px; */
    /* margin-top: 15px; */
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 30px;
    /* max-width: 240px; */
    text-decoration: none;
    font-size: 37px;
}


    .maintop2 .v2w-btn01 a {
        font-size: 37px;
        text-decoration: none;
    }

    .maintop2 .v2w-btn01:hover {
        cursor: pointer;
        color: #ffea01;
    }


.maintop {
    /*background: rgba(0, 0, 0, 0.8);*/
    padding: 4px;
    /*border: 2px solid #deaa53;*/
}

.maintext h1 {
    font-size: 100px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
    text-shadow: 3px 1px 10px #000000;
}

.maintext h2 {
    font-size: 136px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-top: -35px;
    text-transform: uppercase;
    /* margin: 0px auto 0px 0; */
    text-shadow: 3px 1px 10px #000000;
}

.maintext h3 {
    text-transform: uppercase;
    color: #ffea00;
    font-size: 36px;
    margin-top: -25px;
}


.maintext p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 1px 5px #000000;
}





.LoaderBalls {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.LoaderBalls__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00f1ca;
}

    .LoaderBalls__item:nth-child(1) {
        animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
    }

    .LoaderBalls__item:nth-child(2) {
        animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
    }

    .LoaderBalls__item:nth-child(3) {
        animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
    }

@keyframes bouncing {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }

    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}




.button {
    text-align: center;
    /* box-shadow: 1px 1px 1px #fff; */
    -moz-box-shadow: 1px 1px 1px #fff;
    /* -webkit-box-shadow: 1px 1px 1px #fff; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.dsktop {
    display: block;
}

.mb {
    text-align: center;
}

.mobile {
    display: none;
}

.modal-content {
    min-height: 200px;
}


@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #95f7e4;
    }

    40% {
        box-shadow: 0 0 20px #95f7e4;
    }

    60% {
        box-shadow: 0 0 20px #95f7e4;
    }

    100% {
        box-shadow: 0 0 -10px #95f7e4;
    }
}

.glow {
    animation: glowing 5000ms infinite;
}


.sword {
    max-width: 253px;
    min-height: 448px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(20deg);
}


.shadowfilter {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.floating2 {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}



.viewpromobut {
    background: #d60b07;
    /*padding: 10px 20px;*/
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    /* border-radius: 4px; */
    float: none;
    text-transform: uppercase;
    max-width: 350px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

    .viewpromobut a {
       color:#fff;
    }

    .viewpromobut:hover {
        background: #59af00;
        cursor: pointer;
        text-decoration: none;
    }


    .viewpromobut a:visited {
        color: #fff;
    }

    .viewpromobut a:hover {
        color: #fff;
        text-decoration: none;
    }





.mobile h5 {
    text-align: center;
}




@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}






.gameWindowWrapper {
    width: 1024px;
    height: 768px;
    margin: 30px auto 0;
    background: url(../images/loader.gif) no-repeat center center;
}

.withIcon {
    background: url("../images/clover.png") no-repeat;
    background-position: 0px 5px;
}


.specialicons {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
}

.masklogo {
    margin: -10px;
}


.table-striped {
    margin: 10px auto;
}



.img {
    margin: 0 auto;
    display: block;
}

    .img img {
    }




/*Lets start with the cloud formation rather*/
/*The container will also serve as the SKY*/
/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 60s linear infinite;
    -moz-animation: moveclouds 60s linear infinite;
    -o-animation: moveclouds 60s linear infinite;
    opacity: 0.4;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.);
    opacity: 0.4; /*opacity proportional to the size*/
    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;
}

.x3 {
    left: -250px;
    top: -200px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4; /*opacity proportional to the size*/
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
}

.x4 {
    left: 470px;
    top: -250px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.4; /*opacity proportional to the size*/
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
}

.x5 {
    left: -150px;
    top: -150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}


/*sparkley effect end*/


a {
    outline: 0 !important;
    color: #399b12;
    text-decoration: none !important;
}

    a:visited {
        color: #399b12;
    }

    a:hover {
        color: #d60b07;
    }





@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}






.green {
    color: #54cc10;
}







@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



.view {
    margin: 20px auto 0;
}



.tab-content h6 {
    text-align: left;
}





::selection {
    /* webkit */
    background: #337ab7;
    color: #ffffff;
}

::-moz-selection {
    /* gecko */
    background: #F60;
    color: #ffffff;
}

.falllogo {
    margin-top: 50px;
}

  

.socials {
    margin: 0px auto;
    text-align: center;
}

    .socials a {
        margin: 0 10px;
    }







div.column {
    /* The background image must be 800px wide */
    max-width: 100%;
}

figure.fixedratio {
    /*padding-top: 58%;*/
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    position:relative;
}

.fixed-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-respon {
    width: 100%;
}


.img-100 {
    width: 100%;
    max-width: 500px;
}






/*------------------------------------------------------------------

 [2. Theme global styles]

------------------------------------------------------------------*/
.bg-grey {
    background: #1b1d21;
    padding: 40px 0;
}

.caption-margin {
    margin-top: 60px;
}

.parallax {
    background-attachment: fixed !important;
    /*fix for background parallax bug*/
}

.color-overlay-sec {
    background: rgba(163, 26, 10, 0.92) !important;
    position: relative;
    padding: 20px 0;
}

.overlay-sec {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

    .overlay-sec h2 {
        color: #ffffff;
        margin-bottom: 60px;
        margin-top: 60px;
    }

.color-overlay-sec h2 {
    color: #ffffff;
}

    .color-overlay-sec h2 span {
        color: #ff9f8f;
    }

.color-overlay-sec .person span {
    color: #cccccc !important;
}

.color-overlay-sec p {
    border-bottom-color: rgba(51, 51, 51, 0.1) !important;
}

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list li {
        width: 100%;
        display: inline-block;
        margin-bottom: .5em;
    }

    .icon-list .elegant {
        float: left;
        width: 10%;
        color: #F60;
        font-size: 1.3em;
    }

    .icon-list .txt {
        float: left;
        max-width: 90%;
    }

.noopacity {
    opacity: 0;
}

.nodisplay {
    display: none;
}

.breakit {
    word-break: break-all;
}


.clover {
    background: url(../images/clover.jpg) top no-repeat;
    width: 588px;
    height: 190px;
    margin: 0 auto;
    /* float: right; */
}


/*------------------------------------------------------------------

Points Button

------------------------------------------------------------------*/




button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #019040;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /*margin-bottom: 25px;*/
}


    button.submitPoints p {
        margin: 0;
        padding: 7px 0;
    }




    button.submitPoints:hover {
        background: #a20036;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }




.btn #errorText1,
#errorText2 {
    display: none;
    font-size: 14px;
    color: #333333;
}






.offer {
    text-align: center;
    margin: 50px auto;
}


    .offer img {
        width:100%;
    }



/*------------------------------------------------------------------

 [3. Bootstrap components styles]

------------------------------------------------------------------*/




/*     3.1. Buttons     */

.btn {
    padding: 10px 18px;
    border-radius: 5px;
    outline: 0 !important;
    float: right;
}


.btn-primary {
    background: #ffffff;
    border-color: #cccccc;
    color: #666666;
}

.btn-success {
    background: #FF0000;
    border-color: #FF0000;
    font-weight: 600;
}



.btn-info {
    background: #4e4e4e;
    border-color: #4e4e4e;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: rgba(163, 26, 10, 0.92);
    border-color: rgba(163, 26, 10, 0.92);
    outline: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: #3d3d3d;
    border-color: #3d3d3d;
    outline: 0;
}



/*     3.4. Button icons     */

.btn .elegant {
    margin-right: 0px;
}

    .btn .elegant:before {
        margin-top: 6px;
        margin-left: 5%;
        float: left;
    }

.elegant {
    font-size: 1.75em;
}

/*     3.5. Tabs     */

.navbar-default {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: none;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: #f05f40;
        margin-left: 15px;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #FFF;
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #dd0000;
        }

    .navbar-default .nav > li.active,
    .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.tab-content {
    margin-top: 30px;
}

.nav-light li,
.nav-light li:first-of-type,
.nav-light li:last-of-type {
    border-color: #666666 !important;
}

.nav-light .active a {
    background: #cc0101 !important;
    color: #fff !important;
}

.nav-light li a {
    color: #ffffff;
}

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #F60 !important;
}

.gradient-overlay-sec .nav-light li a:hover {
    background: rgba(51, 51, 51, 0.5);
}

.gradient-overlay-sec .nav-light li a {
    color: #ffffff;
}

/*     3.6. Navigation bar    */




#navigation .navbar-inverse {
    /*height: 100px;*/
    min-height: 62px;
    background-color: #000000;
    /*border-bottom: 30px solid rgb(0,100,8);*/
}

    #navigation .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        padding: 0px 18px;
    }

#navigation .navbar-right {
    padding-top: 22px;
    list-style: none;
    background: #000000;
}

#navigation .navbar-inverse .navbar-nav li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(0,100,8);
}

#navigation .navbar-brand {
    display: block;
    max-width: 224px;
    padding: 0;
}





.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

    .navbar-brand:hover {
        opacity: .8;
    }

.main-menu {
    background: #00558E;
    height: auto;
    padding: 4px 0 10px 0;
}

    .main-menu .navbar-nav {
        padding: 8px 0 0 0;
    }

        .main-menu .navbar-nav a {
            color: #FFFFFF;
            border-radius: 5px;
        }

    .main-menu .navbar-collapse a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .main-menu .navbar-collapse li {
        background: #00558E;
        font-size: .875em;
    }

    .main-menu .navbar-collapse a:hover {
        background: transparent;
        color: #ffd800;
    }
    /*toggle menu icon*/
    .main-menu .navbar-toggle .icon-bar {
        background: #000000;
    }

    .main-menu .navbar-toggle {
        border-color: #3d3d3d;
        background: #3d3d3d;
        margin-top: 10px;
    }

    .main-menu .collapsed {
        background: #000000;
        border-color: #cccccc;
    }

        .main-menu .collapsed .icon-bar {
            background: #666666;
        }
    /*Menu - page scrolled down & RWD menu*/
    .main-menu .in li {
        background: #3d3d3d;
    }

    .main-menu .in a {
        color: #cccccc;
        width: 95%;
        margin: 0 auto;
    }

    .main-menu .in li,
    .main-menu .collapsing li {
        text-align: center;
        border-bottom: 1px solid #4e4e4e;
        padding: 4px 0;
    }

    .main-menu .in a:hover {
        background: #FF0808;
        color: #FFFFFF;
    }
    /*buttons in menu */
    .main-menu .buttons-cont {
        float: right;
    }

    .main-menu .btn-primary,
    .main-menu .btn-success {
        margin: 10px 0 0 0;
    }

    .main-menu .btn-primary {
        margin-left: 20px;
    }

    .main-menu .btn {
        margin-left: 10px;
    }






/*------------------------------------------------------------------

 [4. Plugins styles]

------------------------------------------------------------------*/



/*     4.2. Headroom.js - smart navbar scrolling     */

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.headroom--unpinned {
    top: -100px;
}

.headroom--pinned {
    top: 0;
}

.headroom--not-top {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}



/*------------------------------------------------------------------

 [5. Headers]

------------------------------------------------------------------*/

/*     5.1. Main header styles & layout-1 styles     */


.logo {
    height: 109px;
    width: 200px;
    background-image: url(/images/generic/logo-sml.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
}




/*#header {
    background: url(../images/bg.jpg) no-repeat #000000;
    background-size: cover;
    background-position: top center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}*/




.top {
    z-index:100;
}

#header .container {
    height: 100%;
}



    #header .header-cont {
        height: 100%;
    }

    #header .header-image-right {
        margin-top: -100px;
    }
    /* captions for header only */
    #header header {
        margin-bottom: 30px;
    }


    #header .header-txt-small {
        font-size: .6em;
    }

    #header .header-txt-color {
        color: #f46352;
    }

    #header .header-addonial-bg {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.35);
    }
    /* buttons in header */
    #header .btn {
        width: 35%;
        max-width: 264px;
        margin-right: 30px;
        padding: 0;
        font-size: 1.125em;
    }

        #header .btn a {
            color: inherit;
            width: 100%;
            height: 100%;
            display: block;
            padding: 8px 20px 20px;
        }

    #header .btn-subscribe {
        display: block;
        width: 100% !important;
        padding: 20px 0;
        max-width: none !important;
    }
    /* margins before content in the header */
    #header .header-margin {
        width: 100%;
        height: 26%;
    }

    #header .header-margin-more {
        width: 100%;
        height: 35%;
    }

    #header .buttons-cont .btn:last-of-type {
        margin-right: 0px;
    }

/*     5.2. Layout-2 styles     */

.header-centred {
    text-align: center;
}

    .header-centred h1 {
        font-size: 7.5em !important;
    }

    .header-centred .header-txt-small {
        font-size: .5em !important;
    }

    .header-centred .header-margin-more {
        height: 25% !important;
    }

/*     5.3. Layout-3 styles     */

.header-submit {
    text-align: center;
}

    .header-submit .header-txt-small {
        font-size: .55em !important;
        line-height: 0.9em;
    }

.header-form form {
    width: 100%;
    padding: 20px 0;
    display: table;
}

    .header-form form .btn {
        width: 90% !important;
    }

.header-more {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 103px;
    display: block;
}

    .header-more p {
        color: #fff;
        opacity: 0;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .header-more:hover p {
        opacity: 0.5;
    }

    .header-more .elegant {
        color: #007734;
        font-size: 2.85em;
    }

        .header-more .elegant:hover {
            margin-top: 0px;
            color: #fff;
            cursor: pointer !important;
        }

/*     5.4. Layout-4 styles     */





/*------------------------------------------------------------------


/*===================================
= Tabs Section start                =
===================================*/



.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}

/*------------------------------------------------------------------




/*start tabs2*/


.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}








/*------------------------------------------------------------------

/*======================================
= Footer Section                       =
======================================*/
/*footer .icons {
    position: relative;
    float: left;
    width: 100%;
    background: #000;
}

    footer .icons img, footer .icons a {
        height: 70px;
        display: inline;
    }

.footer-info {
    position: relative;
    float: left;
    background-color: #131413;
    width: 100%;
    padding: 10px 10px 10px;
}

.footer-icons {
    position: relative;
    float: left;
    background-color: #000;
    ;
    width: 100%;
    padding: 10px 10px 10px;
}

footer a {
    display: table;
    color: #5c5d5c;
}

    footer a:hover {
        color: #FFF;
        cursor: pointer;
    }*/




/*------------------------------------------------------------------

 [17. Responsive web design]

------------------------------------------------------------------*/

/*     17.1. Breakpoint: 1900px width and more     */

@media all and (min-width: 1900px) {
    #header {
        background-size: 100%;
    }


    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }
}

/*     17.2. Breakpoint: 1200px width and less     */

@media all and (max-width: 1200px) {

 

    .header-more {
        display: none;
    }


    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }


    .falllogo {
        max-width: 400px;
    }
}




/*     17.3. Breakpoint: 991px width and less     */

@media all and (max-width: 1199px) and (min-width: 993px) 





{
    .block h2 {
        color: #fff;
        font-size: 27px;
        text-align: center;
        margin-top: 35px;
        text-transform: uppercase;
    }

    .falllogo2 {
        max-width: 350px;
    }

    .dsktop {
        display: block;
    }


    .mobile {
        display: none;
    }

    .cf {
        min-height: 210px;
    }


    .header-more {
        display: block;
        bottom: 40px;
    }


    #mainmenu .btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    #mainmenu .nav li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #header {
        min-height: 650px;
    }

    .header-centred .header-margin-more {
        height: 20% !important;
    }



    .caption-margin {
        margin-top: 0px;
    }

    footer .sm {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

        footer .sm span {
            line-height: .5em;
        }

    .anim-from-right,
    .anim-from-left {
        margin-left: inherit !important;
        opacity: 1 !important;
    }

    .anim-fade,
    .anim-fade-down {
        opacity: 1 !important;
    }

    .anim-fade-down {
        margin-top: inherit !important;
    }

    .anim-from-right,
    .anim-from-left,
    .anim-fade,
    .anim-fade-down {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}

/*     17.4. Breakpoint: 768px width and less     */




@media all and (max-width: 992px) and (min-width: 768px) {

    .block h2 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 38px;
        text-transform: uppercase;
    }

    #btn {
        /* margin-top: 40px; */
        margin: 0 auto;
        text-align: center;
    }

    .offer {
        text-align: center;
        margin: 20px auto;
    }

    .rightimage {
        margin-top: 30px;
    }

    .falllogo {
        margin-top: 33px;
    }
  

    .viewpromobut {
        display: none;
    }

   

    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }


    .header-more {
        display: none;
    }



    .main-menu li {
        background: #3d3d3d !important;
        font-size: 1.125em !important;
    }

    .modal-dialog {
        max-width: none;
    }



        #header header {
            text-align: center;
        }



        #header .buttons-cont {
            text-align: center;
        }

        #header .btn {
            font-size: 1em;
        }

        #header form button {
            width: 100% !important;
            max-width: none !important;
        }

        #header .header-more p {
            display: none;
        }

        #header .header-margin-more {
            height: 20% !important;
        }

    .modal-header h5 {
        font-size: 1.25em;
    }

    .modal-header h6 {
        font-size: .875em;
    }


    #contact-more .col-xs-12 {
        text-align: center;
    }

    #contact-more ul li span {
        float: none;
    }

    footer {
        padding-top: 20px;
    }

        footer .container div:nth-child(1),
        footer .container div:nth-child(3) {
            text-align: center;
        }

    .anim-from-right,
    .anim-from-left,
    .anim-fade-down,
    .anim-fade-up,
    .anim-fade,
    .anim-bounce,
    .anim-bounce-left,
    .anim-bounce-right,
    .anim-bounce-down,
    .anim-bounce-up,
    .anim-zoom-up,
    .anim-zoom-down {
        opacity: 1 !important;
    }
}



/*     17.5. Breakpoint: 600px width and less     */


@media all and (max-width: 767px) {

    .block {
        background: url(../images/block.png) repeat;
        min-height: 112px;
        /* width: 100%; */
        margin-bottom: 5px;
        border-right: 3px solid #000;
    }

        .block h2 {
            color: #fff;
            font-size: 35px;
            text-align: center;
            margin-top: 32px;
        }

    .rightimage {
        max-width: 707px;
        margin-top: 30px;
    }

    .offer {
        text-align: center;
        margin: 30px auto;
    }

    #btn {
        /* margin-top: 40px; */
        margin: 0 auto;
        text-align: center;
    }

    .falllogo {
        margin-top: 10px;
        text-align: center;
        max-width: 100%;
    }


    .table-container {
        height: 235px;
        bottom: 147px;
    }

    .sweet {
        max-width: 170px;
        bottom: 128px;
    }

    .viewpromobut {
        display: none;
    }

   


    #tabs .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs .nav-tabs li a {
            padding: 9px 40px;
        }


    #tabs2 .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs2 .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs2 .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs2 .nav-tabs li a {
            padding: 15px 40px;
        }



    .falllogo2 {
        max-width: 315px;
    }



    .winnerblock {
        height: 202px;
        width: 100%;
    }




    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

    .header-more {
        display: none;
    }




        #header .btn {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0px;
        }



        #header h3 {
            font-size: 1.75em;
        }

        #header .header-margin {
            height: 20%;
        }

    .header-countdown #countdown div p {
        font-size: 2em;
    }

    .header-more .elegant {
        font-size: 2.5em;
    }
}



@media all and (max-width: 600px) {


    .block {
        background: url(../images/block.png) repeat;
        min-height: 112px;
        /* width: 100%; */
        margin-bottom: 5px;
        border-right: 3px solid #000;
    }

        .block h2 {
            color: #fff;
            font-size: 35px;
            text-align: center;
            margin-top: 32px;   
        }


    .maintext h1 {
        font-size: 16px;
    }



    .falllogo2 {
        max-width: 241px;
    }


    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

    .header-more {
        display: none;
    }



        #header .btn {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0px;
        }

      

        #header h3 {
            font-size: 1.75em;
        }

        #header .header-margin {
            height: 20%;
        }

    .header-countdown #countdown div p {
        font-size: 2em;
    }

    .header-more .elegant {41`  
        font-size: 2.5em;
    }
}

/*     17.6. Breakpoint: 480px width and less     */

@media all and (max-width: 480px) {

    .v2w-btn01 img {
        width:100%;

    }

    .offer img {
        width: 85%;
    }

    .block h2 {
        color: #fff;
        font-size: 26px;
        text-align: center;
        margin-top: 38px;
    }

    .maintext h1 {
        font-size: 16px;
      
    }


    .table-container {
        bottom: 94px;
    }



    .socials {
        margin: 0px auto;
        text-align: center;
        background: #000;
        padding: 30px 0;
    }
    
    
    .viewpromobut {
        display: none;
    }


    .falllogo2 {
        max-width: 268px;
    }


    #about h3 {
        width: 100%;
    }



    .dsktop {
        display: none;
    }


    .mobile {
        display: block;
    }

  


    .header-more {
        display: block;
        bottom: 40px;
    }



    .x1, .x2, .x3, .x4, .x5 {
        left: 0px;
    }





    #header {
        min-height: 650px;
        /*background: url(../images/bg2.jpg) fixed;*/
    }

        #header .header-margin {
            height: 18%;
        }

    .logo-cont {
        width: 30%;
    }

        .logo-cont a img {
            width: 100%;
        }

    #mainmenu .btn {
        font-size: .75em;
    }

    .navbar-toggle {
        padding: 12px 5px;
    }

    .main-menu .btn {
        margin-left: 4px;
    }

    .header-countdown #countdown div {
        font-size: .875em;
        padding-top: 10px;
    }

    #contact-more ul li span {
        width: 100%;
    }

    #header .header-txt-small {
        font-size: .5em;
    }


    #header h3 {
        font-size: 1.5em;
        margin-top: 10px;
    }


    footer .elegant {
        font-size: 1.5em;
    }

    footer .sm {
        width: 35px;
        height: 35px;
    }

}




@media all and (max-width: 320px) {

    .offer img {
        width: 85%;
    }

    .block h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin-top: 36px;
    }

    #header {
      
        height: 100vh;
        /* max-height: 890px; */
        min-height: 800px;
        background-size: cover;
    }

    .table-container {
          bottom: 94px;
    }





    .viewpromobut {
        display: none;
    }

  

}



    /*     17.7. Breakpoint: 700px width and less, landscape orientation    */

    @media all and (orientation: landscape) and (max-width: 912px) {

        .table-container {
         
            bottom: 90px;
        }

        #header {
            background: url(../images/bg.jpg) no-repeat #020612;
            height: 100vh;
            /* max-height: 890px; */
            min-height: none;
            background-size: cover;
            /* background-position: bottom center !important; */
            z-index: 10;
            display: block;
        }

        .socials {
            margin: 0px auto;
            text-align: center;
            background: #000;
            padding: 30px 0;
        }

       

        .viewpromobut {
            display: none;
        }

        .maintop {
            margin-top: 3px;
        }


        .bottom {
            display: none;
        }


        #about h3 {
            width: 100%;
        }


        .dsktop {
            display: none;
        }


        .mobile {
            display: block;
        }


        .navbar-fixed-top {
            position: absolute;
        }




        /* SPINNER START */

        .spinner {
            margin: 100px auto 0;
            width: 70px;
            text-align: center;
        }

            .spinner > div {
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
                animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }

            .spinner .bounce1 {
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

            .spinner .bounce2 {
                -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }

        @-webkit-keyframes sk-bouncedelay {
            0%, 80%, 100% {
                -webkit-transform: scale(0);
            }

            40% {
                -webkit-transform: scale(1.0);
            }
        }

        @keyframes sk-bouncedelay {
            0%, 80%, 100% {
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            40% {
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
            }
        }

        /* SPINNER END */


    }
