
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext';

html {
    background: #282828;
}

body {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-size: 15px;
    background-image: url('../images/header.jpg'), url('../images/bg_repeat.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center top, left top;
    width: 100%;
    float: left;
}

*::selection {
    background: #fff2a8;
}

*::-moz-selection {
    background: #fff2a8;
}

a {
    text-decoration: none;
    color: #5c905b;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
}

.page-center {
    max-width: 1200px;
    margin: 0 auto;
}

#left {
    width: 25%;
    float: left;
}

#content {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

#content #slider {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 0 20px 0;
}

#content .home-text {
}

#content .home-text .one {
    padding-left: 110px;
    margin-bottom: 15px;
    background: url('../images/home-text-one.jpg') no-repeat center left;
}

#content .home-text .one span {
    color: #787878;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}

#content .home-text .one p {
    color: #787878;
    font-size: 13px;
}

#content .home-text .one.two {
    background: url('../images/home-text-two.jpg') no-repeat center left;
}

#content .home-text .one.three {
    background: url('../images/home-text-three.jpg') no-repeat center left;
}

#reviews {
    float: left;
    width: 100%;
}

#reviews .review {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px;
    font-size: 14px;
    color: #444444;
    float: left;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    display: block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#reviews .review .title {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
}

#reviews .review .description {

}

#reviews .review .description img.logo {
    float: left;
    margin: 0px 20px 5px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#reviews .review .footer {
    clear: both;
    margin: 15px 0;
}

#reviews .review .footer .score, #reviews .review .footer .username, #reviews .review .footer .date {
    width: 33%;
    float: left;
}

#reviews .review .footer .score .case {
    width: 160px;
}

#reviews .review .footer .score .case .value {
    width: 160px;
    float: left;
    height: 30px;
    background: url('../images/reviews_value.png') no-repeat left top;
}

#reviews .review .footer .score .case .value span {
    display: none;
}

#reviews .review .footer .username {
    width: 43%;
    text-align: Center;
}

#reviews .review .footer .username span {

    text-align: left;
    background: url('../images/ico_user.png') no-repeat top left;
    padding: 8px 0px 8px 35px;
}

#reviews .review .footer .date {
    width: 23%;
    text-align: right;
}

#right {
    width: 25%;
    float: left;
}

#left .title, #right .title, #content .main-title, #content .sub-title {
    background: #457f44;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

#content .sub-title {
    float: left;
    width: 100%;
}

#content .main-title {
    margin: 0;
}

#content .main-title h1 {
    font-size: 19px;
    font-weight: 600;
}

#content .main-title div {
    font-weight: normal;
}

#content .bazaar-description {
    background: #fff;
    width: 100%;
    clear: both;
    float: left;
    padding: 15px 25px;
    box-sizing: border-box;
    margin: -5px 0 25px;
    border: 1px solid #b7b7b7;
    border-top: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content .bazaar-description img.logo {
    float: left;
    margin: 0px 10px 10px 0px;
}

#footer {
    clear: both;
    width: 100%;
    margin-top: 25px;
    float: left;
    background: #303133 url('../images/footer_repeat.jpg') repeat-x;
}

#footer .block {
    width: 33%;
    float: left;
}

#footer .block .title {
    font-size: 19px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 38px 15px;
}

#footer .block .block-content {
    padding: 40px 15px;
    color: #fff;
}

#footer .subscribe {
    font-size: 14px;
}

#footer .navigation ul li a {
    background: url('../images/ico_list_circle.png') no-repeat center left;
    padding: 1px 0px 1px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 3px 0;
    display: block;
}

#footer .contacts {

}

#footer .contacts .phone-contact, #footer .contacts .email-contact {
    margin: 5px 0 5px 0;
    display: block;
    float: left;
    width: 100%;
}

#footer .contacts .phone-contact .value, #footer .contacts .email-contact .value {
    background: #fff;
    color: #555657;
    padding: 10px 15px 10px 5px;
    font-size: 18px;
    font-weight: 600;
    width: 60%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 43px;
}

#footer .contacts .email-contact .value {
    font-size: 13px;
    padding: 12px 10px 12px 10px;
}

#footer .contacts .phone-contact:after, #footer .contacts .email-contact:after {
    content: ' ';
    display: block;
    width: 106px;
    height: 43px;
    margin-left: 15px;
    position: relative;
    background: url('../images/footer_phone_action.png') no-repeat center left;
    float: left;
    cursor: pointer;
}

