/*
Timeline Template
http://www.templatemo.com/preview/templatemo_427_timeline
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.blue {
    color: #06F;
    font-weight: normal;
}

.green {
    color: #0A0;
    font-weight: normal;
}

#top {
    margin-top: -50px;
}

.navbar-default {
    background-color: #5b714e;
    border-color: transparent;
}

.navbar-brand p {
    font-family: 'Dosis';
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.navbar-brand em {
    font-size: 26px;
    font-style: normal;
}

.nav .navbar-nav {
    text-align: center;
}

.navbar-right>li>a {
    font-family: 'Dosis';
    font-size: 16px;
    color: #eeeff2 !important;
    text-transform: uppercase;
    padding: 0;
    padding: 0px 15px;
    line-height: 50px;
    position: relative;
    z-index: 211;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-right>li>a:hover {
    /*background-color: #fff !important;*/
    /*color: #8bc655 !important;*/
    ;
}

.navbar-right>li {
    height: 50px;
    position: relative;
    z-index: 210;
}

.navbar-right>li>span {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 0;
    left: 0;
    z-index: 200;
}

.navbar-right>li:hover>span {
    width: 100%;
}

.navbar-right>li:hover>a {
    color: #5b714e !important;
}

#big-banner {
    background: url(../images/banner.jpg) no-repeat center top 22px;
    background-size: cover;
    margin-top: 50px;
    width: 100%;
    height: 600px;
}

#big-banner .main-icons {
    text-align: center;
    margin-top: 380px;
}

#big-banner .main-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 90px;
    padding: 15px;
    background: rgba(116, 101, 91, 0.65);
}

#big-banner .main-icons i {
    font-size: 72px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
}

#big-banner .main-icons i:hover {
    color: #9bc09f !important;
}

#big-banner .main-icons p {
    display: block;
    font-family: 'Dosis';
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
}

.heading {
    border-bottom: 4px solid #74655b;
    border-top: 4px solid #74655b;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #74655b;
    color: #fff;
}

.heading h2 {
    font-family: 'Dosis';
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
}

.triangle {
    margin-left: 45%;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 45px solid #74655b;
}

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline,
#cd-timeline-2 {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before,
#cd-timeline-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #ccc;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline,
    #cd-timeline-2 {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before,
    #cd-timeline-2::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: -3em 0;
    }
    #cd-timeline-2 .cd-timeline-block {
        margin: -12em 0;
    }
    #cd-timeline-2 .cd-timeline-block:first-child {
        margin-top: 0;
    }
    #cd-timeline-2 .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-container .projects {
    margin-left: 40px;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #eee;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.lnk:hover {
    background-color: #bd866d;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-container .projects {
    position: relative;
    float: left;
    background-color: transparent !important;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background-color: #eee;
    border-radius: 0.50em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    font-family: 'Dosis';
    font-size: 22px !important;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    font-family: 'Dosis';
    font-size: 16px !important;
    color: #333;
    line-height: 24px;
}

.projects img {
    border: 4px solid #eee;
    max-width: 100%;
}

