@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic);

body {
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.navbar {
    margin-bottom: 0;
    background-color: #FFF;
}

.navbar-header .navbar-brand {
    display: inline-block;
    margin: 10px 20px 10px 0;
    width: 110px;
    height: 90px;
    background-image: url("../images/logo.86f8feea0de8.svg");
    background-size: 110px 90px;
}

.no-svg .navbar-header .navbar-brand {
    background-image: url("../images/logo-new.9dff94ee957b.png");
    background-repeat: no-repeat;
}

.navbar .navbar-header a.login-button {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #ed1062;
    margin-right: 20px;
}

.navbar .navbar-header a.login-button:hover {
    text-decoration: none;
}

.navbar-toggle {
    margin: 0;
    padding: 4px 20px;
    border-left: solid 1px #e2e2e2;
    border-radius: 0;
}

.navbar-toggle .menu-bars {
    margin-left: 0;
    margin-right: 14px;
    padding-top: 3px;
}

.navbar-toggle .menu-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #9e9e9e;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar .nav > li.divider-vertical {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #f2f2f2;
    height: 110px;
    margin-left: 30px;
    margin-right: 20px;
    width: 1px;
}

.navbar .nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #9e9e9e;
    line-height: 80px;
}

.navbar .nav > li > a:hover {
    background-color: #fff;
}

.navbar .nav a.login-button span {
    background-color: #ED1062;
    text-align: center;
    padding: 6px 30px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.lang-es .navbar .nav a.login-button span {
    padding: 8px;
}

.navbar .nav a.login-button:span:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-toggle .icon-bar {
    background-color: #9e9e9e;
}


/*** CAROUSEL ***/

.landing-header, .subpage-header {
    position: relative;
}

.landing-header #hero-content, .subpage-header #hero-content{
    position: absolute;
    top: 0;
    padding-right: 20px;
}

#hero-carousel .item {
    text-align: center;
    height: 625px;
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width: 100%;
}

.landing-header h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:600;
    margin-top: 88px;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 76px;
    color: #fff;
}

.landing-header p {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.landing-header a.signup-button {
    background: #ed1968 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 28px;
    padding: 12px 32px;
    display: inline-block;
    text-transform: uppercase;
}

.landing-header a.demo-button {
    border: solid 1px #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px 32px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    background-color:transparent;
}

.landing-header a.demo-button i {
    font-size: 12px;
    line-height: 12px;
}

.landing-header a.signup-button:hover {
    text-decoration: none;
}

.landing-header a.demo-button:hover {
    color: #FFF;
    text-decoration: none;
}

.landing-header .help-text {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-top: 44px;
    color: #FFF;
}


/*** CAROUSEL SUB PAGE ***/

.subpage-header #hero-carousel .item {
    height: 450px;
}

.subpage-header h1 {
    font-weight:600;
    text-transform: uppercase;
    font-size:90px;
    margin-top:180px;
    line-height:90px;
    color: #fff;
}


/*** COMMON CLASSES ***/

.spacer-30 {
    height: 30px;
}

.separator {
    margin: 50px 0 55px;
    border-top: 1px solid #d4d4d4;
}

.row {
    font-weight:300;
}

.page-title {
    background-color: #99878e;
    color:#fff;
}

.page-title h1 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    margin: 25px 0;
    font-weight: 600;
}

