/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    padding-top: 54px;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 70px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #fbd33d;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #fbd33d;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.heading {
    font-size: 26px;
    line-height: 32px;
    color: #222222;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: table;
    margin: 0 auto 30px;
}

.heading:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fbd33d;
    display: block;
    position: absolute;
    top: 9px;
    left: -24px;
}

.heading-desc {
    color: #717171;
    width: 600px;
    margin: 0 auto 50px;
    text-align: center;
}

.btn {
    border: 0;
    border-radius: 2px;
    padding: 6px 20px;
    font-weight: bold;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #fbd33d;
    color: #222;
}

.btn-primary:hover {
    background-color: #5d5d5d;
    color: #fff;
}

header {
    background-color: #303030;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header nav ul {
    display: table;
    width: 100%;
    text-align: right;
}

header nav ul li {
    display: inline-block;
}

header nav ul li .nav-link {
    display: block;
    color: #acacac;
    padding: 30px 22px;
    text-transform: uppercase;
    font-size: 12px;
}

header.header-small nav ul li .nav-link {
    padding: 18px 22px;
}

header nav ul li a:focus,
header nav ul li a:active {
    color: #fff;
}

header nav ul li a:hover {
    color: #fff;
}

header nav ul li a.active {
    color: #fff;
    background-color: #363636;
}


.demos {
    background-color: #f0f0f0;
    position: relative;
}

.demos .demo {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 30px 0;
}

.demos .demo .hover {
    height: 45px;
    display: table;
    width: 100%;
    position: absolute;
    bottom: -55px;
    background-color: #222;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.demos .demo:hover .hover {
    bottom: 0;
}

.demos .demo .hover .demo-info {
    background-color: #222222;
    width: 70%;
    position: relative;
    height: 45px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    color: #fff;
}

.demos .demo .hover button {
    background-color: #303030;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    outline: 0;
    width: 30%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #adadad;
    text-transform: uppercase;
    font-size: 12px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.demos .demo .hover button:hover {
    color: #fbd33d;
}

.about {
    background: url('../imgs/about-bgr.svg') top center no-repeat;
    background-size: cover;
}

.about .heading {
    color: #fff;
}

.about .heading-desc {
    color: #acacac;
}

.about .abilities {
    margin: 0 0 60px 0;
}

.about .abilities .ability {
    text-align: center;
}

.about .abilities .ability .ability-icon {
    margin: 0 0 15px 0;
}

.about .abilities .ability .ability-heading {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.about .abilities .ability .ability-desc {
    color: #acacac;
    padding: 0 50px;
}

.about .about-text h3 {
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.about .about-text .about-desc,
.about .about-text p {
    color: #acacac;
}


.news {
    background-color: #f0f0f0;
}

.news .news-card .meta {
    margin: 10px 0;
    color: #a8a8a8;
    font-size: 12px;
}

.news .news-card .meta ul li:first-of-type {
    margin-left: 0;
}

.news .news-card .meta ul li {
    display: inline-block;
    margin: 0 12px;
}

.news .news-card h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.news .news-card h3 a {
    color: #222;
}

.news .news-card h3 a:hover {
    color: #fbd33d;
}

.news .news-card .news-card-desc {
    color: #a8a8a8;
}

.news .news-card .read-more {
    color: #222;
    margin: 30px 0 0 0;
    display: inline-block;
}

.news .news-card .read-more:hover {
    color: #fbd33d;
}

.news .news-card .read-more i {
    margin-left: 4px;
}

.owl-theme .owl-dots {
    padding: 25px 0 0 0;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    border-radius: 2px;
}

.owl-carousel .owl-item {
    opacity: .3;
}

.owl-carousel .owl-item.center {
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 32%;
    font-size: 50px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    opacity: 1;
    color: #222;
}

.owl-theme .owl-nav .owl-prev {
    left: 23%;
    position: absolute;
    opacity: .7;
}

.owl-theme .owl-nav .owl-next {
    right: 23%;
    position: absolute;
    opacity: .7;
}


.coming-soon {
    background: url('../imgs/coming-soon-bgr.jpg') top center no-repeat;
    background-size: cover;
}

.coming-soon .heading {
    color: #fff;
}

.coming-soon .notify-form form {
    position: relative;
}

.coming-soon .notify-form .form-control {
    border-radius: 2px;
    border: 0;
    padding-right: 70px;
}

.coming-soon .notify-form h5 {
    margin: 0 0 15px 0;
    color: #fff;
    text-align: center;
    opacity: .7;
    font-size: 14px;
    line-height: 20px;
}

.coming-soon .notify-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fbd33d;
    border: 0;
    height: 100%;
    padding: 0 20px;
    border-radius: 0 2px 2px 0;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.coming-soon .notify-form button:hover {
    background-color: #5d5d5d;
    color: #fff;
}

.coming-soon .timer .num span {
    font-size: 60px;
    line-height: 70px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.coming-soon .timer {
    text-align: center;
    margin: 30px 0 60px 0;
    font-size: 0;
}

.coming-soon .timer .num {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 36px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.coming-soon .timer .num:first-of-type:before {
    display: none;
}

.coming-soon .timer .num:before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -43px;
    font-size: 60px;
    line-height: 60px;
}

.contacts {
    background-color: #222222;
}

.contacts .contact-form {
    background-color: #fff;
    margin-top: -250px;
    margin-bottom: 50px;
}

.contacts .contact-form .form-control {
    border-radius: 2px;
    background-color: #f0f0f0;
    border: 0;
    font-size: 14px;
}

.contacts .heading {
    margin: 50px 0 30px 73px;
}

.contacts .contact-form form {
    padding: 0 30px 50px;
}

.contacts .contact-info {
    background-color: #363636;
    height: 100%;
    padding: 50px 50px;
}

.contacts .contact-info .heading {
    color: #fff;
    margin: 0 0 40px 30px;
}

.contacts .contact-info p {
    color: #acacac;
    line-height: 24px;
}

.contacts .contact-info ul {
    margin: 30px 0 0 0;
    display: table;
    width: 100%;
}

.contacts .contact-info ul li {
    display: block;
    margin: 0 0 15px 0;
    color: #acacac;
}

.contacts .contact-info ul li span {
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 5px 0 0 0;
}


.social {
    font-size: 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.social li {
    display: inline-block;
    margin: 0 8px;
}

.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: #f0f0f0;
    border-radius: 100%;
    color: #363636;
    font-size: 14px;
}

.social li a:hover {
    background-color: #303030;
    color: #fff;
}

.copyright {
    text-align: center;
    margin: 0 0 20px 0;
    color: #a4a4a4;
}

.carousel-indicators {
    bottom: 15px;
}


.games-categories ul {
    margin: 0 0 30px 0;
    text-align: center;
}

.games-categories ul li {
    display: inline-block;
    margin: 0 15px;
}

.games-categories ul li button.is-checked {
    border-bottom: 2px solid #222;
    color: #999;
}

.games-categories ul li button {
    color: #222;
    font-size: 16px;
    padding: 0 0 1px 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    outline: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.games-categories ul li button:hover {
    color: #999;
}

.map iframe {
    width: 100%;
    height: 550px;
}


.carousel-caption {
    top: 10%;
    bottom: inherit;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}