/*!
* Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

body {
    overflow-x: hidden;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #00a8df;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}


#anchor-hero{


}

header.main {
    text-align: left;
    color: #fff;
    background: #00a8df url(../img/hero-bg.png) no-repeat center;
    height: 775px;
    width: auto;
    margin-top: 90px;

}

header .container {
    padding-top: 110px;
    padding-bottom: 0px;
}

header img {
    position: relative;
    display: block;
    margin: 0 auto 0px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}


header .hero-lead {

    font-size: 59px !important;


}

header .hero-lead span {
    font-size: 48px;

}

header .lead-text {

    font-size: 18px;
    width: 80%;
}

header .hero-btn {

    padding: 13px 60px;
    border-radius: 500px;
    background-color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 220px;

}

header .phone {

    font-size: 60px;

}

.phone a {
    color: #fff;
}

.no-pad {

    padding-left: 0px !important

}

@media(min-width:768px) {
    header .container {
        padding-top: 110px;
        padding-bottom: 0px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #00a8df;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00a8df;
}

.navbar-default .navbar-nav>li>a:active {
    color: #00a8df;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #00a8df;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    /*border-top: 55px solid #00a8df !important;*/
    background: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #00a8df;
}

.navbar-brand {
    width: 339px;
    height: 60px;
    margin-top: -20px;
}

section {
    padding: 100px 0;
}

#about {
    text-align: center;
}

#about h2 {
    text-transform: inherit !important;
    margin-bottom: 30px;
}

#about p {

    font-size: 16px;
    color: #535353;
    line-height: 26px;
    text-align: left;

}

#about p.text-center {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

#about .nav-tabs {
    border-bottom: none;
}

#about .nav-tabs li {
    border-bottom: 1px solid #e2e2e2;
    padding: 0px 5px;
    margin-bottom: 10px;
}

#about .nav-tabs > li > a {
    font-size: 18px;
    border: none;
}

#about .nav-tabs li.active {
    border-bottom: 1px solid #00a8df;
}

#about .tab-content p {
    margin-bottom: 5px;
}

#about .tab-content li {
    text-align: left;
    color: #535353;
}


#info {

    text-align: center;
}

#info h2 {

    text-transform: inherit !important;
}

#info p {

    margin-top: 30px;
    font-size: 16px;
    color: #535353;
    line-height: 26px;

}


#how-work {

    padding-top: 0px;
    padding-bottom: 0px;

}

#how-work {
    overflow: hidden;
    position: relative;
    background: -moz-linear-gradient(left,  #00a7df 0%, #00a7df 50%, #fff 50%, #fff 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left,  #00a7df 0%,#00a7df 50%,#fff 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00a7df 0%,#00a7df 50%,#fff 50%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00a7df 0%,#00a7df 50%,#fff 50%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right,  #00a7df 0%,#00a7df 50%,#fff 50%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7df', endColorstr='#fff',GradientType=0 ); /* IE6-9 */

}


#how-work p {

    color: #f3fbfd;
    padding-right: 70px;
    padding-top: 10px;
    font-size: 16px;

}

#how-work h3 {

padding-top: 30px;
    color: #fff !important;
    text-transform: inherit !important;


}

.play-img {
    max-width: 100%;

}


#dualsculpting {
    background: #f1f1f1;
    text-align: center;
}

#dualsculpting h2 {
    color: #00a7df;
    text-transform: inherit !important;
}

#dualsculpting p {

    margin-top: 30px;
    font-size: 16px;
    color: #535353;
    line-height: 26px;

}

.down-arrow {

    position: relative;
    top: 98px;


}

.video-mirror {

}

.video-mirror img {

    text-align: center;
}


#faq {

    text-align: center;
}


#faq .panel-heading {

    text-align: left;
    background: #00a8df;
    padding: 20px 20px;
    border: none;

}

#faq .panel {

    border: none;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


#headingOne {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#headingEleven {

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


#faq .panel-title a {

    font-size: 18px;
    background: #00a8df;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    width: 100%;
    display: block;
}

#faq .panel-body p {

    font-size: 16px;

}

#faq .sup {

    position: relative !important;
    top: -4px !important;
    font-size: 12px !important;
    font-weight: 600;

}

#faq h2 {

    margin-bottom: 20px;

}


#results {

    text-align: center;

}

#results h3 {

    text-transform: inherit !important;

}


#contact-form {

    background: #00a8df url(../img/logo-form-bg.jpg) no-repeat center right;

}

#contact-form .form-group input {


    background: #02b3ed;
    border-radius: 500px !important;
    border: none !important;
}

#contact-form .form-control {

    color: #fff !important;


}

#contact-form h3{

    text-transform: inherit !important;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400 !important;

}

#contact-form p {

    color: #ccc;
    font-size: 12px;
    text-align: center;

}

#contact-form .info-alert {
    display: none;
}

#contact-form .info-alert p {
    font-size: 20px;
    color: #000;
    padding: 10px;
}

