/*@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext,latin-ext,cyrillic);*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic,latin-ext,cyrillic-ext);

* {
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    /*padding: 0;*/
    margin: 0;
    outline: none;
    /*list-style: none;*/
    border: 0 none;
}

a {
    color: #444;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all ease-in-out 1.2s;
    -moz-transition: all ease-in-out 1.2s;
    -o-transition: all ease-in-out 1.2s;
    transition: all ease-in-out 1.2s;
}

h1, h2, h3 {
    text-align: center;
    color: #cd1835;
}

h1 {
    font-size: 26px;
}

html {
    height: 100%;
}

body.welcome {
    background: rgba(7, 162, 74, 1) url('../img/el/lama2.png') left 15% bottom no-repeat !important;
    height: 100%;
}


/*.parent {
    display: table;
    table-layout: fixed;
    height: 100%;
}

.child {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}*/


a:hover {
    text-decoration: none;
    color: #222;
}

/* Custom container */
.container-full {
    margin: 0 auto;
    width: 100% !important;
    /*background: #efa;*/
}

/*
.row{
    min-height: 30px;
    background: #f88;
    margin-top: 5px;
}
*/

/*[class^=col-]{
    display: block;
    background: rgba(0,0,0,0.1);
    !*margin-right: 2px;*!
    min-height: 30px;
}*/

/*[class^=col-]:hover{
    background: rgba(0,0,0,0.3);
}*/

/* POPUP BLOCK */
.small-text {
    font-size: 10px;
}

.modal-body form {
    width: 100%;
    margin-bottom: 15px;
}

.modal-body form input {
    border: 1px #ddd solid;
    padding: 7px;
    color: #555;
    display: block;
    width: 100%;
}

.modal-body form button {
    padding: 7px;
    width: 50%;
    margin: 15px auto;
    float: none;
    display: block;
    font-weight: lighter;
    font-size: 18px;
}

.modal-body form label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: lighter;
    color: #222;
    margin-bottom: 2px;
}

.modal-body .modal-footer {
    /*background-color: #07A24A;*/
    background-color: rgba(7, 162, 74, 0.15);
    /*color: #fff;*/
    text-align: left;
}

.btn-lg {
    padding: 10px !important;
    margin: 15px 0px !important;
    text-align: center !important;
    width: 100% !important;
    border: 1px #ccc solid;
}

/* -------------------  POPUP BLOCK ----------------- */
.top-menu1 {
    background: #009445;
    height: 30px;
}

.logo,
.city-menu {
    display: inline-block;
    width: 49%;
    color: #fff;
    vertical-align: top;
}

.logo {
    background: url("../img/logo.png") no-repeat center center;
    height: 60px;
    background-size: contain;
}

.city-menu * {
    color: #fff !important;
}

.city-menu .city-nav > ul > li > a {
    /*background: none;*/
    padding-left: 25px;
    /* margin-left: 20px; */
    border-left: 1px #fff solid;
    width: 145px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    /*background: no-repeat center left;*/
    line-height: 50px;
    display: block;
    width: 185px;
    text-align: left;
}

.city-menu .city-nav ul li:hover ul.sub-menu {
    background: transparent;
    display: block;
}

.city-menu .city-nav ul li ul.sub-menu {
    position: absolute;
    z-index: 100;
    display: none;
    width: 185px;
    padding: 0px;
}

.city-menu .city-nav ul li:hover a {
    background: rgba(0, 144, 68, 1);
    color: #fff;
}

.city-menu .city-nav ul li ul.sub-menu a:hover {
    color: #f9fd7f;
    background: rgb(0, 122, 59);
}

.city-menu .city-nav ul li ul.sub-menu a {
    color: #fff;
    background: rgba(0, 144, 68, 0.91);
    padding: 5px 16px;
    margin-left: 1px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}

.city-menu .city-nav ul li:hover a {
    background: rgba(0, 144, 68, 1);
    color: #fff;
}

