.grid .element.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.heading-block:after {
    content: '';
    display: block;
    width: 40px;
    border-top: 2px solid #444;
    margin: 30px auto;
}

.block-left:after {
    margin-left: 0;
}

.heading-block {
    margin-bottom: 50px;
}

.title-border {
    position: relative;
}

.title-border:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1px solid #E5E5E5;
    left: auto;
    top: 35%;
    right: 0;
}

.title-border h4 span {
    background: #ffffff;
    padding-right: 10px;
    color: #444444;
    font-weight: 600;
    font-size: 18px;
}

.color {
    color: #95C11F;
}

.text-danger {
    color: #a94442;
}

ul li {
    list-style: none;
}

.et_pb_text ul {
    padding: 0 !important;
}

a:hover {
    color: #222;
}

div h3 a {
    color: #99cc00;
}

div #top-menu a {
    text-transform: uppercase;
    color: #EEEEEE;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 22px;
}

/*
.home .et-fixed-header div #top-menu a {
    color: #18191B;
}
*/

#main-header .container {
    max-width: 1146px;
    padding-left: 0;
    padding-right: 30px;
    margin: 0 auto;
}

body.et_header_style_left .logo_container {
    float: left;
    padding: 0 30px 0 0;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    /*background: #18191B;  */
}


body.et_header_style_left .et-fixed-header .logo_container {
    /*background: #ffffff;*/
}

#main-header #logo {
    max-width: 100%;
}

#main-header.et-fixed-header #logo {
    /*max-width: 60%;*/
}

body.et_header_style_left #et-top-navigation,
body.et_header_style_split #et-top-navigation,
body.et_header_style_left .et-fixed-header #et-top-navigation,
body.et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 18px;
}

.gallery-image .et_pb_gallery_item {
    margin: 0 !important;
    width: 25% !important;
    clear: inherit !important;
    border: 1px solid #ffffff;
}

.box-entry {
    max-width: 400px;
}

.fl-left {
    float: left;
}

.et_pb_column.fl-right {
    float: right;
}

.home #page-container {
    padding-top: 0 !important;
}

header#main-header {
    background: #18191B;
}

/*
header#main-header.et-fixed-header {
    background: #ffffff;
}
*/

.member-image {
    float: left;
    width: 250px;
}

.member-image img {
    width: 100%;
    display: block;
}

.member-infor {
    background-color: rgba(0,0,0,0.5);
    padding-left: 30px;
    width: calc(100% - 250px);
}

.slick-initialized .slick-slide.member-item {
    display: flex;
    height: 100% !important;
}

.member-infor h2 {
    font-size: 19px;
    color: #eeeeee;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.member-infor span {
    color: #95C11F;
    font-size: 15px;
    font-style: italic;
    margin-top: 5px;
    font-weight: 400;
}

.member-infor p a {
    margin-top: 15px;
    color: #95C11F;
    font-size: 14px;
}

.members-slide .slick-dots li button:before {
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: transparent;
    border: 1px solid #ffffff;
    padding: 0;
    border-radius: 50%;
}

.members-slide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    border: none;
}

.members-slide .slick-dots {
    margin: 0;
    text-align: right;
    bottom: 0;
}

.fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fbox-icon:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

i:hover, .et_pb_column_1_3:hover .fbox-icon i {
    background-color: #333;
    color: #FFF;
}

.fbox-icon i {
    background-color: #95C11F;
    color: #ffffff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.fbox-icon i {
    line-height: 88px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.fbox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
    border: 1px solid #95C11F;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}

.side-panel-wrap {
    display: none;
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px;
    display: block;
}

#side-panel {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 999999;
    width: 300px;
    height: 100%;
    background-color: #F5F5F5;
    background-color: #383838;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
}

#side-panel.active {
    right: 0;
}

.side-panel-wrap.active {
    right: 0;
}

.side-panel-wrap h4 {
    color: #DDD;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
}

