.btn-primary {
    background-color: #3dc37d;
    border-color: #3dc37d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #35a269;
    border-color: #35a269;
}
#main.subPage {
    padding: 30px 0;
    margin-top: 90px;
    background-color: rgba(255,255,255,0.95);
}
.btn-custom {
    background-color: #3dc37d;
    border-color: #3dc37d;
    color: #fff;
}
#frontpageNewsLetter .btn-custom {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.frontPageEditBtn {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    float: right;
}
.sceditor-container {
    width: 100% !important;
    height: 250px !important;
}
.btn-customFunc {
    background-color: #3dc37d;
    border-color: #3dc37d;
    color: #fff !important;
    margin-bottom: 30px;
    max-width: 90%;
    width: 350px;
}
#designs {
    background: #fff;
    background-size: cover;
    padding: 0;
}
#designs .fullPageImg {
    display: block;
    width: 103%;
    background-image: url(../img/designs_bg_v4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 750px;
    position: relative;
    left: -15px;
    padding: 0 15px;
}
#designTextArea h3 {
    color: #000;
    padding: 5px 10px;
    margin: 15px 0;
    border-left: 3px solid #3dc37d;
}
#designTextArea {
    padding-left: 30px;
    padding-bottom: 30px;
}
#designTextArea .card {
    background-color: #fff;
    border: none;
}
#designTextArea .card-header {
    padding: 0;
    background-color: #fff;
    border: none !important;
}
#designTextArea .btn {
    color: #666666;
    padding: 15px 20px 15px 30px;
    position: relative;
    max-width: 90%;
    width: 500px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px dashed #666;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
#designTextArea .btn:after {
    content:"\f063";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    color: #3dc37d;
    line-height: 45px;
}
#designTextArea .btn i {
    color: #3dc37d;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#intro .carousel-content {
    font-size: 1.4em;
}
@media (max-width: 768px) {
    #designs .fullPageImg {
        display: none !important;
    }
}


@media (min-width: 769px) {
    #intro .carousel-content {
        margin-bottom: 200px;
    }
}
/* ========================== */
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 15px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

#functionSubPageList {
    list-style: none;
    padding: 0;
    margin: 0;
}
#functionSubPageList li {
    border-right: 5px solid #ccc;
    transition: all .1s linear;
}
#functionSubPageList li.active, #functionSubPageList li:hover {
    border-right: 5px solid #3dc37d;
}
#functionSubPageList li.active button, #functionSubPageList li:hover button {
    background-color: #3dc37d;
    color: #fff;
    cursor: pointer;
}
#functionSubPageList li button {
    display: block;
    text-align: right;
    font-size: 0.80em;
    width: 100%;
    background-color: transparent;
    border: none;
    line-height: 50px;
    color: #666666;
    border-color: transparent !important;
    transition: all .1s linear;
}
#services.custom {
    background-image: none !important;
    padding: 0;
}
#services.custom:before {
    display: none !important;
}
.carousel-content {
    max-width: 70%;
}
.carousel-item {
    background-attachment: fixed;
}
#contact .form button[type="submit"] {
    margin: 0 10px 15px 10px;
}
@media (max-width: 768px) {
    #contact .form button[type="submit"] {
        margin: 0 0 15px 0;
        width: 90%;
    }
    .carousel-item {
        background-attachment: initial;
    }
    #functionSubPageList li button span {
        display: none !important;
    }
    #functionSubPageList li button i {
        width: 100%;
        text-align: center;
    }
    .carousel-content {
        max-width: 100%;
    }
    .carousel-content p {
        text-shadow: 1px 1px #000;
    }
    .slider-tick-label {
        font-size: 0.9em;
    }
    .slider-tick-label:nth-child(odd) {
        position: relative;
        top: 20px;
    }
}

div.description ul {
    padding-left: 15px;
}

#designs ul {
    padding: 0 0 0 20px;
}
#designs ul li {
    list-style: none;
    position: relative;
}
#designs ul li:before {
    position: absolute;
    top: 0;
    left: -20px;
    color: #3dc37d;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f046";
}
.workerBox {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
    background-color: #3dc37d;
}
.workerBox img {
    width: 100%;
    height: auto;
}
.workerBox h3 {
    color: #fff;
    margin: 0;
    background-color: #3dc37d;
    display: block;
    text-indent: 10px;
    padding-top: 5px;
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerBox h4 {
    color: #fff;
    font-style: italic;
    font-weight: 100;
    font-size: 1.1em;
    background-color: #3dc37d;
    display: block;
    padding-bottom: 20px;
    text-indent: 10px;
}
.workerBox .descBox {
    position: absolute;
    top: 84%;
    left: 0;
    background-color: rgba(61, 195, 125, 0.85);
    height: 100%;
    transition: all .2s linear;
    overflow: scroll;
    width: 100%;
}
.workerBox .descBox::-webkit-scrollbar { width: 0 !important }
.workerBox .descBox { overflow: -moz-scrollbars-none; }
.workerBox .descBox { overflow: -moz-scrollbars-none; }
.workerBox:hover .descBox {
    top: 0%;
}
.workerBox .descBox p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 15px;
}
.workerBox .descBox p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 15px;
}
.modal-header {
    background-color: #3dc37d !important;
    color: #fff !important;
    text-align: center;
}
.modal-title {
    color: #fff !important;
    display: block;
    width: 100%;
}
.modal-header .close {
    color: #fff !important;
}
#cookieBox {
    position: fixed;
    bottom: 5px;
    left: 5px;
    max-width: 98%;
    background-color: #000;
    z-index: 1001;
    padding: 15px;
    border-radius: 5px;
    display: none;
}
#cookieBox p {
    margin: 0 0 10px 0;
    color: #ccc;
}
#cookieBox p a {

}
.btnCustomeHorse {
    color: #fff !important;
    text-align: center !important;
}
.btnCustomeHorse:after {
    display: none !important;
}