#footer .contacts .phone-contact:hover:after, #footer .contacts .email-contact:hover:after {
    animation: animationFrames linear 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 2.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 2.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 2.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: translate(0px, 0px);
    }
    10% {
        transform: translate(-10px, 0px);
    }
    20% {
        transform: translate(10px, 0px);
    }
    30% {
        transform: translate(-10px, 0px);
    }
    40% {
        transform: translate(10px, 0px);
    }
    50% {
        transform: translate(-10px, 0px);
    }
    60% {
        transform: translate(10px, 0px);
    }
    70% {
        transform: translate(-10px, 0px);
    }
    80% {
        transform: translate(10px, 0px);
    }
    90% {
        transform: translate(-10px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: translate(0px, 0px);
    }
    10% {
        -moz-transform: translate(-10px, 0px);
    }
    20% {
        -moz-transform: translate(10px, 0px);
    }
    30% {
        -moz-transform: translate(-10px, 0px);
    }
    40% {
        -moz-transform: translate(10px, 0px);
    }
    50% {
        -moz-transform: translate(-10px, 0px);
    }
    60% {
        -moz-transform: translate(10px, 0px);
    }
    70% {
        -moz-transform: translate(-10px, 0px);
    }
    80% {
        -moz-transform: translate(10px, 0px);
    }
    90% {
        -moz-transform: translate(-10px, 0px);
    }
    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    10% {
        -webkit-transform: translate(-10px, 0px);
    }
    20% {
        -webkit-transform: translate(10px, 0px);
    }
    30% {
        -webkit-transform: translate(-10px, 0px);
    }
    40% {
        -webkit-transform: translate(10px, 0px);
    }
    50% {
        -webkit-transform: translate(-10px, 0px);
    }
    60% {
        -webkit-transform: translate(10px, 0px);
    }
    70% {
        -webkit-transform: translate(-10px, 0px);
    }
    80% {
        -webkit-transform: translate(10px, 0px);
    }
    90% {
        -webkit-transform: translate(-10px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: translate(0px, 0px);
    }
    10% {
        -o-transform: translate(-10px, 0px);
    }
    20% {
        -o-transform: translate(10px, 0px);
    }
    30% {
        -o-transform: translate(-10px, 0px);
    }
    40% {
        -o-transform: translate(10px, 0px);
    }
    50% {
        -o-transform: translate(-10px, 0px);
    }
    60% {
        -o-transform: translate(10px, 0px);
    }
    70% {
        -o-transform: translate(-10px, 0px);
    }
    80% {
        -o-transform: translate(10px, 0px);
    }
    90% {
        -o-transform: translate(-10px, 0px);
    }
    100% {
        -o-transform: translate(0px,
        0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: translate(0px, 0px);
    }
    10% {
        -ms-transform: translate(-10px, 0px);
    }
    20% {
        -ms-transform: translate(10px, 0px);
    }
    30% {
        -ms-transform: translate(-10px, 0px);
    }
    40% {
        -ms-transform: translate(10px, 0px);
    }
    50% {
        -ms-transform: translate(-10px, 0px);
    }
    60% {
        -ms-transform: translate(10px,
        0px);
    }
    70% {
        -ms-transform: translate(-10px, 0px);
    }
    80% {
        -ms-transform: translate(10px, 0px);
    }
    90% {
        -ms-transform: translate(-10px, 0px);
    }
    100% {
        -ms-transform: translate(0px, 0px);
    }
}

#footer .contacts .email-contact:after {
    background: url('../images/footer_email_action.png') no-repeat center left;
}

#footer .contacts .value::selection {
    background: #578c56;
    color: #fff;
}

#footer .contacts .value::-moz-selection {
    background: #578c56;
    color: #fff;
}

#header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#header .logo {
    float: left;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

#header #menu {
    float: left;
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
    background: #508a4f url('../images/menu_repeat.jpg') repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    margin: 0 0 15px 0;
}

#header #menu ul li {
    display: inline;
    float: left;
    position: relative;
}

#header #menu ul li a {
    color: #fff;
    padding: 15px 30px;
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

#header #menu ul li a span {
    display: block;
    color: #6aa569;

    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#header #menu ul li a:hover {
    background: #3f703e;
}

#header #menu ul li a:before {
    content: '';
    float: left;
    top: -9px;
    position: absolute;
    left: 0px;
    width: 100%;
    background: #3f703e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 8px;
    display: none;
}

#header #menu ul li a:hover:before {
    display: block;
}

#bazaars .one_bazar {
    background: #508a4f url('../images/menu_repeat.jpg') repeat-x;
    display: block;
    border-left: 1px solid #4d844c;
    border-top: 1px solid #4d844c;
    border-right: 1px solid #4d844c;
}

#bazaars .one_bazar:last-child {
    border-bottom: 1px solid #4d844c;
}

#bazaars .one_bazar strong {
    font-weight: 600;
}

#bazaars .one_bazar a {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    display: block;
}

#bazaars .one_bazar a:hover {
    border-left: 10px solid #6fa66e;
    padding-left: 10px;
}

#bazaars .one_bazar a strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}

#bazaars-positive-reviwes .one_bazar {
    background: #508a4f url('../images/menu_repeat.jpg') repeat-x;
    display: block;
    border-left: 1px solid #4d844c;
    border-top: 1px solid #4d844c;
    border-right: 1px solid #4d844c;
}

#bazaars-positive-reviwes .one_bazar:last-child {
    border-bottom: 1px solid #4d844c;
}

#bazaars-positive-reviwes .one_bazar strong {
    font-weight: 600;
}

#bazaars-positive-reviwes .one_bazar a {
    padding: 10px 20px;
    color: #fff;
    box-sizing: border-box;
    display: block;
}

#bazaars-positive-reviwes .one_bazar a:hover {
    border-left: 10px solid #6fa66e;
    padding-left: 10px;
}

#bazaars-positive-reviwes .one_bazar a strong {
    display: block;
}

.form {
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 25px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form input.text, .form textarea, .form select {
    border: 1px solid #578e56;
    padding: 5px 15px;
    background: #fff;
    min-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form select {
    width: 282px;
}

.form input#frm-reviewForm-form-score {
    min-width: 60px;
    padding-right: 5px;
}

.form textarea {
    min-height: 80px;
}

.form label {
    margin: 10px 0 4px 0;
    display: block;
    font-weight: 600;
}

.required input:invalid, .required select:invalid {
    outline: none;
    border-color: #578e56;
}

.required input:valid, .required select:valid {
    outline: none;
    border-color: #578e56;
}

.form input.button {
    background: #578e56;
    border: 0px;
    padding: 8px 20px;
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.form .form-error-message {
    margin-left: 5px;
    position: absolute;
}

.form .checkbox input {
    margin-right: 5px;
}

#home-headline {
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #508a4f;
}
