/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800');  */

body {
    font-size: 13px;
    line-height: 21px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    background: #f1f1f1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
}

.p {
    color: #eee;
}

a {
    color: #367c2b;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

.bg-banner {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 120px;
}

.logo {
    padding: 20px;
}

.logo img {
    width: auto;
    border: none;
    border-radius: 0px;
    display: inline;
}

.main-content {
    background: #f1f1f1;
}

.top-link {
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
}

.greetings-line.top-link li h4 {
    margin: 0px;
    color: #ffffff;
    line-height: 38px;
    font-size: 28px;
    font-weight: 600;
}

.top-link li i {
    color: #FFFFFF;
    font-size: 17px;
    padding-right: 15px;
}

.main-box {
    width: 70%;
    margin: auto;
}

.header-top {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu {
    border-color: #616161;
    background-color: #367c2b;
    border-style: solid;
    border-width: 6px 0px 0px;
    margin-top: 60px;
}

.logo img {
    max-width: 252px;
    width: 100%;
    position: relative;
    top: -50px;
}

.contant {
    padding: 120px 30px 120px;
}

.contant h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.contant p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    width: 73%;
    margin: auto;
    padding-top: 25px;
}

.contant-box {
    background: #ffffff;
    padding: 10px 30px 23px;
    min-height: 200px;
    margin: 55px 0px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.contant-box .contant-titel h2 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 25px;
    color: #367c2b;
}

.contant-box .contant-message-body p {
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #191919;
}

.grating-message {
    background: #367c2b;
    padding: 8px 52px 8px;
    min-height: 255px;
    margin: 30px 0px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.mr-t-b {
    margin: 35px 0px 35px;
}

.mr-t {
    margin-top: 70px;
}

.line-horizontal {
    width: 20%;
    border-top: 2px solid #000;
    padding-bottom: 15px;
}

.line-horizontal-how-to {
    width: 10%;
    border-top: 2px solid #367c2b;
    padding-bottom: 15px;
    margin: auto;
}

.grating-titel h2 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 25px;
    color: #ffffff;
}

.grating-message-body p {
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.video-part {
    margin: 30px 0px;
    min-height: 280px;
}

.video img {
    border: 0px solid #fff;
    border-radius: 0px;
    display: block;
    height: auto;
    margin: auto;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.video-wrap {
    margin-top: 30px;
}

.video-wrap .inner {
    text-align: left;
}

.video-wrap .inner {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0.4em 1em;
    width: 100%;
    background: #367c2b;
    margin-top: -45px;
}

.contact-form {
    background: #FFFFFF;
}

.contact-form h3 {
    color: #367c2b;
    font-size: 23px;
}

.contact-form p {
    color: #ffffff;
    font-size: 16px;
}

.contact-form-body {}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    border-radius: 0;
}

.form-group {
    margin: 10px 0;
}

.btn-submit {
    box-sizing: content-box;
    line-height: 21px;
}

.submit-button {
    background-color: #616161;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 17px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
    position: fixed;
    top: 10px;
    z-index: 1000;
    width: 288px;
    right: 526px;
}

.login-request {
    background-color: #616161;
    color: #ffffff;
    border-radius: 0px;
    margin-top: 0px !important;
    padding: 5px 10px;
    font-size: 17px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
    position: fixed;
    top: 10px;
    z-index: 1000;
    width: 282px;
    right: 221px;
}

.submit-button:hover,
.login-request:hover {
    color: #ffffff;
    background: #AEAEAE;
    transition: 0.3s ease-in-out;
}

.submit-button:active,
.submit-button:focus,
.login-request:active,
.login-request:focus {
    color: #ffffff !important;
    background: #AEAEAE;
}

.nopading-right {
    padding-right: 0px;
}

.nopading-left {
    padding-left: 0px;
}

.inner h5 {
    color: #fff;
}

.line-horizontal-video {
    width: 10%;
    border-top: 2px solid #FFF;
    padding-bottom: 15px;
    margin: auto;
}

.video-part {
    background: #367c2b;
}

.video-part {
    width: 100%;
    background-image: url(../images/vt-rbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.video span.play {
    background: #898d8d00 url(../images/icon-play-white.png) no-repeat scroll 55% center / 30% auto;
    border-radius: 50%;
    display: block;
    height: 66px;
    border: 3px solid #fff;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    transition: all 0.25s ease-in-out 0s;
    width: 66px;
}

.heading-howto {
    text-align: center;
}

.heading-howto h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.link-mob li i {
    color: #000;
    font-size: 17px;
    padding-right: 10px;
}

.link-mob li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

.contact-part {
    background: #C7C3C3;
    padding: 30px 0px 30px;
}

.heading-contact {
    text-align: center;
}

.heading-contact h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
}

.contact-part p {
    line-height: 2;
    font-size: 15px;
}

.head {
    font-weight: 500;
}

.fotter {
    background: #367c2b;
}

.fotter p {
    color: #FFFFFF;
    line-height: 4;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {
    .contact-form {
        background: #B5282E;
        padding: 22px 30px 23px;
    }
}

@media (max-width: 767px) {
    .contant {
        padding: 70px 0px 70px;
    }
    .contant h1 {
        font-size: 20px;
        line-height: 31px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .nopading-right {
        padding-right: 15px;
    }
    .nopading-left {
        padding-left: 15px;
    }
    .main-content {
        background: #fff;
        padding-top: 40px;
    }
}

#top {
    border-style: solid;
    border-color: #616161;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    border-width: 10px 10px 0px;
}

#bottom {
    border-style: solid;
    border-color: #367c2b;
    background-color: #367c2b;
    border-radius: 2px;
    border-width: 0px 10px 10px;
}

#u1821945 {
    z-index: 137;
    height: 39px;
    position: fixed;
    top: 58px;
}

#u1821945 {
    border-color: rgb(199, 195, 195);
    border-style: solid;
    background-color: rgb(1, 81, 140);
    border-width: 5px 0px 0px;
}

#menuu1821796 {
    z-index: 138;
    width: 485px;
    height: 39px;
    position: fixed;
    top: 63px;
    left: 50%;
    margin-left: 95px;
}

