rj-*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    /*background-color: #f2f4f4;*/
    font-family: 'Nunito', sans-serif;
    color: #222222;
    overflow-x: hidden;
}

a {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}

#newsletter-form h1 {
	font-size: 32px;
}

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

.kick-starter-logo {
    width : 385px;
    padding-bottom: 12px;
}

.newsletter1, .newsletter2 {
    margin-top: 30px;
}

.intro-btns {
	margin-top: 10px;
}

.newsletter-respond2 {
    font-size: 16px;
}

.fa {
    vertical-align: middle;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px;
}
/* ##### General Class ##### */

a.btn.btn-custom,
button.btn.btn-custom {
    background-color: rgba(0,205,229,0.5);
    color: rgba(255,255,255,0.75);
    border: none;
    text-transform: uppercase;
}

a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
    color: #fff;
    background-color: #00b3c8;
}

a.btn.btn-dark-blue,
button.btn.btn-dark-blue {
    background-color: #090031;
    color: #fff;
    border-color: #090031;
    /*text-transform: uppercase;*/
}

a.btn.btn-dark-blue:hover,
button.btn.btn-dark-blue:hover,
a.btn.btn-dark-blue:focus,
button.btn.btn-dark-blue:focus {
    color: #fff;
    /*    background-color: #090031;*/
    background-color: #00cde5;
    border-color: #00b3c8;
}

.delayp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.delayp2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}

.delayp3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
}

.delayp4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
}

.delayp5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
}

.section {
    background-color: #ffffff;
}

.section > .section-inner {
    position: relative;
}

.section > .section-inner > .section-content {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media (min-width: 1023px) {
    .section > .section-inner > .section-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section > .section-inner > .section-content .section-title {
    color: #222;
    text-transform: uppercase;
    padding-bottom: 40px;
}

@media (min-width: 1023px) {
    .section > .section-inner > .section-content .section-title {
        padding-bottom: 60px;
    }
}

.section > .section-inner > .section-content .section-title > .main-title {
    font-size: 35px;
    font-weight: 300;
}

@media (min-width: 479px) {
    .section > .section-inner > .section-content .section-title > .main-title {
        font-size: 45px;
    }
}

@media (min-width: 599px) {
    .section > .section-inner > .section-content .section-title > .main-title {
        font-size: 55px;
    }
}

@media (min-width: 767px) {
    .section > .section-inner > .section-content .section-title > .main-title {
        font-size: 60px;
    }
}

.section > .section-inner > .section-content .section-title > .sub-title {
    font-size: 20px;
    font-weight: 300;
}

@media (min-width: 479px) {
    .section > .section-inner > .section-content .section-title > .sub-title {
        font-size: 25px;
    }
}

.section > .section-inner > .section-content .section-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}

.section.section-bgtype-image {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section.section-bgtype-image > .section-inner > .bg-overlay {
    content: '';
    position: absolute;
    background-color: #000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    zoom: 1;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=65)";
}

.section.section-bgtype-image > .section-inner > .section-content .section-title {
    color: #b7ada4;
}

.section.section-bgtype-image > .section-inner > .section-content .section-title > .section-line {
    background-color: #b7ada4;
}


/* ##### Page Loader ##### */

#rj-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

#rj-loader .preload {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}

#rj-portfolio {
    background-image: url("../img/bg_mms.jpg");
}
/* ##### Navbar ##### */

.navbar.rj-navbar {
    position: relative;
    margin: 0;
    border: 0;
    min-height: 60px;
    background-color: #090031;
    z-index: 1030;
}

@media (min-width: 767px) {
    .navbar.rj-navbar {
        -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    }
}

.navbar.rj-navbar .navbar-brand {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.1em;
    width: 200px;
    background-position: 15px 4px;
    cursor: pointer;
}

.navbar.rj-navbar .navbar-brand:hover {
    color: #fff;
}

.navbar.rj-navbar .navbar-toggle {
    margin-top: 12px;
    background-color: #a66bbe;
}

.navbar.rj-navbar .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    /*text-transform: uppercase;*/
}

