

/* ======= Base ======= */
body {
    font-family: "roboto", arial, sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    max-height: 100%;
}

li {
    list-style-type: none;
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
}
a {
    color: #ec6952;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: underline;
    color: #e74124;
}
a:focus {
    text-decoration: none;
}
.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: bold;
}
.btn .fa,
a.btn .fa {
    color: #fff;
    margin-right: 5px;
}
a.btn-cta, .btn-cta {
    padding: 10px 25px;
}
a.btn-cta-primary,
.btn-cta-primary {
    background: #ec6952;
    border: 1px solid transparent;
    color: #fff;
    font-family: Proxima-semibold;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #e9553b;
    border: 1px solid #e9553b;
    color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
    background: none;
    border: 2px solid #ec6952;
    color: #ec6952;
    font-family: proxima-semibold;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #ec6952;
    border: 2px solid #ec6952;
    color: #fff;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
a.btn-ghost,
.btn-ghost {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 8px 20px;
    vertical-align: middle;
}
a.btn-ghost:hover,
.btn-ghost:hover {
    background: #4a6781;
    border: 1px solid #4a6781;
    color: #fff;
}
a.btn-ghost .fa,
.btn-ghost .fa {
    margin-right: 10px;
    font-size: 22px;
}
a.btn-ghost .text,
.btn-ghost .text {
    position: relative;
    top: -2px;
}
a.btn-cta.btn.learn-more {
    background-color: #FCCF6A;
    color: #000000;
}
a.btn-cta.btn.learn-more:hover {
    background-color: #F8BD55;
    border-color: #F8BD55;
}

.highlight {
    color: #ec6952;
}

.success {
    color: #fff !important;
}

.field-error {
    border-color: red !important;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: #eee;
    background-color: #ffffff;
    opacity: 1 !important;
}
.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a6a6a6;
}
.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}
.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a6a6a6;
}
.form-control:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-highlight {
    color: #952410;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    appearance: none;
    /* for mobile safari */
    -webkit-appearance: none;
}
#topcontrol {
    background: #5d80a1;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 30;
}
#topcontrol:hover {
    background: #384d60;
}
#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}
.video-container iframe {
    max-width: 100%;
}

.tokens-count {
    font-family: Roboto-Bold;
    color: #000;
}


/* ======= Header ======= */
.header {
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 40;
    height: 80px;
}

.responsive-nav-logo-fixed, .responsive-nav-logo-scrolled {
    display: none;
    margin-left: 15px;
    margin-top: 7px;
    width: 100px;
}

.header.scrolled {
    height: 80px;
    top: 0;
}

.header.navbar-fixed-top .logoscroll {
    display: none;
    width: 120px;
}

.header.scrolled .main-nav .nav .nav-item a {
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #ec6952;
    border-color: #ec6952;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
}
.header h1.logo {
    font-family: Scriptonah-Light,Roboto-bold, arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    float: left;
}
.header h1.logo a {
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    max-width: 155px;
    background: #ec6952;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    position: relative;
    font-size: 20px;
}
.header h1.logo a:hover {
    text-decoration: none;
}
.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}
.header .main-nav {
    margin-top: 15px;
}
.header .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.header .main-nav .navbar-toggle:focus {
    outline: none;
}
.header .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
    height: 3px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.header .main-nav .nav .nav-item {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 10px;
}

.header .main-nav .nav .left-text {
    font-family: "Roboto-Light", arial, sans-serif;
    text-transform: none;
    font-size: 15px;
    display:inherit;
}

.header .main-nav .nav .nav-item.active a {
    color: #ec6952;
    background: none;
    font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 15px 8px;
    margin-top: 6px;
    font-size: 14px;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    border: 1px solid #ec6952;
    background: #ec6952;
}
.header .main-nav .nav .nav-item a {
    font-family: proxima-semibold;
    font-size: 15px;
    color: #fff;
}
.header .main-nav .nav .nav-item a:hover {
    color: #ec6952;
    background: none;
}
.header .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item.active {
    color: #ec6952;
}
.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}
.header .main-nav .nav.active {
    position: relative;
}
.header .main-nav .nav.active > a {
    background: #e74124;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
    display: none;
}
.header .main-nav .nav.open a {
    background: none;
}
.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 165px;
    background: #253340;
}
.header .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #253340;
    position: absolute;
    right: 30px;
    top: -10px;
}
.header .main-nav .nav .dropdown-menu a {
    border-bottom: 1px solid #212e3a;
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.header .main-nav .nav .dropdown-menu a:hover {
    background: #2e4050;
    color: #fff;
}

.header .logofixed {
    width: 120px;
}

.header .logofixed a, .header .logoscroll a {
    height: 55px;
}

header.scrolled .logofixed {
    margin: 0;
}

.header .logofixed a {
    padding: 0;
}

.header .logofixed a img {
    max-width: 100%;
    max-height: 100%;
}

.header .logofixed a:hover {
    color:#ec6952;
    background-color: none;
}

/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}
/* ======= Headline Background & Slideshow ======= */

.overlay {
    background-color: rgba(33, 40, 59, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}




.bg-slider-wrapper {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 780px;
    background: #344c5a;
}
.bg-slider-wrapper .flexslider {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
    display: block;
    height: 830px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
    background: #253340 url("../images/background/landing-home-desk.jpg") no-repeat scroll 65% 25% / 150% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
    background: #253340 url('../images/background/header-slider-1.jpg') no-repeat 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
    background: #253340 url('../images/background/header-slider-2.jpg') no-repeat 0 40%;
    -webkit-background-size: 135% auto;
    -moz-background-size: 135% auto;
    -o-background-size: 135% auto;
    background-size: 135% auto;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
    z-index: 30;
    bottom: 30px;
    position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
    background: #999;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
    background: #bfbfbf;
}
.headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/bg-header-small-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headline-bg.pricing-headline-bg {
    background-image: url('../images/background/bg-header-1a.jpg');
    background-position: 0 10%;
    height: 600px;
}
.headline-bg.contact-headline-bg {
    background-image: url('../images/background/bg-header-small-3.jpg');
    background-position: 50% 100%;
}
.headline-bg.about-headline-bg {
    background-image: url('../images/background/bg-header-small-4.jpg');
}
/* ======= Promo ======= */
.promo {
    padding-top: 150px;
    position: relative;
    color: #fff;
    margin-bottom: 80px;
    height: 620px;
    z-index: 10;
}
.promo h1.logo, .features-video h1.logo, .pricing h1.logo{
    font-family: Scriptonah-Light,"Roboto-Bold", arial, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 85px;
    color:#ffffff;
}
.features-video h1.logo span{
    line-height: normal;
}
.promo h1.logo a:hover {
    text-decoration: none;
}

.promo .title {
    font-family: "Roboto-Regular", arial, sans-serif;
    font-size: 52px;
    margin-bottom: 15px;
    margin-top: 0;
}
.promo.section .intro {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #ffffff;
}
.promo .btn-cta {
    font-size: 15px;
    margin: 0 5px 10px;
}
.promo .btn-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
}
.promo .btn-link:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}
.promo .btn-link:focus {
    outline: none;
}
.promo .btn-link .fa {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
h5.starter-tip {
    font-family: Roboto-Light;
}
/* ======= sections-wrapper ======= */
.sections-wrapper {
    background: #fff;
    z-index: 20;
    position: relative;
    padding: 5px 0 0;
}
.section .intro {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    color: #999;
    font-size: 23px;
}
.section-on-bg .title {
    color: #fff;
}
.section-on-bg .intro {
    color: #fff;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.section-on-bg .play-video-btn {
    background-color: transparent;
    border: none;
    margin: 31px auto 34px;
    text-align: center;
    width: 100px;
    cursor: pointer;
    transition: box-shadow 0.3s ease 0s, text-shadow 0.3s ease 0s;
}
.section-on-bg .play-video-btn .play-icon {
    display: inline-block;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: inherit;
}
.section-on-bg .play-video-btn .play-icon i {
    color: #ffffff;
    font-size: 30px;
    line-height: 52px;
    padding-left: 5px;
    transition: inherit;
}
.section-on-bg .play-video-btn > div {
    font-family: Proxima-semibold;
    font-size: 16px;
    transition: inherit;
}
.section-on-bg .play-video-btn:hover .play-icon {
    box-shadow: 0 0 2px #000;
}
.section-on-bg .play-video-btn:hover .play-icon i,
.section-on-bg .play-video-btn:hover > div {
    text-shadow: 0 0 2px #000;
}

.intro-video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999999;
}
.intro-video-popup.is_active {
    display: block;
}
.intro-video-popup .popup-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.intro-video-popup .popup-wrapper .video-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.intro-video-popup .popup-wrapper .video-container {
    width: auto;
    max-width: 960px;
    max-height: 540px;
    margin: 0 auto;
}

/********* sections **********/
.container.pricing-container {
    padding: 0;
}

.container.pricing-container .items-wrapper {
    padding: 0;
}

.section-container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
    color: #000000;
    font-family: Roboto-regular;
}