.side-panel-wrap p span {
    line-height: 30px;
    font-size: 14px;
    color: #EEEEEE;
    font-family: 'Lato', sans-serif;
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.body-overlay.active {
    opacity: 1;
    z-index: 999998;
    pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
    cursor: url(../images/close.png) 15 15, default;
}

div.line-bg:hover {
    background: #95C11F;
}

div.line-bg i:hover {
    background: transparent;
}

.contact-form label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    cursor: pointer;
}

.contact-form label input,
.contact-form label textarea {
    margin-top: 10px;
}

.contact-form .col_one_third {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 25px;
    float: left;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.contact-form textarea {
    height: auto;
}

.contact-form .message {
    width: 100%;
}

.contact-form input:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form input[type=submit] {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #95C11F;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 210px;
    margin-top: 15px;
}

.contact-form input[type=submit]:focus,
.contact-form input[type=submit]:hover {
    background: #95C11F;
}

.title-form div {
    display: inline-block;
    background: #ffffff;
    padding-right: 5px;
}

.title-form.title-border span {
    background: #ffffff;
    padding-right: 15px;
}

.title-form.title-border:before {
    top: 50%;
}

.map-icon i.icon-map-marker {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    border-radius: 50%;
    color: #BBB;
}

.item-box i:hover {
    color: #95C11F;
    background: transparent;
}

.item-box i:before {
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    top: -15px;
}

.item-box .et_pb_column {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding-bottom: 30px;
}

footer#main-footer {
    background-color: #18191B;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}

div#footer-bottom {
    padding: 4px 0;
    line-height: 1.8;
    background: #0D0D0D;
}

.promo {
    background-color: #333;
    padding: 30px 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    text-align: center;
}

.news-infor h2 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.news-infor .date {
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 600;
}

.news-infor i {
    padding-right: 5px;
}

.readmore a {
    border-bottom: 1px solid #95C11F;
    color: #95C11F;
    font-style: italic;
}

div #top-menu a {
    color: #444444;
}

div #top-menu li.current-menu-item > a,
div #top-menu-nav>ul>li>a:hover {
    color: #95C11F;
}

.home div #top-menu a {
    color: #ffffff;
}

body.et_header_style_left #et-top-navigation nav>ul>li>a {
    color: #000;
    padding: 20.5px 0;
}

body.et_header_style_left #et-top-navigation nav>ul>li>a {
    color: #ffffff;
}
/*
body.et_header_style_left .et-fixed-header  #et-top-navigation nav>ul>li>a {
    color: #18191b
}
*/
body.et_header_style_left #et-top-navigation nav>ul>li:last-child>a {
    background: transparent linear-gradient(180deg, #95C11F 0%, #7CA313 100%) 0% 0% no-repeat padding-box;
    padding: 19px 25px;
    border-radius: 4px;
    color: #ffffff;
}

div.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}

#main-footer div.container {
    width: 80%;
    max-width: 1280px;
    margin: auto;
    padding: 0;
}

.grid .element {
    width: 25%;
    float: left;
    min-height: 345px; 
}

.portfolop-desc {
    padding: 15px;
}

.portfolio_item-title a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 19px;
    color: #222222;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.portfolio_item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.portfolio_item-title a:hover {
    color: #95C11F;
}

.filter-button-group .btn {
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    border: 1px solid rgba(0,0,0,0.07);
    background: transparent;
    float: left;
    border-left: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-button-group .btn:last-child {
    border-radius: 0 4px 4px;
}

.filter-button-group .btn:first-child {
    border-left: 1px solid rgba(0,0,0,0.07);
    border-radius: 4px 0 0 4px;
    text-transform: inherit;
}

.filter-button-group .btn.active {
    background: #95C11F;
    color: #ffffff;
}

.filter-button-group .btn.active:hover {
    color: #ffffff;
}

.filter-button-group .btn:hover {
    color: #95C11F;
}

.filter-button-group {
    margin-bottom: 40px;
    float: left;
}

#portfolio-shuffle {
    float: right;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0,0,0,0.07);
    font-size: 14px;
    text-align: center;
    line-height: 41px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}

#portfolio-shuffle:hover i {
    background: transparent;
}

