* {
    margin: 0px auto;
    padding: 0px;
    border: 0px;
}

header, nav, section, footer {
    display: block;
}

body {
    background: url(../images/bg.jpg) #ffffff top center;
    background-repeat: repeat-x;
    font-size: 1rem;
    zoom: 1;
}

li {
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#wrapper {
    width: 1266px;
}

/*******
========== Font Collections
*******/

@font-face {
    font-family: archDaughter;
    src: url('../fonts/ArchitectsDaughter.ttf'), url('../fonts/ArchitectsDaughter.eot'); /* IE9 */
}

@font-face {
    font-family: Exo;
    src: url('../fonts/Exo-Regular.otf'), url('../fonts/Exo-Regular.eot'); /* IE9 */
}

@font-face {
    font-family: bebas;
    src: url('../fonts/bebas.eot'); /* IE9 */
}

/*******
========== Font Collections
*******/


#callus {
    color: #6f7176;
}

#headerh1 {
    text-align: right;
    margin-top: 20px;
    font-family: Calibri;
    margin-bottom: 10px;
}

#header-wrapper ul li a {
    font-family: Exo;
}

.header-text-link {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #000000;
}

    .header-text-link:nth-child(4) {
        border-right: 0px;
    }

#header-wrapper {
    padding-top: 10px;
    width: 1266px;
    height: 116px;
}

/*********
======	NAVIGATOR ========
*********/

#nav-bar {
    padding-left: 5px;
    height: 100px;
    width: 1266px;
}

.navigator-btn {
    margin-right: 3px;
    float: left;
}

/**
	--------- Nav button area
**/
.nav ul li {
    position: relative;
}

.nav li ul {
    position: absolute;
    left: 0px;
    top: 73px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    visibility: hidden;
}

.nav li:hover ul {
    opacity: 1;
    visibility: visible;
}

.youtube {
    background: url(../images/youtube-nav-btn.png);
    width: 174px;
    height: 74px;
}

    .youtube:hover {
        background: url(../images/youtube-hover-btn.jpg);
        width: 174px;
        height: 74px;
    }

