/* 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;
    background-color: #F3F7FA;
    padding-top: 51px;
}

: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: 100px 0;}

label {
    margin: 0 0 2px 0;
}

.form-control {
    font-size: 14px;
    border-radius: 2px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #3d3b6c;
}

/* 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: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}


.btn {
    border-width: 2px;
    height: 36px;
    line-height: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
}

.btn-icon-left i {
    margin-right: 7px;
}

.btn-primary {
    background-color: #3d3b6c;
    border-color: #3d3b6c;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    background-color: #3d3b6c;
    border-color: #3d3b6c;
    box-shadow: none !important;
    color: #fff;
    opacity: .7;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #3d3b6c;
    border-color: #3d3b6c;
    box-shadow: none !important;
    color: #fff;
    opacity: .7;
}

.btn-outline-primary {
    border-color: #3d3b6c;
    color: #3d3b6c;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #3d3b6c;
    border-color: #3d3b6c;
    box-shadow: none !important;
    color: #fff;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #3d3b6c;
    border-color: #3d3b6c;
    box-shadow: none !important;
    color: #fff;
}


header {
    padding: 12px 15px;
    background-color: #3C3B6B;
    border-top: 2px solid #e4007b;

    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12),
        0 0 1px 0 rgba(144, 144, 144, 0.25);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .logo img {
    position: absolute;
    top: -10px;
    min-width: 124px;
    left: 0;
}

header nav {
    text-align: right;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
}

header nav ul li a span {
    font-weight: bold;
}

header nav ul li a:hover {
    color: #fff;
    opacity: .8;
}

header nav ul li a img {
    height: 25px;
    margin-right: 5px;
}


.sidebar {
    padding: 25px 15px;
    position: fixed;
    top: 56px;
    bottom: 0;
    z-index: 1;
    width: 260px;
    height: 100%
}

.sidebar .menu {
    margin: 48px 0 20px 0;
}

.sidebar .btn {
    width: 100%;
    display: block;
}

.sidebar .menu > li img {
    height: 30px;
    margin-right: 9px;
}

.sidebar .menu > li.active > a,
.sidebar .menu > li.active .menu-cat {
    color: #e4007b;
}

.sidebar .menu > li > a,
.sidebar .menu .menu-cat {
    line-height: 30px;
    font-size: 16px;
    color: #3d3b6c;
    padding: 7px 0 7px 0;
    font-weight: bold;
    cursor: pointer;
    display: block;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sidebar .menu > li > a:hover,
.sidebar .menu .menu-cat:hover,
.sidebar .menu .menu-cat.active-bar {
    color: #e4007b;
}

.sidebar .menu .menu-cat i {
    float: right;
    position: relative;
    top: 7px;
    font-size: 16px;
    padding-right: 15px;
}

.sidebar .menu .sub-menu {
    padding: 0 15px 15px 42px;
    display: none;
}

.sidebar .menu .sub-menu li a {
    display: block;
    color: #3d3b6c;
    opacity: .8;
    padding: 2px 0;
}

.sidebar .menu .sub-menu li a:hover {
    color: #e4007b;
    opacity: 1;
}


.page {
    margin-left: 260px;
    width: calc(100% - 280px);
    min-height: 100%;
}

.page.bgr-white {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #0000000b;
}


.page-info {
    margin-left: 260px;
    padding: 10px 20px 10px 0;
}

.page-info h1 {
    color: #3d3b6c;
    padding: 10px 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}


.page-nav {
    text-align: right;
}

.page-nav li {
    display: inline-block;
    margin-left: 20px;
}

.page-nav li a {
    color: #3d3b6c;
    font-weight: bold;
}

.page-nav li a:hover,
.page-nav li.active a {
    color: #e4007b;
}


.starter-packages .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 0 0 30px 0;
}

.starter-packages .country {
    line-height: 20px;
    font-weight: bold;
}

.starter-packages .country span {
    display: block;
    font-weight: normal;
}

.starter-packages img {
    margin: 0 auto;
    display: table;
}


.compilance .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 0 0 30px 0;
}

.compilance .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    color: #3d3b6c;
    text-align: center;
    margin: 15px 0 20px;
}

.compilance .image {
    margin: 0 auto;
    display: block;
}

.support {
    height: 100%;
}

.support .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 0 0 30px 0;
}

.support h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.support .btn {
    margin: 10px auto 0;
}


.media-pack .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 0 0 10px 0;
}

.media-pack .file-row-path {
    padding: 5px 20px;
    border: 1px solid #dedee5;
}

.media-pack .file-row-path ul li:first-of-type {
    padding-left: 0;
}

.media-pack .file-row-path ul li {
    display: inline-block;
    padding: 0 10px;
}

.media-pack .file-row-path ul li img {
    height: 14px;
}

.media-pack .file-row-path ul li a {
    color: #6b6b6b;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.media-pack .file-row-path ul li a:hover {
    color: #e4007b;
}

.media-pack .file-row-path ul li a:before {
    content: "/";
    position: absolute;
    left: -15px;
    color: #ddd;
    font-size: 12px
}

.media-pack .file-row-heading {
    padding: 10px 20px;
    color: #3d3b6c;
}

.media-pack .file-row:hover {
    background-color: #FCFDFE;
}

.media-pack .file-row {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.media-pack .file-row .type {
    height: 28px;
}

.media-pack .file-row .name {
    cursor: pointer;
    color: #6b6b6b;
}

.media-pack .file-row:hover .name {
    color: #e4007b;
}

.media-pack .download {
    background-color: transparent;
    border: 0;
}


.games-lib .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 0 0 30px 0;
}

.games-lib .game-head {
    margin: 0 0 15px 0;
}

.games-lib .image img {
    margin: 0 auto;
    display: block;
}

.game-lib-filter {
    margin: 0 0 20px 0;
}

.game-lib .game-nav {
    margin: 15px 0 0 0;
}

.games-lib .game-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    color: #3d3b6c;
}

.games-lib .game-title:hover {
    color: #e4007b;
}

.games-lib .game-details span {
    float: right;
    font-weight: bold;
    color: #3d3b6c;
}

.games-lib .date {
    background-color: #e4007b;
    padding: 0 10px;
    color: #fff;
    border-radius: 10px;
}

.volatility {
    text-align: right;
}

.volatility ul {
    display: inline-block;
    margin-left: 8px;
}

.volatility ul li {
    display: inline-block;
    color: #e4007b;
}

.games-lib .features h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 3px 0;
}

.games-lib .features ul li i {
    margin-right: 6px;
    color: #e4007b;
}


.roadmap .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
}

.roadmap .roadmap-row {
    padding: 15px 0;
    border-bottom: 1px solid #f3f7fa;
}

.roadmap .roadmap-row:last-of-type {
    border-bottom: 0;
}

.roadmap .roadmap-row .lab {
    color: #3d3b6c;
    font-size: 12px;
}

.roadmap .empty-image {
    color: #e4007b;
    font-weight: bold;
}

.roadmap .game-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    color: #3d3b6c;
}

.roadmap .game-title:hover {
    color: #e4007b;
}

.news .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
}

.news .news-article {
    margin: 0 0 30px 0;
}

.news .news-article .news-img {
    margin: 0 auto 20px;
    display: table;
}

.news .news-article .date {
    margin: 10px 0;
}

.news .news-article .news-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
    color: #3d3b6c;
}

.news .news-article .news-title:hover {
    color: #e4007b;
}

footer {
    margin: 30px 0 0 0;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #efefef;
}


.radio,
.checkbox {
    padding: 0 0 0 26px;
    position: relative;
    line-height: 16px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.checkbox label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
    font-size: 12px;
    color: #555555;
}


.checkbox input[type="checkbox"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}


.radio label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;

    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.game h1 {
    color: #3d3b6c;
    padding: 10px 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

.game .game-desc h3 {
    color: #3d3b6c;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
}

.game .game-desc.block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 30px 0 0 0;
}

.game .game-details.block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 3px 20px #0000000b;
    margin: 30px 0 0 0;
}

.game .date {
    background-color: #e4007b;
    padding: 0 10px;
    color: #fff !important;
    border-radius: 10px;
}

.game .game-details .game-details-row {
    margin: 0 0 10px 0;
}

.game .game-details .game-details-row span {
    float: right;
    font-weight: bold;
    color: #3d3b6c;
}

