.btn-round-lg{
    border-radius: 22.5px;
}
.btn-round{
    border-radius: 17px;
}
.btn-round-sm{
    border-radius: 15px;
}
.btn-round-xs{
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}
/* - - - - - - - - - - - - - - - - */

html,
body {
    background: url("../images/OKbox_bg01.jpg") no-repeat center top;
    height: 100%;
}
.navbar-inverse {
    background: rgba(0, 36, 60, 0.8);
}

.navbar-inverse .navbar-nav li a {color: #a7d7f3}

.navbar-inverse {
    box-shadow: 0 1px 5px 1px #00243c;
    border-bottom: none;
}

.navbar-inverse li {
    padding: 10px 5px;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color:#0c72b6;
    border-radius: 22.5px;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    background-color:#0c72b6;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-radius: 22.5px;
    background-color:#080806;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 10px 20px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-brand {
    padding: 2px 15px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.blockquote-reverse {
    border-right: none;
}

.thumbnail h3 {
    color: #3779a9;
}

.btn-primary {
    color:#fbfaa9;
    background: linear-gradient(to bottom right,#ed1c24,#d4141c);
    border: 1px solid #ed1b24;
    transition: all 0.5s ease;
    border-radius: 22.5px;

}
.btn-primary:hover {
    background-color:#0c72b6;
}


.header-home-bg, .header-game-bg, .header-about-us-bg, .header-contact-bg {
    height: 441px;
    width: 100%;
    margin: 0 -15px;
}

.header-game-bg {
    background: url("../images/okbox_fejlec.png") no-repeat center top;
}

.header-about-us-bg {
    background: url("../images/okbox_fejlec.png") no-repeat center top;
}

.header-contact-bg {
    background: url("../images/okbox_fejlec.png") no-repeat center top;
}

.header-home-bg {
    background: url("../images/okbox_fejlec.png") no-repeat center top;
}

.content-home, .content-game, .content-about-us, .content-contact {
    margin: 20px 0;
}

.header-home, .header-game, .header-about-us, .header-contact {
    margin-top: 95px;
    color: #f2f2f2;
    font-size: 14pt;
    min-height: 350px;
}
.header-home .embed-responsive-item {
    border: 2px solid white;
    border-radius: 5px;
}

.content-home .thumbnail {
    min-height: 440px;
}

.pictograms {
    margin-top: -25px;
    margin-bottom: 20px;
}

.certificate {
    background: #ace8fa;
    height: 252px;
}

.certificate .container {
    background: url("../images/fother02.png") no-repeat;
    height: inherit;
}

.certificate .container > div:first-child {
    background: url("../images/bg_certified_kokoa.png") no-repeat;
    height: inherit;
}

.certificate .container > div:first-child img {
    margin-left: 50px;
    /*margin-top: 20px;*/
}

.certificate .container > div:last-child blockquote, .certificate .container > div:last-child blockquote > footer {
    color: #3779a9
}

.certificate .container > div:last-child blockquote {
    margin-bottom: 20px;
}

.certificate .container > div:last-child {
    background: url("../images/fay_logo.svg") no-repeat right bottom;
    background-origin: content-box;
    padding: 0 10px 10px 0;
    text-align: right;
    height: inherit;
}

.certificate .container > div:last-child > .separator {
    border-top: 1px solid #3779a9;
    width: 300px;
    float: right;
}

/*.certificate .container > div:last-child .fay-logo {*/
    /*height: 47px;*/
    /*position: absolute;*/
    /*right: 0;*/
/*}*/

.footer {
    background-color: #2c3e50;
    min-height: 200px
}

#landing-video {
    background: url("../images/OKbox_bg03.jpg");
    box-shadow: 0 4px 10px -2px #00243c;
    padding: 25px 0 5px 0;
}