.section-about {
    background-color: #fff;
    padding-bottom: 75px;
    padding-top: 40px
}
.section-about .about {
    margin-top: -40px
}
.section-about .about .about-item {
    margin-top: 40px
}
.about-item {
    overflow: hidden
}
.about-item.about-right .img {
    float: right
}
.about-item.about-right .text {
    float: right;
    padding-left: 0;
    padding-right: 40px
}
.about-item .img {
    float: left;
    width: 50%;
    position: relative
}
.about-item .img img {
    width: 100%
}
.about-item .img .owl-pagination {
    display: none
}
.about-item .text {
    width: 50%;
    float: left;
    padding-left: 40px;
    margin-top: 60px
}
.about-item .text h2 {
    line-height: 1.2em
}
.about-item .text .desc {
    margin-top: 20px;
    color: #333333;
    font-size: 13px
}
.about-item .text .desc p {
    line-height: 1.428em
}
.about-item:hover .img:before {
    opacity: .9
}
.section-statistics {
    padding: 75px 0
}
.section-statistics .awe-overlay {
    background-color: rgba(72, 72, 72, 0.6)
}
.statistics_item {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative
}
.statistics_item:before {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    border-right: 1px solid #fff
}
.statistics_item:first-child::before {
    content: none
}
.statistics_item .count {
    font-size: 60px;
    font-family: 'Arimo', sans-serif;
    color: #fff;
    display: block;
    line-height: 1.3em
}
.section-team {
    background-color: #fff;
    padding: 75px 0
}
.team_item {
    margin-top: 80px;
    position: relative
}
.team_item:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 0;
    content: '';
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.team_item .img {
    max-width: 200px;
    overflow: hidden;
    margin: auto;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0)
}
.team_item .img:before {
    content: '';
    z-index: 1;
    border: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}
.team_item .img img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: transform .9s ease;
    -moz-transition: transform .9s ease;
    -ms-transition: transform .9s ease;
    -o-transition: transform .9s ease
}
.team_item .text {
    margin-top: 30px
}
.team_item .text h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase
}
.team_item .text span {
    color: #898989;
    font-size: 16px;
    display: block;
    margin-top: 7px
}
.team_item .text p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #30373b;
    line-height: 1.5em;
    font-size: 15px
}
.team_item .text .team-share {
    font-size: 0;
    margin-top: 20px
}
.team_item .text .team-share a {
    font-size: 12px;
    display: inline-block;
    border: 2px solid #898989;
    color: #898989;
    width: 24px;
    height: 24px;
    line-height: 22px;
    margin: 0 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.team_item .text .team-share a:hover {
    border-color: #e1bd85;
    color: #e1bd85
}
.team_item:hover:before {
    width: 100%
}
.team_item:hover .img:before {
    border-color: #e1bd85
}
.team_item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.section-guest-book {
    background-color: #fff;
    padding: 45px 0
}
.guest-book .guest-book_head {
    background-size: cover;
    overflow: hidden
}
.guest-book .guest-book_head .text {
    background-color: #333;
    float: right;
    width: 400px;
    padding: 30px 45px 40px 45px
}
.guest-book .guest-book_head .text h2 {
    color: #fff;
    margin: 0;
    font-family: 'Arimo', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.428em
}
.guest-book .guest-book_head .text p {
    color: #fff;
    font-size: 15px;
    line-height: 1.428em;
    margin-bottom: 0;
    margin-top: 15px
}
.guest-book .guest-book_head .text .awe-btn {
    font-size: 16px;
    padding: 7px 20px;
    margin-top: 25px
}
.guest-book .guest-book_head.guest-book_head-2 .text {
    background-color: transparent;
    max-width: 660px;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto
}
.guest-book .guest-book_head.guest-book_head-2 .text h2 {
    color: #232323;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px
}
.guest-book .guest-book_head.guest-book_head-2 .text p {
    color: #898989
}
.guest-book .guest-book_content .guest-book_item {
    margin-top: 30px
}
.guest-book_item {
    text-align: center;
    padding: 25px 35px 25px 35px;
    border: 2px solid #232323;
    position: relative
}
.guest-book_item:before,
.guest-book_item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.guest-book_item:before {
    border-right: 2px solid #e1bd85;
    border-bottom: 2px solid #e1bd85;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right
}
.guest-book_item:after {
    border-left: 2px solid #e1bd85;
    border-top: 2px solid #e1bd85;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left
}
.guest-book_item.guest-book_item-2 {
    background-color: #f9f9f9;
    border-width: 0;
    margin-top: 20px
}
.guest-book_item.guest-book_item-2:before,
.guest-book_item.guest-book_item-2:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.guest-book_item.guest-book_item-2 h2 {
    margin-top: 20px
}
.guest-book_item .icon {
    color: #b4b4b4;
    font-size: 10px;
    margin-top: 0
}
.guest-book_item .avatar {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.guest-book_item .avatar:before {
    border: 3px solid #e1bd85;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-event: none;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.guest-book_item h2 {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold
}
.guest-book_item p {
    color: #30373b;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0
}
.guest-book_item span {
    margin-top: 20px;
    display: block;
    color: #898989;
    font-size: 16px
}
.guest-book_item span b {
    color: #444444
}
.guest-book_item:hover:before,
.guest-book_item:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}
.guest-book_item:hover .avatar:before {
    opacity: 1
}
.guest-book-form {
    background-color: #f1f1f1;
    max-width: 370px;
    padding: 35px
}
.guest-book-form h2 {
    color: #333333;
    font-family: 'Arimo', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    margin-top: -5px
}
.guest-book-form p {
    margin-bottom: 0;
    color: #898989;
    text-align: center;
    line-height: 1.5em;
    margin-top: 20px
}
.guest-book-form .form-field {
    margin-top: 20px
}
.guest-book-form .field-text {
    width: 100%;
    border-width: 0;
    height: 38px;
    line-height: 38px;
    color: #898989
}
.guest-book-form .field-text::-webkit-input-placeholder {
    color: #898989
}
.guest-book-form .field-text:-moz-placeholder {
    color: #898989
}
.guest-book-form .field-text::-moz-placeholder {
    color: #898989
}
.guest-book-form .field-text:-ms-input-placeholder {
    color: #898989
}
.guest-book-form .field-textarea {
    height: 100px;
    width: 100%;
    border-width: 0;
    resize: none
}
.guest-book-form .awe-btn {
    width: 100%;
    padding: 12px 10px;
    margin-top: 10px
}
.section-comingsoon {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.comingsoon {
    position: absolute;
    padding: 15px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}
.comingsoon h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Arimo', sans-serif;
    line-height: 1;
    margin-top: 20px
}
.comingsoon h1 span {
    color: #e1bd85
}
.comingsoon h6 {
    color: #fff;
    font-size: 36px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Arimo', sans-serif;
}
.comingsoon p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    margin-top: 25px
}
.comingsoon .countdown {
    border: 2px solid #fff;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px
}