/* This is a custom CSS stylesheet */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

div, p, label, input { font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6, p, label, input {
    color: #000;
}

.sign-up-form-errors {
    color: #F00;
    font-size: 1.1em !important;
    line-height: 18px;
    font-weight: bold !important;
}

.no-margin { margin: 0; }

.img-responsive-center { margin: 0 auto; }

.btn.btn-lg {
    background: #4092f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzI4ODJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzI4ODJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTcyZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4092f1 0%, #2882ea 37%, #2882ea 58%, #1172e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4092f1), color-stop(37%,#2882ea), color-stop(58%,#2882ea), color-stop(100%,#1172e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4092f1 0%,#2882ea 37%,#2882ea 58%,#1172e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4092f1 0%,#2882ea 37%,#2882ea 58%,#1172e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4092f1 0%,#2882ea 37%,#2882ea 58%,#1172e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4092f1 0%,#2882ea 37%,#2882ea 58%,#1172e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4092f1', endColorstr='#1172e3',GradientType=0 ); /* IE6-8 */
}

/* Menu */

#top-nav-bar {
    background: none;
    border: none;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 20px 0px 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    top: -250px;
        position: static;
}

#top-nav-bar li > a {
    color: #fff;
    opacity: 0.7;
    font-size: 12pt;
    font-weight: bold;
    transition: all 0.2s ease 0.2s;
    padding: 12px 24px;
    background: none;
    outline: none;
}

#top-nav-bar .dropdown > a {
    cursor: pointer;
}

#top-nav-bar .dropdown-menu > li > a {
    color: #000;
    padding-right: 60px;
    font-size: 14px;
}

#top-nav-bar .dropdown-menu > li > a:hover {
    background-color: #428BCA;
    color: #fff;
}

/*
#top-nav-bar li:nth-child(2) a {
    border: 2px solid #fff;
    border-radius: 10px;
}
*/

#top-nav-bar li a:hover {
    opacity: 1;
    background: none;
}

.navbar .brand {
    background: url('../img/cv-logo-512px-new.png') no-repeat scroll 0% 0% / 100% auto transparent;
    width: 500px;
    height: 70px;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    transition: opacity 0.1s ease-out 0s;
}


#top-nav-bar.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:10;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

#top-nav-bar.affix .brand {
    width: 300px;
    height: 70px;
}

#top-nav-bar.affix ul li > a {
    color: #015383;
}

#top-nav-bar.affix ul li:nth-child(2) > a {
    border-color: #015383;
}

/* End of Menu */

.bg {
    width: 100%;
    height: 550px; /*same height as jumbotron */
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
}

#bg1 {
    background: url('../img/cv-slide1.jpg') no-repeat center 35%;
}

#bg2 {
    background: url('../img/cv-slide2.jpg') no-repeat center 35%;
}

#bg3 {
    background: url('../img/cv-slide3.jpg') no-repeat center 35%;
}

#bg4 {
    background: url('../img/cv-slide4.jpg') no-repeat center 35%;
}

#bg5 {
    background: url('../img/cv-slide5.jpg') no-repeat center 35%;
}

#bg6 {
    background: url('../img/cv-slide6.jpg') no-repeat center 35%;
}

.jumbotron {
    margin-bottom: 0px;
    height: 550px;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    background:transparent;
}

#jumbotron-home {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
}

#jumbotron-home h1 {
    margin-top: 10px;
    letter-spacing: -1px;
    text-shadow: 2px 2px 5px #333;
    margin-bottom: 0px;
    line-height: normal;
}

#jumbotron-home form {
    background: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    color: #666;
    padding: 23px 58px 40px;
    border-radius: 5px;
}

#jumbotron-home form h3 { margin-top: 0; margin-bottom: 20px; }
#jumbotron-home form select { padding: 8px 8px 10px; }
#jumbotron-home form input[type=submit] { margin-top: 20px; }

.container-fluid {
    background-color: #fff;
}

.container-large {
    padding-top: 20px;
    padding-bottom: 40px;
}

.home-thumbnails div > img {
    margin: 10px 0px 20px;   
}

#home-testimonials {
    background: #F8F8F8;
}

#home-testimonials .testimonial-rows {
    margin: 2em 0;
}

#home-testimonials h2 {
    color: #0085CE;
}

#home-testimonials p {
    font-size: 16px;
    margin-bottom: 0;
}

#home-testimonials .testimonial-rows p {
    margin-top: 0.8em;
}

#home-testimonials .testimonial-rows .img-circle {
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#home-testimonials .testimonial-rows .img-circle:hover {
    border-radius: 20%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#home-testimonials .testimonial-title {
    margin-top: 0.8em;
    color: #0385D0;
}

#home-testimonials .testimonial-title strong {
    color: #266193;
}


/* Footer */

.footer {
    background: #0385D0;
    padding-top: 3em;
    padding-bottom: 1em;
    color: #fff;
}

