html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*line-height: 1.1;*/
    margin: 0;
    padding: 0;
    height: 100%;
    color: #030303;
    background: rgba(255,255,255,1);
}
a {
    color: #004f8f;
}
a:hover {
    color: #004f8f;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-style: inherit;
    font-weight: bold;
}
h1, .h1-title, .h1__title {
    font-size: 2.625em;
    /*text-transform: uppercase;*/
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    padding: 20px 0 35px;
}
.h1__title--white {
    color: #ffffff;
    font-weight: 600;
}
.h1__title--padding {
    padding: 35px 0;
}
.h1__title--room {
    font-size: 2.625em;
    padding: 0;
}
h2, .h2-title, .h2__title {
    font-size: 2.625em;
    /*text-transform: uppercase;*/
    font-weight: 300;
    padding: 20px 0 25px;
    line-height: 1.1;
}
h3, .h3-title, .h3__title {
    font-size: 1.571em;
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding: 20px 0 35px;
}
.all-page {
    position: relative;
    z-index: 5;
}
/*HTML*/
.html-block ul, .html-block ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.html-block .table > thead > tr > th {
    text-align: center;
    border-bottom: 1px solid #dbd9d9;
    font-weight: 600;
    background: rgba(245,245,245,1);
    padding: 15px 8px;
}
.html-block .table > tbody > tr > td {
    text-align: center;
    border: none;
}
.html2block__bg {
    background: rgba(248,248,248,1);
    padding: 35px 0;
    margin: 25px auto;
}
.html2block__title {
    font-size: 2.1875em;
    line-height: 1.1;
}
.html__text {
    color: #807f7f;
}
/*end HTML*/
/*HEADER*/
header {
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.page-body header {
    margin-bottom: 4px;
}
.header-wrapper {
    
}
.header-wrapper__page {
    padding-bottom: 25px;
}
.header__top-menu-wrapper {
    
}
/*
#topMenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
*/
.header-wrapper__page #topMenu {
    position: inherit;
}
@media(max-width: 767px) {
    .header-wrapper {
        padding-bottom: 25px;
    }
    /*
    #topMenu {
        position: inherit;
    }
    */
}
header {
    padding: 0;
}
.header__right {
    text-align: right;
    /*padding: 10px 0;*/
    /*border: 1px solid red;*/
}
@media(max-width: 992px) {
    .header__right {
        /*text-align: left;*/
        padding: 0;
        /*margin-top: 10px;*/
    }
}
.header__right--top {
    margin-top: 10px;
}
.header__langs {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #030303;
    font-size: 0.938em;
    font-weight: 300;
    float: left;
}
@media(max-width: 767px) {
    .header__langs {
        float: none;
    }
}
.header__langs a {
    color: #030303;
}
.header__langs a.active-lang {
    text-decoration: underline;
}
.header__main-menu {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.header__main-menu a {
    padding: 0 10px;
    color: #030303;
    font-size: 1.375em;
    font-weight: 300;
}
.header__main-menu a:last-child {
    padding-right: 0;
}
.header__main-menu a:hover {
    text-decoration: underline;
}
.header__dop-menu {
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    margin-bottom: 10px;
    /*border: 1px solid red;*/
}
.header__dop-menu a {
    padding: 0 10px;
    color: #030303;
    font-size: 0.938em;
    font-weight: 300;
    /*border: 1px solid red;*/
}
@media(max-width: 1200px) {
    .header__dop-menu a {
        /*border: 1px solid red;*/
        /*padding: 0 5px;*/
        /*font-size: 0.9em;*/
    }
}
@media(max-width: 992px) {
    .header__dop-menu {
        /*float: none;*/
        /*display: block;*/
    }
    .header__dop-menu a {
        /*padding-left: 0;*/
    }
}
@media(max-width: 767px) {
    .header__dop-menu a {
        padding-right: 0;
    }
}
.logo-header {
    /*position: absolute;
    top: 0;
    background: rgba(98,96,96,1);*/
    text-align: center;
    padding: 15px 0;
    /*z-index: 2;*/
}
.logo-header img {
    max-width: 100%;
}
.header__phone {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #fa505d;
    font-size: 0.938em;
    font-weight: 300;
    margin-left: 10px;
}
@media(max-width: 1200px) {
     .header__phone {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        color: #fa505d;
        font-size: 1em;
    }
}
.header__phone span.lnr {
    font-size: 0.85em;
}
.header-phone {
    cursor: pointer;
    white-space: nowrap;
}
.header-phones-dropdown {
    position: absolute !important;
    min-width: inherit;
    border-radius: 0px;
    padding: 10px 14px 10px 10px;
    width: auto;
    /*background: rgba(55,55,55,0.9) !important;*/
    /*margin-left: 13px;*/
    border: none;    
    font-size: 1em;
}
/* MENU */
.menu__wrapper {
    background: rgba(0,131,202,1);
}
@media(max-width: 992px) {
    .menu__wrapper {

    }
}
@media (min-width: 768px) {
    .top-menu {
        z-index: 9;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(255,255,255,1);
    }
}
@media (min-width: 768px) {
    /*
    .top-menu {
        z-index: 9;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(55,55,55,0.9);
        padding: 15px 0;
    }
    */
    .top-menu .logo-header__wrapper {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: middle;
    }
    .top-menu .logo-header img {
        /*max-width: 90%;*/
    }
    .top-menu .header__right--top {
        /*margin-top: 0;*/
    }
    .top-menu .menu-wrapper {
        margin-top: 0;
    }
}
.menu-wrapper {
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid red;*/
}
@media(max-width: 991px) {
    .menu-wrapper {
        display: block;
    }
}
.navbar-brand {
    height: auto;
    /*margin-top: 5px;*/
    /*background: rgba(98,96,96,1);*/
    text-align: center;
    padding: 10px 15px;
    /*padding: 0;*/
}
.navbar-brand a {
    /*
    display: block;
    color: #030303;
    font-size: 1.846em;
    font-weight: 300;
    padding: 8px 0 5px;
    */
}
.navbar-brand a:hover {
    text-decoration: none;
}
.header__top-menu .navbar-brand {
    float: right;
    /*margin: 3px 0 0 25px;*/
    line-height: 1.1;
    font-size: 1em;
}
.navbar-brand img {
    width: 100%;
    /*max-width: 90%;*/
}
.navbar-default {
    background: transparent;
    border: none;
}
.header__top-menu .navbar-default {
    background: transparent;
    border: none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #030303;
    padding: 5px 25px;
    border-right: 1px solid #746c63;
}
.navbar-default .navbar-nav > li:first-child > a {
    border-left: 1px solid #746c63;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #030303;
    text-decoration: none;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px;
    }
    .menu-wrapper {
        margin-top: 5px;
    }
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        border: none !important;
        margin-bottom: 10px;
    }
}
.navbar-default .navbar-nav > .active > a {
    color: #030303;
    text-decoration: underline;
    background: transparent;    
}
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #030303;
    text-decoration: underline;
    background: transparent;
}
@media(max-width: 991px) {
    .header__main-menu {
        display: block;       
    }
}
.header__main-menu .navbar-default .navbar-nav > li > a {
    /*text-transform: uppercase;*/
    font-size: 1.3333em;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border: none;
    text-align: left;
}
.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background: transparent !important;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    border-radius: 0;
    float: right;
    border: none;
    padding: 7px 0 10px;
    margin-right: 0;
    margin-top: 20px;
    /*border: 1px solid red;*/
}
.header__top-menu .navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    border-radius: 0;
    float: left;
    border: none;
    padding: 7px 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    left: 10px;
}
@media (min-width: 768px) {
    .header__top-menu .navbar-default .navbar-toggle {
        
    }
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    border: none;
    background: #030303;
}
@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 230px;
    }
    .navbar-default .navbar-toggle {

    }
}
/* end MENU */
/* end HEADER */
/* CONTENT */
.content__wrapper {
    background: rgba(255,255,255,1);
    overflow: hidden;
}
/*
.content {
    background: rgba(255,255,255,1);
    padding: 0 30px;
}
.content__padding {
    padding: 0 30px;
}
@media(max-width: 767px) {
    .content__padding,
    .content {
        padding: 0 15px;
    }
}
*/
/* NEWS */
.last-news__item, 
.one-news__item {
    margin-bottom: 35px;
}
.last-news__name {
    font-size: 1.375em;
    font-weight: 300;
    color: #000000;
}
.last-news__name a {
    color: #000000;
}
.last-news__name a:hover {
    text-decoration: underline;
}
.last_news__name span {
    font-size: 0.909em;
}
.last-news__anons, 
.one-news__item-anons {
    color: #807f7f;
    margin: 10px 0;
}
.one-news__item-dt {
    font-size: 1.25em;
    font-weight: 300;
    color: #000000;
}
.one-news__more {
    margin-bottom: 25px;
}
.one-news__more a {
    color: #000000;
}
.one-news__more a:hover {
    text-decoration: underline;
}
/* end NEWS */
/* FAQ */
.faq__items {
    display: table;
}
.faq__item {
    display: table-row;
}
.faq__right, 
.faq__left {
    display: table-cell;
    vertical-align: top;
}
.faq__left {
    padding-bottom: 35px;
}
.faq__icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background: rgba(238,237,237,1);
    font-weight: 300;
    font-size: 1.25em;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 5px;
}
/* end FAQ */
/* ROOM */
/* LAST ROOM */
/*
.last-room__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid red;
}
*/
.last-room__item {
    /*
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    */
}
.anons-room__info {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 5;
    /*border: 2px solid red;*/
}
.anons-room__inner {
    padding-right: 15px;
}
@media(max-width: 991px) {
    .anons-room__inner {
        padding: 0 15px;
    }    
}
.anons-room__name {
    font-size: 2.8125em;
    color: #fefefe;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 100px 0 50px;
}
/*
.room__item-dots {
    border: 2px solid red;
}
*/
.anons-room__overlay {
    /*border: 1px solid red;*/
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.anons-room__price {
    font-size: 1.6875em;
    color: #fefefe;
    line-height: 1.1;
}
.last-room__item-img {
    overflow: hidden;
}
.last-room__item-img img {
    max-width: 100%;
}
.last-room__item-info {
    /*border: 1px solid red;*/
    padding: 40px;
}
.last-room__item-info2 {
    padding: 100px 40px;
}
@media(max-width: 991px) {
    .last-room__item-info2 {
        padding: 25px;
    }
}
.last-room__item-name {
    margin-bottom: 20px;
}
.last-room__item-name a {
    text-decoration: none;
    font-size: 1.375em;
    /*font-weight: 300;*/
    color: #000000;
    line-height: 1.1;
}
.last-room__item-name a:hover {
    /*text-decoration: underline;*/
}
.last-room__item-anons {
    color: #807f7f;
}
.last-room__item-specification {
    margin: 20px 0;
}
.room__specification {
    color: #807f7f;
}
.room__specification:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid rgba(128,127,127,0.5);
    width: 85px;
    margin-right: 15px;
}
.last-room__item-price {
    font-size: 2.125em;
    color: #fa505d;
    line-height: 1.1;
    margin-bottom: 25px;
}
.last-room__item-price span {
    display: block;
    font-size: 0.47em;
    color: #807f7f;
}
.last-room__table-wrapper {}
.last-room__table {
    /*display: table;*/
    width: 100%;
    /*overflow: hidden;*/
}
.last-room__td {
    /*display: table-cell;*/
    /*float: none;*/
    background: rgba(247,247,247,1);
    vertical-align: top;
    /*width: 50%;*/
}
.last-room__td2 {
    vertical-align: middle;
}
@media(max-width: 991px) {
    .last-room__table {
        display: block;
    }
    .last-room__td {
        display: block;
        float: none;
        /*width: 50%;*/
    }
}
.last-room__item-btns {
    display: table;
    width: 100%;
}
.last-room__item-btns-td {
    display: table-cell;
    vertical-align: middle;
}
.last-room__item-btns-td:nth-child(2) {
    text-align: right;
}
.last-room__item-btn {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
    /*max-width: 380px;*/
    font-size: 1.5em;
    line-height: 1.1;
    cursor: pointer;
    background: rgba(250,80,93,1);
    border: 2px solid #fa505d;
    color: #ffffff;
    padding: 12px 25px 15px;
    height: 54px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.last-room__item-btn:hover {
    background: rgba(250,80,93,0);
    color: #fa505d;
}
.last-room__item-btn--arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 54px;
    font-size: 1.5em;
    color: #c9c9c9;
    height: 54px;
    width: 54px;
    border: 2px solid #c9c9c9;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;   
}
.last-room__item-btn--arrow:hover {
    color: #b4b4b4;
    border: 2px solid #b4b4b4;
}
#rooms .room__slider {
    position: relative;
}
#rooms .room__slider .owl-controls {
    margin: 0;
}
#rooms .room__slider .owl-prev, 
#rooms .room__slider .owl-next {
    background: rgba(42,42,41,0.33);
    padding: 0;
    margin: 0;
    font-size: 34px;
    width: 42px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 0;
}
#rooms .room__slider .owl-prev:hover, 
#rooms .room__slider .owl-next:hover {
    background: rgba(42,42,41,0.57);
    color: rgba(255,255,255,0.35);
}
#rooms .room__slider .owl-prev:hover .lnr,
#rooms .room__slider .owl-next:hover .lnr {
    color: #fefefe;
}
#rooms .room__slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -33px;
}
#rooms .room__slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -33px;
}
#lastRooms {
    overflow: hidden;
}
#lastRooms .owl-controls {
    margin: 0;
}
@media(max-width: 991px) {
    #lastRooms .owl-controls {
        display: none;
    }
}
#lastRooms .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    text-align: left;
}
#lastRooms .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    opacity: 1;
}
#lastRooms .owl-controls .owl-dot.active span,
#lastRooms .owl-controls.clickable .owl-dot:hover span {
    background: #ffffff;
}
/* end LAST ROOM */
#oneTovarPhotos {
    position: relative;
}
#oneTovarPhotos .owl-prev, 
#oneTovarPhotos .owl-next {
    background: rgba(255,255,255,0);
    padding: 0;
    margin: 0;
    font-size: 34px;
    line-height: 70px;
    width: 42px;
    height: 66px;
    text-align: center;
    border-radius: 0;
}
#oneTovarPhotos .owl-prev:hover, 
#oneTovarPhotos .owl-next:hover {
    background: rgba(255,255,255,0);
}
#oneTovarPhotos .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -33px;
}
#oneTovarPhotos .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -33px;
}
#oneTovarPhotos .owl-prev .lnr {
    margin-left: -2px;
}
#oneTovarPhotos .owl-next .lnr {
    margin-right: -2px;
}
/* FEEDBACK1 */
.room-order-form__wrapper {
    background: rgba(247,247,247,1);
    padding: 30px 0;
}
.feedback1__textarea {
    height: 205px;
}
.feedback1__info {
    color: #807f7f;
    margin: 10px 0 15px;
}
.feedback1__section-title {
    font-size: 1.375em;
    font-weight: 300;
    margin-bottom: 10px;
}
/* end FEEDBACK1 */
/* end ROOM */
/* MAP */
/*
.feedbackForm {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 35px 0;
}
*/
.footer__map-table {
    display: table;
    width: 100%;
}
.footer__map-td {
    display: table-cell;
    float: none;
    background: rgba(247,247,247,1);
    /*border: 1px solid red;*/
    /*width: 50%;*/
}
.footer-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 0;
}
.footer__map-inner {
    padding: 50px;
    padding-top: 30px;
    min-height: 500px;
}
.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 768px) {
    .footer__map-table {
        display: block;
    }
    .footer__map-td {
        display: block;
        float: none;
        /*width: 50%;*/
    }
    .footer-map {
        position: inherit;
    }
    .footer-map iframe {
        position: inherit;
    }
    .footer__map-inner {
        padding: 25px;
        padding-top: 0;
        min-height: auto;
    }
}
/* end MAP */
/* FEEDBACK */
/*
.feedback-form-wrapper {
    max-width: 350px;
}
.feedback-form-wapper__title {
    text-align: center;
}
.feedback-form {
    display: table;
    width: 100%;
}
.feedback-form__item-wrapper {
    display: table-row;
}
.feedback-form__item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 5px;
}
.feedback-form__item input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.08);
    line-height: 20px;
    padding: 5px;
    margin-top: 3px;
    color: #868787;
}
.feedback-form__item input[type="radio"], input[type="radio"] {
    width: auto !important;
}
.feedback-form__item input[type="checkbox"], input[type="checkbox"] {
    width: auto !important;
}
.feedback-form__item textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.08);
    line-height: 20px;
    padding: 5px;
    height: 100px;
}
.feedback-form__btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 10px auto 25px;
    cursor: pointer;
    font-size: 1.25em;
    color: #fbd607;
    background: #118ede;
}
.feedback-form__btn:hover {}
*/
.feedback__form {
    border: 1px solid #bdbcbc;
    /*border-top: 4px solid #00a251;*/
    border-top: 4px solid #99cc66;
    background: rgba(246,246,246,1);
    margin-bottom: 25px;
    padding: 25px 50px 35px;
}
@media(max-width: 480px) {
    .feedback__form {
        padding: 25px 8px 35px;
    }   
}
.feedback1__form {
    border: 1px solid #bdbcbc;
    /*border-top: 4px solid #00a251;*/
    border-top: 4px solid #99cc66;
    background: rgba(246,246,246,1);
    margin-bottom: 25px;
    padding: 25px 50px 35px;
}
.feedback__form--green {
    /*background: rgba(0,0,0,0.78);*/
    /*margin-bottom: 25px;*/
    padding: 15px 35px;
}
.all-work__form .feedback__form--green {
    max-width: 400px;
}
.feedback__form--white {
    background: rgba(255,255,255,0.78);
    margin-bottom: 25px;
    padding: 15px 35px;    
}
.feedback__form-row {
    margin-bottom: 15px;
}
.feedback__form-lable {
    display: inline-block;
    vertical-align: middle;
    color: #807f7f;
    line-height: 1.1;
    margin-bottom: 5px;
}
.feedback__form-row input[type='text'], 
.feedback__form-row input[type='email'], 
.feedback__form-row textarea {
    width: 100%;
    border: 1px solid #bdbcbc;
    padding: 10px;
}
.feedback__form--green .feedback__form-row input[type='text'], 
.feedback__form--green .feedback__form-row textarea {
/*    border: 1px solid transparent;*/
    border: 1px solid #ffffff;
}
.feedback__form-row input[type='text']:focus, 
.feedback__form-row input[type='email']:focus, 
.feedback__form-row textarea:focus {
    /*border: 1px solid #b81177;*/
    border: 1px solid #fa505d;
}
.feedback__form--green .feedback__form-row input[type='text']:focus, 
.feedback__form--green  .feedback__form-row textarea:focus {
    /*border: 1px solid transparent;*/
    /*border: 1px solid #b81177;*/
    border: 1px solid #00a251;
}
.feedback__form-row label {
    font-size: 1.143em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 15px;
}
.feedback__form-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 380px;
    font-size: 1.5em;
    line-height: 1.1;
    cursor: pointer;
    background: rgba(250,80,93,1);
    border: 2px solid #fa505d;
    color: #ffffff;
    padding: 12px 25px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__form-btn:hover {
    background: rgba(250,80,93,0);
    color: #fa505d;
}
.feedback__form-btn span {
    display: inline-block;
    vertical-align: middle;
}
.feedback__form-long-text {
    height: 188px;
}
.feedback__btn2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    white-space: nowrap;
    padding: 12px 25px 15px;
    height: 54px;
    border: 2px solid #fa505d;
    background: rgba(250,80,93,0);
    color: #fa505d;
    font-size: 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feedback__btn2:hover {
    background: rgba(250,80,93,1);
    color: #fefefe;
}
.feedback__gray-line {
    border-bottom: 1px solid #bebdbd;
}
/* end FEEDBACK */
/* FEEDBACK4 */
.last-comment__bg {
    background: url('/data/slide_003-h.jpg') no-repeat center center fixed;
    background-size: cover;
    padding: 25px 0 50px;
}
.h2__title--last-commnet {
    color: #fefefe;
}
.comment__items {
    display: table;
}
.comment__item {
    display: table-row;
    margin-bottom: 25px;
}
.comment__icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.comment__info {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 25px;
    color: #000000;
}
.last-comment__item {
    max-width: 615px;
    margin: 0 auto;
    text-align: center;
    color: #fefefe;
}
.last-comment__icon {
    margin: 25px auto 15px;
}
.last-comment__icon img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}
.last-comment__name {
    font-size: 1.25em;
}
.comment__dt {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 1.375em;
    font-weight: 300;
}
.comment__name {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 1.375em;
    font-weight: 300;
}
.comment__country {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 1.375em;
    font-weight: 300;
}
.comment__text {
    color: #807f7f;
}
/*
.last-comment__subtitle {
    font-size: 1.714em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}
*/
.last-comment__text {
    font-size: 1.125em;
    font-style: italic;
}
.last-comment__text-border {
    width: 115px;
    padding-bottom: 25px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #d9d9da;
}
@media(max-width: 480px) {
    .last-comment__item {
        padding: 0 25px;
    }
}
.last-comment__more {
    display: inline-block;
}
.last-comment__more a {
    font-size: 1.143em;
    color: #99ca3c;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.last-comment__more a:hover {
    color: #fa505d;
}
#tovarRating {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.comment__rating .fa {
    cursor: pointer;
}
.comment__rating .fa-star {
    color: #fa505d;
}
.comment__rating .fa-star-empty {
    color: #dedcdc;
}
.comment__rating--mini {
    /*font-size: 0.6em !important;*/
    display: inline-block;
    /*vertical-align: middle;*/
    margin-bottom: 5px;
}
/*
.popup__rating {
    font-size: 1.5em;
}
.popup__rating .comment__rating .fa-star-o {
    color: #ffffff !important;
}
*/
.feedback__gray-line {
    border-bottom: 1px solid #bebdbd;
}
@media(min-width: 992px) {
    #corpComments {
        padding: 0 10px;
    }
}
@media(max-width: 480px) {
    #corpComments {
        padding: 0;
    }
}
#corpComments .owl-prev, #corpComments .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #fefefe;
}
#corpComments .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 0;
}
#corpComments .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: 0;
}
#corpComments .owl-prev:hover, #corpComments .owl-next:hover {
    color: #fefefe;
}
@media(max-width: 480px) {
    #corpComments .owl-prev {
        margin-left: -10px;
    }
    #corpComments .owl-next {
        margin-right: -10px;
    }    
}
/* end FEEDBACK4 */
/* ALL WORK */
#allWork {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.all-work__item {

}
.all-work__item-nav .owl-prev, 
.all-work__item-nav .owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 0 5px;
    cursor: pointer;
 }
