/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 70px 0;}

.btn {
    border-radius: 2px;
    padding: 7px 40px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover,
.btn-light:focus {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
    opacity: .9;
}

.btn-primary {
    background-color: #ff7457;
    border-color: #ff7457;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff7457;
    border-color: #ff7457;
    color: #fff;
    opacity: .9;
}

.btn-secondary {
    background-color: #b83787;
    border-color: #b83787;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #b83787;
    border-color: #b83787;
    color: #fff;
    opacity: .9;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 70px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header-bgr {
    background-color: #fff;
    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 0 0 1px 0 rgba(144, 144, 144, 0.25);
}

header .logo .primary-logo {
    display: none;
}

.header-bgr .primary-logo {
    display: block !important;
}

.header-bgr .secondary-logo {
    display: none !important;
}

.header-bgr nav ul li a {
    color: #333;
}

header nav ul {
    font-size: 0;
}

header nav ul li {
    display: inline-block;
    margin: 35px 13px;
}

header nav ul li.right-links {
    float: right;
}

header nav ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

header .logo {
    display: inline-block;
    margin: 27px 0;
}

.intro {
    height: 100%;
    text-align: center;
    background: url('../imgs/intro-bgr.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.intro:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.5) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.intro h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}

.intro p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 35px 0;
}

.intro .btn {
    padding: 12px 65px;
    text-transform: uppercase;
    margin: 0 8px;
    font-weight: bold;
}

.benefits {
    background-color: #b83787;
}

.benefits .icon img {
    width: 80px;
    margin: 0 auto 15px;
    display: block;
}

.benefits h4 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 22px;
}

.benefits p {
    color: #fff;
    text-align: center;
    margin: 0;
}

.how-to-use .heading {
    text-align: center;
}

.how-to-use .steps li {
    position: relative;
    padding: 30px 50px;
}

.how-to-use .steps .step-01 .step-num {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    margin-right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.how-to-use .steps .step-02 .step-num {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.how-to-use .steps .step-02 .step-num {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.how-to-use .steps .step-03 .step-num {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    margin-right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.how-to-use .steps .step-04 .step-num {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.how-to-use .steps .step-01:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: 100%;
    border-right: 2px dashed #b83787;
    border-bottom: 2px dashed #b83787;
    border-radius: 0px 0px 40px 0px;
}

.how-to-use .steps .step-01:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 100%;
    border-bottom: 2px dashed #b83787;
}

.how-to-use .steps .step-02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 10%;
    height: 100%;
    border-top: 2px dashed #b83787;
    border-left: 2px dashed #b83787;
    border-bottom: 2px dashed #b83787;
    border-radius: 40px 0px 0px 40px;
}

.how-to-use .steps .step-02:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 2px;
    width: 80%;
    height: 100%;
    border-bottom: 2px dashed #b83787;
}

.how-to-use .steps .step-03:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 10%;
    height: 100%;
    border-top: 2px dashed #b83787;
    border-right: 2px dashed #b83787;
    border-bottom: 2px dashed #b83787;
    border-radius: 0px 40px 40px 0px;
}

.how-to-use .steps .step-03:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 4px;
    width: 80%;
    height: 100%;
    border-bottom: 2px dashed #b83787;
}

.how-to-use .steps .step-04:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 10%;
    height: 100%;
    border-top: 2px dashed #b83787;
    border-left: 2px dashed #b83787;
    border-radius: 40px 0px 0px 0px;
}

.home-products {
    margin: 100px 0 0 0;
    position: relative;
}

.home-products:before {
    content: "";
    background-color: #ff7457;
    height: 240px;
    width: 100%;
    position: absolute;
    top: -80px;
    z-index: -1;
}

.home-products .product {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0px 8px 12px rgba(208, 208, 208, 0.56);
    background-color: #fff;
}