.footer h4, .footer p {
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.footer > div > div {
    font-size: 12pt;
    margin: 0 0 2em;
}

.footer .fa {
    font-size: 3em;
}

.footer .social-icons:hover {
    color: #266193;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright hr:first-of-type {
    width: 100%;
    max-width: 330px;
}

.footer-copyright hr:last-of-type {
    width: 100%;
    max-width: 230px;
}

.footer-copyright p, .footer-copyright a {
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-copyright a {
    text-decoration: none;
}

/* Flipping Effect */

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    height: 295px;
    width: 100%;
    max-width: 260px;
    position: relative;
}

.flip .card.flipped {
    transform:rotatey(-180deg);
    -ms-transform:rotatey(-180deg); /* IE 9 */
    -moz-transform:rotatey(-180deg); /* Firefox */
    -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
    -o-transform:rotatey(-180deg); /* Opera */
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.flip .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    backface-visibility: hidden;  /* W3C */
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */
}

.flip .card .front {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.flip .card .back {
    cursor: pointer;

    transform:rotatey(-180deg);
    -ms-transform:rotatey(-180deg); /* IE 9 */
    -moz-transform:rotatey(-180deg); /* Firefox */
    -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
    -o-transform:rotatey(-180deg); /* Opera */
}


/* Modals */

#modal-1 a, #modal-3 a {
    text-decoration: none;
}

#modal-1 .modal-header, #modal-2 .modal-header, #modal-3 .modal-header {
    border: medium none;
    padding: 15px 15px 0;
}

#modal-1 .modal-header h3, #modal-2 .modal-header h3, #modal-3 .modal-header h3 {
    text-align: center;
}

#modal-1 .modal-body, #modal-2 .modal-body, #modal-3 .modal-body {
    padding: 15px 25px;
}

.modal-body .form-group {
    position: relative;
}

.modal-body .form-control {
    padding-left: 35px;
}

.modal-body .glyphicon {
    position: absolute;
    top: 5px;
    left: 0px;
    padding: 11px 12px;
    font-size: 15px;
}

#modal-1 .modal-body form, #modal-2 .modal-body form, #modal-3 .modal-body form {
    padding: 0;
    margin-top: 5px;
}

#modal-1 .modal-body form .user-type + div, #modal-2 .modal-body form .form-group:last-of-type {
    margin-bottom: 0;
}

#modal-1 .modal-body form .user-type strong {
    display: block;
    margin-bottom: 10px;
}

#modal-1 .modal-body form .user-type label {
    border: 1px solid #AAA;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: bold;
    display: inline-block;
}

#modal-1 .modal-body form .user-type label:last-of-type {
    border-left: none;
    margin-left: -4px;
}

#modal-1 .modal-body form .user-type label .radio {
    margin-left: 20px;
}

#modal-3 .modal-body #grow-business-wrap {
    background: url('../img/grow-business.jpg') no-repeat;
}


#modal-3 .modal-body #hire-professionals-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgba(51, 51, 51, 0.8);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

#modal-3 .modal-body #hire-professionals-wrap {
    background: url('../img/hire-professionals.jpg') no-repeat;
    margin-bottom: 0;
}

#modal-3 .modal-body #grow-business-wrap, #modal-3 .modal-body #hire-professionals-wrap {
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

#modal-3 .modal-body #grow-business-wrap h4, #modal-3 .modal-body #hire-professionals-wrap h4 {
    margin-top: 0px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 3px 3px #333;
    -moz-text-shadow: 1px 3px 3px #333;
    -webkit-text-shadow: 1px 3px 3px #333;
}

#modal-3 .modal-body #grow-business-wrap p, #modal-3 .modal-body #hire-professionals-wrap p {
    color: #FFF;
    font-size: 1em;
    font-weight: 500;
}

#modal-3 .modal-body #grow-business-btn, #hire-professionals-btn {
    width: 80%;
    margin: auto;
}

.modal-footer {
    padding: 0 15px 15px;
    text-align: center;
    border-top: none;
}

.modal-footer .modal-footer-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.radio-toggle-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=225, Color=#dfdfdf)";/*IE 8*/
    -moz-box-shadow: inset -3px 3px 10px #dfdfdf, inset 3px -3px 10px #dfdfdf;/*FF 3.5+*/
    -webkit-box-shadow: inset -3px 3px 10px #dfdfdf, inset 3px -3px 10px #dfdfdf;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset -3px 3px 10px #dfdfdf, inset 3px -3px 10px #dfdfdf;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=225, Color=#dfdfdf); /*IE 5.5-7*/
}


/* Launch Page Styles */

#launch-page, #thanks-page {
    background: url('../img/launch-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 3em;
}


#launch-page .form-wrapper, #thanks-page .form-wrapper {
    margin-top: 20px;
    padding: 20px 80px 40px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: rgba(17, 87, 133, 0.9);
    border-radius: 10px;
}

#thanks-page .form-wrapper p {
    color: #fff;
    font-size: 14pt;
}

#home-form-sign-up {
    width: 100%;
    text-align: center;
}

#home-form-sign-up ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home-form-sign-up ul li {
    margin: 0;
    padding: 0;
}

#home-form-sign-up .list-form2 {
    width: 100%;
    padding: 0;
    max-width: 340px;
    margin: 20px auto;
}