.top-menu2-block {
    background: rgba(7, 162, 74, 1);
    background: -moz-linear-gradient(left, rgba(7, 162, 74, 1) 0%, rgba(0, 156, 73, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7, 162, 74, 1)), color-stop(100%, rgba(0, 156, 73, 1)));
    background: -webkit-linear-gradient(left, rgba(7, 162, 74, 1) 0%, rgba(0, 156, 73, 1) 100%);
    background: -o-linear-gradient(left, rgba(7, 162, 74, 1) 0%, rgba(0, 156, 73, 1) 100%);
    background: -ms-linear-gradient(left, rgba(7, 162, 74, 1) 0%, rgba(0, 156, 73, 1) 100%);
    background: linear-gradient(to right, rgba(7, 162, 74, 1) 0%, rgba(0, 156, 73, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07a24a', endColorstr='#009c49', GradientType=1);
}

.top-menu2-block .row {
    /*padding: 20px 15px 10px 15px;*/
    padding: 20px 0px;
}

.top-menu2 ul {
    display: inline-block;
    float: right;
    font-size: 0;
    max-width: 500px;
}

.top-menu2 ul li {
    display: inline-block;
    font-size: 0;
    width: 33.333%;
}

.top-menu2 ul li a {
    padding: 0px 5px;
    display: table;
    background-repeat: no-repeat !important;
    background-position: left 10px center;
    font-size: 0;
}

.top-menu2 ul li a:hover {
    /*text-decoration: underline;*/
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    text-decoration: underline;
}

.top-menu2 ul li a img {
    visibility: hidden;
}

.top-menu2 li a div {
    display: table-cell;
    padding-left: 10px;
    color: #fff;
    height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 10px;
    /*font-weight: bold;*/
    line-height: 14px;
    text-align: left;
}

.submenu-block {
    border-top: 3px transparent solid;
    display: none;
    position: absolute;
    top: 42px;
    z-index: 999;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    margin: 0px 5px !important;
}

.main-menu ul li:hover .submenu-block {
    display: block;
}

.main-menu ul li .submenu-block li {
    display: block;
    width: 100%;

}

.menu-item-block .simple-item {
    display: block;
    background: #fff;
    padding: 0 !important;
    margin: 0px 5px !important;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
    height: 215px;
}

.menu-item-block .simple-item:hover {
    box-shadow: 0px 2px 13px 0px rgba(253, 108, 37, 0.5) !important;
    /*box-shadow: 0px 2px 13px 0px rgba(0, 156, 73, 0.5) !important;*/
}

.menu-title {
    display: inline-block;
    float: left;
    background: url("../img/title.png") no-repeat center right;
    padding: 6px 28px 6px 12px;
    margin-top: 7px;
    color: #fff;
    text-align: center;
    height: 62px;
    vertical-align: middle;
    min-width: 200px;
    line-height: 16px;
}

.site-slogan {
    padding: 5px 15px;
    color: #fff;
    /*width: 100%;*/
    display: block;
    text-align: center;
    font-size: 14px;
}

.main-menu {
    background: #fff;
    border-bottom: 3px #fd6c25 solid;
}

.block-title {
    font-weight: bold;
    color: #565656;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 6;
    width: 100%;
    background: none !important;
    display: block;
    /*margin-bottom: 3px;*/
    border-bottom: 2px #e8e8e8 solid;
    padding: 5px 0 0 0;
    margin: 15px 0 0 0;

}

.block-title a.see-all {
    float: right;
    font-size: 14px;
    color: #18b04a !important;
    padding: 5px !important;
    font-weight: lighter;
}

.block-title a.see-all:hover {
    color: #ff6023 !important;
}

.block-title a.see-all i {
    /*  font-size: 16px;
      padding-top: 5px;
      top:5px;*/
}

/* SLIDER BLOCK */

.row.slider-block {
    margin: 0;
}

.slider-block {
    height: 448px;
}

.slider-block .slide {
    height: 100%;
    background: url("../img/slider.jpg") center top no-repeat;
    background-size: cover;
}

/* END SLIDER BLOCK */

/*  FROM GIT */

.more-by-type {
    float: right;
    color: #00a000 !important;
    font-size: 16px !important;
}

.product,
.other-news,
.info-item,
.page-content {
    display: block;
    position: relative;
    padding: 0;
    /*margin: 0px 20px 0 0;*/
    position: relative;
    /*width: 272px;*/
    height: 300px;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11) !important;
}

.page-content {
    margin-top: 15px;
    height: auto;
    padding-bottom: 15px;
}

.text {
    padding: 0px 25px;
}

.fw,
img.size-full {
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}


.relax-404-block {
    min-height: 475px;
    background: url("../img/el/lama.png") left 15% bottom rgba(7, 162, 74, 1) no-repeat;
    margin-bottom: -23px;
}

.welcome-page {
    display: block;
    position: relative;
    min-height: 750px;
    padding-top: 25px;
    /*background: url("../img/el/lama.png") left 15% bottom rgba(7, 162, 74, 1) no-repeat;*/
    /*margin-top: 50%;*/
    /*top:-350px;*/
}

.welcome-page ul {
    margin-left: 40px;
}

