﻿



/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Tamax 01
Version:	1.1
Last change:	05/11/18 []
Assigned to:	ThemeOxygen
Primary use:	Games 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
1. General
2. Preload
3. Top Header
4. Menu
5. Carousel
6. Navigation Bar (*)
7. Presentation Top
8. Events
9. Restaurant
10. Casino
10a. Gallery
11. Vip Section
12. Slots
13. Poker
14. Table Games
15. Live Sports
16. Contact
17. Team
18. Login
19. Footer
20. Elements
-------------------------------------------------------------------*/



@import url("variables_green.less");

@import url("icon.css");

body {
    color: #333;
    font-family: @fontText;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    background: #fff;

    @media @desktop {
        font-size: 14px;
    }
}

img{max-width:100%;}

ol, ul {
    margin-bottom: 0px;
    margin-top: 0;
    padding:0;
}
.h1, h1 {
    font-size: 30px;
    font-weight: 800;
    color:#2f343f;
}
h2{
    font-size:20px;
    text-transform:uppercase;
    font-weight:400;
    color:#2f343f;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family:@fontTitle;
}
.h3, h3 {
    font-size: 38px;
    margin-bottom: 20px;

    @media @tablet {
        font-size: 30px;
    }
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #4e4c71;
}

p{
    font-family: @fontText;
    line-height:1.8em;
    color:#333;
    font-weight:400;
    margin:0;
}

.btn{
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing:0px;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.title-line {
    width: 80px;
    background: @default_principalcolor;
    height: 3px;
    text-align: center;
    margin: 15px auto 15px auto;
    border-radius: 50px;
}

.subtitle-title {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    font-family: @fontTitle;
    margin-top: 0px;
}


/********************************************************************************************
    PRELOAD                                                                                    
*********************************************************************************************/

.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f8faff !important;
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cercle-loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 100%;
}
.cercle-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 50px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
  border-radius:50%;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #f83600;
  }
  40% {
    stroke: #0072ff;
  }
  66% {
    stroke: #ADD100;
  }
  80%,
  90% {
    stroke: #9D50BB;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #f83600;
  }
  40% {
    stroke: #0072ff;
  }
  66% {
    stroke: #ADD100;
  }
  80%,
  90% {
    stroke: #9D50BB;
  }
}

/********************************************************************************************
    TOP HEADER                                                                                      
*********************************************************************************************/

header {
    z-index: 999;
    width: 100%;
    background: transparent;
    border-radius: 0;

    .hr-top-header {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: 0px solid #333;
    }

    .container-top-header {
        background: #f5f5f5;

        .box-top-header {

            @media @mobileSm {
                font-size: 11px;
            }

            .box-careers {
                padding-left: 0;

                @media @tablet {
                    width: 50%;
                    float: left;
                }

                @media @mobile {
                    padding: 0;
                    width: 50%;
                    float: left;
                }

                p {
                    color: #333;
                    padding: 5px 0px;
                    font-weight: 600;
                    font-size: 13px;

                    span {
                        color: #ccc;
                        margin-left: 10px;
                    }
                }
            }

            .box-login {
                text-align: right;
                padding: 0;

                @media @tablet {
                    width: 50%;
                    float: left;
                }

                @media @mobile {
                    padding: 0;
                    width: 50%;
                    float: left;
                }

                ul {
                    li {
                        list-style-type: none;
                        display: inline-block;
                        padding: 5px 10px;

                        @media @mobileSm {
                            padding: 5px 4px;
                        }

                        a {
                            text-transform: uppercase;
                            color: #333;
                            text-decoration: none;
                            font-weight: 600;
                            font-size: 13px;

                            @media @mobileXs {
                                font-size: 9px;
                            }
                        }

                        #clock {
                            color: #333;
                            text-transform: lowercase;
                        }
                    }

                    li.active {
                        border-bottom: 1px solid @default_principalcolor;
                    }

                    li:hover {
                        a {
                            color: #666;
                        }
                    }
                }
            }
        }
    }

    @keyframes line_animation {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }

    .container-middle-header {
        z-index: 10;
        right: 0;
        left: 0;
        padding: 10px 0;
        background: #fff;

        @media @tablet {
            padding: 0;
        }

        &:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 3px;
            background: @default_principalcolor;
            z-index: 99;
            margin-top: 10px;
            animation-name: line_animation;
            animation-duration: 3s;
            animation-timing-function: linear;

            @media @tablet {
                margin-top: 0;
            }
        }

        .box-middle-header {
            padding: 0;

            .top-support {

                @media @tabletLandescape {
                    width: 18%;
                }

                @media @tablet {
                    display: none;
                }

                .box-support {

                    p {
                        font-size: 13px;
                        color: #777;
                        font-weight: 600;
                        margin-top: 10px;
                        text-align: right;
                        margin-bottom: 5px;

                        @media @tablet {
                            margin-top: 0;
                        }

                        @media @mobile {
                            display: none;
                        }

                        i {
                            color: @default_principalcolor;
                            font-size: 20px;
                            margin-left: 5px;
                        }
                    }

                    h3 {
                        color: #3b349c;
                        font-size: 20px;
                        font-weight: 800;
                        margin: 0;
                        text-align: right;

                        @media @tabletLandescape {
                            font-size: 18px;
                        }

                        @media @mobile {
                            font-size: 16px;
                            text-align: left;
                            margin-top: 25px;
                        }
                    }
                }
            }

            .box-logo {

                @media @tabletLandescape {
                    width: 22%;
                }

                @media @tablet {
                    width: 30%;
                    position: absolute;
                    z-index: 999;
                }

                @media @mobile {
                    width: 65%;
                }


                a.navbar-brand {
                    float: left;
                    padding: 20px 0px 0 0;
                    font-size: 18px;
                    line-height: 20px;
                    font-size: 30px;
                    text-transform: uppercase;
                    color: #222;
                    font-weight: 800;
                    font-family: @fontTitle;
                    width: 100%;

                    @media @mobile {
                        font-size: 20px;
                    }

                    span {
                        color: @default_principalcolor;
                        font-weight: 800;
                        font-size: 50px;

                        @media @mobile {
                            font-size: 30px;
                        }
                    }
                }

                .sub-logo {
                    color: #777;
                    font-size: 11px;
                    font-weight: 600;
                    float: left;
                    margin-top: -4px;

                    @media @desktop {
                        text-align: left;
                        float: none;
                    }
                }
            }
        }
    }
}


/********************************************************************************************
    CAROUSEL SLIDESHOW                                                                                      
*********************************************************************************************/