@media (min-width: 767px) {
    .navbar.rj-navbar .navbar-nav > li > a {
        height: 60px;
        line-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.funny-box-text > .social-btn > .social-icon > a  {
    color: #00CDE5;
}
.navbar.rj-navbar .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #a66bbe;
}

.navbar.rj-navbar .navbar-nav > li > a > i.fa-angle-down {
    padding-left: 2px;
}

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

@media (min-width: 767px) {
    .navbar.rj-navbar .navbar-nav > li.active a,
    .navbar.rj-navbar .navbar-nav > li.active a:hover {
        color: #fff;
        background-color: #a66bbe;
        background-repeat: repeat;
    }
}


/* ##### Sidebar ##### */

#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: #222;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 2000;
    opacity: 0.98;
    filter: alpha(opacity=98);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=98)";
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#sidebar-wrapper > .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar-wrapper > .sidebar-nav > li {
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
}

#sidebar-wrapper > .sidebar-nav > li > a {
    display: block;
    color: #f5f5f5;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #363636;
}

#sidebar-wrapper > .sidebar-nav > li > a:hover {
    color: #f5f5f5;
    background-color: #a66bbe;
    text-decoration: none;
}

#sidebar-wrapper > .sidebar-nav > li > a:active,
#sidebar-wrapper > .sidebar-nav > li > a:focus {
    text-decoration: none;
}

#sidebar-wrapper > .sidebar-nav > li.sidebar-brand {
    background-color: #a66bbe;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #363636;
}

#sidebar-wrapper > .sidebar-nav > li.toogle-wrapper {
    position: absolute;
    line-height: 0px;
    text-indent: 0px;
    top: 13px;
    right: 8px;
}

#sidebar-wrapper > .sidebar-nav > li.toogle-wrapper > a {
    border: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ##### Intro Section ##### */
#rj-intro {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
}
.img-section {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    background-image: url("../img/bg-home.png");
    background-color: #090031;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -1;
}


@media (min-width: 1279px) {
    #rj-intro {
        height: 100%;
        padding: 0px;
    }
}

#rj-intro .intro-body {
    position: relative;
    /*    display: table-cell;*/
    vertical-align: middle;
    /*    padding-top: 70px;*/
    /*    padding-bottom: 70px;*/
    z-index: 5;
}


@media (min-width: 1279px) {
    #rj-intro .intro-body {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}


#rj-intro .intro-body .logo > h1 {
    display: block;
    width: 720px;
    height: 120px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    border: none;
    margin: auto;
}
#rj-intro .intro-body .intro-text {
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 767px) {
    #rj-intro .intro-body .intro-text {
        margin-top: 50px;
    }
}

#rj-intro .intro-body .intro-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

@media (min-width: 767px) {
    #rj-intro .intro-body .intro-text h2 {
        font-size: 55px;
    }
}

#rj-intro .intro-body .intro-text p.lead {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

@media (min-width: 767px) {
    #rj-intro .intro-body .intro-text p.lead {
        font-size: 26px;
    }
}

#rj-intro .intro-body .page-scroll {
    /*margin-top: 30px;*/
    margin-top: -55px;
}
@media only screen and (max-width: 450px) {
    #rj-intro .intro-body .page-scroll {
        margin-top: 0px;
    }
}
/*
@media (min-width: 359px) {
    #rj-intro .intro-body .page-scroll {
         margin-top: 0px;
    }
}
@media (min-width: 767px) {
    #rj-intro .intro-body .page-scroll {
         margin-top: -55px;
    }
}*/
#rj-intro .intro-body .page-scroll a.btn {
    font-family: 'Raleway', sans-serif;

}
@media (min-width: 767px) {
    #rj-intro .intro-body .page-scroll a.btn {
        padding: 20px 25px;
        font-size: 22px;
    }
}


/* ##### Who We Are Section ##### */

#rj-who-we-are .carousel-container {
    padding-bottom: 40px;
}

@media (min-width: 1023px) {
    #rj-who-we-are .carousel-container {
        padding-bottom: 0px;
    }
}