.youtube-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    width: 174px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .youtube-SUB-btn:hover {
        background: -webkit-linear-gradient(top, #fc786b, #ef3737 ); /** RED **/
        background: -moz-linear-gradient(top, #fc786b, #ef3737);
        background: -ms-linear-gradient(top, #fc786b, #ef3737);
        background: -o-linear-gradient(top, #fc786b, #ef3737);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc786b", endColorstr="#ef3737",GradientType=0 );
    }


.twitter {
    background: url(../images/twitter-nav-btn.png);
    width: 176px;
    height: 74px;
}

    .twitter:hover {
        background: url(../images/twitter-hover-btn.jpg);
        width: 176px;
        height: 74px;
    }

.twitter-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    width: 176px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .twitter-SUB-btn:hover {
        background: -webkit-linear-gradient(top, #29b2df, #127292);
        background: -moz-linear-gradient(top, #29b2df, #127292);
        background: -ms-linear-gradient(top, #29b2df, #127292);
        background: -o-linear-gradient(top, #29b2df, #127292);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29b2df", endColorstr="#127292",GradientType=0);
    }

.facebook {
    background: url(../images/facebook-nav-btn.png);
    width: 177px;
    height: 74px;
}

    .facebook:hover {
        background: url(../images/facebook-hover-btn.jpg);
        width: 177px;
        height: 74px;
    }

.facebook-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    width: 176px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .facebook-SUB-btn:hover {
        background: -webkit-linear-gradient(top, #456fc5, #3d64af);
        background: -moz-linear-gradient(top, #456fc5, #3d64af);
        background: -ms-linear-gradient(top, #456fc5, #3d64af);
        background: -o-linear-gradient(top, #456fc5, #3d64af);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#456fc5", endColorstr="#3d64af",GradientType=0);
    }

.soundcloud {
    background: url(../images/soundcloud-nav-btn.png);
    width: 177px;
    height: 74px;
}

    .soundcloud:hover {
        background: url(../images/soundcloud-hover-btn.jpg);
        width: 177px;
        height: 74px;
    }

.soundcloud-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    width: 176px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .soundcloud-SUB-btn:hover {
        background: -webkit-linear-gradient(top, #ed8837, #f74f0e);
        background: -moz-linear-gradient(top, #ed8837, #f74f0e);
        background: -ms-linear-gradient(top, #ed8837, #f74f0e);
        background: -o-linear-gradient(top, #ed8837, #f74f0e);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ed8837", endColorstr="#f74f0e",GradientType=0);
    }

.vine {
    background: url(../images/vine-nav-btn.png);
    width: 176px;
    height: 74px;
}

    .vine:hover {
        background: url(../images/vine-hover-btn.jpg);
        width: 176px;
        height: 74px;
    }

.vine-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    padding: 0px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .vine-SUB-btn:hover {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00B489", endColorstr="#00B489",GradientType=0);
        background: #00B489;
    }

.instagram {
    background: url(../images/instagram-nav-btn.png);
    width: 174px;
    height: 74px;
}

    .instagram:hover {
        background: url(../images/instagram-hover-btn.jpg);
        width: 174px;
        height: 74px;
    }

.instagram-SUB-btn {
    background: -webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
    background: -moz-linear-gradient(top, #0e7cf4, #0062cc);
    background: -ms-linear-gradient(top, #0e7cf4, #0062cc);
    background: -o-linear-gradient(top, #0e7cf4, #0062cc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
    width: 176px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-family: Calibri;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.2rem;
    border-top: 1px solid #c1dae6;
}

    .instagram-SUB-btn:hover {
        background: -webkit-linear-gradient(top, #a83e04, #592500);
        background: -moz-linear-gradient(top, #a83e04, #592500);
        background: -ms-linear-gradient(top, #a83e04, #592500);
        background: -o-linear-gradient(top, #a83e04, #592500);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a83e04", endColorstr="#592500",GradientType=0);
    }

.clientP {
    background: url(../images/client-portal-nav-btn.png);
    width: 177px;
    height: 74px;
}

    .clientP:hover {
        background: url(../images/client-portal-hover-btn.jpg);
        width: 176px;
        height: 74px;
    }

/**
	--------- END Nav button area
**/

#CenterHeader-TEXT {
    color: #ffffff;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}

section h1 {
    font-size: 2.5rem;
    margin-bottom: 5px;
}

#Over18k {
    color: #ed9b00;
}

/********
============ Css for Cards ======
*********/

.cardsCONTAINER {
    margin-top: 8px;
}

.card1 {
    margin-top: 80px;
    width: 266px;
    box-shadow: -4px 2px 8px #1e1e1e;
    -moz-box-shadow: -4px 2px 8px #1e1e1e;
}

.card2 {
    margin-top: 50px;
    margin-left: -20px;
    background: #ffffff;
    height: 440px;
    width: 266px;
    box-shadow: -4px 2px 8px #1e1e1e;
    -moz-box-shadow: -4px 2px 8px #1e1e1e;
    display: none;
}

.card3 {
    margin-top: 20px;
    margin-left: -20px;
    background: #ffffff;
    width: 266px;
    height: 470px;
    box-shadow: -4px 2px 8px #1e1e1e;
    -moz-box-shadow: -4px 2px 8px #1e1e1e;
    display: none;
}

.card4 {
    margin-top: 50px;
    margin-left: -20px;
    background: #ffffff;
    height: 440px;
    width: 266px;
    box-shadow: -4px 2px 8px #1e1e1e;
    -moz-box-shadow: -4px 2px 8px #1e1e1e;
    display: none;
}

.card5 {
    margin-top: 80px;
    margin-left: -20px;
    width: 266px;
    box-shadow: -4px 2px 8px #1e1e1e;
    -moz-box-shadow: -4px 2px 8px #1e1e1e;
    display: none;
}

#bodycard {
    margin-top: -6px;
    padding-top: 10px;
    text-align: center;
    background: #ffffff;
    width: 266px;
    height: 320px;
    font-family: Impact;
}

    #bodycard h1 {
        font-family: Arial, Calibri, Sans;
        font-weight: bolder;
        font-size: 4em;
    }

    #bodycard h3, #bodycard h2 {
        font-family: "Myriad Pro";
    }

.Instagram-startTODAY-btn {
    background: #a33c04;
    background: -webkit-linear-gradient(top, #a33c04,#602700);
    background: -moz-linear-gradient(top, #a33c04,#602700);
    background: -ms-linear-gradient(top, #a33c04,#602700);
    background: -o-linear-gradient(top, #a33c04,#602700);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a33c04", endColorstr="#602700",GradientType=0);
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 48px;
    height: 48px;
    width: 194px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: archDaughter;
    box-shadow: 3px 3px 5px #606060;
}

.Youtube-startTODAY-btn {
    background: #e81935;
    background: -webkit-linear-gradient(top, #e81935, #6a0c0d);
    background: -moz-linear-gradient(top, #e81935,#6a0c0d);
    background: -ms-linear-gradient(top, #e81935,#6a0c0d);
    background: -o-linear-gradient(top, #e81935,#6a0c0d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e81935", endColorstr="#6a0c0d",GradientType=0);
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 48px;
    height: 48px;
    width: 194px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: archDaughter;
    box-shadow: 3px 3px 5px #606060;
}

.facebook-startTODAY-btn {
    background: #3c89db;
    background: -webkit-linear-gradient(top, #3c89db, #2a61bf);
    background: -moz-linear-gradient(top, #3c89db,#2a61bf);
    background: -ms-linear-gradient(top, #3c89db,#2a61bf);
    background: -o-linear-gradient(top, #3c89db,#2a61bf);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3c89db", endColorstr="#2a61bf",GradientType=0);
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 48px;
    height: 48px;
    width: 194px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: archDaughter;
    box-shadow: 3px 3px 5px #606060;
}

.twitter-startTODAY-btn {
    background: #2ec5d8;
    background: -webkit-linear-gradient(top, #2ec5d8, #1581a6);
    background: -moz-linear-gradient(top, #2ec5d8,#1581a6);
    background: -ms-linear-gradient(top, #2ec5d8,#1581a6);
    background: -o-linear-gradient(top, #2ec5d8,#1581a6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ec5d8", endColorstr="#1581a6",GradientType=0);
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 48px;
    height: 48px;
    width: 194px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: archDaughter;
    box-shadow: 3px 3px 5px #606060;
}

.soundcloud-startTODAY-btn {
    background: #ffa400;
    border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 48px;
    height: 48px;
    width: 194px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: archDaughter;
    box-shadow: 3px 3px 5px #606060;
}

#Shadow-under-cards {
    margin-top: -50px;
}

/********
============ END of Css for Cards ======
*********/

.why-use-social-formula {
    margin-top: 70px;
    font-size: 2.4rem;
    font-family: Arial;
    margin-left: 100px;
}

    .why-use-social-formula span {
        color: #0071bf;
    }

.img-social-formula {
    margin-top: 50px;
    margin-left: 100px;
}

    .img-social-formula li {
        margin-right: 100px;
    }

#clickHERE {
    margin-top: 20px;
    text-align: right;
}

.Body-Content {
    margin-top: 16px;
    background: #ffffff;
    width: 1266px;
    font-size: 1em;
    margin-bottom: 80px;
}
/* for new quad content */
.body-wrapper {
    width: 1266px;
}

.new-Body-Content {
    margin: 16px;
    width: 700px;
    font-size: 1em;
    background: #F6F6F6;
    font-family: Arial;
    padding-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
}

.aside {
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 406px;
    font-family: Arial;
    float: right;
    border-left: 1px solid #DADADA;
    padding-left: 30px;
}

.logo-size {
    width: 68px;
    height: 68px;
}

.text-beside-logo {
    margin-left: 70px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 10px;
}

.new-bg-container {
    background: #F6F6F6;
}

.new-Body-Content h1 {
    color: #444444;
    border-bottom: 1px solid #DADADA;
    padding: 20px;
}

.new-Body-Content h2 {
    color: #444444;
}
/* END for new quad content */
.shadowBAR {
    margin-left: 100px;
    margin-bottom: 30px;
}

.real-service-container {
    width: 613px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial;
}

    .real-service-container p {
        margin-left: 10px;
        margin-bottom: 20px;
    }

.real-service-h1:before {
    content: url('../images/social-real-service.jpg');
    margin: 10px;
}

.high-quality-container {
    width: 613px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial;
}

    .high-quality-container p {
        margin-right: 10px;
        margin-bottom: 101px;
    }

.high-quality-h1:before {
    content: url('../images/social-high-quality.jpg');
    margin: 10px;
}


.customer-support-container {
    width: 610px;
    margin: 30px 10px 50px 10px;
    font-family: Arial;
}

    .customer-support-container p {
        margin-left: 10px;
        margin-bottom: 20px;
    }

.customer-support-h1:before {
    content: url('../images/social-customer-support.jpg');
    margin: 10px;
}


.social-credibility-container {
    width: 610px;
    margin: -44px 10px 50px 10px;
    font-family: Arial;
}

    .social-credibility-container p {
        margin-right: 10px;
        margin-bottom: 94px;
    }

.social-credibility-h1:before {
    content: url('../images/social-credibility.jpg');
    margin: 10px;
}

.more:before {
    content: url('../images/arrow.jpg');
    margin: 10px;
}

.more a {
    color: #1d98cc;
}

.Sign-up-Beside-TV-container {
    margin-top: 100px;
    font-family: arial;
    font-size: 2rem;
}

    .Sign-up-Beside-TV-container span {
        color: #0071bd;
    }

    .Sign-up-Beside-TV-container h1 {
        font-size: 5rem;
    }

    .Sign-up-Beside-TV-container p {
        color: #777777;
        margin: 30px 0px 60px 5px;
    }

    .Sign-up-Beside-TV-container h3 {
        color: #777777;
    }

    .Sign-up-Beside-TV-container a {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3c89db", endColorstr="#004a7b",GradientType=0);
        background: #004a7b;
        background: -webkit-linear-gradient(top, #0072bb, #004a7b);
        background: -moz-linear-gradient(top, #0072bb, #004a7b);
        background: -ms-linear-gradient(top, #0072bb, #004a7b);
        background: -o-linear-gradient(top, #0072bb, #004a7b);
        color: #ffffff;
        font-weight: bold;
        border-radius: 20px;
        -moz-border-radius: 20px;
        margin-top: 120px;
        padding: 20px 40px 20px 40px;
        font-size: 3rem;
    }

.what-people-are-text {
    font-family: Arial;
    color: #777777;
    margin-top: 50px;
    text-align: center;
}

    .what-people-are-text span {
        color: #0072bb;
    }

.comments {
    margin-left: 100px;
    margin-bottom: 30px;
}

#testimonials {
    width: 1000px;
    font-family: arial;
    font-size: 1.3rem;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hidden {
    visibility: hidden;
}

/**
=======
		-----		FOOTER 		-------
=======
**/

.under-comment-container {
    font-family: Arial;
    color: #006186;
    text-align: center;
}

    .under-comment-container span {
        font-weight: bold;
    }

    .under-comment-container p {
        font-size: 1.5em;
        margin-bottom: 40px;
    }

    .under-comment-container a {
        background: #0087d9;
        background: -webkit-linear-gradient(top, #0087d9, #005f87);
        background: -moz-linear-gradient(top, #0087d9, #005f87);
        background: -ms-linear-gradient(top, #0087d9, #005f87);
        background: -o-linear-gradient(top, #0087d9, #005f87);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0087d9", endColorstr="#005f87",GradientType=0);
        background: #005f87;
        color: #ffffff;
        font-size: 3rem;
        font-family: "Bebas Neue";
        padding: 10px 50px 10px 50px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        border: 1px solid #000000;
        cursor: pointer;
    }

.footer-bg {
    background: url(../images/footer-bg.jpg) bottom center;
    background-repeat: repeat-x;
    width: 100%;
}

.footer h2 {
    font-family: Arial;
    font-weight: bold;
    color: #005f87;
    font-size: 2rem;
    padding-top: 50px;
    margin-bottom: 50px;
}

.footer {
    background: url(../images/footer-bg.jpg);
    width: 1266px;
    font-family: Arial;
    color: #005f87;
    text-align: center;
}

    .footer a {
        font-family: Arial;
        color: #005f87;
    }

    .footer ul {
        padding-bottom: 40px;
        margin-left: 100px;
    }

        .footer ul:nth-child(2) {
            margin-left: 350px;
        }

.last-link-footer a {
    font-weight: bold;
}

.sitemap a {
    border-right: 0px;
}

.last-link-footer li:nth-child(1) {
    color: #000000;
}

.top-link {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

.bottom-link {
    float: left;
    margin-right: 10px !important;
    padding-right: 15px !important;
    border-right: 2px solid #000000;
}

    .bottom-link:nth-child(1) {
        border: 0px;
    }

.adress {
    width: 240px;
}

.sendEmail {
    width: 600px;
}

    .sendEmail p {
        text-align: left;
        line-height: 30px;
        font-size: 1em;
        font-weight: bold;
        margin-left: -100px;
    }

.info {
    width: 400px;
    height: 30px;
    padding: 10xp 0px;
    font-size: 1em;
    border: 2px solid #cccccc;
    border-radius: 4px;
}

.submit-btn {
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #cccccc;
    width: 120px;
    cursor: pointer;
    height: 40px;
}
