/* @import url("http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700");
@import url("http://fonts.googleapis.com/css?family=Lily+Script+One"); */

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||BOOTSTRAP||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sidebar input.main-submit {
    display: none;
}

/* Page Overflow Delete Later*/
#page {
    overflow: hidden;

}

@media (min-width: 1231px) {
    #page {
        padding-top: 80px;
    }
}

#page textarea {
    color: #8C6F71;
    opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
    color: #8C6F71 !important;
    opacity: 1 !important;
}

textarea::-moz-placeholder {
    color: #8C6F71 !important;
    opacity: 1 !important;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

body .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: none; /*for .vc_col-sm-**/

}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    body .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    body .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.not-visible {
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*@-ms-viewport {width: device-width;}*/
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.center-align {
    text-align: center;
}

.fixed_bg {
    background-attachment: fixed;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url("../img/bg_flexslider_nav.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-direction-nav a.flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav a.flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    left: 5px;
}

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

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||normalize||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: "Lily Script One", cursive;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}

button, input, select, textarea {
    font-family: "Lily Script One", cursive;
}

body {
    margin: 0;
    padding: 0;
}

a:focus {
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

p, pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-size: 3.5em;
    line-height: 1.28571em;
    margin-top: 0.42857em;
    margin-bottom: 0.42857em;
}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-top: 1.80723em;
    margin-bottom: 1.80723em;
}

h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-top: 2.23881em;
    margin-bottom: 2.23881em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 1px solid #666;
    margin: 1.5em 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp, tt, var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
    line-height: 1.5em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

dd {
    margin: 0 0 0 30px;
}

menu,
ol,
ul {
    padding: 0 0 0 30px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    border-color: #c0c0c0;
    border-top-style: solid;
    border-top-width: 0.0625em;
    padding-top: 0.4625em;
    border-bottom-style: solid;
    border-bottom-width: 0.0625em;
    padding-bottom: 0.9125em;
    border-left-style: solid;
    border-left-width: 0.0625em;
    padding-left: 0.9125em;
    border-right-style: solid;
    border-right-width: 0.0625em;
    padding-right: 0.9125em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

label {
    display: block;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||MAIN||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
    font-family: "Lily Script One", cursive;
    font-size: 16px;
    line-height: 24px;
    color: #8c6f71;
    background: url(../img/bg_body.jpg) 0 0 repeat;
}

a {
    color: #664345;
}

a:link {
    color: #664345;
}

a:hover, a:focus {
    color: #ed3d5b;
    text-decoration: none;
}

.main-image {
    position: absolute;
    background-attachment: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 341px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

h3.no-vc,
.page-title, .section-title {
    text-align: center;
}

.woocommerce-order-received .container > h3.no-vc {
    display: none;
}

.woocommerce-order-received .woocommerce h3.no-vc,
h3.no-vc,
.page-title h1, .section-title h1,
.page-title h2,
.section-title h2 {
    margin: 0 0 22px;
    padding: 0 0 28px;
    background: url(../img/ico_page_title.png) 50% 100% no-repeat;
    font-size: 72px;
    font-weight: normal;
    line-height: 1em;
    color: #ec3c5a;
    font-family: "Intro Script";
}

.page-title h1 b, .section-title h1 b,
.page-title h2 b,
.section-title h2 b {
    font-weight: normal;
    color: #ed3d5b;
}

.page-title .description, .section-title .description {
    font-size: 22px;
    font-family: "Georgia Italic", serif;
    margin: 0 auto;
    max-width: 770px;
    line-height: 26px;
    color: #654344;
}

@media (max-width: 758px) {
    .page-title .description, .section-title .description {
        max-width: 620px;
    }
}

.page-title.white h1, .white.section-title h1,
.page-title.white h2,
.white.section-title h2 {
    background-image: url(../img/ico_page_title_white.png);
    color: #fff;
}

.page-title.white .description, .white.section-title .description {
    color: #fff;
}

.page-title nav.filter, .section-title nav.filter {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    font-style: italic;
    font-family: "Old Standard TT", serif;
    text-align: left;
}

.page-title nav.filter b.title, .section-title nav.filter b.title {
    display: block;
    border: 1px solid #8c6f71;
    padding: 0 40px 0 10px;
    font-weight: normal;
    line-height: 46px;
    cursor: pointer;
}

.page-title nav.filter b.title:after, .section-title nav.filter b.title:after {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 13px;
    height: 10px;
    background: url(../img/ico_arrow_seelct.png) 0 0 no-repeat;
    content: '';
}

.page-title nav.filter b.title.active:after, .section-title nav.filter b.title.active:after {
    background-position: 0 100%;
}

.page-title nav.filter ul, .section-title nav.filter ul {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 999;
}

.page-title nav.filter ul li, .section-title nav.filter ul li {
    border: 1px solid #8c6f71;
    border-top: 0 none;
    padding: 0 10px;
    background: #fff;
    line-height: 40px;
}

.page-title nav.filter ul li:first-child, .section-title nav.filter ul li:first-child {
    border-top: 1px solid #8c6f71;
}

.page-title nav.filter ul li a, .section-title nav.filter ul li a {
    display: block;
    color: #8c6f71;
}

.page-title nav.filter ul li a:hover, .section-title nav.filter ul li a:hover, .page-title nav.filter ul li a:focus, .section-title nav.filter ul li a:focus {
    color: #ed3d5b;
}

#page input[type="text"],
#page input[type="email"],
#page input[type="tel"],
#page textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #8c6f71;
    padding: 0 10px;
    background: none;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    line-height: 1.6em;
    opacity: 1;
}

#page input[type="text"]:focus,
#page input[type="email"]:focus,
#page textarea:focus {
    outline: none;
}

#page textarea {
    height: 165px;
}

#page .wpb_row {
    margin-bottom: 0;
    /*padding: 60px 0 80px;*/
    background-size: cover;
}

#page .wpb_row:first-child {
    padding: 0;
}

form .wpcf7-not-valid-tip, form .wpcf7-response-output {
    font-family: "Old Standard TT", serif;
}

@media (min-width: 992px) {
    body .container {
        padding: 0;
    }
}

@media (min-width: 758px) and (max-width: 991px) {
    body .container {
        width: 100%;
    }

    .main-image {
        height: 270px;
    }
}

@media (max-width: 757px) {
    body .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-image {
        height: 221px;
    }

    .page-title h1, .section-title h1,
    .page-title h2,
    .section-title h2 {
        font-size: 33.992px;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media (min-width: 992px) {
    .home-products .container > .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-products .container > .wrap:before, .home-products .container > .wrap:after {
        content: " ";
        display: table;
    }

    .home-products .container > .wrap:after {
        clear: both;
    }

    .home-products .container > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
    }

    .home-our-services .items {
        /*     margin-left: -15px;
margin-right: -15px; */
    }

    .home-our-services .items:before, .home-our-services .items:after {
        content: " ";
        display: table;
    }

    .home-our-services .items:after {
        clear: both;
    }

    .home-our-services .items > li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*  .products-content .items {margin-left: -15px;margin-right: -15px;}*/
    .products-content .items:before, .products-content .items:after {
        content: " ";
        display: table;
    }

    .products-content .items:after {
        clear: both;
    }

    .products-content .items .product {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*  .products-content .items .product:nth-child(4n+1) {clear: left;}*/
    /*.product-detail-content > .wrap {margin-left: -15px; margin-right: -15px;}*/
    .product-detail-content > .wrap:before, .product-detail-content > .wrap:after {
        content: " ";
        display: table;
    }

    .product-detail-content > .wrap:after {
        clear: both;
    }

    .product-detail-content > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-list-content > .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .blog-list-content > .wrap:before, .blog-list-content > .wrap:after {
        content: " ";
        display: table;
    }

    .blog-list-content > .wrap:after {
        clear: both;
    }

    .blog-list-content > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-detail-content > .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .blog-detail-content > .wrap:before, .blog-detail-content > .wrap:after {
        content: " ";
        display: table;
    }

    .blog-detail-content > .wrap:after {
        clear: both;
    }

    .blog-detail-content > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.contact-content .container > .wrap {margin-left: -15px;margin-right: -15px;}*/
    .contact-content .container > .wrap:before, .contact-content .container > .wrap:after {
        content: " ";
        display: table;
    }

    .contact-content .container > .wrap:after {
        clear: both;
    }

    .contact-content .container > .wrap .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.services-content .services .items {margin-left: -15px;margin-right: -15px;}*/
    .services-content .services .items:before, .services-content .services .items:after {
        content: " ";
        display: table;
    }

    .services-content .services .items:after {
        clear: both;
    }

    .services-content .services .items > li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .services-content .services .items > li:nth-child(3n+1) {
        clear: left;
    }

    /*.services-content .our-skills .skills {margin-left: -15px; margin-right: -15px;}*/
    .services-content .our-skills .skills:before, .services-content .our-skills .skills:after {
        content: " ";
        display: table;
    }

    .services-content .our-skills .skills:after {
        clear: both;
    }

    .services-content .our-skills .skills .item {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-us-content .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-us-content .wrap:before, .about-us-content .wrap:after {
        content: " ";
        display: table;
    }

    .about-us-content .wrap:after {
        clear: both;
    }

    .about-us-content .wrap .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-history > .wrap:before, .our-history > .wrap:after {
        content: " ";
        display: table;
    }

    .our-history > .wrap:after {
        clear: both;
    }

    .our-history > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials .container > .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .testimonials .container > .wrap:before, .testimonials .container > .wrap:after {
        content: " ";
        display: table;
    }

    .testimonials .container > .wrap:after {
        clear: both;
    }

    .testimonials .container > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-products .container > .wrap > .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .home-our-services .items > li {
        float: left;
        width: 33.33333%;
    }

    .products-content .items .product {
        float: left;
        width: 25%; /* min-height: 450px;*/
        min-height: 510px;
    }

    .product-detail-content > .wrap > .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .blog-list-content > .wrap > .inner {
        float: left;
        width: 66.66667%;
        margin-left: 16.66667%;
    }

    .blog-detail-content > .wrap > .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .contact-content .container > .wrap .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .services-content .services .items > li {
        float: left;
        width: 33.33333%;
    }

    .services-content .our-skills .skills .item {
        float: left;
        width: 25%;
    }

    .about-us-content .wrap .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .our-history > .wrap > .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }

    .testimonials .container > .wrap > .inner {
        float: left;
        width: 66.66667%;
        margin-left: 16.66667%;
    }
}

@media (min-width: 758px) and (max-width: 991px) {
    .home-our-services .items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-our-services .items:before, .home-our-services .items:after {
        content: " ";
        display: table;
    }

    .home-our-services .items:after {
        clear: both;
    }

    .home-our-services .items > li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-content .items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .products-content .items:before, .products-content .items:after {
        content: " ";
        display: table;
    }

    .products-content .items:after {
        clear: both;
    }

    .products-content .items .product {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-content .items .product:nth-child(3n+1) {
        clear: left;
    }

    .services-content .services .items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .services-content .services .items:before, .services-content .services .items:after {
        content: " ";
        display: table;
    }

    .services-content .services .items:after {
        clear: both;
    }

    .services-content .services .items > li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .services-content .services .items > li:nth-child(3n+1) {
        clear: left;
    }

    .testimonials .container > .wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .testimonials .container > .wrap:before, .testimonials .container > .wrap:after {
        content: " ";
        display: table;
    }

    .testimonials .container > .wrap:after {
        clear: both;
    }

    .testimonials .container > .wrap > .inner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 758px) and (max-width: 991px) {
    .home-our-services .items > li {
        float: left;
        width: 33.33333%;
    }

    .products-content .items .product {
        float: left;
        width: 33.33333%;
    }

    .services-content .services .items > li {
        float: left;
        width: 33.33333%;
    }

    .testimonials .container > .wrap > .inner {
        float: left;
        width: 83.33333%;
        margin-left: 8.33333%;
    }
}

.btn, .comments .comment-form .form-item input[type="file"], .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
    display: inline-block;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: padding-left 0.3s ease, padding-right 0.3s ease;
    -o-transition: padding-left 0.3s ease, padding-right 0.3s ease;
    transition: padding-left 0.3s ease, padding-right 0.3s ease;
}

.btn.pink, .comments .comment-form .form-item input[type="file"], .comments .comment-form .form-action input.pink[type="submit"], .contact-content .contact-form .form-action input.pink[type="submit"] {
    background: url(../img/bg_btn_pink.png) 0 0 repeat;
    -webkit-box-shadow: inset 0 -2px 0 rgba(178, 144, 145, 0.75);
    box-shadow: inset 0 -2px 0 rgba(178, 144, 145, 0.75);
}

.btn.red, .comments .comment-form .form-item input.red[type="file"], .comments .comment-form .form-action input.red[type="submit"], .contact-content .contact-form .form-action input.red[type="submit"] {
    background: url(../img/bg_btn_red.png) 0 0 repeat;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
    box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
    -moz-box-shadow: inset 0 -2px 0 rgba(255, 74, 123, 0.75);
}

.btn.brown, .comments .comment-form .form-item input.brown[type="file"], .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
    background: url(../img/bg_btn_brown.png) 0 0 repeat;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
    box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
    -moz-box-shadow: inset 0 -2px 0 rgba(75, 32, 34, 0.75);
}

.btn:hover, .comments .comment-form .form-item input[type="file"]:hover:before, .comments .comment-form .form-action input[type="submit"]:hover, .contact-content .contact-form .form-action input[type="submit"]:hover, .btn:focus, .comments .comment-form .form-item input[type="file"]:focus:before, .comments .comment-form .form-action input[type="submit"]:focus, .contact-content .contact-form .form-action input[type="submit"]:focus {
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn, .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 757px) {
    .btn, .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-action input[type="submit"], .contact-content .contact-form .form-action input[type="submit"] {
        width: 100%;
    }
}

.stButton .stLarge {
    background: none !important;
    width: 52px !important;
    height: 52px !important;
}

#header .close-nav {
    width: 52px;
    height: 52px;
}

.rounded-ico, #header .social .share-link:before,
#header .search .search-link:before,
#header .show-nav:before, #header .close-nav:before, .home-services .flex-direction-nav a:before, .home-products .flex-direction-nav a:before, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a:before, .product-detail-content .related-products .flex-direction-nav a:before, .blog-detail-content .gallery .flex-direction-nav a:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a:before, .about-us-content .gallery .flex-direction-nav a:before, .meet-our-team .flex-direction-nav a:before, .testimonials .flex-direction-nav a:before, .home-slider .flex-direction-nav a:before {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../img/ico_rounded.png) 0 0 no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded-ico.white, #header .social .white.share-link:before,
#header .search .white.search-link:before,
#header .white.show-nav:before, #header .white.close-nav:before, .home-services .flex-direction-nav a.white:before, .home-products .flex-direction-nav a:before, .home-our-services .items > li .white.image:before, .home-testimonials .flex-direction-nav a:before, .product-detail-content .related-products .flex-direction-nav a.white:before, .blog-detail-content .gallery .flex-direction-nav a:before, .contact-content .contact-info .white.ico-contact, .services-content .services .items > li .white.image:before, .services-content .best-offers .flex-direction-nav a:before, .about-us-content .gallery .flex-direction-nav a:before, .meet-our-team .flex-direction-nav a.white:before, .testimonials .flex-direction-nav a:before, .home-slider .flex-direction-nav a:before {
    background-image: url(../img/button_border.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-navigation ul.page-numbers span,
.page-navigation ul li a,
.rounded-ico.small, .page-navigation ul.page-numbers li a, #header .social .small.share-link:before,
#header .search .small.search-link:before,
#header .small.show-nav:before, #header .small.close-nav:before, .home-services .flex-direction-nav a.small:before, .home-products .flex-direction-nav a.small:before, .home-our-services .items > li .small.image:before, .home-testimonials .flex-direction-nav a.small:before, .product-detail-content .related-products .flex-direction-nav a.small:before, .blog-detail-content .gallery .flex-direction-nav a.small:before, .contact-content .contact-info .small.ico-contact, .services-content .services .items > li .small.image:before, .services-content .best-offers .flex-direction-nav a.small:before, .about-us-content .gallery .flex-direction-nav a.small:before, .meet-our-team .flex-direction-nav a.small:before, .testimonials .flex-direction-nav a.small:before {
    width: 29px;
    height: 30px;
    background-image: url(../img/ico_rounded_small.png);
}

.page-navigation ul.page-numbers span.current,
.page-navigation ul li.active a,
.page-navigation ul li a:hover,
.rounded-ico.small.active, .page-navigation ul.page-numbers li a.active, .page-navigation ul.page-numbers li a:hover, .page-navigation ul.page-numbers li a:focus, .page-navigation ul.page-numbers li.active a, #header .social .small.active.share-link:before, #header .search .small.active.search-link:before, #header .small.active.show-nav:before, #header .small.active.close-nav:before, .home-services .flex-direction-nav a.small.active:before, .home-products .flex-direction-nav a.small.active:before, .home-our-services .items > li .small.active.image:before, .home-testimonials .flex-direction-nav a.small.active:before, .product-detail-content .related-products .flex-direction-nav a.small.active:before, .blog-detail-content .gallery .flex-direction-nav a.small.active:before, .contact-content .contact-info .small.active.ico-contact, .services-content .services .items > li .small.active.image:before, .services-content .best-offers .flex-direction-nav a.small.active:before, .about-us-content .gallery .flex-direction-nav a.small.active:before, .meet-our-team .flex-direction-nav a.small.active:before, .testimonials .flex-direction-nav a.small.active:before {
    background-image: url(../img/ico_rounded_small_active.png);
}

.rounded-ico.medium, #header .social .share-link:before, #header .social ul li a, #header .search .search-link:before, #header .show-nav:before, #header .medium.close-nav:before, .home-services .flex-direction-nav a.medium:before, .home-products .flex-direction-nav a.medium:before, .home-our-services .items > li .medium.image:before, .home-testimonials .flex-direction-nav a.medium:before, .product-detail-content .related-products .flex-direction-nav a.medium:before, .blog-detail-content .gallery .flex-direction-nav a.medium:before, .contact-content .contact-info .medium.ico-contact, .services-content .services .items > li .medium.image:before, .services-content .best-offers .flex-direction-nav a.medium:before, .about-us-content .gallery .flex-direction-nav a.medium:before, .meet-our-team .flex-direction-nav a.medium:before, .testimonials .flex-direction-nav a.medium:before {
    width: 60px;
    height: 62px;
}

.rounded-ico.medium.red, #header .social .share-link:before, #header .social ul li a.red, #header .search .search-link:before, #header .show-nav:before, #header .medium.red.close-nav:before, .home-services .flex-direction-nav a.medium.red:before, .home-products .flex-direction-nav a.medium.red:before, .home-our-services .items > li .medium.red.image:before, .home-testimonials .flex-direction-nav a.medium.red:before, .product-detail-content .related-products .flex-direction-nav a.medium.red:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red:before, .contact-content .contact-info .medium.red.ico-contact, .services-content .services .items > li .medium.red.image:before, .services-content .best-offers .flex-direction-nav a.medium.red:before, .about-us-content .gallery .flex-direction-nav a.medium.red:before, .meet-our-team .flex-direction-nav a.medium.red:before, .testimonials .flex-direction-nav a.medium.red:before {
    background-image: url(../img/ico_rounded_medium_red.png);
}

