/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

p {
    font-size: 20px
}

p.small {
    font-size: 16px
}

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

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

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

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

.navbar-custom,
header .intro-text .name {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
}



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

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

hr.star-primary {
    border-color: #191919
}

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

.navbar-custom .navbar-brand img {
    max-width: 100px;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-nav li a,
header {
    color: #000000
}


header .heroimage {
    height: 500px;
    line-height: 500px;
    background-color: #efefef;
}

header .heroimage img {
vertical-align: middle;
}


.img-centered {
    margin: 0 auto
}

header {
    text-align: center;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-color: #ffffff;
}

header .intro-text {
    font-weight: bold
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px
}

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

header .intro-text .name {
    display: block;
    font-weight: 700;
    font-size: 2em
}

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

@media (min-width:768px) {
    header .container {
        padding-top: 110px;
        padding-bottom: 100px
    }
    header .intro-text .name {
        font-size: 4.75em
    }
    header .intro-text .skills {
        font-size: 1.75em;
        letter-spacing: 2px;
    }
}

.navbar-custom {
    background: #000000;
    font-weight: 700;
    border-bottom: #000000 solid 10px;
}


.navbar-custom a:focus {
    outline: 0
}

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

.navbar-custom .navbar-nav li a:hover {
    color: #BB0000;
    outline: 0
        
}

.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a:focus {
    color: #fff
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:active,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:hover {
    color: #fff;
    background: #BB0000
}

.navbar-custom .navbar-toggle {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    border-color: #fff
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #18BC9C;
    color: #fff;
    border-color: #18BC9C
}

@media (min-width:768px) {
    .navbar-custom {
        padding: 5px 0 10px 0px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-custom.affix {
        padding: 10px 0
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}


.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.wrap {
  width: 18em;
  margin: auto; }
  @media screen and (min-width: 21.875rem) {
    .wrap {
      width: 21em; } }
  @media screen and (min-width: 30rem) {
    .wrap {
      width: 27rem; } }
  @media screen and (min-width: 39rem) {
    .wrap {
      width: 35.1rem; } }
  @media screen and (min-width: 48rem) {
    .wrap {
      width: 43.2rem; } }
  @media screen and (min-width: 64rem) {
    .wrap {
      width: 57.6rem; } }

  .demo2 li {
    padding: 1em 0;
    display: table;
    width: 100%; }
  .demo2 img {
    box-sizing: border-box;
    margin: .5em 35% .5em .5em;
    display: block; }
  .demo2 .cell1, .demo2 .cell2 {
    display: table-cell;
    vertical-align: middle;
    height: 80px; }
  .demo2 .cell1 {
    width: 25%; }
  .demo2 .cell2 {
    width: 75%; }

section {
    padding: 100px 0
}

section h2 {
    margin: 0;
    font-size: 3em
}

section.success {
    background: #ffffff;
    color: #000000
}

section.sales {
    background: #ffffff;
    color: #000000;
}

section.sales p,ul,li{
font-size: 18px;
    line-height: 36px;
    list-style-type: decimal;
}

section.video-demo {
    background-color: #191919;
    color: #ffffff;
}


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

.identity {
    font-size: 18px;
}


#high-converting p{
    line-height: 24px;
    font-size: 16px;
}

#testimonial {
    background-color:#f4f4f4;
    padding: 30px 0px;
    font-size: 21px;
}

#intro {
    background-color: #191919;
    color:#ffffff;
    
}

#feature .feature-item {
    margin: 0 0 15px;
    right: 0
}



#feature .container .row h3 {
    padding-bottom: 30px;
}

#feature .feature-item .feature-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}



.btn-social,
.scroll-top,
.scroll-top .btn {
    width: 50px;
    height: 50px
}


#feature * {
    z-index: 2;
}

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

.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: none;
    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
}

.EmailSubscriber {
    margin-bottom: 33px;
    color: #fff;
    background: #000
}

