body {
    background: url(../img/bg_krp_600.jpg) no-repeat center 0 #202156;
    background-size: 100% auto;
    font-family: "Open Sans", sans-serif;
    color: white;
}

h1 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 5px 0 30px;
    font-weight: bold;
    background: url(../img/bg_down.png) no-repeat center bottom;
    color: white;
}

img {
    max-width: 100%;
}

.logo-krp {
    padding: 15px 0;
    display: inline-block;
}

.sub-title {
    font-size: 30px;
    color: #6ca3ec;
    margin: 15px 0 25px;
    padding: 0 19px;
}

.wrapper {
    padding-bottom: 125px;
    padding-top: 15px;
}


.photo {
    display: block;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.6);
}

.heading {
    color: #0186ef;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 0;
    line-height: 1;
    font-size: 14px;
}

.data {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}

.p-data {
    margin: 10px 0;
}

.p-meta > .p-data:first-child {
    margin-top: 0;
}

.delim {
    background: url(../img/delim.png) no-repeat center center;
    height: 1px;
    padding: 5px 0;
}

.delim-large {
    background: url(../img/bg_down.png) no-repeat center center;
    height: 1px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.p-title {
    font-size: 18px;
    margin: 10px 0 5px;
    padding: 0;
}

.born {
    font-size: 16px;
    line-height: 1;
}

    .born > span {
        display: none;
    }

.form-control {
    height: 48px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #333333!important;
}

.btn, .btn:hover, .btn:focus {
    font-size: 20px;
    text-transform: uppercase;
    height: 48px;
    border: none;
    border-bottom: 4px solid #820e0e;
}

.form-group {
    position: relative;
}



input::-webkit-input-placeholder {
    color: #333333 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #333333 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #333333 !important;
}

input:-ms-input-placeholder {
    color: #333333 !important;
}

.alert {
    font-size: 16px;
    font-weight: 600;
}

    .alert.alert-warning {
        color: #8E6114;
    }

.icon-btm {
    padding: 10px 0 20px;
}

#speechIcon {
    margin: 0 auto 15px auto;
    width: 32px;
    height: 32px;
    background: url(../img/mic.png) no-repeat 0 0;
}

    #speechIcon.objblink {
        background: url(../img/mic_on.png) no-repeat 0 0;
    }

#speechIcon {
    position: absolute;
    right: -5px;
    top: 9px;
    cursor: pointer;
    margin-bottom: 0;
    z-index: 1;
}

.btn-default {
    color: #fff;
    background-color: #ba1414;
    border-color: #ccc;
}


.btn, .btn:hover, .btn:focus {
    font-size: 20px;
    text-transform: uppercase;
    height: 48px;
    border: none;
    border-bottom: 4px solid #820e0e;
}

    .btn:hover, .btn:focus {
        color: #fff;
        background-color: #820e0e;
    }

.player-photo {
    border-radius: 50%;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    border: 1px solid #cacacf;
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .player-photo {
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 480px) {
    .logo-krp {
     
        margin-right: 0;
        margin-bottom: 0;
    }

    .home-title {
        font-size: 12px;
        background: none;
        margin: 0;
        padding: 15px 0;
    }

    .bg-mobile {
        background: url(../img/bg_down.png) no-repeat center bottom;
        margin-bottom: 15px;
    }

    .home-icon {
        width: 150px;
    }

    .noimage, .photo {
        max-width: 100px;
        display: block;
        margin: 0 auto 15px auto;
    }

    .p-title, .born {
        display: inline-block;
    }

        .born > span {
            display: inline;
        }

    .icon-btm img {
        width: 150px;
    }

    .form-control, .btn {
        height: 35px;
        font-size: 14px;
    }

    #speechIcon {
        top: 2px;
    }
}

@media (max-width: 767px) {
    .speech-on .form-control,
    .speech-on .btn {
        width: 83%!important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) {
    body {
        background: url(../img/bg_krp.jpg) no-repeat center 0 #202156;
        background-size: 100% auto;
    }
}

@media (min-width: 768px) {

    .wrapper {
        min-height: 1400px;
    }

    .form-control {
        width: 100%;
    }

    body {
        background: url(../img/bg_krp.jpg) no-repeat center 0 #202156;
        background-size: 100% auto;
    }

    .sub-title {
        font-size: 60px;
        line-height: 63px;
        padding: 0;
        margin-top: 10px;
    }

    h1 {
        font-size: 23px;
    }

    .p-title {
        font-size: 54px;
        margin: 20px 0 10px;
    }

    .born {
        font-size: 24px;
    }

    .heading {
        font-size: 19px;
        padding: 7px 0;
    }

    .data {
        font-size: 32px;
    }

    .delim {
        padding: 20px 0;
    }

    .p-data {
        margin: 20px 0;
    }

    #speechIcon {
        right: -35px;
    }

    .delim-large {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #speechIcon {
        right: 10px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sub-title {
        font-size: 50px;
        padding: 0;
    }
}


@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.objblink {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-direction: normal;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
}