p {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

a {
    color: #ed1968;
    opacity: 1.0;
}

a:hover {
    color: #ed1968;
    text-decoration:none;
    opacity: 0.85;
}

.actions {
    text-align: left;
    padding: 0 15px 10px;
}

.actions h2, .actions h3, .actions h4, .actions h5 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.actions a,
.actions button {
    background: #ed1968 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 30px;
    padding: 10px 32px;
    display: inline-block;
    text-transform: uppercase;
    min-height: 50px;
}

.actions a:hover {
    text-decoration: none;
}

.actions a.outline-button {
    background: transparent;
    border: 1px solid #fff;
    margin-left:15px;
    padding: 9px 32px 11px;
}

.actions a.outline-button.pink {
    color:#ed1968;
    border: 1px solid #ed1968;
}


/*** WHITE BAND CONTENT ***/

.whiteband-content {
    background: #fff;
    padding: 50px 0 70px;
    color:#000;
}


/*** GREY BAND CONTENT ***/

.greyband-content {
    background: #99878e;
    padding: 60px 0 70px;
    color:#FFF;
}

.greyband-content .actions a {
    border: 1px solid #fff;
    background: #99878e;
}

.greyband-content a {
    color: #fff;
}

.greyband-content a:hover {
    color: #fff;
}

.greyband-content .separator, .blackband-content .separator {
    border-top: 1px solid #ffffff;
}

.greyband-content .testimonials-wrapper .left-arrow, .greyband-content .testimonials-wrapper .right-arrow {
    top: 25%;
}

.greyband-content .testimonials-wrapper .left-arrow i, .greyband-content .testimonials-wrapper .right-arrow i {
    color: #fff;
}

/*** BLACK BAND CONTENT ***/

.blackband-content {
    background: #000;
    padding: 60px 0 70px;
    color:#fff;
}

.blackband-content a,
.blackband-content button {
    color: #fff;
}


/*** CALL TO ACTION ***/

.calltoaction-content {
    background: #000;
    padding: 50px 0 70px;
    color:#fff;
}

.calltoaction-content p {
    font-size: 21px;
    line-height: 27px;
}


/*** PULLOUT QUOTE ***/

.pulloutquote-content {
    background: #FFF;
    padding: 60px 0 60px 0;
    text-align: center;
}
.pulloutquote-content h4 {
    font-size: 44px;
    font-weight: 600;
    color:#818181;
    line-height: 52px;
    text-transform: uppercase;
}


/*** FAQS ***/

.faq-question {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:24px;
    font-weight:400;
    line-height: 30px;
}

.faq-answer {
    margin-bottom:30px;
}


/*** FEATURES ***/

.features-content {
    background-color: #000000;
    color: #fff;
    padding: 40px 0 60px 0;
}

.features-content .feature h3 {
    border-bottom: medium none;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 3px;
    text-transform: capitalize;
    margin-top: 15px;
}

.features-content .feature p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.features-content.features-content-light {
    background: #fff;
    color: #333;
}

.features-content.features-content-light h3 {
    border-bottom-color: #333;
}

#new-features .main-container {
    padding: 0 0 0 6px;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#new-features .main-container h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 0 30px -10px;
    text-transform: uppercase;
}

#new-features .main-container .feature-content {
    padding: 50px;
    background-color: #99878e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#new-features .main-container .feature-content img{
    -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    max-width: 100%;
}

#new-features .main-container .feature-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

#new-features .main-container .feature-content p {
    color: #fff;
    margin-bottom:20px;
}

#new-features .main-container .feature-content hr {
    border-top: 1px solid #fff;
    height: 1px;
    margin-bottom: 45px;
    margin-top: 45px;
    width: 100%;
}

#new-features .main-container .nav {
    margin-left: -20px;
    margin-right: -15px;
    margin-bottom: 20px;
}

#new-features .main-container .nav-pills > li > a {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

#new-features .main-container .nav-pills>li.active>a,
#new-features .main-container .nav-pills>li.active>a:hover,
#new-features .main-container .nav-pills>li.active>a:focus {
    background-color: #99878e;
    color:#FFF;
}

#new-features .main-container .nav > li >a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*** TESTIMONIALS ***/

.testimonials-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.testimonials-wrapper .left-arrow,
.testimonials-wrapper .right-arrow {
    position: absolute;
    top: 20%;
    cursor: pointer;
    z-index: 100;
}

.testimonials-wrapper .left-arrow {
    left: 10px;
}

.testimonials-wrapper .right-arrow {
    right: 10px;
}

