.detail_wrap .detail .advance_info_pack {
  position: relative;
}

.visitors_view {
  position: absolute;
  right: 10px;
  top: 10px;
}

.moje_inzeraty_nazov a {
	color: #0a0a0a;
}

.moje_inzeraty_nazov a:hover {
	color: #f76c1d;
}

.navbar-default {
	position: relative;
}

.lang_code {
	position: absolute;
	right: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35px;
    padding: 5px 0;
    border: 1px solid #f3983a;
}

.lang_code p img {
	width: 8px;
}

.lang_code p {
	margin: 0;
}

.lang_codes {
	display: none;
}

.lang_code .lang_codes a {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0;
    text-transform: uppercase;
}

.navbar-default .navbar-collapse .dropdown {
	right: 50px;
}

.sms_wrap {
    height: auto;
}

.trustpay-wrap {
    margin: 45px 0;
    text-align: center;
}

.trustpay-wrap .login_button {
    float: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    line-height: 1;
}

.trustpay-wrap > p {
    font-size: 18px;
}

.switchPayType label {
    border: 1px solid #ff9602;
    font-size: 18px;
    position: relative;
    padding: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-width: 200px;
    margin: 0 10px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 700;
}

.switchPayType label:hover {
    background-color: #ff9602;
    color: #ffffff;
}

.switchPayType input {
    visibility: hidden;
    position: absolute;
}

.switchPayType .selected {
    background-color: #ff9602;
    color: #ffffff;
}

.trustpay-text-price {
    font-weight: 700;
    font-size: 28px !important;
} 

.trustpay-text-price span {
    color: #ff6d10;
}

@media screen and (max-width: 991px) {
	.sms_wrap {
		height: auto;
	}	
}
@media screen and (max-width: 1199px) {
    .lang_code {
        position: relative;
        float: right;
        margin-top: 7px;
        top: auto;
        right: auto;
    }
    .navbar-default .navbar-toggle {
        margin: 7px;
    }
    #responsive_login {
        position: relative;
        right: auto;
        top: auto;
        float: right;
    }
}