.rounded-ico.medium.red-fill, #header .social .red-fill.share-link:before, #header .social ul li a, #header .search .red-fill.search-link:before, #header .red-fill.show-nav:before, #header .medium.red-fill.close-nav:before, .home-services .flex-direction-nav a.medium.red-fill:before, .home-products .flex-direction-nav a.medium.red-fill:before, .home-our-services .items > li .medium.red-fill.image:before, .home-testimonials .flex-direction-nav a.medium.red-fill:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:before, .contact-content .contact-info .medium.red-fill.ico-contact, .services-content .services .items > li .medium.red-fill.image:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:before, .meet-our-team .flex-direction-nav a.medium.red-fill:before, .testimonials .flex-direction-nav a.medium.red-fill:before {
    background-image: url(../img/ico_rounded_medium_red_fill.png);
}

.rounded-ico.medium.red-fill:hover, #header .social .red-fill.share-link:hover:before, #header .social ul li a:hover, #header .search .red-fill.search-link:hover:before, #header .red-fill.show-nav:hover:before, #header .medium.red-fill.close-nav:hover:before, .home-services .flex-direction-nav a.medium.red-fill:hover:before, .home-products .flex-direction-nav a.medium.red-fill:hover:before, .home-our-services .items > li .medium.red-fill.image:hover:before, .home-testimonials .flex-direction-nav a.medium.red-fill:hover:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:hover:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:hover:before, .contact-content .contact-info .medium.red-fill.ico-contact:hover, .services-content .services .items > li .medium.red-fill.image:hover:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:hover:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:hover:before, .meet-our-team .flex-direction-nav a.medium.red-fill:hover:before, .testimonials .flex-direction-nav a.medium.red-fill:hover:before, .rounded-ico.medium.red-fill:focus, #header .social .red-fill.share-link:focus:before, #header .social ul li a:focus, #header .search .red-fill.search-link:focus:before, #header .red-fill.show-nav:focus:before, #header .medium.red-fill.close-nav:focus:before, .home-services .flex-direction-nav a.medium.red-fill:focus:before, .home-products .flex-direction-nav a.medium.red-fill:focus:before, .home-our-services .items > li .medium.red-fill.image:focus:before, .home-testimonials .flex-direction-nav a.medium.red-fill:focus:before, .product-detail-content .related-products .flex-direction-nav a.medium.red-fill:focus:before, .blog-detail-content .gallery .flex-direction-nav a.medium.red-fill:focus:before, .contact-content .contact-info .medium.red-fill.ico-contact:focus, .services-content .services .items > li .medium.red-fill.image:focus:before, .services-content .best-offers .flex-direction-nav a.medium.red-fill:focus:before, .about-us-content .gallery .flex-direction-nav a.medium.red-fill:focus:before, .meet-our-team .flex-direction-nav a.medium.red-fill:focus:before, .testimonials .flex-direction-nav a.medium.red-fill:focus:before {
    background-position: 0 100%;
}

.rounded-ico.large, #header .social .large.share-link:before, #header .search .large.search-link:before, #header .large.show-nav:before, #header .large.close-nav:before, .home-services .flex-direction-nav a.large:before, .home-products .flex-direction-nav a.large:before, .home-our-services .items > li .large.image:before, .home-testimonials .flex-direction-nav a.large:before, .product-detail-content .related-products .flex-direction-nav a.large:before, .blog-detail-content .gallery .flex-direction-nav a.large:before, .contact-content .contact-info .large.ico-contact, .services-content .services .items > li .large.image:before, .services-content .best-offers .flex-direction-nav a.large:before, .about-us-content .gallery .flex-direction-nav a.large:before, .meet-our-team .flex-direction-nav a.large:before, .testimonials .flex-direction-nav a.large:before {
    width: 73px;
    height: 73px;
    background-image: url(../img/ico_rounded_large.png);
}

.rounded-ico.larger, #header .social .larger.share-link:before, #header .search .larger.search-link:before, #header .larger.show-nav:before, #header .larger.close-nav:before, .home-services .flex-direction-nav a.larger:before, .home-products .flex-direction-nav a.larger:before, .home-our-services .items > li .image, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a.larger:before, .product-detail-content .related-products .flex-direction-nav a.larger:before, .blog-detail-content .gallery .flex-direction-nav a.larger:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .image, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a.larger:before, .about-us-content .gallery .flex-direction-nav a.larger:before, .meet-our-team .flex-direction-nav a.larger:before, .testimonials .flex-direction-nav a.larger:before {
    width: 194px;
    height: 194px;
}

.rounded-ico.larger.active, #header .social .larger.active.share-link:before, #header .search .larger.active.search-link:before, #header .larger.active.show-nav:before, #header .larger.active.close-nav:before, .home-services .flex-direction-nav a.larger.active:before, .home-products .flex-direction-nav a.larger.active:before, .home-our-services .items > li .active.image, .home-our-services .items > li .image:before, .home-testimonials .flex-direction-nav a.larger.active:before, .product-detail-content .related-products .flex-direction-nav a.larger.active:before, .blog-detail-content .gallery .flex-direction-nav a.larger.active:before, .contact-content .contact-info .ico-contact, .services-content .services .items > li .active.image, .services-content .services .items > li .image:before, .services-content .best-offers .flex-direction-nav a.larger.active:before, .about-us-content .gallery .flex-direction-nav a.larger.active:before, .meet-our-team .flex-direction-nav a.larger.active:before, .testimonials .flex-direction-nav a.larger.active:before {
    background-image: url(../img/ico_rounded_larger_active.png);
}

.rounded-ico.larger.active.ico-contact {
    position: relative;
}

.rounded-ico.larger.active.ico-contact img {
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.al-center {
    text-align: center;
}

a.rounded-ico:hover, #header .social a.share-link:hover:before, #header .search a.search-link:hover:before, #header a.show-nav:hover:before, #header a.close-nav:hover:before, .home-our-services .items > li a.image:hover:before, .contact-content .contact-info a.ico-contact:hover, .services-content .services .items > li a.image:hover:before, a.rounded-ico:focus, #header a.show-nav:focus:before, #header a.close-nav:focus:before, .home-our-services .items > li a.image:focus:before, .contact-content .contact-info a.ico-contact:focus, .services-content .services .items > li a.image:focus:before {
    -webkit-transform: rotate(37deg);
    -moz-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    -o-transform: rotate(37deg);
    transform: rotate(37deg);
}

.flex-direction-nav a:hover:before {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.home-our-services .items > li a.image:hover:before,
.services-content .services .items > li div.image:hover:before {
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

.services-content .services .items > li:hover h3 a {
    color: #ed3d5b;
}

a.rounded-ico:hover,
a.rounded-ico:focus {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.ico.arrow-down .rounded-ico:hover,
.ico.arrow-down .rounded-ico:focus,
#articleLoad .rounded-ico.large:hover {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.ico, .home-slider .flex-direction-nav a, .home-products .flex-direction-nav a, .home-testimonials .flex-direction-nav a, .product-detail-content .related-products .flex-direction-nav a, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a, .testimonials .flex-direction-nav a {
    display: block;
    width: 90px;
    height: 90px;
}

.home-services .flex-direction-nav a {
    display: block;
    width: 52px;
    height: 52px;
}

.small > .ico, #header .small > .close-nav, .home-services .flex-direction-nav .small > a, .home-products .flex-direction-nav .small > a, .home-testimonials .flex-direction-nav .small > a, .product-detail-content .related-products .flex-direction-nav .small > a, .blog-detail-content .gallery .flex-direction-nav .small > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .small > a.flex-next, .services-content .best-offers .flex-direction-nav .small > a, .about-us-content .gallery .flex-direction-nav .small > a.flex-prev, .about-us-content .gallery .flex-direction-nav .small > a.flex-next, .meet-our-team .flex-direction-nav .small > a, .testimonials .flex-direction-nav .small > a, .ico.small, .page-navigation .previous-page, .page-navigation a.next, #header .small.close-nav, .home-services .flex-direction-nav a.small, .home-products .flex-direction-nav a.small, .home-testimonials .flex-direction-nav a.small, .product-detail-content .related-products .flex-direction-nav a.small, .blog-detail-content .gallery .flex-direction-nav a.small.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.small.flex-next, .services-content .best-offers .flex-direction-nav a.small, .about-us-content .gallery .flex-direction-nav a.small.flex-prev, .about-us-content .gallery .flex-direction-nav a.small.flex-next, .meet-our-team .flex-direction-nav a.small, .testimonials .flex-direction-nav a.small {
    width: 29px;
    height: 30px;
}

.medium > .ico, #header .medium > .close-nav, .home-services .flex-direction-nav .medium > a, .home-products .flex-direction-nav .medium > a, .home-testimonials .flex-direction-nav .medium > a, .product-detail-content .related-products .flex-direction-nav .medium > a, .blog-detail-content .gallery .flex-direction-nav .medium > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .medium > a.flex-next, .services-content .best-offers .flex-direction-nav .medium > a, .about-us-content .gallery .flex-direction-nav .medium > a.flex-prev, .about-us-content .gallery .flex-direction-nav .medium > a.flex-next, .meet-our-team .flex-direction-nav .medium > a, .testimonials .flex-direction-nav .medium > a, .ico.medium, #header .social .share-link, #header .social ul li a:before, #header .search .search-link, #header .show-nav, #header .medium.close-nav, .home-services .flex-direction-nav a.medium, .home-products .flex-direction-nav a.medium, .home-testimonials .flex-direction-nav a.medium, .product-detail-content .related-products .flex-direction-nav a.medium, .blog-detail-content .gallery .flex-direction-nav a.medium.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.medium.flex-next, .services-content .best-offers .flex-direction-nav a.medium, .about-us-content .gallery .flex-direction-nav a.medium.flex-prev, .about-us-content .gallery .flex-direction-nav a.medium.flex-next, .meet-our-team .flex-direction-nav a.medium, .testimonials .flex-direction-nav a.medium {
    width: 60px;
    height: 62px;
}

.large > .ico, #header .large > .close-nav, .home-services .flex-direction-nav .large > a, .home-products .flex-direction-nav .large > a, .home-testimonials .flex-direction-nav .large > a, .product-detail-content .related-products .flex-direction-nav .large > a, .blog-detail-content .gallery .flex-direction-nav .large > a.flex-prev, .blog-detail-content .gallery .flex-direction-nav .large > a.flex-next, .services-content .best-offers .flex-direction-nav .large > a, .about-us-content .gallery .flex-direction-nav .large > a.flex-prev, .about-us-content .gallery .flex-direction-nav .large > a.flex-next, .meet-our-team .flex-direction-nav .large > a, .testimonials .flex-direction-nav .large > a, .ico.large, #header .large.close-nav, .home-services .flex-direction-nav a.large, .home-products .flex-direction-nav a.large, .home-testimonials .flex-direction-nav a.large, .product-detail-content .related-products .flex-direction-nav a.large, .blog-detail-content .gallery .flex-direction-nav a.large.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.large.flex-next, .services-content .best-offers .flex-direction-nav a.large, .about-us-content .gallery .flex-direction-nav a.large.flex-prev, .about-us-content .gallery .flex-direction-nav a.large.flex-next, .meet-our-team .flex-direction-nav a.large, .testimonials .flex-direction-nav a.large {
    width: 73px;
    height: 73px;
}

.ico.arrow-left, .home-slider .flex-direction-nav a.flex-prev, .page-navigation a.previous-page, .page-navigation a.prev, .page-navigation .previous-page, #header .arrow-left.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-prev, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, .home-services .flex-direction-nav a.arrow-left, .home-services .flex-direction-nav a.flex-prev, .home-products .flex-direction-nav a.arrow-left, .home-products .flex-direction-nav a.flex-prev, .home-testimonials .flex-direction-nav a.arrow-left, .home-testimonials .flex-direction-nav a.flex-prev, .product-detail-content .related-products .flex-direction-nav a.arrow-left, .product-detail-content .related-products .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.arrow-left.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-left, .services-content .best-offers .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.arrow-left.flex-next, .meet-our-team .flex-direction-nav a.arrow-left, .meet-our-team .flex-direction-nav a.flex-prev, .testimonials .flex-direction-nav a.arrow-left, .testimonials .flex-direction-nav a.flex-prev {
    background: url(../img/ico_arrow_left.png) 50% 50% no-repeat;
}

.page-navigation a.prev {
    background: url(../img/ico_arrow_left.png) 50% 50% no-repeat !important;
    position: absolute;
    font-size: 16px;
    left: 0;
}

.ico.arrow-right, .home-slider .flex-direction-nav a.flex-next,.page-navigation a.next-page, .page-navigation a.next, #header .arrow-right.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-next, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-next, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-next, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-next, .home-services .flex-direction-nav a.arrow-right, .home-services .flex-direction-nav a.flex-next, .home-products .flex-direction-nav a.arrow-right, .home-products .flex-direction-nav a.flex-next, .home-testimonials .flex-direction-nav a.arrow-right, .home-testimonials .flex-direction-nav a.flex-next, .product-detail-content .related-products .flex-direction-nav a.arrow-right, .product-detail-content .related-products .flex-direction-nav a.flex-next, .blog-detail-content .gallery .flex-direction-nav a.arrow-right.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-right, .services-content .best-offers .flex-direction-nav a.flex-next, .about-us-content .gallery .flex-direction-nav a.arrow-right.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a.arrow-right, .meet-our-team .flex-direction-nav a.flex-next, .testimonials .flex-direction-nav a.arrow-right, .testimonials .flex-direction-nav a.flex-next {
    background: url(../img/ico_arrow_right.png) 50% 50% no-repeat;
}

.page-navigation a.next-page,
.page-navigation a.next {
    background: url(../img/ico_arrow_right.png) 50% 50% no-repeat !important;
    position: absolute;
    font-size: 16px;
    right: 0;
}

.ico.arrow-down, #header .arrow-down.close-nav, .home-services .flex-direction-nav a.arrow-down, .home-products .flex-direction-nav a.arrow-down, .home-testimonials .flex-direction-nav a.arrow-down, .product-detail-content .related-products .flex-direction-nav a.arrow-down, .blog-detail-content .gallery .flex-direction-nav a.arrow-down.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.arrow-down.flex-next, .services-content .best-offers .flex-direction-nav a.arrow-down, .about-us-content .gallery .flex-direction-nav a.arrow-down.flex-prev, .about-us-content .gallery .flex-direction-nav a.arrow-down.flex-next, .meet-our-team .flex-direction-nav a.arrow-down, .testimonials .flex-direction-nav a.arrow-down {
    background: url(../img/ico_arrow_down.png) 50% 50% no-repeat;
}

.ico.white.arrow-left, .home-slider .flex-direction-nav a.flex-prev, .page-navigation .white.previous-page, #header .social ul li a.arrow-left:before, #header .social ul li .blog-detail-content .gallery .flex-direction-nav a.flex-prev:before, .blog-detail-content .gallery .flex-direction-nav #header .social ul li a.flex-prev:before, #header .social ul li .about-us-content .gallery .flex-direction-nav a.flex-prev:before, .about-us-content .gallery .flex-direction-nav #header .social ul li a.flex-prev:before, #header .white.arrow-left.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-prev, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-prev, .home-services .flex-direction-nav a.white.arrow-left, .home-services .flex-direction-nav a.white.flex-prev, .home-products .flex-direction-nav a.white.arrow-left, .home-products .flex-direction-nav a.flex-prev, .home-testimonials .flex-direction-nav a.white.arrow-left, .home-testimonials .flex-direction-nav a.flex-prev, .product-detail-content .related-products .flex-direction-nav a.white.arrow-left, .product-detail-content .related-products .flex-direction-nav a.white.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.arrow-left.flex-next, .services-content .best-offers .flex-direction-nav a.white.arrow-left, .services-content .best-offers .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.arrow-left.flex-next, .meet-our-team .flex-direction-nav a.white.arrow-left, .meet-our-team .flex-direction-nav a.white.flex-prev, .testimonials .flex-direction-nav a.white.arrow-left, .testimonials .flex-direction-nav a.flex-prev {
    background-image: url(../img/button_arrow_left.png);
    background-position: 46% 50%;
    background-size: 20%;
}

.ico.white.arrow-right, .home-slider .flex-direction-nav a.flex-next, .page-navigation .white.next-page, #header .social ul li a.arrow-right:before, #header .social ul li .blog-detail-content .gallery .flex-direction-nav a.flex-next:before, .blog-detail-content .gallery .flex-direction-nav #header .social ul li a.flex-next:before, #header .social ul li .about-us-content .gallery .flex-direction-nav a.flex-next:before, .about-us-content .gallery .flex-direction-nav #header .social ul li a.flex-next:before, #header .white.arrow-right.close-nav, #header .blog-detail-content .gallery .flex-direction-nav a.close-nav.flex-next, .blog-detail-content .gallery .flex-direction-nav #header a.close-nav.flex-next, #header .about-us-content .gallery .flex-direction-nav a.close-nav.flex-next, .about-us-content .gallery .flex-direction-nav #header a.close-nav.flex-next, .home-services .flex-direction-nav a.white.arrow-right, .home-services .flex-direction-nav a.white.flex-next, .home-products .flex-direction-nav a.white.arrow-right, .home-products .flex-direction-nav a.flex-next, .home-testimonials .flex-direction-nav a.white.arrow-right, .home-testimonials .flex-direction-nav a.flex-next, .product-detail-content .related-products .flex-direction-nav a.white.arrow-right, .product-detail-content .related-products .flex-direction-nav a.white.flex-next, .blog-detail-content .gallery .flex-direction-nav a.white.arrow-right.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.flex-next, .services-content .best-offers .flex-direction-nav a.white.arrow-right, .services-content .best-offers .flex-direction-nav a.flex-next, .about-us-content .gallery .flex-direction-nav a.white.arrow-right.flex-prev, .about-us-content .gallery .flex-direction-nav a.flex-next, .meet-our-team .flex-direction-nav a.white.arrow-right, .meet-our-team .flex-direction-nav a.white.flex-next, .testimonials .flex-direction-nav a.white.arrow-right, .testimonials .flex-direction-nav a.flex-next {
    background-image: url(../img/button_arrow_right.png);
    background-size: 20%;
}

.ico.heart, #header .social .share-link, #header .heart.close-nav, .home-services .flex-direction-nav a.heart, .home-products .flex-direction-nav a.heart, .home-testimonials .flex-direction-nav a.heart, .product-detail-content .related-products .flex-direction-nav a.heart, .blog-detail-content .gallery .flex-direction-nav a.heart.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.heart.flex-next, .services-content .best-offers .flex-direction-nav a.heart, .about-us-content .gallery .flex-direction-nav a.heart.flex-prev, .about-us-content .gallery .flex-direction-nav a.heart.flex-next, .meet-our-team .flex-direction-nav a.heart, .testimonials .flex-direction-nav a.heart {
    background: url(../img/ico_heart.png) 50% 50% no-repeat;
}

.ico.search, #header .search .search-link, .search .search-form input[type="submit"], #header .search.close-nav, .home-services .flex-direction-nav a.search, .home-products .flex-direction-nav a.search, .home-testimonials .flex-direction-nav a.search, .product-detail-content .related-products .flex-direction-nav a.search, .blog-detail-content .gallery .flex-direction-nav a.search.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.search.flex-next, .services-content .best-offers .flex-direction-nav a.search, .about-us-content .gallery .flex-direction-nav a.search.flex-prev, .about-us-content .gallery .flex-direction-nav a.search.flex-next, .meet-our-team .flex-direction-nav a.search, .testimonials .flex-direction-nav a.search {
    background: url(../img/ico_search.png) 50% 50% no-repeat;
}

