@import "bootstrap.css";
@import "fontawesome.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext";

@font-face {
    font-family: 'majestic';
    src: url(/fonts/majestic/majestic.eot);
    src: url(/fonts/majestic/majestic.eot?#iefix) format("embedded-opentype"), url(/fonts/majestic/majestic.woff) format("woff"), url(/fonts/majestic/majestic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'corbel';
    src: url(/fonts/corbel/corbel_italic.eot);
    src: url(/fonts/corbel/corbel_italic.eot) format("embedded-opentype"), url(/fonts/corbel/corbel_italic.woff) format("woff"), url(/fonts/corbel/corbel_italic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    outline: none !important;
}

ul, ol {
    padding-left: 2em;
}

a,
a:hover {
    color: #708435;
}

html,
body {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    font-family: corbel;
    color: #4A5823;
}

body {
    font: 13px 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #333;
    background: #f0f0f0 url(/img/bg-min.jpg) center top no-repeat;
}

.header {
    padding-top: 15px;
}

.header_logo {
    position: relative;
    width: 200px;
    height: 188px;
    background-size: contain;
    display: table-cell;
    vertical-align: middle;
    animation: header_anim 12s infinite;
}

@keyframes header_anim {
    0% {
        background: url(/img/logo_1.png) no-repeat;
        background-size: contain;
    }
    10% {
        background: url(/img/logo_2.png) no-repeat;
        background-size: contain;
    }
    20% {
        background: url(/img/logo_3.png) no-repeat;
        background-size: contain;
    }
    30% {
        background: url(/img/logo_4.png) no-repeat;
        background-size: contain;
    }
    60% {
        background: url(/img/logo_5.png) no-repeat;
        background-size: contain;
    }
    70% {
        background: url(/img/logo_4.png) no-repeat;
        background-size: contain;
    }
    80% {
        background: url(/img/logo_3.png) no-repeat;
        background-size: contain;
    }
    90% {
        background: url(/img/logo_2.png) no-repeat;
        background-size: contain;
    }
    100% {
        background: url(/img/logo_1.png) no-repeat;
        background-size: contain;
    }
}

.header_block {
    font-family: corbel;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 60px;
}

.header_block > p {
    font-size: 1.3em;
    margin-top: 20px;
}

.header_block__title {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 2em;
    color: #708435;
    position: relative;
    transform: rotate(-2deg);
}

.header_block__title:before {
    position: absolute;
    content: '';
    top: 47px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #708435;
}

.header_nav {
    margin-top: 15px;
    /*margin-bottom: 20px;
    text-align: center;*/
    background: #ffffff;
    border-bottom: 15px solid #A8C650;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .15);
}

.header_navblock {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.header_navblock li {
    display: inline-block;
    margin-right: 3px;
}

.header_navblock li:last-child {
    margin-right: 0;
}

.header_navblock li a {
    font-weight: 600;
    display: block;
    color: #708435;
    background-color: #EBF2D7;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    transition: ease all .2s;
}

.header_navblock li a:hover,
.header_navblock li.active a {
    background: #A8C650;
    color: #fff;
}

.sidenav {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #E15A5A;
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.sidenav li {
    line-height: 22px;
}

.sidenav_cats {
    font-family: majestic;
    font-size: 3em;
    padding-left: 5px;
    color: #fff;
}

.sidenav li a {
    display: block;
    padding: 5px 10px 5px 25px;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #d0d0d0;
}

.sidenav li:last-child a {
    border-bottom: none;
}

.sidenav li a:before {
    position: absolute;
    content: '';
    top: 14px;
    left: 9px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.sidenav li a:hover,
.sidenav li.active a {
    background: #fff;
    color: #E15A5A;
    border-bottom: none;
}

.sidenav li a:hover:before,
.sidenav li.active a:before {
    background-color: #E15A5A;
}

.info_block {

}

.info_block2 {
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}

.info_block p span {
    color: #EF7F1A;
}

.info_block__title {
    display: block;
    font-size: 1.4em;
    margin: 5px 0;
    line-height: 1.5;
    color: #777;
    font-family: corbel;
}

h1 {
    margin-bottom: 10px;
}

ul.main {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    float: left;
    width: 50%;
}

ul.main li {
    position: relative;
    font-style: italic;
}

ul.main li:after {
    position: absolute;
    left: -22px;
    top: 0;
    width: 13px;
    height: 13px;
    color: #A8C650;
    content: "\f00c";
    font-family: FontAwesome;
}

.text ol {
    list-style-type: decimal;
}

.copyright {
    text-align: center;
    padding: 20px 0;
}

.main_button {
    width: 49.39%;
    float: left;
    margin-right: 5px;
    background: #A8C650;
    display: block;
    color: #fff !important;
    text-align: center;
    line-height: 1em;
    border-radius: 5px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 18px 0;
    text-decoration: none !important;
    transition: ease background .2s;
    border: 0;
}

.main_button:last-child {
    margin-right: 0;
}

.main_button:nth-child(even) {
    background: #E15A5A;
}

.main_button:nth-child(even):hover {
    background: #963C3C !important;
}

.main_button:hover {
    color: #fff !important;
    background: #708435;
}

.maincontent {
    padding: 15px;
    background: #fff;
}

.info_slider {
    border-bottom: 15px solid #A8C650;
}

.info_slider__item {
    position: relative;
    outline: none !important;
}

.info_slider__item_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    padding: 15px 25px;
    color: #fff;
}

.info_slider__item_inner2 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.info_slider__title {
    font-family: corbel;
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    background: #A8C650;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: relative;
}

.info_slider__desc {
    font-size: 1em;
    font-style: italic;
    text-align: center;
    background: #fff;
    color: #333;
    padding: 10px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 25%;
    display: table;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    cursor: pointer;
    opacity: .75;
    background-color: rgba(0, 0, 0, .6);
    width: 47px;
    border-radius: 50%;
    transition: ease opacity .2s;
}

.slick-prev span {
    margin-left: -7px;
    margin-top: 4px;
}

.slick-next span {
    margin-right: -7px;
    margin-top: 4px;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.slick-prev {
    left: 1.1em;
    z-index: 5;
}

.slick-next {
    right: 1.1em;
    z-index: 5;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.slick-dots > li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots > li:last-child {
    margin-right: 0;
}

.slick-dots > li > button {
    position: relative;
    display: table;
    font-size: 0;
    line-height: 0;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
}

.slick-dots > li > button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: .5;
    transition: ease opacity .5s;
}

.slick-dots > li.slick-active > button:before {
    opacity: 1;
}

.header_logo__socials {
    position: absolute;
    top: 61px;
    right: -53px;
}

.fa-odnoklassniki,
.fa-vk,
.fa-instagram {
    display: table;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}

.fa-odnoklassniki:before {
    background: #F8AB6A;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6em;
    line-height: 1;
}

.fa-vk:before {
    background: #8AA1BB;
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
    line-height: 1;
}

.fa-instagram:before {
    background: #555;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8em;
    line-height: 1;
}

.fa-odnoklassniki:hover:before,
.fa-vk:hover:before,
.fa-instagram:hover:before {
    transition: ease all .3s;
    background: #fff;
}

.fa-odnoklassniki:hover:before {
    color: #F8AB6A;
}

.fa-vk:hover:before {
    color: #8AA1BB;
}

.fa-instagram:hover:before {
    color: #555;
}

.order-input-label {
    background-color: #a8c650 !important;
    color: #fff !important;
    border: 1px solid #729606 !important;
}

.order-input-text {
    border: 1px solid #729606 !important;
}

.portfolio .work {

}

.portfolio .work .thumbnail {
    border: 1px solid #a8c650;
}

.portfolio .work .thumbnail img {
    border: 1px solid #a8c650;
    height: 200px;
}

.portfolio .work .thumbnail .btn-primary, .portfolio .work .thumbnail .btn {
    color: white !important;
    background-color: #a8c650 !important;
    border-color: #a8c650 !important;
    background-image: linear-gradient(to bottom, #a8c650 0, #93b334 100%);
}

.portfolio .work .well {
    background-image: linear-gradient(to bottom, #ffffff 0, #f1f5e8 100%) !important;
}

.portfolio .work .thumbnail .caption .text {
    height: 60px;
}

.category-item {
    color: #708435;
    text-shadow: 1px 0px 0px #e6ef86;
    text-decoration: none;
}

.footer {
    border-top: 1px solid #A8C650;
}

.item_recent {
    margin-bottom: 15px;
}

.item_recent_thumb,
.item_recent_body {
    display: table-cell;
    vertical-align: top;
}

.item_recent_title {
    font-size: 1.1em;
    font-weight: 400;
}

.item_recent_body {
    padding-left: 15px;
}

.titleCat {
    font-size: 2em;
    font-weight: 500;
    color: #333;
    line-height: 1;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #fb8c00;
}

.titleCat > span {
    color: #fb8c00;
}

.newsBlockList {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.newsBlockList_thumb,
.newsBlockList_body {
    display: table-cell;
    vertical-align: top;
}

.newsBlockList_thumb {
    padding-right: 15px;
}

.newsBlockList_thumb > img {
    padding: 5px;
    background: #f5f5f5;
}

.newsBlockList_title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

.newsBlockList_date {
    font-weight: 500;
}

.newsBlockList_short {
    text-align: justify;
}

ul.newsCats {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.newsCats > li {
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

ul.newsCats > li > a {
    display: block;
    padding: 5px 10px 5px 5px;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: ease all .2s;
}

ul.newsCats > li > a:hover {
    color: inherit;
    text-decoration: none;
    border-color: #ff9858;
    padding-left: 10px;
    background: #f5f5f5;
    font-weight: 400;
}

ul.newsCats > li > a > span {
    display: inline-table;
    border-radius: 20px;
    background: #fb8c00;
    color: #fff;
    font-weight: 700;
    width: 20px;
    height: 20px;
    font-size: .8em;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    border-bottom: 1px solid #666;
}

.news_sidepanel_title {
    text-transform: uppercase;
    font-weight: 700;
}

ul.latestNewsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.latestNewsList > li {
    margin-top: 10px;
}

ul.latestNewsList > li * a {
    display: block;
}

.latestNewsList_thumb,
.latestNewsList_body {
    display: table-cell;
    vertical-align: middle;
}

.latestNewsList_thumb {
    padding-right: 10px;
}

.latestNewsList_body {
    font-weight: 400;
}

.stat-body {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.stat-body > p {
    display: table;
    padding: 5px 15px;
    border-radius: 15px;
    background: #ff9858;
    color: #fff;
    margin: 0 auto;
}

.progress-bar-warning {
    background-color: #ff9858;
}

.cat-actions {
    float: right;
}

ul.cat-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

ul.cat-list > li {
    padding: 5px;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    transition: ease background .35s;
}

ul.cat-list > li:hover {
    background: #EBF2D7;
}

ul.cat-list > li > a {
    color: #708435 !important;
}

.clearfix {
    float: none;
    clear: both;
}

.stiwok_block {
    /*background: url(/images/note.png) no-repeat;
    background-size: contain;
    padding: 59px 0px 33px 30px;*/
    float: left;
    position: relative;
    width: 31%;
}

.stiwok_block:first-child {
    margin-left: 12%;
    margin-right: 5%;
}

.stiwok_block img {
    position: absolute;
    width: 100%;
}

.stiwok {
    display: inline-block;
    white-space: pre-line;
    margin-bottom: 1em;
    font-family: corbel;
    font-size: 1.2em;
    padding: 59px 0px 0 30px;
    transform: rotate(-3.5deg);
}

.stiwok_2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio_item:hover {
    text-decoration: none
}

.portfolio_item {
    display: block;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    background: transparent;
    transition: ease background .25s;
    border-radius: 8px;
}

.works_item {
    display: block;
    background: transparent;
    border-radius: 8px;
    transition: ease background .25s;
    outline: none;
    color: inherit;
}

.works_item:hover {
    text-decoration: none;
    color: inherit;
}

.portfolio_item:hover,
.works_item:hover {
    background: #EBF2D7;
    cursor: pointer;
}

.portfolio_item__thumb {
    overflow: hidden;
}

.portfolio_item img {
    width: 100%;
    vertical-align: middle;
}

.portfolio_item__title,
.works_title,
.portfolio_cat__title {
    font-family: corbel;
    font-size: 1.3em;
    font-weight: bold;
}

.portfolio_item__title a {
    color: inherit;
}

.portfolio_item__title,
.works_title,
.portfolio_item__desc,
.works_desc,
.portfolio_cat__title,
.portfolio_cat__desc {
    margin-top: .7em;
}

.portfolio_item__desc,
.works_desc,
.portfolio_cat__desc {
    margin-bottom: .7em;
}

.h1_lead {
    font-size: 3em;
}

.works_block {
    margin-top: 30px;
    margin-bottom: 15px;
}

.works_item {
    padding: 15px;
}

.works_thumb {
    height: 140px;
    overflow: hidden;
    position: relative;
}

.works_thumb img {
    width: 100%;
}

.works_thumb__date {
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 1;
    padding: 5px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.order_form {
    padding: .1em 1em 1em 1em;
    background-color: #EBF2D7;
    border-radius: 3px;
    overflow: hidden;
}

.order_form__label {
    margin-top: 11px;
    margin-bottom: 1px;
    padding-left: 6px;
    font-weight: normal;
}

.order_form__input,
.order_form__comment {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #C5D98A;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}

.order_form__btn {
    width: 48.5%;
    display: block;
    float: left;
    border: 0;
    background-color: transparent;
    line-height: 3em;
    border-radius: 3px;
    font-size: 1.2em;
}

.order_sub {
    margin-right: 3%;
    background-color: #A8C650;
    color: #fff;
}

.order_clr {
    background-color: #e0e0e0;
    color: inherit;
}

.portfolio_cat__img {
    width: 100%;
}

.portfolio_cat__thumb {
    height: 140px;
    overflow: hidden;
}

.portfolio_cat {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    background-color: transparent;
    transition: ease background .25s;
    margin-bottom: 15px;
    color: inherit;
}

.portfolio_cat:hover {
    background-color: #EBF2D7;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

/*------------- Livemaster opinions CSS ---------------*/
/*-----------------------------------------------------*/

.comments-item {
    position: relative;
    padding: 15px 0 25px 0;
    border-bottom: 1px dotted #a1b8c8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.comments-side {
    position: absolute;
}

.comments-main {
    min-height: 50px;
    margin-left: 65px;
    position: relative;
}

.user-avatar {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.user-avatar-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.comments-author {
    margin-bottom: 7px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
    height: 14px;
}

.comments-author-link {
    color: #000;
    font-weight: bold;
}

.comments-author-date {
    color: #898989;
}

.comment-dot-separator {
    padding: 0 10px 0 10px;
}

.comments-comment {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.sep-v-4 {
    height: 4px;
}

.feedback-icon--positive {
    background-position: 0px -1px;
}

.feedback-icon {
    width: 17px;
    height: 17px;
    background: url(https://www.livemaster.ru/image/s/item-page-sprite.png?180120171323) no-repeat;
    background-size: 127px 31px;
}

.opps {
    margin-bottom: 15px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

.owl-carousel img {
    width: 100%;
}

#preview {
    width: 467px;
}

a.fancybox img {
    box-shadow: none !important;
}

.owl-item > .item {
    text-align: center;
}

#preview img {
    max-height: 350px;
    width: auto;
}

#thumbs {
    margin-top: 5px;
}

#thumbs .item {
    cursor: pointer;
}

#thumbs .owl-item {
    border-radius: 5px;
    border: 5px solid transparent;
}

#thumbs .owl-item.synced {
    border: 5px solid #A8C650;
}

.owl-controls {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    opacity: .5;
    transition: ease all .25s;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: .85;
}

.owl-prev {
    left: 5%;
}

.owl-next {
    right: 5%;
}

.owl-prev:before {
    position: absolute;
    font-family: fontawesome;
    font-size: 2em;
    content: "\f053";
    top: 3px;
    left: -3px;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #333;
}

.owl-next:before {
    position: absolute;
    font-family: fontawesome;
    font-size: 2em;
    content: "\f054";
    top: 3px;
    left: 0;
    right: -3px;
    bottom: 0;
    text-align: center;
    color: #333;
}

/*----------- adminpanel css -------------*/
.panel-success {
    border-color: #d7dec3;
}

.panel-success > .panel-heading {
    color: #708435;
    background-color: #EBF2D7;
    border-color: #d7dec3;
}

.progress-bar-success {
    background-color: #A8C650;
}

.stat-body > p {
    background-color: #A8C650;
    padding: 1px 10px;
    margin-bottom: 20px;
}

.stat-body > h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: normal;
}

.col-stats {
    border-right: 1px solid #d7dec3;
}

.col-stats:last-child {
    border-right: none !important;
}

.btn-success {
    background-color: #A8C650 !important;
    border-color: #8aa243 !important;
}

.table > thead > tr > th {
    border-width: 1px !important;
}

/*----------------------------------------*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #a8c650 !important;
    border-color: #869c43 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #708435;
}

.imageimg {
    position: absolute;
    top: 0;
}

#crop {
    position: relative;
}

.hide-input > input {
    visibility: hidden;
    width: 0;
    height: 0;
    background: transparent;
}

.order_form__thumbs {
    overflow: hidden;
}

.order_form__thumb {
    position: relative;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.order_form__thumb > img {
    width: auto;
    max-height: 130px;
}

.delete_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #D03F3F;
    cursor: pointer;
}

.delete_image:before,
.delete_image:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3px;
    background-color: #fff;
    left: 2px;
    top: 8px;
    z-index: 5;
}

.delete_image:before {
    transform: rotate(45deg);
}

.delete_image:after {
    transform: rotate(-45deg);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    line-height: inherit;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #a8c650;
    border-radius: 10px;
    font-weight: normal;
}