.home-products .product .product-type {
    color: #b83787;
    margin: 0 0 5px;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

.home-products .product .product-type img {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 3px solid #ff7457;
    height: 30px;
}

.home-products .product .product-name {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #3d4361;
}

.home-products .product .product-value {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #ff7457;
    margin: 5px 0 20px 0;
}

.home-products .product .product-desc {
    padding: 0 90px;
    margin: 0 0 25px 0;
}

.home-products .product .btn {
    width: 220px;
    margin: 0 auto;
    display: table;
}

.partners a {
    display: inline-block;
    margin: 0 0 30px 0;
}

.partners .heading {
    text-align: center;
}

.partners .more-partners {
    text-align: center;
}

.partners .more-partners a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 20px 0 0 0;
}

.partners .more-partners img {
    margin: 0 8px;
    height: 15px;
}

.partners .more-partners i {
    margin-left: 7px;
    position: relative;
    top: 2px;
}


/*$h00-size-mobile: 40px;
$h0-size-mobile: 32px;
$h1-size-mobile: 26px;
$h2-size-mobile: 22px;
$h3-size-mobile: 18px;*/
/*// Heading sizes - desktop*/
/*$h00-size: 48px;
$h0-size: 40px;
$h1-size: 32px;
$h2-size: 24px;
$h3-size: 20px;
$h4-size: 16px;
$h5-size: 14px;
$h6-size: 12px;*/

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

h6 {
    font-size: 12px;
    line-height: 15px;
}


.page-intro {
    height: 500px;
    text-align: center;
    background: url('../imgs/intro-bgr.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.page-intro:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.5) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.page-intro h1 {
    font-size: 56px;
    line-height: 62px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}

.page-intro p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 35px 0;
}

.page-intro .btn {
    padding: 12px 65px;
    text-transform: uppercase;
    margin: 0 8px;
    font-weight: bold;
    display: inline-block;
}


.customer-steps .step {
    position: relative;
    margin: 0 0 35px 0;
}

.customer-steps .step .step-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7457;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

.customer-steps .step .step-text {
    padding: 0 0 0 40px;
}

.customer-steps .step .step-text p:last-of-type {
    margin: 0;
}

.customer-steps .step .step-text h3 {
    color: #b83787;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.customer-plan .product-type img {
    height: 25px;
}

.customer-plan .product-type span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #ff7457;
    text-transform: uppercase;
    color: #b83787;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.customer-plan ul {
    background-color: #b83787;
    padding: 10px 30px;
    margin: 10px 0 0 0;
}

.customer-plan ul li {
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.customer-plan ul li:last-of-type {
    border: 0;
}

.customer-plan ul li span {
    float: right;
    color: #ff7457;
}

.customer-faq {
    background-color: #ff7457;
}

.customer-faq .heading {
    color: #fff;
    margin-bottom: 30px;
}    


.customer-adventages {
    padding: 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.0784313725490196);
}

.customer-adventages .adventage {
    text-align: center;
}

.customer-adventages .adventage .icon img {    
    width: 80px;
    margin: 0 auto 15px;
    display: block;
}

.customer-adventages .adventage h3 {
    color: #21285e;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.customer-adventages .adventage p {
    margin: 0;
}

.customer-adventages-btn {
    margin: 60px auto 0;
    display: table;
}

.business-stats {
    background-color: #ff7457;
    padding: 40px 0;
}

.business-stats .stat {
    text-align: center;
}

.business-stats .stat .value {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px 0;
}

.business-stats .stat .label {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}


.business-what-we-do {
    text-align: center;
}

.business-what-we-do .heading {
    margin-bottom: 20px;
}

.business-what-we-do p {
    width: 50%;
    margin: 0 auto;
    display: table;
}


.business-how-it-work .heading {
    text-align: center;
}

.business-how-it-work .step-num {
    text-align: center;
    color: #ff7457;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.business-how-it-work .step-img {
    margin: 20px 0;
    display: block;
}

.business-how-it-work .step-img img {
    margin: 0 auto;
    display: block;
    max-height: 300px;
}

.business-how-it-work .step-desc {
    text-align: center;
}

.business-how-it-work .btn {
    margin: 35px auto 0;
    display: table;
}


.business-benefits {
    background-color: #b83787;
}

.business-benefits .heading {
    color: #fff;
    text-align: center;
}
    
