.the_tooltip a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.the_tooltip a[title]:hover:after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
    cursor: pointer;
}


.social .fbtn {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height:18px;
    float: left;
}
.social .fbtn:hover {
    color: inherit;
}
.social .fa{padding:15px 0px}
.facebook {
    background-color: #3b5998;
}
 
.gplus {
    background-color: #dd4b39;
}
 
.twitter {
    background-color: #55acee;
}
 
.stumbleupon {
    background-color: #eb4924;
}
 
.pinterest {
    background-color: #cc2127;
}
 
.linkedin {
    background-color: #0077b5;
}
.whatsapp {
    background-color: #25D366;
}
 
.buffer {
    background-color: #323b43;
}

.contact_form_text span,
.content-block p span {
    background-color: transparent !important;
}

#sync1 {
    .item {
        background: transparent;
        /*padding: 80px 0px;
        margin: 5px;*/
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        /*height: 450px;*/
    }
}

#sync2 {
    .item {
        background: #C9C9C9;
        /*padding: 10px 0px;
        margin: 5px;*/
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        height: 100px;

        h1 {
            font-size: 18px;
        }
    }

    .current .item {
        background: #0c83e7;
    }
}

.owl-theme {
    .owl-nav {

        /*default owl-theme theme reset .disabled:hover links */
        [class*='owl-'] {
            transition: all .3s ease;

            &.disabled:hover {
                background-color: #D6D6D6;
            }
        }

    }
}

#sync1.owl-theme {
    position: relative;

    .owl-next,
    .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #sync1 {
        .item {
            height: 200px;
        }
    }

    #sync2 {
        .item {
            height: 50px;
        }
    }
}