@import url(http://fonts.googleapis.com/css?family=Sail);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
@import url(css/bootstrap.css);
@import url(css/css3-animations.css);
@import url(css/animate.css);
@import url(css/fonts.css);
@import url(css/fontello-animation.css);
@import url(css/font-awesome.css);
@import url(css/icomoon.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
embed,
object {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    text-rendering: optimizeLegibility!important;
    font-smoothing: antialiased!important;
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-variant: normal;
    text-transform: none;
    speak: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sail, cursive;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #83C349
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    color: #8a7f7b;
    font-weight: 600;
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

p:before {
    width: 30px;
    display: inline-block
}

span {
    font-size: 13px;
    font-family: inherit
}

code,
pre {
    display: block;
    white-space: pre
}

del {
    text-decoration: line-through;
    color: #666
}

ins,
dfn {
    border-bottom: 1px solid #ccc
}

small,
sup,
sub {
    font-size: 85%
}

abbr,
acronym {
    text-transform: capitalize
}

a abbr,
a acronym {
    border: 0
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

cite,
em,
dfn {
    font-style: italic
}

i {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    display: inline-block
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    line-height: 1
}

strong {
    font-weight: 900
}

blockquote {
    background-color: rgba(245, 246, 248, .5);
    position: relative;
    padding: 20px 30px;
    border: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #999b9e;
    font-size: 14px;
    line-height: 20px;
    font-style: italic
}

blockquote:before {
    content: '';
    font-size: 32px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    float: left;
    line-height: initial
}

blockquote p {
    padding-left: 50px;
    color: #4b3939;
    font-style: italic
}

ol,
ul {
    list-style: none
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: ;
    background-color: transparent;
    border-radius: 3px;
    box-shadow: none
}

form {
    outline: 0
}

input,
textarea,
button,
input[type=button],
.generalBtn {
    outline: 0!important;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input,
textarea {
    font-size: 13px;
    color: #5d5d5d;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
textarea,
select {
    border: 1px solid #cac8c0;
    padding: 0 12px;
    height: 38px;
    outline: 0;
    color: #4b3939;
    margin: 0;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    background-color: #e4e0d5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 124px;
    position: relative
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #4b3939
}

input[type=text]:last-child,
input[type=password]:last-child,
input[type=email]:last-child,
input[type=url]:last-child,
input[type=search]:last-child,
textarea:last-child,
select:last-child {
    margin-bottom: 0
}

.form-item {
    position: relative;
    margin-bottom: 30px
}

.form-item input[type=text],
.form-item input[type=password],
.form-item input[type=email],
.form-item input[type=url],
.form-item input[type=search],
.form-item textarea,
.form-item select {
    padding-left: 32px
}

.form-item textarea {
    padding-top: 9px;
    padding-bottom: 9px
}

.form-item label {
    position: absolute;
    left: 27px;
    top: 0;
    line-height: 38px;
    z-index: 1
}

.form-item button,
.form-item input[type=button],
.form-item input[type=submit],
.form-item .general-btn {
    width: 100%
}

.form-item:last-child {
    margin-bottom: 0
}

button,
input[type=button],
input[type=submit],
.general-btn {
    color: #e4e0d5;
    font-weight: 700;
    background-color: #4b3939;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    display: block;
    text-align: center;
    border: 0;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 15px
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.general-btn:hover {
    color: #fff;
    background-color: #83C349
}

label {
    color: #4b3939;
    font-family: tahoma, sans-serif;
    font-size: 13px;
    cursor: pointer
}

input[type=checkbox],
.check,
input[type=radio],
.radio {
    display: none
}

input[type=checkbox]+label,
.check+label,
input[type=radio]+label,
.radio+label {
    display: inline-block;
    line-height: 22px
}

input[type=checkbox]+label:after,
.check+label:after,
input[type=radio]+label:after,
.radio+label:after {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    content: '';
    font-family: tahoma;
    color: #4b3939;
    font-size: 100%;
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #f5f6f8;
    text-align: center;
    font-size: 10px;
    z-index: 100;
    margin-right: 10px
}

input[type=checkbox]:checked+label:after,
.check:checked+label:after {
    content: '\e83b'
}

input[type=radio]+label:after,
.radio+label:after {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px
}

input[type=radio]:checked+label,
.radio:checked+label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

input[type=radio]:checked+label:after,
.radio:checked+label:after {
    content: '\e935'
}

::-webkit-input-placeholder {
    color: #4b3939
}

:-moz-placeholder {
    color: #4b3939;
    opacity: 1
}

::-moz-placeholder {
    color: #4b3939;
    opacity: 1
}

:-ms-input-placeholder {
    color: #4b3939
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: 400
}

img {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    color: #83C349;
    position: relative
}

a,
a:visited {
    outline: 0
}

a:hover {
    color: #4b3939
}

a:hover>i,
button:hover>i,
input[type=submit]:hover>i,
.feature-icon:hover i {
    -webkit-animation: toTopFromBottom .5s forwards;
    -moz-animation: toTopFromBottom .5s forwards;
    -khtml-animation: toTopFromBottom .5s forwards;
    -o-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards
}

.general-link {
    padding: 4px 15px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background-color: #4b3939;
    color: #fff!important;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.general-link:hover {
    background-color: #83C349;
    color: #fff
}

.general-link.accent {
    background-color: #83C349
}

.general-link.accent:hover {
    background-color: #4b3939
}

.general-link.dark {
    background-color: #4b3939
}

.general-link.dark:hover {
    background-color: #83C349
}

span.general-link.dark {
    background-color: #4b3939!important
}

span.general-link.acent {
    background-color: #83C349
}

.bordered {
    background-color: transparent;
    border: 1px solid #83C349;
    color: #83C349
}

.bordered:hover {
    border: 1px solid #83C349;
    background-color: #83C349;
    color: #fff
}

.mini {
    padding: 5px 10px;
    font-size: .75em
}

.small {
    padding: 7px 12px;
    font-size: .85em
}

.large {
    padding: 15px 25px;
    font-size: 1.5em
}

.br {
    display: block;
    height: 30px
}

hr,
.container hr {
    margin: 0;
    height: 1px;
    background: #d9d9d9;
    border: 0
}

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

.clearfix:after {
    clear: both
}

.svg {
    width: 100%;
    height: 100%
}

.none {
    display: none
}

.block {
    display: block!important
}

.fixed_pos {
    position: fixed
}

.alignright {
    float: right;
    margin-left: 20px
}

.alignleft {
    float: left;
    margin-right: 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.centerdText {
    text-align: center
}

.noMarginLeft {
    margin-left: 0!important
}

.noMarginRight {
    margin-right: 0!important
}

.noMarginTop {
    margin-right: 0!important
}

.noMarginBottom {
    margin-bottom: 0!important
}

.firstChild {
    margin: 0
}

.lastChild {
    margin: 0
}

.offset {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

[class*=col] {
    -webkit-transition: width .4s linear;
    -moz-transition: width .4s linear;
    -o-transition: width .4s linear;
    -ms-transition: width .4s linear;
    -khtml-transition: width .4s linear;
    transition: width .4s linear
}

::-moz-selection {
    background-color: #83C349;
    color: #fff
}

::-webkit-selection {
    background-color: #83C349;
    color: #fff
}

::-o-selection {
    background-color: #83C349;
    color: #fff
}

::-khtml-selection {
    background-color: #83C349;
    color: #fff
}

::-ms-selection {
    background-color: #83C349;
    color: #fff
}

::selection {
    background-color: #83C349;
    color: #fff
}

.tooltipBottom+.tooltip {
    animation-name: tooltipBottom;
    -webkit-animation-name: tooltipBottom;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes tooltipBottom {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(30%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes tooltipBottom {
    0% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(30%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

.tooltipTop+.tooltip,
.tooltip {
    animation-name: tooltipTop;
    -webkit-animation-name: tooltipTop;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes tooltipTop {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes tooltipTop {
    0% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

.tooltipLeft+.tooltip {
    animation-name: tooltipLeft;
    -webkit-animation-name: tooltipLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes tooltipLeft {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-30%)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes tooltipLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-30%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

.tooltipRight+.tooltip {
    animation-name: tooltipRight;
    -webkit-animation-name: tooltipRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes tooltipRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(30%)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes tooltipRight {
    0% {
        -webkit-transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(30%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

.tooltip-inner {
    background-color: #4b3939
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4b3939
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #4b3939
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #4b3939
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4b3939
}

.tooltip.left .tooltip-arrow {
    border-left-color: #4b3939
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4b3939
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #4b3939
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4b3939
}

.darkSection .tooltip.top .tooltip-arrow {
    border-top-color: #fff
}

.darkSection .tooltip.top-left .tooltip-arrow {
    border-top-color: #fff
}

.darkSection .tooltip.top-right .tooltip-arrow {
    border-top-color: #fff
}

.darkSection .tooltip.right .tooltip-arrow {
    border-right-color: #fff
}

.darkSection .tooltip.left .tooltip-arrow {
    border-left-color: #fff
}

.darkSection .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.darkSection .tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff
}

.darkSection .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff
}

.menu {
    padding-top: 0!important
}

.loadSmooth {
    -webkit-transition: .7s ease-in-out linear;
    -moz-transition: .7s ease-in-out linear;
    -o-transition: .7s ease-in-out linear;
    -ms-transition: .7s ease-in-out linear;
    -khtml-transition: .7s ease-in-out linear;
    transition: .7s ease-in-out linear
}

#container {
    overflow: hidden
}

body {
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    background: #281e1e url(images/bg-section.png)
}

.all-wrapper {
    margin: auto;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -khtml-transition: all .5s linear;
    transition: all .5s linear
}

.innerWrapper {
    margin: auto
}

.container {
    padding: 0!important
}

.loading-container {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 1000
}

.loading-container .loading {
    display: inline-block;
    text-align: center;
    height: 80px;
    width: 80px
}

.loading-container .loading:before,
.loading-container .loading:after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #d9d9d9;
    border-radius: 50%;
    content: ''
}

.loading-container .loading:before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: #4b3939;
    border-left-color: #4b3939;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite
}

.loading-container .loading:after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #4b3939;
    border-bottom-color: #4b3939;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loading i {
    width: 52px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    display: inline-block
}

.main-section {
    padding: 11px 0;
    position: relative;
    background: #f8f5ec url(images/bg-section.png) left center
}

.main-section .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-section .section-wrapper {
    position: relative;
    z-index: 1;
    padding: 85px 0;
    border-top: 1px dashed rgba(102, 102, 102, .4);
    border-bottom: 1px dashed rgba(102, 102, 102, .4)
}

.main-section .section-icon {
    width: 59px;
    height: 72px;
    text-align: center;
    background: transparent url(images/bg-section-icon-pink.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -29.5px;
    bottom: -40px;
    z-index: 2;
    overflow: hidden
}

.main-section .section-icon i {
    background: #f8f5ec url(images/bg-section.png) left center;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 7px auto auto 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #4b3939;
    font-size: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden
}

.main-section .section-icon i:before {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.main-section .section-icon:hover i {
    background: #4b3939 url(images/bg-section.png) left center;
    color: #fff
}

.main-section .section-icon:hover i:before {
    -webkit-animation: toTopFromBottom .5s forwards;
    -moz-animation: toTopFromBottom .5s forwards;
    -khtml-animation: toTopFromBottom .5s forwards;
    -o-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards
}

.main-section:after,
.main-section:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 11px;
    display: block
}

.main-section:after {
    bottom: -2px;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    z-index: 2
}

.main-section:before {
    top: -2px
}

.light-section:after,
.light-section:before {
    background: transparent url(images/divider-sand.png) repeat-x center center
}

.light-section+.light-section {
    padding: 0
}

.light-section+.light-section:after,
.light-section+.light-section:before {
    display: none
}

.light-section+.light-section .section-wrapper {
    border-top: 0
}

.light-section {
    background-color: #f8f5ec
}

.dark-section {
    background-color: #4b3939;
    padding: 13px 0;
}

.dark-section .section-wrapper {
    border-top: 1px dashed rgba(153, 153, 153, .4);
    border-bottom: 1px dashed rgba(153, 153, 153, .4)
}

.dark-section .section-header .divider-section-header {
    background: transparent url(images/bg-divider-dark-section-header.png) center center no-repeat
}

.dark-section .section-header p {
    color: #f5f2e9
}

.pink-section {
    padding: 13px 0;
    background-color: #83C349
}

.pink-section .section-wrapper {
    border-top: 1px dashed rgba(204, 204, 204, .4);
    border-bottom: 1px dashed rgba(204, 204, 204, .4)
}

.pink-section .section-header h2 {
    color: #4b3939
}

.pink-section .section-header p {
    color: #f5f2e9
}

.img-section {
    background-attachment: fixed!important;
    background-repeat: no-repeat;
    background-size: cover!important
}

.welcome {
    padding: 0
}

.section-header {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 55px
}

.section-header h2 {
    font-size: 40px
}

.section-header .divider-section-header {
    margin: 5px 0;
    width: 270px;
    height: 10px;
    display: inline-block;
    background: transparent url(images/bg-divider-section-header.png) center center no-repeat
}

.section-header p {
    width: 83%;
    margin: 0 auto
}

.sa {
    opacity: 0;
    visibility: hidden
}

.sa.animated {
    opacity: 1;
    visibility: visible
}

.sa-t1 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.sa-t2 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.sa-t3 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.fancy-select {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: right;
    -webkit-transition: all .2 linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2 linear;
    -ms-transition: all .2 linear;
    -khtml-transition: all .2 linear;
    transition: all .2 linear
}

.fancy-select select:focus+.trigger {
    background-color: rgba(255, 255, 255, .2)
}

.fancy-select select:focus+.trigger.open,
.fancy-select select+.trigger:hover {
    background-color: #83C349
}

.fancy-select .trigger {
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 30px 0 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all .2 linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2 linear;
    -ms-transition: all .2 linear;
    -khtml-transition: all .2 linear;
    transition: all .2 linear
}

.fancy-select .trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 12px;
    right: 7px
}

.fancy-select .trigger.open {
    color: #fff;
    background-color: #83C349;
    border-radius: 2px 2px 0 0
}

.fancy-select ul.options {
    list-style: none;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: hidden;
    min-width: 150px;
    border-radius: 0 2px 2px;
    -webkit-transition: all .2 linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2 linear;
    -ms-transition: all .2 linear;
    -khtml-transition: all .2 linear;
    transition: all .2 linear
}

.fancy-select ul.options li {
    padding: 8px 12px;
    float: none;
    margin: 0;
    color: #5d5d5d;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .2 linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2 linear;
    -ms-transition: all .2 linear;
    -khtml-transition: all .2 linear;
    transition: all .2 linear
}

.fancy-select ul.options li.selected {
    color: #fff;
    background-color: #83C349
}

.fancy-select ul.options li.hover {
    color: #fff;
    background-color: #83C349
}

.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1
}

.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px
}

.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px
}

.fancy-select.disabled {
    opacity: .5
}

.corner {
    position: absolute;
    z-index: 2;
    display: block
}

.top-left {
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.top-right {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bottom-left {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.bottom-right {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.header .top-contacts {
    line-height: 65px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.header .top-contacts li {
    float: left;
    font-size: 12px;
    color: #fff
}

.header .top-contacts li a {
    color: #fff
}

.header .top-contacts li a:hover {
    color: #83C349
}

.header .top-social {
    float: left;
    margin-top: 20px
}

.header .top-social li {
    float: left;
    font-size: 12px;
    margin: 0 2.5px;
    white-space: nowrap;
    text-align: center;
    position: relative
}

.header .top-social li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    position: relative;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.header .top-social li a:hover {
    background-color: #83C349
}

.header .top-social li:last-child {
    margin-right: 0
}

.header .top-social li:first-child {
    margin-left: 0
}

.header .main-nav {
    background: #f8f5ec url(images/bg-header-1.png) repeat-x;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    position: relative;
    margin: auto
}

.header .main-nav:after,
.header .main-nav:before {
    content: '';
    width: 60px;
    height: 72px;
    display: block;
    position: absolute;
    top: 20px;
    z-index: -1;
    overflow: hidden;
    background: transparent url(images/ribbon-main-nav.png) no-repeat center center
}

.header .main-nav:after {
    right: -42px;
    background-position: -70px 0
}

.header .main-nav:before {
    left: -42px;
    background-position: 0 0
}

.header .main-nav .nav-links {
    position: relative;
    min-height: 82px
}

.header .main-nav .nav-links>li {
    margin: 0 29px;
    font-size: 22px;
    position: relative
}

.header .main-nav .nav-links>li a {
    color: #4b3939;
    display: block;
    line-height: 82px;
    font-family: Sail, cursive;
    position: relative
}

.header .main-nav .nav-links>li a i {
    font-size: 16px;
    position: absolute;
    right: -15px;
    top: 2px;
    line-height: 82px;
    display: none
}

.header .main-nav .nav-links>li a:hover i {
    -webkit-animation: none;
    -moz-animation: none;
    -khtml-animation: none;
    -o-animation: none;
    animation: none
}

.header .main-nav .nav-links>li .dropdown {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    background-color: #f8f5ec;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    z-index: 100
}

.header .main-nav .nav-links>li .dropdown li {
    padding: 5px 10px;
    border-bottom: 1px solid #f1ebd7;
    border-top: 1px solid #fff;
    position: relative
}

.header .main-nav .nav-links>li .dropdown li a {
    white-space: nowrap;
    font-size: 13px;
    color: #4b3939;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    line-height: 32px;
    padding: 0 10px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.header .main-nav .nav-links>li .dropdown li a:hover {
    background-color: #4b3939;
    color: #83C349
}

.header .main-nav .nav-links>li .dropdown li .active {
    background-color: #4b3939;
    color: #83C349
}

.header .main-nav .nav-links>li .dropdown li .dropdown {
    position: absolute;
    right: 100%;
    top: 0;
    min-width: 160px;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    -o-border-radius: 3px 0 3px 3px;
    -ms-border-radius: 3px 0 3px 3px;
    -khtml-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    overflow: hidden
}

.header .main-nav .nav-links>li .dropdown li:first-child {
    border-top: 0
}

.header .main-nav .nav-links>li .dropdown li:last-child {
    border-bottom: 0
}

.header .main-nav .nav-links>li:hover a {
    color: #83C349
}

.header .main-nav .nav-links>li:hover .dropdown {
    display: block;
    animation-name: slideUpSlow;
    -webkit-animation-name: slideUpSlow;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible!important
}

.header .main-nav .nav-links>li:hover .dropdown .dropdown {
    display: none
}

.header .main-nav .nav-links>li:hover .dropdown li:hover .dropdown {
    display: block
}

.header .main-nav .nav-links>li .active {
    color: #83C349
}

.header .logo-wrappper {
    display: inline-block;
    margin-top: -117px;
    text-align: center
}

.header .logo-wrappper a {
    display: block;
    height: 100%
}

.header .logo-wrappper a img {
    display: block
}

.header .logo-style-1,
.header .logo-style-3 {
    width: 152px;
    height: 152px;
    overflow: hidden
}

.header .logo-style-1 a,
.header .logo-style-3 a {
    background: url(images/star-dark.png) center center no-repeat
}

.header .logo-style-1 a:before,
.header .logo-style-3 a:before,
.header .logo-style-1 a:after,
.header .logo-style-3 a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.header .logo-style-1 a:before,
.header .logo-style-3 a:before {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    border-color: #83C349
}

.header .logo-style-1 a:after,
.header .logo-style-3 a:after {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    border-color: #d9d9d9
}

.header .logo-style-1 a span,
.header .logo-style-3 a span {
    display: inline-block;
    line-height: 1
}

.header .logo-style-1 a .top-icon,
.header .logo-style-3 a .top-icon {
    color: #83C349;
    font-size: 30px;
    margin: 30px 0 10px
}

.header .logo-style-1 a .lolli,
.header .logo-style-3 a .lolli {
    color: #83C349;
    font-size: 30px;
    display: block;
    font-family: Sail, cursive;
    margin-bottom: 8px
}

.header .logo-style-1 a .stars,
.header .logo-style-3 a .stars {
    color: #4b3939
}

.header .logo-style-1 a .stars i,
.header .logo-style-3 a .stars i {
    font-size: 9px
}

.header .logo-style-2,
.header .logo-style-4 {
    width: 190px;
    height: 195px;
    overflow: hidden
}

.header .logo-style-2 a,
.header .logo-style-4 a {
    background: url(images/logo-2-pink.png) center center no-repeat
}

.header .logo-style-2 a span,
.header .logo-style-4 a span {
    display: inline-block;
    line-height: 1
}

.header .logo-style-2 a .top-icon,
.header .logo-style-4 a .top-icon {
    color: #fff;
    font-size: 30px;
    margin: 10px 0
}

.header .logo-style-2 a .lolli,
.header .logo-style-4 a .lolli {
    color: #4b3939;
    font-size: 50px;
    display: block;
    font-family: Sail, cursive;
    margin-bottom: 8px
}

.header .logo-style-2 a .stars,
.header .logo-style-4 a .stars {
    color: #4b3939
}

.header .logo-style-2 a .stars i,
.header .logo-style-4 a .stars i {
    font-size: 9px
}

.header .logo-style-3 {
    width: 150px;
    height: 195px
}

.header .logo-style-3 a {
    background: url(images/logo-3.png) center center no-repeat
}

.header .logo-style-3 a:before,
.header .logo-style-3 a:after {
    margin-top: 0
}

.header .logo-style-3 a:after {
    top: 20px
}

.header .logo-style-3 a:before {
    top: 15px
}

.header .logo-style-4 a {
    background-image: url(images/logo-2-dark.png)
}

.header .logo-style-4 a span {
    display: inline-block;
    line-height: 1
}

.header .logo-style-4 a .top-icon {
    color: #f8f5ec
}

.header .logo-style-4 a .lolli {
    color: #83C349
}

.header .logo-style-4 a .stars {
    color: #f8f5ec
}

.header .logo-style-6 a {
    background-image: url(images/star-pink.png)
}

.header-1 .top-contacts li:last-child {
    float: right
}

.header-2 .main-nav {
    background: transparent url(images/bg-header-2.png) repeat-x;
    -webkit-box-shadow: 0 0 #000;
    -moz-box-shadow: 0 0 #000;
    -o-box-shadow: 0 0 #000;
    -ms-box-shadow: 0 0 #000;
    -khtml-box-shadow: 0 0 #000;
    box-shadow: 0 0 #000
}

.header-2 .main-nav:after,
.header-2 .main-nav:before {
    display: none
}

.header-2 .main-nav .nav-links>li a {
    color: #fff
}

.header-2 .logo-wrappper {
    margin-top: -82px
}

.header-3 {
    top: 45px
}

.header-3 .main-nav:after,
.header-3 .main-nav:before {
    display: none
}

.header-4 .main-nav:after,
.header-4 .main-nav:before {
    display: none
}

.header-4 .logo-wrappper {
    margin-top: -82px
}

.header-5 {
    text-align: left
}

.header-5 .top-contacts {
    height: 65px;
    line-height: 1
}

.header-5 .top-contacts li {
    height: 14px;
    margin-top: 25.5px;
    padding: 0 15px;
    float: right;
    border-left: 1px solid #83C349
}

.header-5 .top-contacts li:last-child {
    padding-left: 0;
    border-left: 0
}

.header-5 .top-contacts li:first-child {
    padding-right: 0
}

.header-5 .main-nav:before {
    display: none
}

.header-5 .main-nav .nav-links {
    float: right
}

.header-5 .main-nav .nav-links>li {
    float: left
}

.header-5 .logo-wrappper {
    margin-left: -20px
}

.header-6 .main-nav:after,
.header-6 .main-nav:before {
    display: none
}

.header-6 .top-social {
    margin-top: 10px
}

.header-6 .top-contacts {
    height: 45px;
    line-height: 1;
    float: right
}

.header-6 .top-contacts li {
    height: 14px;
    margin-top: 15.5px;
    padding: 0 15px;
    float: left;
    border-right: 1px solid #83C349
}

.header-6 .top-contacts li:last-child {
    padding-right: 0;
    border-right: 0
}

.header-6 .top-contacts li:first-child {
    padding-left: 0
}

#responsive-menu-wrapper {
    float: right;
    height: 82px;
    display: none
}

#responsive-menu-wrapper .responsive-main-nav-toggler {
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin: 21px 21px 0 0;
    font-size: 15px
}

#responsive-menu-wrapper .responsive-main-nav-toggler.opened {
    background-color: #83C349;
    color: #fff
}

#responsive-menu-wrapper .responsive-main-nav {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    width: 400px;
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 1000;
    display: none
}

#responsive-menu-wrapper .responsive-main-nav .nav-links {
    width: 100%;
    background-color: #f8f5ec
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li {
    float: none;
    margin: 0
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li a,
#responsive-menu-wrapper .responsive-main-nav .nav-links>li>button {
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #f8f5ec;
    color: #4b3939;
    text-align: left;
    font-weight: 700
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li a i,
#responsive-menu-wrapper .responsive-main-nav .nav-links>li>button i {
    display: none
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li a:hover,
#responsive-menu-wrapper .responsive-main-nav .nav-links>li>button:hover {
    background-color: #83C349;
    color: #fff
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li a:hover:after,
#responsive-menu-wrapper .responsive-main-nav .nav-links>li>button:hover:after {
    color: #fff!important
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li a.toggle-responsive:after,
#responsive-menu-wrapper .responsive-main-nav .nav-links>li>button.toggle-responsive:after {
    content: '+';
    font-family: tahoma;
    float: right;
    color: #4b3939;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .toggle-responsive.activeLine {
    background-color: #83C349;
    color: #fff
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .toggle-responsive.activeLine:after {
    content: '-';
    font-family: tahoma;
    float: right;
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .active {
    background-color: #83C349;
    color: #fff
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .active:after {
    color: #fff!important
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .dropdown {
    display: none;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 #000;
    -moz-box-shadow: 0 0 #000;
    -o-box-shadow: 0 0 #000;
    -ms-box-shadow: 0 0 #000;
    -khtml-box-shadow: 0 0 #000;
    box-shadow: 0 0 #000;
    animation: none!important;
    -webkit-animation: none!important;
    right: auto;
    left: auto;
    top: auto
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .dropdown li a {
    padding: 0 30px;
    font-size: 12px
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .dropdown li a:before {
    content: '-';
    font-family: tahoma;
    font-weight: 700;
    margin-right: 5px
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .dropdown li .dropdown {
    position: relative
}

#responsive-menu-wrapper .responsive-main-nav .nav-links>li .dropdown li .dropdown li a {
    padding: 0 45px
}

#responsive-menu-wrapper .responsive-main-nav .nav-links li:hover .dropdown {
    -webkit-animation: none!important;
    animation: none!important
}

.slider .slide {
    width: 100%;
    position: relative
}

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

.slider .slide .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.slider .slide .captions {
    z-index: 2;
    position: absolute;
    top: 260px;
    width: 100%;
    height: 100%;
    text-align: center
}

.slider .slide .captions h2 {
    color: #f8f5ec;
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden
}

.slider .slide .captions p {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 25px;
    color: #ddd9cf;
    opacity: 0;
    visibility: hidden
}

.slider .slide .captions span {
    color: #231717;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    display: block
}

.slider .owl-item.active .captions h2,
.slider .owl-item.active .captions p,
.slider .owl-item.active .captions span {
    opacity: 1;
    visibility: visible
}

.slider .owl-item.active .captions h2 {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s
}

.slider .owl-item.active .captions p {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s
}

.slider .owl-item.active .captions span {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s
}

.slider-1 .owl-controls {
    bottom: 50px
}

.slider-1 .owl-controls .owl-nav {
    display: none
}

.slider-1 .owl-controls .owl-dots {
    display: block
}

.slider-2 .slide .captions h2 {
    color: #83C349
}

.slider-2 .owl-controls {
    bottom: 50px
}

.slider-2 .owl-controls .owl-nav {
    display: block
}

.slider-2 .owl-controls .owl-dots {
    display: none!important
}

.slider-4 .owl-controls {
    bottom: 50px
}

.slider-4 .owl-controls .owl-nav {
    display: block
}

.slider-4 .owl-controls .owl-dots {
    display: none!important
}

.style-6 .slider .slide img {
    height: auto
}

.style-6 .slider .slide .captions {
    top: 120px
}

.style-6 .slider .owl-controls {
    bottom: 90px
}

.style-6 .slider .owl-stage-outer {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #83C349
}

.style-6 .slider-home .slide {
    width: 1154px!important
}

.slider-wrapper {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -ms-touch-action: pan-y;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

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

.owl-carousel #progress-bar {
    width: 100%;
    background: #d9d9d9
}

.owl-carousel #progress-bar #bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #83C349
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    text-align: center;
    top: auto
}

.owl-carousel .owl-controls .owl-nav div {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.owl-carousel .owl-controls .owl-nav div:hover {
    background-color: #83C349;
    border-color: #83C349
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
    font-family: FontAwesome
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
    font-family: FontAwesome
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    width: 100%
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    border: 2px solid #d9d9d9;
    width: 12px;
    margin: 0 5px;
    height: 12px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
    background-color: #d9d9d9
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #eeebe3;
    border-color: #eeebe3
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.grabbing {
    cursor: url(images/grabbing.png) 8 8, move
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 1.5s both ease-in-out;
    -moz-animation: fadeOut 1.5s both ease-in-out;
    animation: fadeOut 1.5s both ease-in-out
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 1.5s ease both;
    -moz-animation: scaleUpFrom 1.5s ease both;
    animation: scaleUpFrom 1.5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 1.5s ease both;
    -moz-animation: scaleUpTo 1.5s ease both;
    animation: scaleUpTo 1.5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.custom-slider .slide {
    height: 444px
}

.custom-slider .owl-controls {
    bottom: 20px!important
}

.custom-slider .owl-controls .owl-nav div {
    color: #fff!important;
    border-color: #fff!important;
    background-color: #4b3939
}

.custom-slider .owl-controls .owl-nav div:hover {
    background-color: #83C349
}

.carousel .carousel-item {
    padding: 0 20px
}

.carousel .owl-controls {
    position: relative;
    margin-top: 30px
}

.carousel .owl-controls .owl-nav {
    display: none
}

.carousel .owl-controls .owl-dots .owl-dot {
    border-color: #916464;
    opacity: .6
}

.carousel .owl-controls .owl-dots .owl-dot:hover {
    opacity: 1;
    border-color: #83C349;
    background-color: #83C349
}

.carousel .owl-controls .owl-dots .owl-dot.active {
    opacity: 1;
    border-color: #83C349;
    background-color: #83C349
}

.carousel-2 .carousel-item {
    padding: 0 15px
}

.carousel-2 .owl-controls {
    position: absolute;
    margin-top: 0;
    top: 0
}

.carousel-2 .owl-controls .owl-dots {
    display: none!important
}

.carousel-2 .owl-controls .owl-nav {
    display: block
}

.light-section .owl-controls .owl-nav div {
    color: #4b3939;
    border-color: #4b3939
}

.light-section .owl-controls .owl-nav div:hover {
    color: #fff
}

.pink-section .owl-controls .owl-nav div {
    color: #f0ede4;
    border-color: #f0ede4
}

.pink-section .owl-controls .owl-nav div:hover {
    color: #4b3939;
    background-color: #fff;
    border-color: #fff
}

.service .service-title {
    font-size: 30px
}

.service-style-1 {
    text-align: center
}

.service-style-1 .service-perview {
    width: 217px;
    height: 217px;
    margin: 0 auto 10px;
    border: 5px solid #dbd6cf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.service-style-1 .service-perview img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.service-style-1 .service-perview figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    top: 0;
    right: 0;
    z-index: 1;
    border: 4px solid rgba(131, 195, 73, 1)
}

.service-style-1:hover .service-perview figcaption {
     border: 15px solid rgba(131, 195, 73, .5)
}

.carousel-services-4 .carousel-item {
    padding: 0 15px
}

.service-style-3 {
    text-align: center;
    background-color: #83C349;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.service-style-3 .dash-bordered {
    border: 2px dashed #fff;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.service-style-3 .service-title {
    color: #fff
}

.service-style-3 .service-title a {
    color: #fff
}

.service-style-3 .service-title a:hover {
    color: #4b3939
}

.service-style-3 p {
    color: #f5f2e9
}

.service-style-3:hover .dash-bordered {
    border: 2px solid #4b3939
}

.carousel-blocks-3 .owl-stage-outer {
    margin-top: -60px
}

.carousel-blocks-3 .carousel-item {
    width: 25%;
    float: left;
    margin-top: 60px
}

.service-style-4 {
    background-color: #83C349;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px 50px;
    position: relative;
    margin-bottom: 60px
}

.service-style-4:after {
    content: '';
    display: block;
    height: 60px;
    width: 91px;
    top: 100%;
    right: 5px;
    position: absolute;
    background: transparent url(images/bubblles-pink.png) center right no-repeat
}

.service-style-4 .service-icon {
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #4b3939;
    color: #fff;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 26px
}

.service-style-4 .service-contents {
    padding-left: 90px
}

.service-style-4 .service-title {
    color: #4b3939;
    font-size: 28px
}

.service-style-4 .service-title a {
    color: #4b3939
}

.service-style-4 .service-title a:hover {
    color: #fff
}

.service-style-4 p {
    color: #f5f2e9;
    margin-bottom: 0
}

.service-style-4 .more {
    position: absolute;
    right: 18px;
    bottom: -19px;
    z-index: 11;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #4b3939;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #83C349
}

.service-style-4 .more:hover {
    background-color: #fff;
    color: #4b3939
}

.service-style-4 .more i {
    font-size: 25px;
    font-weight: 700
}

.service-style-4:hover .service-icon {
    background-color: #fff;
    color: #4b3939;
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.service-style-5 .service-icon {
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #83C349;
    color: #fff;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    font-size: 26px
}

.service-style-5 .service-icon:before {
    display: inline-block
}

.service-style-5 .service-contents {
    padding-left: 90px
}

.service-style-5 .more {
    color: #4b3939
}

.service-style-5 .more:hover {
    color: #83C349
}

.service-style-5:hover .service-icon {
    background-color: #4b3939
}

.service-style-5:hover .service-icon:before {
    -webkit-animation: toTopFromBottom .5s forwards;
    -moz-animation: toTopFromBottom .5s forwards;
    -khtml-animation: toTopFromBottom .5s forwards;
    -o-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards
}

.service-style-6 {
    text-align: center
}

.service-style-6 .service-icon {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #83C349;
    color: #fff;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 26px;
    overflow: hidden;
    margin: 0 auto 20px
}

.service-style-6 .service-icon:before {
    display: inline-block
}

.service-style-6 .service-contents {
    padding: 0 30px
}

.service-style-6 .more {
    color: #4b3939
}

.service-style-6 .more:hover {
    color: #83C349
}

.service-style-6:hover .service-icon {
    background-color: #4b3939;
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInY;
    backface-visibility: visible!important;
    animation-name: flipInY
}

.carousel-2 {
    padding-top: 65px
}

.carousel-2 .owl-stage-outer {
    padding-top: 35px
}

.product {
    text-align: center;
    position: relative;
    border-bottom: 3px double #d9d9d9;
    -webkit-border-radius: 4px 4px 6px 6px;
    -moz-border-radius: 4px 4px 6px 6px;
    -o-border-radius: 4px 4px 6px 6px;
    -ms-border-radius: 4px 4px 6px 6px;
    -khtml-border-radius: 4px 4px 6px 6px;
    border-radius: 4px 4px 6px 6px;
    background-color: #fff
}

.product .product-icon {
    width: 70px;
    height: 70px;
    line-height: 62px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    color: #fff;
    border: 4px solid #4b3939;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -khtml-transition: all .6s linear;
    transition: all .6s linear;
    background: no-repeat center center;
    background-color: #83C349;
    background-size: 50% 50%
}

.product .product-icon i {
    color: #fff;
    font-size: 30px
}

.product .product-perview {
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.product .product-perview img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.product .product-perview figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.product .product-contents {
    background-color: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding-bottom: 1px
}

.product .product-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    padding: 15px 0 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600
}

.product .product-description {
    margin-bottom: 22px
}

.product .links {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.product .links p {
    float: left;
    width: 50%;
    padding: 0 10px 8px;
    margin-bottom: 0
}

.product .links p:first-child {
    padding-right: 5px
}

.product .links p:last-child {
    padding-left: 5px
}

.product:hover .product-icon {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.product:hover .product-perview figcaption {
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}

.light-section .carousel-blocks-3 .product {
    border: 1px solid #d9d9d9;
    border-bottom: 3px double #d9d9d9
}

.light-section .product-icon {
    border-color: #f8f5ec
}

.gallary {
    padding-top: 0;
    padding-bottom: 60px
}

.gallary .owl-controls {
    bottom: 0;
    top: auto
}

.gallary .owl-controls .owl-nav div {
    background-color: #4b3939;
    color: #fff;
    border-color: #fff
}

.gallary .owl-controls .owl-nav div:hover {
    background-color: #83C349;
    border-color: #fff;
    color: #fff
}

.more-products {
    text-align: center;
    margin: 30px auto 0;
    width: 242px;
    height: 38px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 600;
    background: transparent url(images/label-pink.png) no-repeat center center
}

.more-products a {
    color: #fff;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.more-products a:hover {
    color: #4b3939
}

.testmonials .section-wrapper,
.alerts .section-wrapper {
    padding-bottom: 51px
}

.carousel-testmonials .owl-stage-outer,
.carousel-alert .owl-stage-outer {
    padding-bottom: 38px;
    padding-top: 3px
}

.testmonial {
    background-color: #fff!important
}

.testmonial:before {
    background-color: #fff!important
}

.testmonial p {
    padding-right: 0!important;
    margin-bottom: 15px!important
}

.testmonial .testmonial-thumb {
    width: 62px;
    height: 62px;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.testmonial .testmonial-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border .1s linear;
    -moz-transition: border .1s linear;
    -o-transition: border .1s linear;
    -ms-transition: border .1s linear;
    -khtml-transition: border .1s linear;
    transition: border .1s linear;
    border: 3px solid #fff
}

.testmonial blockquote {
    padding: 0 0 0 77px;
    margin-bottom: 0;
    background-color: transparent
}

.testmonial blockquote:before {
    display: none
}

.testmonial blockquote p {
    font-style: normal;
    color: #83C349;
    padding-left: 0
}

.testmonial blockquote cite {
    font-style: normal;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #4b3939;
    font-weight: 500
}

.testmonial blockquote cite .client-name {
    color: #4b3939
}

.testmonial blockquote cite .client-name:hover {
    color: #83C349
}

.testmonial blockquote cite .client-website {
    color: #8f8480
}

.testmonial blockquote cite .client-website:hover {
    text-decoration: underline!important
}

.testmonial .more {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    background-color: #83C349;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    z-index: -1;
    text-align: center;
    padding: 8px 11px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.testmonial .more:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 41px solid transparent!important;
    border-right: 41px solid transparent!important;
    border-top: 5px solid #83C349;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.testmonial .more:hover {
    background-color: #4b3939;
    color: #fff
}

.testmonial .more:hover:after {
    border-top-color: #4b3939
}

.testmonial:hover .testmonial-thumb img {
    border-color: #83C349
}

.testmonial:hover .more {
    top: 100%
}

.team-member {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    text-align: center
}

.team-member .team-member-thumb {
    position: relative;
    z-index: 9
}

.team-member .team-member-thumb>img {
    width: 100%;
    display: block;
    height: auto;
    border: 3px solid #fff
}

.team-member .team-member-thumb figcaption {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.team-member .team-member-icon {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 19px;
    text-align: center;
    color: #fff;
    background-color: #4b3939;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: -35px auto 10px auto;
    z-index: 10;
    position: relative;
    overflow: hidden
}

.team-member .team-member-icon i {
    font-size: 14px
}

.team-member .team-member-icon:hover {
    background-color: #fff;
    color: #4b3939
}

.team-member .team-member-contents {
    padding: 0 20px
}

.team-member .team-member-contents h5,
.team-member .team-member-contents p {
    color: #fff;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.team-member .team-member-contents h5 a,
.team-member .team-member-contents p a {
    color: #fff
}

.team-member .team-member-contents h5 a:hover,
.team-member .team-member-contents p a:hover {
    color: #4b3939
}

.team-member .team-member-contents h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600
}

.team-member .team-member-contents span {
    display: block;
    margin-bottom: 10px;
    color: #4b3939;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px
}

.team-member .team-member-contents p {
    color: #f4f2e9
}

.team-member .team-member-contents .member-social {
    display: inline-block
}

.team-member .team-member-contents .member-social li {
    float: left;
    margin-left: 10px
}

.team-member .team-member-contents .member-social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #4b3939;
    font-size: 21px
}

.team-member .team-member-contents .member-social li a i {
    font-size: 21px
}

.team-member .team-member-contents .member-social li a:hover {
    background-color: #83C349
}

.team-member .team-member-contents .member-social li:first-child {
    margin-left: 0
}

.team-member-style-2 {
    background-color: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3)
}

.team-member-style-2 .team-member-thumb {
    border-bottom: 4px solid #f8f5ec
}

.team-member-style-2 .team-member-icon {
    border: 0;
    line-height: 70px
}

.team-member-style-2 .team-member-contents {
    padding-bottom: 20px;
    border-bottom: 3px double #e2e2e2;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.team-member-style-2 .team-member-contents h5 {
    color: #83C349
}

.team-member-style-2 .team-member-contents h5 a {
    color: #83C349
}

.team-member-style-2 .team-member-contents span {
    color: #4a3939
}

.team-member-style-2 .team-member-contents p {
    margin-bottom: 20px;
    color: #8f8480
}

.team-member-style-3 .team-member-thumb figcaption {
    border-color: #83C349
}

.team-member-style-3 .team-member-icon {
    border-color: #83C349;
    line-height: 70px
}

.team-member-style-3 .team-member-contents h5 {
    color: #83C349
}

.team-member-style-3 .team-member-contents h5 a {
    color: #83C349
}

.team-member-style-3 .team-member-contents span {
    color: #4a3939
}

.team-member-style-3 .team-member-contents p {
    color: #8f8480
}

.feature {
    text-align: center;
    padding: 0 5px
}

.feature .feature-icon {
    border: 3px solid #d5cfc8;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    color: #4b3939;
    margin: 0 auto 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden
}

.feature .feature-icon i {
    font-size: 30px
}

.feature .feature-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.feature:hover .feature-icon {
    border-color: #83C349;
    background-color: #83C349;
    color: #fff
}

.feature:hover .feature-icon i {
    -webkit-animation: toTopFromBottom .5s forwards;
    -moz-animation: toTopFromBottom .5s forwards;
    -khtml-animation: toTopFromBottom .5s forwards;
    -o-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards
}

.pricing.img-section {
    background: #4b3939 url(images/bg-1.jpg)
}

.pricing.img-section .cover {
    display: block
}

.pricing .cover {
    display: none
}

.pricing-table {
    text-align: center
}

.pricing-table .pricing-top-section {
    background-color: #83C349;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 30px 10px 0;
    z-index: 2;
    position: relative
}

.pricing-table .pricing-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px
}

.pricing-table .pricing-icon {
    width: 152px;
    height: 152px;
    text-align: center;
    line-height: 152px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background: transparent url(images/star-dark.png) center center no-repeat;
    margin: 0 auto -76px auto;
    color: #83C349;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.pricing-table .pricing-icon:before,
.pricing-table .pricing-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.pricing-table .pricing-icon:before {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    border-color: #83C349
}

.pricing-table .pricing-icon:after {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    border-color: #d9d9d9
}

.pricing-table .pricing-icon i {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-transition: font-size .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out;
    -khtml-transition: font-size .3s ease-in-out;
    transition: font-size .3s ease-in-out;
    font-size: 45px
}

.pricing-table .pricing-contents {
    background-color: #f8f5ec;
    padding-top: 85px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3)
}

.pricing-table .price {
    padding: 10px;
    padding-top: 0
}

.pricing-table .price span {
    display: block;
    line-height: 60px;
    background-color: #e4e0d5;
    color: #4b3939;
    font-size: 30px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.pricing-table .order {
    display: inline-block;
    background-color: #83C349;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 8px 30px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.pricing-table .order:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 49px solid transparent!important;
    border-right: 49px solid transparent!important;
    border-top: 5px solid #83C349;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.pricing-table .order:hover {
    background-color: #e4e0d5;
    color: #4b3939
}

.pricing-table .order:hover:after {
    border-top-color: #e4e0d5
}

.pricing-table:hover .pricing-icon {
    color: #4b3939
}

.pricing-table:hover .pricing-icon i {
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip
}

.pricing-table-style-2 .pricing-top-section {
    background-color: #4b3939!important
}

.pricing-table-style-2 .pricing-icon {
    background: transparent url(images/star-pink.png) center center no-repeat;
    color: #4b3939
}

.pricing-table-style-2 .pricing-icon:before {
    border-color: #4b3939
}

.pricing-table-style-2 .price {
    padding: 10px;
    padding-top: 0
}

.pricing-table-style-2 .price span {
    color: #83C349
}

.pricing-table-style-2 .order {
    background-color: #4b3939
}

.pricing-table-style-2 .order:after {
    border-top-color: #4b3939
}

.pricing-table-style-2 .order:hover {
    background-color: #83C349;
    color: #fff
}

.pricing-table-style-2 .order:hover:after {
    border-top-color: #83C349
}

.contact-box {
    margin-bottom: 30px
}

.contact-box .contact-box-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #4b3939;
    line-height: 1
}

.contact-box .contact-icon {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    background-color: #cfccc5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.contact-box .contact-icon i {
    font-size: 14px
}

.contact-box .contact-details {
    padding-left: 48px
}

.contact-box .contact-details p {
    margin-bottom: 0
}

.contact-box .contact-details li {
    color: #83C349;
    font-size: 13px;
    margin-bottom: 4px
}

.contact-box:last-child {
    margin-bottom: 0
}

.contact-box-body:hover .contact-icon {
    background-color: #83C349
}

.map {
    height: 380px;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.map .cover {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    background-color: rgba(0, 0, 0, .5)
}

.map .google-map {
    width: 100%!important;
    height: 100%;
    margin-bottom: 0
}

.google-map {
    height: 444px;
    margin-bottom: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6);
    -khtml-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6)
}

.map:hover .cover {
    opacity: 0;
    visibility: hidden
}

.footer {
    text-align: center;
    z-index: 10;
    padding: 12px 0 13px
}

.footer:before {
    top: -3px;
    background: transparent url(images/divider-dark.png) repeat-x center center
}

.footer .section-wrapper {
    padding-bottom: 0!important;
    padding-top: 39px
}

.footer p {
    color: #f8f5ec;
    margin-bottom: 50px
}

.footer p a {
    color: #f8f5ec
}

.footer p a:hover {
    color: #83C349
}

.footer-social li {
    display: inline-block;
    margin: 0 15px 30px
}

.footer-social li a {
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 22px;
    overflow: hidden;
    background: #281e1e url(images/bg-section.png);
    text-align: center;
    color: #f8f5ec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1);
    -o-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1);
    -ms-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1);
    -khtml-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .1)
}

.footer-social li a:hover {
    background: #83C349 url(images/bg-section.png);
    color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1);
    -moz-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1);
    -o-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1);
    -ms-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1);
    -khtml-box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1);
    box-shadow: 0 1px 1px 0 rgba(75, 57, 57, .1)
}

.back-to-top-wrapper {
    position: absolute;
    width: 100%;
    height: 30px;
    overflow: hidden;
    left: 0;
    bottom: -14px
}

.back-to-top {
    position: absolute!important;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 170px;
    display: block;
    height: 150px;
    background: #281e1e url(images/bg-section.png);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto -134px -85px
}

.back-to-top i {
    font-size: 20px
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -10%;
    left: -10%;
    z-index: -1;
    background: inherit;
    -webkit-border-radius: 47%;
    -moz-border-radius: 47%;
    -o-border-radius: 47%;
    -ms-border-radius: 47%;
    -khtml-border-radius: 47%;
    border-radius: 47%
}

.back-to-top:hover {
    color: #83C349
}

.back-to-top:hover i {
    -webkit-animation: none;
    -moz-animation: none;
    -khtml-animation: none;
    -o-animation: none;
    animation: none
}

.style-6 .main-contents {
    background-color: #f8f5ec;
    width: 1200px;
    margin: 0 auto 60px
}

.style-6 .main-contents .main-section:last-child:after {
    display: block;
    background: 0 0;
    height: 3px;
    border-bottom: 3px double #d3d0c9;
    bottom: 1px
}

.style-6 .main-section:before,
.style-6 .main-section:after {
    display: none
}

.style-6 .main-section:last-child .section-wrapper {
    padding-bottom: 55px
}

.style-6 .welcome .top-left {
    top: 20px;
    left: 20px
}

.style-6 .welcome .top-right {
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(93deg);
    -moz-transform: rotate(93deg);
    -ms-transform: rotate(93deg);
    -o-transform: rotate(93deg);
    transform: rotate(93deg)
}

.style-6 .welcome .bottom-left {
    bottom: 20px;
    left: 20px;
    -webkit-transform: rotate(273deg);
    -moz-transform: rotate(273deg);
    -ms-transform: rotate(273deg);
    -o-transform: rotate(273deg);
    transform: rotate(273deg)
}

.style-6 .welcome .bottom-right {
    bottom: 20px;
    right: 20px
}

.style-6 .light-section {
    padding: 0;
    background-image: none
}

.style-6 .light-section .section-wrapper {
    border: 0
}

.style-6 .welcome {
    padding: 20px
}

.style-6 .footer {
    margin-bottom: 10px
}

.hanging {
    height: 80px;
    margin: 250px auto 0;
    background: transparent url(images/hanging-rape.png) no-repeat center bottom;
    position: relative
}

.hanging .hanging-pin {
    width: 30px;
    height: 30px;
    background-color: #83C349;
    border: 7px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -15px
}

.header-slider .owl-controls {
    display: none
}

.header-slider .slide {
    height: 371px!important
}

.page-info {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 75px
}

.page-info .page-title {
    color: #fff;
    font-size: 30px
}

.breadcrumb {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb li {
    color: #83C349;
    font-size: 13px
}

.breadcrumb li+li:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #83C349;
    font-size: 11px;
    padding: 0 8px 0 5px
}

.breadcrumb li a {
    color: #83C349
}

.breadcrumb li a:hover {
    color: #fff
}

.breadcrumb li.active {
    color: #83C349
}

.pagination {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0
}

.pagination>li {
    margin-left: 5px;
    display: inline-block;
    overflow: hidden
}

.pagination>li>a,
.pagination>li>span {
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    background-color: #dcdad4;
    border: 2px solid #fff;
    color: #4b3939;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -khtml-border-radius: 50%!important;
    border-radius: 50%!important;
    overflow: hidden;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    background-color: #83C349;
    color: #fff
}

.pagination>li:last-child {
    margin-left: 10px
}

.pagination>li:first-child {
    margin-right: 5px
}

.pagination .active {
    background-color: #83C349;
    color: #fff;
    cursor: default
}

.pagination>li:last-child a,
.pagination>li:first-child a {
    color: #fff;
    background-color: #4b3939
}

.pagination>li:last-child a:hover,
.pagination>li:first-child a:hover {
    background-color: #83C349
}

.introduction-contents {
    text-align: center
}

.introduction-contents>p {
    margin-top: 50px;
    margin-bottom: 0
}

.single-product-contents {
    margin-bottom: 80px
}

.product-overview {
    padding: 20px;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-top: 64px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    border-bottom: 3px double #d9d9d9
}

.product-overview .product-icon {
    width: 70px;
    height: 70px;
    line-height: 62px;
    background-color: #83C349;
    color: #fff;
    border: 4px solid #f8f5ec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: -55px auto 10px auto
}

.product-overview .product-icon i {
    font-size: 29px
}

.product-overview .product-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.product-overview p {
    margin-bottom: 25px
}

.product-overview .links {
    float: left;
    padding-top: 7px
}

.product-overview .links .general-link {
    display: inline-block;
    width: 120px;
    margin-right: 10px
}

.product-overview .links a:last-child {
    margin-right: 0
}

.product-overview .share {
    float: right;
    margin-right: -10px
}

.product-overview .share li {
    float: left;
    margin-left: 10px
}

.product-overview .share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #949089;
    overflow: hidden;
    font-size: 21px
}

.product-overview .share li a i {
    font-size: 21px
}

.product-overview .share li a:hover {
    background-color: #83C349
}

.product-overview .share li:first-child {
    margin-left: 0
}

.blockquote blockquote {
    background-color: transparent;
    padding-left: 50px;
    padding-right: 0
}

.blockquote p {
    font-size: 18px;
    line-height: 28px;
    color: #4b3939;
    padding-left: 0
}

.blockquote cite {
    color: #83C349
}

.blockquote-style-1 blockquote:before {
    background-color: #83C349;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.blockquote-style-2 blockquote:before,
.blockquote-style-2 blockquote:after {
    font-family: FontAwesome;
    color: #83C349;
    font-size: 25px;
    position: absolute
}

.blockquote-style-2 blockquote:before {
    left: 0;
    top: 0;
    content: '\f10d'
}

.blockquote-style-2 blockquote:after {
    right: 0;
    bottom: 0;
    content: '\f10e'
}

.blockquote-style-3 blockquote {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #4b3939;
    padding: 25px 50px
}

.blockquote-style-3 blockquote:before,
.blockquote-style-3 blockquote:after {
    display: none
}

.blockquote-style-3 p {
    color: #f3f0e7
}

.blockquote-style-4 blockquote {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #83C349;
    padding: 25px 50px
}

.blockquote-style-4 blockquote:before,
.blockquote-style-4 blockquote:after {
    display: none
}

.blockquote-style-4 p {
    color: #f8f5ec
}

.blockquote-style-4 cite {
    color: #4a3939
}

.dropcaps {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 7px;
    width: 32px;
    height: 32px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    line-height: 32px;
    font-size: 45px;
    color: #4b3939
}

.dropcaps-style-2 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #83C349;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.hightlight {
    display: inline-block;
    padding: 0 2px;
    background-color: #83C349;
    font-family: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #4b3939
}

.list li {
    position: relative;
    padding-left: 30px;
    color: #4b3939;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    clear: both
}

.list li:before {
    content: '\f152';
    font-family: FontAwesome;
    float: left;
    color: #83C349;
    line-height: 22px;
    margin-right: 15px
}

.list-style-1 li:before {
    content: '\f152'
}

.list-style-2 li:before {
    content: '\f05d'
}

.list-style-3 li:before {
    content: '\f105'
}

.list-style-4 li:before {
    content: '\f006'
}

.list-style-5 li:before {
    content: '\f0a9'
}

.list-style-6 li:before {
    content: '\f0da'
}

.list-style-7 li:before {
    content: '\f0c8'
}

ol.list-style-8 li span {
    float: left;
    color: #83C349;
    line-height: 22px;
    margin-right: 15px;
    display: inline-block;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 700
}

ol.list-style-8 li:before {
    content: ''
}

.information-box {
    padding: 20px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f6f4;
    position: relative;
    margin-bottom: 30px
}

.information-box:before {
    content: '';
    border: 1px solid #d9d9d9;
    background-color: #f7f6f4;
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    top: -3px;
    bottom: -3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.information-box h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    margin-bottom: 10px
}

.information-box>p {
    padding-right: 200px;
    margin-bottom: 0
}

.information-box>a.general-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1
}

.information-box .ribbon {
    position: absolute;
    right: 10px;
    top: -3px;
    z-index: 1
}

.information-box:last-child {
    margin-bottom: 0
}

.row+.information-box {
    margin-top: 75px
}

.icons-list {
    margin-top: -30px
}

.icons-list li {
    float: left;
    margin-right: 30px;
    padding: 0;
    margin-top: 30px
}

.icons-list li a {
    display: block;
    width: 70px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #83C349;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    font-size: 22px;
    overflow: hidden
}

.icons-list li a i {
    font-size: inherit
}

.icons-list li a:hover {
    color: #fff;
    background-color: #4b3939
}

.icons-list li:nth-child(12n) {
    margin-right: 0
}

.colored-icons-list li a.facebook {
    background-color: #3b5998
}

.colored-icons-list li a.pinterest {
    background-color: #cc2127
}

.colored-icons-list li a.twitter {
    background-color: #55acee
}

.colored-icons-list li a.google-plus {
    background-color: #dd4b39
}

.colored-icons-list li a.rss {
    background-color: #f26522
}

.colored-icons-list li a.vimeo {
    background-color: #1ab7ea
}

.colored-icons-list li a.vine {
    background-color: #00b488
}

.colored-icons-list li a.dribbble {
    background-color: #ea4c89
}

.colored-icons-list li a.tumblr {
    background-color: #35465c
}

.colored-icons-list li a.behance {
    background-color: #1769ff
}

.colored-icons-list li a.apple {
    background-color: #656565
}

.colored-icons-list li a.dropbox {
    background-color: #007ee5
}

.colored-icons-list li a.soundcloud {
    background-color: #f80
}

.colored-icons-list li a.foursquare {
    background-color: #0072b1
}

.colored-icons-list li a.lastfm {
    background-color: #c3000d
}

.colored-icons-list li a.spotify {
    background-color: #7ab800
}

.colored-icons-list li a.flickr {
    background-color: #0063dc
}

.colored-icons-list li a.google-wallet {
    background-color: #0f9d58
}

.colored-icons-list li a.linkedin {
    background-color: #0976b4
}

.colored-icons-list li a.maxcdn {
    background-color: #FF5B02
}

.colored-icons-list li a.openid {
    background-color: #F28018
}

.colored-icons-list li a.digg {
    background-color: #000
}

.colored-icons-list li a.skype {
    background-color: #00aff0
}

.colored-icons-list li a.share-alt {
    background-color: #25a774
}

.colored-icons-list li a.wordpress {
    background-color: #21759b
}

.colored-icons-list li a.android {
    background-color: #a4c639
}

.colored-icons-list li a.deviantart {
    background-color: #4e6252
}

.colored-icons-list li a.vk {
    background-color: #45668e
}

.colored-icons-list li a.github-alt {
    background-color: #4183c4
}

.colored-icons-list li a.jsfiddle {
    background-color: #4679BD
}

.colored-icons-list li a.stumbleupon {
    background-color: #eb4924
}

.colored-icons-list li a.stack-overflow {
    background-color: #fe7a15
}

.colored-icons-list li a.twitch {
    background-color: #6441a5
}

.colored-icons-list li a.delicious {
    background-color: #39f
}

.colored-icons-list li a.xing {
    background-color: #026466
}

.colored-icons-list li a.renren {
    background-color: #77B05C
}

.colored-icons-list li a.reddit {
    background-color: #ff4500
}

.colored-icons-list li a.instagram {
    background-color: #3f729b
}

.colored-icons-list li a.yahoo {
    background-color: #400191
}

.colored-icons-list li a.youtube {
    background-color: #e52d27
}

.colored-icons-list li a:hover {
    background-color: #83C349
}

.alert .alert-icon {
    float: left;
    border: 2px solid #83C349;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    padding: 3px
}

.alert .alert-icon i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    background-color: #83C349;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.alert .alert-contents {
    padding-left: 70px
}

.alert .alert-contents .alert-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    line-height: 1;
    font-weight: 700
}

.alert .alert-contents p {
    padding-right: 0
}

.erorr-404 .section-header {
    margin-top: -80px
}

.erorr-404 .section-header h2 {
    font-size: 300px;
    line-height: 1
}

.erorr-404 .erorr-solutions {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.erorr-404 .search {
    position: relative;
    overflow: hidden;
    display: block
}

.erorr-404 .search input {
    padding-right: 40px
}

.erorr-404 .search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #4b3939;
    z-index: 10
}

.erorr-404 .search button:hover {
    color: #83C349
}

.erorr-404 .search button:hover i {
    -webkit-animation: none;
    -moz-animation: none;
    -khtml-animation: none;
    -o-animation: none;
    animation: none
}

.erorr-404 .links a {
    display: inline-block;
    width: 120px;
    margin: 0 5px
}

.blog .carousel-blocks {
    margin-top: -30px
}

.blog .carousel-blocks .post-wrapper {
    margin-top: 60px
}

.post {
    text-align: center;
    position: relative;
    border: 1px solid #aeada7;
    border-bottom: 3px double #aeada7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px
}

.post .post-icon {
    width: 70px;
    height: 70px;
    line-height: 62px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    color: #fff;
    border: 4px solid #f8f5ec;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -khtml-transition: all .6s linear;
    transition: all .6s linear;
    background: no-repeat center center;
    background-color: #4b3939;
    background-size: 50% 50%
}

.post .post-icon i {
    color: #fff;
    font-size: 16px
}

.post .post-perview {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.post .post-perview img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.post .post-perview .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    bottom: 0;
    display: block;
    right: 0;
    top: auto;
    z-index: 1
}

.post .post-perview .post-meta {
    position: absolute;
    bottom: 100%;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 5px
}

.post .post-perview .post-meta p {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding: 12px 5px
}

.post .post-perview .post-meta p span {
    display: block;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    height: 30px;
    font-size: inherit;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(75, 57, 57, .9);
    color: #f2efe6
}

.post .post-perview .post-meta p a:hover {
    color: #f2efe6
}

.post .post-contents {
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.post .post-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    padding: 15px 0 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600
}

.post .post-description {
    margin-bottom: 22px
}

.post .more {
    width: 120px;
    margin: auto;
    margin-bottom: 10px
}

.post:hover .post-perview .cover {
    height: 3px;
    bottom: 0
}

.post:hover .post-perview .post-meta {
    bottom: 0
}

.post-style-3 .post-perview .post-meta p {
    width: 33.333%
}

.post-style-3 .post-contents {
    padding-left: 20px;
    padding-right: 20px
}

.blog .sidebar {
    margin-top: 60px
}

.widget .widget-header {
    font-size: 16px;
    color: #4b3939;
    position: relative;
    height: 40px;
    margin-bottom: 20px
}

.widget .widget-header:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #e7e3d8;
    width: 70px
}

.categories ul li {
    clear: both;
    margin-bottom: 10px
}

.categories ul li a {
    color: #8a7f7b
}

.categories ul li a:hover {
    color: #83C349
}

.categories ul li span {
    float: right;
    color: #83C349
}

.categories li:last-child {
    margin-bottom: 0
}

.posts-row ul>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccac3
}

.posts-row ul>li .side-post .post-media {
    float: left;
    display: block;
    width: 70px;
    height: 70px
}

.posts-row ul>li .side-post .post-media img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.posts-row ul>li .side-post .post-contents {
    padding-left: 90px
}

.posts-row ul>li .side-post .post-contents p {
    padding: 0;
    margin-bottom: 7px
}

.posts-row ul>li .side-post .post-contents .post-meta li {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    color: #4b3939;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.posts-row ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.latest-tweets ul>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccac3
}

.latest-tweets ul>li .tweet-icon {
    float: left;
    display: block;
    font-size: 17px
}

.latest-tweets ul>li .tweet-contents {
    padding-left: 40px
}

.latest-tweets ul>li .tweet-contents p {
    padding: 0;
    margin-bottom: 7px
}

.latest-tweets ul>li .tweet-contents .tweet-meta {
    color: #4b3939;
    font-style: italic
}

.latest-tweets ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.sinlge-post {
    margin-bottom: 30px
}

.share-issues {
    background-color: #e7e3d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    line-height: 32px;
    margin-bottom: 20px
}

.tags {
    float: left
}

.tags i,
.tags a {
    color: #4b3939
}

.tags i {
    margin-right: 10px
}

.tags a:hover {
    color: #83C349
}

.share {
    float: right;
    margin-right: -10px;
    margin-top: 3px
}

.share li {
    float: left;
    margin-left: 10px
}

.share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-color: #83C349;
    font-size: 21px
}

.share li a i {
    font-size: 21px
}

.share li a:hover {
    color: #fff;
    background-color: #4b3939
}

.share li:first-child {
    margin-left: 0
}

.single-comment,
div[class*=level] {
    margin-bottom: 20px
}

.single-comment:last-child,
div[class*=level]:last-child {
    margin-bottom: 0
}

.comment {
    background-color: #f8f7f3;
    border: 1px solid #d9d9d9;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.comment .thumb {
    display: block;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    overflow: hidden;
    margin-left: 10px
}

.comment .thumb img {
    display: block;
    width: 100%;
    height: 100%
}

.comment .comment-contents {
    padding-left: 90px
}

.comment .comment-contents .comment-title {
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4b3939;
    line-height: 1
}

.comment .comment-contents .comment-title a {
    color: #4b3939
}

.comment .comment-contents .comment-title a:hover {
    color: #83C349
}

.comment .comment-contents .comment-meta li {
    margin-bottom: 15px;
    font-size: 12px;
    color: #645858
}

.comment .comment-contents .reply {
    float: right
}

.comment-level-2 {
    padding-left: 100px
}

.body-boxed,
.body-boxed-2 {
    background: #281e1e url(images/patterns/bg0.png) left center
}

.body-boxed .all-wrapper,
.body-boxed-2 .all-wrapper {
    width: 1200px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3)
}

.body-boxed .header,
.body-boxed-2 .header {
    width: 1200px
}

.body-boxed .header .main-nav,
.body-boxed-2 .header .main-nav {
    width: 1200px
}

.body-boxed .header .main-nav:before,
.body-boxed-2 .header .main-nav:before,
.body-boxed .header .main-nav:after,
.body-boxed-2 .header .main-nav:after {
    display: none
}

.body-boxed .header-1 .main-nav,
.body-boxed-2 .header-1 .main-nav {
    margin-left: -15px
}

.body-boxed .header-5 .main-nav,
.body-boxed-2 .header-5 .main-nav {
    width: 1170px;
    margin-left: 15px
}

.body-boxed .header-5 .logo-wrappper,
.body-boxed-2 .header-5 .logo-wrappper {
    margin-left: 0
}

.body-boxed .slider .slide .captions,
.body-boxed-2 .slider .slide .captions {
    top: 230px
}

.body-boxed-2 {
    background: #281e1e url(images/bg-1.jpg) center center fixed;
    background-size: 100% 100%
}

.body-boxed-2 .all-wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

.style-6.body-boxed .header .main-nav,
.style-6.body-boxed-2 .header .main-nav {
    margin-left: 0
}

.style-6.body-boxed .header-6>.container,
.style-6.body-boxed-2 .header-6>.container {
    width: 1200px
}

.switcher {
    position: fixed;
    top: 15%;
    z-index: 1000000000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.switcher .switcherWrappper {
    position: relative
}

.switcher .switcher-show-hide {
    background-color: #83C349;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    overflow: hidden;
    position: absolute;
    left: 100%;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    top: 20px
}

.switcher .switcher-show-hide i {
    font-size: 24px
}

.switcher .switcherContents {
    background-color: #fff;
    padding: 20px;
    width: 231px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.switcher .switcherContents header {
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #83C349;
    text-align: center
}

.switcher .switcherContents header h5 {
    color: #fff;
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Open Sans', Helvetica, Tahoma, Arial, sans-serif
}

.switcherContent {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9
}

.switcherContent .title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700
}

.switcherContent:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.switcher.opened {
    left: 0!important
}

.switcherContent ul {
    text-align: center;
    margin-top: -5px
}

.switcherContent ul li {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -khtml-transition: all .2s linear;
    transition: all .2s linear
}

.switcherContent ul li:last-child {
    margin-right: 0
}

.skinsColor ul li {
    width: 23px;
    height: 16px
}

.tempLayout ul li {
    border: 1px solid #4b3939;
    width: 31%;
    font-size: 12px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #4b3939
}

.tempLayout ul li:hover {
    background-color: #4b3939;
    color: #fff
}

.tempLayout ul .active-layout {
    background-color: #4b3939;
    color: #fff
}

.patterens ul li {
    width: 17px;
    height: 17px;
    border: 1px solid #d9d9d9
}

.patterens ul li img {
    width: 100%;
    height: 100%
}

.patterens ul li:nth-child(8n+8) {
    margin-right: 0
}