.ico.nav, #header .show-nav, #header .nav.close-nav, .home-services .flex-direction-nav a.nav, .home-products .flex-direction-nav a.nav, .home-testimonials .flex-direction-nav a.nav, .product-detail-content .related-products .flex-direction-nav a.nav, .blog-detail-content .gallery .flex-direction-nav a.nav.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.nav.flex-next, .services-content .best-offers .flex-direction-nav a.nav, .about-us-content .gallery .flex-direction-nav a.nav.flex-prev, .about-us-content .gallery .flex-direction-nav a.nav.flex-next, .meet-our-team .flex-direction-nav a.nav, .testimonials .flex-direction-nav a.nav {
    background: url(../img/ico_nav.png) 50% 50% no-repeat;
}

.ico.close, #header .close-nav, .home-services .flex-direction-nav a.close, .home-products .flex-direction-nav a.close, .home-testimonials .flex-direction-nav a.close, .product-detail-content .related-products .flex-direction-nav a.close, .blog-detail-content .gallery .flex-direction-nav a.close.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.close.flex-next, .services-content .best-offers .flex-direction-nav a.close, .about-us-content .gallery .flex-direction-nav a.close.flex-prev, .about-us-content .gallery .flex-direction-nav a.close.flex-next, .meet-our-team .flex-direction-nav a.close, .testimonials .flex-direction-nav a.close {
    background: url(../img/close_nav.svg) 50% 50% no-repeat;
}

.ico.facebook, #header .facebook.close-nav, .home-services .flex-direction-nav a.facebook, .home-products .flex-direction-nav a.facebook, .home-testimonials .flex-direction-nav a.facebook, .product-detail-content .related-products .flex-direction-nav a.facebook, .blog-detail-content .gallery .flex-direction-nav a.facebook.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.facebook.flex-next, .services-content .best-offers .flex-direction-nav a.facebook, .about-us-content .gallery .flex-direction-nav a.facebook.flex-prev, .about-us-content .gallery .flex-direction-nav a.facebook.flex-next, .meet-our-team .flex-direction-nav a.facebook, .testimonials .flex-direction-nav a.facebook {
    background: url(../img/ico_social_facebook.png) 50% 50% no-repeat;
}

.ico.twitter, #header .twitter.close-nav, .home-services .flex-direction-nav a.twitter, .home-products .flex-direction-nav a.twitter, .home-testimonials .flex-direction-nav a.twitter, .product-detail-content .related-products .flex-direction-nav a.twitter, .blog-detail-content .gallery .flex-direction-nav a.twitter.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.twitter.flex-next, .services-content .best-offers .flex-direction-nav a.twitter, .about-us-content .gallery .flex-direction-nav a.twitter.flex-prev, .about-us-content .gallery .flex-direction-nav a.twitter.flex-next, .meet-our-team .flex-direction-nav a.twitter, .testimonials .flex-direction-nav a.twitter {
    background: url(../img/social_vk.png) 50% 50% no-repeat;
}

.ico.google-plus, #header .google-plus.close-nav, .home-services .flex-direction-nav a.google-plus, .home-products .flex-direction-nav a.google-plus, .home-testimonials .flex-direction-nav a.google-plus, .product-detail-content .related-products .flex-direction-nav a.google-plus, .blog-detail-content .gallery .flex-direction-nav a.google-plus.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.google-plus.flex-next, .services-content .best-offers .flex-direction-nav a.google-plus, .about-us-content .gallery .flex-direction-nav a.google-plus.flex-prev, .about-us-content .gallery .flex-direction-nav a.google-plus.flex-next, .meet-our-team .flex-direction-nav a.google-plus, .testimonials .flex-direction-nav a.google-plus {
    background: url(../img/social_web.png) 50% 50% no-repeat;
}

.ico.pinterest, #header .pinterest.close-nav, .home-services .flex-direction-nav a.pinterest, .home-products .flex-direction-nav a.pinterest, .home-testimonials .flex-direction-nav a.pinterest, .product-detail-content .related-products .flex-direction-nav a.pinterest, .blog-detail-content .gallery .flex-direction-nav a.pinterest.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.pinterest.flex-next, .services-content .best-offers .flex-direction-nav a.pinterest, .about-us-content .gallery .flex-direction-nav a.pinterest.flex-prev, .about-us-content .gallery .flex-direction-nav a.pinterest.flex-next, .meet-our-team .flex-direction-nav a.pinterest, .testimonials .flex-direction-nav a.pinterest {
    background: url(../img/ico_social_pinterest.png) 50% 50% no-repeat;
}

.ico.linkedin, #header .linkedin.close-nav, .home-services .flex-direction-nav a.linkedin, .home-products .flex-direction-nav a.linkedin, .home-testimonials .flex-direction-nav a.linkedin, .product-detail-content .related-products .flex-direction-nav a.linkedin, .blog-detail-content .gallery .flex-direction-nav a.linkedin.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.linkedin.flex-next, .services-content .best-offers .flex-direction-nav a.linkedin, .about-us-content .gallery .flex-direction-nav a.linkedin.flex-prev, .about-us-content .gallery .flex-direction-nav a.linkedin.flex-next, .meet-our-team .flex-direction-nav a.linkedin, .testimonials .flex-direction-nav a.linkedin {
    background: url(../img/ico_social_linkedin.png) 50% 50% no-repeat;
}

.ico.white.facebook, #header .social ul li a.facebook:before, #header .social ul li.facebook a:before, #header .white.facebook.close-nav, .home-services .flex-direction-nav a.white.facebook, .home-products .flex-direction-nav a.white.facebook, .home-testimonials .flex-direction-nav a.white.facebook, .product-detail-content .related-products .flex-direction-nav a.white.facebook, .blog-detail-content .gallery .flex-direction-nav a.white.facebook.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.facebook.flex-next, .services-content .best-offers .flex-direction-nav a.white.facebook, .about-us-content .gallery .flex-direction-nav a.white.facebook.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.facebook.flex-next, .meet-our-team .flex-direction-nav a.white.facebook, .testimonials .flex-direction-nav a.white.facebook {
    background: url(../img/ico_social_facebook_white.png) 50% 50% no-repeat;
}

.ico.white.twitter, #header .social ul li a.twitter:before, #header .social ul li.twitter a:before, #header .white.twitter.close-nav, .home-services .flex-direction-nav a.white.twitter, .home-products .flex-direction-nav a.white.twitter, .home-testimonials .flex-direction-nav a.white.twitter, .product-detail-content .related-products .flex-direction-nav a.white.twitter, .blog-detail-content .gallery .flex-direction-nav a.white.twitter.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.twitter.flex-next, .services-content .best-offers .flex-direction-nav a.white.twitter, .about-us-content .gallery .flex-direction-nav a.white.twitter.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.twitter.flex-next, .meet-our-team .flex-direction-nav a.white.twitter, .testimonials .flex-direction-nav a.white.twitter {
    background: url(../img/ico_social_twitter_white.png) 50% 50% no-repeat;
}

.ico.white.google-plus, #header .social ul li a.google-plus:before, #header .social ul li.google-plus a:before, #header .white.google-plus.close-nav, .home-services .flex-direction-nav a.white.google-plus, .home-products .flex-direction-nav a.white.google-plus, .home-testimonials .flex-direction-nav a.white.google-plus, .product-detail-content .related-products .flex-direction-nav a.white.google-plus, .blog-detail-content .gallery .flex-direction-nav a.white.google-plus.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.google-plus.flex-next, .services-content .best-offers .flex-direction-nav a.white.google-plus, .about-us-content .gallery .flex-direction-nav a.white.google-plus.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.google-plus.flex-next, .meet-our-team .flex-direction-nav a.white.google-plus, .testimonials .flex-direction-nav a.white.google-plus {
    background: url(../img/ico_social_googleplus_white.png) 50% 50% no-repeat;
}

.ico.white.pinterest, #header .social ul li a.pinterest:before, #header .social ul li.pinterest a:before, #header .white.pinterest.close-nav, .home-services .flex-direction-nav a.white.pinterest, .home-products .flex-direction-nav a.white.pinterest, .home-testimonials .flex-direction-nav a.white.pinterest, .product-detail-content .related-products .flex-direction-nav a.white.pinterest, .blog-detail-content .gallery .flex-direction-nav a.white.pinterest.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.pinterest.flex-next, .services-content .best-offers .flex-direction-nav a.white.pinterest, .about-us-content .gallery .flex-direction-nav a.white.pinterest.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.pinterest.flex-next, .meet-our-team .flex-direction-nav a.white.pinterest, .testimonials .flex-direction-nav a.white.pinterest {
    background: url(../img/ico_social_pinterest_white.png) 50% 50% no-repeat;
}

.ico.white.linkedin, #header .social ul li a.linkedin:before, #header .social ul li.linkedin a:before, #header .white.linkedin.close-nav, .home-services .flex-direction-nav a.white.linkedin, .home-products .flex-direction-nav a.white.linkedin, .home-testimonials .flex-direction-nav a.white.linkedin, .product-detail-content .related-products .flex-direction-nav a.white.linkedin, .blog-detail-content .gallery .flex-direction-nav a.white.linkedin.flex-prev, .blog-detail-content .gallery .flex-direction-nav a.white.linkedin.flex-next, .services-content .best-offers .flex-direction-nav a.white.linkedin, .about-us-content .gallery .flex-direction-nav a.white.linkedin.flex-prev, .about-us-content .gallery .flex-direction-nav a.white.linkedin.flex-next, .meet-our-team .flex-direction-nav a.white.linkedin, .testimonials .flex-direction-nav a.white.linkedin {
    background: url(../img/ico_social_linkedin_white.png) 50% 50% no-repeat;
}

.squared-ico, .home-slider .flex-control-nav li a, .blog-detail-content .gallery .flex-control-nav li a, .about-us-content .gallery .flex-control-nav li a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_squared.png) 0 0 no-repeat;
}

.squared-ico.white, .home-slider .flex-control-nav li a, .blog-detail-content .gallery .flex-control-nav li a.white, .about-us-content .gallery .flex-control-nav li a.white {
    background-image: url(../img/ico_squared_white.png);
}

.squared-ico.active, .home-slider .flex-control-nav li a.active, .home-slider .flex-control-nav li a.flex-active, .blog-detail-content .gallery .flex-control-nav li a.active, .blog-detail-content .gallery .flex-control-nav li a.flex-active, .about-us-content .gallery .flex-control-nav li a.active, .about-us-content .gallery .flex-control-nav li a.flex-active {
    background-image: url(../img/ico_squared_active.png);
}

.page-navigation {
    text-align: center;
    position: relative;
}

.page-navigation a.previous-page,
.page-navigation a.prev {
    float: left;
    width: auto !important;
    padding-left: 15px;
    background-position: 0 50% !important;
    line-height: 30px;
}

.page-navigation a.next-page,
.page-navigation a.next {
    float: right;
    width: auto !important;
    padding-right: 15px;
    background-position: 100% 50% !important;
    line-height: 30px;
}

.page-navigation ul.pages,
.page-navigation ul.page-numbers {
    display: inline-block;
    margin: 0px 20px 0 -20px;
    padding: 0;
}

.page-navigation ul li,
.page-navigation ul.pages li,
.page-navigation ul.page-numbers li {
    float: left;
    margin: 0 3px;
    font-size: 0.8125em;
}

.page-navigation ul.page-numbers span,
.page-navigation ul.pages li a,
.page-navigation ul.page-numbers li a {
    display: block;
    line-height: 30px;
}

.page-navigation ul.page-numbers span.current,
.page-navigation ul.pages li.active a,
.page-navigation ul.page-numbers li.active a {
    color: #ed3d5b;
}

.share {
    text-align: center;
}

.share .inner {
    display: inline-block;
}

.share strong {
    float: left;
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 52px;
}

.share ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.share ul li {
    float: left;
    margin: 0 10px 0 9px;
}

@media (max-width: 757px) {
    .page-navigation ul.page-numbers {
        display: none;
    }

    .share {
        text-align: left;
    }

    .share .inner {
        display: inline-block;
    }

    .share strong {
        float: none;
        display: block;
        margin: 0;
    }

    .share ul {
        float: none;
    }

    .share ul li {
        margin: 0 10px 0 0;
    }

    .share ul li:last-child {
        margin: 0;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||COMMENTS||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.comments .comments-title {
    margin-bottom: 29px;
    padding-bottom: 21px;
    background: url("../img/bg_dark_line.png") 0 100% repeat-x;
}

.comments .comments-title:before, .comments .comments-title:after {
    content: " ";
    display: table;
}

.comments .comments-title:after {
    clear: both;
}

.comments .comments-title h2 {
    float: left;
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    color: #664345;
}

.comments .comments-title .comments-count {
    float: right;
    font: italic 1em/36px "Old Standard TT", serif;
}

.comments .comments-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comments .comment-list {
    padding: 0;
}

.comments .comment {
    margin-bottom: 30px;
    padding-bottom: 29px;
    background: url("../img/bg_dark_line.png") 0 100% repeat-x;
    display: block;
}

.comments .comment:before, .comments .comment:after {
    content: " ";
    display: table;
}

.comments .comment:after {
    clear: both;
}

/*.comments .comment-avatar {
  float: left;
  margin: 0 24px 0 0;
}*/
.comments .comment-avatar img {
    display: block;
    width: 166px;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.comments .comment-meta {
    margin: 6px 0 15px;
    font: italic 0.875em/1em "Old Standard TT", serif;
    overflow: hidden;
    padding-top: 5px;
}

.comments .comment-content {
    margin-bottom: 12px;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    line-height: 1.6em;
    color: #664345;
    overflow: hidden;
}

.comments .comment-content p {
    margin: 0;
}

.comments .comment-author {
    font-size: 20px;
    line-height: 1em;
    color: #664345;
}

.comments .comment-author a {
    color: #664345;
}

.comments .comment-author a:hover, .comments .comment-author a:focus {
    color: #ed3d5b;
}

.comments .comment-form h3 {
    margin: 0 0 21px;
    font-size: 26px;
    font-weight: normal;
    color: #664345;
}

.comments .comment-form h3 b {
    font-weight: normal;
    color: #ed3d5b;
}

.comments .comment-form .form-item {
    margin-bottom: 5px;
}

.comments .comment-form .form-item:before, .comments .comment-form .form-item:after {
    content: " ";
    display: table;
}

.comments .comment-form .form-item:after {
    clear: both;
}

.comments .comment-form .form-item input.name {
    float: left;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.comments .comment-form .form-item input[type="file"] {
    position: absolute;
    width: 242px;
    height: 46px;
    margin: 0 0 0 -242px;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    opacity: 0;
    content: 'upload your photo';
    cursor: pointer;
    z-index: 555;
}

.comment-form .form-item .up-photo {
    width: 242px;
    height: 46px;
    position: relative;
    float: right;
    margin-top: -46px;
    background: url(../img/bg_btn_pink.png);
    border-radius: 5px;
    border-bottom: 2px solid #b29091;
}

.comment-form .form-item .up-photo h5 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: auto;
    text-align: center;
}

.comments .comment-form .form-action {
    margin-top: 7px;
}

.comments .comment-form .form-action input[type="submit"] {
    float: right;
    border: 0 none;
}

@media (max-width: 757px) {
    .comments .comment-avatar img {
        width: 100px;
    }

    .comments .comment-content {
        overflow: visible;
    }

    .comments .comment-form .form-item input.name {
        float: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

}

@media (max-width: 768px) {
    .comments .comment-form .form-item input[type="file"] {
        width: 100%;
        margin: 5px 0px 0px;
        position: relative;
    }

    .comment-form .form-item .up-photo {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .comments .comment-avatar img {
        display: none;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.fixed-baner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.no-header-image #header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: white url("../img/header_bg.png") repeat-x;
    z-index: 9999;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||HEADER||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#header {
    position: relative;
    height: 341px;
    z-index: 2;
}

#header .container {
    position: relative;
    padding: 0;
    width: 1470px;
}

#header .main-nav {
    position: relative; /*float: left;*/
    margin: 0 auto;
    width: 100%;
    height: 80px;
}

/*#header .main-nav:before { position: absolute; top: 15px; left: -46px; width: 75px; height: 80px; background: url(../img/bg_main_nav_left.png) 0 0 no-repeat; content: ''; }*/
/*#header .main-nav:after { position: absolute; top: 15px; right: -48px; width: 77px; height: 80px; background: url(../img/bg_main_nav_right.png) 0 0 no-repeat; content: ''; }*/

#header #menu-main-menu-left {
    text-align: right;
    padding: 30px 40px 0 0;
    /*width: 520px;*/
}

#header #menu-main-menu-right {
    text-align: left;
    padding: 30px 0 0 30px;
}

#header .main-nav ul {
    float: left;
    width: 550px;
    height: 80px;
    margin: 0;
    list-style-type: none;
    /*background: url(../img/bg_main_nav.png) 0 0 repeat-x;*/
    font-size: 1.125em;
    /*text-align: center;*/
}

#header .main-nav ul li {
    display: inline-block;
    margin: 0 0
}

#header .main-nav ul li a {
    color: #664445;
    font-size: 22px;
    font-family: "Georgia Bold Italic", serif;
}

#header .main-nav ul li a:hover {
    color: #ed3d5b;
}

#header .main-nav ul li a.active, #header .main-nav ul li.current-menu-item a {
    color: #ed3d5b;
}

#header .social {
    position: absolute;
    top: 24px;
    left: 35px;
}

#header .social .share-link {
    position: relative;
    display: block;
    z-index: 1;
}

#header .social .share-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

#header .social ul {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#header .social ul.act {
    display: block;
}

#header .social ul li {
    margin-bottom: 3px;
    position: relative;
    display: block;
}

#header .social ul li a {
    position: relative;
    display: block;
}

#header .social ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#header .search {
    position: absolute;
    top: 24px;
    right: 35px;
}

#header .search .search-link {
    position: relative;
    display: block;
}

#header .search .search-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.search .search-form {
    width: 389px;
}

#header .search .search-form {
    display: none;
    position: absolute;
    top: 78px;
    right: 1px;
}

.search .search-form form {
    position: relative;
}

.search .search-form form:before,
.search .search-form form:after {
    content: " ";
    display: table;
}

.search .search-form form:after {
    clear: both;
}

#page .search .search-form input[type="text"], #page .search .search-form input[type="search"],
#header .search .search-form input[type="text"], #header .search .search-form input[type="search"] {
    width: 100%;
    height: 60px;
    border: 0 none;
    padding: 18px 60px 18px 19px;
    background: #ed3d5b;
    font-style: italic;
    font-family: "Old Standard TT", serif;
    font-size: 1.125em;
    line-height: 1.6em;
    color: #fff;
}

.search .search-form input[type="text"]:focus, .search .search-form input[type="search"]:focus {
    outline: none;
}

.search .search-form input[type="text"]::-webkit-input-placeholder, .search .search-form input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

.search .search-form input[type="text"]:-moz-placeholder, .search .search-form input[type="search"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search .search-form input[type="text"]::-moz-placeholder, .search .search-form input[type="search"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search .search-form input[type="text"]:-ms-input-placeholder, .search .search-form input[type="search"]:-ms-input-placeholder {
    color: #fff;
}

.search .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 0 none;
}

#header .wrap-logo {
    float: left;
    width: 368px;
    margin: 0;
    padding: 0 2px;
    /*background: url(../img/bg_main_nav_wrap_logo.png) 0 55px no-repeat;*/
}

#header .logo {
    position: relative;
    display: block;
    width: 368px;
    height: 200px;
    padding: 116px 0 0;
    background: url(../img/under_logo.png) 0 0 no-repeat;
    background-size: contain;
    text-align: center;
}