.EmailSubscriber-title {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.EmailSubscriber-desc {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.5;
    color: #f8f8f8
}

.EmailSubscriber-form {
    max-width: 717px
}

.EmailSubscriber-btn {
    min-width: 153px
}

@media (max-width:420px) {
    .EmailSubscriber .EmailSubscriber-inputCombo {
        display: block
    }
    .EmailSubscriber .EmailSubscriber-inputCombo .EmailSubscriber-btn {
        width: 100%;
        margin: 10px 0 0
    }
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative; }

.responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

footer {
    color: #fff;
}

footer a{
    color:#fff
}

footer img{
    width: 100px
}

footer h3 {
    margin-bottom: 30px
}

footer .footer-above {
    padding-top: 50px;
    background-color: #000000
}

footer .footer-col {
    margin-bottom: 50px
}

footer .footer-below {
    padding: 25px 0;
    background-color: #191919
}

footer ul{
    padding: 0px;
    margin: 0px;
    display: ;
}

footer li {
        list-style-type: none;
}


.Footer {
    padding: 49px 0 59px;
    text-align: left;
    color: #fff;
    background-color: #000
}

.Footer [class*=WFLogo] {
    display: inline-block;
    width: 121px;
    height: 40px
}

.Footer-inner {
    display: -ms-flexbox;
    display: flex
}

.Footer-content {
    width: 140px;
    margin-right: 5.05%
}

.Footer-content-desc {
    margin: 4px 0 10px;
    font-size: 13px;
    line-height: 1.25
}

.Footer-nav {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px
}

.Footer-nav-groupList {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.Footer-nav-groupItem {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-right: 10px
}

.Footer-navList {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.Footer-navTitle {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff
}

.Footer-navItem {
    margin-bottom: 3px;
    font-size: 13px
}

.Footer-navLink {
    color: #f8f8f8
}

.Footer-copyright {
    width: 100%;
    margin-top: 29px;
    padding-top: 18px;
    border-top: 1px solid #333;
    font-size: 10px;
    text-align: center;
    color: #f8f8f8
}

@media (max-width:780px) {
    .Footer-content {
        width: 100%;
        padding: 0
    }
    .Footer-content-desc {
        max-width: 300px
    }
    .Footer-nav {
        display: none
    }
}

@media (max-width:420px) {
    .Footer {
        padding-left: 10px;
        padding-right: 10px
    }
}


.MobileNav {
    display: none;
    margin: 9px 0 -9px;
    padding: 10px 0;
    background: #292e35
}

.MobileNav-list {
    width: 100%;
    padding: 0 12px;
    margin: 0
}

.MobileNav-item {
    display: inline-block
}

.MobileNav-item:not(:last-child) {
    padding-right: 25px
}

@media (max-width:685px) {
    .MobileNav {
        display: block
    }
}

@media (min-width:420px) and (max-width:780px) {
    .MobileNav-list {
        padding-left: 9%;
        padding-right: 9%
    }
}

@media (max-width:420px) {
    .MobileNav-list {
        padding-left: 17px;
        padding-right: 17px
    }
}




.btn-outline {
    color: #fff;
    font-size: 24px;
    border: 10px solid;
    border-color: #BB0000;
    background: #BB0000;
    transition: all .1s ease-in-out;
    margin-top: 15px;
    padding: 10px 50px;
    font-weight: bold;
    
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    font-weight: bold;
    color: #fff;
    background: #DD0000;
    border: 10px solid #DD0000;
}



.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1a242f;
    border-color: #161f29
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #2C3E50;
    border-color: #2C3E50
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #BB0000;
    border-color: #BB0000;
    font-weight: 700
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #18BC9C;
    border-color: #18BC9C
}

.btn-success .badge {
    color: #18BC9C;
    background-color: #fff
}

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

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

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

.scroll-top .btn {
    font-size: 20px;
    border-radius: 0;
    line-height: 28px
}

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