.testimonials-wrapper .left-arrow i,
.testimonials-wrapper .right-arrow i {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.testimonials-content .actions {
    text-align: left;
    clear: left;
}

.testimonial-quote {
    border: none;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    padding-bottom: 10px;
    /*min-height: 150px;*/
}

.testimonial-quote p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.testimonial-quote .testimonial-author .testimonial-author-name {
    font-size:30px;
    font-weight:400;
    text-transform: capitalize;
}

.testimonial-quote .testimonial-company {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:24px;
    font-weight:300;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 20px;
    height: auto;
}

.testimonial-photo {
    text-align: center;
    width: 332px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-position:center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.35);
    margin: 14px auto;
    overflow: visible;
    max-width: 100%;
}


/*** TESTIMONIALS HOME PAGE ***/

.home-testimonials-content .threecol-quote .testimonial-quote {
    padding: 15px 15px 0 0;
}

.home-testimonials-content .threecol-quote .testimonial-photo {
    margin: 14px 0;
}

/*** TESTIMONIALS 3 COLUMN QUOTES ***/

.threecol-quote .testimonial-quote {
    padding: 15px;
}

.threecol-quote .testimonial-photo {
    height: 250px;
}

/*** TESTIMONIALS FULL WIDTH QUOTES ***/

.testimonial-speechmark-left {
    background-position:center center;
    background-repeat: no-repeat;
    background-image: url("../images/landing/2015-06/testimonial-speechmark-left.af4217be8170.png");
    width: 48px;
    height: 45px;
    margin: 14px 2.5% 0 1.7%;
}

.testimonial-speechmark-right {
    background-position:center center;
    background-repeat: no-repeat;
    background-image: url("../images/landing/2015-06/testimonial-speechmark-right.018269674a14.png");
    width: 48px;
    height: 45px;
    margin: 14px 1.5% 0 2%;
}

.fullwidth-quote .testimonial-photo {
    height: 332px;
}


/*** PRICING ***/

.pricing-content {
    background: #B5BFBF;
    padding: 40px 0 60px 0;
}

.pricing-content h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
}

p.pricing-note {
    font-size: 14px;
    margin-bottom: 20px;
}

.pricing-tiers {
    margin:30px 0;
}

.pricing-tiers .pricing-tier-wrapper {
    float: left;
    width: 20%;
}

.pricing-tiers .pricing-tier {
    text-align: center;
    border: solid 1px #9AA2A2;
    border-width: 0 0 0 1px;
    border-right: 0;
    background-color: #FFF;
}

.pricing-tiers .pricing-tier .pricing-tier-header h3 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
}

.pricing-tiers .pricing-tier .pricing-tier-price {
    height: 150px;
    margin-top: 0;
}

.pricing-tiers .pricing-tier .pricing-tier-price .pricing-tier-price-inner {
    background-color: #ed1968;
    border-radius: 60px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 44px;
    height: 120px;
    line-height: 112px;
    margin-top: 20px;
    min-width: 120px;
    padding: 0;
}

.pricing-tiers .pricing-tier .pricing-tier-content {
    padding: 30px 10px;
    font-size: 16px;
    color: #525860;
}

.pricing-tiers .pricing-tier .pricing-tier-content strong {
    font-weight: normal;
}

.pricing-tiers .pricing-tier .pricing-tier-actions {
    padding: 15px 0;
}

.pricing-tiers .pricing-tier .pricing-tier-actions a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 8px 0 8px;
    min-height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #898E94;
    border: solid 1px #898E94;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pricing-tiers .pricing-tier .pricing-tier-actions a:hover {
    color: #FFF;
    background-color: #898E94;
    text-decoration: none;
}

.pricing-tiers .pricing-tier .pricing-tier-header {
    background-color: #fff;
}

.pricing-legacy-notice {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:30px;
    text-transform: none;
    font-weight: normal;
}