.project-content {
    position: relative;
    z-index: 999;
    background-color: #eee;
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.project-content h2 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.project-content span.cont {
    font-family: 'Dosis';
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin-left: 15px;
    margin-top: -15px;
    padding-bottom: 10px;
    display: block;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1170px) {
    .projects img {
        border: 4px solid #eee;
        max-width: 100%;
    }
    .cd-timeline-content {
        margin-left: 0;
        width: 45%;
    }
    .cd-timeline-content::before {
        display: none;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#cta {
    display: block;
    position: relative;
    overflow: hidden;
    background: #9bc09f;
    width: 100%;
    padding-bottom: 50px;
}

.cd-timeline-block .projects {
    padding-bottom: 60px;
}

#cta h4 {
    margin-top: 100px;
    font-family: 'Dosis';
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

#cta h2.st {
    font-family: 'Dosis';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

#map {
    background: #CADFAA;
    width: 100%;
    height: 680px;
}

#map h4 {
    margin-top: 150px;
    font-family: 'Dosis';
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

#map p {
    font-family: 'Dosis';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.map-content {
    margin-top: 50px;
}

form {
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
}

input,
textarea {
    font-family: 'Dosis';
    font-size: 13px;
    padding: 10px;
    border: 3px solid #eee;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    outline: none;
}

textarea {
    height: 220px;
    max-height: 220px;
    max-width: 100%;
    line-height: 18px;
    width: 100%;
}

.submit input {
    font-family: 'Dosis';
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #cda28f;
    width: 160px;
    height: 45px;
    display: block;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #bd866d;
}

.submit input:hover {
    background-color: #74655b;
    border-color: #99887d;
}

form {
    margin-top: 60px;
}

.contact-discription {
    margin-top: 60px;
}

.contact-discription h4 {
    font-family: 'Dosis';
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.contact-discription p {
    margin-top: 22px;
    font-family: 'Dosis';
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 20px;
}

#templatemo-map {
    width: 100%;
    height: 380px;
}

footer {
    background-color: #74655b;
    margin-top: 40px;
}

.copyright-text {
    margin-top: 25px;
}

.copyright-text p {
    font-family: 'Dosis';
    font-size: 14px;
    color: #fff;
}

.copyright-text a {
    color: rgba(255, 255, 255, 0.5);
}

.copyright-text a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.copyright-text em {
    font-style: normal;
    color: #fff;
}

.back-to-top {
    margin-top: 15px;
    margin-left: 25%;
    width: 170px;
    height: 34px;
    text-align: center;
    display: inline-block;
}

.back-to-top a {
    font-family: 'Dosis';
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid rgba(255, 255, 255, 0.5);
    width: 170px;
    height: 40px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.back-to-top a:hover {
    background-color: #bd866d;
    border-color: #cfa694;
    color: white;
}

.social-icons ul {
    text-align: right;
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}

.social-icons li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 35px;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.social-icons li:hover {
    background-color: #bd866d;
    border-color: #cfa694;
}

@media (max-width:992px) {
    footer {
        text-align: center;
    }
    .back-to-top {
        display: inline-block;
        margin-left: 0%;
    }
    .social-icons ul {
        margin-top: 30px;
        padding-bottom: 15px;
        display: inline-block;
        margin-left: 0px;
        margin-right: 40px;
    }
}

@media (max-width:1170px) {
    .cd-timeline-block .projects {
        padding-bottom: 200px;
    }
    #map {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #8bc655;
        color: #fff;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #98e361;
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a {
        padding-bottom: 13px;
        text-align: center;
        border-color: #8bc655;
        border-top: 1px solid #8bc655;
    }
    .contact {
        border-bottom: 1px solid #8bc655;
    }
}

@media (max-width:992px) {
    #big-banner .main-icons {
        text-align: center;
        margin-top: 180px;
    }
    #big-banner .main-icons li {
        list-style: none;
        display: inline-block;
        margin-right: 60px;
    }
    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 20px;
    }
    #big-banner .main-icons i:hover {
        color: #8bc655 !important;
    }
    #big-banner .main-icons a {
        display: block;
        font-family: 'Dosis';
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
    }
}

@media (max-width:676px) {
    #big-banner .main-icons {
        text-align: center;
        margin-top: 180px;
    }
    #big-banner .main-icons li {
        list-style: none;
        display: inline-block;
        margin-right: 30px;
    }
    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 20px;
    }
    #big-banner .main-icons i:hover {
        color: #8bc655 !important;
    }
    #big-banner .main-icons a {
        display: block;
        font-family: 'Dosis';
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
    }
}

.service-box-content {
    padding: 20px;
}

.cd-timeline-content {
    margin-left: 0;
}

.cd-timeline-block {
    overflow: hidden;
}

.cd-timeline-block .projects {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.cd-timeline-block .projects img {
    width: 100%;
}

@media (max-width:768px) {
    .cd-timeline-content,
    .cd-timeline-block .projects {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    #big-banner .main-icons {
        text-align: center;
        margin-top: 120px;
    }
}

@media (max-width:1170px) {
    .cd-timeline-content,
    .cd-timeline-block .projects {
        margin-top: 60px;
        padding-bottom: 40px;
    }
}

@media (max-width:360px) {
    #big-banner .main-icons {
        text-align: center;
        margin-top: 40px;
    }
    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 10px;
    }
}

@media (max-width:360px) {
    #big-banner .main-icons {
        text-align: center;
        margin-top: 120px;
    }
}