.box-slideshow {

    .owl-carousel-slide {

        .item {

            &:before {
                content: "";
                background: url(../images/pattern-white.svg) repeat;
                height: 100%;
                opacity: .15;
                position: absolute;
                width: 100%;
                z-index: 9;
            }

            &:after {
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 8;
                background: linear-gradient(to right, rgba(25, 34, 49, 0.8), rgba(0, 24, 49, 0));
                background-color: rgba( 30, 38, 49, 0.5);
            }
        }

        &:hover .owl-nav .owl-next,
        &:hover .owl-nav .owl-prev {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .owl-nav {

            .owl-prev, .owl-next {
                padding: 15px 26px;
                background-color: rgba(0,0,0,0.5);
                -webkit-transition-duration: 0.5s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #f18109 inset;
                border-radius: 100%;
                font-size: 24px;
                color: #333333;
                text-align: center;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                opacity: 0;
                position: absolute;
                top: 45%;
            }

            .owl-prev {
                float: left;
                margin-left: 10px;
            }

            .owl-next {
                float: right;
                margin-right: 10px;
                right: 0;
            }

            .owl-next:hover {
                -webkit-box-shadow: -100px 0 0 #f18109 inset;
                box-shadow: -100px 0 0 #f18109 inset;
            }

            .owl-prev:hover {
                -webkit-box-shadow: 100px 0 0 #f18109 inset;
                box-shadow: 100px 0 0 #f18109 inset;
            }


            .owl-next,
            .owl-prev {
                content: "";
                cursor: pointer;
                font-family: "FontAwesome";
                font-weight: 900;
                color: #fff;
            }

            .owl-prev:before {
                content: "\f104";
            }

            .owl-next::before {
                content: "\f105";
            }
        }
    }

    .owl-carousel:hover .owl-nav .owl-next,
    .owl-carousel:hover .owl-nav .owl-prev {
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        margin-right: 25px;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        margin-left: 25px;
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }


    .description {
        position: relative;
        z-index: 99;
        margin-top: 12%;
        padding: 0 20px;

        @media @desktop {
            padding-left: 10%;
            margin-top: 10%;
            width: 100%;
        }

        @media @tablet {
            margin-top: 10%;
        }

        @media @mobile {
            margin-top: 25%;
        }

        p {
            color: #fff;
        }

        .title-slider {
            font-size: 60px;
            font-weight: 800;
            font-family: @fontTitle, sans-serif;

            @media @tablet {
                font-size: 35px;
            }

            @media @mobile {
                font-size: 30px;
            }

            span {
                color: #f18109;
            }
        }

        .btn-more {
            border-color: #8A9170;
            color: #fff;
            font-weight: 800;
            padding: 10px 32px;
            margin-top: 40px;
            font-size: 14px;
            border-radius: 20px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        }

        .subtitle-slider {
            font-size: 35px;
            font-weight: 100;
            margin-bottom: 0;
            font-family: @fontTitle, sans-serif;

            @media @tablet {
                font-size: 28px;
            }

            @media @mobile {
                font-size: 20px;
            }
        }
    }

    .item1 {
        height: 700px !important;

        .background-img {
            background-image: url("../images/slider/slide1.jpg");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 700px !important;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .item2 {
        height: 700px !important;

        .background-img {
            background-image: url("../images/slider/slide2.jpg");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 700px !important;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .item3 {
        height: 700px !important;

        .background-img {
            background-image: url("../images/slider/slide1.jpg");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 700px !important;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    }
}



/********************************************************************************************
    MENU                                                                                      
*********************************************************************************************/

.navbar-default {
    border: 0;
    padding: 5px 0 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;

    @media @tabletLandescape {
        width: 60%;
    }

    @media @tablet {
        width: 100%;
        float: right;
        padding: 15px 0 15px;
    }

    .navi-top {
        padding: 0;

        @media @desktop {
            padding-left: 15px;
            margin-left: 0;
        }

        @media @tablet {
            padding-left: 0;
            margin-left: 0;
        }

        .navbar-nav {
            float: right;

            @media @tabletLandescape {
                float: left;
            }
        }

        .navbar-collapse {
            padding: 0;
        }
    }

    .restrain {
        background-color: rgba(0,0,0,0.87);
        //border-top:1px solid #3d3623;
        box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
        padding: 20px 30px;
        font-size: 11px;
        opacity: 0;
        position: absolute;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
        width: 180px;
    }

    .expand:hover .restrain {
        opacity: 1;
        transform: scaleY(1);
        z-index: 9999;
    }

    ul li ul.sub-menu li {
        display: block;
        transition: all 0.3s ease 0s;
        padding: 5px 0;

        a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

        a:hover {
            color: #ddd;
        }
    }

    .navbar-brand:hover, .navbar-brand:focus {
        color: #fff;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        color: #111;
        font-weight: 700;
        background-color: transparent;
        font-size: 14px;

        @media @tabletLandescape {
            padding: 10px 10px;
        }

        @media @mobileSm {
            font-size: 11px;
            padding: 10px 20px;
        }

        i {
            font-size: 18px;
        }
    }

    .navbar-nav > li.menu-link {

        @media @tablet {
            margin-top: 10px;
        }

        @media @mobile {
            margin-top: 0px;
        }
    }

    .navbar-nav .open .dropdown-menu {

        @media @tablet {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        @media @tablet {
            padding: 5px 15px 5px 25px;
            line-height: 20px;
        }
    }

    .navbar-nav .open .dropdown-menu > li:hover > a {
        @media @tablet {
            color: #777;
            background-color: transparent;
        }
    }

    .navbar-nav .menu-link.dropdown {
        display: none;

        @media @tablet {
            display: block;
        }
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;

        @media @tablet {
            color: #222;
            font-weight: 600;
        }

        &:hover {
            color: #777;
        }
    }

    .navbar-nav .menu-link.expand {
        display: block;

        @media @tablet {
            display: none;
        }
    }

    .navbar-nav > li.menu-button {

        @media @tablet {
            margin-top: 5px;
        }
    }

    .navbar-nav > li > a.btn {
        font-size: 13px;
        border: 1px solid #fff;
        background: rgba(255,255,255,0.3);
        padding: 10px 25px;
        margin-left: 25px;
        margin-top: 5px;
        border-radius: 25px;
        font-weight: 800;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;

        @media @tablet {
            margin: 5px 25px 15px;
        }

        @media @mobile {
            margin: 5px 20px;
        }
    }

    .navbar-nav > li > a.btn:hover {
        color: @default_principalcolor;
        padding: 10px 35px;
        font-weight: 800;
    }

    .navbar-toggle {
        border: 0px;

        .icon-bar {
            background-color: #222;

            @media @tablet {
                &.bar1 {
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    position: absolute;
                    top: 13px;
                }

                &.bar2 {
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                &.bar3 {
                    display: none;
                }
            }
        }
    }

    .navbar-toggle.collapsed {

        .icon-bar {
            background-color: #222;

            &.bar1 {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                position: relative;
                top: 0;
            }

            &.bar2 {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            &.bar3 {
                display: block;
            }
        }
    }

    .navbar-toggle {
        border-color: #fff;
    }

    #bs-example-navbar-collapse-1 {


        @media @tablet {
            width: 100%;
            background: #fff;
            border-color: #fff;
            margin: 0;
        }

        .navbar-nav {
            margin: 10px 0px;

            @media @tablet {
                padding-top: 0px;
                padding-left: 20px;
            }

            @media @mobile {
                padding-top: 20px;
                padding-left: 10px;
            }
        }

        .navbar-form {
            .form-control {
                border-radius: 2px;
            }
        }
    }
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color:#888;
    background-color:transparent;
    border-bottom:0px solid #655fb7;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#888;}

//Menu Game Mobile
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #222;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:transparent;
    border:0px;
}

/********************************************************************************************
    Boostrap responsive menu for the ipad                                                                                      
*********************************************************************************************/

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    @media @tablet{
        margin:0;
    }
}

@media @tablet {
    .navbar-header {float: none; margin:0}
    .navbar-toggle {display: block;}
    
    .navbar-collapse.collapse{
        display: none!important;
        height: auto!important;
    }
    .navbar-nav {float: none!important;}
    .navbar-nav>li {float: none;}
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
}

/********************************************************************************************
    CAROUSEL                                                                                      
*********************************************************************************************/

#slider{

    @media @mobileLandescape{display:none;}
}

.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel:hover .owl-nav .owl-next{margin-right: 25px;}
.owl-carousel:hover .owl-nav .owl-prev{margin-left: 25px;}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.cloud-bg {
    width: 100%;
    position: absolute !important;
    left: 0;
    bottom: -2px;
    z-index: 1;
    height: 63px;
    background-image: url(../images/clouds.png);
    background-repeat: repeat-x;
}

.owl-carousel {
    width: 100%;

    .owl-nav {
        //position: absolute;
        .owl-prev, .owl-next {
            padding: 11px 18px 12px 18px;
            background-color: #fff;
            border-radius: 6em;
            line-height: 94px;
            font-size: 22px;
            color: #fff;
            text-align: center;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            opacity: 0;
            position: absolute;
            top: 35%;
        }

        .owl-prev {
            float: left;
            margin-left: 10px;
        }

        .owl-next {
            float: right;
            margin-right: 10px;
            right: 0;
        }

        .owl-next,
        .owl-prev {
            content: "";
            font-family: 'FontAwesome';
            cursor: pointer;
        }

        .owl-prev:before {
            content: "\f104";
        }

        .owl-next:before {
            content: "\f105";
        }
    }

    &.slider {
        .owl-nav {
            //position: absolute;
            .owl-prev, .owl-next {

                @media @mobileSm {
                    padding: 0px 10px;
                    line-height: 60px;
                }
            }
        }
    }

    .item {
        height: 800px;
        width: 100%;
        overflow: hidden;
    }

    .item {
        .background-img {
            background-image: url("../images/banner1.jpg");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 800px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.4;

            @media @tablet {
                background-position: center;
            }
        }

        .description {
            padding-left: 0px;
            padding-top: 230px;
            color: #fff;

            @media @desktop {
                padding: 140px;
                padding-left: 50px;
            }

            @media @tabletLandescape {
                padding-left: 100px;
                padding-top: 150px;
            }

            @media @tablet {
                padding-left: 40px;
                padding-top: 160px;
            }

            @media @mobileLandescape {
                padding-left: 15px;
                padding-top: 110px;
                padding-right: 40px;
            }

            @media @mobileXs {
                padding-left: 15px;
                padding-right: 25px;
            }
        }


        .title {
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 100px;
            margin-bottom: 10px;
            line-height: 1;
            color: #fff;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);

            @media @desktop {
                font-size: 65px;
            }

            @media @tablet {
                font-size: 70px;
            }

            @media @mobile {
                font-size: 40px;
            }

            @media @mobileXs {
                font-size: 30px;
            }
        }

        .title.clear-color, .des.clear-color {
            color: #fff;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
        }

        .subtitle.clear-color {
            color: #fff;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
        }

        .subtitle {
            display: block;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 36px;
            margin-bottom: 15px;

            @media @tablet {
                font-size: 30px;
            }

            @media @mobileXs {
                font-size: 22px;
            }
        }

        .des {
            margin-bottom: 14px;
            display: block;
            margin-bottom: 25px;
            max-width: 345px;
            line-height: 24px;
            font-weight: 600;
            font-size: 14px;

            @media @mobileLandescape {
                display: none;
            }

            @media @mobileXs {
                font-size: 13px;
                display: none;
            }
        }

        .btn {
            line-height: 50px;
            background: @default_principalcolor;
            background-image: linear-gradient(80deg, #ea5a56, @default_principalcolor);
            box-shadow: 0px 0px 5px 1px rgba(232, 39, 34, 0.4);
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            padding: 0 23px;
            margin-top: 32px;
            font-size: 16px;
            font-weight: 800;
            border-radius: 25px;
            font-family: @fontTitle;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

            &:hover {
                background: @default_principalcolor;
                background-image: linear-gradient(80deg, @default_principalcolor, #ea5a56);
            }

            @media @mobileLandescape {
                margin-top: 12px;
            }

            @media @mobileXs {
                margin-top: 0px;
            }
        }

        .btn:hover {
            background-color: #070707;
        }
    }

    .item1 {
        background: #5d57b1;
        background: -webkit-linear-gradient(to right, #5d57b1,#f7135b);
        background: linear-gradient(to right, #5d57b1,#f7135b);

        .description {

            @media @mobileXs {
                padding-right: 60px;
            }
        }
    }

    .item2 {
        background: #5d57b1;
        background: -webkit-linear-gradient(to right, #5d57b1,#f7135b);
        background: linear-gradient(to right, #5d57b1,#f7135b);

        .background-img {
            background-image: url("../images/banner2.jpg");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 800px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.2;
        }

        .description {
            float: right;

            @media @tablet {
                padding-left: 0;
                margin-right: 60px;
            }

            @media @mobileSm {
                margin-right: 0px;
            }

            @media @mobileXs {
                padding-right: 60px;
            }
        }

        .subtitle {
            span {
                color: @default_secondcolor;
                font-weight: 800;
                font-size: 50px;
                font-family: @fontTitle;
            }
        }
    }

    .owl-item {
        img {
            width: auto;
            position: absolute;
            display: block;
        }
    }

    .owl-item.active {

        .item1 img {
            -webkit-animation: fadeInLeftCard 1s ease-in-out 1.8s both;
            -o-animation: fadeInLeftCard 1s ease-in-out 1.8s both;
            animation: fadeInLeftCard 1s ease-in-out 1.8s both;
        }

        .item1 .title {
            -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
            -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
            animation: fadeInDown 0.6s ease-in-out 0.8s both;
        }

        .item1 .subtitle {
            -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
            -o-animation: fadeInDown 1s ease-in-out 0.8s both;
            animation: fadeInDown 1s ease-in-out 0.8s both;
        }

        .item1 .des {
            -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
            -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
            animation: fadeInDown 1.5s ease-in-out 0.8s both;
        }

        .item1 .btn {
            -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
            -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
            animation: fadeInDown 1.7s ease-in-out 0.8s both;
        }

        .item2 img {
            -webkit-animation: fadeInDown 1s ease-in-out 1.8s both;
            -o-animation: fadeInDown 1s ease-in-out 1.8s both;
            animation: fadeInDown 1s ease-in-out 1.8s both;
        }

        .item2 .title {
            -webkit-animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
            -o-animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
            animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
        }

        .item2 .subtitle {
            -webkit-animation: fadeInRightBig 1s ease-in-out 0.8s both;
            -o-animation: fadeInRightBig 1s ease-in-out 0.8s both;
            animation: fadeInRightBig 1s ease-in-out 0.8s both;
        }

        .item2 .des {
            -webkit-animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
            -o-animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
            animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
        }

        .item2 .btn {
            -webkit-animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
            -o-animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
            animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
        }
    }
}


.owl-carousel.multimage {
    width: 100%;

    .owl-item {
        img {
            width: auto;
            position: relative;
            padding-top: 0px;
            display: block;
            border-radius: 10px;
        }
    }

    .item {
        width: 100%;
        height: auto;
        padding: 0 15px 5px 15px;

        @media @desktop {
            padding: 0 20px 5px 20px;
        }

    }

    .owl-nav {

        .owl-prev, .owl-next {
            line-height: normal;
            border-radius: 1px;
            background: @default_secondcolor;
            border-color: @default_secondcolor;
        }
    }
}


/********************************************************************************************
    NAVIGATION BAR (poker,slot ,table games , live sports)                                                                                     
*********************************************************************************************/


#bar-navigator {
    width: 100%;
    padding-bottom: 50px;
    float: left;
    margin-top: -100px;
    position: relative;
    z-index: 9;

    @media @desktop {
        margin-top: -100px;
    }

    @media @tablet {
        margin-top: -50px;
    }

    @media @mobile {
        margin-top: -60px;
    }


    .box-navigator {
        padding: 0;
    }

    a {
        text-decoration: none;

        &.read-more {
            position: relative;
            color: @default_principalcolor;
            font-size: 14px;
            font-weight: 800;
            text-transform: uppercase;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;


            .fa {
                position: relative;
                margin-left: 5px;
                color: #242424;
                font-size: 14px;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }
        }
    }


    .box-nav-content {
        padding: 50px 40px;
        position: relative;
        background: @default_principalcolor;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);

        &:before {
            content: "";
            position: absolute;
            z-index: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            //border-radius: 60px;
            background: #f9f9f9;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition: 300ms ease-out;
            transition: 300ms ease-out;
        }

        &:hover:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
        /*&:hover {
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            background: @default_principalcolor;
        }*/
        &.selected {
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
            background: @default_principalcolor;

            &:before {
                z-index: -1;
            }

            span, p, .read-more, .text-slogan {
                color: #fff;
            }
        }

        &:hover span, &:hover p, &:hover .text-slogan, &:hover .read-more {
            color: #fff;
        }

        span {
            font-size: 52px;
            color: #333;
            position: relative;
        }

        .text-slogan {
            color: #333;
            margin-bottom: 15px;
            position: relative;
        }
    }

    .box-navigator > div {
        float: left;
        text-align: left;

        @media @tablet {
            width: 100%;
            margin-bottom: 20px;
        }


        p {
            text-transform: uppercase;
            color: #212121;
            font-family: @fontTitle;
            font-size: 20px;
            font-weight: 800;
            text-decoration: none;
            margin-bottom: 15px;
            left: 0;
            right: 0;
            position: relative;
            margin-top: 20px;

            @media @tablet {
                padding-top: 0;
                margin-top: 23px;
            }

            @media @mobileSm {
                font-size: 16px;
                padding: 0 5px;
                margin-top: 3px;
            }

            @media @mobileXs {
                font-size: 14px;
            }
        }
    }


    img {
        max-height: 60px;
        max-width: 85px;
        vertical-align: middle;
    }
}


/********************************************************************************************
    VIDEO                                                                                      
*********************************************************************************************/

#video {
    width: 100%;
    height: 700px;
    position:relative;
    }
    /*#video {
    width: 100%;
    height: 700px;
    background: url(../images/slide.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;

    @media @desktop {
        height: 500px;
    }

    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 1;
        background: @background_slide_top;
        z-index: 2;
    }

    img {
        display: none;
    }

    #video-bg {
        bottom: 0%;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: -100;
        margin: auto;
        z-index: 1;
    }

    .form-text {
        width: 100%;
        margin: 0 auto 10px;
        position: absolute;
        top: 25%;
        z-index: 9;
        left: 0;
        right: 0;
        text-align: center;

        @media @mobile {
            top: 23%;
        }

        h3 {
            font-weight: 700;
            color: #fff;
            line-height: 1.2;
            font-size: 90px;

            @media @desktop {
                font-size: 60px;
            }

            @media @mobile {
                font-size: 40px;
            }

            span {
                font-weight: 100;
            }
        }
    }

    .form-search {
        width: 80%;
        max-width: 570px;
        margin: 0 auto 10px;
        position: absolute;
        top: 40%;
        z-index: 9;
        left: 0;
        right: 0;

        @media @desktop {
            top: 25%;
        }

        @media @tabletLandescape {
            top: 30%;
        }

        span {
            position: absolute;
            left: 15px;
            top: 12px;
            color: #fa2964;
            font-size: 24px;
        }

        input {
            padding: 14px 14px 14px 50px;
            width: 100%;
            border-radius: 30px;
            border: 0;

            @media @mobileSm {
                padding: 10px 10px 10px 50px;
            }
        }
    }
}*/
    /********************************************************************************************
    PRESENTATION TOP                                                                                      
*********************************************************************************************/
    #presentation {
        padding: 100px 0 100px 0;
        width: 100%;
        float: left;

        @media @tablet {
            padding: 80px 0 100px 0;
        }

        @media @mobile {
            padding: 80px 0 60px 0;
        }
        /*&.animate-img {

        .img-casino::after {
            -webkit-animation: animatePicture 1.4s forwards;
            animation: animatePicture 1.4s forwards;

            @media @tablet {
                -webkit-animation: none;
                animation: none;
            }
        }

        .img-casino {
            img {
                -webkit-animation: fadeIn 0s forwards;
                animation: fadeIn 0s forwards;
                -webkit-animation-delay: .7s;
                animation-delay: .7s;

                @media @tablet {
                    -webkit-animation: none;
                    animation: none;
                }
            }
        }
    }*/
        .box-presentation {

            .box-sub-title {
                padding: 0;

                @media @tablet {
                    width: 100%;
                    float: left;
                }
            }

            .box-img {
                padding-right: 0;

                @media @mobile {
                    padding-left: 0;
                }

                .owl-top-images {
                    position: absolute;
                    z-index: 999;
                    color: #fff;
                    width: 350px;
                    right: 0;
                    background: rgba(41, 35, 119, 0.85);
                    height: 200px;
                    padding: 30px 50px;


                    .owl-nav {
                        display: none;
                    }

                    .owl-prev {
                        display: none;
                    }

                    .item {
                        height: auto;
                        margin-top: -20px;

                        p {
                            color: #fff;
                            line-height: 1.5;
                            font-size: 18px;
                            font-style: italic;
                        }

                        .sign {
                            font-family: 'Herr Von Muellerhoff', cursive;
                            font-size: 25px;
                            text-align: right;
                            float: right;
                            margin-top: 10px;
                            margin-right: 5px;
                        }
                    }
                }
            }

            .box-p-left {
                //border: 1px solid #e6e6e6;
                padding: 30px 0;

                @media @tablet {
                    width: 100%;
                    float: left;
                    margin-bottom: 50px;
                }
                /*.img-casino {
                float: left;
                width: 100%;
                position: relative;
                height: 100%;

                @media @tablet {
                    float: none;
                }
            }*/
                /*.img-casino::after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                -webkit-transform: scale3d(0,1,1);
                transform: scale3d(0,1,1);
                -webkit-transform-origin: 0 50%;
                -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
                background-color: #43454c;
                margin-top: 60px;
                margin-left: 80px;
            }*/
                img {
                    margin-top: 60px;
                    opacity: 0;
                    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
                    -webkit-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;

                    @media @tablet {
                        margin-left: 50px;
                        opacity: 1;
                    }

                    @media @mobileLandescape {
                        margin-left: 0;
                    }

                    @media @mobileSm {
                        margin-left: 0;
                    }

                    &:hover {
                        -webkit-filter: none;
                        filter: none
                    }
                }

                .video-box {
                    position: relative;
                }

                .presentation-title {
                    padding: 0;

                    h3 {
                        font-family: @fontTitle;
                        font-weight: 200;
                        color: @default_principalcolor;
                        margin-top: 0;
                        margin-bottom: 15px;
                    }
                }

                .presentation-title:after {
                    width: 2px;
                    height: 45px;
                    content: "";
                    position: absolute;
                    top: 0px;
                    right: 0;
                    background-color: #000;
                    opacity: 0.43;
                }

                .presentation-number p {
                    font-family: @fontTitle;
                    font-weight: 800;
                    font-size: 70px;
                    color: #111;
                    padding-top: 10px;
                    line-height: 24px;
                }

                .presentation-desc {
                    width: 100%;
                    float: left;
                    margin-top: 30px;
                }
            }

            button {
                background: @default_principalcolor;
                border-color: @default_principalcolor;
                color: #fff;
                font-weight: 800;
                padding: 10px 32px;
                margin-top: 40px;
                font-size: 14px;
                border-radius: 20px;
                box-shadow: 0 2px 6px rgba(0,0,0,0.3);
            }


            .box-card {
                text-align: center;
                margin-left: 80px;

                @media @tablet {
                    margin-top: 230px;
                }

                @media @mobile {
                    margin-top: 140px;
                }

                .content-vip-card {
                    padding: 40px;
                    border-radius: 3px;
                    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4262f4+0,494290+74,494290+74,494290+100 */
                    background: rgb(66,98,244); /* Old browsers */
                    background: -moz-linear-gradient(-45deg, rgba(66,98,244,1) 0%, rgba(73,66,144,1) 74%, rgba(73,66,144,1) 74%, rgba(73,66,144,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(-45deg, rgba(66,98,244,1) 0%,rgba(73,66,144,1) 74%,rgba(73,66,144,1) 74%,rgba(73,66,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(135deg, rgba(66,98,244,1) 0%,rgba(73,66,144,1) 74%,rgba(73,66,144,1) 74%,rgba(73,66,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4262f4', endColorstr='#494290',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
                    img {
                        width: 70%;
                        -webkit-animation: mover 3s infinite alternate;
                        animation: mover 3s infinite alternate;
                    }

                    button {
                        background: @default_principalcolor;
                        border-color: @default_principalcolor;
                        color: #fff;
                        font-weight: 800;
                        padding: 10px 32px;
                        font-size: 14px;
                        border-radius: 20px;
                        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
                    }
                }

                .discount {
                    border-radius: 50%;
                    position: absolute;
                    padding: 17px 0;
                    margin-top: 60px;
                    right: 5%;

                    p {
                        color: @default_principalcolor;
                        font-weight: 800;
                        font-size: 26px;

                        &:after {
                            content: '';
                            width: 0px;
                            height: 1px;
                            background: @default_principalcolor;
                            position: absolute;
                            margin-top: 52px;
                            left: -110px;
                            -webkit-transition: all 3s;
                            -o-transition: all 3s;
                            transition: all 3s;

                            @media @desktop {
                                margin-top: 30px;
                            }
                        }
                    }

                    .point {
                        position: relative;
                        width: 7px;
                        height: 7px;
                        background: @default_principalcolor;
                        border-radius: 100%;
                        margin-top: 3px;
                        left: -115px;

                        &:after {
                            border-radius: 100%;
                            pointer-events: none;
                            content: '';
                            position: absolute;
                            width: 3px;
                            height: 3px;
                            background: @default_principalcolor;
                            -webkit-animation: sonarEffect 2s ease-out 75ms infinite;
                            -moz-animation: sonarEffect 2s ease-out 75ms infinite;
                            animation: sonarEffect 2s ease-out 75ms infinite;
                            left: 1px;
                            margin-top: 2px;
                        }
                    }
                }


                h3 {
                    font-weight: 800;
                    margin-top: 30px;
                    margin-bottom: 20px;
                    color: #fff;
                }

                .card-desc {
                    margin-top: 30px;

                    @media @tablet {
                        width: 90%;
                    }

                    @media @mobile {
                        width: 100%;
                    }

                    p {
                        text-align: center;
                        color: #fff;

                        .key-word {
                            color: #fff;
                        }

                        &.txt-card-1 {
                            padding: 20px 20px 10px 20px;
                        }

                        &.txt-card-2 {
                            padding: 0 20px 20px 20px;
                        }
                    }
                }
            }
        }

        &.animate-img {

            .discount {

                p {

                    &:after {
                        content: '';
                        width: 150px !important;
                        height: 1px;
                        background: @default_principalcolor;
                        position: absolute;
                        margin-top: 30px;
                    }
                }
            }
        }
    }
    /********************************************************************************************
    CASINO INFO                                                                                      
*********************************************************************************************/
    #casinoinfo {
        width: 100%;
        float: left;
        background: #f9f9f9;
        position: relative;
        z-index: 99;
        text-align: center;
        padding: 100px 0;

        @media @mobileLandescape {
            padding: 80px 0;
        }

        .container-fluid {
            max-width: 1800px;
        }

        h3 {
            color: #111;
            font-weight: 800;
            margin: 0;
        }

        .back-img {
            width: 100%;
            height: 100%;
            background: url(../images/casino-event.jpg) center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            position: absolute;
            top: 0;
            opacity: 0.03;
        }

        .item-info {
            padding: 20px 15px;
            position: relative;

            .my-shop-animation {
                padding: 30px;
                box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.07);
                background: #f9f8fc;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-osx-font-smoothing: grayscale;

                &:before {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: #fff;
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                    -webkit-transform-origin: 50%;
                    transform-origin: 50%;
                    -webkit-transition-property: transform;
                    transition-property: transform;
                    -webkit-transition: 300ms ease-out;
                    transition: 300ms ease-out;
                }

                &:hover:before {
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0)
                }
            }

            p {
                color: #575757;
            }

            h2 {
                font-weight: 700;
                margin-bottom: 20px;
                font-size: 22px;
                color: #222;

                @media @desktop {
                    font-size: 23px;
                }

                span {
                    font-weight: 300;
                }
            }

            .date-event {
                font-size: 11px;
                font-weight: 700;
            }
        }

        .owl-carousel .owl-stage {
            margin: 0;
        }

        .owl-carousel {
            margin-top: 40px;

            &.middle-four {
                .owl-nav .owl-next, .owl-nav .owl-prev {
                    display: none;
                }
            }
        }

        .event-desc {
            text-align: center;

            .content-img {
                z-index: 9999;
                left: 15px;
                margin: 0 auto 40px auto;

                img {
                    position: relative;
                    margin: 0 auto;
                    padding: 15px;
                    //background: linear-gradient(200deg, #c644fc, #5856d6);
                    border-radius: 100%;
                    width: 70px;
                }
            }

            .content-details {
                margin-top: 30px;
                height: 50px;
                width: 100%;

                span {
                    color: @default_principalcolor;
                }
            }
        }
    }
    /********************************************************************************************
    PROCESS                                                                                      
*********************************************************************************************/
    #process {
        position: relative;
        padding: 100px 0;
        float: left;
        height: 100%;
        width: 100%;
        background-color: @default_secondcolor;
        text-align: center;


        .back-img {
            background-image: url(../images/process.jpg);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment: fixed;
            background-position: center center;
            background-repeat: no-repeat;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.1;
            position: absolute;
        }

        .box-process {

            h6 {
                height: 80px;
                width: 80px;
                line-height: 80px;
                background-color: @default_principalcolor;
                border-radius: 50%;
                margin: 0 auto;
                z-index: 9;
                position: relative;
                font-size: 16px;
                color: #fff;
                font-weight: 700;
            }

            h3 {
                color: #fff;
                font-weight: 800;
                margin: 0;
            }

            p {
                color: #fff;
            }

            .box {
                h3 {
                    color: #fff;
                    font-weight: 600;
                    margin: 20px 0;
                    font-size: 22px;
                }
            }

            .step-info {
                margin-top: 40px;
            }

            .box:after {
                content: '';
                position: absolute;
                top: 40px;
                height: .5px;
                width: 100%;
                border: .5px dashed #aaa;
                z-index: 2;

                @media @tablet {
                    content: none;
                }
            }

            .box.after-none:after {
                content: none;
            }
        }
    }
    /********************************************************************************************
    EVENTS                                                                                      
*********************************************************************************************/
    #events {
        background-image: url(../images/service-bg.jpg);
        padding: 100px 0 100px 0;
        width: 100%;
        float: left;

        @media @mobile {
            padding: 60px 0 60px 0;
        }

        .container-fluid {
            max-width: 1800px;
        }

        .box-events {
            text-align: center;

            @media @mobile {
                padding: 0 0px;
            }

            h3 {
                color: #111;
                font-weight: 800;
                margin: 0;
            }

            .mix {
                display: none;
                margin-bottom: 40px;
            }

            .box-btn-arrow {
                width: 100%;
                text-align: right;
                margin-top: 30px;

                .btn-next {
                    transition: all .3s ease;
                    stroke: inherit;
                    opacity: .4;
                    cursor: pointer;
                    display: inline-block;
                    position: relative;
                    z-index: 10;

                    .utouch-icon {
                        color: @default_principalcolor;
                        fill: @default_principalcolor;
                        transition: all .3s ease;
                        width: 36px;
                        height: 36px;
                    }
                }

                .btn-next:after {
                    content: '';
                    display: block;
                    height: 100%;
                    width: 15px;
                    position: absolute;
                    top: 0;
                }
            }

            .btn-next .icon-hover {
                opacity: 0;
                position: absolute;
            }

            .my-shop-animation:hover .btn-next {
                opacity: 1;
            }

            .my-shop-animation:hover .icon-hover {
                opacity: 1;
            }

            .btn-next .icon-hover {
                right: 0;
            }

            .my-shop-animation:hover .btn-next {
                margin-left: 5px;
                margin-right: -5px;
            }

            .event-desc {
                padding: 25px 25px;
                text-align: left;

                @media @tablet {
                    padding: 15px 30px;
                }

                @media @mobileSm {
                    padding: 15px 20px;
                }

                .date-event {
                    font-weight: 600;
                    color: @default_principalcolor;
                    font-style: italic;
                    text-align: right;
                    margin-bottom: 20px;
                }

                h2 {
                    font-weight: 700;
                    text-transform: none;
                }
            }

            .filter-table {
                float: left;
                margin-top: 20px;
                width: 100%;
                padding: 20px 0px;
                margin-bottom: 30px;
                border: 0px solid rgba(0, 0, 0, 0.20);
                border-radius: 2px;

                ul {
                    li {
                        list-style-type: none;
                        display: inline-block;
                        padding: 10px 15px;
                        text-transform: uppercase;
                    }

                    li.active {
                        color: #111;
                        border-bottom: 1px solid @default_secondcolor;
                    }
                }
            }

            .filter-table li:hover {
                cursor: pointer;
                border-bottom: 1px solid @default_secondcolor;
            }

            #dataMix {
                min-height: 500px;
                width: 100%;
                float: left;
                height: auto !important;
            }
        }
    }
    /********************************************************************************************
    WINNER                                                                                      
*********************************************************************************************/
    #skill {
        padding: 100px 0;
        width: 100%;
        float: left;
        position: relative;
        background: @default_secondcolor;

        @media @mobile {
            padding: 60px 0 60px 0;
        }

        .back-img {
            background: url(../images/bg-1.jpg) center left no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.1;
        }

        .no-mg {
            margin: 0;
        }

        .box-winner {
            padding: 0;

            .content-img {

                .title {
                    margin-bottom: 40px;
                    text-align: center;

                    span {
                        font-weight: 700;
                    }
                }

                .sub-title {
                    font-weight: 600;
                    margin-bottom: 15px;
                }

                .second-line {
                    margin-top: 30px;
                }

                .skill {
                    padding: 40px;
                    border: 1px solid rgba(255,255,255,0.3);
                    position: relative;

                    .square {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        border: 1px solid #4d4a74;
                        top: 5px;
                        left: 5px;
                        -moz-transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;

                        &:hover {
                            top: 0;
                            left: 0;
                            opacity: 0;
                        }
                    }
                }
            }

            h3 {
                font-weight: 200;
                color: #fff;
                font-size: 42px;

                @media @mobile {
                    font-size: 28px;
                }

                &.num-count {
                    margin-bottom: 0;
                    margin-top: 0px;
                    color: @default_principalcolor;

                    span {
                        color: #fff;
                    }
                }
            }

            p {
                color: #fff;

                .key-word {
                    color: @default_principalcolor;
                }

                &.upto-txt {
                    font-size: 60px;
                    text-transform: uppercase;
                    font-weight: 200;
                    font-family: @fontTitle;
                }
            }

            .bt-winner-submit {
                background: @default_principalcolor;
                border-color: @default_principalcolor;
                color: #fff;
                font-weight: 800;
                padding: 10px 32px;
                font-size: 14px;
                border-radius: 20px;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
                margin-top: 20px;
            }

            .box-go {

                &:after {
                    content: 'GO';
                    position: absolute;
                    bottom: 0;
                    background: @default_principalcolor;
                    color: #fff;
                    padding: 23px 12px 10px;
                    left: 0;
                    font-weight: 600;
                    border-radius: 0px 100px 0px 0px;
                    width: 60px;
                    height: 60px;
                }
            }
        }
    }
    /********************************************************************************************
    RESTAURANT                                                                                      
*********************************************************************************************/
    #restaurant {
        text-align: center;
        width: 100%;
        float: left;

        @media @mobile {
            padding: 60px 0 0px 0;
        }

        .shape-item {
            fill: @default_secondcolor;
            margin-bottom: -30px;

            @media @mobile {
                margin-bottom: -20px;
            }
        }

        svg path:nth-child(1) {
            opacity: 0.2;
        }

        svg path:nth-child(2) {
            opacity: 0.4;
        }

        .box-restaurant {
            margin-bottom: 40px;

            h3 {
                color: #111;
                font-weight: 800;
                margin: 0;
            }
        }

        .rst-left {
            background: @default_secondcolor;
            padding: 0;
            padding: 100px 0;

            @media @tabletLandescape {
                width: 100%;
            }

            @media @mobile {
                padding: 60px 0 0;
            }

            .city-food {
                background: url(../images/home-rst.jpg) no-repeat top left;
                width: 100%;
                height: 100%;
                position: absolute;
                background-size: cover;
                top: 0px;
                opacity: 0.04;
            }

            .box-rst-no-pd {
                padding: 0
            }

            .box-book {

                h3 {
                    font-size: 38px;
                    color: #fff;
                    font-weight: 800;
                    margin-top: 0;
                    margin-bottom: 15px;

                    @media @mobile {
                        font-size: 28px;
                    }
                }

                .subtitle {
                    color: #c9c9c9;
                    margin-top: 10px;
                    font-weight: 600;

                    .text-default {
                        color: @default_principalcolor;

                        i {
                            margin-left: 5px;
                            margin-right: 5px;
                            font-size: 14px;
                        }
                    }
                }
            }

            .img-deco {
                position: absolute;
                bottom: 0%;
                left: 0;
                width: 30%;
            }

            form {
                .form-group {
                    margin: 45px auto 0;

                    .input-group {
                        width: 50%;
                        float: left;
                        padding: 0 15px;
                        margin-bottom: 30px;

                        .form-control {
                            background-color: rgba(255, 255, 255, 0.05);
                            border: 0;
                            border-radius: 0;
                            height: 60px;
                            color: #a2a2a2;
                            box-shadow: none;

                            @media @mobile {
                                height: 40px;
                            }


                            option {
                                color: #000;
                                background-color: transparent;
                            }

                            &.datepicker {
                                padding: 6px 12px;
                            }
                        }
                    }

                    .find-btn-wrap {
                        text-align: center;

                        .table-btn {
                            min-width: 50px;
                            min-height: 20px;
                            padding: 10px 35px;
                            background-color: @default_principalcolor;
                            border: 1px solid @default_principalcolor;
                            text-transform: uppercase;
                            border-radius: 25px;
                            display: inline-block;
                            position: relative;
                            color: #fff;
                            margin-top: 35px;
                        }
                    }
                }
            }
        }

        .rst-right {
            padding: 0;

            .img-ristorant {
                background-image: url(../images/ristorant.jpg);
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                width: 100%;
                height: 498px;

                @media @tabletLandescape {
                    display: none;
                }
            }
        }
    }
    /********************************************************************************************
    SPORTBOOK MOBILE                                                                                      
*********************************************************************************************/
    .key-word {
        font-weight: 700;
        color: #222;
    }

    #sportbook {
        padding: 100px 0px 100px;
        width: 100%;
        float: left;
        background-image: url(../images/map-dots.png);

        @media @desktop {
            padding: 100px 0px;
        }

        @media @mobile {
            padding: 60px 0 60px 0;
        }

        .no-mg {
            margin: 0;
        }

        .central-img {

            @media @tablet {
                display: none;
            }

            img {
                opacity: 0;
                -webkit-animation-duration: 4s;
                animation-duration: 4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                margin-top: 30px;
            }
        }

        &.animate-left {

            .central-img {

                img {
                    -webkit-animation-name: fadeInUp;
                    animation-name: fadeInUp;
                }
            }
        }

        .micro-content {

            @media @mobile {
                padding: 0;
            }
        }

        .micro-img {

            @media @tabletLandescape {
                width: 50%;
            }

            @media @tablet {
                width: 20%;
                float: left;
            }

            @media @mobile {
                width: 40%;
                float: none;
            }

            svg {
                position: absolute;
                left: 0;
                top: 0;
                fill: @default_principalcolor;
                opacity: 0.18;
                -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }
        }

        .micro-txt {

            @media @tabletLandescape {
                width: 100%;
            }

            @media @tablet {
                width: 90%;
            }

            @media @mobile {
                width: 100%;
            }
        }

        h3 {
            font-weight: 800;
            margin-bottom: 30px;
            text-align: center;

            span {
                color: @default_principalcolor;
            }
        }

        .subtitle-title {
            text-align: center;
        }

        .mobile-sport {

            .p-1 {
                font-size: 20px;
                font-size: 20px;
                font-weight: 600;
                line-height: 30px;
                color: #333;
                margin-bottom: 20px;
            }

            img {
                opacity: 0;
                -webkit-animation-duration: 4s;
                animation-duration: 4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                margin-top: 10px;
            }

            ul {
                margin-top: 30px;
                list-style: none;

                li {
                    padding: 30px 0;
                    margin-bottom: 20px;

                    &:last-child {
                        margin-bottom: 0;
                    }

                    &:hover {
                        svg {
                            transform: rotate(35deg);
                        }
                    }
                    /*svg {
                    width: 5%;
                    float: left;
                    margin-right: 15px;
                    margin-left: 25px;

                    g {
                        path {
                            fill: @default_principalcolor !important;
                        }
                    }
                }*/
                    span.number-list {
                        margin-right: 15px;
                        /* background: #3a339e; */
                        color: #3a339e;
                        border: 1px solid #5550a7;
                        border-radius: 3px;
                        padding: 10px 18px;
                        float: left;
                        font-size: 14px;
                        font-weight: 800;
                    }

                    .mobile-txt {
                        padding-top: 3px;
                        font-weight: 400;
                        //font-style: italic;
                        margin-bottom: 30px;
                        line-height: 2.2rem;
                        color: #75808b;

                        @media @mobileSm {
                            font-size: 11px;
                            font-weight: 400;
                        }

                        .key-word {
                            color: #fff;
                        }
                    }
                }
            }
        }

        &.animate-left {

            .mobile-sport {

                img {
                    -webkit-animation-name: fadeInLeft;
                    animation-name: fadeInLeft;
                }
            }
        }
    }
    /********************************************************************************************
    CASINO                                                                                      
*********************************************************************************************/
    #casino {
        padding: 120px 0 100px;
        width: 100%;
        float: left;

        @media @mobile {
            padding: 80px 0 50px;
        }

        .box-casino {
            text-align: center;

            .subtitle-title {
                margin-bottom: 40px;
            }

            h3 {
                color: #111;
                font-weight: 800;
                margin: 0;
            }

            .about-desc {
                text-align: left;

                h3 {
                    font-weight: 600;
                    font-size: 22px;
                    margin-bottom: 20px;
                }
            }
        }
    }


    #services {
        padding-bottom: 100px;
        float: left;
        width: 100%;

        @media @mobile {
            padding-bottom: 0px;
        }


        .box-services {
            text-align: center;

            .subtitle-title {
                margin-bottom: 10px;
            }

            h3 {
                color: #111;
                font-weight: 800;
                margin: 0;
                -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;
            }

            .service-hover {
                text-align: left;
                padding: 50px 45px;
                width: 46%;
                margin: 20px;
                box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
                border-radius: 3px;

                @media only screen and (max-width: 1200px) {
                    width: 100%;
                    margin: 20px 0;
                }

                @media @tablet {
                    margin-bottom: 40px;
                }

                &.active, &:hover {
                    background: @default_secondcolor;

                    .service-title {
                        &:after {
                            background: #fff;
                            width: 20%;
                        }
                    }

                    .box-go:after {
                        content: 'GO';
                        position: absolute;
                        bottom: 0;
                        background: @default_principalcolor;
                        color: #fff;
                        padding: 23px 12px 10px;
                        left: 0;
                        font-weight: 600;
                        border-radius: 0px 100px 0px 0px;
                        width: 60px;
                        height: 60px;
                    }

                    .service-title {
                        color: #fff;
                    }

                    .service-desc {
                        p {
                            color: #fff;
                        }
                    }
                }

                img {
                    width: 70px;
                    position: absolute;
                    top: 15px;
                    right: 15px;
                }

                h5 {
                    font-weight: 400;
                    font-size: 12px;
                    letter-spacing: 2.5px;
                    color: #a9a9a9;
                    text-transform: uppercase;
                }

                .service-title {
                    font-family: @fontTitle;
                    font-weight: 700;
                    text-transform: uppercase;
                    font-size: 22px;
                    color: #111;
                    margin-bottom: 12px;
                    position: relative;

                    &:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        margin-top: -0.5px;
                        height: 1px;
                        width: 0%;
                        background-color: #fff;
                        margin-left: 20px;
                        height: 1px;
                        -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;
                    }
                }
            }

            .services-move-down {
                margin-top: 200px;

                @media @tablet {
                    margin-top: 0px;
                }
            }
        }
    }
    /********************************************************************************************
    GALLERY                                                                                      
*********************************************************************************************/
    #gallery {
        padding: 120px 0 40px 0;

        @media @mobile {
            padding: 80px 0 40px 0;
        }

        .separator {

            &:after {
                content: '';
                width: 1px;
                height: 100px;
                background: @default_principalcolor;
                margin: 120px auto;
                left: 0;
                right: 0;

                @media @mobile {
                    margin: 60px auto;
                }
            }
        }

        .box-gallery {
            text-align: center;
            padding-bottom: 120px;

            .title-line {
                margin-bottom: 40px;
            }

            h3 {
                text-transform: uppercase;
                color: #111;
                font-weight: 800;
            }

            .gallery-hover {
                padding: 0;

                img {
                    -webkit-filter: grayscale(20%) saturate(20%) brightness(80%);
                    filter: grayscale(20%) saturate(20%) brightness(80%);
                    opacity: 0;
                    -webkit-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;

                    @media @tabletLandescape {
                        -webkit-filter: none;
                        filter: none
                    }

                    @media @tablet {
                        opacity: 1;
                    }
                }

                &:hover img {
                    -webkit-filter: none;
                    filter: none
                }
            }

            .big-number {
                position: absolute;
                margin: 0 auto;
                left: 0;
                right: 0;
                width: 20%;
                bottom: 0;
                z-index: 2;

                h1 {
                    font-size: 200px;
                    font-weight: 800;
                    color: rgba(0,0,0,0.2);

                    @media @mobile {
                        font-size: 120px;
                    }
                }
            }

            .box-txt {
                padding-left: 40px;

                @media @tablet {
                    padding-left: 0px;
                }
            }

            .service-title {
                text-align: left;

                h1 {
                    font-size: 80px;
                    font-weight: 900;

                    @media @tabletLandescape {
                        font-size: 60px;
                    }

                    @media @mobile {
                        font-size: 40px;
                    }
                }
            }

            .service-desc {
                text-align: left;
                font-size: 14px;

                p {
                    margin-bottom: 10px;
                }
            }
        }

        #level0, .animate-img {

            .gallery-hover::after {
                -webkit-animation: animatePicture 1.4s forwards;
                animation: animatePicture 1.4s forwards;

                @media @tablet {
                    -webkit-animation: none;
                    animation: none;
                }
            }

            .gallery-hover {
                img {
                    -webkit-animation: fadeIn 0s forwards;
                    animation: fadeIn 0s forwards;
                    -webkit-animation-delay: .7s;
                    animation-delay: .7s;

                    @media @tablet {
                        -webkit-animation: none;
                        animation: none;
                    }
                }
            }
        }

        .gallery-hover::after {
            content: "";
            padding: 0;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
            background-color: #43454c;
        }
    }
    /********************************************************************************************
    VIP SECTION / Vip section background for all games                                                                                     
*********************************************************************************************/
    #vip-section {
        ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ccc;
        }

        ::-moz-placeholder { /* Firefox 19+ */
            color: #ccc;
        }

        :-ms-input-placeholder { /* IE 10+ */
            color: #ccc;
        }

        :-moz-placeholder { /* Firefox 18- */
            color: #ccc;
        }

        .vip-img-section.vip {
            background-image: url("../images/vip.jpg");

            .table-slider-txt {
                margin-top: 70px;
                position: relative;
                margin-left: 0px;
                text-transform: uppercase;

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }


                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }

                    span {
                        color: @default_principalcolor;
                    }
                }
            }
        }


        .vip-img-section.login {
            background-image: url("../images/login.jpg");
        }

        .vip-img-section.casino {
            background-image: url("../images/business.jpg");

            .table-slider-txt {
                margin-top: 70px;
                position: relative;
                margin-left: 0px;
                text-transform: uppercase;

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }

                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }

                    span {
                        color: @default_principalcolor;
                    }
                }
            }

            .slide-img {
                text-align: center;
            }
        }



        .vip-img-section.poker {
            background-image: url("../images/trading.jpg");

            .poker-slider-txt {
                margin-top: 80px;
                padding-left: 0;
                text-transform: uppercase;

                @media @mobile {
                    margin-top: 70px;
                }

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }


                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }

                    span {
                        color: @default_principalcolor;
                    }
                }
            }
        }

        .vip-img-section.table {
            background-image: url("../images/business.jpg");

            .table-slider-txt {
                margin-top: 70px;
                padding-left: 0;
                position: relative;
                text-transform: uppercase;

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }

                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }
                }
            }

            .slide-img {
                text-align: center;
                margin: 0px auto 0 auto;
                z-index: 999;

                img {
                    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
                    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
                    animation: fadeInDown 1s ease-in-out 0.8s both;
                    padding: 40px 0;

                    @media @desktop {
                        width: 40%;
                    }

                    @media @tablet {
                        display: none;
                    }
                }
            }
        }

        .vip-img-section.livesports {
            background-image: url("../images/livesports.jpg");

            .table-slider-txt {
                margin-top: 70px;
                position: relative;
                padding-left: 0;
                text-transform: uppercase;

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }

                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }
                }
            }

            .slide-img {
                text-align: center;
                z-index: 999;
                margin: 100px auto 0 auto;

                @media @desktop {
                    margin: 80px auto 0 auto;
                }

                @media @tablet {
                    margin: 10px auto 0 auto;
                    position: relative;
                    float: left;
                }

                @media @mobile {
                    margin: 80px auto 0 auto;
                }


                img {
                    padding: 60px 0;
                    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
                    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
                    animation: fadeInDown 1s ease-in-out 0.8s both;

                    @media @mobileLandescape {
                        width: 70%;
                    }
                }
            }
        }

        .vip-img-section.services {
            background-image: url("../images/business.jpg");

            .table-slider-txt {
                margin-top: 70px;
                position: relative;
                margin-left: 0px;
                text-transform: uppercase;

                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 50px;

                    @media @desktop {
                        text-align: center;
                    }


                    @media @tablet {
                        font-size: 40px;
                        text-align: center;
                    }

                    @media @mobileSm {
                        font-size: 35px;
                    }

                    span {
                        color: @default_principalcolor;
                    }
                }
            }

            .slide-img {
                margin: 0px;
                text-align: right;
                position: absolute;
                right: 0;
                z-index: 999;

                @media @mobile {
                    display: none;
                }
            }
        }

        .vip-img-section {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: 200px;
            position: relative;

            .background-vip {
                background: @background_slide_top;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
            }
        }

        #bar-navigator {
            background: @default_secondcolor;
            width: 100%;
            padding: 40px 0;
            margin-top: 0;

            .form-group {
                margin-bottom: 0;

                @media @mobileSm {
                    margin-top: 0px;
                }
            }

            @media @mobile {
                padding: 20px 0 10px;
            }
        }

        form {
            .form-group {
                width: 100%;

                .input-group {
                    width: 26%;
                    float: left;
                    padding: 0 15px;

                    @media @mobileSm {
                        width: 50%;
                    }

                    @media @mobile {
                        margin-bottom: 20px;
                    }

                    .input-group-addon {
                        color: #fff;
                        text-align: center;
                        background-color: #15142c;
                        border: 1px solid #15142c;
                    }

                    .form-control {
                        background-color: rgba(255, 255, 255, 0.2);
                        border: 0;
                        border-radius: 0;
                        height: 40px;
                        color: #ccc;
                        box-shadow: none;

                        @media @mobileSm {
                            font-size: 11px;
                            height: 32px;
                        }

                        option {
                            color: #000;
                            background-color: transparent;
                        }
                    }
                }

                .find-btn-wrap {
                    text-align: center;
                    width: 20%;
                    float: left;

                    @media @desktop {
                        font-size: 11px;
                        margin-top: -3px;
                    }

                    @media @mobileSm {
                        width: 50%;
                    }


                    .availability {

                        @media @tablet {
                            display: none;
                        }
                    }

                    .table-btn {
                        min-width: 50px;
                        min-height: 20px;
                        padding: 10px 35px;
                        background-color: transparent;
                        border: 1px solid #fff;
                        text-transform: uppercase;
                        border-radius: 25px;
                        display: inline-block;
                        position: relative;
                        color: #fff;

                        @media @tablet {
                            padding: 6px 45px;
                        }
                    }
                }
            }
        }
    }


    #vip-benefits {
        padding: 0 0 100px 0;
        width: 100%;
        float: left;

        @media @mobile {
            padding: 0;
        }


        .container-fluid {
            max-width: 1800px;
        }
    }

    #vip-package {
        padding: 120px 0 100px 0;
        width: 100%;
        float: left;

        @media @mobile {
            padding: 80px 0;
        }

        .box-card {
            @media @tablet {
                float: left;
                width: 25%;
            }

            @media @mobileSm {
                float: none;
                width: 50%;
                margin-bottom: 20px;
            }
        }

        .box-package {

            @media @tablet {
                width: 65%;
                float: left;
            }

            @media @mobileSm {
                width: 100%;
            }

            h3 {
                font-weight: 800;

                span {
                    color: @default_principalcolor;
                    font-weight: 800;
                }
            }

            .included-list {
                padding: 40px 0 0;

                h4 {
                    font-size: 18px;
                    font-weight: 800;
                    font-family: @fontTitle;
                    text-transform: uppercase;
                    margin-bottom: 25px;
                }

                ul {
                    color: @default_secondcolor;
                    padding-left: 0px;

                    li {
                        list-style-type: none;
                        padding-bottom: 10px;

                        p {
                            color: #111;
                            font-weight: 400;
                            font-style: italic;

                            span {
                                margin-right: 15px;
                                background: #3a339e;
                                color: #fff;
                                border: 1px solid #5550a7;
                                border-radius: 3px;
                                padding: 5px 10px;
                            }
                        }
                    }
                }
            }
        }
    }

    #vip-benefits {

        .box-benefits {
            text-align: center;
            width: 100%;
            float: left;

            @media @mobileSm {
                padding-bottom: 60px;
            }



            h3 {
                text-align: center;
                font-weight: 800;

                span {
                    color: @default_principalcolor;
                    font-weight: 800;
                }
            }

            .box-img-bnf {
                margin-top: 40px;

                .benefit-info {
                    border-left: 1px dotted #666;
                    padding: 5px 0;
                    margin: 15px auto;
                    width: 40%;
                    border-right: 1px dotted #666;
                    transform: skewX(-20deg);


                    p {
                        color: #212121;
                        text-transform: uppercase;
                        font-weight: 800;
                        transform: skewX(20deg);
                        font-family: @fontTitle;
                    }
                }
            }
        }
    }
    /********************************************************************************************
    PRICES                                                                                      
*********************************************************************************************/
    #slot-list-games {
        padding: 100px 0 100px 0;

        @media @mobile {
            padding: 80px 0 80px 0;
        }

        h3 {
            text-align: center;
            font-weight: 800;
        }

        .games-list {

            .slots-search {
                width: 100%;
                margin-top: 15px;
                margin-left: 8px;
                float: left;
                border-bottom: 1px solid #ccc;

                span {
                    font-weight: 800;
                    padding-left: 8px;
                }
            }

            ul {
                li {
                    list-style-type: none;
                    display: inline-block;
                    padding: 8px;
                    width: 16.3%;
                    text-align: center;
                    margin-top: 20px;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;

                    &:hover {
                        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
                        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
                        box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
                    }

                    @media @tablet {
                        width: 24.5%;
                    }

                    @media only screen and (max-width: 550px) {
                        width: 32%;
                    }

                    p {
                        font-weight: 600;
                        padding: 5px;
                        color: #111;
                        margin-top: 10px;

                        @media @mobile {
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }


    #lobby-list-games {
        padding: 100px 0 100px 0;

        @media @mobile {
            padding: 60px 0 60px;
        }

        .title {
            margin-bottom: 40px;

            h3 {
                font-weight: 800;
                margin-bottom: 30px;
                text-align: center;

                span {
                    color: @default_principalcolor;
                }
            }

            .title-line {
                width: 80px;
                background: @default_principalcolor;
                height: 3px;
                text-align: center;
                margin: 15px auto 15px auto;
                border-radius: 50px;
            }

            .subtitle-title {
                text-align: center;
            }
        }

        .title-new-slots {
            padding-left: 10px;
            padding-bottom: 5px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 22px;
            position: relative;
            margin-bottom: 10px;
            font-family: @fontTitle;

            &:after {
                width: 20px;
                content: '';
                height: 2px;
                background: @default_principalcolor;
                bottom: 0;
                position: absolute;
                left: 10px;
            }
        }

        ul {
            margin-left: 8px;

            li {
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }
        }

        .games-new {
            margin-bottom: 30px;

            li {
                list-style-type: none;
                display: inline-block;
                padding: 8px;
                width: 24.6%;

                @media only screen and (max-width: 550px) {
                    width: 49%;
                }

                p {
                    position: relative;
                    font-family: @fontTitle;
                    color: #7e8597;
                    font-size: 15px;
                    font-weight: 500;
                    margin-top: 10px;
                    padding-left: 30px;

                    &:before {
                        position: absolute;
                        content: '';
                        left: 0px;
                        top: 14px;
                        height: 1px;
                        width: 20px;
                        background-color: @default_principalcolor;
                    }
                }

                img {
                    border-radius: 20px;
                }
            }
        }

        .games-list {

            .jackpot-search {
                width: 100%;
                margin-top: 10px;
                margin-bottom: 20px;
                margin-left: 8px;
                float: left;
                background-color: #111;
                padding: 0px 0;
                position: relative;

                button {
                    font-weight: 800;
                    padding: 12px 10px 12px 10px;
                    color: #fff;
                    background-color: #111;
                    border: 0;
                }

                button.active {
                    background-color: @default_principalcolor;
                }

                .box-search {
                    width: 25%;
                    position: absolute;
                    right: 20px;
                    top: 10px;

                    input {
                        border-radius: 20px;
                        height: 28px;
                        font-size: 13px;
                        padding-left: 25px;
                        border: 0px;
                    }

                    i {
                        position: absolute;
                        font-size: 16px;
                        top: 5px;
                        left: 6px;
                    }
                }
            }


            ul {
                li {
                    list-style-type: none;
                    display: inline-block;
                    padding: 8px;
                    width: 16.3%;

                    @media @tablet {
                        width: 24.5%;
                    }

                    @media only screen and (max-width: 550px) {
                        width: 32%;
                    }

                    img {
                        border-radius: 20px;
                    }

                    p {
                        position: relative;
                        font-family: @fontTitle;
                        color: #7e8597;
                        font-size: 15px;
                        font-weight: 500;
                        margin-top: 10px;
                        padding-left: 30px;

                        &:before {
                            position: absolute;
                            content: '';
                            left: 0px;
                            top: 14px;
                            height: 1px;
                            width: 20px;
                            background-color: @default_principalcolor;
                        }

                        @media @mobile {
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }
    /********************************************************************************************
    PROJECTS COLUMN                                                                                      
*********************************************************************************************/
    #projects-column {
        padding: 100px 0 100px 0;

        .title {
            margin-bottom: 40px;

            h3 {
                font-weight: 800;
                margin-bottom: 20px;
                text-align: center;

                span {
                    color: @default_principalcolor;
                }
            }

            .title-line {
                width: 80px;
                background: @default_principalcolor;
                height: 3px;
                text-align: center;
                margin: 15px auto 15px auto;
                border-radius: 50px;
            }

            .subtitle-title {
                text-align: center;
            }
        }

        .filters {
            position: relative;
            margin-bottom: 40px;
        }

        .filters li {
            position: relative;
            display: inline-block;
            color: #7e8597;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            margin: 0px 8px 6px;
            padding: 13px 24px;
            text-transform: uppercase;
            background-color: #e9eef3;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;

            .total {
                position: absolute;
                right: -5px;
                top: -13px;
                width: 25px;
                height: 25px;
                font-size: 12px;
                font-weight: 600;
                text-align: center;
                line-height: 23px;
                border-radius: 50%;
                opacity: 0.3;
                background-color: #ffffff;
                border: 1px solid #e9eef3;
                transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }
        }

        .filter.active .total,
        .filter:hover .total {
            color: #f97534;
            opacity: 1;
        }

        .filter.active, .projects-section-five .filters .filter:hover {
            color: #ffffff;
            background-color: @default_principalcolor;
        }

        .mix {
            display: none;
            padding: 15px;

            p {
                position: relative;
                font-family: @fontTitle;
                color: #7e8597;
                font-size: 15px;
                font-weight: 500;
                margin-top: 10px;
                padding-left: 30px;

                &:before {
                    position: absolute;
                    content: '';
                    left: 0px;
                    top: 14px;
                    height: 1px;
                    width: 20px;
                    background-color: @default_principalcolor;
                }
            }

            .box-content-img {
                position: relative;

                img {
                    border-radius: 20px;
                }

                .team-details {
                    background: -moz-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
                    background: -webkit-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
                    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 42, 61, 0.9)), to(rgba(16, 24, 37, 0.9)));
                    background: -o-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
                    background: linear-gradient(to right, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba($top-color, $opacity)', endColorstr='rgba($top-color, $opacity)', GradientType=0);
                    padding: 0 15px;
                    position: absolute;
                    -moz-transform: scale(0);
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    -webkit-transition: .5s;
                    -o-transition: .5s;
                    transition: .5s;
                    top: 5%;
                    left: 0;
                    right: 0;
                    width: 90%;
                    height: 90%;
                    opacity: 1;
                    margin: 0 auto;
                    border-radius: 100%;
                    border: 1px solid #384c6d;

                    .content-content {
                        padding: 20px;

                        h3 {
                            color: #ffae11;
                            text-transform: uppercase;
                            font-size: 16px;
                            margin-top: 20%;
                        }

                        p {
                            color: #fff;
                            font-size: 13px;
                            line-height: 1.8;
                            margin-top: 20px;
                        }
                    }
                }

                &:hover .team-details {
                    border-radius: 20px;
                    -moz-transform: scale(1);
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    padding: 0 15px;
                    opacity: 1;
                }
            }
        }
    }
    /********************************************************************************************
    POKER                                                                                      
*********************************************************************************************/
    #poker {
        padding: 100px 0 200px 0;
        position: relative;

        @media @mobile {
            padding: 80px 0;
        }

        .plus-border {
            padding: 0 0px;
            width: 100%;
            float: left;

            img {
                @media @mobile {
                    display: none;
                }
            }


            .poker-tournament {
                padding: 30px 30px 40px 30px;
                width: 100%;
                float: left;
                position: absolute;
                top: 0;
                background: @default_secondcolor;
                width: 60%;
                right: 200px;
                /* bottom: -20px; */
                margin-top: 150px;
                color: #fff;

                @media @tablet {
                    width: 70%;
                    right: 80px;
                }

                @media @mobile {
                    width: 100%;
                    right: 0;
                    position: relative;
                    margin-top: 0;
                }


                h3 {
                    font-weight: 800;
                    color: #fff;

                    @media @mobile {
                        font-size: 30px;
                    }
                }

                h4 {
                    text-transform: uppercase;
                    font-weight: 800;
                    color: @default_principalcolor;
                    font-family: @fontTitle;
                    color: #fff;
                    padding: 15px 20px;
                    border-radius: 30px;
                }

                .poker-desc-txt {
                    margin-bottom: 20px;
                    font-size: 20px;
                    color: #fff;

                    span {
                        font-weight: 800;
                        color: @default_principalcolor;
                    }
                }

                .poker-rake {
                    padding-left: 0;
                    padding-top: 7px;

                    ul {
                        li {
                            color: @default_secondcolor;
                            list-style: none;
                            padding: 5px 0;

                            p {
                                color: #111;
                                font-weight: 800;
                                font-size: 14px;
                                color: #fff;
                                //text-transform: uppercase;
                                @media @mobile {
                                    font-size: 13px;
                                }

                                span {
                                    margin-right: 20px;
                                    background: @default_principalcolor;
                                    color: #fff;
                                    border: 1px solid @default_secondcolor;
                                    border-radius: 3px;
                                    padding: 10px 15px;
                                    border-radius: 100%;

                                    @media @mobile {
                                        margin-right: 10px;
                                    }

                                    @media @mobileSm {
                                        margin-right: 5px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    /* ---------------------------------------------------
    TABLE VALUE
----------------------------------------------------- */
    #tabvalue {
        padding: 60px 0;
        border: 1px solid #eeeeee;
        background: #fff;
        position: relative;


        h3 {
            margin-bottom: 45px;
            font-weight: 800;

            span {
                color: @default_principalcolor;
            }
        }

        .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;

            .text-theme-colored {
                color: #242438 !important;
            }

            thead th {
                vertical-align: bottom;
                border-bottom: 2px solid #ddd;
            }

            td {
                border-top: 1px solid #ddd;
                padding: 15px 8px;

                &.text-green {
                    color: #0fc73e;
                }

                &.text-red {
                    color: #db0a0a;
                }

                img {
                    margin-right: 4px;
                }
            }

            .volume {
                @media @mobile {
                    display: none;
                }
            }
        }
    }
    /*#schedule {
    padding: 100px 0 100px 0;

    @media @mobile {
        padding: 100px 0 0 0;
    }

    .rwd-table {
        margin: 1em 0;
        min-width: 300px;
        width: 100%;

        tr {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;

            th {
                display: table-cell;
                text-align: left;
                padding: .85em .8em;
                background: @default_principalcolor;
                font-weight: 800;
                text-transform: uppercase;
                color: #fff;

                @media @mobile {
                    display: none;
                    margin: .5em 1em;
                }
            }

            td {
                padding: .85em .5em;
                display: table-cell;
                text-align: left;

                @media @mobile {
                    display: block;
                    margin: .5em 1em;
                }

                &.guarantee {
                    font-weight: 800;
                }
            }

            td:first-child {
                font-weight: 800;
            }

            td:last-child {
                padding-right: 0;
            }

            td:before {
                display: none;

                @media @mobile {
                    content: attr(data-th) ": ";
                    font-weight: bold;
                    width: 6.5em;
                    display: inline-block;
                    margin-right: 30px;
                }
            }

            .rwd-table th:first-child, .rwd-table td:first-child {
                @media @mobile {
                    padding-top: .5em;
                }
            }

            .rwd-table th:last-child, .rwd-table td:last-child {
                @media @mobile {
                    padding-bottom: .5em;
                }
            }
        }
    }
}*/
    .background-guaranteed {
        background: @default_secondcolor;
        width: 100%;
        height: 100%;
        opacity: 0.92;
        position: absolute;
    }

    #guaranteed {
        position: relative;
        overflow: hidden;
        background-image: url("../images/trading.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;

        .box-info-cs {
            padding: 100px 0;

            @media @tablet {
                padding: 60px 0;
            }
        }

        .info-guaranteed {
            position: relative;

            p.desc {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                padding-top: 30px;

                @media @mobile {
                    font-size: 14px;
                }
            }

            .wrap {
                position: relative;

                p.title {
                    font-size: 30px;
                    font-weight: 600;
                    color: #fff;
                    font-family: @fontTitle;
                    line-height: 46px;

                    @media @desktop {
                        font-size: 26px;
                    }

                    @media @mobileSm {
                        font-size: 26px;
                    }
                }

                p.title::after {
                    content: "";
                    height: 3px;
                    width: 50px;
                    background: #ffffff;
                    display: block;
                    margin-top: 15px;
                }
            }
        }

        .whitecolor {
            color: #ffffff;
            text-align: center;

            p.title {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
                padding-top: 7px;
            }
        }

        .margin_bottom {

            @media @mobile {
                margin-bottom: 30px;
            }
        }

        .counters {
            text-align: center;
            color: @default_principalcolor;
            font-family: @fontTitle;

            .count_nums {
                font-size: 28px;
                font-weight: 800;
            }

            i.fa-plus {
                margin-top: -10px;
                vertical-align: middle;
            }
        }

        .icon-counters .img-icon {
            text-align: center;
            display: inline-block;
            font-size: 40px;
            height: 70px;
            width: 70px;
            line-height: 70px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .7s ease-in .3s;
            -o-transition: all .7s ease-in .3s;
            transition: all .7s ease-in .3s;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            margin-bottom: 20px;
        }
    }
    /********************************************************************************************
    TABLE GAMES                                                                                      
*********************************************************************************************/
    #table {
        padding: 100px 0 100px 0;
        background: #fafafa;

        @media @mobile {
            padding: 80px 0 80px 0;
        }

        &.table-second {
            padding: 100px 0 100px 0;

            @media @mobile {
                padding: 50px 0 50px 0;
            }
        }

        .box-title {
            text-align: center;

            h3 {
                font-weight: 800;
                margin-bottom: 30px;
            }

            span {
                color: @default_principalcolor;
            }
        }

        .box-market {
            background: #fff;
            border-radius: 5px;
            -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.06);
            box-shadow: 0 20px 40px rgba(0,0,0,0.06);

            img {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .box-description {
                padding: 30px;
                text-align: center;

                p {
                    margin-bottom: 20px;
                }

                a {
                    font-family: @fontTitle;
                    font-weight: 600;
                    color: #333;

                    i {
                        color: @default_principalcolor;
                        margin-left: 10px;
                    }
                }

                h3 {
                    margin-top: 0;
                    font-size: 16px;
                }
            }
        }

        .plus-border {
            padding: 10px;
            border-bottom: 1px solid @default_secondcolor;
            border-left: 1px solid @default_secondcolor;

            &.no-border {
                border: 0;

                @media @tablet {
                    width: 55%;
                    margin: 0 auto;
                }

                @media @mobile {
                    width: 100%;
                }
            }

            .table-tournament {
                border-top: 1px solid @default_secondcolor;
                border-right: 1px solid @default_secondcolor;
                padding: 40px;
                background: @default_secondcolor;

                @media @tabletLandescape {
                    padding: 40px 20px;
                }

                @media @mobile {
                    padding: 20px;
                }

                @media @mobileXs {
                    padding: 10px;
                }

                .box-roulette-desc {
                    width: 70%;

                    @media @mobile {
                        width: 100%;
                    }
                }

                .roulette-image {
                    width: 100%;
                    float: left;

                    @media @mobile {
                        display: none;
                    }

                    img {
                        position: absolute;
                        float: right;
                        right: -100px;
                        bottom: -50px;

                        @media only screen and (max-width: 1450px) {
                            right: -60px;
                            width: 60%;
                        }

                        @media @desktop {
                            right: -20px;
                            width: 40%;
                        }

                        @media @tablet {
                            right: 0px;
                            width: 20%;
                        }
                    }
                }

                h3 {
                    text-transform: uppercase;
                    font-size: 28px;
                    font-weight: 800;
                    color: #fff;
                    margin-bottom: 10px;

                    @media @mobile {
                        font-size: 24px;
                    }
                }

                h4 {
                    color: #fff;
                    margin-bottom: 20px;
                    font-size: 14px;
                }

                .table-desc-txt {
                    margin-bottom: 20px;
                    color: #fff;
                }

                .sub-txt {
                    font-weight: 600;
                    color: #fff;
                }

                .table-premium {
                    font-size: 28px;
                    font-weight: 800;
                    margin-bottom: 20px;
                    font-family: @fontTitle;
                    padding: 0px;
                    background: @default_secondcolor;
                    color: #fff;
                    //width: 40%;
                    span {
                        color: @default_principalcolor;
                        font-weight: 800;
                        font-size: 20px;
                        font-family: @fontTitle;
                    }
                }

                .table-playlive {
                    width: 100%;
                    text-align: left;

                    .btn {
                        font-size: 13px;
                        border: 0;
                        background: @default_principalcolor;
                        border: 1px solid @default_principalcolor;
                        color: #fff;
                        padding: 12px 40px;
                        font-weight: 600;
                        margin-top: 25px;
                        border-radius: 25px;
                    }

                    .btn:hover {
                        color: #fff;
                        background: @default_principalcolor;
                    }
                }
            }
        }
    }

    #consult {
        padding: 100px 0;

        .bt-submit {
            background: @default_principalcolor;
            border-color: @default_principalcolor;
            color: #fff;
            font-weight: 800;
            padding: 10px 32px;
            margin-top: 40px;
            font-size: 14px;
            border-radius: 20px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        .dots-bg {
            &:before {
                overflow: hidden;
                position: absolute;
                content: '';
                left: 35px;
                top: 80px;
                width: 484px;
                height: 316px;
                display: inline-block;
                background-image: url(../images/bg-2.png);
            }
        }
    }
    /********************************************************************************************
    LIVE SPORTS                                                                                      
*********************************************************************************************/
    #livesoccer {
        position: relative;
        overflow: hidden;
        background: @default_secondcolor;
        width: 100%;
        height: 400px;

        .background-guaranteed {
            width: 50%;
            background: #fff;

            @media @mobileSm {
                width: 100%;
            }
        }


        .info-guaranteed {
            position: relative;
            padding-top: 100px;
            position: relative;

            .title-column {
                margin: 0 auto;
                position: absolute;
                left: 0;
                right: 0;

                @media @tabletLandescape {
                    width: 70%;
                }

                @media @mobile {
                    width: 100%;
                }
            }

            .title-column .title-inner .number:before {
                position: absolute;
                content: '';
                right: 0px;
                top: 0px;
                width: 8px;
                height: 35px;
                background-color: @default_principalcolor;
            }

            .title-column .title-inner .number:after {
                position: absolute;
                content: '';
                right: 0px;
                bottom: 0px;
                width: 8px;
                height: 35px;
                background-color: @default_principalcolor;
            }

            .title-column .title-inner .number {
                position: absolute;
                color: @default_principalcolor;
                font-size: 120px;
                font-weight: 800;
                line-height: 1.3em;
                width: 240px;
                height: 180px;
                text-align: center;
                display: inline-block;
                border: 8px solid @default_principalcolor;
                border-right: 0px;
                font-family: @fontTitle;

                @media @mobile {
                    width: 180px;
                    height: 140px;
                    font-size: 80px;
                }
            }

            .title-column .title-inner .text {
                position: relative;
                color: @default_principalcolor;
                font-size: 20px;
                font-weight: 400;
                line-height: 1.4em;
                padding-left: 210px;
                padding-top: 60px;
                display: inline-block;
                font-family: @fontTitle;

                @media @mobileSm {
                    font-size: 14px;
                }

                @media @mobile {
                    font-weight: 500;
                    line-height: 1.4em;
                    padding-left: 190px;
                }
            }
        }

        .info-livesoccer:before {
            content: '';
            margin-bottom: -100%;
            background: rgba(93, 87, 177, 0.8);
            background: -webkit-linear-gradient(to right, rgba(93, 87, 177, 0.8), rgba(247, 19, 91, 0.8));
            background: linear-gradient(to right, rgba(93, 87, 177, 0.8), rgba(247, 19, 91, 0.8));
            top: 0;
            bottom: 0;
            right: -30px;
            left: -1000%;
            position: absolute;
            transform: skew(-10deg);

            @media @tablet {
                right: 120px;
            }
        }
    }

    #sports {
        position: relative;

        .back-trs {
            background: url(../images/sports.jpg) top left no-repeat;
            width: 100%;
            height: 700px;
            position: absolute;
            background-size: cover;
            opacity: 0.13;
            z-index: 0;

            @media @tablet {
                background: url(../images/sports.jpg) top center no-repeat;
            }
        }

        img {
            position: relative;

            @media @tablet {
                display: none;
            }
        }

        .testimonial-content {
            padding-left: 100px;
            position: relative;
            margin-top: 150px;

            @media @tablet {
                margin-top: 0px;
                padding: 80px 30px;
            }

            .quote {
                position: absolute;
                left: 0px;
                top: 0px;
                z-index: 10;
            }

            p {
                font: 400 20px/36px @fontText;
                color: #585e68;
                font-style: italic;
                padding-top: 25px;
            }

            h5 {
                font: 500 16px/36px @fontTitle;
                color: #999999;
                padding-top: 14px;

                a {
                    color: #333;
                }
            }
        }
    }
    /********************************************************************************************
    SHOP                                                                                 
*********************************************************************************************/
    #box-shop {
        padding: 100px 0;

        .box-prod-top1 {
            background: rgb(204,204,204); /* Old browsers */
            background: -moz-linear-gradient(45deg, rgba(204,204,204,1) 1%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(45deg, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(45deg, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        }

        .box-prod-top2 {
            background: rgb(89,106,114); /* Old browsers */
            background: -moz-linear-gradient(45deg, rgba(89,106,114,1) 0%, rgba(206,220,231,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(45deg, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(45deg, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        }

        .box-shop {
            h3 {
                font-weight: 800;
                font-size: 16px;
            }
        }
    }
    /********************************************************************************************
    CONTACT                                                                                      
*********************************************************************************************/
    #contact {
        background-color: @default_secondcolor;
        padding: 16px 0;

        .container {
            @media @tablet {
                width: 100%;
            }
        }

        .box-casino {
            .col-lg-4 {
                @media @mobile {
                    padding: 0;
                }
            }
        }

        .faq-button-icon {
            i {
                color: @default_principalcolor;
                font-size: 36px;

                @media @mobile {
                    font-size: 18px;
                }
            }
        }

        .faq-button-content {
            color: #fff;
            font-size: 16px;

            @media @mobile {
                font-size: 11px;
            }

            p {
                color: #cdcdcd;
                font-size: 11px;

                @media @mobile {
                    display: none;
                }
            }
        }
    }

    #imgsupport {
        padding-top: 120px;

        @media @mobile {
            padding-top: 80px;
        }

        .box-support-img {
            border-bottom: 3px solid @default_principalcolor;
        }

        .clock-stop {
            text-align: center;

            @media @tablet {
                display: none;
            }

            img {
                padding-top: 80px;
            }
        }
    }

    textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, select:focus, select:active, button:focus, button:active, button:hover {
        outline: 0px !important;
        -webkit-appearance: none;
        box-shadow: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #map-section {

        .map-img-section {
            width: 100%;
            height: 550px;
            position: relative;

            .background-vip {
                background-color: rgba(0,0,0,0.2);
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                z-index: 9;
            }

            .google-maps {
                height: 550px;

                #map_canvas {
                    top: 0;
                    z-index: 1;
                }

                #map_canvas, #map_container {
                    height: 100%;
                    position: relative;
                    width: 100%;
                }
            }
        }
    }

    .contact-page {
        padding: 100px 0 100px 0;

        @media @mobile {
            padding: 80px 0 60px;
        }

        .box-1-left {
            padding: 0 30px 0 0;

            @media @tablet {
                padding: 0 15px;
            }

            h3 {
                font-weight: 800;
            }
        }

        .info-store-contact {

            .details-contact {
                padding: 40px 30px;
                background: @default_secondcolor;
                border-radius: 3px;

                h3 {
                    color: #fff;
                    font-size: 24px;
                    font-weight: 800;
                    margin-bottom: 20px;
                }

                p {
                    margin-bottom: 8px;
                    color: #fff;
                }

                hr {
                    margin: 20px 0;
                }
            }
        }

        .form-control {
            background: #fff;
            border-color: #dde1e1;
            padding: 8px 11px 9px;
            height: 44px;
            color: #333;
            font-size: 13px;
            border-radius: 1px;
            margin-top: 5px;
            border-width: 0 0 1px;
            box-shadow: 0 0 0 #000;
        }

        textarea {
            height: 100px !important;
        }

        #contact-form {
            margin-top: 40px;

            .form-group {
                margin-bottom: 30px;
            }

            .btn-send {
                text-align: right;
            }

            label {
                margin-bottom: 5px;
                font-weight: 600;
                color: #333;
            }

            .bt-contact-submit {
                padding: 10px 25px 10px 25px;
                font-size: 13px;
                background: #222;
                border-color: #333;
                border-radius: 20px;
            }
        }

        .title-hours {
            font-size: 16px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
        }

        .operation-hours {

            li {
                list-style-type: none;
                font-family: @fontText;
                margin-bottom: 10px;
                color: #fff;

                .pull-right {
                    float: right;
                    font-weight: 800;
                }
            }
        }
    }

    #contact-form input::-webkit-input-placeholder {
        color: #7e7e7e;
    }

    #contact-form input:-moz-placeholder {
        color: #7e7e7e;
    }

    #contact-form input::-moz-placeholder {
        color: #7e7e7e;
    }

    #contact-form input:-ms-input-placeholder {
        color: #7e7e7e;
    }


    #contact-form .success {
        display: none;
    }

    #contact-form .error {
        display: none;
    }
    /********************************************************************************************
    TEAM                                                                                      
*********************************************************************************************/
    #box-team {
        padding: 120px 0 100px 0;

        @media @mobile {
            padding: 80px 0 0;
        }

        .team-title {
            text-align: center;
            font-weight: 800;

            span {
                color: @default_principalcolor;
                font-weight: 800;
            }
        }

        .team-subtitle {
            text-align: center;
            text-transform: none;
            font-weight: 500;
            font-size: 16px;
            font-family: @fontTitle;

            @media @mobile {
                font-size: 13px;
            }
        }

        .box-desc {
            text-align: center;
            margin-top: 25px;

            @media @tablet {
                width: 50%;
                float: left;
                margin-bottom: 20px;
            }

            @media @mobile {
                width: 100%;
                float: left;
                margin-bottom: 20px;
            }

            img {
                border-radius: 30px;
            }

            h3 {
                font-size: 20px;
                font-weight: 800;
            }

            p {
                color: #666;
                text-transform: uppercase;
                font-weight: 600;
            }

            .team-desc {
                min-height: 126px;

                .social-icon-one {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    opacity: 0;
                    width: 100%;
                    visibility: hidden;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;

                    li {
                        position: relative;
                        margin: 0px 18px;
                        margin-bottom: 5px;
                        display: inline-block;

                        a {
                            position: relative;
                            color: #777777;
                            font-size: 16px;
                            -webkit-transition: all 300ms ease;
                            -ms-transition: all 300ms ease;
                            -o-transition: all 300ms ease;
                            -moz-transition: all 300ms ease;
                            transition: all 300ms ease;

                            &:hover {
                                color: @default_principalcolor;
                            }
                        }
                    }
                }
            }

            &:hover .social-icon-one {
                opacity: 1;
                visibility: visible;
                margin-top: 0px;
                padding-bottom: 10px;
                border-bottom: 1px solid @default_principalcolor;
            }
        }
    }
    /********************************************************************************************
    LOGIN                                                                                      
*********************************************************************************************/
    #box-login {
        padding: 100px 0 100px 0;

        @media @mobile {
            padding: 80px 0 0px 0;
        }


        .box-package {

            @media @tablet {
                float: left;
                margin-top: 40px;
            }
        }

        .login-form {

            form {
                padding: 50px 30px;
                box-shadow: 0 1px 2px rgba(0,0,0,0.3);
                width: 100%;
                float: left;

                label {
                    font-weight: 400;
                    font-size: 13px;
                }

                .box-input-login {
                    padding: 25px;

                    @media @mobile {
                        padding: 10px;
                    }
                }
            }

            .login-title {
                border-bottom: 1px solid #ddd;
                width: 100%;
                float: left;
                margin-bottom: 30px;

                h3 {
                    text-transform: uppercase;
                    font-size: 20px;
                    font-weight: 800;
                    padding-bottom: 5px;
                    float: left;
                    margin: 0;
                }

                span {
                    float: right;
                    padding-bottom: 5px;
                    font-weight: 600;
                    color: #7f730f;
                }
            }

            i {
                float: left;
                padding: 5px;
                font-size: 18px;
                margin-right: 10px;
                margin-top: 5px;
                color: @default_principalcolor;
            }

            input:focus ~ .floating-label,
            input:not(:focus):valid ~ .floating-label {
                top: -12px;
                bottom: 10px;
                left: 40px;
                font-size: 11px;
                opacity: 1;
            }

            .form-control {
                font-size: 14px;
                width: 92%;
                height: 35px;
                padding: 8px 12px;
                border-radius: 0px;
                box-shadow: 0 0 0 #ccc;
                border: 0px solid #ccc;
                border-bottom: 1px solid #ccc;

                @media only screen and (max-width:575px) {
                    width: 88%;
                }

                @media @mobile {
                    width: 80%;
                }
            }

            .floating-label {
                position: absolute;
                pointer-events: none;
                left: 40px;
                top: 7px;
                transition: 0.2s ease all;
            }

            .box-username, .box-password {
                width: 100%;
                float: left;
                position: relative;
                margin-bottom: 30px;
            }

            .box-password.last {
                margin-bottom: 0px;
            }

            .form-submit-login {
                padding-top: 40px;
                text-align: right;

                @media @desktop {
                    width: 100%;
                    float: left;
                }

                button {
                    padding: 10px 32px;
                    border-radius: 20px;
                    background: @default_principalcolor;
                    border-color: @default_principalcolor;
                    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
                    color: #fff;
                    font-weight: 800;
                    font-size: 14px;
                }
            }
        }

        .box-package {

            .included-list {

                h4 {
                    font-size: 18px;
                    font-weight: 800;
                    font-family: @fontTitle;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }

                ul {
                    color: @default_secondcolor;
                    padding-left: 0px;

                    li {
                        list-style-type: none;
                        padding: 7px 0;

                        svg {
                            width: 7%;
                        }

                        p {
                            color: #111;
                        }
                    }
                }
            }

            .included-list.second-list {
                padding: 40px 0;
            }
        }
    }

    .vip-img-section.login {

        .box-jp {
            margin-top: 0px;

            @media @tabletLandescape {
                width: 70%;
            }
        }

        .info-slider:before {
            content: '';
            margin-bottom: -20%;
            background-color: @default_principalcolor;
            top: 0;
            bottom: 0;
            right: -30px;
            left: -1000%;
            position: absolute;
            transform: skew(-30deg);
            box-shadow: 0 1px 3px rgba(0,0,0,0.5);

            @media @tablet {
                right: 250px;
            }

            @media @mobile {
                right: 120px;
            }

            @media @mobileSm {
                right: 20px;
            }
        }

        .info-slider {

            #perSecond {
                position: absolute;
                padding-top: 40px;
                font-weight: 800;
                font-size: 80px;
                font-family: @fontTitle;
                color: #fff;

                @media @tabletLandescape {
                    padding-top: 50px;
                    font-size: 60px;
                }

                @media @mobileSm {
                    padding-top: 30px;
                    font-size: 30px;
                }

                @media @mobile {
                    font-size: 30px;
                    padding-top: 12px;
                }
            }
        }

        .promo-title {
            margin-top: 70px;

            @media @mobile {
                margin-top: 60px;
            }

            h3 {
                font-size: 50px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 400;
                padding-left: 0px;

                @media @desktop {
                    text-align: center;
                }

                @media @tablet {
                    font-size: 40px;
                    text-align: center;
                }

                @media @mobileSm {
                    font-size: 40px;
                }
            }
        }
    }
    /********************************************************************************************
    FOOTER                                                                                      
*********************************************************************************************/
    footer {
        padding: 100px 0 0 0;
        width: 100%;
        float: left;
        position: relative;
        background: @default_secondcolor;

        @media @tablet {
            padding: 100px 0 0 0;
        }

        @media @mobile {
            padding: 0;
        }

        .skyscraper {
            background-image: url("../images/skyscraper.png");
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: 550px;
            opacity: 0.2;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .box-info-support {
            padding-top: 20px;

            @media @desktop {
                padding-top: 10px;
                width: 100%;
            }

            @media @mobile {
                display: none;
            }

            ul {
                margin: 0 auto;

                @media @desktop {
                    margin: 5px auto;
                    text-align: center;
                }

                @media @tablet {
                    margin: 10px 0;
                    text-align: left;
                }

                li {
                    list-style-type: none;
                    display: inline-block;
                    position: relative;
                    margin-right: 30px;
                    padding: 30px;
                    width: 31%;
                    border: 1px solid #4d4a74;

                    @media @desktop {
                        margin-left: 0;
                        text-align: left;
                        width: 30%;
                    }

                    @media @tablet {
                        padding: 20px;
                        margin-bottom: 10px;
                    }

                    &:last-child {
                        margin-right: 0;
                    }

                    &.search-lents {
                        margin-left: 0;
                        padding: 0;

                        .ctn-icon {
                            line-height: 0;
                            position: relative;
                            padding-left: 20px;

                            @media @desktop {
                                top: -5px;
                            }
                        }

                        @media @mobile {
                            display: none;
                        }
                    }

                    .square {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        border-top: 1px solid #4d4a74;
                        border-left: 1px solid #4d4a74;
                        top: -5px;
                        left: -5px;
                        -moz-transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;

                        &:hover {
                            top: 0;
                            left: 0;
                            opacity: 0;
                        }
                    }

                    #clock {
                        color: #333;
                        text-transform: lowercase;
                    }

                    .ctn-icon {
                        width: 25%;
                        float: left;
                        left: 0px;
                        top: 0px;
                        color: @default_principalcolor;
                        font-size: 34px;
                        text-align: left;
                        line-height: 1.2em;
                        -moz-transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;

                        @media @desktop {
                            font-size: 28px;
                            top: 5px;
                            left: 5px;
                        }

                        @media @mobile {
                            text-align: center;
                            left: 30px;
                        }
                    }

                    .info-text {

                        p {
                            color: #fff;
                            font-size: 13px;
                            margin-left: 10px;

                            &.title-mdl-header {
                                color: #fff;
                                font-size: 14px;
                                font-weight: 600;
                            }
                        }

                        &.lsd {

                            &:after {
                                width: 0px;
                                height: 0px;
                            }
                        }
                    }
                }
            }
        }

        .box-card {

            ul {
                text-align: center;

                li {
                    display: inline-block;
                    width: 15%;
                    padding: 10px;
                    margin-right: 40px;

                    @media @tablet {
                        width: 15%;
                        margin-right: 20px;
                    }

                    @media only screen and (max-width: 550px) {
                        width: 25%;
                    }

                    img {
                        -webkit-filter: grayscale(20%) saturate(20%) brightness(80%);
                        filter: grayscale(20%) saturate(20%) brightness(80%);
                        -webkit-transition: all 1s;
                        -o-transition: all 1s;
                        transition: all 1s;
                    }

                    &:hover img {
                        -webkit-filter: none;
                        filter: none
                    }
                }
            }
        }

        .box-footer-step {
            padding: 100px 0 0 0;

            @media @mobileLandescape {
                padding: 80px 0 0 0;
            }

            @media @mobile {
                padding: 80px 0 0 0;
            }

            .box-single-footer {

                @media @tablet {
                    margin-bottom: 20px;
                }
            }

            p {
                color: #ddd;
            }

            .list-link {

                ul {

                    li {
                        list-style: none;
                        padding: 5px 0;
                        position: relative;

                        &:first-child {
                            padding: 0 0 5px 0;
                        }

                        a {
                            color: #ddd;
                            text-decoration: none;

                            &:after {
                                content: '';
                                width: 0;
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                height: 1px;
                                background: @default_principalcolor;
                                -moz-transition: all 300ms ease;
                                -webkit-transition: all 300ms ease;
                                -ms-transition: all 300ms ease;
                                -o-transition: all 300ms ease;
                                transition: all 300ms ease;
                            }
                        }

                        &:hover a:after {
                            width: 60%;
                        }
                    }
                }
            }

            .twitter-post-icon {
                line-height: 35px;
                width: 35px;
                border-radius: 50%;
                margin-right: 0;
                margin-top: 0;
                text-align: center;
                padding: 0;

                @media @tablet {
                    display: none;
                }

                i {
                    color: #fff;
                    font-size: 16px;
                    line-height: 33px;
                }
            }

            .ftr-txt-1 {
                margin-bottom: 10px;
            }

            h3 {
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
                color: #111;
                position: relative;
                margin-bottom: 35px;
                padding-bottom: 18px;
                color: #fff;

                @media @tablet {
                    margin-bottom: 20px;
                }

                &:after {
                    position: absolute;
                    content: '';
                    left: 0px;
                    bottom: 0px;
                    height: 1px;
                    width: 50px;
                    background-color: @default_principalcolor;
                }

                span {
                    font-size: 60px;
                    color: @default_principalcolor;
                    font-weight: 800;
                }
            }

            .contact-news {

                .ct-hour {
                    font-weight: 600;
                    margin-top: 5px;
                    font-size: 11px;
                    color: #9e9ad4;
                    text-transform: uppercase;
                }


                .content-twit {
                    margin-bottom: 20px;

                    .post-txt {
                        padding-right: 0;
                        padding-left: 10px;

                        .twit-info {
                            font-size: 11px;

                            .fa-user {
                                margin-right: 5px;
                            }

                            .fa-comments {
                                margin-right: 5px;
                                margin-left: 10px
                            }
                        }
                    }
                }
            }

            .contact-email {

                p {
                    margin-bottom: 10px;
                    color: #ddd;
                }

                .form-group {
                    margin-top: 20px;

                    input {
                        width: 100%;
                        border-radius: 2px;
                        padding: 7px 12px;
                        color: #ffffff;
                        border-radius: 3px;
                        border: 1px solid rgba(255,255,255,0.15);
                        background-color: rgba(255,255,255,0.10);
                    }

                    button {
                        width: 100%;
                        padding: 10px;
                        font-size: 14px;
                        border-radius: 25px;
                        background: @default_principalcolor;
                        border-color: @default_principalcolor;
                    }
                }
            }

            .ftr-title-1 {
                margin-top: -10px;
                margin-bottom: 20px;
                padding-bottom: 12px;
                font-size: 30px;

                &:after {
                    content: none;
                }
            }

            .open-time {
                margin-top: 20px;

                p {
                    font-size: 12px;
                }

                span {
                    color: @default_principalcolor;
                    font-weight: 600;

                    &.key-word {
                        color: #fff;
                    }
                }
            }

            .col-md-3 {

                @media @tablet {
                    margin-bottom: 40px;
                }
            }
        }

        #copyright {
            width: 100%;
            float: left;
            padding: 20px 0;
            margin-top: 0px;

            @media @tablet {
                text-align: center;
                float: none;
            }

            hr {
                margin-top: 30px;
                margin-bottom: 30px;
                border-top: 1px solid #4d4a74;
            }

            .box-copy {


                .box-social {
                    ul {
                        text-align: right;
                        margin-top: -5px;

                        @media @tablet {
                            text-align: center;
                            float: none;
                            margin-top: 10px;
                        }

                        @media @mobile {
                            text-align: center;
                            margin-top: 10px;
                        }

                        li {
                            list-style-type: none;
                            display: inline-block;

                            i {
                                color: #fff;
                                padding: 10px;
                                border: 1px solid @default_principalcolor;
                                background: @default_principalcolor;
                                margin-right: 10px;
                                border-radius: 50px;
                            }

                            i.fa-facebook {
                                padding: 10px 12px;
                            }

                            i.fa-linkedin {
                                padding: 10px 11px;
                            }
                        }
                    }
                }

                .copyright {
                    color: #706ca1;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }
            }
        }
    }
    /*************************
    back to top
*************************/
    #back-to-top .top {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: #fff;
        transition: all .5s ease-in-out;
        position: fixed;
        bottom: 105px;
        right: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        z-index: 999;
        font-size: 14px;
        background: @default_principalcolor;
        width: 60px;
        height: 60px;
        text-align: center;
    }

    #back-to-top i {
        padding-top: 7px;
        font-size: 20px;
    }

    #back-to-top span {
        display: block;
        line-height: 8px;
        font-size: 11px;
    }
    /********************************************************************************************
    ELEMENTS                                                                                      
*********************************************************************************************/
    /* Datepicker */
    .datepicker-dropdown {
        border-radius: 0;
        padding: 15px;
    }

    .datepicker td,
    .datepicker th {
        border-radius: 0;
    }

    .datepicker .table-condensed > tbody > tr > td,
    .datepicker .table-condensed > tbody > tr > th {
        padding: 5px 10px;
    }

    .datepicker thead tr:last-child {
        background-color: #f2f2f2;
    }

    .datepicker thead tr:last-child th {
        border-right: 1px solid #fff;
    }

    .datepicker table tr td.new,
    .datepicker table tr td.old {
        color: #c9c9c9;
    }

    .datepicker table tr td.active.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled.active:hover,
    .datepicker table tr td.active.disabled.disabled:hover,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active.disabled[disabled]:hover,
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.active:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active[disabled]:hover,
    .datepicker table tr td.active[disabled] {
        background: #f15f2a;
    }

    .pageload-overlay.show,
    .pageload-overlay {
        background-color: #f15f2a;
        visibility: visible;
    }
    /********************************************************************************************
    PERSONAL EFFECTS                                                                                      
*********************************************************************************************/
    @-webkit-keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-6px);
        }
    }

    @keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-6px);
        }
    }
    /*sonar effect*/
    @-webkit-keyframes sonarEffect {

        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
            -webkit-transform: scale(1.5);
            opacity: 0;
        }
    }

    @-moz-keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
            -moz-transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(218,2,102,0.1), 0 0 10px 10px #f571ae, 0 0 0 10px rgba(218,2,102,0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }



    @-webkit-keyframes animatePicture {
        0% {
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1)
        }

        50% {
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        50.01% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        to {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1)
        }
    }

    @keyframes animatePicture {
        0% {
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1)
        }

        50% {
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        50.01% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        to {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1)
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
