html, body {
    font-family: 'helveticaneuecyrlight', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #605757;
    background: transparent;
}
.header__and__content {
/*    min-height: 100vh;*/
}
/* CONTENT */
a {
    color: #bb0404;
    text-decoration: underline;
}
a:hover {
    color: #bb0404;
    text-decoration: none;
}
h1, .h1-title {
    font-family: 'helveticaneuecyrmedium', sans-serif;
    font-size: 1.5em;
    color: #823a6f;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 15px;
}
h2, .h2-title {
    font-family: 'helveticaneuecyrmedium', sans-serif;
    font-size: 1.5em;
    color: #823a6f;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto 15px;
    text-align: left;
    line-height: 1.1;
}
.h3-title {
    color: #823a6f;
}
.page-bg {
    position: fixed;
    background: url('/data/home-bg.png') repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    min-height: 100vh;
}
header {
    background: #9b6420;
}
.header__top {
    position: relative;
    background: url('/data/taro__header.png') no-repeat center center;
    background-size:cover;
}
.header__top__gradient {
    background: -moz-linear-gradient(left, rgba(41,16,37,0.765) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(41,16,37,0.765) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(41,16,37,0.765) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ddb160', endColorstr='#00000000',GradientType=1 );
}
.block__header-logo {
    margin:2em 0;
}
.block__header-logo .html-block {
    margin:2em 0;
    font-size:2em;
    font-weight:bold;
    color:#ddb160;
    line-height:1.2;
}
.logo {
    margin: 85px 0;
}
.logo img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .header__top__bg {
        background: none;
    }
}
/* MENU */
.main-menu {
    background-color:#823a6f;
}
.main-menu .navbar-default {
    font-family: 'helveticaneuecyrroman', sans-serif;
    background: none;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(209,195,160,0.6);
    border-bottom: 1px solid rgba(209,195,160,0.6);
    margin-bottom:0;
}
.main-menu .nav {
    display: table;
    width: 100%;
}
.main-menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    box-shadow: none;
}
.main-menu .nav > li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid rgba(209,195,160,0.6);
}
.main-menu .nav > li:last-of-type {
    border-right: 1px solid rgba(209,195,160,0.6);
}
.main-menu .navbar-nav > li {
    float: none;
}
.main-menu .navbar-default .navbar-nav > li > a {
    font-size: 1.1875em;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
/*    border-left: 1px solid rgba(209,195,160,0.6);*/
/*    border-right: 1px solid rgba(209,195,160,0.6);*/
}
.social__link__wrapper {
    border-left: 1px solid rgba(209,195,160,0.6);
    padding-left: 5px;
    white-space: nowrap;
}
.main-menu .navbar-brand, .main-menu .navbar-nav > li > a {
    text-shadow: none;
    padding: 15px 5px;
}
.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li > a:focus {
    color: #ddb160;
}
.main-menu .navbar-default .navbar-nav > .active > a,
.main-menu .navbar-default .navbar-nav > .active > a:focus,
.main-menu .navbar-default .navbar-nav > .active > a:hover {
    color: #ddb160;
    background: none;
    box-shadow: none;
}
.main-menu .navbar-default .navbar-nav > .open > a,
.main-menu .navbar-default .navbar-nav > .open > a:focus,
.main-menu .navbar-default .navbar-nav > .open > a:hover {
    color: #d1b267;
    background: none;
    box-shadow: none;
}
.social__link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 7px 5px;
}
.social__link a {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #d1c3a0;
    font-size: 1.1875em;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
}
.social__link a:hover {
    color: #d1b267;
}
.main-menu .dropdown-menu {
    min-width: 0;
    background: rgba(151,0,0,1);
    border: 1px solid rgba(209,195,160,0.6);
    border-radius: 0;
}
.main-menu .dropdown-menu > li > a {
    color: #fefefe;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu .dropdown-menu > li > a:focus,
.main-menu .dropdown-menu > li > a:hover {
    background: none;
    color: #d1b267;
}
.main-menu .navbar-toggle {
    border: 1px solid #fefefe;
    border-radius: 0;
/*    float: left;*/
    border: none;
}
.main-menu .navbar-toggle:hover,
.main-menu .navbar-toggle:focus {
    background: transparent;
}
.main-menu .navbar-toggle .icon-bar {
    border: none;
    background: #fefefe;
}
@media (max-width: 991px) {
    .main-menu .navbar-header {
        float: none;
    }
    .main-menu .navbar-left, .main-menu .navbar-right {
        float: none !important;
    }
    .main-menu .navbar-toggle {
        display: block;
    }
    .main-menu .navbar-collapse {
        border-top: 1px solid rgba(209,195,160,0);
        box-shadow: none;
    }
    .main-menu .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .main-menu .navbar-collapse.collapse {
        display: none !important;
    }
    .main-menu .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-menu .navbar-nav > li {
        float: none;
        display: block;
        text-align: left;
        border: none;
    }
    .main-menu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
    }
    .main-menu .collapse.in{
        display: block !important;
    }
    .main-menu .navbar-default .navbar-nav > li > a {
        border: none;
    }
    .social__link__wrapper {
        padding-left: 0;
    }
    .main-menu .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fefefe;
        padding-left: 15px;
    }
    .main-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #d1b267;
    }
}
/* end MENU */
/* SLIDER */
#slider {
    margin-bottom: 25px;
}
#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 5px;
    padding: 0;
    background: rgba(209,178,103,1);
    border-radius: 0;
    opacity: 1;
}
#slider .owl-controls .owl-dot.active span,
#slider .owl-controls.clickable .owl-dot:hover span {
    background: rgba(151,0,0,1);
}
/* end SLIDER */
/* NEWS */
.one-news__image {
    padding: 0 15px 0 0 !important;
}
.news__image {
    margin-bottom: 10px;
}
.news__image img {
    max-width: 100%;
}
.news__date {
    font-size: 0.6875em;
    color: #b0adad;
    margin: 0 0 5px;
}
.news__name {
    font-size: 1.1875em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
}
.news__name a {
    font-family: 'helveticaneuecyrroman', sans-serif;
    color: #000000;
    text-decoration: none;
}
.news__name a:hover {
    color: #bb0404;
}
.news__text {
/*    font-family: 'helveticaneuecyrthin', sans-serif;*/
}
.news__all-link {
    margin: 25px 0;
}
.news__all-link a:hover {
    text-decoration: none;
}
@media(max-width: 767px) {
    .one-news__image {
        padding: 0 !important;
        margin-bottom: 15px;
    }
}
/* end NEWS */
/* COURSES */
.courses__title {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(209,195,160,0.6);
}
.courses__image {
    margin-bottom: 25px;
}
.courses__image img {
    max-width: 100%;
}
.courses__text {
/*    font-family: 'helveticaneuecyrthin', sans-serif;*/
    margin-bottom: 50px;
}
.courses__wrapper {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(209,195,160,0.6);
}
.courses__wrapper.panel {
    box-shadow: none;
    background: none;
    border-radius: 0;
}
.courses__category-name {
    font-family: 'helveticaneuecyrroman', sans-serif;
    font-size: 1.1875em;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}