.welcome-page li {
    list-style: disc;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

.relax-404-block .search-big {
    position: relative;
    margin: 0px auto;
    top: 15px;
    background: rgba(253, 108, 37, 0.85);
}

.info-item {
    height: 380px;
}

.product:hover,
.other-news:hover,
.info-item:hover,
.info-item-light:hover {
    box-shadow: 0px 2px 13px 0px rgba(253, 108, 37, 0.5) !important;
    /*box-shadow: 0px 2px 13px 0px rgba(0, 156, 73, 0.5) !important;*/
}


.info-item-light .item-content {
    padding: 10px;
}

/*
.info-item-light .item-content h3{
    margin: 10px 0;
}*/

.info-item-light.places-item {
    height: 320px;
    position: relative;
}

.info-item-light.places-item .location-block {
    position: absolute;
    bottom: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #aaa;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
}


.info-item-light.places-item .location-block:before {
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 0;
}

.info-item-light.holiday-item {
    height: 314px;
    position: relative;
}

.info-item-light.holiday-item .time-block {
    position: absolute;
    bottom: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #aaa;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
}

.post-thumbnail {
    width: 100%;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-thumbnail-wide {
    height: 200px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.info-item .post-thumbnail {
    width: 100%;
    height: 190px;
}

.item.big-item.wide-news {
    background-color: #fff !important;
}

.item.big-item.wide-news .text-block {
    padding: 10px;
    font-size: 12px;
}

.item.big-item.wide-news .text-block h5 {
    margin: 0 0 5px 0;
}

.wide-news .btn {
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.info-item-light {
    display: block;
    height: 290px;
    background: transparent center center no-repeat;
    background-size: cover;
    background-size: 100%;

    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;

}

.info-item-light:hover {

}

.post-thumbnail .thumbnail, .post-thumbnail a,
.menu-item-block .simple-item .post-thumbnail {
    display: block;
    width: 100%;
    /*height: 165px;*/
    height: 145px;
    background: #eee center center no-repeat;
    background-size: cover;
    background-size: 100%;
    -webkit-transition: all ease-in-out 1.2s;
    -moz-transition: all ease-in-out 1.2s;
    -o-transition: all ease-in-out 1.2s;
    transition: all ease-in-out 1.2s;
}

.menu-item-block .simple-item .post-thumbnail {
    /*height: 120px;*/

    height: 85px;
}

.info-item {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
    display: block;
}


.info-item .post-thumbnail a {
    height: 190px;
}

.product:hover .post-thumbnail .thumbnail, .product:hover .post-thumbnail a,
.other-news:hover .post-thumbnail a,
.info-item:hover .post-thumbnail a,
.menu-item-block .simple-item:hover .post-thumbnail {
    background-size: 120%;
}

.bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 0;
}

/*.tests-element.item{background-color: #000000;}*/

.tests-element.item .bg-img {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";*/
    /*filter: alpha(opacity=85);*/
    /*-moz-opacity: 0.85;*/
    /*-khtml-opacity: 0.85;*/
    /*opacity: 0.85;*/
}

.tests-element.item:hover .bg-img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.tests-element.item .info {

}

.item {
    position: relative;
    background: #000000;
}

.relax-by-type a.item {
    position: relative;
    display: table-cell;
    margin-right: 12px;
    /*width: 281px;*/
    width: 100%;
    height: 173px;
    background: #000;
    float: left;
    border-bottom: 3px solid #da531f;
    vertical-align: middle;

    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
}

/*.relax-by-type a.item:hover ,*/
a.item:hover {
    background: #da531f;
    border-color: #009C49;
}

a.item:hover .bg-img {
    opacity: 0.75;
}

.icon-el {
    position: relative;
    display: block;
    /*left: 25px;*/
    /*top: 50%;*/
    margin-bottom: 15px;
}

.relax-directions a.item,
.tests-element.item,
.relax-other-city a.item {
    position: relative;
    display: table-cell;
    margin-right: 10px;
    /*width: 185px;*/
    width: 100%;
    height: 173px;
    float: left;
    border-bottom: 3px solid #da531f;
    vertical-align: middle;
    background-color: #000;
}

.relax-directions a.item:hover,
.tests-element.item:hover,
.relax-other-city a.item:hover {
    background: #da531f;
    border-color: #009C49;
}

.relax-directions .info,
.relax-other-city .info,
.tests-element.item .info,
.relax-by-type .info {
    display: block;
    position: absolute;
    top: 20%;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.relax-directions.small-text .info {
    top: 40%;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

.relax-other-city .info {
    top: 40%;
    padding: 0;
    text-align: center;
    font-size: 24px;
}

.tests-element.item .info {
    font-size: 30px;
    top: 35%;
}

.top-menu1 ul li a img {
    margin-right: 10px;
    /*top: 3px;*/
    position: relative;
}

.top-menu1 ul {
    font-size: 0;
    float: right;
    margin: 0;
}

.main-menu ul {
    font-size: 0;
    text-align: left;
    margin: 0;
}

.top-menu1 ul li,
.main-menu ul li {
    display: inline-block;
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
}

.top-menu1 ul li:first-child,
.main-menu ul li:first-child,
.top-menu2 ul li:first-child {
    border: none;
}

.main-menu ul li {
    border-color: #FD6C25;
    border-color: #999;
}

.top-menu1 ul li a:hover {
    color: #fff;
    /* color: #777; */
    background: rgba(0, 0, 0, 0.2);
}

.top-menu1 ul li a,
.main-menu ul li a.menu-item {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px 5px 25px;
}

/* MOBILE MENU */

.spoiler {
    display: block;
    position: relative;
    /*background-color: #f9fafa;*/
    /*border: 1px solid #ddd;*/
    margin-bottom: 10px;
}

.spoiler-btn {
    padding: 25px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    background: #FD6C25;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;

}


.more-spoiler-btn {
    background: #009C49;
    padding: 10px;
    margin-bottom: 10px;
}

.spoiler-body {
    padding: 0;
}


.main-menu .menu-mobile {
    display: none;
}

.main-menu ul li a.menu-item {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 17px 7px 17px;
    border-bottom: 3px transparent solid;
    color: #00a000 !important;
}

.main-menu ul li a.menu-item:hover {
    background: rgba(253, 108, 37, 0.05);
    border-color: #FD6C25;
    color: #FD6C25 !important;
}


.main-menu ul.menu-mobile {
    margin: 15px 0;
    display: none;
    width: 100%;
}

.main-menu ul.menu-mobile img {
    margin-right: 15px;
}

.main-menu ul.menu-mobile img.more-el {
    margin-right: 0;
    margin-left: 15px;
}


.main-menu ul.menu-mobile li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu ul.menu-mobile li.blue a.menu-item, .main-menu ul.menu-mobile li.blue:hover a.menu-item {
    background: #00A1E2 !important;
}

.main-menu ul.menu-mobile li a.menu-item {
    font-size: 16px;
    background: #009C49;
    text-transform: uppercase;
    padding: 7px;
    /*border-bottom: 3px transparent solid;*/
    color: #fff !important;
    text-align: center;
}

.main-menu ul.menu-mobile li a.menu-item:hover {
    background: #FD6C25;
}

.submenu a.menu-item {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 17px 3px 17px;
    border-bottom: 3px transparent solid;
    color: #555 !important;
}

.submenu a.menu-item:hover {
    background: rgba(253, 108, 37, 0.05);
}

.main-menu ul li a.menu-item.select {
    background: rgba(253, 108, 37, 1);
    color: #fff !important;
}

.menu-item-block .simple-item .post-box-title {
    font-size: 13px;
    display: block;
    /*padding: 15px;*/
    /*margin-bottom: 20px;*/
    /*margin: 7px !important;*/
    padding: 7px 3px;
}

.post-box-title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    /*padding: 10px;*/
    padding: 0px;
    font-weight: bold;
}

.menu-item-block {
    min-height: 242px;
    padding: 10px 5px;
}

.main-menu .submenu li {
    border: none;
}

ul.submenu {
    margin-left: -5px;
}

.main-menu .submenu a.menu-item {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px 5px 17px;
    border-bottom: 1px #ddd solid;
    color: #777 !important;
}

.main-menu .submenu a.menu-item:hover {
    border-color: #da531f;
    color: #000 !important;
}

.all-left-menus {
    margin-top: 15px;
}

.all-left-menus .one-panel,
.one-panel {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11) !important;
}

.one-panel.orange {
    margin-top: 15px;

}

.one-panel b {
    margin: 20px 15px;
}

.one-panel h4 {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #535353;
}

.all-left-menus .one-panel .block-title {
    float: none;
    padding: 7px 15px !important;
    color: #fff !important;
    background: #18b04a !important;
    margin: 0 0 15px 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
}

.one-panel.orange .block-title {
    background-color: #fd6c25 !important;
}

.all-left-menus ul {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;

    /*border-bottom: 1px #999 solid;*/
}

.all-left-menus ul li {
    list-style: none;

}

.all-left-menus ul li a {
    display: block;
    padding: 7px 20px;
    color: #555;
    text-decoration: none;
}

.all-left-menus ul li:hover a {
    background-color: #fd6c25;
    color: #fff;
}

.entry {
    padding: 10px;
}

.item-content .price .buy-btn .icon {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("../img/icons/buy-btn.png") no-repeat;
}

.item-content h3 {
    color: #555;
    font-size: 18px;
    text-align: center;
}

.item-content .price .buy-btn {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0px 15px 0px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(254, 157, 88, 1);
    background: -moz-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 157, 88, 1)), color-stop(50%, rgba(254, 157, 88, 1)), color-stop(100%, rgba(255, 97, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9d58', endColorstr='#ff6123', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.price .buy-btn:hover {
    background-color: #ff6023;
    background: rgba(254, 112, 11, 1);
    background: -moz-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 112, 11, 1)), color-stop(50%, rgba(254, 112, 11, 1)), color-stop(100%, rgba(224, 64, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe700b', endColorstr='#e04000', GradientType=0);
}

h3.post-box-title a {
    color: #333333 !important;
}

.price-block {
    position: absolute;
    bottom: 0px;
    /*width: 252px;*/
    /*padding: 10px;*/

    width: 100%;
    padding: 10px;
}

.item-content .price {
    color: #19b14b;
    border: none;
    font-size: 24px;
    font-weight: normal;
}

.price {
    color: #ff9c00;
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    /*border-bottom: 1px solid #ff9c00;*/
}

.big-item {
    display: block;
    width: 100%;
    height: 350px !important;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11) !important;
    overflow: hidden;
}

.big-item:hover {
    box-shadow: 0px 2px 13px 0px rgba(253, 108, 37, 0.5) !important;
}

.big-item.tests-element {

}

.big-item.wide-news {

}

/* FOOTER */

.footer-block {
    margin-top: 25px;
    border-top: 5px #fd6c25 solid;
    padding: 10px 0;
    /*height: 200px;*/
    background-color: #0da74a;
}

.copyright {
    font-size: 12px;
    color: #fff;
}

.copyright a {
    color: #fff !important;
}


.top-menu2-block .col-xs-12 {
    text-align: center;
}

.top-menu2-block .col-xs-12 .search-top {
    clear: both;
    /*text-align: center;*/
    margin-right: 0;
}

.search-big {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 20px;
    padding: 15px;
    background: rgba(253, 108, 37, 0.50);
    width: 420px;
}

.search-footer {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.search-top {
    display: block;
    /*position: absolute;*/
    position: relative;
    /*background: rgba(0, 0, 0, 0.10);*/
    width: 100%;
    float: left;
    /*padding: 10px;*/
    /*margin-bottom: 15px;*/
    margin-top: 9px;
    margin-right: -20px;
    text-align: right;
    max-width: 200px;
}

.search-top form {
    font-size: 0;
}

.search-top form input {
    font-size: 14px;
    vertical-align: top;
}

.search-top .search-menu-container {
    left: -100px;
    top: -16px;
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 55% !important;
}

.search-footer h4, .search-footer .h4 {
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #fff !important;
    /*font-weight: bolder;*/
    text-transform: uppercase;
}

.search-line {
    white-space: nowrap;
    position: relative;
}

.search-big .white-border-el {
    border: 1px #fff solid;
    padding: 15px;
    display: block;
}

.search-big input,
.search-footer input {
    padding: 10px;
}

.search-big input[type=search] {
    width: 425px;
}

.search-footer input[type=search] {
    width: 89%;
}

.search-top input[type=search] {
    width: calc(100% - 40px);
    font-size: 14px;
    vertical-align: top;
}

.search-big input[type=submit] {
    background: #0da74a url("../img/search.png") center center no-repeat;
    color: #fff;
    padding-left: 0px;
    width: 40px;
    vertical-align: top;
}

.search-footer input[type=submit] {
    background: #0C7F3B url("../img/search.png") center center no-repeat;
    border-radius: 25px !important;
    width: 50px;
    height: 50px;
    /*left: -15px;*/
    /*top: 10px;*/
    /*position: relative;*/
    position: absolute;
    right: 0;
    top: -5px;
}

.search-top input {
    padding: 10px;
}

.search-top input[type=submit] {
    background: #FD6C25 url("../img/search.png") center center no-repeat;
    left: -15px;
    top: 10px;
    display: inline-block;
    width: 40px;
    color: #fff;
}

.search-top input[type=submit]:hover {
    background-color: #ff4804;
}

.search-footer input[type=submit]:hover {
    background-color: #ff6023;
}

.footer-right-menu {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px #0dbb52 dotted;
}

.footer-right-menu h3 {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.footer-right-menu a {
    padding: 3px;
    color: #ddd;
    display: inline-block;
    width: 47%;
    vertical-align: text-top;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-right-menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-right-menu a:nth-child(odd) {
    margin-right: 3%;
}

.search-big input[type=submit]:hover {
    background-color: #0c7f3b;
    cursor: pointer;
}

.search-menu {
    display: none;
    position: absolute;
    border-top: 2px #ddd solid;
    width: 425px;
    background: #fff;
    font-size: 0;
    padding: 15px 0;
    z-index: 100;
}

.search-top .search-menu {
    display: none;
    position: absolute;
    border-top: 2px #ddd solid;
    width: 100%;
    left: 0;
    background: #fff;
    font-size: 0;
    padding: 15px;
    z-index: 999;
    text-align: left;
}

.search-top .search-menu a {
    display: block;
}


.search-menu .left-block,
.search-menu .right-block {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 0;
}

.search-menu .left-block {
    width: 60%;

    /*float: left;*/
}

.search-menu .right-block {
    width: 40%;
    border-left: 1px #ddd dotted;
    vertical-align: top;
}

.search-menu .orange-title {
    color: #ff6023;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
}


.search-menu .el-col-50 {
    display: inline-block;
    width: 50%;
}

.search-menu a {
    color: #555 !important;
    display: block;
    font-size: 10px;
}

.search-menu a:hover {
    text-decoration: underline;
}

/* LEFT NEWS BLOCK ------------------------------- */

.news-block {
    display: block;
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.small-news {
    position: relative;
    display: block;
    width: 100%;
    height: 75px;
    /*background: #ddd;*/
    margin-bottom: 10px;
    padding-left: 85px;
    overflow: hidden;
    cursor: pointer;
}

.small-news:hover {
    /*background: rgba(253, 108, 37, 0.3)*/
}

.small-news .thumb-img {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    background: #999;
    background-size: cover;
}

.small-news h6 {
    font-size: 12px;
    margin: 0px;
    font-weight: bold;
    font-weight: normal;
    color: #18B04A;
    color: #444;
    /*color: #ff6023;*/
}

.small-news:hover h6 {
    color: #ff6023;
    color: #18B04A;
}

.small-news p {
    padding-top: 5px;
    font-size: 10px;
    color: #555;
    font-weight: lighter;
}

/* --- NEWS PAGE ------ */

.top-news {
    display: block;

    height: 350px;
    background-color: #eee;
    /*overflow: hidden;*/

    box-shadow: inset 0px 0px 130px 0px rgba(253, 108, 37, 0.2) !important;
}

.top-news .big-news-img {
    /*display: block;*/
    /*width: 350px;*/
    height: 100%;
    background: center center no-repeat;
    background-size: cover;

}

.news-info-block {
    height: 100%;
    padding: 0 15px;
}

/* --- COMMENTS-Block-FAKE -------- */

.comments {
    margin: 25px;
    padding-top: 20px;
    border-top: 2px #e8e8e8 solid;
}

.comments img {
    display: block;
    width: 100%;
    height: auto;
}

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

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 5px 0;
}

.breadcrumb a {
    display: inline-block;
    padding: 10px;
    color: #727272;

}

.breadcrumb a:last-child {
    color: #0da74a;
}

.autor {
    font-size: 12px;
    font-weight: lighter;
    color: #999;
    margin-bottom: 10px;
    font-style: italic;
}

.page-content h1 {
    margin: 0;
}

.page-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.page-content h3 {
    font-size: 22px;
}

.page-content h4 {
    font-size: 20px;
}

.page-content h5 {
    font-size: 18px;
}

.page-content h6 {
    font-size: 16px;
}

.gallery {
    padding: 25px;
}

.gallery .img {
    height: 200px;
    width: 100%;
    background: #ddd;
    background: no-repeat center center;
    background-size: cover;
}

.gallery .row {
    margin-bottom: 15px;
}

.actual-product-top {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11) !important;
    margin: 15px 0 0 0 !important;

    /*height: 400px;*/
    position: relative;

}

.actual-product-top .top-part {
    display: block;
    position: relative;
    width: 100%;
    height: 205px;
    /*background-color: rgba(0, 0, 255, 0.53);*/
}

.pay-type {
    position: absolute;
    top: 90px;
    right: 10px;
    color: #fff;
    font-size: 12px;
}

.low-price {
    position: absolute;
    bottom: 0px;
    padding: 5px 30px 40px 30px;
    /*margin: 10px;*/
    text-align: center;
    color: #fff;
    width: 100%;
    border-top: 1px #fff dotted;
    background: url("../img/el/low-price.png") bottom 5px center no-repeat;
}

.actual-product-top .big-img,
.actual-product-top .big-info {
    height: 400px;

}

.actual-product-top .big-img {
    box-shadow: inset 0px 0px 130px 0px rgba(0, 156, 73, 0.4) !important;
}

.actual-product-top .product-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px 25px;
    text-align: center;
    background: rgba(12, 127, 59, 0.91);
    color: #fff;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
}

.actual-product-top .big-info .bottom-part {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 185px;
    /*background-color: #8b8b8b;*/
    text-align: center;
    color: #8b8b8b;
}

.actual-product-top .big-info .bottom-part .other-date {
    padding-top: 10px;
}

.actual-product-top .big-info .bottom-part .other-date select {
    border: 1px solid #8b8b8b;
    padding-right: 5px;
}

.actual-product-top .big-info {
    background: url("../img/el/product-top.png") top -30px center no-repeat;
    position: relative;
}

.actual-product-top .product-price {
    position: absolute;
    right: 30px;
    top: 5px;
    display: block;
    width: 200px;
    text-align: right;
    /*padding: 0px 25px 0px 50px;*/
    /*background: url("../img/el/price.png") left center no-repeat;*/
    color: #fff;
    font-size: 22px;
}

.actual-product-top .product-price .money {
    position: relative;
    font-size: 65px;
    padding: 0 15px 0 5px;
    font-weight: bolder;
}

.actual-product-top .product-price .sm-money {
    position: absolute;
    top: 5px;
    font-size: 32px;
    border-bottom: 1px #fff solid;
    padding: 0px;
    margin: 2px;
    font-weight: lighter;
    line-height: 26px;
}

.actual-product-top .product-time {
    position: relative;
    width: 100%;
    /*right: 0;*/
    top: 3px;
    padding: 5px 20px 5px 12px;
    color: #777;
    font-size: 28px;
    text-align: center;

    /*right: 15px;*/
    padding: 5px 12px;
    /*border-radius: 10px;*/
    /*box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;*/
}

.actual-product-top .product-time i {
    margin-right: 10px;
}

.btn-block {
    width: 100%;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-c {
    display: block !important;
    padding: 10px !important;
    margin: 0 auto;
    float: none !important;
    width: 50% !important;
}

.btn-fw {
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 5px !important;
}

/* ---  FILTER BLOCK  ------- */

.filter-block {
    font-size: 0;
    margin: 0 !important;
    padding: 10px !important;

}

.filter-block .cont {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 5px 0;
    text-align: center;
}

.filter-block span.title-label {
    border-left: none;
    /* margin-right: 30px; */
    /* margin-left: -100px; */
}

/*
.filter-block span.title-label:after{
    content: ' Фильтр:';
}*/

.filter-block a,
.filter-block span {
    display: inline-block;
    margin: 3px 0;
    padding: 0px 5px;
    line-height: 18px;
    border-left: 1px #ddd solid;
    font-size: 18px;
    color: #8b8b8b;
    font-weight: lighter;
}

.pages-block a:hover {
    color: #ff6023;
}

.filter-block a:hover {
    color: #ff6023;
}

.filter-block a:nth-child(2),
.filter-block span:nth-child(2) {
    border: none;
}

.filter-block .actual {
    color: #07A24A;
    /*font-weight: bolder;*/
}

/* ---  PAGES BLOCK  ------ */

.pages-block {
    text-align: center;
    font-size: 0;
    margin-top: 25px;
    clear: both;
}

.pages-block a,
.pages-block span {
    display: inline-block;
    margin: 3px 0;
    padding: 0px 5px;
    line-height: 18px;
    border-left: 1px #ddd solid;
    font-size: 18px;
    color: #8b8b8b;
    font-weight: lighter;
}

.pages-block a:hover {
    color: #ff6023;
}

.pages-block a:first-child,
.pages-block span:first-child {
    border: none;
}

.pages-block .actual {
    background-color: #0c7f3b;
    color: #fff;
    padding: 4px 5px 5px 5px;
    border: none;
}

/* ---  RELAX BY TIME BLOCK  --- */

.relax-by-time .item {
    display: table;
    width: 100%;
    height: 180px;
    background: #ddd;
    text-align: center;

    background: center center no-repeat;

    background-size: cover;
    background-color: #000;
}

.relax-by-time .item .vcentred {
    display: block;
    position: absolute;
    top: 38%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.relax-by-time .item .time-title {
    color: #fff;
    font-size: 22px;
}

.relax-by-time .item .events-count {
    padding: 5px 10px;
    background: rgba(0, 156, 73, 0.65);
    color: #fff;
    font-size: 10px;
    border-radius: 25px 25px 0px 25px;
    -moz-border-radius: 25px 25px 0px 25px;
    -webkit-border-radius: 25px 25px 0px 25px;
    border: 0px solid #000000;
}

.top-product {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    /*border: 2px #009C49 solid;*/
    /*border: 1px #999 solid;*/
    background: #fff center center no-repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 130px 0px rgba(0, 156, 73, 0.4) !important;
}

.top-product:hover {
    box-shadow: inset 0px 0px 130px 0px rgb(86, 86, 86) !important;
}

.top-product .product-title {
    position: absolute;
    bottom: 10px;
    padding: 7px 15px;
    text-align: center;
    background: rgba(12, 127, 59, 0.91);
    color: #fff;
    width: 100%;
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
}

.top-product .product-price {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0px 25px 0px 50px;
    background: url("../img/el/price.png") left center no-repeat;
    color: #fff;
    font-size: 14px;
}

.top-product .product-price .money {
    display: inline-block;
    position: relative;
    font-size: 50px;
    padding: 0 15px 0 5px;
    font-weight: bolder;
    width: 165px;
    text-align: right;
}

.top-product .product-price .sm-money {
    position: absolute;
    top: 5px;
    font-size: 26px;
    border-bottom: 1px #fff solid;
    padding: 0px;
    margin: 2px;
    font-weight: lighter;
    line-height: 26px;
}

.top-product .product-time {
    position: absolute;
    right: 0;
    top: 75px;
    padding: 5px 20px 5px 12px;
    background: rgba(12, 127, 59, 0.91);
    color: #fff;
    font-size: 22px;

    right: 15px;
    padding: 5px 12px;
    border-radius: 10px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.21) !important;
}

.top-product .product-time i {
    margin-right: 10px;
}

.small-info {
    position: absolute;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 35%;
    top: 10px;
    left: 10px;
    text-align: left;
}

.footer-block .about-relax,
.footer-block .footer-menu a {

    color: #fff;
}

.footer-block .footer-menu a {
    display: block;
    padding: 3px 5px;
}

.footer-block .footer-menu a:hover {
    text-decoration: underline;
}

.footer-block .footer-menu {
    vertical-align: top;
}

.footer-block .footer-menu h4, .footer-block .footer-menu .h4 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 18px;
}

.footer-block .f-logo {
    /*text-align: center;*/
    margin-bottom: 15px;
}

.footer-block .about-relax {
    margin-bottom: 15px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) dotted;
    font-size: 10px;

}

.footer-block .payments {
    margin: 15px 0px;
}

.footer-block-dark {
    background-color: #0C9743;
}

.footer-block-dark .social-link {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.footer-block-dark .social-link a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    /*float: left;*/
    margin-right: 5px;
    color: #009445;
    text-align: center;
    font-size: 24px;
    background: #fff !important;
    -webkit-border-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 50%;
    -moz-border-radius-bottomright: 0;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}

.social-link a:hover {
    color: #fd6c25;
}

.payments img {
    border-radius: 10px;
    margin-right: 7px;
    border-bottom-right-radius: 0;
}

/* OVL STYLES */

.owl-carousel {
    /*border: 2px #009C49 solid!important;*/
}

.owl-nav {
    position: relative;
    height: 0px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: -195px;
    left: 20px;
    z-index: 9999;
    background: transparent url("../img/el/prev.png") center center no-repeat;
    /* padding: 28px; */
    width: 43px;
    height: 42px;
    border: 3px #019D49 solid;
    border: 3px #fff solid;
    border-radius: 25px;
    font-size: 0;
    display: block;
    opacity: 0.50;
}

.owl-next {
    left: auto;
    right: 20px !important;
    background: transparent url("../img/el/next.png") center center no-repeat;
}

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

.rotate-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
}

.rlabel-block {
    position: absolute;
    /*top: 0;
    left: 0;*/
    top: -40px;
    left: -40px;
    /*    top: 32px;
        left: -103px;*/
    /*top: -25px;
    left: -25px;*/
    /*background: rgba(255, 96, 35, 0.6);*/
    /*padding: 2px 40px;*/
    color: #fff;
    /*margin-left: -40px;*/
    text-align: center;

    width: 400px;
    height: 400px;
    /*
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);*/

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-45);

    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);

    transform: rotate(-45deg) scale(1) skew(1deg) translate(-12px);
    -webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(-12px);
    -moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(-12px);
    -o-transform: rotate(-45deg) scale(1) skew(1deg) translate(-12px);
    -ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(-12px);

    -webkit-transform: rotate(-45deg) scale(1)

}