.pricing-legacy-notice a {
    color: #0088CC;
}
/*
.pricing-tiers .pricing-tier.pricing-tier1 {
    margin-top: 50px;
}

.pricing-tiers .pricing-tier.pricing-tier2 {
    margin-top: 40px;
}

.pricing-tiers .pricing-tier.pricing-tier3 {
    margin-top: 30px;
}

.pricing-tiers .pricing-tier.pricing-tier4 {
    margin-top: 20px;
}
*/
.pricing-tiers .pricing-tier.pricing-tier5 {
    /*margin-top: 10px;*/
    border-right: solid 1px #9AA2A2;
}


/*** CASESTUDIES ***/

.casestudies img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width:100%;
    height:auto;
}

.casestudies h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}


/*** TERMS ***/

.terms-content {
    background: #FFF;
    padding: 40px 0 40px 0;
    color: #000000;
    text-align: center;
}

.terms-content .term h3 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}

.terms-content .term p {
    margin: 20px 10px;
    font-size: 18px;
}

.term.middle {
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
}

.terms-content .term hr {
    display: none;
}


/*** FOOTER ***/

#footer {
    font-size: 18px;
    padding: 40px 0 20px 0;
}

#footer h3 {
    font-size: 22px;
}

#footer .row:first-child {
    margin-bottom: 30px;
}

#footer #footer-copyright, #footer #footer-terms p {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 15px;
}

#footer #footer-copyright {
    padding-top: 20px;
}

#footer #footer-terms p {
    padding-top: 10px;
}

#footer,
#footer .container {
    background: #e2e2e2;
    color: #3F4650;
}

.footer-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li a, #footer p {
    color: #3f4650;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

#footer #language-select-wrap {
    position: relative;
    /*margin-right: 10px;*/
    margin-top: 10px;
    display: inline-block;
    z-index: 0;
}

#footer #language-select-wrap span.caret-wrap {
    display: block;
    position: absolute;
    background-color: #e2e2e2;
    top: 0;
    right: 0;
    width: 20px;
    height: 34px;
    border: solid 1px #828383;
    border-left: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding-top: 4px;
}

#footer #language-select-wrap select {
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    padding: 4px 24px 0 20px;
    font-size: 16px;
    border: solid 1px #828383;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
}

.msie #footer #language-select-wrap select,
.firefox #footer #language-select-wrap select {
    padding-right: 0;
}

#footer button {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 20px;
    background: transparent;
    font-size: 16px;
    border: solid 1px #828383;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    margin-top: 10px;
}

#footer .trustwave {
    margin-top: 10px;
}