.courses__items {
    font-family: 'helveticaneuecyrroman', sans-serif;
    list-style: square;
    padding-left: 30px;
    margin-top: 15px;
}
.courses__items li {
    color: #000000;
    line-height: 1.1;
    margin-bottom: 15px;
}
.courses__items a {
    color: #000000;
    text-decoration: none;
}
.courses__items a:hover,
.courses__items li:hover,
.courses__items li.courses__name-nav-active,
.courses__items li.courses__name-nav-active a {
    color: #bb0404;
}
/* end COURSES */
/* PHOTOS */
/*
.photos__area .col-xs-1, 
.photos__area .col-sm-1, 
.photos__area .col-md-1, 
.photos__area .col-lg-1, 
.photos__area .col-xs-2, 
.photos__area .col-sm-2, 
.photos__area .col-md-2, 
.photos__area .col-lg-2, 
.photos__area .col-xs-3, 
.photos__area .col-sm-3, 
.photos__area .col-md-3, 
.photos__area .col-lg-3, 
.photos__area .col-xs-4, 
.photos__area .col-sm-4, 
.photos__area .col-md-4, 
.photos__area .col-lg-4, 
.photos__area .col-xs-5, 
.photos__area .col-sm-5, 
.photos__area .col-md-5, 
.photos__area .col-lg-5, 
.photos__area .col-xs-6, 
.photos__area .col-sm-6, 
.photos__area .col-md-6, 
.photos__area .col-lg-6, 
.photos__area .col-xs-7, 
.photos__area .col-sm-7, 
.photos__area .col-md-7, 
.photos__area .col-lg-7, 
.photos__area .col-xs-8, 
.photos__area .col-sm-8, 
.photos__area .col-md-8, 
.photos__area .col-lg-8, 
.photos__area .col-xs-9, 
.photos__area .col-sm-9, 
.photos__area .col-md-9, 
.photos__area .col-lg-9, 
.photos__area .col-xs-10, 
.photos__area .col-sm-10, 
.photos__area .col-md-10, 
.photos__area .col-lg-10, 
.photos__area .col-xs-11, 
.photos__area .col-sm-11, 
.photos__area .col-md-11, 
.photos__area .col-lg-11, 
.photos__area .col-xs-12, 
.photos__area .col-sm-12, 
.photos__area .col-md-12, 
.photos__area .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.photos__area .row {
    margin-right: -5px;
    margin-left: -5px;
}
*/
.photo__item {
/*    text-align: center;*/
    margin-bottom: 25px;
}
.photo__image {
    margin-bottom: 10px;
}
.photo__image img {
    max-width: 100%;
}
.photo__name {
    font-size: 1.1875em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
    text-align: left;
}
.photo__name a {
    font-family: 'helveticaneuecyrroman', sans-serif;
    color: #000000;
    text-decoration: none;
}
.photo__name a:hover {
    color: #bb0404;
}
.photo__file {
    margin-bottom: 20px;
}
.photo__file__image img {
    max-width: 100%;
}
.photos__all a {
    color: #ffffff;
    text-decoration: underline;
}
.photos__all a:hover {
    text-decoration: none;
}
/* end PHOTOS */
/* PAGINATION */
.pagination {
    margin: 25px 0 50px;
}
.pagination > li > a, .pagination > li > span {
    float: none;
    color: #a19999;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    width: 35px;
    background: rgba(151,0,0,0);
    border: 1px solid #a19999;
    border-radius: 0 !important;
    padding: 0;
    margin: 0 2px;
}
.pagination > li > span {
    margin: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    background: inherit;
    color: #ffffff;
    background: rgba(151,0,0,1);
}
.pagination a.prev__arrow, 
.pagination a.prev__arrow:hover, 
.pagination a.next__arrow,
.pagination a.next__arrow:hover {
    border: none;
    width: auto;
    background: none;
    color: #a19999;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgba(151,0,0,1);
    border: none;
    border-radius: 0 !important;
}
/* end PAGINATION */
/* PATH */
.path {
/*    font-family: 'helveticaneuecyrthin', sans-serif;*/
    font-size: 0.875em;
    color: #a19999;
    margin-bottom: 15px;
}
.path a {
    text-decoration: none;
    color: #a19999;
}
/* end PATH */
/* end CONTENT */
/* FEEDBACK FORM */
.register {
    width: 100%;
    max-width: 390px;
    margin: 0;
}
.register-item {
    margin-bottom: 5px;
}
.register-item input {
    width: 100%;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 46px;
    padding: 10px 15px;
}
.register-item textarea {
    width: 100%;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 130px;
    padding: 10px 15px;    
}
.register-btn {
    display: inline-block;
    padding: 15px 40px;
    text-align: center;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d201f;
    cursor: pointer;
    background: rgba(227,224,210,1);
}
.feedback-banner {
    display: inline-block;
    margin: 0 2px 4px;
}
.feedback-banner img {
    max-width: 100%;
}
/* end FEEDBACK FORM */
/* FEEDBACK1 FORM */
.feedback1__bg {
    background: rgba(255,255,255,1);
    padding: 115px 0;
}
.feedback1__bg-home {
    background: url('../data/home-form-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.register1 {
    width: 100%;
/*    max-width: 390px;*/
    margin: 0 auto;
    background: rgba(255,255,255, 0.85);
    padding: 40px 80px 35px;
}
.register1-item {
    margin-bottom: 5px;
}
.register1-item input {
/*    font-family: 'helveticaneuecyrthin', sans-serif;*/
    width: 100%;
    color: #605757;
    background: #ffffff;
    border: 1px solid #c9c7c7;
    border-radius: 0;
    height: 46px;
    padding: 10px 15px;
}
.register1-item textarea {
    width: 100%;
    color: #666666;
    background: #ffffff;
    border: 1px solid #c9c7c7;
    border-radius: 0;
    height: 130px;
    padding: 10px 15px;    
}
.register1-btn {
    font-family: 'helveticaneuecyrroman', sans-serif;
    display: block;
    padding: 10px 40px;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #9b6420;
    cursor: pointer;
    background: #fff;
    border: 2px solid #9b6420;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.register1-btn:hover {
    color:#fff;
    background: #9b6420;
}
@media(max-width: 767px) {
    .register1 {
        padding: 25px;
    }
    .register1-btn {
        height: auto;
        line-height: 1.1;
    }
}
/* end FEEDBACK1 FORM */
.bg__karta {
    padding:2em 0;
    background:url('../data/karta-fon.png') no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
}
.bg__karta .container {
    background-color:rgba(255,255,255, 0.8);
    padding-top:1em;
    padding-bottom:1em;
}
/* FOOTER */
footer {
    font-size: 1.2em;
    font-weight: 300;
    color: #fff;
    background-color:#823a6f;
    padding: 30px 0 25px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ba9b4f;
}
.footer__copy {
    margin-bottom: 5px;
}
.footer__developer-link {
    text-align: right;
    font-size:1.8em;
    color:#fff;
}
@media(max-width: 991px) {
    .footer__developer-link {
        text-align: center;
    }
    .footer__copy {
        text-align: center;
    }
}
/* end FOOTER */
/* POP UP FORM 
.os-form {
    width: 100%;
    max-width: 500px;
    background: rgba(87,123,175,1);
    padding: 25px 50px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.os-inner {
    padding: 0 25px;
}
.os-btn {
    display: inline-block;
    cursor: pointer;
    font-size: 1.4em;
    border: 2px solid #ffffff;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px auto;
    background: rgba(87,123,175,1);
}
.os-btn2 {
    padding: 10px 50px;
}
.os-btn:hover {
    background: rgba(255,255,255,1);
    border: 2px solid #577baf;
    color: #577baf;
}
.os-btn3 a {
    display: inline-block;
    cursor: pointer;
    font-size: 1.4em;
    border: 2px solid #577baf;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px auto;
    background: rgba(87,123,175,1);
    text-decoration: none;
}
.os-btn3:hover a {
    background: rgba(255,255,255,0);
    border: 2px solid #ffffff;
    color: #ffffff;
}
.os-btn4 {
    display: inline-block;
    cursor: pointer;
    font-size: 1.4em;
    border: 2px solid #577baf;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #577baf;
    margin: 5px auto;
    background: rgba(87,123,175,0);
}
.os-btn4:hover {
    background: rgba(87,123,175,1);
    border: 2px solid #577baf;
    color: #ffffff;
}
.os-title {
    color: #ffffff;
    font-size: 3.4em;
    text-align: center;
    line-height: 1.1;
}
.os-message {
    color: #ffffff;
    font-size: 1.14em;
    font-weight: 300;
    text-align: center;
}
.os-form input, .os-form textarea {
    background:rgba(255,255,255,1);
    border: 1px solid #577baf;
    color: #323232;
    width: 100%;
    padding: 10px;
    height: 35px;
    line-height: 22px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5);
    margin: 10px auto;	
}
.os-form textarea {
    height: 100px;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 24px;
    cursor: pointer;
}
/* 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;}

.mb5 {margin-bottom:5px;}
.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 {
}
.about-admin img {}
.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;
}
.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 LIMENET CONFIG*/