html, body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
    color: #000000;
}
a {
    color: rgba(60,160,230,1);
}
a:hover {
    color: rgba(44,139,206,1);
}
a:hover {
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-style: inherit;
    font-weight: bold;
}
.one-news li {

}
h1 {
    font-size: 1.5em;
    line-height: 1.1;
    color: #fb7f1b;
    padding: 0 0 15px;
    margin: 0 auto;
}
.h2-title, h2 {
    font-size: 1.625em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    color: #118ede;
    margin: 25px auto;
    padding: 0 0 15px;
    border-bottom: 2px solid #fec40c;
}
.h2-title a, .h2-title a:hover {
    color: #118ede;
    text-decoration: none;
}
.h3-title, h3 {
    font-size: 1.25em;
    color: #118ede;
    margin: 0;
    font-weight: bold;
    margin: 5px 0;
}
.all-page {
    position: relative;
    z-index: 5;
}
/*HTML*/
.html-block ul, .html-block ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
/*end HTML*/
/*HEADER*/
header {}
.header-img {
    text-align: center;
}
.header-img img {
    max-width: 100%;
    margin: 0 auto;
}
.header-top {
    padding: 15px 0;
    background: rgba(255,255,255,1);
    border-top: 10px solid #696768;
}
.header-top-wrapper {

}
.logo {
    text-align: left;
}
.logo img {
    max-width:100%;
}
@media (max-width: 768px) {
    .logo {
        text-align: center;
    }
}
.header__phone-wrapper {
    text-align: right;
}
@media (max-width: 768px) {
    .header__phone-wrapper {
        position: relative;
        text-align: center;
        padding-top: 0;
        margin-bottom: 10px;
    }
}
/*
@media (max-width: 992px) {
    .header__phone-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
}
*/
.header__phone {
    display: inline-block;
    text-align: center;
    color: #fbd607;
    background: #108ddd;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
}
.header__phone span {
    font-size: 1.3em;
}
/*MENU */
.header__menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515151+0,313131+100 */
    background: #515151; /* Old browsers */
    background: -moz-linear-gradient(top,  #515151 0%, #313131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #515151 0%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #515151 0%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default {
    background: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
    color: #ffffff;
    padding: 0;
    margin: 0 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    text-decoration: none;
}
.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.navbar-default .navbar-nav > li.active a {
    border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}
