* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

footer, .push {
    height: 200px;
}

@media (min-width: 768px) {
    footer, .push {
        height: 150px;
    }
}

body {
    background: #f8f8f8;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-top: 3px solid #1c95df;
}

nav .search-form {
    border: 5px solid #efefef;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 55px;
}

nav .search-form input, nav .search-form button {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #1c95df;
}

nav .search-form input {
    width: 90%;
    padding-left: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-right: 0;
}

nav .search-form button {
    width: 10%;
    background: #f5f5f5;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
}

nav .search-form button i {
    color: #3497d9;
}

nav .box-blue {
    height: 50px;
    padding: 15px 0;
    text-align: center;
    margin-top: 2px;
}

nav .box-blue div.fb-like span {
    margin-right: 5px;
    vertical-align: baseline !important;
}

nav .btn-primary {
    margin-top: 2px;
    height: 47px;
}

nav .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

nav .login-dropdown ul.dropdown-menu {
    width: 100%;
    margin: 0;
}

nav .login-dropdown .dropdown-menu li {
    float: none;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

nav .login-dropdown .dropdown-menu li a {
    color: #5b5b5b;
}

nav .login-dropdown .dropdown-menu li a.btn {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    display: block;
    padding: 10px;
}

nav .login-dropdown .dropdown-menu li a.btn img {
    margin-right: 10px;
}

nav .login-dropdown .dropdown-menu li a.btn-facebook {
    background: #4955ad;
}

nav .login-dropdown .dropdown-menu li a.btn-google {
    background: #ec403c;
}

nav ul {
    margin: 0 0 25px 0px;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

.navbar-nav > li > a {
    padding: 0 17px 0 0;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #c7c7c7;
}

nav ul li.active a {
    color: #1c95df;
}

.btn-primary, .open .dropdown-toggle.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #58b8f3;
    background-image: -moz-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58b8f3), to(#1c95df));
    background-image: -webkit-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -o-linear-gradient(top, #58b8f3, #1c95df);
    background-image: linear-gradient(to bottom, #58b8f3, #1c95df);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b8f3', endColorstr='#1c95df', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.btn-primary span.fa {
    font-weight: 500;
    margin-right: 5px;
}

.box {
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
}

.box-caption-wrapper {
    padding-left: 30px;
    height: 115px;
}

.box-margin {
    margin: 20px 0;
}

.box-margin-bottom {
    margin-bottom: 20px;
}

.box-beige h2, .box-beige h1 {
    color: #5a5a5a;
    background: none;
}

.box-blue {
    background: #ecf5fb;
    border-color: #d3e6f2;
}

.box-darkblue {
    background: #d3e6f2;
    border-color: #b9d5e7;
}

.box-beige {
    background: #f3eee3;
    border: 0;
}

.box-inline {
    display: inline-block;
}

.box-caption h2 {
    position: absolute;
    left: -45px;
    padding: 5px 0 5px 0;
    top: 42px;
    float: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 115px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #74bf63;
    background: #dff4e2;
    border: 1px solid #badabe;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-caption h2.beige {
    background: #f3eee3;
    border: 1px solid #ded4be;
    color: #f56e00;
}

nav ul.category-dropdown {
    margin-left: -50px;
    margin-top: 4px;
    width: 270px;
    padding-left: 10px;
}

nav ul.dropdown-menu li {
    float: left;
    width: 120px;
    margin-right: 5px;
}

nav ul.dropdown-menu li a, nav ul.dropdown-menu li a:hover {
    color: #7e7e7e;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

nav ul.dropdown-menu li a:hover {
    text-decoration: underline;
}

.navbar-nav {
    margin: 20px 0 10px 0;
}

.navbar-default {
    border: 0;
    margin-top: 10px;
}

.navbar-brand img {
    height: auto;
}

.navbar-brand {
    height: 45px;
    padding: 0;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: auto;
    }

    .navbar-brand {
        height: 65px;
    }
}

.game-item img {
    width: 100%;
}

.game-item h3 a {
    font-weight: 700;
}

.top-bar {
    margin-bottom: 45px;
}

.top-bar .game-item {
    text-align: center;
}

.top-bar .game-item img {
    max-height: 78px;
}

.game-list .game-item {
    border: 2px solid #e1e1e1;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background: #FFF;
}

.game-list .game-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.game-list .game-image img {
    min-width: 100%;
    min-height: 130px;
}

.game-list .game-item h3, .game-list-vertical .game-item h3 {
    line-height: 12px;
    padding-top: 5px;
    text-align: center;
    height: 40px;
    margin: 0;
}

.game-list .game-item h3 a, .game-list-vertical .game-item h3 a {
    margin: 0;
    padding: 0;
    color: #595959;
    font-size: 13px;
}

.game-list .game-item:hover h3 a {
    color: #1d97de;
}

@media (min-width: 992px) {
    .game-list .game-item:hover {
        border: 2px solid #1d97de;
        background: #ecf5fb;
    }
}

.game-list-vertical .game-item h3 {
    padding-top: 10px;
    border-bottom: 1px solid #b9d5e7;
    margin-bottom: 15px;
}

.top-bar .game-item h3 a, .top-bar .game-item h3 {
    font-size: 11px;
    line-height: 11px;
    margin-top: 4px;
    color: #7d7d7d;
}

.fb-comments, .fb-comments span, .fb-comments iframe {
    width: 100% !important;
}

footer {
    background: #3b3b3b;
    color: #c1c1c1;
    padding: 30px 0px;
    margin-top: -150px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    width: 50%;
    float: left;
    list-style: none;
}

footer ul li a {
    color: #c1c1c1;
    font-weight: 700;
    font-size: 15px;
}

footer .light-gray {
    margin-top: 10px;
    background: #4f4f4f;
    padding-top: 15px;
    text-align: right;
    font-size: 11px;
}

h1, h2 {
    font-size: 20px;
    font-weight: 800;
    color: #1d97de;
    margin: 0 0 10px 0;
    background: url(/static/img/line-blue.png) no-repeat right;
}

h1 span, h2 span {
    background: #f8f8f8;
    padding-right: 10px;
}

.knowledgebase-content h2 {
    background: none;
}

.breadcrumb {
    background: none;
    margin: 0px 0 10px 0;
    padding: 0;
    color: #1d97de;
    font-weight: bold;
}

.breadcrumb a {
    font-weight: normal;
    color: #1d97de;
}

.breadcrumb > li + li:before {
    color: #1d97de;
}

.breadcrumb li, .breadcrumb li.active {
    color: #1d97de;
    font-weight: bold;
}

.game-loading {
    background: url(/static/img/loading-symbol.gif) no-repeat;
    background-position: 180px 80px;
    padding-left: 240px;
    padding-top: 90px;
    padding-bottom: 30px;
}

.fb_iframe_widget iframe {
    z-index: 30 !important;
}

.score-label {
    display: inline;
}

#rating-star {
    display: inline;
    margin: 15px 0;
}

.game-footer img {
    width: 70px;
}

input.search-query {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 14px;
    padding-right: 4px;
    padding-left: 14px;
    padding-left: 4px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
}

.fade.in {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.game-list .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .game-list .col-sm-3:first-child {
        padding-left: 15px;
    }

    .game-list .col-sm-3:last-child {
        padding-right: 15px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
}

.pagination > li > a {
    font-size: 17px;
    color: #7e7e7e;
    font-weight: 700;
}

.pagination > li > a.focus-btn {
    background-color: #58b8f3;
    background-image: -moz-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58b8f3), to(#1c95df));
    background-image: -webkit-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -o-linear-gradient(top, #58b8f3, #1c95df);
    background-image: linear-gradient(to bottom, #58b8f3, #1c95df);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b8f3', endColorstr='#1c95df', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
}

.pagination > li > a.rounded-right {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
}

.pagination > li > a.rounded-left {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;

}

h2.green {
    color: #55a641;
    background: url(/static/img/line-green.png) no-repeat right;
}

h2.orange {
    background: url(/static/img/line-orange.png) no-repeat right;
    color: #f27202;
}

.game-related-content-below {
    display: none;
}

@media (max-width: 1300px) {
    .game-content {
        width: 80%;
        margin-left: 5%;
    }

    .game-related-content {
        display: none;
    }

    .game-related-content-below {
        display: block;
        margin: 5px 0 15px 0;
    }

    .game-related-content-below .game-list .game-image img {
    }

    .game-related-content-below .game-list .game-image {
        height: 100px;
    }

}

@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1450px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1600px;
    }
}

ul.tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tagcloud li {
    display: inline;
}

#cookie-bar {
    background: rgba(17, 17, 17, 0.69);
    height: 80px;
    padding-top: 8px;
    color: #eeeeee;
    text-align: center;
    bottom: 0;
    top: auto;
    position: fixed;
    left: 0;
    width: 100%;
    font-size: 14px;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    padding: 0 20px 0 10px;
    color: #FFF;
    text-decoration: underline;
}

#cookie-bar .btn {
    padding: 2px 10px;
}

.contact-form .table > tbody > tr > th, .contact-form .table > tbody > tr > td {
    border:0;
}

.contact-form {
    max-width:700px;
    margin:auto;
}

@media (min-width: 768px) {
    #cookie-bar {
        height: 50px;
    }
}

@media (min-width: 992px) {
    #cookie-bar {
        height: 40px;
    }
}