.social {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.header-note,
.signup-referral-code {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
    line-height: 42px;
    padding: 30px 0;
    font-family: 'Roboto', sans-serif;
}

.signup-referral-code input,
.signup-referral-code button {
    font-family: 'Roboto', sans-serif;
    width: 145px;
    height: 40px;
    font-size: 18px;
    line-height: normal;
    border: solid 1px #d4d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
}

.signup-referral-code button {
    border: solid 1px #9e9e9e;
    color:#9e9e9e;
    text-transform: uppercase;
    background: transparent;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.signup-form {
    background-color: #fff;
    padding: 30px 0;
}

.signup-form .main-tag {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 30px;
}

.signup-form .sub-tag {
    font-size: 18px;
}

.signup-form .main-tag strong,
.signup-form .sub-tag strong {
    color: #000;
    font-weight: normal;
}

.signup-form .form-container {
    padding: 20px;
    background-color: #99878e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 30px 15px;
    font-family: 'Roboto', sans-serif;
}

form.landing-form input[type=text],
form.landing-form select {
    height: 42px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

form.landing-form .control-label {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.signup-form form.landing-form .control-label {
	color: #fff;
}

form.landing-form .has-error .control-label,
form.landing-form .has-error .help-block {
    font-weight: 300;
    color: #ed1062;
    font-family: 'Roboto', sans-serif;
}
.form-control:focus {
    border-color: #ed1062;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

form.landing-form .submit-button {
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    background-color: #ed1062;
    color: #fff;
    box-shadow: none;
    font-family: "Roboto condensed",sans-serif;
    font-size: 22px;
    height: auto;
    line-height: 28px;
    padding: 10px 32px;
}

.signup-form .form-container .submit-button {
    margin-top: 20px;
}

.signup-form .signup-form-notice {
	color: #000;
	background-color: #D9EDF7;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px 30px 15px;
}

.signup-form .signup-form-notice p:first-child:before {
	content: "\e197";
	font-family: 'Glyphicons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 2em;
    text-shadow: none;
    color: #F0AD4E;
    float: left;
    margin-right: 10px;
}

.signup-form .signup-form-notice a {
	color: #ed1968;
}


/*** RESPONSIVE ***/

@media (max-width: 1199px) {
    #new-features .main-container h3 {
        font-size: 30px;
    }

    #new-features .main-container .nav-pills > li > a {
        font-size: 22px;
        line-height: 26px;
    }

    .testimonial-speechmark-left, .testimonial-speechmark-right {
        margin: 14px 1.5% 0;
    }

    .fullwidth-quote .testimonial-photo {
        height: 300px;
    }

    .3col-quote .testimonial-photo {
        height: 200px;
    }

    .navbar .nav > li.divider-vertical {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media (max-width: 990px) {
    .navbar-header .navbar-brand {
        margin-right: 10px;
    }

    .navbar .nav > li.divider-vertical {
        margin-left: 2px;
        margin-right: 0;
    }

    .img-left {
        display:none;
    }

    .fullwidth-quote .testimonial-photo {
        height: 250px !important;
    }

    .3col-quote .testimonial-photo {
        height: 200px;
    }

    .navbar .nav a.login-button span {
        padding: 6px 15px !important;
    }

}

@media (min-width: 768px) {
    .navbar .nav > li > a {
        padding: 0 8px;
        height: 110px;
        line-height: 114px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -20px;
    }
}

@media (max-width: 500px) {
    #footer #language-select-wrap select {
        width: 100%;
    }

    .pricing-tiers .pricing-tier .pricing-tier-header h3 {
        font-size: 22px;
    }

    .pricing-tiers .pricing-tier .pricing-tier-price .pricing-tier-price-inner {
        font-size: 32px;
    }

    .pricing-tiers .pricing-tier .pricing-tier-content {
        font-size: 22px;
    }

    .pricing-tiers .pricing-tier .pricing-tier-actions a {
        font-size: 22px;
    }

    .pricing-tiers .pricing-tier .pricing-tier-price .pricing-tier-price-inner {
        height: 90px;
        line-height: 90px;
        min-width: 90px;
    }

    #new-features .main-container h3 {
        font-size: 20px !important;
    }

    #new-features .main-container .nav-pills > li > a {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    #new-features .main-container .feature-content {
        padding: 25px !important;
    }
}

@media (max-width: 380px) {
    .actions a.outline-button {
        margin-left:0;
    }
}

@media (max-width: 575px) {
    .social-icons-container li {
        float: left;
        clear: left;
    }

    .landing-header h1 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .landing-header p {
        margin: 5px 0 10px !important;
    }

    .landing-header a.signup-button,
    .landing-header a.demo-button {
        font-size: 18px !important;
        float: left;
        clear: left;
        width: 100%;
        margin-left: 0 !important;
    }

    .subpage-header h1 {
        font-size:60px !important;
        line-height:60px !important;
    }

    .actions a {
        padding: 10px 14px !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 30px;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .navbar.navbar-static-top {
        min-height: initial;
        border-bottom: solid 1px #9e9e9e;
    }

    .navbar-header .navbar-brand {
        margin-bottom: -70px;
    }

    .navbar .navbar-collapse .nav:first-child {
        margin-top: 80px;
    }

    .navbar .nav > li > a {
        line-height: 20px;
    }

    .teamup-country-select {
        max-height: 250px;
        overflow-y: auto;
    }

    #hero-carousel .item {
        height: 535px;
        background-image: url("../images/landing/2015-06/hero-home-mobile.ae159e23a4b1.jpg") !important;
    }

    .landing-header a.demo-button {
        padding: 10px 12px;
        margin-left: 10px;
        font-size:20px;
    }

    .landing-header a.signup-button {
        padding: 12px 12px;
        font-size:20px;
        line-height:26px;
    }

    .landing-header p {
        margin-bottom: 15px;
    }

    .landing-header .help-text {
        padding-top: 24px;
    }

    .subpage-header #hero-carousel .item {
        height: 280px;
    }

    .subpage-header.features #hero-carousel .item {
        background-image: url("../images/landing/2015-06/hero-features-mobile.b5f491063086.jpg") !important;
    }

    .subpage-header.aboutus #hero-carousel .item {
        background-image: url("../images/landing/2015-06/hero-aboutus-mobile.1abb7da7009c.jpg") !important;
    }

    .subpage-header.pricing #hero-carousel .item {
        background-image: url("../images/landing/2015-06/hero-pricing-mobile.b6360b1279b8.jpg") !important;
    }

    .subpage-header.franchise #hero-carousel .item {
        background-image: url("../images/landing/2015-06/hero-franchise-mobile.5efbe3d117ad.jpg") !important;
    }

    .subpage-header.success-stories #hero-carousel .item {
        background-image: url("../images/landing/2015-06/hero-testimonials-mobile.2358bb47ce6b.jpg") !important;
    }

    .subpage-header h1 {
        margin-top: 120px;
    }

    .testimonials-wrapper {
        padding: 0;
    }

    .testimonials-wrapper .testimonial {
        display: none;
    }

    .testimonials-wrapper .testimonial.active {
        display: block;
        padding: 0 55px;
    }

    .testimonial-quote {
        min-height: 0;
    }

    .testimonial-quote p {
        height: auto;
    }

    .testimonial-photo {
        margin-bottom: 20px;
        max-width:100%;
    }

    .fullwidth-quote .testimonial-speechmark-left {
        margin-left: 2% !important;
    }

    .fullwidth-quote .col-xs-5 {
        width:80%;
    }

    .fullwidth-quote .testimonial-photo {
        text-align: left;
        margin: 20px 14%;
    }

    .landing-header h1 {
        font-size: 56px;
        line-height: 54px;
        margin-top: 90px;
    }

    .landing-header p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .subpage-header h1 {
        font-size:80px;
        line-height:80px;
    }

    #new-features .main-container h3 {
        font-size: 26px;
    }

    #new-features .main-container .nav-pills > li > a {
        font-size: 20px;
        line-height: 24px;
    }

    #new-features .main-container .feature-content {
        padding: 35px;
    }

    #new-features .main-container .feature-content hr {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .terms-content .term hr {
        display: block;
        width: 50%;
    }

    .page-title {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media (max-width: 980px) {
    .pricing-tiers .pricing-row {
        clear: both;
    }

    .pricing-tiers .pricing-tier-wrapper {
        float: left;
        width: 33%;
    }

    .pricing-tiers .pricing-tier .pricing-tier-content {
        padding: 15px 10px 10px 10px;
    }

    .pricing-tiers .pricing-tier.pricing-tier3 {
        border-right: solid 1px #9AA2A2;
    }

    .pricing-tiers .pricing-tier.pricing-tier5 {
        margin-right: -1px;
    }

    .pricing-tiers .pricing-tier {
        padding: 10px 0 !important;
    }
}


/* Franchise */

.franchise h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
}