.signup-btn {

    display: block;
    width: 100%;
    border-radius: 500px;
    background: #fff;
    color: #777777;
    border: none !important;
    padding: 12px 0px 12px 0;
    font-weight: 700;

}

#inputFirstName::-webkit-input-placeholder {color: #fff; font-size: 14px;font-style:italic;}
#inputPhone::-webkit-input-placeholder {color: #fff; font-size: 14px;font-style:italic;}
#inputEmail::-webkit-input-placeholder {color: #fff; font-size: 14px;font-style:italic;}
#inputZipCode::-webkit-input-placeholder {color: #fff; font-size: 14px;font-style:italic;}

#inputFirstName::-moz-placeholder { color: #fff; font-size: 14px;font-style:italic;}
#inputLastName::-moz-placeholder { color: #fff; font-size: 14px;font-style:italic;}
#inputEmail::-moz-placeholder { color: #fff; font-size: 14px;font-style:italic;}
#inputZipCode::-moz-placeholder { color: #fff; font-size: 14px; font-style:italic;}

/***** MODAL PROPERTIES *****/
.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background:none!important;
    border:none !important;
    outline:none !important;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
}

.modal-dialog {
    height: 750px; /* Set your own height: percents, ems, whatever! */
    width: 1170px; /* Set your own width: percents, ems, whatever! */
    overflow: hidden; /* Recommended in case content is larger than the container */
    margin: auto; /* Center the item vertically & horizontally */
    position: absolute; /* Break it out of the regular flow */
    top: 0; left: 0; bottom: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */

}
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0 auto;
    }
    .close {
        margin:-12px 0 0 0;
    }
}







@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 80px;
        margin:30px 0px -20px 40px;
    }
}




@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/*  ======================  */
/*  Before/After Slideshow  */
.content-section .ba-slider img {border:0 !important;border-radius:0;box-shadow:none;}

/*.ba-slider {border:6px solid #fff;}*/
.ba-control-handle {background:url(../img/sprite-flexslider.png) no-repeat -113px -78px;display:block;height:45px;width:74px;margin:-23px 0 0 -37px}
.ba-left-arrow, .ba-right-arrow {visibility:hidden;}

.baslider-slider {
    margin:40px auto 50px;
    width:60%;
    }
    .baslider-slider .ba-slider {
        margin-bottom: 12px;
    }
    .baslider-slider h2 {
        text-transform: none;
    }
    .baslider-slider .p1 {
        font-size: 13px;
        font-family:'AvenirNextLTW01-Italic';
    }

.baslider-nav {
    padding:10px 0;
}

.baslider-nav img {border:0 !important;border-radius:0;box-shadow:none;}

.baslider-nav .flex-prev {background-position:-86px -156px}
.baslider-nav .flex-next {background-position:-197px -156px;}

.baslider-nav:before {
    background:#c0c0c0;
    content:'';
    display:block;
    height:130px;
    left:-250%;
    position:absolute;
    top:0;
    width:1000%;
}
.baslider-nav li {
    border:3px solid #fff;
    cursor: pointer;
    margin:0 5px;
}
.baslider-nav li.flex-active-slide {
    border-color:#0079c2;
}
.baslider-nav li.first {
    margin-left:0;
}
.baslider-nav li.last {
    margin-right:0;
}
.baslider-nav img {
    border-width:2px;
}
.baslider-nav .flex-direction-nav a {height: 44px;top:70%;}


.male-female-tab {
    height: 64px;
    background: #01a8df;
    position: relative;
    cursor: pointer;
}
.male-female-tab.active .down-caret {
    width: 0;
    height: 0;
    border-top: 10px solid #01b5f2;
    border-bottom: 0px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -10px;
    z-index: 10;
}

.male-tab .down-caret{
    left: 45%;
}
.female-tab .down-caret{
    right: 45%;
}

.male-female-tab.active {
    background: #01b5f2;
}

.male-female-tab h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    line-height: 64px;
    font-weight: 400;
}


.ajax-spinner {
    display: none;
}

.center-contents {
    text-align: center;
}

/*Code added for better mobile behavior*/

.navbar-toggle {
  display: none;
}

@media (max-width: 1199px) {
  #how-work {
    background: #00a7df;
    padding-bottom: 51px;
  }
  #how-work p  {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
    .navbar-brand > img {
        margin-top: .5em;
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  #contact-form {
    background: #00a8df;
  }
}

@media (max-width: 991px) {
  header {
    background: #00a8df;
    height: auto;
  }
  header .hero-btn {
    margin-bottom: auto;
  }
  header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    height: auto;
  }
  #logo-container {
    margin-top: 15px;
  }
  header {
    margin-top: 80px;
  }
    .navbar-default, .navbar-inverse {
        border-top: none !important;
        background: #fff;
    }
    .navbar img {
        max-width: 110%;
    }
    header .hero-lead {
        font-size: 40px !important;
    }
}


