/* GENERAL */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.p,p {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.mb-80 {
    margin-bottom: 30px !important;
}

.divider--line:after {
    background-color: #ee2d24;
}


/* HEADER & NAVIGATION */
.navbar-nav > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 100px;
    color: #ffffff;
    padding: 0;
}

.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
    color: #474648;
}

.header-fixed .navbar.affix .navbar-nav > li > a:hover::before,
.header-fixed .navbar.affix .navbar-nav > li.active > a:before {
    background-color: #ee2d24;
}


/* HERO SECTION */

.slide--item.bg-section {
    background-color: #ee2d24;
}

.slider .slide--headline {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    /* font-size: 75px; */
    font-weight: 500;
    /* line-height: 80px; */
    margin-bottom: 10px;
    text-transform: capitalize;
}

.slider .slide--bio {
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    /* font-size: 30px; */
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 50px;
}

.btn--primary {
    background-color: transparent!important;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 4px !important;
    padding: 14px 34px;
    width: auto !important;
    height: auto;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #ee2d24;
}


/* FEATURES SECTION */

.feature-2 .divider--line.divider--center {
    display: none;
}

#features i.lnr {
    margin-top: 30px;
}

.feature-panel .feature--icon {
    color: #ee2d24;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 35px;
}

.feature-2 i {
    color: #ee2d24;
    font-size: 55px;
    line-height: 1;
}


/* PRICING SECTION */

section#pricing {
    background-color: #ee2d24 !important;
}

.pricing-panel.pricing-active,
.pricing-panel:hover {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

#pricing h3 {
    color: #ffffff;
}

#pricing .feature-2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.pricing h3 {
    color: #ffffff;
}

.pricing p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.pricing-panel {
    padding: 50px 50px;
    position: relative;
}

.pricing--body li {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
#pricing .btn--primary {
    background-color: #ee2d24 !important;
    color: #ffffff;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 4px !important;
    padding: 14px 34px;
    width: auto !important;
    height: auto;
    box-shadow: 0px 3px 5px rgba(178, 26, 26, 0.5);
}
#pricing .btn--primary:active,
#pricing .btn--primary:focus,
#pricing .btn--primary:hover {
    background-color: #b21a1a !important;
}

/* REVIEWS SECTION */

section#reviews {
    background-color: #ffffff;
}

/* MARKETING PAGES */
.fact-panel {
	position: relative;
}

.fact-panel .fact--icon {
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
    text-align: center;
}

.fact-panel .fact--icon i {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
}

.fact-panel .fact--icon:hover i {
	-webkit-animation: pulse 0.9s infinite;
	-moz-animation: pulse 0.9s infinite;
	-ms-animation: pulse 0.9s infinite;
	-o-animation: pulse 0.9s infinite;
	animation: pulse 0.9s infinite;
}

.fact-panel .fact--content h3 {
	font-family: 'PT Sans', sans-serif;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: capitalize;
    text-align: center;
}

.fact-panel .fact--content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
    text-align: center;
}

section#facts {
    background-color: #ee2d24 !important;
}

#facts .divider--line:after {
    background-color: #ffffff;
}

#facts .heading--title {
    color: #ffffff;
}

.facts-panel.facts-active,
.facts-panel:hover {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

#facts h3 {
    color: #ffffff;
}

#facts .feature-2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.facts h3 {
    color: #ffffff;
}

.facts p {
    color: #ffffff;
    font-size: 18px;
    line-height: 29px;
}

.pricing-panel {
    padding: 50px 50px;
    position: relative;
}

.facts--body li {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
#facts .btn--primary {
    box-shadow: 0px 3px 5px rgba(123, 166, 46, 0.5);
}


/* FOOTER */
a.account-twitter:hover {
    color: rgba(255,255,255,0.5);
}
a.account-facebook:hover {
    color: rgba(255,255,255,0.5);
}
a.account-instagram:hover {
    color: rgba(255,255,255,0.5);
}
a.account-linkedin:hover {
    color: rgba(255,255,255,0.5);
}

/* MOBILE STYLING */
@media only screen and (max-width: 768px) {
    .feature-divider {
        margin-top: 0;
        margin-bottom: 0;
        border-top-color: #e0e0e0;
        display: none;
    }
    #pricing h3,
    #pricing p {
        text-align: center;
    }
    .row.reverse-order {
        display: flex;
        flex-direction: column-reverse;
    }
    section.section.feature.feature-2 .col-xs-12 {
        text-align: center;
    }
    .feature-2 .divider--line.divider--center {
        display: block;
    }
    .feature-2 .divider--line {
        margin-top: 36px;
        margin-bottom: 35px;
        display: none;
    }
.container > .navbar-collapse {
    width: 100%;
    background-color: #16468e;
    margin-right: 0;
    margin-left: 0;
}
    .navbar-nav > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    padding: 0 10px;
    text-align: center;
}
    .header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #ffffff;
}
}