.get-started-container {
    padding: 20px 0;
    text-align: center;
}

.get-started-container p {
    font-family: Roboto-light;
    margin: 0;
    padding-top: 10px;
}

.get-started-btn {
    display: inline-block;
    font-family: Proxima-semibold;
    background-color: #EC6952;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 22px;
}

.get-started-btn:hover {
    background-color: #e2481d;
    color: #ffffff;
    text-decoration: none;
}

.cta-section.home-cta-section .container p .get-started-btn {
    border: 1px solid #fff;
}

.cta-section.home-cta-section .container p .get-started-btn:hover {
    border: 1px solid #e2481d;
}

.three-steps {
    border-bottom: 1px solid #B0E6F7;
}

.steps-title {
    color: #000;
    font-family: Roboto-Light;
    font-size: 35px;
    margin: 30px 0 50px;
}

.steps-container {
    padding: 0 0 60px;
}

.steps-description {
    color: #000;
    display: inline-block;
    margin: 0 2% 10px;
    width: 250px;
    vertical-align: top;
}

.steps-description > p {
    font-family: Roboto-Light;
    font-size: 15px;
    text-align: left;
}

.img-wrapper svg{
    padding-top: 20px;
}

.users-img {
    width: 80%;
}

.card-img, .users-img {
    margin-top: 25px;
}


.beyond-cv {
    border-bottom: 1px solid #b0e6f7;
    padding-bottom: 20px;
}

.section-title {
    margin: 35px auto 0;
    font-size: 60px;
}

.section-description {
    margin: 20px auto 30px;
    font-size: 22px;
}

.project-description {
    padding: 0;
}

.components-description {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 250px;
    margin: 0 25px;
    color: #000;
}

.components-description i {
    color: #96def5;
    font-size: 55px;
    left: -25px;
    position: absolute;
    top: 20px;
}
i.icon-graph, i.icon-graph1 {
    left: -15px;
}


.components-description > h2 {
    font-size: 25px;
}

.components-description > h2 .new-highlight {
    color: #53C069;
}

.components-description > p {
    font-family: Roboto-Light;
    font-size: 15px;
}

.hiring-right {
    border-bottom: 1px solid #b0e6f7;
    padding-bottom: 30px;
}

.hiring-right .section-description {
    max-width: 850px;
}

.hiring-right ul {
    padding: 0;
}

.hiring-right .components-description {
    margin: 0 0 0 70px;
    padding-left: 60px;
    width: 350px;
}

.hire-matters {
    border-bottom: 1px solid #b0e6f7;
    padding-bottom: 80px;
}

.hire-content{
}

.inner-container > img {
    width: 50%;
}

.inner-container > p {
    display: inline-block;
    font-family: Roboto-Light;
    max-width: 340px;
    padding-left: 25px;
    text-align: left;
    vertical-align: baseline;
    width: 45%;
}

/* ======= Testimonials ======= */
.testimonials {
    margin-top: 90px;
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 120px;
}

.testimonials .container .carousel.slide .carousel-inner {
    min-height: 175px;
}
.testimonials .carousel-indicators {
    bottom: -60px;
    z-index: auto;
}
.testimonials .carousel-indicators li {
    background: #ccc;
    border: none;
    margin: 1px;
}
.testimonials .carousel-indicators li.active {
    background: #f19180;
    border: none;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.testimonials .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.testimonials .item .profile {
    position: absolute;
    left: 0;
}
.testimonials .item .content {
    padding-left: 210px;
}
.testimonials .item blockquote {
    font-size: 20px;
    font-weight: 300;
    border-left: 0;
    padding: 0;
    position: relative;
}
.testimonials .item blockquote .fa {
    position: absolute;
    color: #ef7d69;
    font-size: 22px;
    left: -45px;
}
.testimonials .item .source {
    color: #ec6952;
}
.testimonials .item .source .title {
    font-size: 16px;
    color: #666;
}


/******************************************
            MEDIAS FOR NEW LANDING
******************************************/

@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .promo.section.section-on-bg, .bg-slider-wrapper {
        height: 560px;
    }
}