#header .logo .icon {
    position: relative;
    display: block;
    margin: -92px auto 0;
    /*top: 28px;*/
    /*left: 50%;*/
    width: 108px;
    height: 92px;
    /*margin-left: -32px;*/
    background: url(../img/ico_logo_icon.png) 0 0 no-repeat;
}

#header .logo h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    color: #664345;
}

#header .logo strong {
    display: block;
    font-weight: normal;
    line-height: 1em;
    color: #ed3d5b;
}

#header .show-nav {
    display: none;
    position: absolute;
    top: 45px;
    right: 15px;
}

#header .show-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

#header .close-nav {
    display: none;
    position: absolute;
    top: 19px;
    right: 5%;
    margin: 0 0 0 -25px;
    z-index: 99999;
}

#header .close-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

#header .main-nav ul li.current_page_item a {
    color: #ed3d5b;
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #header .main-nav {
        width: 100%;
        margin: 0;
        padding: 0 46px;
    }

    #header .main-nav:before {
        left: 0;
    }

    #header .main-nav:after {
        right: 0;
    }

    #header .main-nav ul {
        width: 341px;
    }

    #header .social {
        top: 104px;
        left: 7px;
        z-index: 9;
    }

    #header .search {
        top: 104px;
        right: 7px;
    }
}

@media (min-width: 1230px) {
    #header .logo.mobile {
        display: none !important;
    }

    #header .hgroup {
        display: block !important;
    }
}

@media (min-width: 758px) and (max-width: 1230px) {

    .no-header-image #header {
        /*background: none;*/
    }

    #header {
        height: 270px;
        padding: 0;
        z-index: 555;
    }

    .main-image {
        height: 270px;
    }

    #header .show-nav {
        display: block;
        right: 20px;
        top: 12px;
    }

    #header .social {
        position: absolute;
        top: 83px;
        left: 15px;
    }

    #header .logo {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 43.3%;*/
        /*margin-left: -95px;*/
        z-index: 2;
    }

    #header .hgroup {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 96px 15px 20px;
        background: url(../img/bg_body.jpg) 0 0 repeat;
        z-index: 9999;
    }

    #header .hgroup .main-nav {
        float: none;
        margin: 0;
    }

    #header .hgroup .main-nav:before, #header .hgroup .main-nav:after {
        display: none;
    }

    #header .hgroup .main-nav ul {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
        font-size: 1.625em;
        line-height: 2.31em;
    }

    #header .hgroup .main-nav ul:before, #header .hgroup .main-nav ul:after {
        content: " ";
        display: table;
    }

    #header .hgroup .main-nav ul:after {
        clear: both;
    }

    #header .hgroup .main-nav ul li {
        display: block;
        margin: 0;
    }

    #header .hgroup .main-nav ul li a {
        display: block;
    }

    #header .hgroup .main-nav .wrap-logo {
        display: none;
    }

    #header .hgroup .search {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px 0 0;
    }

    #header .hgroup .search .search-link {
        display: none !important;
    }

    #header .hgroup .search .search-form {
        display: block !important;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
}

@media (max-width: 757px) {
    #header {
        height: 221px;
        padding: 0;
        z-index: 2000;
    }

    #header .show-nav {
        display: block;
        right: 20px;
        top: 12px;
    }

    #header .social {
        position: absolute;
        top: 59px;
        left: 15px;
    }

    /*#header .logo {*/
        /*position: absolute;*/
        /*top: 20px;*/
        /*left: 50%;*/
        /*margin-left: -70px;*/
        /*z-index: 2;*/
    /*}*/

    /*#header .logo {*/
        /*position: absolute;*/
        /*top: 20px;*/
        /*left: 50%;*/
        /*width: 140px;*/
        /*height: 140px;*/
        /*margin-left: -70px;*/
        /*padding: 86px 0 0;*/
        /*z-index: 2;*/
        /*-webkit-background-size: contain;*/
        /*-moz-background-size: contain;*/
        /*-o-background-size: contain;*/
        /*background-size: contain;*/
    /*}*/



    #header .logo h1 {
        font-size: 1.1125em;
        line-height: 1em;
    }

    #header .logo strong {
        font-size: 0.7375em;
        line-height: 1em;
    }

    #header .hgroup {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 80px 10px 20px;
        background: url(../img/bg_body.jpg) 0 0 repeat;
        z-index: 9999;
    }

    #header .hgroup .main-nav {
        float: none;
        margin: 0;
    }

    #header .hgroup .main-nav:before, #header .hgroup .main-nav:after {
        display: none;
    }

    #header .hgroup .main-nav ul {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
        font-size: 1.625em;
        line-height: 1.8em;
    }

    #header .hgroup .main-nav ul:before, #header .hgroup .main-nav ul:after {
        content: " ";
        display: table;
    }

    #header .hgroup .main-nav ul:after {
        clear: both;
    }

    #header .hgroup .main-nav ul li {
        display: block;
        margin: 0;
    }

    #header .hgroup .main-nav ul li a {
        display: block;
    }

    #header .hgroup .main-nav .wrap-logo {
        display: none;
    }

    #header .hgroup .search {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px 0 0;
    }

    #header .hgroup .search .search-link {
        display: none !important;
    }

    #header .hgroup .search .search-form {
        display: block !important;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
}

/*|||||sub-menu|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#header .main-nav ul li {
    position: relative;
}

li.menu-item-has-children a:after {
    margin-left: 8px;
    content: url(../img/menu_arrow.png);
    display: inline-block;
    vertical-align: middle;
    line-height: 1px;
    padding-bottom: 2px;
}

#header .main-nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    float: left;
    width: auto;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: auto;
    padding: 20px 20px 10px 20px;
    background: url(../img/bg_submenu.png);
    -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;
}

#header .main-nav ul li ul.sub-menu li {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    li.menu-item-has-children a:after {
        display: none;
    }

    #header .main-nav ul li ul.sub-menu {
        display: block !important;
        float: none;
        width: 100%;
        top: inherit;
        font-size: 1.2em;
        position: relative;
        padding: 0;
    }

    #header .main-nav ul li ul.sub-menu li {
        margin: 0 10px;
        font-size: 18px;
        line-height: 40px;
    }
}

.sticky {
    position: relative;
}

.sticky h2 a {
    background: rgba(140, 111, 113, 0.7);
    padding: 5px 30px;
}

.sticky:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    background: url(../img/sticky.png) no-repeat;
    width: 26px;
    height: 35px;
}

/*#page input[type="submit"] {
  padding-right: 50px;
}

#page input[type="submit"] {
  border-color: red;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: url(../img/ico_search-s.png) no-repeat center;
  color: #664345;
}*/

#page .search-form {
    position: relative;
}

.sideba .sub-menu {
    padding-left: 5px;
    display: none;
}

.sub-menu:after {
    display: none;
}

.sidebar li.menu-item-has-children:after {
    content: none;
}

.children {
    background: #fff;
}

#header .main-nav ul li {
    padding: 13px 0 13px;
    /*background: #fff;*/
    border-bottom: 1px dashed #e8e6e2;
    vertical-align: top;
}

#header .main-nav .menu li:first-child {
    display: inline-block !important;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: none;
    margin: 0 10px;
    width: auto;
}

#header .main-nav .menu li:nth-child(2) {
    display: inline-block !important;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: none;
    margin: 0 25px;
    width: auto;
}

#header .main-nav .menu li:nth-child(3) {
    display: inline-block !important;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: none;
    margin: 0 10px;
    width: auto;
}

#header ul.children li {
    display: block;
}

#header .main-nav .sub-menu li {
    margin: 0 0 !important;
    padding: 0 13px !important;
    display: block !important;
    width: 100% !important;

}

#header .main-nav ul li ul.sub-menu li:first-of-type {
    display: block !important;
    width: 100%;
    float: left;
}

#header .main-nav ul li ul.sub-menu .sub-menu li {
    display: block !important;
    width: 100%;
    float: left;
}

#header .main-nav ul li ul.sub-menu a:after {
    display: none;
    /*  width: 100%;
  padding: 0;
  margin-bottom: 13px;*/
}

#header .main-nav ul li ul.sub-menu .sub-menu {
    margin-bottom: -13px;
}

@media (max-width: 1024px) {
    li.menu-item-has-children:after {
        display: none;
    }

    #header .main-nav ul li ul.sub-menu {
        display: block !important;
        float: none;
        width: 100%;
        top: inherit;
        font-size: 1.2em;
        position: relative;
        padding: 0;
    }

    #header .main-nav ul li ul.sub-menu li {
        margin: 0 10px;
        font-size: 18px;
        line-height: 40px;
    }
}

.close-left, .close-right {
    width: 10px;
    height: 13px;
    background: url(../img/ico_close.png) no-repeat;
    background-size: cover;
    left: 10px;
    top: 32px;
    position: absolute;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    cursor: pointer;
    z-index: 111110;
    display: none;
}

.close-right {
    left: auto;
    right: 10px;
}

.close-left.active, .close-right.active {
    transform: rotate(0deg);
}

.visible-menu {
    display: block !important;
}

#header li.menu-item-has-children span, #header .page_item_has_children span {
    content: url(../img/menu_arrow.png);
    display: inline-block;
    vertical-align: middle;
    line-height: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    transition: transform 0.3s linear;
    padding-left: 8px;
}

#header li.menu-item-has-children span.active, #header .page_item_has_children span.active {
    transform: rotate(-180deg);
    position: relative;
    left: 8px;
}

#header li.menu-item-has-children:after {
    content: none;
}

#header .main-nav ul.children {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background: #fff;
    padding-top: 0;
    margin-bottom: -14px;
}

#header .main-nav ul.children li {
    padding: 13px 0 13px !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
}

#header .main-nav ul.children li ul.children li {
    display: block !important;
    padding: 13px 0 13px !important;
}

#header .main-nav ul.children li ul.children {
    width: 100%;
}

#header .main-nav ul li.page_item {
    width: 100%;
}

.page_item_has_children ul.children {
    display: none;
}

.page_item_has_children li {
    font-size: 16px !important;
    border-bottom: 1px solid #664345 !important;
}

.page_item_has_children li .page_item_has_children li {
    font-size: 15px !important;
}

#header .page_item_has_children {
    padding: 0;
}

.widget-area ul {
    padding: 0 0 0 2px;
}

#header {
    padding-top: 0;
}

@media (max-width: 1024px) {
    #header {
        padding-top: 0;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||FOOTER||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#footer {
    position: relative;
    padding: 58px 0 58px;
    text-align: center;
    background: url(../img/bg_body.jpg) 0 0 repeat;
}

#footer:before {
    background: url("../img/bg_dark_line.png") 0 0 repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#footer .contact-phone {
    margin-bottom: 55px;
    font-size: 25px;
    color: #8c6f71;
    font-family: "Georgia";
}

#footer .copyright {
    font-family: "Georgia Italic";
}

#footer .contact-phone strong {
    font-weight: normal;
    color: #ed3d5b;
}

#footer nav {
    display: inline-block;
    padding: 0 0 42px;
}

#footer nav strong {
    float: left;
    margin: 0 8px 0 0;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 73px;
}

#footer nav ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer nav ul li {
    display: inline-block;
    margin: 0 12px 0 11px;
}

@media (max-width: 757px) {
    #footer {
        padding: 55px 0 52px;
    }

    #footer .contact-phone {
        line-height: 1.25em;
        margin-bottom: 30px;
    }

    #footer .contact-phone strong {
        display: block;
    }

    #footer nav {
        padding: 0;
    }

    #footer nav strong {
        float: none;
        display: block;
    }

    #footer nav ul {
        float: none;
    }

    #footer nav ul li {
        margin: 0 12px 30px 11px;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||home||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.home-slider {
    position: relative;
    height: 750px;
    color: #fff;
    text-align: center;
}

.home-slider .container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home-slider .slides {
    height: 100%;
}