.rlabel-block .rlabel {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 0px;
    text-transform: uppercase;

}

.rlabel-block .rlabel:nth-child(1),
.rl-1 {
    /*padding: 2px 16px;*/
    background-color: rgba(255, 0, 0, 0.45);
    /*margin-left: -16px;*/
}

.rlabel-block .rlabel:nth-child(2),
.rl-2 {
    /*padding: 2px 32px;*/
    background-color: rgba(255, 165, 0, 0.45);
    /*margin-left: -32px;*/
}

.rlabel-block .rlabel:nth-child(3),
.rl-3 {
    /*padding: 2px 48px;*/
    background-color: rgba(0, 128, 0, 0.45);
    /*margin-left: -48px;*/
}

.rlabel-block .rlabel:nth-child(4),
.rl-4 {
    /*padding: 2px 64px;*/
    background-color: rgba(0, 0, 255, 0.45);
    /*margin-left: -64px;*/
}

.rlabel-block .rlabel:nth-child(5),
.rl-5 {
    /*padding: 2px 64px;*/
    background-color: rgba(0, 171, 255, 0.45);
    /*margin-left: -64px;*/
}

.rlabel-block .rlabel:nth-child(6),
.rl-6 {
    /*padding: 2px 64px;*/
    background-color: rgba(252, 0, 255, 0.45);
    /*margin-left: -64px;*/
}