#portfolio-shuffle:hover {
    background: #95C11F;
    color: #ffffff;
}

#main-content.occasions .container:before,
#main-content.news-single .container:before {
    display: none;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.grid .element:hover .portfolio-overlay {
    opacity: 1;
}

.grid .element .outer-box {
    position: relative;
    display: block;
}

.grid {
    margin-bottom: 80px;
}

.grid .element .outer-box img {
    display: block;
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px;
}

.portfolio-overlay a i {
    background: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.portfolio-overlay a:hover i {
    color: #94c01f;
}

#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    height: 24px;
    margin-top: -12px;
}

#portfolio-navigation #breadcrumbs a {
    width: auto;
}

#breadcrumbs {
    text-align: right;
}

#breadcrumbs a {
    color: #555;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#breadcrumbs a:hover,
#breadcrumbs span:hover {
    color: #95C11F;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
}

#portfolio-navigation a:first-child {
    margin-left: 0;
}

.icon-disabled {
    cursor: default;
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1;
}

div i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: transparent;
}

div i:hover {
    color: #95C11F;
    background: transparent;
}

#main-content.occasions .container {
    padding-top: 0;
}

.left-cover {
    width: 65%;
    float: left;
}

.right-content {
    width: 30%;
    float: right;
}

.single-slide li img {
    opacity: 0.5;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.single-slide li:hover img,
.single-slide li.slick-current img {
    opacity: 1;
}

.single-slide li {
    margin: 0 2px 2px 0;
}

.content-title {
    position: relative;
    margin-bottom: 30px;
}

.content-title h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #95C11F;
    line-height: 1.5;
}

.portfolio-meta,
.portfolio-share {
    list-style: none;
    font-size: 14px;
}

.bottommargin {
    margin-bottom: 50px;
}

.portfolio-meta li {
    margin: 10px 0;
    color: #666;
}

.portfolio-meta li:first-child {
    margin-top: 0;
}

.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: #333;
}

.main-content-single {
    position: relative;
    padding: 80px 0;
}

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div {
    float: right;
}

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}



.si-facebook:hover,
.si-colored.si-facebook {
    background-color: #3B5998 !important;
}

.social-icon:hover i:first-child {
    margin-top: -38px;
}

.social-icon i {
    display: block;
    position: relative;
}

.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
}

.si-share .social-icon:hover i {
    color: #ffffff;
}

.occasions {
    padding-top: 80px;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
    text-align: center;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}

.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}

.togglet {
    padding: 45px 30px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
}

.single-form {
    background: #95C11F;
}

.togglet strong {
    border-bottom: 2px solid #ffffff;
}

.togglet i {
    top: 4px;
    position: relative;
}

.form-content {
    display: none;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 80px;
}

.form-content input[type=text],
.form-content input[type=email],
.form-content textarea,
.form-content select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    font-family: 'Lato', sans-serif;
}

.form-content label {
    margin-bottom: 10px;
    display: block;
}

.form-content .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #ffffff;
    border: none;
}




.form-content textarea {
    height: auto;
}

.form-content input[type=text]:focus,
.form-content input[type=email]:focus,
.form-content textarea:focus,
.form-content select:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-content input[type=submit] {
    border-radius: 3px;
    border: none;
    padding: 5px 15px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    height: 34px;
    margin: 30px auto;
    width: 115px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.single-slider-car .elements {
    padding: 0 10px;
}

.single-slider-car .elements:hover .portfolio-overlay {
    opacity: 1;
}

.single-slider-car .elements .outer-box {
    position: relative;
}

.single-slider-car .slick-dots li button:before {
    color: #95C11F;
    font-size: 10px;
    width: 15px;
    height: 15px;
}

.single-slider-car .slick-dots li {
    margin: 0 1px;
}

.home #main-content,
#main-content.news-single {
    padding: 0;
}

#main-content.news-single .container {
    padding-top: 0;
}

.news-single .right-content .promo {
    max-width: 250px;
    margin-left: auto;
}