.home-slider .slides li {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-slider-description-wrap {
    position: absolute;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 57%;
}

@media (max-width: 450px) {
    .swiper-slide-visible .animation-scale {
        font-size: 40px;
    }
}

.home-slider .description {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 35px;
    font-family: "Playfair Bold Italic";
}

.home-slider h2 {
    margin: 0 0 40px;
    font-size: 94px;
    font-weight: 100;
    line-height: 1em;
    font-family: "Playfair Bold Italic";
}

.home-slider .flex-control-nav {
    bottom: 50px;
    z-index: 2;
}

.home-slider .flex-control-nav li {
    margin: 0 8px;
}

.home-services {
    text-align: center;
}

.home-services .slides li {
    margin-right: 30px;
}

.home-services .slides li img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.home-services .slides li img:hover, .home-services .slides li img:focus {
    background-color: #ed3d5b;
}

.home-services .slides li .name {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: normal;
}

.home-services .slides li .description {
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
}

.home-services .flex-direction-nav {
    position: relative;
    margin: 35px 0 39px;
    text-align: center;
    top: -10px;
    display: none;
}

.home-services .flex-direction-nav li {
    display: inline-block;
    margin: 0 25px;
}

.home-services .flex-direction-nav a {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    margin: 0;
}

.home-services .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.home-products {
    text-align: center;
}

.home-products .slider {
    text-align: center;
}

.home-products .flex-viewport {
    overflow: visible;
}

.home-products .content {
    min-height: 457px;
    background: url(../img/bg_home_products_item.jpg) 100% 0 repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.home-products .content .image {
    float: left;
    width: 457px;
}

.home-products .content .information {
    display: table;
    color: #fff;
}

.home-products .content .information .wrap {
    display: table-cell;
    height: 0 !important;
    padding: 45px;
    vertical-align: middle;
}

.home-products .content .price {
    display: block;
    font-weight: 700;
    font-size: 1.875em;
    font-family: "Old Standard TT", serif;
    line-height: 1em;
    color: #ed3d5b;
}

.through {
    text-decoration: line-through;
}

.home-products .content .name {
    margin-bottom: 20px;
    padding-bottom: 33px;
    background: url(../img/ico_page_title_white.png) 50% 100% no-repeat;
    font-size: 2.25em;
    font-weight: normal;
    line-height: 1em;
    margin-top: 0;
}

.home-products .content .name a {
    color: #fff;
    display: block;
}

.home-products .content .name a:hover {
    color: #ed3d5b;
}

.home-products .content .description {
    margin-bottom: 26px;
    line-height: 1.5em;
    font-family: "Old Standard TT", serif;
    font-size: 16px;
    line-height: 24px;
    max-height: 220px;
    overflow: hidden;
}

.home-products .flex-direction-nav {
    position: relative;
    display: inline-block;
    margin: 35px 0 0;
}

.home-products .flex-direction-nav li {
    float: left;
    padding-top: 5px;
}

.home-products .flex-direction-nav a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 27px;
}

.home-products .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.home-our-services {
    text-align: center;
}

.home-our-services .items {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.home-our-services .items > li {
    margin-bottom: 53px;
}

.home-our-services .items > li .image {
    position: relative;
    display: block;
    margin: 0 auto 17px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.home-our-services .items > li .image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.services .items > li .image > img {
    margin-top: 30%;
}

.home-our-services .items > li h3 {
    margin: 0 0 12px;
    font-size: 1.5em;
    font-weight: normal;
    color: #664345;
}

.home-our-services .items > li h3 a {
    color: #664345;
}

.home-testimonials {
    overflow: hidden;
}

.home-our-services .items > li:hover h3 a {
    color: #ed3d5b;
}

.home-our-services .items > li .description {
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    line-height: 1.6em;
}

.home-testimonials .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.home-testimonials .swiper-slide {
    height: 567px;
    position: relative;
    overflow: hidden;
}

.home-testimonials .content {
    position: absolute;
    float: right;
    right: 20%;
    width: 35%;
    padding: 10px;
    top: 70px;
    background: url(../img/bg_body.jpg) 100% 0 repeat;
}

.home-testimonials .content:before {
    position: absolute;
    bottom: 27px;
    left: -39px;
    width: 50px;
    height: 65px;
    background: url(../img/triagle.png) 0 0 no-repeat;
    content: "";
}

.home-testimonials .content .inner {
    border: 1px dashed #e6e4e0;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.59);
}

.home-testimonials .content blockquote {
    margin: 0;
    font-style: italic;
    font-family: "Old Standard TT", serif;
}

.home-testimonials .content blockquote p {
    margin-top: 0;
}

.home-testimonials .content .author {
    margin: 0;
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1em;
    color: #664345;
}

.home-testimonials .content .author a {
    color: #664345;
}

.home-testimonials .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.home-testimonials .flex-direction-nav a.flex-prev {
    left: 20px;
}

.home-testimonials .flex-direction-nav a.flex-next {
    right: 20px;
}

.home-testimonials .swiper-slide img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

@media (max-width: 480px) {
    .home-testimonials .flex-direction-nav a.flex-prev {
        left: 0;
    }

    .home-testimonials .flex-direction-nav a.flex-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .home-our-services .items > li .image {
        margin: 0 auto 40px auto;
    }
}

@media (max-width: 800px) {
    .home-testimonials .swiper-slide {
        height: auto;
    }

    .home-testimonials .content {
        position: relative;
    }

    .home-testimonials {
        padding-bottom: 60px;
    }

    .home-testimonials .content {
        top: 0;
        float: left;
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }

    .home-testimonials .swiper-slide img {
        display: none;
    }

    .home-testimonials .content {
        width: 70%;
    }

}

@media (max-width: 600px) {
    .home-testimonials .content:before {
        display: none;
    }

    .home-testimonials .content {
        width: 90%;
    }

    .home-testimonials .flex-direction-nav {
        width: 150px;
        margin: 0 auto;
        position: relative;
        display: block;
        clear: both;
        height: 100px;
    }
}

@media (max-width: 758px) {
    .hidden-xs-2 {
        display: none !important;
    }
}

@media (max-width: 757px) {
    .hidden-xs-757 {
        display: none;
    }

    .home-slider h2 {
        margin-bottom: 15px;
        font-size: 3.625em;
    }

    .home-slider .flex-control-nav {
        bottom: 20px;
    }

    .home-our-services .items > li {
        margin-bottom: 32px;
    }

    .home-our-services .items > li h3 {
        margin: 0 0 13px;
    }

    .home-products .content {
        min-height: inherit;
        margin: 0 20px;
        padding: 90px 10px;
    }

    .home-products .content .information {
        height: auto;
    }

    .home-products .content .information .wrap {
        padding: 0;
        height: 100%;
    }

    .home-products .content .name {
        margin-top: 0;
        font-size: 1.625em;
        line-height: 1em;
    }
}

@media (min-width: 758px) and (max-width: 991px) {
    .home-slider .btn, .home-slider .comments .comment-form .form-item input[type="file"]:before, .comments .comment-form .form-item .home-slider input[type="file"]:before, .home-slider .comments .comment-form .form-action input[type="submit"], .comments .comment-form .form-action .home-slider input[type="submit"], .home-slider .contact-content .contact-form .form-action input[type="submit"], .contact-content .contact-form .form-action .home-slider input[type="submit"] {
        width: auto;
    }

    /*.home-slider h2 {*/
        /*font-size: 3.75em;*/
    /*}*/

    .home-our-services .items > li {
        margin-bottom: 32px;
    }

    .home-our-services .items > li h3 {
        margin: 0 0 13px;
        font-size: 1.25em;
    }

    .home-products .content {
        overflow: hidden;
        min-height: 349px;
        padding: 0;
        margin: 0;
    }

    .home-products .content .image {
        width: 48.4%;
    }

    .home-products .content .information .wrap {
        padding: 18px 20px;
    }

    .home-products .content .information {
        height: 349px;
    }

    .home-products .content .name {
        font-size: 1.625em;
        line-height: 1em;
        margin-top: 0;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||products||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.products-content {
    text-align: center;
}

.products-content .items {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
}

.products-content .items .product {
    margin-bottom: 50px;
}

.products-content .items .product img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.products-content .items .product img:hover, .products-content .items .product img:focus {
    background-color: #ed3d5b;
}

.products-content .items .product .name {
    margin: 20px 10px 10px;
    font-size: 22px;
    font-weight: normal;
}

.products-content .items .product .description {
    margin-bottom: 16px;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    padding: 0 10px;
}

.products-content .items .product .price {
    font: 700 1.375em/1.18em "Old Standard TT", serif;
    color: #ed3d5b;
    padding: 0 10px;
}

.products-content .show-more-items {
    display: inline-block;
}

.poduct-caption .caption-name {
    margin: 20px 10px 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 3.2em;
    position: relative;
}

@media (max-width: 757px) {
    .products-content .items .product img {
        width: auto;
    }
}

.drop {
    float: none;
    position: relative;
    display: inline-block;
    margin: 7px 0px 50px;
    height: 50px;
    z-index: 300;
    width: 450px;
}

.drop input[type="text"] {
    position: absolute;
    width: 100%;
    height: 50px;
    background: none;
    padding-left: 80px !important;
    border: 1px solid #8c6f71;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    font-style: italic;
    left: 0;
    top: 0;
}

.drop-list {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 30px;
    height: 13px;
    background: url(../img/ico_arrow_down.png) no-repeat;
    z-index: 600;
}

.drop label {
    font-size: 16px;
    line-height: 26px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-weight: 400;
    float: left;
    padding: 10px;
    z-index: 200;
}

.drop span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    z-index: 500;
}

.drop span a {
    font-size: 0.9375em;
    line-height: 1.6em;
    border: 1px solid #8c6f71;
    border-top: none;
    color: #8c6f71;
    background: #fff;
    float: left;
    position: relative;
    font-style: italic;
    width: 100%;
    height: 50px;
    text-decoration: none;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    z-index: 400;
    font-family: "Old Standard TT", serif;
}

.drop span a:first-child {
    border-top: 1px solid #8c6f71;
}

.time-200 {
    -webkit-transition: All 200ms ease-in;
    -moz-transition: All 200ms ease-in;
    -o-transition: All 200ms ease-in;
    -ms-transition: All 200ms ease-in;
    transition: All 200ms ease-in;
}

.time-300 {
    -webkit-transition: All 350ms ease-in;
    -moz-transition: All 350ms ease-in;
    -o-transition: All 350ms ease-in;
    -ms-transition: All 350ms ease-in;
    transition: All 350ms ease-in;
}

.time-400 {
    -webkit-transition: All 500ms ease-in;
    -moz-transition: All 500ms ease-in;
    -o-transition: All 500ms ease-in;
    -ms-transition: All 500ms ease-in;
    transition: All 500ms ease-in;
}

.time-500 {
    -webkit-transition: All 650ms ease-in;
    -moz-transition: All 650ms ease-in;
    -o-transition: All 650ms ease-in;
    -ms-transition: All 650ms ease-in;
    transition: All 650ms ease-in;
}

@media (min-width: 980px) {
    .product-animation .scale-text .anime {
        opacity: 0;
    }

    .product-animation .scale-text.act .anime {
        opacity: 1;
    }

    .product-animation .scale-text .anime .price {
        opacity: 0;
    }

    .product-animation .scale-text.act .anime .price {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .drop {
        width: 300px;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||product_detail||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.product-detail-content {
    padding-top: 55px;
    padding-bottom: 99px;
}

.page-title .price {
    padding-top: 5px;
}

.product-detail-content .page-title .price, .product-detail-content .section-title .price {
    display: block;
    margin-bottom: 20px;
    font: 700 1.875em/0.87em "Old Standard TT", serif;
    color: #ed3d5b;
}

.product-detail-content article {
    font-family: "Old Standard TT", serif;
    line-height: 1.75em;
}

.product-detail-content .share {
    margin: 30px 0 58px;
}

.related-products .swiper-container {
    margin-top: 30px;
}

.product-detail-content .related-products {
    text-align: center;
}

.product-detail-content .related-products .slides li {
    margin-right: 30px;
}

.product-detail-content .related-products .slides li img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.product-detail-content .related-products .slides li img:hover, .product-detail-content .related-products .slides li img:focus {
    background-color: #ed3d5b;
}

.product-detail-content .related-products .slides li .name {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: normal;
}

.product-detail-content .related-products .slides li .description {
    margin-bottom: 16px;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
}

.product-detail-content .related-products .slides li .price {
    font: 700 1.375em/1.18em "Old Standard TT", serif;
    color: #ed3d5b;
}

.product-detail-content .related-products .flex-direction-nav {
    position: relative;
    margin: 100px 0 0;
    text-align: center;
}

.product-detail-content .related-products .flex-direction-nav li {
    display: inline-block;
    margin: 0 25px;
}

.product-detail-content .related-products .flex-direction-nav a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.product-detail-content .related-products .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.related-products .section-title h2 {
    margin: 0px 0px 40px;
}

.main-image.detailed {
    height: 80vmin;
    margin-top: -341px;
    position: relative;
    background-size: cover;
    background-position: 50% 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-detail-content {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

@media (max-width: 757px) {
    .product-detail-content {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .product-detail-content .related-products {
        margin: 0;
    }

    .product-detail-content .related-products .slides li .description {
        display: none;
    }
}

@media (max-width: 530px) {
    .main-image.detailed {
        margin-top: -221px;
        height: 90vmin;
        background-attachment: scroll;
    }
}

@media (max-width: 320px) {
    .main-image.detailed {
        height: 100vmin;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||blog_archive||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.blog-archive-content {
    padding-top: 90px;
    padding-bottom: 95px;
}

.vc_row .blog-archive-content {
    padding: 0;
}

.blog-archive-content .page-title, .blog-archive-content .section-title {
    margin-bottom: 40px;
}

.blog-archive-content .page-title h1, .blog-archive-content .section-title h1 {
    margin-bottom: 30px;
}

.blog-archive-content .posts article {
    margin-bottom: 45px;
    width: 100%;
}

.blog-archive-content .posts article:last-child {
    margin-bottom: 0;
}

.blog-archive-content .posts article figure {
    margin-bottom: 27px;
}

.blog-archive-content .posts article .meta {
    margin-bottom: 10px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
}

.blog-archive-content .posts article .meta a {
    color: #8c6f71;
}

.blog-archive-content .posts article .meta time {
    display: inline-block;
    margin-right: 24px;
}

.blog-archive-content .posts article .meta .comments {
    margin-right: 20px;
    padding-left: 17px;
    background: url(../img/ico_comments.png) 0 2px no-repeat;
}

.blog-archive-content .posts article .post-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: normal;
    line-height: 29.96px;
    color: #664345;
}

.blog-archive-content .posts article .description {
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
}

.blog-archive-content .show-more-items {
    display: inline-block;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||blog_list||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.blog-list-content {
    padding-top: 90px;
    padding-bottom: 95px;
    text-align: center;
    overflow: hidden;
}

.vc_row .blog-list-content {
    padding: 0;
}

.blog-list-content .page-title h1, .blog-list-content .section-title h1 {
    margin-bottom: 30px;
}

.blog-list-content .posts article {
    margin-bottom: 58px;
}

.blog-list-content .posts article:last-child {
    margin-bottom: 0;
}

.blog-list-content .posts article figure {
    margin: 0 auto 30px auto;
    width: 334px;
    height: 335px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-list-content .posts article figure img {
    max-width: 334px;
    width: 100%;
}

.blog-list-content .posts article .meta {
    margin-bottom: 10px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
}

.blog-list-content .posts article .meta time {
    display: inline-block;
    margin-right: 24px;
}

.blog-list-content .posts article .meta .comments {
    margin-right: 20px;
    padding-left: 17px;
    background: url(../img/ico_comments.png) 0 2px no-repeat;
}

.blog-list-content .posts article .post-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    color: #664345;
}

.blog-list-content .posts article .description {
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
}

.blog-list-content .show-more-items {
    display: inline-block;
}

.page-navigation ul.page-numbers span,
.page-navigation ul.page-numbers li a {
    font-weight: 400;
    color: #8c6f71;
}

.page-navigation ul.page-numbers span:hover,
.page-navigation ul.page-numbers li:hover a {
    color: #ed3d5b;
}

.page-navigation ul.page-numbers span.current,
.page-navigation ul.page-numbers li.active a {
    color: #ed3d5b;
}

a.prev,
.previous-page {
    color: #8c6f71;
}

a.prev:hover,
.previous-page:hover {
    color: #ED3D5B;
}

a.next {
    color: #8c6f71;
}

a.next:hover {
    color: #ED3D5B;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-list-content {
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .vc_row .blog-list-content {
        padding: 0;
    }
}

@media (max-width: 757px) {
    .blog-list-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .vc_row .blog-list-content {
        padding: 0;
    }
}

@media (min-width: 980px) {
    .container-mix .scale-text .circle-thumb {
        opacity: 0;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
    }

    .container-mix .scale-text.act .circle-thumb {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    .container-mix .scale-text .meta {
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .container-mix .scale-text.act .meta {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||blog_detail||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.blog-detail-content {
    padding-top: 58px;
    padding-bottom: 100px;
    overflow: hidden;
}

.main-image.cover {
    background-size: cover;
}

.blog-detail-content .article {
    font-family: "Old Standard TT", serif;
    line-height: 1.75em;
    color: rgb(102, 67, 69);
}

.blog-detail-content .page-title time, .blog-detail-content .section-title time {
    display: block;
    margin-bottom: 20px;
    font: italic 1em/1em "Old Standard TT", serif;
}

.blog-detail-content article {
    font-family: "Old Standard TT", serif;
    line-height: 1.75em;
    color: #664345;
}

.blog-detail-content .gallery {
    margin: 0 0 58px;
}

.blog-detail-content .gallery .flex-control-nav {
    bottom: -41px;
}

.blog-detail-content .gallery .flex-control-nav li {
    margin: 0 8px;
}

.blog-detail-content .gallery .flex-direction-nav a {
    margin: -26px 0 0 0;
    top: 50%;
}

.blog-detail-content .gallery .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.blog-detail-content .gallery .flex-direction-nav a.flex-prev {
    left: 15px;
}

.blog-detail-content .gallery .flex-direction-nav a.flex-next {
    right: 15px;
}

.blog-detail-content .share {
    margin: 30px 0 92px;
}

.blog-detail-content .page-title h1 {
    margin-bottom: 32px;
    line-height: 1em;
}

.photo-up input[type="button"] {
    visibility: hidden !important;
}

#page .form-item input {
    color: #8C6F71;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-detail-content {
        padding-bottom: 90px;
    }
}

@media (max-width: 757px) {
    .blog-detail-content {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .blog-detail-content .gallery {
        margin-bottom: 30px;
    }

    .blog-detail-content .gallery .flex-control-nav {
        display: none;
    }
}

.blog-img-mask {
    background-image: url(../img/blog-thumb-mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 334px;
    height: 335px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.circle-thumb {
    position: relative;
    margin: 30px auto 27px auto;
    overflow: hidden;
}

.blog-list-content .posts article figure.circle-thumb img {
    height: 335px;
}

@media (max-width: 354px) {
    .circle-thumb {
        width: 290px;
        height: 290px;
    }

    .blog-img-mask {
        width: 290px;
        height: 290px;
    }
}

@media (min-width: 980px) {
    .animete-form .scale-text .fade-anime {
        opacity: 0;
        margin-left: 200px;
    }

    .animete-form .scale-text.act .fade-anime {
        opacity: 1;
        margin-left: 0px;
    }

    .animate-blog .scale-text .fade-anime {
        opacity: 0;
        margin-left: -200px;
    }

    .animate-blog .scale-text.act .fade-anime {
        opacity: 1;
        margin-left: 0px;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||contact_us||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.contact-content .contact-info {
    text-align: center;
}

.contact-content .contact-info:before, .contact-content .contact-info:after {
    content: " ";
    display: table;
}

.contact-content .contact-info:after {
    clear: both;
}

.contact-content .contact-info .item {
    float: left;
    padding: 0 5px;
    width: 33.333%;
}

.contact-content .contact-info .ico-contact {
    position: relative;
    margin: 0 auto 22px;
}

.contact-content .contact-info .ico-contact:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
}

.contact-content .contact-info .contact-address .ico-contact {
    margin-bottom: 18px;
    position: relative;
}

.contact-content .contact-info .ico-contact img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contact-content .contact-info .information {
    font-size: 22px;
    font-family: "Old Standard TT", serif;
    line-height: 1.36em;
    color: #664345;
}

.contact-content .contact-info .information p {
    margin: 0;
}

.contact-content .contact-info .information a {
    color: #664345;
}

.contact-content .contact-info .information a:hover, .contact-content .contact-info .information a:focus {
    color: #ed3d5b;
}

.contact-content .contact-form:before, .contact-content .contact-form:after {
    content: " ";
    display: table;
}

.contact-content .contact-form:after {
    clear: both;
}

.contact-content .contact-form .form-item {
    margin-bottom: 5px;
}

.contact-content .contact-form .form-action {
    margin-top: 7px;
}

.contact-content .contact-form .form-action input[type="submit"] {
    float: right;
    border: 0 none;
    padding-left: 18px;
    padding-right: 18px;
}

#contact-map {
    height: 400px;
    transform: inherit !important;
}

#contact-map img {
    max-width: inherit;
}

#page .contact-content .contact-form input:focus:invalid, #page .contact-content .contact-form textarea:focus:invalid {
    border-color: #ed3d5b;
}

@media (max-width: 757px) {
    .contact-content .contact-info {
        padding: 0;
        text-align: center;
    }

    .contact-content .contact-info:before, .contact-content .contact-info:after {
        content: " ";
        display: table;
    }

    .contact-content .contact-info:after {
        clear: both;
    }

    .contact-content .contact-info .item {
        padding: 0 0 30px;
        width: 100%;
    }

    .contact-content .contact-form .form-action {
        margin-top: 20px;
    }
}

@media (min-width: 980px) {
    .wrap-contact-form .scale-text .translate {
        opacity: 0;
        transform: translateY(200px);
    }

    .wrap-contact-form .scale-text.act .translate {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||services||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.services-content {
    overflow: hidden;
    text-align: center;
}

.services-content .services {
    text-align: center;
}

.services-content .services .items {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.services-content .services .items > li {
    margin-bottom: 53px;
}

.services-content .services .items > li .image {
    position: relative;
    display: block;
    margin: 0 auto 17px;
}

.services-content .services .items > li .image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.services-content .services .items > li h3 {
    margin: 0 0 18px;
    font-size: 30px;
    font-family: "Intro Script";
    font-weight: 100;
    color: #563132;
}

.services-content .services .items > li h3 a {
    color: #664345;
}

.services-content .services .items > li h3 a:hover {
    color: #ed3d5b;
}

.services-content .services .items > li .description {
    /*font-family: "Old Standard TT", serif;*/
    /*font-size: 0.9375em;*/
    /*line-height: 1.6em;*/
}

.services-content .best-offers {
    overflow: hidden;
}

.services-content .best-offers .slider {
    text-align: center;
}

.services-content .best-offers .flex-viewport {
    margin: 0 -15px;
    padding: 15px;
}

.services-content .best-offers .item {
    min-height: 541px; /*513*/
    height: 100%;
    margin: 0px 15px;
    background: url(../img/bg_services_best_offers_item.jpg) center center repeat;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.services-content .best-offers .item .infoDashed {
    /*border: 1px dashed #000;*/
    margin: 10px;
}

.services-content .best-offers .item .information {
    /*padding: 0 5px 0;*/
    color: #fff;
}

.services-content .best-offers .item .price {
    display: block;
    font-weight: 700;
    font-size: 1.375em;
    font-family: "Old Standard TT", serif;
    line-height: 1.18em;
    color: #ed3d5b;
}

.services-content .best-offers .item .name {
    margin: 13px 0 5px;
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1em;
}

.services-content .best-offers .item .name span {
    color: #fff;
    font-family: "Intro Script";
    font-size: 30px;
}

.services-content .best-offers .item .name a:hover {
    color: #ed3d5b;
}

.services-content .best-offers .item .intro {
    /*margin-bottom: 13px;*/
    /*background: url(../img/ico_page_title_white.png) 50% 100% no-repeat;*/
    font-size: 16px;
    font-family: "Georgia Italic", serif;
    color: #c1c1c1;
    line-height: 1.47em;
}

.services-content .best-offers .item .description {
    font-size: 16px;
    font-family: "Georgia", serif;
    color: white;
    /*line-height: 2.43em;*/
}

.services-content .best-offers .flex-direction-nav {
    position: relative;
    /*display: inline-block;*/
    margin: 40px 0 0;
    display: none;
}

.services-content .best-offers .flex-direction-nav li {
    float: left;
}

.services-content .best-offers .flex-direction-nav a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 25px;
}

.services-content .best-offers .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.services-content .best-offers .flex-direction-nav a.flex-prev {
    left: 0;
}

.services-content .best-offers .flex-direction-nav a.flex-next {
    right: 0;
}

.services-content .our-skills {
    text-align: center;
}

.services-content .our-skills .skills {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.services-content .our-skills .statistic {
    position: relative;
    width: 229px;
    height: 229px;
    margin: 0 auto 23px;
    border: 30px solid #f5f4f4;
    -webkit-border-radius: 115px;
    -moz-border-radius: 115px;
    -ms-border-radius: 115px;
    -o-border-radius: 115px;
    border-radius: 115px;
}

.services-content .our-skills .statistic .spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -21px;
    border: 12px solid #ed3d5b;
    -webkit-border-radius: 105.5px;
    -moz-border-radius: 105.5px;
    -ms-border-radius: 105.5px;
    -o-border-radius: 105.5px;
    border-radius: 105.5px;
}

.services-content .our-skills .statistic .spinner.fill {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.services-content .our-skills h4 {
    margin: 0 0 17px;
    font-size: 1.375em;
    line-height: 1em;
    color: #664345;
    font-weight: 400;
}

.services-content .our-skills .description2 {
    font-size: 15px;
    font-family: "Old Standard TT", serif;
    line-height: 24px;;
    color: #927779;
}

.best-offers .item img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-content .best-offers .slider {
        margin: -15px 0;
    }

    .services-content .best-offers .flex-viewport {
        padding: 15px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-content .best-offers .slider {
        margin: 0;
    }

    .services-content .best-offers .flex-viewport {
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    .services-content .best-offers .slider {
        margin: 0;
    }

    .services-content .best-offers .flex-viewport {
        margin: 0;
        padding: 15px 15px;
    }

    .services-content .best-offers .item {
        /*min-height: 359px;*/
    }

    .services-content .best-offers .item .intro {
        margin: 0;
        padding: 0;
        background: none;
    }

    .services-content .best-offers .item .description {
        /*display: none;*/
    }
}

/*@media (max-width: 480px) {*/
    /*.item-1, .item-3, .item-2, .item-4 {*/
        /*padding-bottom: 30px;*/
    /*}*/
/*}*/

@media (min-width: 980px) {
    .animation-service .scale-text .translate {
        opacity: 0;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    .animation-service .scale-text.act .translate {
        opacity: 1;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||about-us||||||||||||||||||||||||||||||||||||*/
.about-us-content {
    overflow: hidden;
}

.about-us-content article {
    font-family: "Old Standard TT", serif;
    line-height: 1.75em;
    color: #664345;
}

.about-us-content .gallery {
    margin: 0 0 80px;
}

.about-us-content .gallery .flex-control-nav {
    bottom: -41px;
}

.about-us-content .gallery .flex-control-nav li {
    margin: 0 8px;
}

.about-us-content .gallery .flex-direction-nav a {
    margin: -26px 0 0 0;
    top: 50%;
}

.about-us-content .gallery .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.about-us-content .gallery .flex-direction-nav a.flex-prev {
    left: 15px;
}

.about-us-content .gallery .flex-direction-nav a.flex-next {
    right: 15px;
}

p#articleLoad {
    margin: 0;
}

@media (max-width: 758px) {
    .about-us-content .gallery .flex-direction-nav {
        display: none;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||meet-our-team||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.meet-our-team {
    text-align: center;
}

.meet-our-team .section-title {
    margin-bottom: 50px;
}

.meet-our-team .slides li {
    margin-right: 30px;
}

.meet-our-team .slides li img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.meet-our-team .slides li img:hover, .meet-our-team .slides li img:focus {
    background-color: #ed3d5b;
}

.meet-our-team .slides li .name {
    margin: 20px 0 10px;
    font-size: 1.5em;
    font-weight: normal;
}

.meet-our-team .slides li .name a {
    color: #8c6f71;
}

.meet-our-team .slides li .post {
    display: block;
    padding: 0 0 15px;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
    color: #ed3d5b;
}

.meet-our-team .slides li .description {
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
}

.meet-our-team .flex-direction-nav {
    position: relative;
    margin: 35px 0 0;
    text-align: center;
}

.meet-our-team .flex-direction-nav li {
    display: inline-block;
    margin: 0 25px;
}

.meet-our-team .flex-direction-nav a {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    margin: 0;
}

.meet-our-team .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||testimonials||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.testimonials {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.testimonials .container {
    height: 100%;
}

.testimonials .slider {
    height: 392px;
}

.testimonials .flex-viewport {
    height: 100%;
}

.testimonials .slides {
    height: 100%;
}

.testimonials .slides > li {
    position: relative;
    height: 100%;
}

.testimonials .content {
    display: table;
}

.testimonials .content .inner {
    display: table-cell;
    padding: 20px 200px 30px;
    /*height: 392px;*/
    vertical-align: middle;
}

.testimonials .content blockquote {
    margin: 0;
    font-style: italic;
    font-family: "Old Standard TT", serif;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 400;
}

.testimonials .content .author {
    margin: 19px 0 0;
    padding: 23px 0 0;
    background: url(../img/ico_page_title_white.png) 50% 0 no-repeat;
    font-size: 1.875em;
    font-weight: normal;
    line-height: 1em;
    color: #fff;
}

.testimonials .content .author a {
    color: #fff;
}

.testimonials .flex-direction-nav a,
.home-slider .flex-direction-nav a {
    z-index: 999;
}

.testimonials .flex-direction-nav a:before,
.home-slider .flex-direction-nav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.testimonials .flex-direction-nav a,
.home-slider .flex-direction-nav a {
    margin: -26px 0 0 0;
    top: 50%;
}

.testimonials .flex-direction-nav a.flex-prev,
.home-slider .flex-direction-nav a.flex-prev {
    left: 100px;
}

.testimonials .flex-direction-nav a.flex-next,
.home-slider .flex-direction-nav a.flex-next {
    right: 100px;
}

@media (max-width: 758px) {
    .testimonials {
        /*height: 420px;*/
    }

    .testimonials .content .inner {
        padding: 20px 100px;
        /*height: 420px;*/
    }

    .testimonials .flex-direction-nav a.flex-prev {
        left: 0px;
    }

    .testimonials .flex-direction-nav a.flex-next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .testimonials .content .inner {
        padding: 20px 70px;
    }
}

@media (max-width: 480px) {
    .testimonials .content .inner {
        padding: 20px 48px;
    }
}

@media (max-width: 400px) {
    .testimonials .content blockquote {
        line-height: 1.25em;
    }
}

@media (max-width: 340px) {
    .testimonials {
        /*height: 620px;*/
    }

    .testimonials .content .inner {
        padding: 20px 0px 116px;
        /*height: 620px;*/
    }

    .testimonials .flex-direction-nav {
        position: relative;
        bottom: 152px;
    }

    .testimonials .flex-direction-nav a {
        margin: 0 0 0 0;
        top: 0;
    }

    .testimonials .flex-direction-nav a.flex-prev {
        left: 24%;
    }

    .testimonials .flex-direction-nav a.flex-next {
        right: 24%
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media (min-width: 768px) and (max-width: 991px) {
    .about-us-content .page-title h1, .about-us-content .section-title h1 {
        font-size: 2.875em;
    }

    .about-us-content .gallery .flex-direction-nav {
        display: none;
    }

    .meet-our-team {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .meet-our-team .section-title h2 {
        font-size: 2.875em;
    }

    .meet-our-team .flex-viewport {
        padding: 0 20px;
    }

    .meet-our-team .slides li {
        width: 335px !important;
    }

    .testimonials {
        /*height: 421px;*/
    }

    .testimonials .slider {
        /*height: 421px;*/
    }

    .testimonials .content .inner {
        /*height: 421px;*/
    }

    .testimonials .flex-direction-nav a.flex-prev {
        left: 35px;
    }

    .testimonials .flex-direction-nav a.flex-next {
        right: 35px;
    }
}

@media (max-width: 757px) {
    .blog-detail-content {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .blog-detail-content .gallery {
        margin-bottom: 30px;
    }

    .blog-detail-content .gallery .flex-control-nav {
        display: none;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*--- swiperslide ---*/
.swiper-slide {
    position: relative;
}

/*----------------------- home.php ---------------------------*/
/*--- home-slider ---*/
.home-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.home-slider .swiper-slide {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-slider .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5%;
    width: 100%;
}

.testimonials .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0%;
    width: 100%;
}

.testimonials .swiper-container {
    padding-bottom: 60px;
}

@media (max-width: 757px) {
    .home-slider .pagination {
        bottom: 20px;
    }
}

.home-slider .swiper-pagination-switch {
    margin: 0 8px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/slide.png) 0 0 no-repeat;
    cursor: pointer;
}

.testimonials .swiper-container .swiper-pagination-switch {
    margin: 0 8px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/pagination.png) center no-repeat;
    cursor: pointer;
}

.home-slider .swiper-active-switch {
    background: url(../img/slide_active.png) 0 0 no-repeat;
}

.testimonials .swiper-container .swiper-active-switch {
    background: url(../img/pagination_active.png) 0 0 no-repeat;
}

.home-slider .swiper-container .btn.red {
    width: auto;
    position: relative;
    z-index: 999;
    border-radius: 0;
    border: 1px solid white;
    background: transparent;
    box-shadow: none;
    padding: 4px;
    height: 80px;
    margin-top: 60px;
}

.home-slider .swiper-container .btn.red:hover,
.cakes ul li .hover .buy:hover {
    background: white;
}

.home-slider .swiper-container .btn.red span {
    background: white;
    color: #ec3c5a;
    padding: 22px 95px;
    display: block;
    height: 70px;
    font-family: "Georgia Italic", serif;
    font-size: 36px;
}

@media (max-width: 320px) {
    .hidden-320 {
        /*display: none;*/
    }

    .home-slider .swiper-container .btn.red {
        /*width: 100%;*/
    }
}

.full-min-height {
    position: relative;
    min-height: 480px !important;
}

/*--- END home-slider ---*/

/*--- home-services ---*/
.home-services .swiper-slide {
    padding-bottom: 20px;
}

.home-services .swiper-slide div.image {
    display: block;
    margin: 0 15px;
    position: relative;
}

.home-services .swiper-slide div.image .border {
    position: absolute;
    left: 0;
    top: 0;
    width: 94%;
    height: 94%;
    margin: 3%;
    border: 2px solid white;
}

.home-services .swiper-slide img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.home-services .swiper-slide:hover img, .meet-our-team .swiper-slide:hover img, ul.items li.product:hover img {
    background-color: #ed3d5b;
}

.home-services .swiper-slide .name {
    margin: 20px 10px 10px 10px;
    font-size: 22px;
    font-weight: normal;
}

.home-services .swiper-slide .name a {
    color: #664345;
}

.home-services .swiper-slide:hover .name a, .meet-our-team .swiper-slide:hover .name a, ul.items li.product:hover .name a {
    color: #ed3d5b;
}

.home-services .swiper-slide .description {
    font-family: "Old Standard TT", serif;
    font-size: 15px;
    margin: 0 25px;
}

.home-services .swiper-slide .description p {
    margin: 0;
}

.bgColorSl {
    background-color: #ed3d5b !important;
}

.colorSl {
    color: #ed3d5b !important;
}

.rotate17deg:before {
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

@media (min-width: 1200px) {
    .container1200 {
        width: 1200px;
    }
}


@media (max-width: 757px) {
    /*  .home-services .swiper-slide a{ margin-left: 0; margin-right: 0; }*/
    .home-services .swiper-slide .name {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }

    .home-services .swiper-slide .description {
        margin-left: 0;
        margin-right: 0;
    }
}

/*----------------------- END home.php -----------------------*/

/*----------------------- about_us.php -----------------------*/
.about-us-content .gallery {
    position: relative;
}

.about-us-content .gallery .swiper-slide {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-us-content .gallery .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -48px;
    width: 100%;
}

.about-us-content .gallery .swiper-pagination-switch {
    margin: 0 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_squared.png) 0 0 no-repeat;
    cursor: pointer;
}

.about-us-content .gallery .swiper-active-switch {
    background: url(../img/ico_squared_active.png) 0 0 no-repeat;
}

/*--- our-history ---*/
.our-history {
    overflow: hidden;
}

.our-history article h2 {
    font-family: 'Lily Script One';
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 18px 0 5px 0;
    padding: 0;
}

.our-history article .description {
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #cab7b7;
    margin: 0;
    padding: 0;
}

.our-history article .imgBorder {
    padding: 8px;
    background-color: #fff;
}

.our-history article {
    width: 100%;
    min-height: 144px;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.our-history .ico_year_shape_history {
    position: relative;
    margin: 0 auto 42px;
    width: 70px;
    height: 71px;
    background: url(../img/ico_year_shape.png) 50% 50% no-repeat, url(../img/bg_btn_brown.png) 0 0 repeat;
    box-sizing: initial;
    clear: both;
}

.our-history .ico_year_shape_history span {
    display: block;
    position: relative;
    top: 24px;
    text-align: center;
    color: #fff;
}

.our-history .ico_date_shape_history {
    position: absolute;
    width: 58px;
    height: 59px;
    background: url(../img/ico_date_shape_white.png) 50% 50% no-repeat, url(../img/bg_btn_brown.png) 0 0 repeat;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -36.5px;
    box-sizing: initial;
}

.our-history .ico_date_shape_history span {
    font-size: 14px;
    line-height: 14px;
    color: #ed3d5b;
    display: block;
    position: relative;
    top: 17px;
    text-align: center;
}

.events {
    position: relative;
}

.events:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background: #8C6F71;
    left: 50%;
    margin-left: -2px;
}

.our-history .ico.arrow-down {
    background: url(../img/ico_arrow_down_white.png) 50% 50% no-repeat;
}

@media (min-width: 681px) {
    .our-history article.left-item .img-block, .our-history article.right-item .img-block {
        width: 50%;
        position: absolute;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .our-history .right-item .img-block, .our-history .left-item .text-block {
        padding-left: 60px;
        padding-right: 15px;
    }

    .our-history .right-item .text-block, .our-history .left-item .img-block {
        padding-right: 60px;
        padding-left: 15px;
    }

    .our-history article.left-item .text-block, .our-history article.right-item .text-block {
        position: relative;
        width: 50%;
    }

    .our-history article.left-item .text-block {
        float: right;
        text-align: left;
    }

    .our-history article.right-item .text-block {
        float: left;
        text-align: right;
    }

    .our-history article.left-item .img-block {
        float: left;
        text-align: right;
    }

    .our-history article.right-item .img-block {
        float: right;
        right: 0;
        text-align: left;
    }

    .our-history .scale-text .img-block, .blog-archive-content .scale-text .img-block {
        opacity: 0;
        top: 100%;
        -webkit-transition: All 200ms ease-in;
        -moz-transition: All 200ms ease-in;
        -o-transition: All 200ms ease-in;
        -ms-transition: All 200ms ease-in;
        transition: All 200ms ease-in;
    }

    .our-history .scale-text.act .img-block, .blog-archive-content .scale-text.act .img-block {
        opacity: 1;
        top: 50%;
    }

}

@media (max-width: 680px) {
    .our-history .events:before {
        display: none;
    }

    .our-history .img-block, .our-history .text-block {
        position: relative;
        padding: 0 20px;
        width: 100%;
        float: none;
    }

    .our-history .ico_date_shape_history {
        position: relative;
        top: 0;
        margin-top: 0px;
    }

    .our-history .img-block {
        margin-top: 20px;
        text-align: center;
    }

    .our-history .img-block img {
        width: 100%;
    }

    .ico_date_shape_history:before {
        content: '';
        display: block;
        position: absolute;
        width: 4px;
        height: 40px;
        background: #8C6F71;
        left: 50%;
        margin-left: -2px;
        top: -42px;
    }
}

@media (max-width: 480px) {
    .ico_date_shape_history:before {
        display: none;
    }

    .our-history article {
        margin-bottom: 30px;
    }

    .our-history .ico_year_shape_history {
        margin: 0 auto 50px;
    }

    .about-us-content, .our-history, .meet-our-team {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .services-content .services .items > li {
        margin-bottom: 40px;
    }
}

/*--- END our-history ---*/

/*--- meet-our-team ---*/
.meet-our-team .swiper-slide img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.meet-our-team .swiper-slide a {
    display: block;
    margin: 0 15px;
}

.meet-our-team .swiper-slide .name {
    margin: 20px 15px 10px;
    font-size: 22px;
    font-weight: normal;
    color: #664345;
}

.meet-our-team .swiper-slide .post {
    display: block;
    padding: 0 15px 15px;
    font-family: "Old Standard TT", serif;
    font-size: 0.9375em;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
    color: #ed3d5b;
}

.meet-our-team .swiper-slide .description {
    font-family: "Old Standard TT", serif;
    font-size: 15px;
    margin: 0 15px;
}

/*--- end meet-our-team ---*/

/*----------------------- END about_us.php -------------------*/

/*----------------------- blog-detail.php --------------------*/
.blog-detail-content .gallery {
    position: relative;
    margin: 0 0 58px;
}

.blog-detail-content .gallery .swiper-slide {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-detail-content .gallery .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -48px;
    width: 100%;
}

.blog-detail-content .gallery .swiper-pagination-switch {
    margin: 0 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_squared.png) 0 0 no-repeat;
    cursor: pointer;
}

.blog-detail-content .gallery .swiper-active-switch {
    background: url(../img/ico_squared_active.png) 0 0 no-repeat;
}

@media (max-width: 758px) {
    .blog-detail-content .gallery .flex-direction-nav {
        display: none;
    }
}

/*----------------------- END detail.php ---------------------*/

/*----------------------- product-detail.php ---------------*/
.product-detail-content .swiper-slide {
    /* margin-right: 30px; */
}

.product-detail-content .swiper-slide img {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.product-detail-content .swiper-slide img:hover,
.product-detail-content .swiper-slide img:focus {
    background-color: #ed3d5b;
}

.product-detail-content .swiper-slide a {
    display: block;
    margin: 0 15px;
}

.product-detail-content .swiper-slide .name {
    margin: 20px 15px 10px;
    font-size: 22px;
    font-weight: normal;
}

.product-detail-content .swiper-slide .description {
    margin-bottom: 16px;
    font-family: "Old Standard TT", serif;
    font-size: 15px;
    margin: 0 15px;
}

.product-detail-content .related-products .swiper-slide .price {
    font: 700 1.375em/1.18em "Old Standard TT", serif;
    color: #ed3d5b;
    padding: 0 15px;
}

.related-products .description {
    padding-bottom: 20px;
}

/*----------------------- END product-detail.php -----------*/

/*----------------------- product.php ----------------------*/
.products-content span.large:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products-content .content .items .db {
    display: none;
}

.container-mix {
    z-index: 2000;
}

.container-mix .mix {
    display: none;
}

/*----------------------- END product.php ------------------*/

/*----------------------- blog-archive.php ----------------------*/
.blog-archive-content > .wrap > .inner {
    float: left;
    width: 83.3333%;
    margin-left: 8.33333%;
}

.blog-archive-content {
    padding-top: 90px;
}

@media (min-width: 758px) and (max-width: 991px) {
    .blog-archive-content {
        padding-bottom: 90px;
    }

    .vc_row .blog-archive-content {
        padding: 0;
    }
}

@media (max-width: 757px) {
    .blog-archive-content {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .vc_row .blog-archive-content {
        padding: 0;
    }
}

.clr {
    clear: both;
}

.blog-archive-content article {
    position: relative;
    width: 50%;
    clear: both;
    margin-top: -113px;
}

.blog-archive-content article img {
    width: 100%;
}

.blog-archive-content .fl {
    float: left;
}

.blog-archive-content .fr {
    float: right;
}

.blog-archive-content .fl .blog-item-wrap {
    float: left;
    margin-right: 60px;
}

.blog-archive-content .fr .blog-item-wrap {
    float: right;
    margin-left: 60px;
}

.blog-archive-content .fl h2, .blog-archive-content article.fl .description {
    text-align: right;
}

.blog-archive-content .fl h2 {
    font-weight: 400;
    line-height: 26px;
}

.blog-archive-content .fr h2, .blog-archive-content article.fr .description {
    text-align: left;
}

.blog-archive-content .fl .ico_date_shape {
    right: -39px;
}

.blog-archive-content .fr .ico_date_shape {
    left: -39px;
}

.blog-archive-content article h2 {
    font-family: "Lily Script One", cursive;
    font-size: 22px;
    margin: 10px 0 0 0;
    font-weight: 400;
    line-height: 26px;
}

.blog-archive-content article .description {
    font-family: "Old Standard TT", serif;
    font-size: 15px;
    line-height: 24px;
    color: #8c6f71;
    margin: 0;
}

.ico_year_shape {
    position: relative;
    margin: 0 auto 42px;
    width: 70px;
    height: 71px;
    background: url(../img/ico_year_shape.png) 50% 50% no-repeat, url(../img/bg_body.jpg);
    clear: both;
    padding: 10px;
    box-sizing: content-box;
    margin-bottom: 153px;
}

.ico_year_shape span {
    display: block;
    position: relative;
    top: 23px;
    text-align: center;
}

.ico_date_shape {
    position: absolute;
    width: 58px;
    height: 59px;
    background: url(../img/ico_date_shape.png) 50% 50% no-repeat, url(../img/bg_body.jpg);
    clear: both;
    top: 50%;
    margin-top: -105px;
    padding: 10px;
    box-sizing: content-box;
}

.ico_date_shape span {
    font-size: 14px;
    line-height: 14px;
    color: #ed3d5b;
    display: block;
    position: relative;
    top: 17px;
    text-align: center;
}

#articleLoad a {
    display: block;
    margin: 10px auto;
    clear: both;
}

.rounded-ico.large.red {
    width: 73px;
    height: 73px;
    background: url(../img/ico_rounded_large_articleLoad.png) 0 0 no-repeat;
}

#articleLoad span.large:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .blog-archive-content .events:before {
        display: none;
    }

    .blog-archive-content article {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .blog-archive-content .fr .blog-item-wrap, .blog-archive-content .fl .blog-item-wrap {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .ico_year_shape {
        margin-bottom: 40px;
    }

    .ico_date_shape {
        position: relative;
        top: 0;
        margin: 20px auto;
        box-sizing: border-box;
        padding: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    .blog-archive-content .fl h2, .blog-archive-content article.fl .description {
        text-align: left;
    }

    .ico_date_shape:before {
        content: '';
        display: block;
        position: absolute;
        width: 4px;
        height: 63px;
        background: #8C6F71;
        left: 50%;
        margin-left: -2px;
        top: -67px;
    }
}

@media (max-width: 480px) {
    .ico_date_shape {
        display: none;
    }

    .blog-archive-content article {
        width: 100%;
        margin-top: 0;
        margin-bottom: 36px;
    }
}

/*----------------------- END blog-archive.php ------------------*/

/*----------------------- services.php ------------------*/
.services-content .our-skills .statistic .circliful {
    position: absolute;
    top: -40px;
    left: -40px;
}

.services-content .circle-text,
.services-content .circle-info,
.services-content .circle-text-half,
.services-content .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
}

.services-content .circle-text {
    top: 155px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    line-height: 24px !important;
}

.our-skills .statistic .spinner.skill-icon {
    background: 50% 35% no-repeat;
}

/*----------------------- END services.php ------------------*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||LOADER||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10000;
}

#loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
}

body {
    overflow: hidden;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||SWIPER||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||WHEEL-ICON|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.wheel-wrap {
    border: 3px solid #ed3d5b;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    bottom: 20px;
    height: 36px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 23px;
    z-index: 100;
    cursor: pointer;
}

.wheel-wrap .wheel {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    left: 0;
    right: 0;
    -webkit-animation: magic-mouse 1.7s infinite ease;
    animation: magic-mouse 1.7s infinite ease;
}

@keyframes magic-mouse {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@-webkit-keyframes magic-mouse {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@media screen and (max-width: 980px) {
    .fixed-baner {
        position: relative;
        width: 100%;
    }

    .wheel-wrap {
        display: none;
    }

    .no-header-image #header {
        /*position: absolute;*/
        width: 100%;
    }
}

@media (max-width: 768px) {
    .products-content .items .product {
        margin-bottom: 40px;
    }

    .SumoSelect {
        margin-bottom: 40px;
    }

    .share .inner {
        width: 100%;
        text-align: center;
    }

    .share ul {
        display: inline-block;
    }

    .share ul li {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .products-content .items .product {
        width: 50%;
        float: left;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||SCALE|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.scale-text h1, .scale-text h2, .scale-text h3, .scale-text h4 {
    opacity: 0;
    -webkit-transition: All 300ms ease-in;
    -moz-transition: All 300ms ease-in;
    -o-transition: All 300ms ease-in;
    -ms-transition: All 300ms ease-in;
    transition: All 300ms ease-in;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.scale-text.act h1, .scale-text.act h2, .scale-text.act h3, .scale-text.act h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scale-text p, .scale-text .section-title .description {
    opacity: 0;
    -webkit-transition: All 500ms ease-in;
    -moz-transition: All 500ms ease-in;
    -o-transition: All 500ms ease-in;
    -ms-transition: All 500ms ease-in;
    transition: All 500ms ease-in;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.scale-text.act p, .scale-text.act .section-title .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.services .description {
    font-family: "Georgia";
    color: #563132;
    font-size: 16px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.scale-text .swiper-slide:nth-child(2n+1), .home-testimonials.scale-text .content blockquote p {
    opacity: 0;
    -webkit-transition: All 800ms ease-in;
    -moz-transition: All 800ms ease-in;
    -o-transition: All 800ms ease-in;
    -ms-transition: All 800ms ease-in;
    transition: All 800ms ease-in;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
}

.scale-text.act .swiper-slide:nth-child(2n+1), .home-testimonials.scale-text.act .content blockquote p {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scale-text .swiper-slide:nth-child(2n) {
    opacity: 0;
    -webkit-transition: All 800ms ease-in;
    -moz-transition: All 800ms ease-in;
    -o-transition: All 800ms ease-in;
    -ms-transition: All 800ms ease-in;
    transition: All 800ms ease-in;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
}

.scale-text.act .swiper-slide:nth-child(2n) {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-our-services.scale-text .items li {
    -webkit-transition: All 800ms ease-in;
    -moz-transition: All 800ms ease-in;
    -o-transition: All 800ms ease-in;
    -ms-transition: All 800ms ease-in;
    transition: All 800ms ease-in;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.home-our-services.scale-text.act .items li {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/**/

.animation-scale {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    opacity: 0;
}

.swiper-slide-visible .animation-scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.animation-rotate {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.swiper-slide-visible .animation-rotate {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: All 600ms ease-in;
    -moz-transition: All 600ms ease-in;
    -o-transition: All 600ms ease-in;
    -ms-transition: All 600ms ease-in;
    transition: All 600ms ease-in;
}

.animation-btn {
    opacity: 0;
    margin-top: 200px;
}

.swiper-slide-visible .animation-btn,
.buy {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: All 200ms ease-in;
    -moz-transition: All 200ms ease-in;
    -o-transition: All 200ms ease-in;
    -ms-transition: All 200ms ease-in;
    transition: All 200ms ease-in;
}

/*no transition on responsive*/

@media only screen and (max-width: 980px) {
    .swiper-slide-visible .animation-scale,
    .swiper-slide-visible .animation-rotate,
    .swiper-slide-visible .animation-btn,
    .scale-text h1,
    .scale-text h2,
    .scale-text h3,
    .scale-text h4,
    .scale-text p,
    .scale-text .section-title .description,
    .scale-text .swiper-slide:nth-child(2n+1),
    .home-testimonials.scale-text .content blockquote p,
    .scale-text .swiper-slide:nth-child(2n),
    .home-our-services.scale-text .items li {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .animation-scale {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .animation-rotate {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .animation-btn {
        opacity: 1;
        margin-top: 0px;
    }
}

/*----------------------TABLE--------------------------*/
.table_w {
    position: relative;
    float: left;
    width: 100%;
}

.table_w.h100 {
    height: 100%;
}

.table {
    border: 0px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    height: 100%;
}

.table .t_row {
    display: table-row;
}

.table .t_td {
    vertical-align: middle;
    display: table-cell;
}

.table .t_td.top {
    vertical-align: top;
}

.table .t_td.bottom {
    vertical-align: bottom;
}

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

/*----------------------BACKGROUND----------------------*/
.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg img {
    position: absolute;
}

.bg video {
    position: absolute;
}

.bg-span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.bg-bg {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.swiper-slide .bg-bg {
    background-attachment: inherit;
}

.animation-moove {
    -webkit-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 100ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

/*-----------------------------------------------------*/
.top_bottom {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    /*margin-top: -25px;*/
}

/*----------------------Page 404----------------------*/
.error-404 {
    padding: 80px 0;
}

.error-404 .search .search-form {
    margin: 0 auto;
}

/*----------------------Debuger----------------------*/
table.xdebug-error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 18px;
}

.blog-list-content .posts article {
    width: 100%;
}

.page-content .search-form {
    display: none;
}

.page-content {
    text-align: center;
}

.text-center {
    text-align: center;
}

.widget {
    font-family: "Old Standard TT", serif;
}

.widget span.rss-date {
    font-size: 12px;
}

.widget.widget_rss li {
    margin-bottom: 10px;
}

.widget.widget_rss a,
.widget h2.widgettitle {
    font-family: "Lily Script One", cursive;
}

/* menu  */
@media screen and (min-width: 1024px) {

    li.menu-item > a:hover ~ ul.sub-menu {
        display: block !important;
        position: relative;
        z-index: 100;
        left: 40px !important;
        top: -5px !important;
        border-style: solid;
        border-left-color: #000000;
        border-left-width: 1px;
        border-right-color: #000000;
        border-right-width: 1px;
        border-top-color: #000000;
        border-top-width: 1px;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
    }

    ul.sub-menu:hover {
        display: block !important;
        position: relative;
        z-index: 100;
        left: 40px !important;
        top: -5px !important;
        border-style: solid;
        border-left-color: #000000;
        border-left-width: 1px;
        border-right-color: #000000;
        border-right-width: 1px;
        border-top-color: #000000;
        border-top-width: 1px;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
    }

}

.no-menu {
    font-size: 12px;
}

.cakes-content .container {
    width: 1470px;
}

.cakes ul {
    padding: 0;
    margin: 0;
}

.cakes ul li {
    width: 25%;
    height: 595px;
    display: block;
    float: left;
    position: relative;
    padding: 40px 0;
}

.cakes ul li a img {
    width: auto;
    max-width: none;
    display: block;
    margin: auto;
}

/*.cakes ul li .hover {*/
    /*position: relative;*/
    /*z-index: 999;*/
    /*margin-top: -310px !important;*/
    /*!* left: 70px; *!*/
    /*!* top: 0%; *!*/
    /*width: 100%;*/
    /*height: 328px;*/
    /*background: url("../img/hover.png") no-repeat center;*/
    /*padding: 40px 50px;*/
/*}*/

/*.cakes ul li.selected .hover {*/
    /*display: block !important;*/
/*}*/

/*.cakes ul li:hover .hover {*/
    /*display: block;*/
/*}*/

/*.cakes ul li .hover {*/
    /*display: none;*/
    /*cursor: pointer;*/
    /*transition: all 1s ease;*/
/*}*/

.cakes ul li .hover {
    margin-top: -60px;
}

.cakes ul li .hover h3,
.cakes ul li .hover p {
    color: #ec3c5a;
}

.cakes ul li .hover .center {
    text-align: center;
}

.cakes ul li .hover h3 {
    /*display: inline-block;*/
    /*text-align: center;*/
    /*font-family: "Intro Script";*/
    /*font-size: 30px;*/
    /*font-weight: 100;*/
    /*color: white;*/
    /*padding-bottom: 10px;*/
    /*border-bottom: 1px solid white;*/
    /*margin-bottom: 12px;*/
    /*margin-top: 25px;*/

    display: table-cell;
    height: 55px;
    width: 200px;
    vertical-align: bottom;
    text-align: center;
    font-family: "Intro Script";
    font-size: 30px;
    line-height: 22px;
    font-weight: 100;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(236, 60, 90, .1);
    margin-bottom: 0;
    margin-top: 6px;
}

.cakes ul li .hover .description p,
.cakes ul li .hover .price p {
    font-size: 16px;
    margin: 0;
}

.cakes ul li .hover .description {
    min-height: 180px;
}

.cakes ul li .hover .description p {
    font-family: "Georgia Italic";
    margin: 0;
}

.cakes ul li .hover .description p:first-child {
    color: rgba(236, 60, 90, .7);
    font-size: 16px;
    margin-bottom: 10px;
}

.cakes ul li .hover .description p:nth-child(2) {
    color: rgba(236, 60, 90, .7);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cakes ul li .hover .description p:last-child {
    color: rgba(236, 60, 90, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cakes ul li .hover .price p {
    font-family: "Georgia Bold Italic", serif;
}

.cakes ul li .hover .buy,
.cakes ul li .hover .add_to_cart_button {
    width: auto;
    position: relative;
    z-index: 999;
    border-radius: 0;
    border: 1px solid #ec3c5a;
    background: transparent;
    box-shadow: none;
    padding: 2px;
    height: 40px;
    margin-top: 15px;
    display: inline-block;
}

.cakes ul li .hover .added_to_cart {
    /*display: none;*/
}

.cakes ul li .hover .buy span {
    background: #ec3c5a;
    color: #fff;
    padding: 4px 25px;
    display: block;
    height: 34px;
    font-family: "Georgia Italic", serif;
    font-size: 16px;
}

.home section.testimonials .left,
.home section.testimonials .right {
    width: 50%;
    text-align: center;
    float: left;
}

.home section.testimonials .container {
    width: 1570px;
}

.home section.testimonials .content {
    display: inline-block;
    width: 100%;
}

.home section.testimonials .content .inner {
    display: inline-block;
    width: 70%;
    padding: 0;
    text-align: center;
}

.home section.testimonials .left .container,
.home section.testimonials .right .container {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.home section.testimonials .content .inner .container img {
    display: block;
    margin: 0 auto;
}

.home section.testimonials .content .inner .container .title {
    font-size: 25px;
    color: #654344;
    font-family: "Georgia";
    border-bottom: 1px solid #735556;
    padding: 20px 0 15px;
}

.home section.testimonials .content .inner .right .container .title {
    color: #4f4f4f;
}

.home section.testimonials .content .inner .right .container .number-block .number {
    color: #746f70;
}

.home section.testimonials .content .inner .right .container .number-block .desc {
    color: #746f70;
}

.home section.testimonials .content .inner .container .number-block:last-child {
    border-bottom: none;
}

.home section.testimonials .content .inner .container .number-block {
    display: block;
    padding: 0 0 25px;
    border-bottom: 1px solid #e1e1e1;
}

.home section.testimonials .content .inner .container .number-block .number {
    font-weight: 100;
    font-size: 60px;
    line-height: 70px;
    color: #dc445f;
    font-family: "Playfair Display Black", serif;

}

.home section.testimonials .content .inner .container .number-block .desc {
    text-transform: uppercase;
    font-family: "Georgia";
    font-size: 18px;
    margin-top: 20px;
    color: #767676;
    letter-spacing: 3px;
}

.home .home-services > .container {
    width: 1470px;
}

.home .home-services .swiper-slide img {
    padding: 0;
}

.home .home-services h4.name {
    font-family: "Intro Script";
    font-size: 30px;
    margin-bottom: 0;
    color: #563132;
}

.home .home-services .position p {
    margin: 0;
}

.home .home-services .position {
    font-family: "Georgia Italic";
    font-size: 16px;
    color: #ec3c5a;
    margin-bottom: 5px;
}

.home .home-services .description {
    font-family: "Georgia";
    font-size: 16px;
    color: #212121;
}

.home .services-content .best-offers > .container {
    width: 1560px;
}

.home .services-content .best-offers .item {
    max-width: 270px;
    margin: 0 60px;
}

.home-services .swiper-slide {
    height: 644px;
}

.cakes-content {
    padding-bottom: 80px;
}

.woocommerce-message a {
    text-decoration: underline;
}


@media (max-width: 1590px) {
    .home .services-content .best-offers > .container {
        width: 1470px;
    }

    .home .services-content .best-offers .item {
        margin: 0 auto;
    }

    .home .home-services > .container {
        width: 1420px;
    }

    .home section.testimonials .container {
        width: 1470px;
    }
}

@media (min-width: 1490px) {
    .home-services .container {
        width: 1470px;

    }
}

@media (max-width: 1600px) {
    #header ul#menu-main-menu-left {
        width: 37%;
        padding: 28px 20px 0 0;
    }

    #header ul#menu-main-menu-right {
        width: 38%;
        padding: 28px 0 0 10px;
    }

    #header .main-nav .menu li:nth-child(2) {
        margin: 0 1.2%;
    }

    #header div.wrap-logo,
    #header div.wrap-logo a {
        width: 25%;
    }

    #header div.wrap-logo a {
        width: 100%;
        background-size: contain;
    }

    #header .logo .icon {
        background-size: 80%;
        margin: -105px auto 0;
    }
}

@media (max-width: 1490px) {


    .cakes ul li .hover .description p, .cakes ul li .hover .price p {
        font-size: 14px;
    }

    .testimonials .flex-direction-nav a:before, .home-slider .flex-direction-nav a:before {
        width: 52px;
        height: 52px;
    }

    .testimonials .flex-direction-nav a,
    .home-slider .flex-direction-nav a {
        width: 52px;
        height: 52px;
    }

    .testimonials .flex-direction-nav a.flex-next, .home-slider .flex-direction-nav a.flex-next {
        right: 20px;
    }

    .testimonials .flex-direction-nav a.flex-prev, .home-slider .flex-direction-nav a.flex-prev {
        left: 20px;
    }

    .home section.testimonials .container {
        width: 1210px;
    }

    .home .services-content .best-offers > .container {
        width: 1210px;
    }

    .home .services-content .best-offers .item {
        margin: 0 auto;
    }

    .home .home-services > .container {
        width: 1210px;
    }

    #header .container {
        position: relative;
        padding: 0;
        width: 1210px;
    }

    #header ul#menu-main-menu-left {
        width: 37%;
        padding: 28px 20px 0 0;
    }

    #header ul#menu-main-menu-right {
        width: 38%;
        padding: 28px 0 0 10px;
    }

    #header div.wrap-logo,
    #header div.wrap-logo a {
        width: 25%;
    }

    #header div.wrap-logo a {
        width: 100%;
        background-size: contain;
    }

    #header .main-nav .menu li:nth-child(2) {
        margin: 0 1%;
    }

    #header .logo .icon {
        background-size: 80%;
        margin: -105px auto 0;
    }

    .cakes-content .container {
        width: 1210px;
    }

    .cakes ul li a img {
        max-width: 100%;
    }

    .home-slider {
        height: 700px;
    }
}

.cakes ul li img {
    display: block;
    margin: 0 auto;
}



.home .home-services .description {
    /*height: 100px;*/
}

#popup {
    display: table-cell;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f2232+0,2f1217+100 */
    background: #7f2232; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #7f2232 0%, #2f1217 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #7f2232 0%,#2f1217 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #7f2232 0%,#2f1217 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2232', endColorstr='#2f1217',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#popup-wrapper {
    width: 100%;
    max-width: 700px;
    margin: auto;
    background: #f8f8f8;
    border-radius: 5px;
    height: 300px;
}

#ppsPopupBgOverlay {
    background: #7f2232 !important; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #7f2232 0%, #2f1217 100%) !important; /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #7f2232 0%,#2f1217 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #7f2232 0%,#2f1217 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2232', endColorstr='#2f1217',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

.ppsPopupShell {
    background: #f8f8f8;
    border-radius: 5px;
    /*padding: 50px 120px;*/
}

#custom-form input[type="text"] {
    width: 90%;
    max-width: 360px;
    margin: 20px auto;
    display: block;
    border-radius: 2px;
    border: 1px solid silver;
    font-family: "Georgia Italic";
    font-size: 18px;
    color: #2c2c2c;
    padding: 5px 10px;
}

#custom-form input[type="submit"]:hover {
    background: white;
    color: #ec3c5a;
}

#custom-form input[type="submit"] {
    background: #ec3c5a;
    border: 3px solid white;
    outline: 1px solid #ec3c5a;
    font-family: "Georgia Italic";
    font-size: 24px;
    color: white;
    padding: 3px 35px 5px;
}

#custom-form input[type="text"]:-ms-input-placeholder {
    color: #929292;
}

#custom-form input[type="text"]:-moz-placeholder {
    color: #929292;
}

#custom-form input[type="text"]::-webkit-input-placeholder {
    color: #929292;
}

.ppsInnerTblContent .ppsPopupClose {
    display: none !important;
}

#custom-form input[type="text"].error {
    border: 1px solid #ed4a66;
}

/*#page, #footer, #header {*/
    /*display: none;*/
/*}*/

.add_to_cart_inline del, .add_to_cart_inline ins {
    display: none;
}

.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.woocommerce-checkout #page, .woocommerce-cart #page {
    padding-bottom: 100px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0.5em 1em 0 0;
    float: left;
}

.woocommerce-checkout #left_menu,
.woocommerce-checkout #right_menu,
.woocommerce-cart #left_menu,
.woocommerce-cart #right_menu {
    visibility: hidden;
}

.woocommerce table.shop_table {
    border: none;
    text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce table.shop_table th {
    font-family: "Georgia Italic", serif;
    font-weight: 100;
    color: #654344;
    font-size: 14px;
}

.woocommerce table.shop_table tr.cart_item {
    font-family: "Georgia", serif;
    font-weight: 100;
    color: #121212;
}

.woocommerce-cart #page,
.woocommerce-checkout #page{
    padding-top: 80px;
    background: white;
}

.woocommerce-cart .container,
.woocommerce-checkout .container {
    width: 700px;
}

.woocommerce-cart .woocommerce table.shop_table {
    margin: 0 0 40px 0;
}

.woocommerce table.shop_table td.total {
    text-align: right;
    font-family: "Georgia Italic", serif;
    color: #654344;
    margin: 0 12px 10px;
    padding-top: 10px;
    font-size: 14px;
}

.woocommerce table.shop_table td.total strong {
    font-family: "Georgia", serif;
    font-size: 24px;
    color: #ec3c5a;
}

.shop_table.cart input[type=submit],
#place_order {
    background: #ec3c5a;
    border: 3px solid white;
    outline: 1px solid #ec3c5a;
    font-family: "Georgia Italic";
    font-size: 16px;
    color: white;
    padding: 5px 35px 8px;
    text-transform: lowercase;
    -webkit-transition: All 200ms ease-in;
    -moz-transition: All 200ms ease-in;
    -o-transition: All 200ms ease-in;
    -ms-transition: All 200ms ease-in;
    transition: All 200ms ease-in;
}

.to-cart.mobile {
    display: none;
}

.shop_table.cart input[type=submit]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#place_order:hover {
    background: #ec3c5a;
    border: 3px solid #ec3c5a;
    border-radius: 0;
}

.wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    background: #ec3c5a;
    border: 3px solid white;
    outline: 1px solid #ec3c5a;
    font-family: "Georgia Italic";
    font-size: 16px;
    color: white;
    padding: 7px 15px 25px;
    text-transform: lowercase;
    height: 30px;
    -webkit-transition: All 200ms ease-in;
    -moz-transition: All 200ms ease-in;
    -o-transition: All 200ms ease-in;
    -ms-transition: All 200ms ease-in;
    transition: All 200ms ease-in;
}

a.to-shop,
a.to-cart {
    font-family: "Georgia Italic", serif;
    color: #868686;
    float: left;
    margin-top: 10px;
}

a.to-shop.mobile {
    display: none;
}

a.to-shop img,
a.to-cart img {
    margin-right: 7px;
    height: 17px;
    margin-top: -2px;
}

a.to-cart {
    margin-top: 5px;
}

.woocommerce input.button.update-cart {
    background: none;
    color: #ec3c5a;
    font-family: "Georgia Italic", serif;
    text-decoration: underline;
    font-weight: 100;
}

.woocommerce input.button.update-cart.mobile {
    display: none;
}

div.td.quantity-product input.qty {
    display: none;
}

.woocommerce-message {
    font-family: "Georgia Italic", serif;
}

.woocommerce form .form-row label,
.select2-no-results {
    font-family: "Georgia Italic", serif;
    font-weight: 100;
}

.woocommerce form .form-row strong,
.select2-chosen,
.select2-result-label,
#page input[type="text"], #page input[type="email"], #page input[type="tel"], #page textarea {
    font-family: "Georgia", serif;
    height: 30px;
}

#page input[type="text"], #page input[type="email"], #page input[type="tel"], #page textarea {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.payment_method_liqpay label {
    font-family: "Georgia Italic", serif;
    font-weight: 100;
}

#order_review_heading {
    font-family: "Georgia Italic", serif;
}

.woocommerce-checkout #payment {
    background: none;
}

.woocommerce .order_details,
.woocommerce p {
    font-family: "Georgia Italic", serif;
    padding: 0;
}

.woocommerce .order_details strong {
    font-family: "Georgia", serif;
}

.woocommerce .order_details li {
    padding-right: 1em;
    margin-right: 1em;
}

.woocommerce .order_details li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.woocommerce-order-received .woocommerce h2,
.woocommerce-order-received .woocommerce h3,
.woocommerce-order-received .woocommerce address,
.woocommerce-order-received .woocommerce table {
    font-family: "Georgia Italic", serif;
}


.home .cart {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 999;
}

.products-ids {
    display: none;
}

.widget_shopping_cart_content_mini a {
    display: block;
    background: url("../img/ico_basker.png") no-repeat center;
    width: 40px;
    height: 30px;
}

.widget_shopping_cart_content_mini a span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #c63543;
    float: right;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout-review-order-table img {
    max-width: 100px;
}

.error {
    border: 1px solid #c63543 !important;
}

#header .main-nav ul li a:active {
    color: #c63543;
}

tr.order-total {
    color: #c63543;
}

#cart .tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

#cart .tr:first-child,
#cart .cart-wrapper .tr:last-of-type {
    border-bottom: 1px solid #f48a9c;
}

#cart .tr .td {
    display: inline-block;
    text-align: center;
}

#cart .tr .td.image {
    width: 12%;
}

#cart .tr .td.image img {
    display: inline-block;
    text-align: center;
    width: 32px;
}

#cart .tr .td.name {
    width: 27%;
    text-align: left;
}

#cart .tr .td .title,
#cart .tr .td.name img,
#cart .tr .td.name .remove-product {
    display: none;
}

#cart .tr .td.price {
    width: 15%;
}

#cart .tr .td.quantity-product {
    width: 19%;
}

#cart .td.quantity-product span {
    padding: 0 5px 0 8px;
}

#cart .tr .td.total {
    width: 15%;
}

#cart .tr .td.remove {
    width: 9%;
    text-align: center;
    /*padding-left: 10%;*/
}

#cart .tr.product .td.remove a.remove-product {
    background: url("../img/icon_delete_red.png") no-repeat center;
    display: inline-block;
    width: 20px;
    height: 10px;
}

#cart .tr .td.remove img {
    display: inline-block;
    text-align: left;
}

#cart .tr.title .td {
    font-family: "Georgia Italic", serif;
    font-weight: 100;
    color: #654344;
    font-size: 14px;
}

div.cart.totals {
    text-align: right;
    font-family: "Georgia Italic", serif;
    color: #654344;
    margin: 0 12px 60px;
    padding-top: 10px;
    font-size: 14px;
}

div.cart.totals strong {
    font-family: "Georgia", serif;
    font-size: 24px;
    color: #ec3c5a;
}

#cart .tr.product .td {
    font-family: "Georgia", serif;
    font-weight: 100;
    color: #121212;
}

@media (max-width: 1350px) {
    #header .main-nav ul li a {
        font-size: 18px;
    }
}

