@media screen and (max-width: 767px) {
    .unit.russian-word {
        float: left;
        padding-bottom: 5px;
    }
	.irregular .col-sm-4, .unit .col-sm-5{
		padding-top: 18px;
		padding-bottom: 10px;
	}
    .unit .russian-word, .unit .translation{
        text-align: center;
    }
}
header {
    color: #fff;
    background-color: #337ab7;
    min-height: 250px;
    margin-bottom: 20px;
}
header h1 a {
    font-size: 60px;
    color: #FFFFFF;
}
header h1 a:focus, header h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
header .sub-header {
    font-size: 24px;
    color: #d1e2f1;
    border-top: 1px solid #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.row{
    margin: 10px 0 0 0;
}
.unit .row:nth-child(even), .irregular .row:nth-child(even){
    background-color: rgb(249, 249, 249);
}

.unit .row.alert-danger, .unit .row.alert-danger {
    background-color: #f2dede;
}
.unit .row.success, .unit .row.alert-success {
    background-color: #dff0d8;
}

.input-col-padding{
    padding-top: 18px;
}
.show{
    cursor: pointer
}
input{
    opacity: 0.7;
    margin: 10px 0 10px 0;
}
h3{
	margin-top: 0;
}
.irregular .col-sm-4{
	padding-bottom: 5px;
}

.panel-default>.panel-heading{
    font-weight: bold;
}

.irregular-line.row {
    margin: 10px;
}
.scroll-block {
    position: fixed;
    right: 5px;
    bottom: 35px;
}

footer {
    margin-top: 100px;
}

@media screen and (min-width: 1199px){
    .lg-text-right {
        text-align: right;
    }
    .lg-text-left {
        text-align: left;
    }
}

.scroll-block > div {
    border: 1px solid #337ab7;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.scroll-block i {
    color: #337ab7;
}
.login-logout-button {
    margin-top: 15px;
    color: #ffffff;
    font-size: 20px;
}
.login-logout-button i, .login-logout-button a {
    color: #ffffff;
}
.login-logout-button a:nth-child(-n+3) {
    padding-right: 15px;
}
.login-logout-button .welcome {
    margin-bottom: 10px;
}
.result {
    display: block;
    position: absolute;
    text-align: center;
    width:100%;
}
.panel-body .table {
    margin-bottom: 0;
}

.progress {
    position: relative;
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

@media (max-width: 767px) {
    .prev-next-margin {
        margin: 10px 0 10px 0;
        padding: 0px 30px 0 30px;
        height: 46px;
    }
    .prev-next-left{
        float: left;
    }
    .prev-next-right{
        float: right;
    }
}
.user-block {
    text-align: center;
    padding: 10px;
}
.text-bold {
    font-weight: bold;
}
.user-name.text-bold:after {
    content: '';
    width: 150px;
    height: 0px;
    border-bottom: 2px solid #EEEEEE;
    display: block;
    margin: 0 auto;
}
.user-last-login {
    font-style: italic;
    color: #d6d7da;
    font-size: 12px;
}
@media (min-width: 768px) {
    #fos_user_profile_form_birthDate select, #fos_user_registration_form_birthDate select {
        margin-right: 10px;
    }
    .user-image-mobile {
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    .user-image-mobile {
        width: 350px;
    }
    #fos_user_profile_form_birthDate select, #fos_user_registration_form_birthDate select {
        margin-bottom: 10px;
    }
}