@import url(https://fonts.googleapis.com/css?family=Muli:400,400i|Roboto+Condensed:400,600,700);

.blog .entry .user-date ul,
.blog .pagination ul,
.blog-single .entry .user-date ul,
.blog-single .share ul,
footer .icon-social {
    list-style: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #888;
    font-family: Muli, sans-serif
}

body::-webkit-scrollbar {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #343434;
    font-family: 'Roboto Condensed', sans-serif
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

a {
    color: #333
}

.button {
    background: #ef5350;
    border: 0 transparent;
    color: #fff;
    padding: 5px 12px;
    border-radius: 2px
}

.navbar {
    width: 100%;
    height: 60px;
    padding: 15px 0;
    z-index: 9;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 2px solid #eee
}

.panel-control-left .side-nav .collapsible-header:hover,
.side-nav a:hover {
    background: 0 0
}

.site-title {
    display: inline-block;
    margin-left: 18px
}

.site-title h1 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-weight: 700
}

.side-nav a {
    padding: 0 16px
}

.panel-control-left {
    float: left;
    font-size: 20px
}

.panel-control-left ul {
    padding: 10px 0
}

.panel-control-left ul li {
    border-bottom: dotted 1px #eee
}

.panel-control-left ul li a {
    font-size: 15px
}

.panel-control-left .side-nav li a i {
    margin-right: 5px
}

.panel-control-left .side-nav .collapsible-header {
    font-size: 15px;
    color: rgba(0, 0, 0, .87)
}

.panel-control-left .side-nav .collapsible-header span i {
    float: right;
    text-align: right;
    font-size: 12px
}

.panel-control-left .side-nav .collapsible-header.active {
    border-bottom: dotted 1px #ddd
}

.panel-control-left .side-nav li.active {
    border-bottom: solid 1px #eee;
    background: 0 0
}

.panel-control-left .side-nav .collapsible-header i {
    font-size: 16px;
    color: rgba(0, 0, 0, .54);
    width: 24px;
    margin-right: 5px;
    text-align: left
}

.panel-control-left .collapsible-body ul {
    padding: 0;
    margin: 0
}

.panel-control-left .collapsible-body ul li a {
    padding-left: 45px;
    height: 40px;
    line-height: 40px
}

.panel-control-left .categories-in li {
    line-height: 40px
}

.panel-control-left .categories-in .collapsible-header {
    padding-left: 45px
}

.panel-control-left .categories-in .collapsible-body ul li a {
    height: 36px;
    line-height: 36px;
    padding-left: 60px
}

.panel-control-right {
    float: right;
    font-size: 16px
}

.panel-control-right h6 {
    font-size: 16px
}

.panel-control-right .side-nav li a i {
    margin-right: 5px
}

.panel-control-right .sidenav-control-right i {
    right: -8px;
    position: relative;
    font-size: 18px
}

.panel-control-right .sidenav-control-right span {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    position: relative;
    bottom: 8px;
    padding: 1px 5px;
    font-size: 12px
}

.panel-control-right img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.panel-control-right .side-nav {
    padding: 30px 10px
}

.panel-control-right .action i {
    float: right;
    cursor: pointer;
    font-size: 18px
}

.panel-control-right .entry {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px
}

.panel-control-right .desc .rating {
    position: relative;
    bottom: 5px
}

.panel-control-right .desc i {
    font-size: 14px
}

.panel-control-right .desc h6 span {
    color: #ef5350
}

.panel-control-right .price {
    text-align: right
}

.panel-control-right ul li {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 10px 10px 10px 0
}

.panel-control-right ul li .button {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    bottom: 20px
}

.slider-slick {
    position: relative;
    overflow: hidden
}

.slider-slick .slider-entry {
    position: relative;
    height: 280px
}

.slider-slick .overlay,
.slider-slick img {
    height: 100%;
    width: 100%
}

.slider-slick .overlay {
    /*background: rgba(0, 0, 0, .31);*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.slider-slick .caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    color: #fff;
    z-index: 999;
    overflow-wrap: break-word;
    text-align: center
}

.slider-slick .caption h2 {
    color: #fff
}

.slider-slick .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%
}

.slider-slick .slick-dots li {
    width: auto
}

.slider-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.slider-slick .slick-dots li.slick-active button {
    background: #ef5350
}

.slider-slick .slick-dots li button::before {
    font-size: 0;
    color: transparent
}

.banner {
    margin: 10px 0 0px
}

.banner .entry {
    position: relative;
    padding: 20px 10px 26px;
    text-align: center;
    color: #fff
}

.banner .entry h5 {
    color: #fff
}

.banner .entry p {
    margin: 6px 0 15px;
    color: #eee
}

.app-title {
    text-align: left;
}

.pages-title {
    margin-bottom: 30px;
    text-align: center
}

.more {
    text-align: right;
    font-size: 20px;
}

.banner .banner1 {
    background: linear-gradient(rgba(47, 40, 40, .27), rgba(47, 40, 40, .27)), url(../img/banner/ZooTown_1000x700.jpg);
    background-size: 100% 100%
}

.banner .banner2 {
    background: linear-gradient(rgba(47, 40, 40, .27), rgba(47, 40, 40, .27)), url(../img/banner/HotVegasSlots_1000x700.jpg);
    background-size: 100% 100%
}

.banner .banner3 {
    background: linear-gradient(rgba(47, 40, 40, .27), rgba(47, 40, 40, .27)), url(../img/banner/Mafia2HoldemPoker_1000x700.jpg);
    background-size: 100% 100%
}

.banner .banner4 {
    background: linear-gradient(rgba(47, 40, 40, .27), rgba(47, 40, 40, .27)), url(../img/banner/stardrives_1000x700.jpg);
    background-size: 100% 100%
}

.app-section {
    padding: 10px 0 15px
}

.app-pages {
    margin-top: 60px
}

.pages-title h3 {
    font-size: 28px
}

.app-bg-dark {
    background: #f3f3f3
}

.app-bg-dark .entry,
.app-bg-light {
    background: #fff
}

.app-bg-light .entry {
    background: #f3f3f3
}

.product .entry {
    position: relative;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 0 1px -2px rgba(0, 0, 0, .2)
}

.product-cart .entry .cart-title i,
.wishlist .entry .wishlist-title i {
    text-align: right;
    float: right
}

.product .entry .new {
    position: absolute;
    top: 0;
    background: #ef5350;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px
}


.product .entry .sale {
    position: absolute;
    top: 0;
    background: #ef5350;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    display: none;

}

.product .entry img {
    width: 100%;
    height: 100%
}

.product .entry .sale {
    left: 0
}

.product .entry .new {
    right: 0
}

.blog,
.blog-single,
.blog-single .author,
.blog-single .share ul li h6,
.login strong,
.product-details .entry {
    position: relative
}

.product-cart .cart-total h6,
.product-cart .entry h6,
.wishlist .cart-total h6,
.wishlist .entry h6 {
    font-size: 15px
}

.rating .active {
    color: #fecd2d
}

.product .entry .price,
.product .entry .rating,
.product .entry h6 {
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 17ch;
    margin: auto;
}

.product-details .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px
}

.product-details .entry .tabs {
    height: auto
}

.product-details .entry .tabs a.active {
    border: 1px solid #ef5350
}

.product-details .entry .tabs a {
    border: 1px solid #ddd
}

.product-details .entry .tabs img {
    border: 0
}

.product-details .entry .tabs .indicator {
    height: 0;
    background: 0 0
}

.product-details .entry .tabs .tab {
    height: auto
}

.product-details .details .button {
    margin-top: 20px
}

.product-details .desc-review {
    margin-top: 30px
}

.product-details .desc-review .tabs {
    height: 30px
}

.product-details .desc-review .tabs .indicator {
    background: #ef5350
}

.product-details .desc-review .tab {
    height: 30px;
    text-transform: none
}

.review .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px
}

.review .comment .content p {
    margin: 8px 0
}

.review .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

.review .comment .content {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px
}

.review .post-review {
    margin-top: 20px
}

.review .post-review h6 {
    margin-bottom: 15px
}

.checkout .billing-details h5,
.product-cart .cart-total h5,
.product-cart .cart-total h6 {
    margin-bottom: 10px
}

.wishlist .entry {
    border: 1px solid #ddd;
    padding: 10px 16px 0 10px
}

.wishlist .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.wishlist .entry .wishlist-title {
    padding: 10px 0 0
}

.wishlist .entry .s-title {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.wishlist .entry .s-title i {
    float: right
}

.product-cart .entry {
    border: 1px solid #ddd;
    padding: 10px 16px 0 10px
}

.product-cart .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.product-cart .entry .cart-title {
    padding: 10px 0 0
}

.product-cart .entry .s-title {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.product-cart .entry input[type=number] {
    height: 25px;
    border: 1px solid #ccc;
    padding: 0;
    width: 40px;
    text-align: center;
    position: relative;
    bottom: 4px
}

.checkout .billing-details,
.checkout .payment-method {
    border: 1px solid #ddd;
    padding: 16px 12px 2px
}

.blog .entry img,
.blog-single .entry img,
.categories .entry img {
    width: 100%;
    height: 100%
}

.product-cart .cart-total {
    text-align: right;
    margin-top: 25px
}

.product-cart .cart-total .button {
    text-align: center;
    margin-right: 10px;
    margin-top: 10px
}

.checkout .payment-method {
    margin-top: 25px
}

.checkout .payment-method [type=radio]:checked+label::after,
[type=radio]:checked+label:after {
    background: #ef5350;
    border-color: #ef5350
}

.checkout .payment-method h5 {
    margin-bottom: 15px
}

.checkout .payment-method h6 {
    font-size: 16px
}

.checkout .payment-method p {
    margin: 5px 5px 15px
}

.checkout .order {
    background: #f5f5f5;
    margin-top: 25px;
    padding: 16px 12px 2px
}

.checkout .order h5 {
    margin-bottom: 14px
}

.checkout .order h5 span {
    font-size: 18px
}

.checkout .order h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #666
}

.checkout .order .text-right {
    text-align: right
}

.checkout .order .button {
    margin-top: 10px;
    margin-left: 12px
}

.categories .entry {
    border: 1px solid #ddd;
    text-align: center
}

.categories .entry h6 {
    padding: 0 12px
}

.categories .entry span {
    display: block;
    padding: 2px 12px 15px
}

.categories .entry img {
    margin-bottom: 10px
}

.blog .entry {
    margin-bottom: 30px
}

.blog .entry .user-date ul li {
    display: inline-block;
    margin-right: 12px
}

.blog .entry .user-date ul li a i {
    margin-right: 6px;
    color: #ef5350
}

.blog .pagination ul {
    margin-top: 40px;
    text-align: center
}

.blog .pagination ul li {
    display: inline-block;
    background: #f3f3f3;
    margin: 0 2px;
    border: 1px solid #dedede
}

.blog .pagination ul .active {
    background: #ef5350;
    color: #fff;
    border-color: #ef5350
}

.blog-single .entry {
    margin-bottom: 30px
}

.blog-single .entry .user-date ul li {
    display: inline-block;
    margin-right: 12px
}

.blog-single .entry .user-date ul li a i {
    margin-right: 6px;
    color: #ef5350
}

.blog-single .share ul {
    margin-top: 15px
}

.blog-single .share ul li {
    display: inline-block
}

.blog-single .share ul li h6 {
    margin-right: 4px;
    bottom: 2px
}

.blog-single .share ul li a i {
    font-size: 20px;
    margin: 0 4px
}

.blog-single .author {
    border-top: 1px solid #eee;
    padding-top: 20px
}

.blog-single .author .entry {
    overflow: hidden
}

.blog-single .author p {
    margin: 8px 0
}

.blog-single .author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

.blog-single .author .entry ul {
    padding: 0;
    margin: 0
}

.blog-single .author .entry ul li {
    display: inline-block;
    margin-right: 3px
}

.blog-single .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px
}

.blog-single .comment .content p {
    margin: 8px 0
}

.blog-single .post-comment .content textarea,
form textarea {
    margin-bottom: 20px
}

.blog-single .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px
}

.blog-single .comment .content,
.blog-single .post-comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px
}

form input[type=number],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel] {
    border: 1px solid #ddd;
    height: 36px;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    padding: 0 10px;
    box-sizing: border-box
}

form input:not([type]):focus:not([readonly]),
form input[type=number]:focus:not([readonly]),
form input[type=text]:focus:not([readonly]),
form input[type=email]:focus:not([readonly]),
form input[type=password]:focus:not([readonly]),
form input[type=tel]:focus:not([readonly]) {
    border-bottom: 1px solid #ddd;
    box-shadow: none
}

form textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    padding: 10px;
    box-sizing: border-box;
    height: auto
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

.login strong {
    display: block;
    bottom: 5px
}

.login .forgot {
    margin-bottom: 10px;
    display: block
}

.login [type=checkbox]+label {
    padding-left: 30px;
    color: #333
}

.login .or h5,
.register .or h5 {
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center
}

.login [type=checkbox]:checked+label::before {
    border-right: 2px solid #ef5350;
    border-bottom: 2px solid #ef5350
}

.login .button {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%
}

.login .create-account {
    text-align: center
}

.login .or h5 {
    width: 40px;
    background: #ef5350;
    margin: 10px auto
}

.login .or .button {
    margin-top: 12px;
    margin-bottom: 12px
}

.login .facebook {
    background: #3b5998
}

.login .twitter {
    background: #00aced
}

.login .google {
    background: #dd4b39
}

.register .button {
    margin-top: 5px;
    margin-bottom: 14px;
    width: 100%
}

.register .login-now {
    text-align: center;
    display: block
}

.register .or h5 {
    width: 40px;
    background: #ef5350;
    margin: 20px auto 10px
}

.register .or .button {
    margin-top: 12px;
    margin-bottom: 12px
}

.register .facebook {
    background: #3b5998
}

.register .twitter {
    background: #00aced
}

.register .google {
    background: #dd4b39
}

.page-404 {
    text-align: center
}

.page-404 h3 {
    font-size: 96px
}

.page-404 h3 span {
    color: #ef5350
}

.page-404 .button {
    margin: 20px 0
}

.page-404 .button a {
    color: #fff
}

.testimonial {
    text-align: center
}

.testimonial img {
    border-radius: 50%
}

.faq .collapsible {
    border: none;
    box-shadow: none
}

.faq .collapsible li {
    margin-bottom: 6px;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.faq .collapsible li .collapsible-header {
    font-size: 16px;
    color: #666
}

.faq .collapsible li .collapsible-header i {
    float: right;
    margin-right: 0;
    width: auto;
    font-size: 14px
}

.faq .collapsible li .collapsible-body p {
    padding: 16px
}

footer {
    background: #111;
    text-align: center;
    padding: 10px 0 10px;
    display: block
}

footer h6 {
    color: #ddd
}

footer .icon-social {
    padding: 0;
    margin: 20px 0 15px
}

footer .icon-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 100%
}

footer .icon-social .facebook {
    background: #3b5998
}

footer .icon-social .twitter {
    background: #00aced
}

footer .icon-social .google {
    background: #dd4b39
}

footer .icon-social .instagram {
    background: #517fa6
}

footer .icon-social .rss {
    background: #fe7e00
}

footer ul li a {
    color: #fff
}

footer .tel-fax-mail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #bbb
}

footer .tel-fax-mail ul li {
    padding: 4px 0
}

footer .tel-fax-mail ul li span {
    font-weight: 700;
    padding: 0;
    margin: 0
}

footer .ft-bottom {
    border-top: 1px solid #222;
    margin-top: 0px;
    padding-top: 0px;
    color: #999
}

.logo {
    width: 100%;
    height: auto;
    /*background: url(../images/gamex-logo.png) no-repeat;*/
    /*background: #D8D8D8;*/
    margin: 10px auto;
    text-align: center;

}

.logo img {
    width: 100%;
    max-width: 267px;
    height: auto;
    margin: auto;
}

/*****************Nav*****************/

.nav {
    color: #FFF;
}

.nav ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;

}

.nav ul li {
    width: 32%;
    display: inline-block;
    text-align: center;
    border-right: solid #E9E9E9 1px;
    background-color: #80C342 !important;
    /*#EA5C26;*/
}

.nav ul li:last-child {
    border: none;
    /*width: 98.50%;*/
}

.nav ul li a {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 0px;
    /*text-shadow: 0 0 5px #000; */
}

.nav ul li a span {
    font-size: 16px !important;
    display: block;
}

.nav ul li a:hover {

    color: #FFF;
    background: #ED0181;

}

.nav ul li a.active {
    background: #ED0181;
    /* Old browsers */
    color: #FFF;
    border: none;
}

.round {
    margin-bottom: 10px;
    background: #EE1B24 !important;
    width: 60px !important;
    height: 52px !important;
    border-radius: 50%;
    border: none !important;
    margin-right: 10px;
    padding-top: 8px;
}

.activated-text {
    color: #A1D413 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}

.activated-btn {
    border: none;
    border-radius: 8px;
    color: #fff !important;
    background-color: #A1D413;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    max-width: 150px;
    margin: 10px auto 0px;
    font-style: normal;
    display:block;

}