@media (max-width: 1230px) {

    .woocommerce-cart #header .show-nav,
    .woocommerce-checkout #header .show-nav {
        display: none;
    }

    .cakes ul li .hover .buy span {
        padding: 5px 7px;
        min-width: 100px;
    }

    .cakes ul li .hover .buy, .cakes ul li .hover .add_to_cart_button {
        margin-top: 7px;
    }

    .home-services .swiper-slide {
        height: 550px;
    }

    .home .cart {
        right: 100px;
        z-index: 999;
    }

    #header .close-nav:before {
        display: none;
    }

    #header .close-nav {
        display: block;
    }

    .home-slider {
        height: 800px;
    }

    .no-header-image #header {
        /*background: none;*/
    }

    .container {
        width: 100%;
        padding: 4%;
    }

    .cakes-content .container,
    .home .services-content .best-offers > .container,
    .home .home-services > .container {
        width: 100%;
        padding: 4%;
        margin: 0;
        display: block;
    }

    #header .container {
        width: 100%;
        padding: 0 4%;
        margin: 0;
        display: block;
    }

    .home section.testimonials .container {
        padding: 0 4%;
        width: 100%;
    }

    .home .services-content .best-offers .item {
        margin: 0px 15px;
    }

    /*.cakes ul li {*/
    /*height: auto;*/
    /*}*/

    .flex-direction-nav {
        display: none;
    }

    .home section.testimonials .content .inner {
        width: 100%;
    }

    #header .logo {
        margin: 0 auto;
        width: 300px;
        z-index: 2;
    }

    #header .logo div.icon {
        width: 100%;
    }

    #header .hgroup {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 15px 20px;
        background: white;
        z-index: 9999;
    }

    #header .main-nav {
        height: inherit;
    }

    #header ul#menu-main-menu-left,
    #header ul#menu-main-menu-left li,
    #header ul#menu-main-menu-right,
    #header ul#menu-main-menu-right li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #header .main-nav ul li a {
        color: #ec3c5a;
    }

    #header .show-nav:before {
        background-image: none;
    }

    .home section.testimonials .content .inner .container .title {
        font-size: 22px;
        color: #654344;
        padding: 25px 0 30px;
    }

    .home section.testimonials .content .inner .container .number-block .number {
        font-size: 60px;
    }

    .home section.testimonials .content .inner .container .number-block .desc {
        font-size: 16px;
    }

    .home section.testimonials .content .inner .container .number-block {
        padding: 0 0 20px;
    }

    /*.cakes ul li:hover .hover {*/
        /*display: none;*/
    /*}*/

    .cakes ul li {
        width: 50%;
        /*height: 300px;*/
    }

    /*.cakes ul li .hover {*/
        /*!*width: 300px;*!*/
        /*margin: 0 auto;*/
    /*}*/

    .cakes ul li .hover {
        /*background-size: 135%;*/
        padding: 0 10px;
    }

    .services-content .best-offers .flex-direction-nav {
        display: inline-block;
        margin-bottom: 0;
    }

    .services-content .best-offers .flex-direction-nav a {
        width: 52px;
        height: 52px;
    }

    div.ppsPopupListsShell.ppsPopupShell {
        padding: 30px 40px 50px !important;
    }

}