.dropdown-menu {
    border-top: none;
}
.dropdown-menu > li {
    list-style-image: none !important;
}
.dropdown-menu > li > a {
    text-decoration: none;
    color: #383838;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #383838;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #118ede;
    background: none;
}
@media(max-width: 992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border: none !important;
    }
    .navbar-default .navbar-nav > li > a {
        margin: 0 15px !important;
    }
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    height: 75px;
}
@media(max-width:450px) {
    .navbar-brand img {
    }
}
@media(max-width:415px) {
    .navbar-brand img {
    }
}
@media(max-width:390px) {
    .navbar-brand {
    }
    .navbar-brand img {
        height: 60px;
    }
}
.main-menu-wrapper {
/*    text-align: right;*/
}
@media(max-width:992px) {
    .main-menu-wrapper {
        text-align: left;
    }
}
.main-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#5e3a3e;
    background-color:transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding-top: 7px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
    .top-menu {
        z-index:9;
        position:fixed !important;
        left:0;
        top:0;
        width:100%;
    }
}
@media (min-width: 768px) {
    .top-menu .navbar {
        margin-bottom:0;
    }
}
.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 7px;
}
.navbar-collapse {
    box-shadow: none !important;
}
/*end TOP MENU*/
/*end HEADER*/
/*NEWS
.news {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.news__item-row {
    display: table-row;
    padding: 15px 0;
    border-bottom: 1px solid #118ede;
}
.news__item-img, .news__item-info {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px solid #118ede;
}
.news__item-img {
    width: 150px;
    padding-right: 15px;
}
.news__item-img img {
    width: 100%;
}
.news__item-dt {}
.news__item-name {
    font-size: 1.25em;
    font-weight: bold;
    color: #2c2c2c;
    padding: 10px 0;
}
.news__item-name a, .news__item-name a:hover {
    color: #2c2c2c;
    text-decoration: none;
}
.news .news__item-item-row:first-child .news__item-img,
.news .news__item-item-row:first-child .news__item-info {
    padding-top: 0;
}
.news__item-btn {
    font-size: 0.875em;
}
@media (max-width: 600px) {
    .news__item-img, .news__item-info {
        display: block;
    }
    .news__item-img {
        border-bottom: none;
        width: 100%;
        padding: 0;
    }
    .news__item-info {
        margin-bottom: 15px;
    }
}
.news__item-anons {
    font-size: 0.875em;
}
/*ONE NEWS
.one-news {
    margin-bottom: 25px;
}
.one-news__item-img {
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0 !important;
    max-width: 100% !important;
}
.one-news__item-dt {}
.one-news__item-anons {
}
.one-news__item-btn {
    font-size: 0.875em;
}
/*end ONE NEWS*/
/*end NEWS*/
/* SUPPORT */
.support__catalog-wrapper {
/*    background: rgba(85,85,85,1);*/
/*    padding: 5px 10px;*/
    margin-bottom: 25px;
}
.support__catalog-name {
    border-bottom: 1px solid #5f5f5f;
}
.support__catalog-name:last-child {
    border-bottom: none;
}
.support__catalog-name {
    background: rgba(85,85,85,1);
    padding: 0 10px;
}
.support__catalog-name a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;

}
.support__catalog-name--active {
    font-weight: bold;
    background: rgba(51,51,51,1);
}
.support__right-wrapper {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
}
/* end SUPPORT */
/*ANONS SERVICES
.anons-services__item {
    margin: 0 auto 25px;
    text-align: center;
}
.anons-services__item-img img {
    max-width: 100%;
    border: 2px solid #f3bc0b;
    margin: 10px 0;
    border-radius: 100%;
}
.anons-services__item-name {
    font-size: 1.25em;
    font-weight: bold;
    color: #2c2c2c;
    padding: 10px 0;
}
.anons-services__item-name a {
    color: #2c2c2c;
    text-decoration: none;
}
.anons-services__item-text {
    font-size: 0.875em;
}
/*end ANONS SERVICES*/
/*ADVANTAGES
.advantages__item {
    margin: 0 auto 25px;
    text-align: center;
}
.advantages__item-img img {
    max-width: 100%;
    border: 2px solid #f3bc0b;
    margin: 10px 0;
    border-radius: 100%;
}
.advantages__item-icon {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid #f3bc0b;
    background: rgba(255,255,255,1);
    margin: 10px auto;
    text-align: center;
    vertical-align: middle;
}
.advantages__item-icon .fa {
    font-size: 75px;
    line-height: 200px;
    color: #118ede;
}
.advantages__item-name {
    font-size: 1.25em;
    font-weight: bold;
    color: #2c2c2c;
    padding: 10px 0;
}
.advantages__item-name a {
    color: #2c2c2c;
    text-decoration: none;
}
.advantages__item-text {
    font-size: 0.875em;
}
/*end ADVANTAGES*/
/*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;
}
/*
@media(max-width: 992px) {
    .feedback-form__item {
        width: 50%;
    }
}
*/
/*
.feedback-form__item:nth-child(1) {
    padding-right: 10px;
    text-align: right;
}
*/
.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 input.form-control {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,1);
    border-radius: 0;
    height: 45px;
    line-height: 35px;
    border-left: 0;
    box-shadow: none;
    z-index: 1;
    margin-top: 0px;
}
.feedback-form__item .input-group-addon {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.08);
    border-right: 0;
    border-radius: 0px;
}
*/
.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 {}
/*end FEEDBACK*/
/*FEEDBACK4
.comment-item {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 0 5px #cecfd9;
    border-radius: 5px;
    margin: 10px 10px 20px;
}
.comment-txt .fa {
    font-size: 1em;
    color: rgba(108,118,128,1);
    margin: 5px;
}
.comment-name {
    font-weight: bold;
    font-style: italic;
}
@media(min-width: 992px) {
    #corpComments {
        padding: 0 10px;
    }
}
#corpComments .owl-prev, #corpComments .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #9f9e9e;
}
#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: #118ede;
}
/*end FEEDBACK4*/
/*ALL WORK
#allWork .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
}
#allWork .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background:transparent;
    border: 2px solid rgba(255,255,255,1);
    opacity: 1;
}
#allWork .owl-controls .owl-dot.active span,
#allWork .owl-controls.clickable .owl-dot:hover span {
    background: rgba(255,255,255,1);
}
/*end ALL WORK*/
/*PRICE TABLE
.price-table > .table-bordered > thead > tr > th,
.price-table > .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    text-align: center;
}
.price-table > .table-bordered > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
/*end PRICE TABLE*/
/* PROFILE */
.profile__welcome-title {
    font-size: 0.8em;
    padding: 10px 0;
}
.logout__btn {
    display: inline-block;
    padding: 5px 15px;
    /*border-radius: 5px;*/
    /*margin: 10px auto;*/
    cursor: pointer;
    color: #ffffff;
    background: rgba(69,67,67,1);
}
.logout__btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.profile__form {
    border: 1px solid #e3e3e3;
    padding: 15px 35px 25px;
    background: #e3e3e3;
}
.profile__form-title {
    font-size: 21px;
    text-transform: uppercase;
    margin: 10px 0;
}
.profile__form-field input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 5px;
    line-height: 1.4;
}
.profile__form-field textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 5px;
    line-height: 1.4;
}
.license__table-wrapper {
    margin-bottom: 25px;
}
.license__table {
    display: table;
    width: 100%;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.license__row {
    display: table-row;
}
.license__header,
.license__item {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
}
.license__header {
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 14px;
    color: #53abe9;
}
.license__one-wrapper {
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
}
.license__one-table {
    display: table;
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}
.license__one-table--noborder {
    border: none;
}
.license__one-table--border {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.license__one-table--pointer {
    cursor: pointer;
}
.license__one-item {
    display: table-cell;
    /*width: 20%;*/
    padding: 10px;
}
.license__one-item--header {
    color: #53abe9;
    vertical-align: middle;
}
.license__one-more {
    padding: 15px;
    border-top: 1px solid #e3e3e3;
}
/* CALENDAR */
.license-calendar__canendar-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.license-calendar__canendar-row {
    display: table-row;
}
.license-calendar__canendar-td {
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid transparent;*/
    /*border-right: transparent;
    border-bottom: transparent;*/
    padding: 5px;
    text-align: center;
    font-size: 10px;
}
.license-calendar__canendar-td--border {
    border: 1px solid #e3e3e3;
}
.license-calendar__canendar-td:first-child {
    text-align: left;
    font-size: 10px;
    border-bottom: transparent;
}
.license-calendar__canendar-row:first-child .license-calendar__canendar-td {
    border-right: transparent;
}
.license-calendar__canendar-td-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: transparent;
    border-left: transparent;
}
.license-calendar__canendar-td-color--first {
    border-left: 1px solid #000;
}
.license-calendar__canendar-td-color--last {
    border-right: 1px solid #000;
}
/* end CALENDAR */
/* end PROFILE */
/*FOOTER*/
footer {
    background: rgba(97,95,95,1);
    padding: 50px 0 25px;
}
.main-contacts {
    color: #fefefe;
    font-weight: 300;
}
.copy {
    color: #fefefe;
    font-weight: 300;
    margin-top: 25px;
}
.general {
    margin-top: 25px;
    margin-bottom: 15px;
}
/*end FOOTER*/
/*PATH*/
.path {
    margin: 5px 0;
}
.path a {
    color: #fb7f1b;
}
/*end PATH*/
/*POP UP FORM*/
.os-form {
    max-width: 280px;
    background: rgba(69,67,67,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;
/*    font-size: 1.1em;*/
    line-height: 30px;
    padding: 5px 20px 4px;
    margin: 5px auto;
    background: rgba(60,160,230,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os-btn:hover {
    background: rgba(44,139,206,1);
    color: #ffffff;
    text-decoration: none;
}
.os-btn--red,
.os-btn--red:hover {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
}
.os-title {
    color:#ffffff;
    font-size:24px;
    text-align:center;
    text-transform:uppercase;
}
.os-form input, .headerf-input input, .headerf-textarea textarea {
    width:100%;
/*    max-width: 320px;*/
    border: none;
    line-height: 30px;
    height: 30px;
    padding: 4px 20px 7px;
    margin: 0px auto 5px;
/*    color: #ffffff;*/
/*    font-size: 1.1em;*/
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os-form input {
/*    color: #ffffff;*/
}
.headerf-textarea textarea {
    height: 100px;
}
.close-btn {
    position:absolute;
    right:0;
    top:0;
    margin:-12px -12px 0 0;
    cursor:pointer;
    width: 24px;
    height: 24px;
    background: rgba(69,67,67,1);
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    border-radius: 100%;
}
.call-fixed {
    position: fixed;
    right: 10px;
    bottom:50px;
    z-index: 9;
}
.lime-btn {
    font-size: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 75px;
    color: #3ca0e6;
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-radius: 100%;
}
/*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;
}
.custom-select-wrapper {
    position:relative;
    /*display:inline-block;*/
}
.custom-select-wrapper--inline {
    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);*/
    border: 1px solid #e3e3e3;
    background: rgba(255,255,255,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: normal;
    position:relative;
    cursor:pointer;
    margin-bottom: 10px;
}
/*BOOTSTRAP GRID MODIFICATIONS*/
/*@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*/