#home-form-sign-up .list-form2 h4 {
    text-align: left;
    color: #FFF;
    margin-bottom: 5px;
    font-family: Arial;
    letter-spacing: 1px;
    font-size: 16px;
}

#home-form-sign-up input[type="text"] {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    border: none;
    font-size: 16px;
    color: #333;
    margin: 3px;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=90,Color=#6d6b6b);
/*IE 8*/
    -moz-box-shadow: inset 0 0 7px #6d6b6b;
/*FF 3.5+*/
    -webkit-box-shadow: inset 0 0 7px #6d6b6b;
/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset 0 0 7px #6d6b6b;
/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=90,Color=#6d6b6b);
/*IE 5.5-7*/
}

#home-form-sign-up select {
    width: 100%;
    max-width: 420px;
    font-size: 16px;
    padding: 10px;
    border: none;
    color: #333;
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=90,Color=#6d6b6b);
/*IE 8*/
    -moz-box-shadow: inset 0 0 7px #6d6b6b;
/*FF 3.5+*/
    -webkit-box-shadow: inset 0 0 7px #6d6b6b;
/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset 0 0 7px #6d6b6b;
/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=90,Color=#6d6b6b);
/*IE 5.5-7*/
}

#home-form-sign-up input[type="checkbox"], #home-form-sign-up label {
    display: inline;
}

#home-form-sign-up .cv-type-checkbox {
    width: 100%;
    max-width: 410px;
    margin: 5px auto;
    text-align: left;
    color: #FFF;
    font-size: 16px;
}

#home-form-sign-up .cv-type-checkbox label {
    font-weight: normal;
    color: #fff;
}

#home-form-sign-up input[type="submit"], #home-form-sign-up input[type="button"] {
    border: medium none;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    color: #FFF;
    background-color: #CC3328;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .2s ease .2s;
}

#home-form-sign-up input[type="submit"]:hover, #home-form-sign-up input[type="button"]:hover {
    background-color: #B22117;
}

.lp-form-error {
    border: 1px solid red;
}

@media only screen and (max-width: 768px) {
    #home-form-sign-up .list-form2 {
        float: none !important;
    }
}


/* End of Launch Page Styles */


/* Media Queries */

@media (min-width: 1600px) {
  .bg {
    background-size: cover !important;
  }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .flip {
        height: 245px;
    }
}

@media (min-width: 992px) {
    #jumbotron-home h1 {
        font-size: 58px;
        line-height: normal;
        margin-top: 20px;
    }
}

@media only screen and (max-width:992px) {
    .navbar .brand {
        width: 300px;
    }
}

@media only screen and (min-width: 768px) {
    #modal-1 .modal-sm, #modal-2 .modal-sm, #modal-3 .modal-sm {
        width: 400px;
    }
    
    #jumbotron-home form {
        margin-top: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    #jumbotron-home h1 {
        font-size: 3.5em;
        line-height: normal;
    }
}
        
@media only screen and (max-width:767px) {
    #home-slider-title-form {
        position: absolute;
        top: 70px;
    }
    
    #top-nav-bar {
        position: fixed;
        background: none repeat scroll 0% 0% #FFF;
        top: 0px;
        height: 65px;
        z-index: 100;
        padding: 5px 10px 0;
    }
    
    #top-nav-bar > .container {
        background: #fff;
    }
    
    #top-nav-bar .brand, #top-nav-bar.affix .brand {
        height: 55px;
        margin-top: 5px;
    }
    
    #top-nav-bar.affix {
        background: #fff;
    }
    
    #top-nav-bar li > a, #top-nav-bar .dropdown-menu > li > a {
        color: #000;
        background: #fff;
    }

    #top-nav-bar li > a:hover, #top-nav-bar .dropdown-menu > li > a:hover {
        background-color: #428BCA;
        color: #fff !important;
    }

    #modal-3 .modal-sm {
        max-width: 400px;
        margin: 5% auto;
    }
}

@media only screen and (min-width:480px) and (max-width: 570px) {
    .flip {
        height: 240px;
    }
}

@media only screen and (min-width:400px) and (max-width: 470px) {
    .flip {
        height: 230px;
    }
    
    #jumbotron-home h1 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    #top-nav-bar .brand, #top-nav-bar.affix .brand {
        width: 220px;
        margin-top: 10px;
        height: 45px;
    }
    
    #jumbotron-home h1 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 0;
    }
}

@media only screen and (min-width:340px) and (max-width: 390px) {
    .flip {
        height: 150px;
    }
}



/* Start of Floating Social Logos */
#cv-floating-social-icons {
    padding: 10px;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: -100px;
}

#cv-floating-social-icons ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#cv-floating-social-icons ul li {
    margin: 5px 0;
    border: 1px solid #CCC;
    padding: 4px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 3px;
    transition: all .2s ease .2s;
}

#cv-floating-social-icons ul li:hover {
    background-color: rgba(255,255,255,1);
}

#cv-floating-social-icons ul li img {
    width: 100%;
    max-width: 48px;
}

/* End of Floating Social Logos */