#rj-who-we-are .who-we-are-text {
    text-align: center;
}

@media (min-width: 1023px) {
    #rj-who-we-are .who-we-are-text {
        text-align: left;
    }
}

#rj-who-we-are .who-we-are-text > h4 {
    font-size: 25px;
    text-transform: uppercase;
}

#rj-who-we-are .who-we-are-text > p {
    font-size: 18px;
}

#rj-who-we-are .who-we-are-text > .page-scroll {
    padding-top: 10px;
}


/* ##### Counters Section ##### */

#rj-counters, #rj-sfrHome {
    background-image: url("../img/IMG_0533.JPG");
    background-position: bottom center;
}


/* ##### Charts Section ##### */

#rj-charts {
    background-image: url("../img/bg-charts.jpg");
}
#rj-counters {
    background-image: url("../img/bg_pcb.jpg");
}
/* ##### Quote Section ##### */

#rj-why-us {
    background-image: url("../img/bg-keep-in-touch.jpg");
}
#rj-quote {
    background-image: url("../img/bg-keep-in-touch.jpg");
}

#rj-quote > .section-inner > .section-content {
    padding-top: 100px;
    padding-bottom: 80px;
    color: #d8d5d3; /*#b7ada4*/
}

#rj-quote > .section-inner > .section-content .quote-text > .quote-icon > i {
    color: #a66bbe;
    padding-bottom: 20px;
}

#rj-quote > .section-inner > .section-content .quote-text > h2 {
    font-size: 40px;
}

#rj-quote > .section-inner > .section-content .quote-text > h2.quote-by {
    color: #a66bbe;
}

#rj-quote > .section-inner > .section-content .quote-text > h3 {
    font-size: 20px;
}


/* ##### Keep In Touch Section ##### */

#rj-keep-in-touch {
    background-image: url("../img/bg-keep-in-touch.jpg");
}
#rj-keep-in-touch .social-icon-item .social-icon > i {
    color: #b7ada4;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#rj-keep-in-touch .social-icon-item > a {
    color: #b7ada4;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#rj-keep-in-touch .social-icon-item > a:hover {
    color: #a66bbe;
    cursor: pointer;
}

#rj-keep-in-touch .social-icon-item.not-right-column.top-column {
    margin-bottom: 50px;
}

@media (min-width: 1023px) {
    #rj-keep-in-touch .social-icon-item.not-right-column.top-column {
        margin-bottom: 0px;
    }
}

#rj-keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 50px;
}

@media (min-width: 767px) {
    #rj-keep-in-touch .social-icon-item.not-right-column {
        margin-bottom: 0px;
    }
}


/* ##### Testimonials Section ##### */

#rj-testimonial {
    background-image: url("../img/bg-mms.jpg");
}


/* ##### Countdown Section ##### */

#rj-countdown {
    background-image: url("../img/bg-countdown.jpg");
}

#rj-countdown .countdown-form {
    margin-top: 60px;
}

@media (min-width: 359px) {
    #rj-countdown .countdown-form {
        margin-top: 70px;
    }
}

#rj-countdown .countdown-form form > .input-group > span.input-group-btn > .btn {
    padding-top: 11px;
    padding-bottom: 10px;
}

#rj-countdown .countdown-text {
    margin-top: 50px;
}

#rj-countdown .countdown-text > p {
    color: #b7ada4;
}

/* ##### Contact Us Section ##### */

#rj-team {
    background-color: #F2F4F4;
    background-position: bottom center;
}
.white-par {
    color: #f6f6f1;
    font-size: 18px;
}
.grey-par {
    color: #b3b3b3;
}
.ligth-blue-h1 {
    color: #10ccf2;
}
.magenta-h1 {
    /*color: #ad3398;*/
    color: #A66BBE;
}
.blue-h1 {
    color: #1959a3;
}
.dark-blue {
    color: #030021;
}
.op-email {
    border: 1px solid #090031 !important;
    font-size: 20px;
}
.newsletter-div {
    display: none;
    background: #ffffff;
    color: rgb(71, 71, 71);
    padding: 10px;
    position: absolute;
    z-index: 1040;
    border-radius: 5px;
    border: 1px solid rgb(9, 0, 49) !important;
}

