﻿#top-bar.animated-header {
    padding: 15px 0;
    background: #fff;
    box-shadow: none;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
    margin-top: 0px;
}

#top-bar {
    background: #fff;
    color: #fff;
    transition: all 0.2s ease-out 0s;
    padding: 5px 0;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #dedede;
}

#footer .social li a {
    font-size: 22px;
    color: #9e9e9e;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
    font-size: 45px;
    color: #243e62;
}

#contact-section {
    padding: 0px 0;
}

#footer .copyright a {
    color: #243e62;
}

#footer .social {
    text-align: center;
    margin-bottom: 0;
}

#footer .copyright {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

.btnM {
    background-color: #233d61;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    letter-spacing: normal;
    transition: -webkit-box-shadow, -moz-box-shadow, box-shadow,background-color .4s;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    width: 100%;
}

    .btnM:hover {
        background-color: #00a4ba;
        border: none;
        color: #fff;
        padding: 15px 35px;
        margin-top: 3px;
        font-size: 16px;
        font-size: 13px;
        line-height: 1em;
        font-family: roboto-bold,roboto,sans-serif;
        letter-spacing: normal;
        -webkit-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
    }

.btnMC {
    background-color: #cccccc;
    border: none;
    color: #393939;
    padding: 15px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    letter-spacing: normal;
    transition: -webkit-box-shadow, -moz-box-shadow, box-shadow,background-color .4s;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

    .btnMC:hover {
        background-color: #b1b1b1;
        border: none;
        color: #fff;
        padding: 15px 35px;
        margin-top: 3px;
        font-size: 16px;
        font-size: 13px;
        line-height: 1em;
        font-family: roboto-bold,roboto,sans-serif;
        letter-spacing: normal;
    }


input[type="text"], [type="password"], [type="email"], [type="tel"], textarea, textarea.form-control {
    height: 40px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}




#hero-area {
    background-image: url('../../images/ideahub/11062b_1ac96ef4d0314de8969729bc256082ec_mv2.png');
    padding: 120px 0;
}

#hero-area:before {
    background: #ffffffcc;
}

#hero-area .btn {
    background: #b53c3c;
    border: none;
    color: #f5f5f5;
    border: 1px solid #d64444;
    padding: 15px 35px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1em;
    text-transform: initial;
    letter-spacing: normal;
    border-radius: 10px;
    font-family: Helvetica;
    -webkit-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
}

#hero-area .btn:hover {
    background: #b53c3c8a;
    border-color: #FFF;
    border: 1px solid #c84d4d91;
    color: #b53c3c;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}


#hero-area h2 {
    font-size: 21px;
    text-transform: initial;
    font-family: Helvetica;
    text-align: left;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #24272a;
}

#hero-area p {
    color: #000000;
    font-size: 16px;
    text-transform: initial;
    font-family: Helvetica;
}


#hero-area h3 {
    font-size: 12px;
    text-transform: initial;
    font-family: Helvetica;
    text-align: left;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
}

#hero-area-div {
    display: none;
}

#hero-area-div2 {
    display: block;
}



#service-page2 h2 {
    font-family: roboto-bold,roboto,sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    color: #223C60;
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: initial;
    margin-top: 0px;
}


#service-page2 p {
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    text-align: left;
    font-size: 19px;
    line-height: 25px;
    color: #515050;
    font-weight: 500;
}

#service-page2 .btn {
    background: #b53c3c;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 1em;
    text-transform: initial;
    letter-spacing: normal;
    border-radius: 10px;
    font-family: Helvetica;
    -webkit-box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
}

#service-page2 .btn:hover {
    background: #00a4ba;
    border-color: #FFF;
    color: #FFF;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}


#service-page2-div {
    display: none;
}

#service-page2-div2 {
    display: block;
}

#service-page2-div3 {
    display: none;
}

#service-page2-div4 {
    display: block;
}

#service-page2-div5 {
    display: none;
}

#service-page2-div6 {
    display: block;
}

#service-page2 h3 {
    font-family: roboto-bold,roboto,sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #223C60;
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: initial;
    padding: 0px 0 0px;
}

#service-page2 h4 {
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    text-align: center;
    color: #223C60;
    font-size: 15px;
    line-height: 15px;
}

#service-page2 h5 {
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    text-align: center;
    color: #223C60;
    font-size: 30px;
    line-height: 15px;
    font-weight: 900;
}

#service-page {
    background-color: rgb(242 242 242);
}

#service-page p {
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    text-align: left;
    font-size: 19px;
    line-height: 25px;
    color: #515050;
    font-weight: 500;
}

#service-page h2 {
    font-family: roboto-bold,roboto,sans-serif;
    font-size: 25px;
    line-height: 10px;
    text-align: left;
    color: #223C60;
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: initial;
    padding: 0px 0 0px;
}

#service-page .btn-lines {
    width: 50%;
    padding: 20px 35px;
}