#u1821934,
#menuu1821796,
#u11266098 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

#u1838851 {
    z-index: 175;
    width: 262px;
    height: 92px;
    position: fixed;
    top: 27px;
    left: 50%;
    margin-left: -581px;
}

#u1838851 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(255, 255, 255);
}

#u1821930 {
    z-index: 176;
    width: 234px;
    padding-bottom: 62px;
    top: 37px;
    left: 50%;
    margin-left: -566px;
}

#u1821907,
#u1821930,
#logo-box {
    position: fixed;
}

#u1821930 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

#logo-box {
    z-index: 177;
    width: 234px;
    height: 62px;
    top: 26px;
    left: 50%;
    margin-left: -566px;
}

#logo-box {
    border-color: rgba(0, 0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    border-width: 0px;
    filter: alpha(opacity=100);
    background-size: contain;
}

#top {
    z-index: 135;
    width: 274px;
    height: 41px;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -587px;
}

#bottom {
    z-index: 136;
    width: 274px;
    height: 42px;
    position: fixed;
    top: 83px;
    left: 50%;
    margin-left: -587px;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    background: rgba(48, 133, 163, 0);
    text-align: center;
    cursor: pointer;
}

figure.effect-lily img {
    width: 100%;
    opacity: 1;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
}

figcaption h4 {
    color: #ffffff;
    font-size: 14px;
}

.support-Portal {
    margin: 30px 0px 0;
    background: #367c2b;
}

.support-box {
    margin-bottom: 10px;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.support-box i {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.support-box h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}

.support-box h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.contact-box {
    background: #fff;
    padding: 15px 20px;
    margin-top: 0px;
    height: auto;
    text-align: center;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
}

.contact-box h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
    color: #367c2b;
    margin-top: 0px;
}

.contact-box h4 {
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
    font-size: 16px;
}

.contact-box p {
    font-size: 14px;
    margin-bottom: 4px;
}

.link-user a {
    font-size: 17px;
    font-weight: 500;
}

.link-user a:hover {
    color: #000000;
}