.business-benefits .benefit-img img {
    width: 80px;
    margin: 0 auto 15px;
    display: block;
}

.business-benefits .benefit-name {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 22px;
}


.business-form h3 {
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

.business-form p a {
    font-weight: bold;
    color: #444;
    margin-left: 5px;
}

.business-form p a:hover {
    text-decoration: underline;
}

.business-form label {
    margin: 0 0 3px 0;
    font-weight: bold;
}

.business-form button {
    margin: 15px auto 0;
    display: table;
}


.req:after {
    content: "*";
    color: #ff7457;
    margin-left: 3px;
}


.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6 {
    margin: 0 0 20px 0;
}


.about-career {
    margin: 0 0 70px 0;
    text-align: center;
}

.about-career h4 {
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 32px;
}

.about-career a {
    color: #b83787;
}

.about-career a:hover {
    text-decoration: underline;
}


.faq h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.faq .question {
    background-color: #eaeaea;
    border-radius: 4px 4px 0 0;
    padding: 13px 30px;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: relative;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.faq .question.collapsed {
    border-radius: 4px;
}

.faq .accordion {
    margin: 0 0 50px 0;
}

.faq .accordion .question:after {
    font-family: 'FontAwesome';  
    content: "\f106"; 
    float: right; 
}

.faq .accordion .question.collapsed:after {
    content: "\f107";
}

.faq .answer .answer-content {
    padding: 30px 30px;
}

.faq .accordion-item {
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 15px rgba(125, 139, 140, 0.15);
    border-radius: 4px;
}

.faq .accordion-item:last-of-type {
    margin: 0;
}

.faq aside ul li {
    margin: 0 0 3px 0;
}

.faq aside ul li a {
    color: #333;
}

.faq .faq-text {
    margin: 0 0 70px 0;
    text-align: center;
}

.faq .faq-text .heading {
    text-align: center;
}

.faq .faq-text p {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
    display: block;
}


.contact .team-text {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 50px 0;
}

.contact .contact-form button {
    margin: 30px auto 0;
    display: block;
}

.contact .contact-info p {
    margin: 50px 0 25px 0;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 100px;
}

.contact .contact-info a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin: 0 0 5px 0;
}

.contact .contact-info a i {
    margin-right: 5px;
}

.sticky-top {
    top: 120px;
}

.small-intro {
    height: 300px;
}

.login .login-form {
    width: 350px;
    margin: 0 auto;
    display: table;
}

.login .login-form h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.login .sign-nav {
    margin: 0 0 30px 0;
}

.login .sign-nav ul {
    font-size: 0;
}

.login .sign-nav ul li {
    display: inline-block;
    width: 50%;
}

.login .sign-nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.login .sign-nav ul li.active a:before {
    background-color: #da763a;    
    height: 3px;
    bottom: 0px;
}

.login .sign-nav ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.login input[type=text]:focus,
.login input[type=email]:focus,
.login input[type=password]:focus {
    border-color: #a6b6c2;

    -moz-box-shadow: inset 0 -10px 10px -10px #eaeaea;
    -webkit-box-shadow: inset 0 -10px 10px -10px #eaeaea;
    box-shadow: inset 0 -10px 10px -10px #eaeaea;
}

.login input[type=text],
.login input[type=email],
.login input[type=password] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999999;
    height: 35px;
    line-height: 35px;
}

.login button {
    display: block;
    width: 100%;
}

.login .forgot-pass {
    color: #333;
}

.login .forgot-pass:hover {
    text-decoration: underline;
}

.login .hint {
    margin: 25px 0 0 0;
    background-color: #fdf8e4;
    text-align: center;
    padding: 8px 0;
}

.login .hint a:hover {
    text-decoration: underline;
}



.news .news-item {    
    border: 1px solid #e3e3e3;
    background-color: #fff;
    margin: 0 0 50px 0;
}

.news .news-item .news-content {
    padding: 20px;
}

.news .news-item .news-content .news-title {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 10px 0;
    display: table;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
}

.news .news-item .news-content .news-title:hover {
    color: #da763a;
}

.news .news-item .news-content .news-short-desc {
    font-size: 15px;
    line-height: 23px;
}