.cd-timeline-block .cd-timeline-content.service-box-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    border: 13px solid rgba(238, 238, 238, 0);
    border-left: 13px solid #EEEEEE;
    top: 15px;
    right: -25px;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content.service-box-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    border: 13px solid rgba(238, 238, 238, 0);
    border-right: 13px solid #EEEEEE;
    top: 15px;
    left: -25px;
}


/*** BUTTON ***/

.readmore_area {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.readmore_area a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.readmore_area a {
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 25px;
    text-transform: uppercase;
    border: 2px solid #bd866d;
}

.readmore_area a::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
}

.readmore_area a:hover::before,
.readmore_area a:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}


/*
.readmore_area a::before {
    padding: 10px 20px;
    background: #98D361;
    color: #FFFFFF;
}
*/

.readmore_area a::before {
    padding: 8px 18px;
    background: #bd866d;
    color: #FFFFFF;
    border: 2px solid white;
}

.readmore_area a span {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.readmore_area a:hover span,
.readmore_area a:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.readmore_area a span {
    padding: 10px 20px;
    background: #EEE;
    color: #bd866d;
}


/*** end BUTTON ***/

.cd-timeline-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #bd866d;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cd-timeline-img a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.cd-timeline-img i {
    display: block;
    position: relative;
    font-size: 35px;
    top: calc(50% - 17px);
    left: calc(50% - 15px);
}

#cta p {
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    margin-top: 25px;
}

.cd-timeline-content.projects:hover+.cd-timeline-img {
    background-color: #bd866d;
    color: #fff;
}

.cd-timeline-img>i {
    display: block;
    position: relative;
    visibility: visible;
}

.cd-timeline-img>i+i {
    display: block;
    position: absolute;
    visibility: hidden;
}

.cd-timeline-content.projects:hover+.cd-timeline-img>i {
    visibility: hidden;
}

.cd-timeline-content.projects:hover+.cd-timeline-img>i+i {
    visibility: visible;
}

.cssanimations .cd-timeline-img.is-hidden i {
    visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in i {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}

.cssanimations .cd-timeline-img.bounce-in i+i {
    visibility: hidden;
}

a:hover,
a:focus {
    color: #5b714e;
    text-decoration: none;
}

#cta {
    color: white;
}

.title {
    margin-top: 60px;
}

.ta-center {
    text-align: center;
}

.list-st {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.list-st .fa {
    margin-right: 10px;
}

.list-st li {
    display: block;
    position: relative;
    padding-bottom: 2px;
}

.list-st a {
    display: block;
    position: relative;
    padding: 5px 0;
    color: white;
    text-decoration: none;
}

.list-st a:hover {
    color: red;
    text-decoration: none;
}

.social-icons a:hover {
    color: #fff;
}

#cta.pg {
    margin-top: 100px;
    background: white;
    color: #333;
}

#cta.pg .list-st a {
    color: #9bc09f;
    text-decoration: none;
}

#cta.pg .list-st a:hover {
    color: #5b714e;
    text-decoration: none;
}


/* banner */

.site-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 78%;
    height: 360px;
    margin: 20px auto;
    font-family: "Lato";
    background-image: url("../images/banner-bg-horiz.png");
    background-size: contain;
}

.site-banner,
.site-link {
    color: #000;
}

.banner-text {
    width: 55%;
    margin: 10px 0;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}

.site-link {
    width: 35%;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 800;
    background-color: transparent;
    border: 3px solid #000;
    text-decoration: none;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.site-link:hover {
    background-color: #c3c3c3;
    color: #fff;
}


/* sale */

.sale {
    position: absolute;
    right: -50px;
    display: none;
    align-items: center;
    width: 270px;
    height: 270px;
    padding: 5px;
    text-align: center;
    font-size: 24px;
    background: url("../images/sale-bg.png") no-repeat;
    background-size: contain;
    border: 4px solid #fff;
    border-radius: 20px;
    color: #fff;
}

.sale p {
    position: relative;
    top: -5px;
    left: -20px;
    margin-top: 0!important;
    line-height: 1.2!important;
    font-size: 24px!important;
    text-align: center;
    margin: 0;
}

.sale-amount {
    color: #303030;
    font-weight: 700;
}

.sale-number {
    font-size: 33px;
}

.sale-name {
    position: relative;
    top: 10px;
    left: -40px;
    font-size: 29px;
    font-family: "Carter One";
    color: #f6445c;
}

.active-sale {
    display: block!important;
}