.all-work__form {
    position: relative;
    z-index: 3;
    padding: 75px 0;
    background: rgba(0,0,0,0.78);
    /*padding: 65px 0 50px;*/
    /*border: 1px solid red;*/
}
.all-work__textwrapper {
    display: table;
    /*margin-top: 35px;*/
}
.all-work__textinner {
    display: table-cell;
    vertical-align: middle;
    /*padding-right: 50px;*/
    /*border: 1px solid red;*/
}
.all-work__item-name {
    font-size: 3.75em;
    /*font-weight: 600;*/
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(0,0,0, 0.4);
}
.all-work__item-text {
    font-size: 2.1875em;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}
.all-work__item-nav--wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 0;
    right: 0;
}
.all-work__item-dots .owl-dot {
    display: inline-block;
}
.all-work__item-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:transparent;
    border: 1px solid rgba(255,255,255,1);
    opacity: 1;
    cursor: pointer;
}
.all-work__item-dots .owl-dot.active span,
.all-work__item-dots .owl-dot:hover span {
    background: rgba(255,255,255,1);
}
/* end ALL WORK */
/* SERVICES */
.last-services__bg {
    padding: 75px 0 50px;
}
.last-services__item {
    display: table;
}
.last-services__item-img, 
.last-services__item-info {
    display: table-cell;
    vertical-align: top;
    /*padding: 10px;*/
}
.last-services__item-img {
    padding-right: 20px;
}
.last-services__item-name {
    font-size: 1.375em;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #000000;
}
.last-services__item-text {
    color: #807f7f;
    margin-bottom: 20px;
}
/* end SERVICES */
/* SLIDER 
#slider {
    position: relative;
}
#slider .owl-controls {
    margin: 0;
}
#slider .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 2;
}
#slider .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    background: transparent;
    border: 1px solid #d82730;
    border-radius: 100%;
    opacity: 1;
}
#slider .owl-controls .owl-dot.active span,
#slider .owl-controls.clickable .owl-dot:hover span {
    background: #d82730;

}
#slider .owl-prev, 
#slider .owl-next {
    background: rgba(255,255,255,0);
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 37px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    border-radius: 100%;
    border: 2px solid rgba(0,0,0,0.15);
}
#slider .owl-prev:hover, 
#slider .owl-next:hover {
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.35);
}
#slider .owl-prev:hover .fa,
#slider .owl-next:hover .fa {
    color: rgba(255,255,255,0.35);
}
#slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 100px;
    margin-top: -15px;
}
#slider .owl-next {
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -15px;
}
#slider .owl-prev .fa {
    margin-left: -3px;
    color: rgba(0,0,0,0.15);
}
#slider .owl-next .fa {
    margin-right: -3px;
    color: rgba(0,0,0,0.15);
}
.slider__item {
    
}
.slider__info-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.slider__info {
    display: inline-block;
    padding: 25px 35px;
    text-align: center;
    color: #004f8f;
    line-height: 1.1;
    margin: 0 auto;
}
.slider__title {
    text-transform: uppercase;
    font-size: 3.6em;
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.slider__text {
    margin-top: 5px;
    font-size: 2em;
}
.slider__btn {
    margin: 25px auto 0;
}
.slider__btn a {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(188,169,110,0);
    font-size: 0.93em;
    text-align: center;
    white-space: nowrap;
    color: #bca96e;
    border: 2px solid #bca96e;
    padding: 10px 15px;
    line-height: 1.1;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider__btn a:hover {
    background: rgba(188,169,110,1);
    color: #ffffff;
    text-decoration: none;
}
/* end SLIDER */
/* ADVANTAGES */
.advantages__bg {
    padding: 25px 0;
}
.advantages__item {
    margin: 0 auto 25px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*
.advantages__item:hover {
    cursor: pointer;
}
*/
.advantages__item-top {
    background: rgba(76,77,79,0);
    padding: 15px;
}
.advantages__item-top--full {
    background: rgba(76,77,79,0.75);
}
.advantages__item-icon {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    /*background: rgba(153,204,102,1);*/
    margin: 0 auto 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
}
.advantages__item-icon .fa {
    font-size: 75px;
    line-height: 150px;
    color: rgba(1,171,206,1);
}
.advantages__item-name {
    font-size: 1.125em;
    line-height: 1.1;
}
/*
.advantages__item-info {
    position: relative;
}
.advantages__item-anons {
    color: #ffffff;
}
.advantages__item-text {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 15px 15px;
    background: rgba(39,40,41,0.85);
    display: none;
}
.advantages__item-more {
    font-size: 1.143em;
    font-weight: 500;
    text-transform: uppercase;
    color: #99cc66;
    cursor: pointer;
    margin-top: 10px;
}
.advantages__item--with-text:hover .advantages__item-anons, 
.advantages__item--with-text:hover .advantages__item-more {
    opacity: 0;
}
.advantages__item--with-text:hover .advantages__item-top {
    background: rgba(39,40,41,0.85);
}
.advantages__item--with-text:hover .advantages__item-text {
    display: block;
}
*/
/* end ADVANTAGES */
/* FOOTER */
footer {
    padding: 50px 0;
    background: rgba(45,43,43,1);
    color: #b6b6b6;
}
.footer__logo {
    margin-bottom: 15px;
}
.footer__logo img {
    max-width: 100%;
}
.footer__menu a {
    color: #b6b6b6;
}
.footer__menu a:hover {
    text-decoration: underline;
}
.footer__phone {
}
.footer__copy {
}
.footer__right {
    text-align: right;
}
.footer__right1 {
    text-align: right;    
}
@media(max-width: 991px) {
    .footer__right1 {
        text-align: left;
    }
}
@media(max-width: 767px) {
    .footer__right, 
    .footer__right1 {
        text-align: left;
    }
}
.footer__pay .fa {
    font-size: 2em;
}
.footer__social-links {
    font-size: 18px;
}
.footer__social-link {
    display: inline-block;
    margin: 0 10px 5px 0;
}
.footer__social-link a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #2d2b2b;
    background: rgba(182,182,182,1);
    border-radius: 100%;
    font-size: 0.9em;
}
.footer__social-link a:hover {
    background: rgba(120,120,120,1);
}
.footer__social-link--facebook a:hover {
    /*background: rgba(1,103,151,1);*/
}
.footer__social-link--twitter a:hover {
    /*background: rgba(45,190,222,1);*/
}
.footer__social-link--google a:hover {
    /*background: rgba(211,72,54,1);*/
}
.footer__social-link--skype a:hover {
    /*background: rgba(18,165,244,1);*/
}
/* end FOOTER */
/* PATH */
.path {
    /*margin: 15px 0;*/
    padding: 15px 0;
    font-weight: 300;
    color: #b8b7b7;
    font-size: 0.9375em;
    background: rgba(247,247,247,1);
}
.path a {
    font-weight: 300;
    color: #b8b7b7;
}
/* end PATH */
/* POP UP FORM */
.os-form {
    max-width:280px;
    background:rgba(48,118,169,1);
    text-align:center;
    padding:15px;
    display:block;
    margin:0 auto;
    position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}