.franchise h3 {
    font-family: 'Roboto' !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
}

.hero-h2 {
    padding: 100px 60px 0 0;
    color: #ffffff;
}
.hero-h3 {
    padding: 0;
    margin-bottom: -4px;
}
.gray-button {
    font-family: 'Roboto';
    background: none !important;
    padding: 60px 0 70px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: #99878e;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 30px;
    padding: 10px 32px;
    display: inline-block;
    text-transform: uppercase;
    min-height: 50px;
}
.gray-button:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #ffffff;
}
.franchise.calltoaction-content {
    font-size: 28px;
    padding: 30px 0;
    line-height: 36px;
    font-family: 'Roboto';
}
.greyband-content h2 {
    color: #434d5b;
    margin-bottom: 0;
}
.greyband-content {
    background-color: #f0f2f5;
    color: #434d5b;
    padding: 20px 0 32px;
}
.greyband-content h3 {
    color: #434d5b;
    font-size: 28px;
    line-height: 36px;
}
.greyband-content ul {
    padding: 20px 0 10px 30px;
}
.greyband-content li {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto';
}
.franchise.whiteband-content {
    text-align: center;
    font-size: 20px !important;
    font-family: 'Roboto';
    color: #434d5b;
    padding-bottom: 30px;
}
.franchise.whiteband-content i {
    color: #ff0063;
    font-size: 66px;
    line-height: 66px;
}
.franchise.whiteband-content h3 {
    color: #434d5b;
    font-size: 28px;
    padding-bottom: 30px;
}
.triplet {
    padding: 0 14px 20px;
}
.franchise.blackband-content {
    padding: 0;
    width: 100%;
}
.franchise.blackband-content h3 {
    font-size: 28px;
    padding: 20px 0;
}
.franchise.blackband-content .faq-answer {
    margin-bottom: 18px;
}
.franchise.blackband-content label {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
}
.franchise.blackband-content input {
    width: 70%;
    display: inline-block;
    float: right;
    margin-right: 60px;
}
.franchise.blackband-content .form-group {
    margin-bottom: 18px;
}
.franchise.blackband-content .container {
    margin: 0;
}
.franchise.blackband-content .no-gutters {
    padding: 0;
}
.franchise.blackband-content a,
.franchise.blackband-content button {
    margin-top: 10px;
}
.franchise-half-hero {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.half-hero-content {
    position: absolute;
    top: 52%;
    padding-right: 20px;
    font-family: 'Roboto' !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #ffffff;
    padding-left: 20%;
    padding-right: 20%;
}
.franchise .privacy {
    font-size: 14px;
    padding: 10px 0 !important;
}
.subpage-header #hero-content h2 {
    padding-right: 25%;
}
.subpage-header #hero-content h3 {
    padding-right: 25%;
}