@media (max-width: 991px) {

    div.ppsPopupListsShell.ppsPopupShell {
        padding: 30px 40px !important;
    }

    .ppsInnerTblContent .ppsPopupTxt {
        font-size: 20px;
    }

    #header .logo {
        margin: 0 auto;
    }

    .home-slider {
        height: 600px;
    }

    .home-slider .description {
        margin: 0 0 20px;
        font-size: 28px;
    }

    .home-slider h2 {
        margin: 0 0 40px;
        font-size: 80px;
    }

    .home-slider .swiper-container .btn.red span {
        padding: 18px 60px;
        height: 60px;
        font-size: 30px;
    }

    .home-slider .swiper-container .btn.red {
        padding: 4px;
        height: 70px;
        margin-top: 40px;
    }

    .home-services .flex-direction-nav {
        display: block;
        margin-bottom: 0;
    }

    .services-content .best-offers .flex-direction-nav li {
        display: inline-block;
    }

    .home-services .swiper-slide {
        height: 600px;
    }
}

@media (max-width: 768px) {

    .woocommerce-checkout #page, .woocommerce-cart #page {
        padding-bottom: 50px;
    }

    .minus, .plus {
        font-size: 25px;
    }

    #cart .td.quantity-product span {
        padding: 0 10px 0 14px;
    }

    .tr.product.open .open-product {
        transform: rotate(180deg);
    }

   .woocommerce table.shop_table_responsive tr td:before,
   .woocommerce-page table.shop_table_responsive tr td:before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: white;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child td {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .woocommerce table.shop_table tbody:first-child tr:last-child {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .woocommerce-checkout .order_details li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        border-right: none;
    }

    .woocommerce-checkout .order_details li strong {
        margin-top: 5px;
    }

    .woocommerce p {
        text-align: center;
    }

    input[type=image] {
        display: block;
        margin: 0 auto;
    }

    .woocommerce-cart #page, .woocommerce-checkout #page {
        padding-top: 50px;
    }

    .payment_methods.methods {
        margin: 20px 0;
    }

    .to-cart {
        display: none;
    }

    .to-cart.mobile {
        display: inline-block;
        text-align: center;
        width: 100%;
        float: none;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        display: block;
        margin: 20px auto;
        width: auto;
    }

    .woocommerce-cart .container,
    .woocommerce-checkout .container {
        width: 100%;
    }

    .woocommerce input.button.update-cart {
        display: none;
    }

    .woocommerce input.button.update-cart.mobile {
        display: block;
        margin: 0 auto 40px;
    }

    .to-shop {
        display: none;
    }

    a.to-shop.mobile {
        display: inline-block;
        width: 100%;
        float: none;
        text-align: center;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        width: 100%;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
       display: block;
        width: 200px;
        margin: 15px auto 20px;
    }

    #cart .cart-wrapper .tr.closed .td.name {
        border-bottom: none;
    }

    #cart .cart-wrapper .tr.open .td.total,
    #cart .cart-wrapper .tr.open .td.price,
    #cart .cart-wrapper .tr.open .td.quantity-product {
        display: inline-block;
    }

    #cart .cart-wrapper .tr.open .td.name {
        border-bottom: none;
    }

    a.open-product {
        display: block;
        width: 30px;
        height: 30px;
        background: url("../img/open_mobile.svg") no-repeat center;
        margin: 13px auto 0;
    }

    div#cart .cart-wrapper div.tr div.td {
        border-bottom: 1px solid #ebebeb;
        width: 60%;
    }

    #cart .cart-wrapper .tr .td.quantity-product {
        border-bottom: 1px solid #f48a9c;
    }

    #cart .cart-wrapper .tr .td.total {
        border-bottom: none;
        background: url(../img/ico_page_title.png) 50% 100% no-repeat;
        background-size: 20%;
        height: 110px;
        padding-top: 23px;
        margin-bottom: 35px;
    }

    #cart .cart-wrapper .tr.product {
        border-top: 1px solid #ebebeb;
        overflow: hidden;
        max-height: 280px;
        border-bottom: none;
        -webkit-transition: max-height 0.8s;
        -moz-transition: max-height 0.8s;
        -ms-transition: max-height 0.8s;
        -o-transition: max-height 0.8s;
        transition: max-height 0.8s;
    }

    #cart .cart-wrapper div:last-child {
        border-bottom: inherit;
    }

    #cart .cart-wrapper .tr.open {
        max-height: 615px;
    }

    #cart .cart-wrapper .tr.product:last-child {
        border-bottom:  1px solid #ebebeb;
    }

    #cart .cart-wrapper .tr.title {
        display: none;
    }

    #cart .cart-wrapper .tr .td.price {
        /*padding-top: 23px;*/
    }

    #cart .cart-wrapper .tr .td.image,
    #cart .cart-wrapper .tr .td.remove {
        display: none;
    }

    #cart .cart-wrapper .tr {
        text-align: center;
        padding-bottom: 0;
    }

    #cart .cart-wrapper .tr .td.name {
        text-align: center;
        height: 270px;
    }

    #cart .cart-wrapper .tr .td.price,
    #cart .cart-wrapper .tr .td.quantity-product {
        height: 93px;
        padding-top: 23px;
    }

    #cart .cart-wrapper .tr .td.name a.remove-product {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: none;
        color: #ec3c5a;
        font-family: "Georgia Italic", serif;
        text-decoration: underline;
        font-weight: 100;
        margin-top: 10px;
    }

    #cart .cart-wrapper .tr .td .title {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-family: "Georgia Italic", serif;
        font-weight: 100;
        color: #654344;
        font-size: 14px;
    }

    #cart .cart-wrapper .tr .td.name .title {
        margin-top: 10px;
    }

    #cart .cart-wrapper .tr .td.name .product-name {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #cart .cart-wrapper .tr .td.name img {
        display: inline-block;
        width: 72%;
        margin-top: 20px;
        max-width: 130px;
    }

    div.cart.totals {
        text-align: center;
        margin: 20px 0;
    }

    .cakes-content {
        padding-bottom: 0;
    }

    .vc_empty_space {
        display: none !important;
    }

    .home-services .swiper-slide {
        height: 700px;
    }

    div.ppsPopupListsShell.ppsPopupShell {
        padding: 30px !important;
    }

    .ppsInnerTblContent .ppsPopupLabel {
        font-size: 35px;
    }

    .ppsInnerTblContent .ppsPopupTxt {
        font-size: 18px;
    }

    .home .services-content .best-offers .item {
        margin: 0 auto;
    }

    .home .home-services .description {
        padding: 0 20px;
    }

    .cakes ul li .hover {
        background-size: 145%;
        padding: 40px 40px;
    }

    .section-title h2 {
        font-size: 45px;
    }

    .home-slider h2 {
        margin: 0 0 40px;
        font-size: 60px;
    }

    .cakes ul li {
        width: 280px;
        float: none;
        margin: 0 auto;
    }

    .home section.testimonials .left .container, .home section.testimonials .right .container {
        max-width: 200px;
    }


    div.vc_row.wpb_row {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 630px){
    .home .services-content .best-offers .item {
        margin: 0 3%;
    }

    .home .cart {
        position: absolute;
        top: 25px;
        left: 30px;
    }
}