.news-single .right-content .promo h3 {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.news-single .right-content .promo span {
    display: block;
    margin-bottom: 15px;
}

.news-single .right-content .promo a:hover {
    background: rgba(142,193,0,0.88);
}

.news-single .right-content .promo a {
    color: #ffffff;
    border-color: #95C11F;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    background-color: #95C11F;
    padding: 10px 22px;
}

.pre-page a {
    color: #95C11F;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.pre-page a:hover {
    color: #000000;
}

.news-single .si-share {
    border: none;
}

span.date {
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic;
}

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

div#et-top-navigation {
    padding-left: 0 !important;
}

.home #et_search_icon {
    color: #ffffff;
}

div .et_pb_gutters3 .box-entry {
    position: relative;
    top: -100px;
    height: 250px;
    background: #ffffff;
    padding: 20px;
    width: 362px;
    margin-right: 30px;
}

div .et_pb_gutters3 .box-entry.contact-us-box {
    padding: 0;
}

.box-entry img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.inner-contact {
    height: 100%;
    padding: 30px

}

.contact-us-box {
    padding: 0;
}

div .box-entry h3 {
    font-size: 18px;
    color: #18191B;
    font-weight: bold;
    font-family: Rubik;
    line-height: 28px;
    text-transform: uppercase;
}

div .box-entry h4 {
    font-size: 14px;
    font-weight: 500;
    font-family: Rubik;
    color: #18191B;
    letter-spacing: 0;
}

div .box-entry p {
    font-weight: normal;
    font-family: Rubik;
    color: #18191B;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

div .inner-contact p {
    font-size: 16px;
    color: #ffffff;
}

div .box-entry.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 10px;
}

div .inner-contact h2 {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
}

div .inner-contact h2:hover a {
    color: #ffffff;
}

div .inner-contact h6 {
    font-size: 12px;
    color: #BAC0D1;
    font-weight: 500;
}

.inner-contact p a {
    color: #ffffff;
    font-size: 14px;
    background: #95C11F;
    display: block;
    border-radius: 4px;
    padding: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.inner-contact p a:hover {
    background: #7CA313;
}

div.et_pb_row.gallery-image {
    width: 100% !important;
    max-width: 100% !important;
}

.gallery-image .inner-gallery .et_pb_gallery_item {
    width: calc(100% / 6) !important;
    display: block;
    border: none;   
}

div .et_pb_gutters3 .entry-col {
    background: #ffffff;
    padding: 20px 12px;
    height: 235px;
    color: #18191B;
    width: 362px;
    padding: 20px;
    margin-right: 30px;
}

.entry-col h3, .entry-col h4 {
    text-align: center;
}

.entry-col h3 {
    font-size: 20px;
    font-weight: bold;
    color: #18191B;
    line-height: 28px;
}

div .entry-col h4 {
    font-size: 14px;
    color: #18191B;
    font-weight: 500;
    line-height: 28px;
}

.entry-col p {
    font-size: 14px;
    font-weight: 400;
    color: #18191B;
    max-width: 280px;
    margin: 0 auto;
}

.news-col.entry-col h3 {
    text-align: left;
}

.news-col.entry-col p {
    max-width: 100%;
}

.news-col {
    border-left: 8px solid #95C11F;
}

.news-col h6 {
    color: #95C11F;
    font-size: 14px;
    line-height: 28px;
}

.banner-bottom p,
.banner-bottom .et_pb_text_inner {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}

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

.banner-bottom p a {
    display: inline-block;
    padding: 16px 15px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 253px;
    margin: 0 auto;
    bottom: -85px;
}

.last-section p {
    padding-top: 22px;
}

.last-section p a {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    font-weight: 500;
}

.et_pb_gutters3 .last-section .et_pb_column_1_4 {
    width: 24%;
}

.et_pb_gutters3 .last-section .et_pb_column_1_2 {
    width: 40%;
    margin-right: 0;
}

.et_pb_gutters3 .last-section .et_pb_column_1_2.right-img {
    width: 57%;
}

#footer-widgets .widget_nav_menu ul li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer-widgets .widget_nav_menu ul li {
    display: inline-block;
}