@media (min-width: 1200px) {
    .franchise.blackband-content h3 {
        font-size: 28px;
        padding: 30px 0;
    }
    .franchise.blackband-content p {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media (max-width: 991px) {
    .no-gutters {
        height: 400px !important;
        width: 100%;
        overflow: hidden;
    }
    .franchise.blackband-content h3 {

    }
}
@media (max-width: 767px) {
    .franchise #hero-content .hero-h2 {
        font-size: 32px;
        line-height: 34px;
        padding: 60px 20px 0 0;
    }
    .franchise #hero-content .hero-h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .actions a,
    .actions button {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 18px;
        min-height: 36px;
    }
    .gray-button {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 18px;
        min-height: 36px;
    }
    .subpage-header #hero-content {
        padding-right: 20px;
    }
    .subpage-header #hero-content h3 {
        padding-right: 20px;
    }
    .subpage-header #hero-content .buttons {
        padding-right: 20px;
    }
}
@media (max-width: 630px) {
    .subpage-header.franchise #hero-carousel .item {
        height: 440px;
        background-image: url("../images/landing/2015-06/hero-franchise-mobile.5efbe3d117ad.jpg") !important;
    }
    .franchise #hero-content .hero-h2 {
        font-size: 26px;
        line-height: 28px;
        padding: 80px 0 0 0;
    }
    .franchise #hero-content .hero-h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .franchise.calltoaction-content {
        font-size: 18px;
        padding: 30px 0 20px;
        line-height: 22px;
    }
    .actions a,
    .actions button {
        padding: 10px 0px;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }
    .gray-button {
        padding: 10px 23px;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }
    .half-hero-content {
        top: 20%;
    }
    .no-gutters {
        height: 280px !important;
        width: 100%;
        overflow: hidden;
    }
    .contact {
        margin-bottom: 40px !important;
    }
    .franchise.blackband-content input {
        width: 70%;
        margin-right: 20px;
    }
}