.news .news-view .news-img {
    margin-bottom: 25px;
}

.news .news-view .news-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #404040;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.news .news-view .news-desc {
    font-size: 15px;
    line-height: 23px;
}

.news .news-list-recent h3 {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: bold;
}


.blog-list .blog-post {
    margin-bottom: 70px;
}

.blog-list .blog-post .blog-img {
    margin: 0 0 25px 0;
}

.blog-list .blog-post .blog-img img {    
    border-radius: 10px;
}

.blog-list .blog-post .blog-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #23282b;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
}

.blog-list .blog-post .blog-title:hover {
    color: #da763a;
}


.pagination li {
    margin-right: 5px;
}

.page-item.active .page-link {
    border-color: #333;
    background-color: #333;
    border-radius: 0;
}

.page-item .page-link {
    color: #333;
    border-radius: 0;
    border-color: #333;
    outline: none;
}

.page-item .page-link:visited,
.page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-item .page-link:hover {
    background-color: #f9f9f9;
    color: #333;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}


.careers .heading {
    margin: 0 0 25px 0;
}

.careers .heading span {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #6c757d;
}

.careers .job-listing h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.careers .job-listing .position {
    border: 1px solid #ddd;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.careers .job-listing .position .position-icon {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    color: #b83787;
}

.careers .job-listing .position .position-title {
    color: #333;
    line-height: 18px;
    min-height: 38px;
    font-weight: bold;
    padding: 10px 0;
    height: 58px;
}

.careers .job-listing .position .position-title:hover {
    color: #b83787;
}

.careers .job-listing .position .position-location {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    color: #a0a0a0;
}

.careers .job-listing .position .position-location i {
    margin-right: 5px;
}

.careers .job-listing .position .position-location a {
    display: block;
    text-align: right;
    color: #b83787;
    text-decoration: none;
}

.careers .job-listing .position .position-location a:hover {
    text-decoration: underline;
}

.career-desc {
    padding: 25px;
    border: 1px solid #ddd;
}

.career-desc h1,
.career-desc h2,
.career-desc h3,
.career-desc h4,
.career-desc h5,
.career-desc h6 {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.career-meta {
    border: 1px solid #ddd;
    padding: 15px 25px;
    margin: 0 0 30px 0;
}

.career-meta .btn {
    display: block;
}

.career-meta .position-title {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.career-meta .position-title span {
    font-weight: bold;
    margin-left: 10px;
}

.career-meta .position-location {
    font-size: 16px;
}

.career-meta .position-location span {
    font-weight: bold;
    margin-left: 10px;
}


.error-page {
    text-align: center;
}

.error-page .error-code {
    font-size: 120px;
    line-height: 115px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #b83787;
}

.error-page .error-code span {
    font-weight: normal;
    font-size: 26px;
    display: block;
    line-height: 1;
    color: #000;
}

.error-page .error-info h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px 0;
    font-weight: bold;
}


footer {
    background-color: #f6f6f6;
    padding: 60px 0 0 0;
}

footer .footer-heading {
    color: #a0a0a0;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

footer .footer-nav li {
    margin: 5px 0;
    display: block;
}

footer .footer-nav li a {
    color: #5d5d5d;
}

footer .copyright {
    margin: 50px 0 10px 0;
    color: #afafaf;
}

footer .footer-social {
    margin: 50px 0 10px 0;
}

footer .footer-social ul {
    text-align: right;
}

footer .footer-social ul li {
    display: inline-block;
    margin: 0 6px;
}

footer .footer-social ul li a {
    color: #484848;
    font-size: 20px;
    line-height: 20px;
}

/* cookies */
.cookie-consent.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.cookie-consent {
    padding: 10px 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1021;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    background: #212327;
    transition: all .5s ease-out;
    color: #fff;
    outline: none;  
}

.cookie-consent .btn {
    padding: 3px 15px;
    font-size: 12px;
}

.cookie-consent a {
    margin: 0 15px;
    color: #fff;
    text-decoration: underline;
}

.cookie-consent a:hover {
    color: #fff;
    opacity: .8;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}