#footer-widgets .widget_nav_menu ul li:before {
    display: none;
}

div#footer-widgets {
    padding: 0;
}

.footer-widget #media_image-2 {
    margin-bottom: 0;
}

#footer-widgets .footer-widget {
    margin: 0;
}

#footer-widgets #nav_menu-2 {
    text-align: right;
    width: calc(100% - 200px);
    float: right;
    padding-top: 40px;
}

#footer-bottom #footer-info {
    width: 33.333%;
    text-align: right;
    padding-bottom: 0;
    padding-top: 15px;
    float: right;
    color: #ffffff;
    font-size: 12px;
}

#footer-bottom .center-text {
    width: 33.333%;
    float: left;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    font-size: 12px;
}

#footer-bottom .et-social-icons {
    float: left;
    width: 33.333%;
}

.menu li:last-child a {
    background: transparent linear-gradient(180deg, #95C11F 0%, #7CA313 100%) 0% 0% no-repeat padding-box;
    padding: 20.5px 28px;
    border-radius: 4px;
}

div .et-social-icon a {
    color: #ffffff;
}

.last-section .et_pb_text_inner {
    padding-top: 10px;
}

.last-section .et_pb_text_inner a {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

div .et-pb-controllers {
    bottom: 100px;
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
    right: 0;
    width: 80%;
    padding: 0 6%;
}

div .hermes .tp-bullet {
    width: 10px;
    height: 10px;
}

#main-header .logo_container #logo {
    display: inline-block;
}

/*
.et-fixed-header .logo_container img.logo_white {
    display: none;
}

 #main-header.et-fixed-header .logo_container #logo {
    display: inline-block;
}
*/

.logo_container img.logo_white {
    display: none;
}

div#custom_html-2 {
    margin-bottom: 0;
}

.promo {
    width: 240px !important;
    float: right;
}

.main-single {
    width: calc(100% - 240px) !important;
    margin-right: 0 !important;
}

.fancybox-container {
    z-index: 99999;
}

@media screen and (min-width: 1800px) {
    .tp-revslider-mainul li .tp-bgimg.defaultimg {
        background-size: cover !important;
    }
}