#service-page-div {
    display: none;
}

#service-page-div2 {
    display: block;
}

#service-page-div3 {
    display: none;
}

#service-page-div4 {
    display: block;
}


#VideoLapiz {
    height: 150px;
}

#service-page .btn {
    background: #b53c3c;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 1em;
    text-transform: initial;
    letter-spacing: normal;
    border-radius: 10px;
    font-family: Helvetica;
    -webkit-box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
}

#service-page .btn:hover {
    background: #00a4ba;
    border-color: #FFF;
    color: #FFF;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#service-page .btn-lines {
    width: 80%;
}


#service-page7 h2 {
    font-family: roboto-bold,roboto,sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #223C60;
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: initial;
    margin-top: 20px;
}

#service-page7 h3 {
    font-family: font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #2f2e2e;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: initial;
    margin-top: 20px;
}

#service-page7 p {
   /* font-family: font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;*/
    font-size: 15px;
    line-height: 0px;
    text-align: left;
    color: #515050;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: initial;
    margin-top: 20px;
}

#service-page7 .btn {
    background: #233d61;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 1em;
    text-transform: initial;
    letter-spacing: normal;
    border-radius: 10px;
    font-family: Helvetica;
    -webkit-box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
}

#service-page7 .btn:hover {
    background: #00a4ba;
    border-color: #FFF;
    color: #FFF;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}



@media (min-width: 768px) {
    #top-bar {
        padding: 5px 0;
    }

    #hero-area {
        padding: 110px 0;
    }

    .btn-lines {
        width: 30%;
    }

    #hero-area .btn-lines {
        width: 30%;
    }

    #hero-area-div {
        display: block;
    }

    #hero-area-div2 {
        display: none;
    }

    #hero-area h2 {
        font-size: 59px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 50px;
    }

    #hero-area p {
        font-size: 24px;
    }

    #hero-area h3 {
        font-size: 20px;
        line-height: 24px;
    }


    #service-page2 h2 {
        font-size: 50px;
        line-height: 60px;
        text-align: right;
        color: #223C60;
        font-weight: 700;
        margin-bottom: 1px;
        text-transform: initial;
        margin-top: 20px;
    }

    #service-page2 p {
        text-align: right;
        font-size: 21px;
        line-height: 25px;
        color: #515050;
        font-weight: 500;
    }

    #service-page2-div {
        display: block;
    }
    #service-page2-div2 {
        display: none;
    }

    #service-page2-div3 {
        display: block;
    }

    #service-page2-div4 {
        display: none;
    }

    #service-page2-div5 {
        display: block;
    }

    #service-page2-div6 {
        display: none;
    }

    #service-page2 h3 {
        text-align: left;
        color: #223C60;
        font-size: 30px;
    }

    #service-page2 h4 {
        text-align: center;
        color: #223C60;
        font-size: 15px;
        line-height: 25px;
    }

    #service-page2 h5 {
        text-align: center;
        color: #223C60;
        font-size: 50px;
        line-height: 15px;
        font-weight: 900;
    }


    #service-page-div {
        display: block;
    }

    #service-page-div2 {
        display: none;
    }

    #service-page-div3 {
        display: block;
    }

    #service-page-div4 {
        display: none;
    }
    #service-page h2 {
        font-size: 50px;
        line-height: 60px;
        text-align: left;
        color: #223C60;
        font-weight: 700;
        margin-bottom: 1px;
        text-transform: initial;
        padding: 20px 0 30px;
    }

    #service-page p {
        text-align: left;
        font-size: 22px;
        line-height: 25px;
        color: #515050;
        font-weight: 500;
    }
    #VideoLapiz{
        height:300px;
    }

    #service-page .btn-lines {
        width: 30%;
    }


    #service-page7 h2 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        color: #223C60;
        font-weight: 700;
        margin-bottom: 1px;
        text-transform: initial;
        margin-top: 20px;
    }

}


.shared-panel {
    overflow: auto;
}

    .shared-panel span {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 600;
    }

.shared {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    background: url('../../Assets/img/shared.png') no-repeat;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

    .shared:hover {
        opacity: 0.7;
    }

    .shared.gp {
        background-position: 0px 0px;
        background-color: #E62B34;
    }

    .shared.tt {
        background-position: 0px -30px;
        background-color: #43BDF0;
    }

    .shared.ce {
        background-position: 0px -60px;
        background-color: #8A898D;
    }

    .shared.wa {
        background-position: 0px -90px;
        background-color: #0dc143;
    }

    .shared.fb {
        background-position: 0px -120px;
        background-color: #6081C4;
    }

.st2 {
    border-radius: 0;
}

.st3 {
    border-radius: 5px;
}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 90px;
    right: 23px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: all 300ms ease;
}

    .btn-wsp:hover {
        background: #20ba5a;
        -webkit-box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
    }

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
        line-height: 66px;
    }
}