#rj-contact-us {
    background-image: url("../img/bg-friends.jpg");
}
#rj-contact-us .content-message {
    color: #fff;
    /*background-color: #a66bbe;*/
    margin-bottom: 50px;
    padding: 30px;
}

#rj-contact-us .form-group .input-group {
    width: 100%;
}

#rj-contact-us .form-group label {
    color: #f6f6f1;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#rj-contact-us .form-group label.error {
    position: absolute;
    top: -26px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

#rj-contact-us .form-group input,
#rj-contact-us .form-group textarea {
    color: rgba(255,255,255,0.75);
    font-weight: 300;
    letter-spacing: 0.1em;
    border-radius: 0px;
    border: none;
    background-color: rgba(255,255,255,0.25);
}

#rj-contact-us .form-group textarea {
    height: 137px;
}

#rj-contact-us .form-group button {
    width: 100%;
    margin-top: 30px;
    border-radius: 0px;
}

#rj-contact-us .form-group span {
    color: #fff;
    background-color: #a66bbe;
    border-radius: 0px;
    border-color: #a66bbe;
}

#rj-contact-us .form-group span > i {
    width: 20px;
}

#rj-contact-us .social-icon-text > h2 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #a66bbe;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #2b79a7;
    margin-top: 50px;
}

#rj-contact-us .social-icon-text > h4 {
    color: #b7ada4;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 30px;
}

#rj-contact-us .social-icon-text > ul.social-icon-list {
    margin-top: 20px;
}

#rj-contact-us .social-icon-text > ul.social-icon-list > li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #c9c9c9;
    font-size: 16px;
    text-align: center;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#rj-contact-us .social-icon-text > ul.social-icon-list > li a:hover {
    border-color: #ffffff;
}
#rj-contact-us > h1 {
    color: #ffffff;
}

#rj-contact-us .contact-h4 {
    position: relative;
    padding-bottom: 25px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.h1-white {
    color: #ffffff;
    font-weight: bold;
}
.social-btn {
    margin-top: 20px;
}
.social-btn > .social-icon > a {
    cursor: pointer;
    font-size: 6px !important;
    margin: 10px;
    color: #ffffff;
}
/* ##### Footer ##### */

footer.footer {
    background-color: #1c1c1c;
    /*border-top: 1px solid #363636;*/
    color: #888;
}

footer.footer a {
    color: #c9c9c9;
}

footer.footer a:hover {
    color: #ffffff;
}

footer.footer #rj-footer {
    background-color: #1c1c1c;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer.footer #rj-footer .footer-column.not-right-column {
    margin-bottom: 50px;
}

@media (min-width: 767px) {
    footer.footer #rj-footer .footer-column.not-right-column {
        margin-bottom: 0px;
    }
}

footer.footer #rj-footer .footer-column .footer-text {
    text-align: center;
}

@media (min-width: 767px) {
    footer.footer #rj-footer .footer-column .footer-text {
        text-align: left;
    }
}

footer.footer #rj-footer h4 {
    color: #c9c9c9;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

footer.footer #rj-footer p {
    font-size: 14px;
    margin-bottom: 20px;
}

footer.footer #rj-footer ul.icon-list > li {
    padding-bottom: 10px;
}

footer.footer #rj-footer ul.icon-list > li > i {
    padding-right: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li {
    padding-bottom: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

footer.footer #rj-footer ul.social-icon-list > li a:hover {
    border-color: #ffffff;
}

footer.footer #rj-footer .newsletter-form input {
    background-color: transparent;
    border-color: #888;
}

footer.footer #rj-copyright {
    background-color: #090031;
    padding: 15px 0px;
    /*border-top: 1px solid rgba(114, 114, 114, 0.25);*/
}