@media screen and (max-width: 1199px) {
    .entry-col {
        height: 260px;
    }
    
    .last-section .et_pb_text_inner {
        padding-top: 15px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
    .box-entry.et_pb_column {
        float: left !important;
    }
    
    .fl-left.box-entry {
        margin-right: 50px !important;
    }
    
    .et_pb_row .box-entry.et_pb_column:last-child.contact-us-box {
        float: right !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .box-entry,
    .et_pb_row .box-entry.et_pb_column.et-last-child,
    .et_pb_row .box-entry.et_pb_column:last-child,
    .box-entry.fl-right.et_pb_column {
        max-width: 400px;
        margin: 0 auto !important;
        float: none !important;
    }

    .et_pb_row .box-entry.et_pb_column:last-child {
        margin-top: 30px !important;
    }

    .et_pb_bg_layout_light h4 {
        display: inline-block;
        background: #ffffff;
        padding-right: 10px;
    }

    .member-infor {
        padding-top: 30px;
    }

    .members-slide .slick-dots {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .et_pb_gutters3 .last-section .et_pb_column_1_2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .last-section {
        margin-top: 30px;
    }
    
    .box-entry {
        top: -70px;
    }
    
    div .et-pb-controllers {
        bottom: 50px;
        padding: 0 11%;
    }
    
    .last-section .et_pb_text_align_left {
        text-align: center;
        padding: 10px 0 20px;
    }
    
    .last-section .et_pb_image_sticky {
        text-align: center;
    }

    .box-entry {
        height: auto;
    }
    
    div .hermes .tp-bullet {
        width: 10px;
        height: 10px;
    }
    
    
    .hermes.tp-bullets {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 80% !important;
    }

    .et_pb_column.box-entry {
        width: 49% !important;
        float: right !important;
        max-width: 100%;
    }
    
    .contact-us-box.et_pb_column.box-entry:last-child {
        width: 100% !important;
        float: left !important;
        max-width: 100%;
    }
    
    .et_pb_column.box-entry.fl-left {
        float: left !important;
    }
    
    .contact-us-box .inner-contact .et_pb_text_inner {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .gallery-image .et_pb_column .et_pb_grid_item:nth-child(n) {
        margin: 0 !important;
        width: calc(100% / 3) !important;
    }
    
    .gallery-image .et_pb_column .et_pb_grid_item:nth-child(n) img {
        width: 100%;
    }
    
    .infor-box .et_pb_column {
        width: 49% !important;
        float: right;
    }
    
    .infor-box .et_pb_column.fl-left {
        float: left;
        margin-right: 0;
    }
    
    div.infor-box .et_pb_column {
        margin-right: 0;
    }
    
    .infor-box .et_pb_column.news-col {
        width: 100% !important;
        margin-top: 30px;
    }
    
    .infor-box .et_pb_column.news-col h3 {
        text-align: left;
    }
    
    .service-box {
        max-width: 100% !important;
        width: 100%;
    }
    
    #footer-widgets .widget_nav_menu ul li {
        width: 200px;
        float: left;
        /* text-align: center; */
    }
    
    .footer-widget:nth-child(n) {
        width: 90% !important;
        margin: 0 auto !important;
        float: none;
    }
    
    #footer-widgets .widget_nav_menu ul li:last-child a {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    
    #footer-widgets .widget_nav_menu ul li:last-child {
        width: 100%;
    }
    
    .footer-widget .menu {
        text-align: left;
        padding-left: 50px;
    }
    
    #footer-widgets #nav_menu-2 {
        padding-top: 20px;
    }
    
    div#footer-widgets {
        padding: 20px 0 40px;
    }
    
    div#footer-widgets .footer-widget .fwidget {
        margin-bottom: 0;
    }
    
    #footer-widgets .footer-widget {
        width: 100% !important;
    }
    
    .mobile_nav .mobile_menu_bar:before {
        color: #ffffff;
    }
    
    #et_mobile_nav_menu {
        padding-top: 15px;
    }

    .mobile_nav .mobile_menu_bar:before {
        color: #ffffff;
    }
    
    #main-header,
    .home #main-header {
        background: #18191B;
    }
    
    #mobile_menu li {
        width: 34%;
        float: left;
        text-align: left;
    }
    
    #mobile_menu li:last-child {
        width: 33.333%;
        float: right;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    
    #mobile_menu li:last-child a {
        background: transparent linear-gradient(180deg, #95C11F 0%, #7CA313 100%) 0% 0% no-repeat padding-box;
        color: #ffffff;
        text-align: center;
        padding-left: 5%;
        border-radius: 4px;
    }
    
    #mobile_menu li a {
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 0;
        background: transparent;
    }
    
    #mobile_menu li:hover {
        background: transparent;
    }
    
    #et_mobile_nav_menu .et_mobile_menu {
        border-top: none;
        top: 100px;
        padding: 10px 5%;
        background: #18191B;
    }
        
}