@media (max-width: 767px) {
    .navbar-right {
        margin-right: 0;
    }
    .contant {
        padding: 70px 0px 70px;
    }
    .contant h1 {
        font-size: 20px;
        line-height: 31px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .nopading-right {
        padding-right: 15px;
    }
    .nopading-left {
        padding-left: 15px;
    }
    .main-content {
        background: #fff;
        padding-top: 0px;
    }
    .menu {
        margin-top: 53px;
    }
    #top {
        z-index: 135;
        width: 274px;
        height: 41px;
        position: fixed;
        top: 12px;
        left: 48%;
        margin-left: -117px;
    }
    #bottom {
        z-index: 136;
        width: 274px;
        height: 42px;
        position: fixed;
        top: 76px;
        left: 48%;
        margin-left: -117px;
    }
    #u1838851 {
        z-index: 175;
        width: 257px;
        height: 92px;
        position: fixed;
        top: 19px;
        left: 50%;
        margin-left: -117px;
    }
    #logo-box {
        z-index: 177;
        width: 234px;
        height: 62px;
        top: 26px;
        left: 50%;
        margin-left: -117px;
    }
    .submit-button {
        position: relative;
        top: 130px;
        width: 260px;
        right: 0px;
        z-index: 99;
        margin: auto;
    }
    .login-request {
        position: relative;
        top: 140px;
        width: 260px;
        right: 0px;
        z-index: 99;
        margin: auto;
    }
    .bg-banner {
        padding-top: 140px;
    }
    .contant-box {
        background: #ffffff;
        padding: 1px 30px 23px;
        min-height: 200px;
        margin: 10px 0px 30px;
    }
    .overlay-content h1 {
        color: #fff;
        font-size: 22px;
    }
    .home-form {
        width: 100%;
        padding: 15px 20px 25px;
        margin: 0 auto;
    }
    .grating-message {
        background: #B6292F;
        padding: 5px 20px 10px;
        margin-bottom: 0;
    }
    .video-part {
        margin: 30px 0px;
        min-height: 352px;
    }
}


/*===   LOGIN POPUP START =====  */

@media (min-width: 768px) {
    #loginpopup .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
    background: rgb(238, 238, 238);
}

.modal-title {
    float: left;
    margin-top: 4px;
    font-size: 2rem;
}

.modal-body {
    padding: 0 25px 15px 25px;
}

.modal-body img {
    margin-bottom: 15px;
}

.modal-header {
    padding: 15px;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-header .close {
    font-size: 36px;
    color: #888;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.modal-footer button {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    background: none;
    border: 1px solid #888;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.modal-footer button:hover {
    outline: 0;
    opacity: 0.6;
    background: none;
    border: 1px solid #888;
    color: #888;
}

.modal-footer button:focus,
.modal-footer button:active:focus,
.modal-footer button.active:focus {
    outline: 0;
    opacity: 0.6;
    background: none;
    border: 1px solid #888;
    color: #888;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button:before {
    background: none;
}

.form-wrap {
    background: #fff;
    margin: 35px 0px 0;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.modal-content input[type="text"],
.modal-content input[type="password"],
.modal-content textarea,
.modal-content textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.modal-content textarea,
.modal-content textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.modal-content input[type="text"]:focus,
.modal-content input[type="password"]:focus,
.modal-content textarea:focus,
.modal-content textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content input[type="text"]:-moz-placeholder,
.modal-contenttextarea:-moz-placeholder,
.modal-contenttextarea.form-control:-moz-placeholder {
    color: #888;
}

.modal-content input[type="text"]:-ms-input-placeholder,
.modal-contenttextarea:-ms-input-placeholder,
.modal-contenttextarea.form-control:-ms-input-placeholder {
    color: #888;
}

.modal-content input[type="text"]::-webkit-input-placeholder,
.modal-contenttextarea::-webkit-input-placeholder,
.modal-contenttextarea.form-control::-webkit-input-placeholder {
    color: #888;
}

.modal-content button.btn {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #367c2b;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.modal-content button.btn:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
}

.modal-content button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #831d32;
    color: #fff;
}

.modal-content button.btn:active:focus,
.modal-content button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #831d32;
    color: #fff;
}

.modal-content button.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
    .form-bottom {
        padding: 20px 0;
    }
    .form-wrap {
        margin: 20px 0px 0;
    }
}


/*===   LOGIN POPUP END =====  */