.rl-top:after {
    content: "Топ";
}

.rl-akcia:after {
    content: "Акция";
}

.rl-novynka:after {
    content: "Новинка";
}

.rl-malomest:after {
    content: "Мало мест";
}

.rl-specpredlog:after {
    content: "Спецпредложение";
}

.rl-best-in:after {
    content: "ЛУЧШЕЕ В РУБРИКЕ";
}


/*.wide-news .rlabel-block {
    position: absolute;
    top: 0px;
    left: 40px;
    !* background: rgba(255, 96, 35, 0.6); *!
    padding: 2px 40px;
    color: #fff;
    margin-left: -40px;
    height: 100%;
    overflow: hidden;
}*/

/*.wide-news .rlabel:nth-child(1) {
    padding: 2px 50px;
    background-color: rgba(0, 156, 73, 0.85);
    margin-left: -94px;
}*/

.btn {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0px 15px 0px 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(254, 157, 88, 1);
    background: -moz-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 157, 88, 1)), color-stop(50%, rgba(254, 157, 88, 1)), color-stop(100%, rgba(255, 97, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 157, 88, 1) 0%, rgba(254, 157, 88, 1) 50%, rgba(255, 97, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9d58', endColorstr='#ff6123', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn:hover {
    background: #ff6023;
    background: rgba(254, 112, 11, 1);
    background: -moz-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 112, 11, 1)), color-stop(50%, rgba(254, 112, 11, 1)), color-stop(100%, rgba(224, 64, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 112, 11, 1) 0%, rgba(254, 112, 11, 1) 50%, rgba(224, 64, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe700b', endColorstr='#e04000', GradientType=0);
    color: #fff;
}

.btn.btn-green {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0px 15px 0px 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgb(0, 128, 0);
    background: -moz-linear-gradient(top, rgb(12, 127, 59) 0%, rgb(0, 156, 73) 50%, rgb(12, 141, 64) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(12, 127, 59)), color-stop(50%, rgb(0, 156, 73)), color-stop(100%, rgb(12, 141, 64)));
    background: -webkit-linear-gradient(top, rgb(12, 127, 59) 0%, rgb(0, 156, 73) 50%, rgb(12, 141, 64) 100%);
    background: -o-linear-gradient(top, rgb(12, 127, 59) 0%, rgb(0, 156, 73) 50%, rgb(12, 141, 64) 100%);
    background: -ms-linear-gradient(top, rgb(12, 127, 59) 0%, rgb(0, 156, 73) 50%, rgb(12, 141, 64) 100%);
    background: linear-gradient(to bottom, rgb(12, 127, 59) 0%, rgb(0, 156, 73) 50%, rgb(12, 141, 64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9d58', endColorstr='#ff6123', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn.btn-green:hover {
    background: rgb(0, 124, 0);
    background: -moz-linear-gradient(top, rgb(12, 105, 51) 0%, rgb(0, 146, 69) 50%, rgb(12, 127, 59) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(12, 105, 51)), color-stop(50%, rgb(0, 146, 69)), color-stop(100%, rgb(12, 127, 59)));
    background: -webkit-linear-gradient(top, rgb(12, 105, 51) 0%, rgb(0, 146, 69) 50%, rgb(12, 127, 59) 100%);
    background: -o-linear-gradient(top, rgb(12, 105, 51) 0%, rgb(0, 146, 69) 50%, rgb(12, 127, 59) 100%);
    background: -ms-linear-gradient(top, rgb(12, 105, 51) 0%, rgb(0, 146, 69) 50%, rgb(12, 127, 59) 100%);
    background: linear-gradient(to bottom, rgb(12, 105, 51) 0%, rgb(0, 146, 69) 50%, rgb(12, 127, 59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9d58', endColorstr='#ff6123', GradientType=0);
    color: #fff;
}

.btn.read-more .icon {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("../img/icons/read-more.png") no-repeat;
}

.read-more {
    padding: 10px;
}


/* ---------- ALL WIDGETS ------------------------ */
/* ---------------------------------------------- */
.banner,
.widget {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11) !important;
}

.widget {
    margin-bottom: 15px;
}

.widget .btn {
    padding: 10px !important;
    border: none;
}

.widget input {
    border: 1px #ddd solid;
    padding: 7px;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
}

.widget.subscribe input {
    border: 1px #ddd solid;
    padding: 7px;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
}

.banner img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


/* --- WHY ---------------------------- */

.widget.why {
    font-size: 0;
}

.widget.why {
    padding-top: 50px;
    background: url("../img/el/why-relax.png") top 15px center no-repeat;
}


.widget.why a {
    border-top: 1px #eee solid;
    display: block !important;
    width: 100%;
    height: 50px !important;
    color: #555 !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: left 10px center;

}

.widget.why a:last-child {
    border-bottom: 1px #eee solid;
}


.widget.why a:hover {
    /*background-color: rgba(12, 127, 59, 0.15);*/
    background-color: rgba(252, 108, 37, 0.10);
}

.widget.why a div {
    color: #555 !important;
    font-size: 14px;
    padding: 15px 0px;
    position: absolute;
    display: block;
    left: 65px;
    font-weight: lighter;
}

.widget.why a:hover div {
    color: #0C7F3B !important;
}

/* --- END WHY ------------------------ */


/* --- widget subscribe ------------------------ */
.widget.subscribe {
    padding: 75px 15px 15px 15px;
    background: #FC6C25 url("../img/el/subscribe.png") top 20px left 20px no-repeat;
    color: #fff;
}


.widget.subscribe a {
    color: #fff;
    text-decoration: underline;
}


/* --- END widget subscribe ------------------------ */


/* --- online-chat ------------------------ */
.widget.online-chat {
    padding: 15px;

}

/* --- END online-chat ------------------------ */


/* --- contact-us ------------------------ */

.widget.contact-us {
    padding: 15px 15px 75px 15px;
    background: #009c49 url("../img/el/contact-us.png") bottom 20px left 20px no-repeat;
    color: #fff;
}

/* --- END contact-us ------------------------ */


.news-title {
    font-size: 16px;
}

.small-news .news-title {
    font-size: 12px !important;
    color: #0C7F3B;
}

.scroll-back-to-top-wrapper {
    display: none !important;
}