footer.footer #rj-copyright p {
    font-size: 13px;
    text-align: center;
    margin: 0px;
}
@media (min-width: 767px) {
    footer.footer #rj-copyright p {
        text-align: left;
    }
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.logo-responsive {
    display: block;
    width: 60%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#rj-counters h3 {
    color: #ffffff;
}

.text-size > h4 {
    font-size: 20px !important;
}
.text > p {
    font-size: 16px !important;
}
.nth-team {
    height: 307px;
}
.nth-team-item {
    position: absolute;
    bottom: 0px;
}
@media (max-width: 690px) {
    .text-size > h4 {
        font-size: 16px !important;
    }
    .text > p {
        font-size: 12px !important;
    }
}
@media (max-width: 450px) {
}

.x2 {
    width: 50%;
}
.newsletter-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 5px;
    cursor: pointer;
    z-index: 50;
}
.btn-go-to-blog, .btn-newsletter {
    width: 241px;
}
.btn-newsletter {
	display: none;
}
.op-btn, .op-input {
    height: 41px;
    padding: 10px !important;
    margin: 10px 0;
}

.arrow-more-container {
    margin-top: 50px;
}

/*#bgvid {
        position: absolute;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -100; 
        background: url("../img/bg-home.png") no-repeat center center fixed;
        -webkit-background-size:cover; 
        -moz-background-size:cover; 
        -o-background-size:cover; 
        background-size:cover; 
        object-fit: cover;
        object-position: 50% 50%;
        min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

}
*/
#video-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-home.png") no-repeat center center fixed;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover; 
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
    #video-bg > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}

#bgnovid {
    position: absolute;
    top: 0;
    z-index: -150; 
    background: url("../img/bg-home.png") no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover;
    width: 100%;               /* Keep aspect ratio*/
    height: 100%;
    display:none;
}

.btn-custom, .btn-dark-blue { margin: 10px }
.no-margin {
    margin: 0px !important;
}

.txt-outline {
	font-size: 1.2em;
    text-shadow:
        -1px -1px 3px rgba(9,0,65,0.5),
        1px -1px 3px rgba(9,0,65,0.5),
        -1px 1px 3px rgba(9,0,65,0.5),
        1px 1px 3px rgba(9,0,65,0.5); 
}
.fa-outline { 
    font-size: 6em; 
    text-shadow:
        -1px -1px 3px rgba(9,0,65,0.5),
        1px -1px 3px rgba(9,0,65,0.5),
        -1px 1px 3px rgba(9,0,65,0.5),
        1px 1px 3px rgba(9,0,65,0.5); 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fa-outline:hover {
    text-shadow:
        -1px -1px 8px rgba(9,0,65,0.5),
        1px -1px 8px rgba(9,0,65,0.5),
        -1px 1px 8px rgba(9,0,65,0.5),
        1px 1px 8px rgba(9,0,65,0.5); 
}
.btn-border {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.arrows {
    margin-bottom: 20px;
}

@media (max-width: 480px) {

	.txt-outline {
		font-size: 1em;
	}
	.btn-newsletter {
		display: inline-block;
	}
	.newsletter1 {
		display: none;
	}
	
    #newsletter-form h1 {
        font-size: 17px;
    }

    .op-email {
        font-size: 16px;
        width: 90%;
    }
    .newsletter-div {
        top: 30%;
    }
    
	.intro-btns {
		margin-top: 0px;
	}    

    #bgvid { display: none; }
    #bgnovid { display: inline; }
    .arrow-more-container { margin-top: 20px; }
    #rj-contact-us {
        background-repeat: repeat-y;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto;
        -o-background-size: 100% auto;		
    }    
}

@media screen and (max-device-width: 640px) {
    .newsletter-div {
        top: 30%;
    }
    #bgnovid {
        background-attachment: scroll;
    }
}
.center-div {
    text-align: center;
}
.timeline-body-social {
    margin: 0px;
    padding-top: 17px;
}
.timeline-body {
    position: relative;
}
.timeline-body .social-icon > a {
    color: #222 !important;
}
.timeline-social {
    position: absolute;
    margin-top: -65px;
    right: 0;
}