@media screen and (max-width: 767px) {
    
    div .et-pb-controllers {
        padding: 0 0%;
        width: 85%;
    }
    
    .slider-top.et_pb_slider .et_pb_container {
        width: 100%;
    }

    .right-content {
        width: 40%;
    }

    .left-cover {
        width: 55%;
    }

    .grid .element {
        width: 50%;
    }

    .portfolio_item-title {
        padding-bottom: 0;
    }

    #portfolio-navigation {
        top: -30px;
    }

    #page-title h1,
    .togglet {
        font-size: 23px;
    }
    
    .et_pb_column.box-entry {
        margin-bottom: 30px !important;
        width: 100% !important;
    }
    
    .box-entry {
        height: auto;
    }
    
    .et_pb_row .box-entry.et_pb_column:last-child {
        margin-top: 0 !important;
    }
    
    .gallery-image .et_pb_column .et_pb_grid_item:nth-child(n) {
        width: 50% !important;
    }
    
    .infor-box .et_pb_column {
        width: 100% !important;
    }
    
    .entry-col {
        height: auto;
    }
    
    #footer-widgets .widget_nav_menu ul li {
        width: 50%;
        padding-left: 0;
    }
    
    #footer-widgets #nav_menu-2 {
        /*width: 65%;*/
    }
    
    .footer-widget #media_image-2 {
        width: 35%;
    }
    
    #footer-widgets .widget_nav_menu ul li:last-child {
        width: 91%;
        position: absolute;
        left: 20px;
        right: 20px;
        margin: 0 auto;
        text-align: center;
        bottom: 40px;
    }
    
    div#footer-widgets {
        padding-bottom: 140px;
    }
    
    .last-section .et_pb_row .et_pb_column {
        margin-bottom: 0 !important;
    }
    
    .last-section .et_pb_row .et_pb_column p {
        text-align: center;
    }
    
    .last-section .et_pb_row .et_pb_column:nth-child(2) p {
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    #footer-bottom #footer-info {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    
    #footer-bottom .et-social-icons,
    #footer-bottom .center-text{
        width: 100%;
    }
    
    #footer-bottom .et-social-icons {
        padding-top: 20px;
        margin-bottom: 0;
    }
    
    .box-entry {
        bottom: -70px;
    }
    
    .tp-revslider-mainul li {
        text-align: center;
    }
    
    .hermes.tp-bullets {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 80% !important;
    }
    
    div .hermes .tp-bullet {
        width: 10px;
        height: 10px;
    }
    
    #mobile_menu li {
        width: 100%;
        text-align: center;
    }
    
    #mobile_menu li:last-child {
        width: 100%;
        float: left;
        position: unset;
        right: inherit;
        top: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    
    #et_mobile_nav_menu .et_mobile_menu {
        padding: 20px 5%;
        margin-top: -4px;
    }
    
    #footer-widgets #nav_menu-2 {
        padding-top: 0;
    }

}
@media screen and (max-width: 639px) {
    .member-infor,
    .left-cover,
    .right-content {
        width: 100%;
    }

    .right-content {
        margin-top: 30px;
    }

    .member-infor h2 {
        font-size: 16px;
    }

    .member-infor {
        padding: 10px;
        width: 50%;
    }

    .member-infor p a {
        overflow-wrap: break-word;
    }

    .togglet {
        padding: 20px;
    }

    .togglet {
        font-size: 19px;
    }

    .form-content {
        max-width: 260px; 
        padding-bottom: 0px;
        padding-top: 40px;
    }

    #page-title h1 {
        font-size: 21px;
        line-height: 30px;
    }

    .item-box .et_pb_module {
        margin-top: 30px !important;
    }
    
    .inner-contact p a {
        padding: 10px;
    }
    
    div .inner-contact h2 {
        font-size: 22px;
    }
    
    div .et_pb_gutters3 .entry-col {
        height: auto;
    }
}

@media screen and (max-width: 479px) {
    div .et_pb_gutters3 .box-entry {
        bottom: -60px;
    }

    body.et_header_style_left .logo_container {
        max-width: 160px;
    }

    body.et_header_style_left #et-top-navigation, body.et_header_style_split #et-top-navigation {
        padding-top: 25px;
    }
    
    .banner-bottom p a {
        padding: 10px 2px;
        font-size: 13px;
    }
    
    .inner-contact {
        padding: 15px;
    }
    
    .footer-widget .menu {
        padding-left: 10px;
    }
    
    .footer-widget #media_image-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #footer-widgets #nav_menu-2 {
        width: 100%;
    }
    
    #main-footer div.container {
        width: 90%;
    }
    
    #footer-widgets .widget_nav_menu ul li {
        padding-right: 10px;
    }
    
    .title-style .et_pb_text_inner,
    .title-form .et_pb_text_inner {
        line-height: 35px;
    }
    
    .contact-form .col_one_third {
        width: 100%;
        margin-right: 0;
    }
    
    div.line-style {
        font-size: 24px;
        line-height: 36px;
    }
    
    div#footer-widgets .footer-widget .fwidget {
        width: 100%;
        text-align: center;
    }
}