.os-btn {
    display: block;
    max-width: 320px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 20px 4px;
    margin: 5px auto;
    background: rgba(0,79,143,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os-btn:hover {
    background: rgba(0,79,143,0.75);
}
.os-title {
    color: #ffffff;
    font-size: 2.625em;
    font-weight: 300;
    margin-bottom: 15px;
}
.feedback__form--white .os-title {
    color: #030303;
}
/*
.os-form input {
    background:rgba(255,255,255,1);
    font-size:0.75em;
    color:#585757;
    width:100%;
    padding:10px;
    height:35px;
    border:1px solid rgba(0,0,0,0.1);
    line-height:22px;
    border-radius:5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    margin:5px auto;	
}
*/
.os-form input, 
.headerf-input input, 
.headerf-textarea textarea {
    width: 100%;
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    padding: 4px 20px 7px;
    margin: 0px auto 5px;
    background: rgba(255,255,255,1);
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os-form input:focus, 
.headerf-input input:focus, 
.headerf-textarea textarea:focus {
    box-shadow: none;
    border-color: #fa505d;
}
.headerf-textarea textarea {
    height: 100px;
}
.close-btn {position:absolute; right:0; top:0; margin:-12px -12px 0 0; cursor:pointer;}
.callme-textarea {
    margin:5px auto;
}
.callme-textarea textarea {
    background:rgba(255,255,255,1);
    font-size:0.75em;
    color:#585757;
    width:100%;
    padding:10px;
    height:50px;
    border:1px solid rgba(0,0,0,0.1);
    line-height:22px;
    border-radius:5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);		
}
/* end POP UP FORM */
/* LIMENET CONFIG */
.relative {position:relative;}
.clear {clear:both;}
.red_bord {border:1px solid red !important;}

.pt20 {padding-top:20px}
.pt100 {padding-top:100px}

.pr20 {padding-right:20px}

.pb20 {padding-bottom:20px}

.pl20 {padding-left:20px}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.f_left {float:left;}
.f_right {float:right;}
.dnone {display: none;}
.hide-item {
    visibility: hidden;
}
.about-admin {
    /*border:1px solid red;*/
}
.about-admin img {/*border:1px solid red;*/}
.about-admin img.width100 {
    width:100%;
}
img.width100 {
    max-width:100%;
    width:100%;
}
.banner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
}
.error_div {
    background: #ff0000;
    color: #ffffff;
    padding: 10px;
}
.error_txt {
    color: #ff0000;
}
.ok_div {
    background: #88c856;
    color: #ffffff;
    padding: 10px;
}
.no-padding {
    padding:0 !important;
}
.no-margin {
    margin: 0 !important;
}
.custom-select-wrapper {
    position:relative;
    /*display:inline-block;*/
}
.custom-select-wrapper:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #3e3e3e;
}
.custom-select {    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px 5px 5px;
    border: 1px solid rgba(0,0,0,0.08);
    background:rgba(255,255,255,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position:relative;
    cursor:pointer;
}
.select--lime:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.select--lime .btn {
    font-size: 1em;
    font-weight: normal;
    border: none;
    /*border: 1px solid #bdbcbc;*/
    padding: 10px;
    border-radius: 0;
}
.select--lime.open .dropdown-toggle {
    box-shadow: none;
}
.select--lime .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #4c4d4f;
    background-color: #ffffff;
    border-color: #bdbcbc;
}
.select--lime .dropdown-menu {
    background: rgba(255,255,255,1);
    border-radius: 0;
}
.select--lime .dropdown-menu > li > a {
    color: #4c4d4f;
    padding-left: 10px;
    padding-right: 10px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled] {
    background: #99ca3c !important;
}
/*BOOTSTRAP GRID MODIFICATIONS*/
.pagination {
    margin: 0 0 20px 0;
    border-radius: 0;
}
.pagination > li > a, 
.pagination > li > span {
    font-size: 1.375em;
    font-weight: 300;
    position: relative;
    float: left;
    padding: 0;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background: transparent;
    color: #807f7f;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(247,247,247,1);
    margin: 0 2px;
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    color: #807f7f;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #000000;
    font-weight: 300;
}
@media(min-width: 992px) {
    .row-centered {
        text-align: center;
    }
    .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px;
        vertical-align: top;
    }
    .col-centered-middle {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: middle;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
label {
    font-weight: normal;
}
/* columns of same height styles */
.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
/*end BOOTSTRAP GRID MODIFICATIONS*/
/*end LIMENET CONFIG*/