@media screen and (max-width: 991px) {

    header.header.jobshape-header-responsive.navbar-fixed-top {
        position: fixed;
        left: 0;
        top: 0;
    }

    .header.jobshape-header-responsive.scrolled {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        height: 75px;
        top: 0;
        z-index: 1000;
    }
    .header.jobshape-header-responsive .logoscroll a {
        padding: 0;
    }

    .nav.navbar-nav.nav-responsive {
        float: right !important;
        padding-right: 20px;
    }

    .header.jobshape-header-responsive.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn.btn-cta.btn-cta-secondary {
        background: #ec6952 none repeat scroll 0 0;
        border-color: #ec6952;
    }

    .header.jobshape-header-responsive.scrolled .logoscroll {
        display: inline-block;
        width: 120px;
    }

    .header.jobshape-header-responsive.scrolled .logofixed {
        display: none;
    }

    .header.jobshape-header-responsive .logofixed {
        margin-top: 0;
    }

    .promo {
        height: 500px;
        padding-top: 115px;
        margin-bottom: 0;
    }

    .promo.section.section-on-bg .container {
        padding-top: 90px;
    }

    .promo h1.logo {
        margin-bottom: 30px;
        font-size: 65px;
    }

    .features-tabbed .container .row .text-center.col-sm-10 {
        width: 100%;
    }

    .intro-video-popup .popup-wrapper .video-container {
        position: relative;
        padding-top: 55.7%;
    }

    .intro-video-popup .popup-wrapper .video-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media screen and (max-width: 880px) {

    .main-nav.navbar-left {

    }
    .hiring-right.section-container ul .components-description {
        margin: 0 0 0 50px;
        width: 310px;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 45px;
        margin: 10px auto 0;
    }
    .section-description {
        font-size: 18px;
        margin: 15px auto 25px;
    }
    .inner-container > img {
        vertical-align: top;
    }
    .hiring-right.section-container ul .components-description {
        margin: 0 0 0 10px;
        width: 270px;
    }
    .beyond-cv.section-container .project-description .components-description {
        margin: 0 15px;
    }


}

@media screen and (max-width: 767px) {
    .header.jobshape-header-responsive.scrolled {
        height: 55px;
    }
    .header.jobshape-header-responsive.scrolled .navbar-header .navbar-toggle .icon-bar {
        background-color: rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s ease 0s;
    }
    .header.jobshape-header-responsive.scrolled .navbar-header .navbar-toggle:hover .icon-bar {
        background-color: rgba(0, 0, 0, 1);
    }
    .header.jobshape-header-responsive .responsive-nav-logo-fixed {
        display: inline-block;
    }
    .header.jobshape-header-responsive.scrolled .responsive-nav-logo-fixed {
        display: none;
    }
    .header.jobshape-header-responsive .responsive-nav-logo-scrolled {
        display: none;
    }
    .header.jobshape-header-responsive.scrolled .responsive-nav-logo-scrolled {
        display: inline-block;
    }
    .nav.navbar-nav.nav-responsive {
        float: none !important;
        padding-right: 20px;
    }
    .header.jobshape-header-responsive .container .navbar-collapse {
        top: 55px;
    }
    .header.jobshape-header-responsive.scrolled .container .navbar-collapse .nav-responsive .nav-item a {
        color: #fff;
    }
    .header.jobshape-header-responsive.scrolled .container .navbar-collapse .nav-responsive .nav-item.active a {
        color: #ec6952;
    }
    .promo.section.section-on-bg, .bg-slider-wrapper {
        height: 485px;
    }
}

@media screen and (max-width: 600px) {

    .hire-matters .hire-content .inner-container > img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .hire-matters .hire-content .inner-container > p {
        padding-left: 0;
        width: 90%;
        max-width: 100%;
    }

    .beyond-cv.section-container .project-description .components-description {
        width: 45%;
        margin: 0 10px;
    }
    .hiring-right.section-container ul .components-description {
        width: 90%;
    }
    .section.testimonials {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {

    .section .intro {
        margin-bottom: 35px;
    }
    .section-title {
        font-size: 30px;
    }
    .section-description {
        font-size: 15px;
    }
    .components-description {
        margin: 0 0 0 30px;
    }
    .section.cta-section.text-center.home-cta-section .cta-title {
        font-size: 20px;
    }
    .sections-wrapper.cta-section {
        min-height: 290px;
    }
    .beyond-cv.section-container .project-description .components-description {
        width: 90%;
    }

    .promo.section.section-on-bg, .bg-slider-wrapper {
        height: 450px;
    }

}

@media screen and (max-width: 400px) {

    .promo .container h1.logo {
        font-size: 45px;
        margin-top: 0;
    }

    .section .title {
        font-size: 27px;
    }
    .section .intro {
        margin-bottom: 20px;
    }
    .container.text-center > p {
        margin-bottom: 0;
    }
    h5.starter-tip {
        margin: 5px 0 0;
    }
    .hiring-right.section-container ul .components-description {
        margin: 0 0 0 20px;
        width: 270px;
    }
}





/* ======= Press ======= */
.press {
    padding-top: 80px;
    padding-bottom: 80px;
}
.press .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.press .press-list {
    margin-bottom: 15px;
    text-align: center;
}
.press .press-list.last {
    margin-bottom: 60px;
}
.press .press-list li {
    display: block;
    height: 80px;
}
.press .press-list li img {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.press .press-list li:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.press .press-lead .title {
    font-size: 18px;
    margin-bottom: 15px;
}
/* ======= cta-section ======= */
.cta-section {
    background: #253340 url('../images/background/cta-background.jpg') no-repeat center center;
    background-size: cover;
    min-height: 420px;
    color: #fff;
    padding-top: 80px;
    border: none;
}
.cta-section.pricing-cta-section {
    background-image: url('../images/background/bg-footer-2.jpg');
}
.cta-section.contact-cta-section {
    background-image: url('../images/background/bg-footer-3.jpg');
}
.cta-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.cta-section .btn-cta {
    font-size: 20px;
}
.cta-section .intro {
    margin-bottom: 15px;
    color: #fff;
}
.cta-section .counting {
    color: #ec6952;
    font-weight: bold;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}







/* ======= Features video ======= */
.features-video {
    padding-top: 170px;
    position: relative;
    z-index: 10;
}
.features-video .title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0;
    color: #fff;
    font-weight: 300;
}
.features-video .video-container {
    max-width: 95%;
    margin: 0 auto;
}
.features-video iframe {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* ======= Features tabs ======= */
.features-tabbed {
    /*padding-top: 520px;*/
    padding-bottom: 40px;
}
.features-tabbed .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.features-tabbed .tab-content {
    padding: 50px 10px 30px;
}
.features-tabbed .tab-content .title {
    font-size: 16px;
    color: #f19180;
    font-weight: bold;
    margin-bottom: 30px;
}
.features-tabbed .tab-content .desc {
    margin-bottom: 20px;
    color: #666;
}
.features-tabbed .tab-content .desc ul {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.features-tabbed .tab-content .desc ul li {
    margin-bottom: 10px;
}
.features-tabbed .tab-content .desc ul .fa {
    color: #ec6952;
    margin-right: 5px;
}
.features-tabbed .tab-content .desc blockquote {
    font-style: italic;
    color: #808080;
}
.features-tabbed .tab-content .desc .table {
    font-size: 14px;
    padding: 15px 0;
}
.features-tabbed .tab-content .desc .box {
    background: #f5f5f5;
    padding: 30px;
    font-size: 14px;
}
.features-tabbed .tab-content .figure {
    margin-bottom: 60px;
}
.features-tabbed .tab-content .figure img {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.features-tabbed .tab-content .figure .figure-caption {
    color: #b3b3b3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.features-tabbed .tab-content .figure .figure-caption a {
    color: #b3b3b3;
}
.features-tabbed .tab-content .figure .figure-caption a:hover {
    color: #ec6952;
}

.nav-tabs {
    border: none;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    position: relative;
}
.nav-tabs:before {
    content: "";
    display: block;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 0;
}
.nav-tabs > li {
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
}
.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 0px;
    color: #999;
    padding: 15px 30px;
    font-size: 16px;
    background: #fafafa;
    border: none;
    display: block;
    height: 100%;
}
.nav-tabs > li > a .fa {
    font-size: 20px;
}
.nav-tabs > li > a:hover {
    background: #f5f5f5;
}
.nav-tabs > li.active {
    border-top-color: #ec6952;
    border-bottom-color: #fff;
}
.nav-tabs > li.active > a {
    color: #ec6952;
    background: #fff;
    -webkit-box-shadow: inset 0 3px 0 #ec6952;
    -moz-box-shadow: inset 0 3px 0 #ec6952;
    box-shadow: inset 0 3px 0 #ec6952;
    border: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active:hover > a {
    border-top: 0;
    border: none;
    color: #ec6952;
}
.nav-tabs > li.last {
    border-right: 1px solid #eee;
}
/* ======= Steps ======= */
.steps {
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.steps .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 35px;
}
.steps .step {
    padding: 30px 40px;
    color: #666;
}
.steps .step .title {
    text-align: center;
    font-size: 16px;
    margin: 10px 0px 20px;
}
.steps .step .title .number {
    width: 100px;
    height: 100px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background: #ec6952;
    border: 5px solid #f19180;
    color: #fff;
    margin: 0 auto;
    padding-top: 6px;
    font-size: 70px;
    font-weight: 300;
    font-family: "Roboto-Thin", arial, sans-serif;
    margin-bottom: 30px;
}
.steps .step .title .text {
    color: #f19180;
    font-weight: 600;
    font-size: 24px;
}
.steps .btn-cta-primary {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
}
/* ======= Pricing ======= */



.pricing h1.logo{
    margin-bottom: 80px;
    font-size: 85px;
    color: #EC6952;
}
.pricing {
    padding: 80px 0;
    padding-top: 170px;
    position: relative;
    z-index: 10;
}

.pricing .title {
    font-size: 36px;
    font-family: Roboto-Medium;
    margin-top: 0;
    margin-bottom: 30px;
    color: #434140;
}
.pricing .intro {
    color: #434140;
    margin-bottom: 35px;
}
.pricing .btn.btn-cta-secondary {
    display: block;
    margin: 0 auto 80px;
    padding: 10px;
    background-color: #ec6952;
    color: #ffffff;
    width: 100px;
    border: none;
}
.pricing .btn.btn-cta-secondary:hover {
    background-color: #e2481d;
}

.price-cols {
    background-color: #d2e8f4;
    display: inline-block;
    padding: 35px 30px 10px;
    margin-top: 10px;
}
.limited-title {
    padding-top: 15px;
}
.limited-desc {
    color: #81c759;
    font-family: roboto-regular;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
}
.pricing .item {
    padding: 0 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.pricing .item.best-buy {
    top: -15px;
    z-index: 11;
    position: relative;
}
.pricing .item.best-buy .item-inner {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pricing .item.best-buy .heading {
    padding-top: 45px;
}
.pricing .item.best-buy .content {
    padding-bottom: 45px;
}
.pricing .item .item-inner {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #eee;
}
.pricing .item .item-inner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading {
    margin-top: 0;
    padding: 30px 12px;
    min-height: 226px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pricing .item .heading .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #eee;
    color: #444;
}
.pricing .item .content {
    padding: 30px 12px;
    padding-top: 0;
    font-size: 14px;
}
.pricing .item .price-figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}
.pricing .item .price-figure .number {
    font-size: 35px;
    font-weight: bold;
}
.pricing .item .price-figure .unit {
    font-weight: 400;
}
.pricing .item .price-figure .currency {
    top: -4px;
    right: 2px;
    position: relative;
    font-family: "Roboto", arial, sans-serif;
    color: #666;
    font-size: 23px;
}
.pricing .item .price-figure .old-price {
    font-family: Roboto-Regular;
    padding-left: 5px;
    text-decoration: line-through;
}

.pricing .item .ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.pricing .item .ribbon .text {
    position: relative;
    left: -8px;
    top: 18px;
    width: 158px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #5d80a1;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
    left: 0;
}
.pricing .item .ribbon .text:after {
    right: 0;
}
.pricing .item .feature-list {
    margin-bottom: 30px;
}
.pricing .item .feature-list li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
    font-family: Roboto-regular;
}
.pricing .item .feature-list li .fa {
    margin-right: 5px;
    color: #4a6781;
}
.pricing .item .feature-list li.disabled {
    color: #999;
}
.pricing .item .feature-list li.disabled .fa {
    color: #999;
}
/* ======= Download Apps ======= */
.download-page .headline-bg {
    height: 1200px;
    background: #253340 url('../images/background/bg-mobile-headline.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.apps-section {
    min-height: 900px;
    padding-top: 160px;
}
.apps-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}
.apps-section .intro {
    text-align: left;
    margin-bottom: 60px;
}
.apps-section .phone-holder {
    width: 324px;
    height: 651px;
    display: block;
    background: url('../images/mobile/iphone.png') no-repeat left top;
    position: relative;
}
.apps-section .phone-holder .screenshot {
    position: absolute;
    left: 21px;
    top: 75px;
}
.apps-section .content-area .download-list li {
    margin-bottom: 15px;
}
.apps-section .content-area .download-list li .btn {
    width: 220px;
    text-align: left;
}
.apps-section .content-area .info {
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgba(31, 51, 64, 0.8);
    padding: 30px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.apps-section .content-area .info .title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}
/* ======= FAQ Section ======= */
.faq {
    background: #f5f5f5;
    padding-top: 110px;
    padding-bottom: 120px;
}
.faq .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.faq .panel {
    background: #fff;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.faq .panel:hover {
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
.faq .panel .panel-heading {
    padding: 0;
}
.faq .panel .panel-body {
    padding: 30px;
    padding-top: 0;
    color: #666;
    font-family: Roboto-Regular;
}
.faq .panel .panel-title {
    font-weight: normal;
    color: #666;
}
.faq .panel .panel-title a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    font-family: Roboto-Regular;
}
.faq .panel .panel-title .active {
    color: #ec6952;
}
.faq .panel .panel-title .panel-toggle .fa {
    margin-right: 10px;
    color: #f19180;
}
.faq .panel .panel-title:hover .fa {
    color: #ec6952;
}
.faq .contact-lead {
    margin-top: 60px;
}
.faq .contact-lead .title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #999;
}
/* ======= Contact section ======= */
.contact-section {
    padding: 80px 0;
    padding-top: 90px;
    position: relative;
    z-index: 10;
}
.contact-section .title {
    font-family: "Roboto-Regular";
    font-size: 49px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-section.section .container h1.logo {
    font-family: Scriptonah-Light,Roboto-bold, arial, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 85px;
    font-weight: 600;
    color: #ffffff;
}
.contact-section .intro {
    margin-bottom: 60px;
}
.contact-section .contact-form {
    margin-left: 15px;
    margin-right: 15px;
}
.contact-section .contact-form .contact-form-inner {
    background: #BAD49E;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.g_land-white-input-hover:hover,
.g_land-white-input-hover:focus{
    border-color: #9f9f9f;
    box-shadow: 0 0 4px #8398A8, 0 0 0 30px #ffffff inset !important;
}
.g_land-white-input-hover:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.g_land-white-input-hover:-webkit-autofill:hover,
.g_land-white-input-hover:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 4px #8398A8, 0 0 0 30px #ffffff inset !important;
}

.g_land-white-input-white-shadow:hover,
.g_land-white-input-white-shadow:focus{
    box-shadow: 0 0 4px #ffffff, 0 0 0 30px #ffffff inset !important;
}
.g_land-white-input-white-shadow:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.g_land-white-input-white-shadow:-webkit-autofill:hover,
.g_land-white-input-white-shadow:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 4px #ffffff, 0 0 0 30px #ffffff inset !important;
}

.contact-section .contact-form .error {
    color: #ec6952;
    font-family: "Roboto", arial, sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300;
}
.error-message {
    color: #ec6952;
    font-family: "Roboto", arial, sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300;
}
.error-message.is-hidden {
    display: none;
}
/* ======= Contact-other section ======= */
.contact-other-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-other-section .other-info li {
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    color: #666;
    text-align: left;
    padding-left: 90px;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-other-section .other-info li a {
    color: #666;
}
.contact-other-section .other-info li a:hover {
    color: #ec6952;
}
.contact-other-section .other-info li .fa {
    position: absolute;
    left: 0;
    top: 0;
    background: #ec6952;
    color: #fff;
    width: 60px;
    height: 100%;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-other-section .other-info li .fa.fa-twitter {
    font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-phone {
    font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-map-marker {
    font-size: 22px;
}
/* ======= Map section ======= */
.map-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.map-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.map-section .gmap-wrapper {
    border: 1px solid #eee;
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.map-section .gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ======= Blog Slideshow ======= */
.blog-slider {
    margin-bottom: 60px;
    margin-top: 80px;
    border: none;
    height: 400px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.blog-slider .slide {
    display: block;
    height: 400px;
    background-color: #253340;
}
.blog-slider .slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}
.blog-slider .slide.slide-1 {
    background: #253340 url('../images/blog/post-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-2 {
    background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-3 {
    background: #253340 url('../images/blog/post-3.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-4 {
    background: #253340 url('../images/blog/post-4.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .flex-control-nav {
    bottom: 15px;
    z-index: 10;
}
.blog-slider .flex-control-nav li a {
    background: #5e5e5e;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.blog-slider .flex-control-nav li a.flex-active {
    background: #fff;
}
.blog-slider .flex-direction-nav a {
    text-shadow: none;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 50px;
    display: block;
}
.blog-slider .flex-direction-nav a.flex-prev {
    left: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-prev:before {
    content: "";
    text-indent: -9999px;
    background: url('../images/flexslider/carousel-arrow-prev.png') no-repeat left top;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider .flex-direction-nav a.flex-next {
    right: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-next:before {
    content: "";
    text-indent: -9999px;
    background: url('../images/flexslider/carousel-arrow-next.png') no-repeat right top;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider:hover .flex-prev {
    left: 5%!important;
}
.blog-slider:hover .flex-next {
    right: 5%!important;
}
.blog-slider .flex-caption {
    padding-top: 90px;
    position: relative;
    z-index: 20;
    text-align: center;
    color: #fff;
}
.blog-slider .flex-caption a {
    color: #fff;
}
.blog-slider .flex-caption .title {
    font-size: 42px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 0;
}
.blog-slider .flex-caption .title a:hover {
    text-decoration: none;
}
.blog-slider .flex-caption .meta {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin-bottom: 30px;
}
.blog-slider .flex-caption a.more-link {
    color: #fff;
}
.blog-slider .flex-caption a.more-link:hover {
    color: #ec6952;
}
/* Blog homepage */
.blog-list .post {
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-list .post .post-inner {
    padding: 0px;
    position: relative;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.blog-list .post .post-thumb {
    background: #253340;
    overflow: hidden;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.blog-list .post .post-thumb img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    text-align: center;
}
.blog-list .post .post-thumb img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.blog-list .post .content {
    padding: 30px;
    padding-bottom: 15px;
    color: #666;
}
.blog-list .post .content .post-title {
    margin-top: 0;
    font-size: 18px;
}
.blog-list .post .content .post-title a {
    color: #253340;
}
.blog-list .post .content .post-entry {
    margin-bottom: 15px;
}
.blog-list .post .content .meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}
.blog-list .post .content .meta ul {
    margin-left: 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.blog-list .post .content .meta li:first-child {
    padding-left: 0;
}
.blog-list .post .content .meta li .fa {
    margin-right: 5px;
}
.blog-list .post .content .meta li a {
    color: #999;
}
.blog-list .post .content .meta li a:hover {
    color: #ec6952;
}
/* Single blog post */
.blog-entry-wrapper {
    padding-bottom: 80px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading {
    margin-bottom: 60px;
    position: relative;
    height: 500px;
    background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
    position: relative;
    z-index: 11;
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
    margin-bottom: 30px;
    font-size: 42px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
    font-size: 18px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a {
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 14px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
    color: #fff;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.blog-entry-wrapper .blog-entry .blog-entry-content {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1,
.blog-entry-wrapper .blog-entry .blog-entry-content h2,
.blog-entry-wrapper .blog-entry .blog-entry-content h3,
.blog-entry-wrapper .blog-entry .blog-entry-content h4,
.blog-entry-wrapper .blog-entry .blog-entry-content h5,
.blog-entry-wrapper .blog-entry .blog-entry-content h6 {
    color: #4a6781;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content p {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul,
.blog-entry-wrapper .blog-entry .blog-entry-content ol {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul li,
.blog-entry-wrapper .blog-entry .blog-entry-content ol li {
    margin-bottom: 15px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
    color: #999;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
    color: #ec6952;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
    list-style: none;
    margin-bottom: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .fa {
    margin-right: 10px;
    color: #ec6952;
}
.blog-entry-wrapper .blog-entry .post-nav {
    margin-bottom: 60px;
    margin-top: 60px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next {
    float: right;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next .fa {
    margin-left: 5px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-previous .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote {
    border: none;
    padding: 60px 30px;
    font-family: "Roboto-slab", arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.blog-entry-wrapper .custom-quote p {
    color: #666;
    line-height: 1.6;
}
.blog-entry-wrapper .custom-quote .fa {
    color: #ec6952;
    margin-right: 10px;
}
.blog-entry-wrapper .custom-quote .source {
    font-family: "Roboto", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: right;
}
.blog-entry-wrapper .custom-quote .source .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote .source .name {
    color: #444;
}
.blog-entry-wrapper .custom-quote .source .title {
    font-size: 16px;
    color: #999;
}
.blog-entry-wrapper .box {
    padding: 30px;
    background: #f5f5f5;
}
.blog-page .header-blog {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    height: 80px;
}
.blog-page .header-blog .main-nav .nav .nav-item a {
    color: #666;
}
.blog-page .header-blog .main-nav .nav .nav-item a:hover {
    color: #ec6952;
}
.blog-page .header-blog .main-nav .nav .dropdown-menu a {
    color: #fff;
}
.blog-page .header-blog h1.logo a {
    max-width: inherit;
    background: none;
    color: #ec6952;
    padding-left: 0;
    padding-top: 25px;
}
.blog-page .header-blog h1.logo a .sub {
    font-family: "Roboto", arial, sans-serif;
    color: #253340;
    font-weight: 300;
}
.blog-page .header-blog .main-nav .nav .nav-item.last {
    margin-right: 40px;
}
.blog-page .header-blog .main-nav .nav .nav-item.last .fa {
    font-size: 16px;
    margin-right: 5px;
}
/* Blog category page */
.blog-category {
    margin-top: 160px;
}
.blog-category .page-title {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 36px;
    padding-top: 80px;
}
.blog-category .page-title .fa {
    color: #384d60;
    margin-right: 10px;
    font-size: 30px;
}
.blog-category .blog-list .post .content .post-title {
    font-size: 24px;
}
.blog-category .blog-list .post .content .meta ul {
    border-top: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 5px;
}
.blog-category .blog-category-list .post {
    margin-bottom: 60px;
}
/* Blog archive page */
.blog-archive .blog-list .post .content {
    padding-left: 80px;
}
.blog-archive .post {
    position: relative;
}
.blog-archive .post .date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 30px;
    color: #fff;
}
.blog-archive .post .date-label .month {
    background: #253340;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 0;
}
.blog-archive .post .date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
    color: #253340;
}
/* ======= About Page ======= */
.story-section {
    padding-top: 90px;
    position: relative;
    z-index: 10;
}
.story-section .title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0;
    color: #fff;
    font-weight: 300;
}
.story-section .story-container-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.story-section .about {
    padding: 30px;
}
.story-section .belife {
    border-color: #f19180;
    padding: 15px 30px;
    font-family: "Roboto-slab", arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin: 60px 30px;
    color: #666;
}
.story-section .press-kit {
    padding-top: 60px;
    padding-bottom: 60px;
}
.story-section .press-kit .title {
    color: #444;
    font-size: 28px;
}
.story-section .press-kit .btn {
    margin: 30px 0;
}
.story-section .team {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
.story-section .team .title {
    color: #444;
    font-size: 28px;
}
.story-section .team .member {
    margin-bottom: 30px;
}
.story-section .team .member .member-inner {
    background: #253340;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-align: center;
}
.story-section .team .member .member-inner img {
    margin: 0 auto;
}
.story-section .team .member .member-inner:hover img {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.story-section .team .member .member-inner:hover .social {
    visibility: visible;
}
.story-section .team .member .profile {
    background: #253340;
    color: #fff;
    text-align: center;
}
.story-section .team .member .profile .info {
    padding: 15px 0;
}
.story-section .team .member .profile .name {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    font-size: 18px;
}
.story-section .team .member .profile .job-title {
    color: #fff;
    font-size: 14px;
}
.story-section .team .member .social {
    width: 100%;
    top: 50%;
    position: absolute;
    visibility: hidden;
}
.story-section .team .member .social-list {
    display: inline-block;
    margin: 0 auto;
}
.story-section .team .member .social-list a {
    color: #fff;
    background: #253340;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.story-section .team .member .social-list a .fa {
    padding-top: 10px;
    font-size: 18px;
}
.story-section .team .member .social-list a:hover {
    background: #ec6952;
}
/* ======= Modal ======= */
.modal.modal-video .modal-dialog {
    width: 760px;
    margin-top: 90px;
}
.modal.modal-video .modal-body {
    padding: 0;
    padding-top: 0;
}
.modal.modal-video .modal-header {
    border: none;
    padding: 0;
    position: relative;
}
.modal.modal-video .modal-content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal.modal-video button.close {
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: none;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 10;
}
.modal.modal-video button.close:hover {
    color: #ec6952;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.modal-backdrop.in {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
/* ======= Login Page ======= */
.has-full-screen-bg .upper-wrapper {
    background: #253340 url('../images/background/bg-screen-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page .upper-wrapper {
    background: #253340 url('../images/background/bg-screen-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg .header h1.logo {
    float: none;
    text-align: center;
}
.has-full-screen-bg .header h1.logo a {
    margin: 0 auto;
}
.access-section {
    padding-bottom: 200px;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
}
.access-section .form-box .form-box-inner {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 40px;
}
.access-section .form-box .title {
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
}
.access-section.signup-section .title {
    margin-bottom: 15px;
}
.access-section.signup-section .intro {
    margin-bottom: 60px;
}
.access-section .form-group {
    position: relative;
}
.access-section .form-group.email:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999;
}
.access-section .form-group.password:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999;
}
.access-section .form-control {
    font-size: 16px;
    padding-left: 30px;
    font-size: 14px;
}
.access-section .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}
.access-section .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.access-section .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
.access-section .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}
.access-section .social-btns {
    padding-left: 60px;
    min-height: 250px;
    margin-bottom: 15px;
}
.access-section .social-btns li {
    margin-bottom: 10px;
}
.access-section .social-btns li .btn {
    color: #fff;
    min-width: 220px;
    text-align: left;
}
.access-section .social-btns li .btn:hover {
    color: #fff;
}
.access-section .social-btns li .btn .fa {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 10px;
    width: 30px;
}
.access-section .twitter-btn {
    background: #55acee;
}
.access-section .twitter-btn:hover {
    background: #2795e9;
}
.access-section .facebook-btn {
    background: #3b5998;
}
.access-section .facebook-btn:hover {
    background: #2d4373;
}
.access-section .google-btn {
    background: #dd4b39;
}
.access-section .google-btn:hover {
    background: #c23321;
}
.access-section .github-btn {
    background: #444;
}
.access-section .github-btn:hover {
    background: #2b2b2b;
}
.access-section .forgot-password {
    font-size: 13px;
    margin-top: 10px;
}
.access-section .forgot-password a {
    color: #999;
}
.access-section .forgot-password a:hover {
    text-decoration: underline;
    color: #ec6952;
}
.access-section .divider {
    border-left: none;
    margin-bottom: 30px;
    position: static;
}
.access-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: inherit;
    text-transform: uppercase;
    color: #999;
}
.access-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #e5e5e5;
    height: 1px;
    width: 100%;
}
.access-section .social-btns {
    padding-left: 0;
    text-align: center;
}
.access-section .social-btns .btn {
    min-width: 100%;
}
.access-section .social-btns .social-login {
    display: inline-block;
    margin: 0 auto;
}
.access-section .note {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.access-section .btn + .note {
    margin: 15px 0;
}
.access-section .remember label {
    font-size: 14px;
    color: #666;
}
.access-section .lead {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}
/* ======= Reset Password Page ======= */
.resetpass-section .form-box .title {
    margin-bottom: 30px;
}
.resetpass-section .intro {
    font-size: 16px;
    margin-bottom: 30px;
}
/* ======= Footer ======= */
.footer {
    background: #253340;
    color: #fff;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
.footer p {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.footer .btn-cta,
.footer a.btn-cta {
    padding: 9px 10px;
}
.footer .footer-col.links .fa {
    margin-right: 5px;
}
.footer .footer-col.links li {
    margin-bottom: 10px;
}
.footer .footer-col.connect .social {
    margin-bottom: 15px;
    overflow: hidden;
}
.footer .footer-col.connect .social li {
    margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
    color: #b3b3b3;
    font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
    color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
    background: #5d80a1;
    border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
    background: #4a6781;
    border-color: #4a6781;
}
.footer .footer-col .title {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.footer .footer-col p {
    color: #fff;
}
.footer .footer-col a {
    color: #6d8dab;
}
.footer .footer-col a:hover {
    color: #8da6bd;
}
.footer .footer-col .signup-form.navbar-form {
    padding-left: 0;
    padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .has-divider {
    border-top: 1px solid #2b3b4a;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .download .download-list li {
    margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
    text-align: left;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact p {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.footer .contact p a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact .fa {
    margin-right: 10px;
    font-size: 20px;
}
.footer .contact .email .fa {
    font-size: 16px;
}
.footer .bottom-bar {
    background: #1e1e1e;
    color: #b3b3b3;
    font-size: 14px;
    padding: 10px 0;
}
.footer .bottom-bar .copyright {
    line-height: 1.6;
}
/* ======= Pagination ======= */
.pagination {
    margin-bottom: 60px;
    font-size: 14px;
    font-family: "Roboto", arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.pagination li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #ec6952;
}
.pagination li a:hover {
    color: #da3518;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ec6952;
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fbe1dc;
    border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
}
/* ======= Search Form ======= */
.searchbox-icon,
.searchbox-submit {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 2.4;
    text-align: center;
    cursor: pointer;
    color: #ef7d69;
    background: #fff;
}
.searchbox-icon:hover {
    color: #e9553b;
}
.searchbox-submit {
    font-size: 14px;
    font-family: "Roboto", arial, sans-serif;
}
.searchbox-container {
    width: 100%;
}
.searchbox-container .searchbox {
    position: relative;
    display: inline-block;
    height: 38px;
    width: 100%;
    float: right;
    top: -50px;
    right: 0;
    /* new */
    min-width: 38px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
}
.searchbox-container .searchbox.searchbox-open {
    width: 100%;
}
.searchbox-container .searchbox.searchbox-open .searchbox-icon,
.searchbox-container .searchbox.searchbox-open .searchbox-submit {
    background: #ec6952;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.searchbox-container .searchbox .searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #f5f5f5;
    border: 1px solid #eee;
    width: 100%;
    height: 38px;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
}
/* ======= Terms and Conditions, Privacy Policy ======= */

.about.terms-paragraph {
    text-align: justify;
    font-family: "Roboto-Regular";
}

.about.terms-paragraph .bullet-points li {
    list-style-type: disc;
}


.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a6a6a6;
}
/* ======= IE9 Fix ======= */
.ie9 .pricing .item .ribbon,
.ie8 .pricing .item .ribbon {
    top: 0px;
    right: 0px;
    height: 60px;
}
.ie9 .pricing .item .ribbon .text,
.ie8 .pricing .item .ribbon .text {
    position: static;
    font-size: 13px;
    width: auto;
    padding: 5px;
}
.ie9 .pricing .item .ribbon .text:before,
.ie8 .pricing .item .ribbon .text:before,
.ie9 .pricing .item .ribbon .text:after,
.ie8 .pricing .item .ribbon .text:after {
    display: none;
}
/* ======= Configure Style (Remove in production) ======= */
.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 100;
}
.config-wrapper-inner {
    position: relative;
}
.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.config-trigger:hover {
    text-decoration: none;
}
.config-trigger:hover .fa {
    color: #253340;
}
.config-trigger .fa {
    font-size: 22px;
    padding-top: 8px;
    display: block;
    color: #2b2b2b;
}
.config-panel {
    width: 170px;
    display: none;
    background: #f5f5f5;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.config-panel h5 {
    margin-bottom: 15px;
}
.config-panel #color-options {
    margin-bottom: 10px;
}
.config-panel #color-options li {
    padding-right: 0;
}
.config-panel #color-options li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.config-panel #color-options li.active a {
    border: 2px solid #000;
}
.config-panel #color-options li.theme-1 a {
    background: #ec6952;
}
.config-panel #color-options li.theme-2 a {
    background-color: #28A5A8;
}
.config-panel #color-options li.theme-3 a {
    background-color: #497CB1;
}
.config-panel #color-options li.theme-4 a {
    background-color: #F89D29;
}
.config-panel #color-options li.theme-5 a {
    background-color: #34495e;
}
.config-panel #color-options li.theme-6 a {
    background-color: #47c9af;
}
.config-panel #color-options li.theme-7 a {
    background-color: #A06081;
}
.config-panel #color-options li.theme-8 a {
    background-color: #96a94b;
}
.config-panel #color-options li.theme-9 a {
    background-color: #f06060;
}
.config-panel #color-options li.theme-10 a {
    background-color: #737F97;
}
.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
.config-panel .close .fa {
    color: #253340;
}

@media screen and (max-width: 1280px) {

    .features-page .headline-bg {
        /*height: 440px;*/
    }

    .features-page .features-tabbed.section {
        /*padding-top: 460px;*/
    }

    .container.pricing-container {
        width: 95%;
    }

    .headline-bg.contact-headline-bg {
        background-image: url("../images/background/bg-header-small-3-mob.jpg");
    }
}

@media screen and (max-width: 1080px) {
    .container.pricing-container .price-cols {
        padding: 20px 15px 0;
    }

    .container.pricing-container .price-cols .item {
        margin-bottom: 25px;
    }


    .pricing .item .heading, .pricing .item .content {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media screen and (max-width: 1024px) {
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background-position: 50% 0;
        -webkit-background-size: 110% auto;
        -moz-background-size: 110% auto;
        -o-background-size: 110% auto;
        background-size: 110% auto;
    }

    .features-page .headline-bg {
        height: 400px;
    }

    .features-page .features-tabbed.section {
        padding-top: 0;
    }

    .contact-section.section.section-on-bg {
        padding-top: 140px;
    }
}

@media screen and (max-width: 900px) {
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        -webkit-background-size: 116% auto;
        -moz-background-size: 116% auto;
        -o-background-size: 116% auto;
        background-size: 116% auto;
    }
    .bg-slider-wrapper .flexslider .slide.slide-3 {
        background-position: 0 -65%;
    }

    .pricing .item .heading, .pricing .item .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pricing .item .item-inner {
        min-height: 515px;
    }

    .contact-section.section.section-on-bg {
        padding-top: 60px;
    }

    .headline-bg.contact-headline-bg {
        height: 340px;
    }

    .contact-section.section.section-on-bg .container {
        width: 95%;
    }
}


/* Extra small devices (phones, less than 768px) */
@media screen and (max-width: 767px) {

    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background-position: 75% 0;
        -webkit-background-size: 134% auto;
        -moz-background-size: 134% auto;
        -o-background-size: 134% auto;
        background-size: 134% auto;
    }
    .bg-slider-wrapper .flexslider .slide.slide-3 {
        background-position: 0 -20%;
    }

    .headline-bg.pricing-headline-bg {
        height: 500px;
    }

    .contact-section.section.section-on-bg {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .contact-section.section-on-bg .container.text-center {
        padding-bottom: 75px;
    }

    .config-wrapper {
        display: none;
    }
    #topcontrol {
        display: none !important;
    }
    .header h1.logo {
        float: none;
        margin: inherit;
        text-align: center;
    }
    .header h1.logo a {
        margin: 0 auto;
    }
    .promo h1.logo, .features-video h1.logo, .pricing h1.logo {
        font-size: 60px;
        padding-top: 20px;
    }

    /*.promo.section .intro {*/
    /*display:none;*/
    /*}*/
    .header.header-fixed {
        position: relative;
    }
    .header.navbar-fixed-top {
        position: relative;
    }

    .main-nav.navbar-left {
        display: none;
    }

    .navbar-collapse {
        background: #253340 none repeat scroll 0 0;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 50px;
        position: absolute;
    }

    .navbar-collapse .nav {
        margin: 0;
    }
    .header .main-nav .nav .dropdown-menu:before {
        display: none;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }
    .header .main-nav .nav .left-text {
        display:none;
    }

    .container.pricing-container .container.text-center {
        padding-top: 45px;
    }

    .container.pricing-container .price-cols {
        padding-top: 25px;
        margin-top: 20px;
    }

    .has-full-screen-bg.access-page .upper-wrapper {
        background: #344c5a;
    }
    .access-section {
        padding-top: 15px;
    }
    .headline-bg + .section,
    .bg-slider-wrapper + .section {
        padding-top: 45px;
        padding-bottom: 225px;
    }
    .features-video.section-on-bg{
        padding-bottom: 30px;
    }
    .title.text-center {
        margin-bottom: 20px;
    }
    .pricing .intro {
        margin-bottom: 45px;
        padding: 0 15px;
    }
    .features-video iframe {
        padding: 5px;
    }
    .features-tabbed {
        padding-top: 80px;
    }
    .access-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
    .signup-page .form-box .intro {
        margin-bottom: 45px;
    }
    .login-page .form-box .title {
        margin-bottom: 45px;
    }
    .section .title {
        font-size: 30px;
    }
    .section .intro {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .promo {
        background-color: rgba(15, 25, 40, 0.5);
        height: 450px;
    }
    .why .item {
        padding: 20px 0;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .why .control {
        top: 58px;
        margin-left: -30px;
    }
    .why .item .title {
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        font-family: "Roboto", arial, sans-serif;
    }

    .testimonials .item .profile {
        position: static;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonials .item .content {
        padding-left: 60px;
    }
    .testimonials .item blockquote {
        font-size: 18px;
    }
    .pricing .item.best-buy {
        position: static;
        z-index: inherit;
    }
    .nav-tabs > li > a {
        padding: 10px 5px;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .searchbox-container .searchbox {
        width: 100%;
        top: inherit;
        float: none;
        margin-bottom: 30px;
    }
    .searchbox-icon {
        display: none;
    }
    .searchbox-icon,
    .searchbox-submit {
        background: #ec6952;
        color: #fff;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .searchbox-icon:hover,
    .searchbox-submit:hover {
        color: #fff;
    }
    .main-nav .navbar-collapse .navbar-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blog-page .header-blog {
        position: relative;
    }
    .blog-page .header-blog .main-nav .nav .nav-item a {
        color: #fff;
    }
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .blog-page .header .main-nav .navbar-toggle {
        margin-bottom: 0;
        top: 20px;
    }
    .blog-page .header .main-nav .navbar-toggle .icon-bar {
        background-color: #384d60;
    }
    .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
        background-color: #253340;
    }
    .blog-page .flexslider {
        margin-top: 0;
    }
    .blog-category {
        margin-top: 0;
    }
    .blog-page .navbar-collapse {
        top: 80px;
    }
    .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a {
        color: #fff;
    }
    .blog-slider .flex-caption .title {
        font-size: 36px;
    }
    .searchbox-container .searchbox .searchbox-input {
        position: static;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .footer-col .form-control {
        width: auto;
    }
    .footer .footer-col .navbar-form {
        padding-left: 15px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .footer .footer-col .navbar-form .form-control {
        display: inline-block;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-page .headline-bg {
        height: 1600px;
    }
    .story-section .about {
        padding: 0;
    }
    .story-section .belife {
        margin-left: 0;
        margin-right: 0;
    }
    .story-section .team {
        padding: 0;
    }
    .features-video .video-container {
        max-width: 96%;
        margin: 0 auto;
    }

    .container.responsive-footer {
        padding: 0 10px;
    }

    .container.responsive-footer .row  {
        margin: 0;
    }

    .container.responsive-footer .row .footer-col {
        width: 33%;
        padding: 0 5px;
    }

    .container.responsive-footer .row .footer-col.connect  {
        width: 100%;
    }

    .container.responsive-footer .row.has-divider .footer-col.contact {
        width: 100%;
    }

    .container.responsive-footer .row.has-divider .footer-col.contact .tel, .container.responsive-footer .row.has-divider .footer-col.contact .email {
        white-space: nowrap;
    }

    .features-page .headline-bg {
        height: 290px;
    }

    .features-page .features-tabbed.section {
        padding-bottom: 40px;
    }


    .footer-col-inner .form-container .signup-form.navbar-form .form-group {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }

    /* CSS Macbook
  ------------------------*/

    .md-macbook-pro {
        display:none;
    }
    .md-macbook-pro .md-lid {
        display:none;
    }
    .md-macbook-pro .md-camera {
        display:none;
    }
    .md-macbook-pro .md-camera:after {
        display:none;
    }
    .md-macbook-pro .md-screen {
        display:none;
    }
    .md-macbook-pro .md-screen img {
        display:none;
    }
    .md-macbook-pro .md-base {
        display:none;
    }
    .md-macbook-pro .md-base:after {
        display:none;
    }
    .md-macbook-pro .md-base:before {
        display:none;
    }

}

@media screen and (max-width: 600px) {
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background-position: 65% 0;
        -webkit-background-size: 167% auto;
        -moz-background-size: 167% auto;
        -o-background-size: 167% auto;
        background-size: 167% auto;
    }
    .bg-slider-wrapper .flexslider .slide.slide-3 {
        background-position: 0 0;
        -webkit-background-size: 140% auto;
        -moz-background-size: 140% auto;
        -o-background-size: 140% auto;
        background-size: 140% auto;
    }
}

@media screen and (max-width: 480px) {
    .bg-slider-wrapper .flexslider .slide.slide-3 {
        background-position: 30% 0;
        -webkit-background-size: 210% auto;
        -moz-background-size: 210% auto;
        -o-background-size: 210% auto;
        background-size: 210% auto;
    }

    .container.pricing-container .price-cols {
        padding-top: 7px;
    }
    .features-video .title{
        margin-bottom: 35px;
    }
    .features-page .features-tabbed.section {
        padding-top: 0;
    }
    .features-video h1.logo{
        font-size: 50px;
    }
}
@media (max-width: 480px) {
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background: #253340 url('../images/background/header-slider-1-mobile.jpg') no-repeat;
        background-position: 65% -22%;
        -webkit-background-size: 149% auto;
        -moz-background-size: 149% auto;
        -o-background-size: 149% auto;
        background-size: 149% auto;
    }

    .promo.section-on-bg .container.text-center {
        padding-top: 20px;
    }
    .section-on-bg .play-video-btn {
        margin: 10px auto;
    }

    .features-page .headline-bg {
        background-position: 0 0;
        background-image: url('../images/background/bg-header-small-mob.jpg');
    }

    .headline-bg.contact-headline-bg {
        height: 260px;
    }

    .contact-section.section .container h1.logo {
        font-size: 55px;
    }

    .contact-section.section-on-bg .container.text-center {
        padding-bottom: 25px;
    }
    .footer-col-inner .form-container .signup-form.navbar-form button.btn-cta-primary,
    .footer-col-inner .form-container .signup-form.navbar-form .form-group input{
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .bg-slider-wrapper .flexslider .slide.slide-2 {
        background-position: 65% 0;
    }
    .promo.section .intro {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-section.section .container h1.logo {
        font-size: 60px;
    }

    .footer-col-inner .form-container .signup-form.navbar-form .form-group input {
        width: 185px;
    }

    .footer-col-inner .form-container .signup-form.navbar-form button.btn-cta-primary {
        padding: 9px 5px;
    }

    .features-page .headline-bg {
        background-position: -35px 0;
    }

    .headline-bg.contact-headline-bg {
        height: 210px;
    }

    .contact-section.section.section-on-bg {
        padding-top: 50px;
    }

    .contact-section.section .container h1.logo {
        font-size: 45px;
    }

    .contact-section.section .container h2.title {
        font-size: 25px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .config-wrapper {
        display: none;
    }
    .header .main-nav .nav .left-text {
        display:none;
    }
    /*.promo.section .intro {*/
    /*display:none;*/
    /*}*/
    .header {
        height: inherit;
    }
    .header.scrolled {
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .header.scrolled .main-nav .nav .nav-item a {

        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: inherit;
        border-color: inherit;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #fff;
    }
    .header.navbar-fixed-top {
        position: relative;
    }

    .blog-slider {
        margin-top: 0;
    }
    .blog {
        margin-top: 0;
    }
    .header h1.logo {
        float: none;
        text-align: center;
    }
    .header h1.logo a {
        margin: 0 auto;
    }
    .header .main-nav .nav .nav-item {
        margin-right: 10px;
    }
    .main-nav.navbar-right {
        float: none !important;
    }

    .main-nav.navbar-left {
        float: left !important;
    }

    .blog-page .main-nav.navbar-right {
        float: right !important;
    }
    .navbar-collapse.collapse {
        text-align: center;
    }
    .navbar-collapse.collapse .navbar-nav {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    .blog-page .header-blog {
        position: relative;
    }
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .promo {
        height: 500px;
        padding-top: 80px;
        background-color: rgba(15, 25, 40, 0.5);
    }
    .promo.section .intro {
        margin-bottom: 25px;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .why .control {
        top: 128px;
        margin-left: -45px;
    }
    .why .item .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .features-video {
        padding-top: 90px;
        margin-bottom: 90px;
    }
    .pricing {
        padding-top: 170px;
    }
    .apps-section {
        padding-top: 80px;
    }
    .story-section {
        padding-top: 90px;
    }
    .contact-section {
        padding-top: 45px;
    }

    /* CSS Macbook
  ------------------------*/

    .md-macbook-pro {
        max-width: 30em;
        font-size: 1.2em;
        left: 55px;
    }
    .md-macbook-pro .md-lid {
        max-width: 28em;
        max-height: 18em;

    }
    .md-macbook-pro .md-screen {
        max-width: 26em;
        max-height: 15em;
        top: 1.2em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .config-wrapper {
        display: block;
    }

    .header .main-nav .nav .left-text {
        display: block;
    }
    .header {
        height: 80px;
    }
    .header.navbar-fixed-top {
        position: fixed;
    }
    .header.scrolled {
        background: #fff;
        z-index: 1000;
        height: 75px;
        top: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .header.scrolled h1.logo a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #ec6952;
        background: #fff;
        padding-left: 0;
        padding-top: 25px;
    }

    .header.scrolled .main-nav .nav .nav-item a {
        color: #666;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .header .main-nav .nav .nav-item.active a {
        color: #ec6952;
    }

    .header .main-nav .nav .nav-item:hover a {
        color: #ec6952;
    }

    header.navbar-fixed-top.scrolled .nav .logofixed {
        display: none;
    }

    .header.scrolled .logoscroll {
        display: inline-block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        width: 120px;
    }

    .header.scrolled .logoscroll a {
        padding: 0;
    }
    .header.scrolled .logoscroll img{
        max-width: 100%;
        max-height: 100%;
    }


    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: #EC6952;
        border-color: #EC6952;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
        background: #e2481d;
        border-color: #e2481d;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #fff;
    }
    .main-nav {
        float: right !important;
    }
    .navbar-form .form-control {
        width: 280px;
    }
    .header h1.logo {
        float: left;
        margin: inherit;
    }
    .header .main-nav .nav .nav-item {
        margin-right: 10px;
    }

    .left-text, .left-text a {
        margin-right: 0px;
        padding: 0px;
    }

    .main-nav.navbar-right {
        float: right !important;
    }
    .promo {
        height: 780px;
        padding-top: 215px;
        background-color: rgba(30, 34, 39, 0.28);
        margin-bottom: 0;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .why .item .content {
        margin-bottom: inherit;
        margin-top: 30px;
    }
    .why .control {
        top: 128px;
        margin-left: -28px;
    }
    .modal.modal-video .modal-dialog {
        width: 760px;
        padding-left: 0;
        padding-right: 0;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .access-section .divider {
        text-align: center;
        margin-bottom: 30px;
        color: #999;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .access-section .divider span {
        background: #fff;
        display: inline-block;
        padding: 10px 0;
        position: relative;
        top: 80px;
        margin-left: -10px;
    }
    .access-section .divider:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #e5e5e5;
        height: 100%;
        width: 1px;
    }
    .access-section .social-btns {
        padding-left: 65px;
    }
    .access-section .social-btns .note {
        text-align: left;
    }
    .blog-slider {
        margin-top: 80px;
    }
    .why .item .title {
        margin-bottom: 15px;
        text-align: left;
    }
    .why .figure {
        text-align: left;
    }
    .blog-page .header-blog {
        position: fixed;
    }
    .blog-page .blog-category,
    .blog-page .blog-archive {
        margin-top: 80px;
    }
    .blog-entry-wrapper {
        margin-top: 80px;
    }
    /* Only show QR code for desktop */
    .download-area {
        overflow: hidden;
    }
    .download-area .download-list {
        float: left;
    }
    .download-area .qrcode-holder {
        float: left;
        margin-left: 45px;
        text-align: center;
    }
    .download-area .qrcode-holder .qrcode {
        max-width: 140px;
        margin: 0 auto;
    }
    .download-area .qrcode-holder .qrcode .caption {
        font-size: 12px;
        background: #fff;
        padding: 0 15px;
        padding-bottom: 15px;
        color: #253340;
        font-family: "Roboto", arial, sans-serif;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-video {
        padding-top: 170px;
        margin-bottom: 90px;
    }
    .pricing {
        padding-top: 170px;
    }
    .apps-section {
        padding-top: 160px;
    }
    .story-section {
        padding-top: 170px;
    }
    .contact-section {
        padding-top: 125px;
    }
    .bg-slider-wrapper {
        position: fixed;
    }
}
/* Large devices (large desktops, 1200px and up) */


/* CSS Macbook
------------------------*/

.md-macbook-pro {
    width: 39em;
    height: 25.875em;
    font-size: 1.2em;
    position:inherit;

    top: 4px; left: 50px;
}
.md-macbook-pro .md-lid {
    width: 34em;
    height: 21.5em;
    margin: 0 auto;
    position: relative;
    border-radius: 1.875em;
    border: solid 0.1875em #cdced1;
    background: #131313;
}
.md-macbook-pro .md-camera {
    /* width: 0.375em; */
    /* height: 0.375em; */
    /* margin: 0 auto; */
    position: relative;
    /* top: 1.0625em; */
    background: #000;
    /* border-radius: 100%; */
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
    content: "";
    display: block;
    width: 0.125em;
    height: 0.125em;
    position: absolute;
    left: 0.125em;
    top: 0.0625em;
    background: #353542;
    border-radius: 100%;
}
.md-macbook-pro .md-screen {
    width: 31em;
    height: 18em;
    margin: 0 auto;
    position: relative;
    top: 1.8em;
    background: #131313;
    overflow: hidden;
}
.md-macbook-pro .md-screen img {
    width: 100%;
}
.md-macbook-pro .md-base {
    width: 100%;
    height: 0.9375em;
    position: relative;
    top: -0.75em;
    background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5em;
    margin: 0 auto;
    position: relative;
    bottom: -0.1875em;
    background: #b9babe;
    border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
    content: "";
    display: block;
    width: 7.6875em;
    height: 0.625em;
    margin: 0 auto;
    position: relative;
    background: #a6a8ad;
    border-radius: 0 0 0.625em 0.625em;
}
/*.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
*/

@font-face{font-family:'BommerSlab-Black'; src:local('BommerSlab-Black'), url('../../fonts/boomer-slab/BommerSlab-Black.woff') format('woff')}
@font-face{font-family:'BommerSlab-BoldItalic';src:local('BommerSlab-BoldItalic'), url('../../fonts/boomer-slab/BommerSlab-BoldItalic.woff') format('woff')}
@font-face{font-family:'BommerSlab-Bold';src:local('BommerSlab-Bold'), url('../../fonts/boomer-slab/BommerSlab-Bold.woff') format('woff')}
@font-face{font-family:'BommerSlab-BlackItalic';src:local('BommerSlab-BlackItalic'), url('../../fonts/boomer-slab/BommerSlab-BlackItalic.woff') format('woff')}
@font-face{font-family:'BommerSlab-Light';src:local('BommerSlab-Light'), url('../../fonts/boomer-slab/BommerSlab-Light.woff') format('woff')}
@font-face{font-family:'BommerSlab-LightItalic';src:local('BommerSlab-LightItalic'), url('../../fonts/boomer-slab/BommerSlab-LightItalic.woff') format('woff')}
@font-face{font-family:'BommerSlab-Regular';src:local('BommerSlab-Regular'), url('../../fonts/boomer-slab/BommerSlab-Regular.woff') format('woff')}
@font-face{font-family:'BommerSlab-RegularItalic';src:local('BommerSlab-RegularItalic'), url('../../fonts/boomer-slab/BommerSlab-RegularItalic.woff') format('woff')}
@font-face{font-family:'BommerSlab-SemiBold';src:local('BommerSlab-SemiBold'), url('../../fonts/boomer-slab/BommerSlab-SemiBold.woff') format('woff')}
@font-face{font-family:'BommerSlab-SemiBoldItalic';src:local('BommerSlab-ExtraBold'), url('../../fonts/boomer-slab/BommerSlab-SemiBoldItalic.woff') format('woff')}
@font-face{font-family:'BommerSlab-ExtraBold';src:local('BommerSlab-ExtraBold'), url('../../fonts/boomer-slab/BommerSlab-ExtraBold.woff') format('woff')}
@font-face{font-family:'boomer-slab-thin-italic';font-style:normal;font-weight:400;src:local('boomer-slab-thin-italic'),url("../../fonts/boomer-slab/bommer-slab-thin-italic.woff")}
@font-face{font-family:'boomer-slab-thin';font-style:normal;font-weight:100;src:local('boomer-slab-thin'),url("../../fonts/boomer-slab/bommer-slab-thin.woff")}
@font-face{font-family:'Scriptonah-Light';font-style:normal;font-weight:400;src:local('Scriptonah-Light'), url("../../fonts/Scriptonah-Light.woff") format('woff')}
@font-face{font-family:'proxima-bold';font-style:normal;font-weight:400;src:local('Proxima-Bold'),url("../../fonts/proxima/Proxima-Bold.woff")}
@font-face{font-family:'proxima-semibold';font-style:normal;font-weight:400;src:local('Proxima-Bold'),url("../../fonts/proxima/Proxima-Semibold.woff")}
@font-face{font-family:'proxima-medium';font-style:normal;font-weight:400;src:local('Proxima-Bold'),url("../../fonts/proxima/Proxima-Medium.woff")}
@font-face{font-family:'proxima-regular';font-style:normal;font-weight:400;src:local('Proxima-Bold'),url("../../fonts/proxima/Proxima-Regular.woff")}
@font-face{font-family:'Roboto-bold';font-style:normal;font-weight:400;src:local('Roboto-bold'),url("../../fonts/roboto/Roboto-Bold.woff")}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto-Medium'),url("../../fonts/roboto/Roboto-Medium.woff")}
@font-face{font-family:'Roboto-regular';font-style:normal;font-weight:400;src:local('Roboto-regular'),url("../../fonts/roboto/Roboto-Regular.woff")}
@font-face{font-family:'Roboto-light';font-style:normal;font-weight:400;src:local('Roboto-Light'),url("../../fonts/roboto/Roboto-Light.woff")}
@font-face{font-family:'Roboto-thin';font-style:normal;font-weight:400;src:local('Roboto-Thin'),url("../../fonts/roboto/Roboto-Thin.woff")}
@font-face{font-family:'philosopherbold';font-weight:normal;font-style:normal;src:url("../../fonts/philosopher/philosopher-bold-webfont.woff") format('woff')}
@font-face{font-family:'philosopherbold_italic';font-weight:normal;font-style:normal;src:url("../../fonts/philosopher/philosopher-bolditalic-webfont.woff") format('woff')}
@font-face{font-family:'philosopherregular';font-weight:normal;font-style:normal;src:url("../../fonts/philosopher/philosopher-regular-webfont.woff") format('woff')}
@font-face{font-family:'philosopheritalic';font-weight:normal;font-style:normal;src:url("../../fonts/philosopher/philosopher-italic-webfont.woff") format('woff')}
@font-face{font-family:'Roboto-Medium';font-style:normal;font-weight:400;src:local('Roboto-Medium'), url("../../fonts/roboto/Roboto-Medium.woff") format('woff')}
@font-face{font-family:'Roboto-Regular';font-style:normal;font-weight:400;src:local('Roboto-Regular'), url("../../fonts/roboto/Roboto-Regular.woff") format('woff')}
@font-face{font-family:'Proximanova-Regular';font-style:normal;font-weight:100;src:local('Proximanova-Regular'), url("../../fonts/proxima/Proximanova-Regular.woff") format('woff')}
@font-face{font-family:'Roboto-Light';font-style:normal;font-weight:100;src:local('Roboto-Light'), url("../../fonts/roboto/Roboto-Light.woff") format('woff')}
@font-face{font-family:'Scriptonah-Light';font-style:normal;font-weight:100;src:local('Roboto-Light'), url("../../fonts/Scriptonah-Light.woff") format('woff')}

@font-face {
    font-family: 'icomoon';
    src:  url('../../fonts/icomoon/icomoon.eot');
    src:  url('../../fonts/icomoon/icomoon.eot'),
    url('../../fonts/icomoon/icomoon.ttf'),
    url('../../fonts/icomoon/icomoon.woff'),
    url('../../fonts/icomoon/icomoon.svg') ;
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-consistency:before {
    content: "\e900";
}
.icon-graph:before {
    content: "\e901";
}
.icon-graph1:before {
    content: "\e902";
}
.icon-money:before {
    content: "\e903";
}