@media (max-width: 570px) {

    .home-slider .description {
        font-size: 22px;
    }

    .home-slider h2 {
        margin: 0 0 40px;
        font-size: 50px;
    }

    #header .logo .icon {
        width: 80px;
        height: 70px;
        background-size: contain !important;
    }

    #header .logo {
        width: 250px;
        z-index: 2;
    }

    .top_bottom {
        margin-top: -60px;
        padding: 0 2%;
        width: 100%;
        top: 53%;
    }

}

@media (max-width: 480px) {

    .woocommerce-checkout .woocommerce {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce-cart h3.no-vc,
    .woocommerce-checkout h3.no-vc
    {
        font-size: 50px;
    }

    #header .logo {
        height: auto;
    }

    .cakes ul li .hover {
        width: 280px;
    }

    .home-slider .description {
        font-size: 18px;
    }

    .home-slider h2 {
        font-size: 33px;
    }

    .home .services-content .best-offers .item {
        margin: 0 auto;
    }

    /*.cakes ul li .hover {*/
        /*margin-top: -290px !important;*/
    /*}*/

    .home-slider .description {
        margin: 0 0 10px;
    }

    .home-slider {
        height: 500px;
    }

    .home-slider h2 {
        margin: 0 0 20px;
    }

    .home-slider .top_bottom {
        top: 60%;
    }

    .home-slider .swiper-container .btn.red span {
        padding: 18px 40px;
        height: 60px;
        font-size: 25px;
    }

    .home-slider .swiper-container .btn.red {
        padding: 4px;
        height: 70px;
        margin-top: 40px;
    }

    .home .services-content .best-offers .item {
        margin: 0 auto;
    }

    #header .logo .icon {
        width: 80px;
        height: 60px;
        background-size: contain !important;
    }

    #header .logo {
        width: 200px;
        z-index: 2;
    }

    .home section.testimonials .left .container, .home section.testimonials .right .container {
        max-width: 150px;
    }

    .home section.testimonials .content .inner .container .title {
        font-size: 18px;
    }

    .home section.testimonials .content .inner .container .number-block .number {
        font-size: 40px;
    }

    .home section.testimonials .content .inner .container .number-block .desc {
        font-size: 12px;
    }

    #header .show-nav {
        right: 0;
    }

    .social-links li.large {
        width: 60px;
        height: 60px;
    }

    .social-links li.large .rounded-ico.large {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .home .cart {
        left: 10px;
    }
}

@media (max-width: 320px) {
    .top_bottom {
        width: 100%;
    }
}

.deliver-text {
    font-family: 'Georgia', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}