 @charset "utf-8";
 /* CSS Document */

 /*html*/

 body {
     color: #4A4A4D;
     font-family: "Open Sans", sans-serif;
     padding-top: 0px;
     font-size: 14px;
 }

 .main-container.container {
     padding: 0px;
     width: 100%;
 }

 /*lightbox*/

 .ekko-lightbox-nav-overlay a:empty {
     top: 42% !important;
 }

 .ekko-lightbox.modal .modal-dialog {
     width: 100% !important;
 }

 .ekko-lightbox.modal .modal-dialog {
     max-width: 100% !important;
     width: 100% !important;
 }

 .ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
     margin: 0 auto;
 }

 .ekko-lightbox .modal-header {
     border: 0;
 }

 .ekko-lightbox .modal-header .close {
     color: #fff;
     font-size: 60px;
     opacity: 1;
 }

 .ekko-lightbox .modal-content {
     background: none;
     border: 0;
     box-shadow: none;
 }

 .carousel-control.left, .carousel-control.right {
     background: none;
     width: 50px;
 }

 .carousel-inner {
     height: 260px;
     min-height: 260px;
 }

 .carousel-inner>.item>a>img {
     max-height: 250px;
 }

 /*fonts*/

 h1, h2, h3, h4, h5, h6, .main-nav, section.statistics .stat .info, section.statistics .stat .desc {}

 h1, h2, h3, h4, h5, h6 {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
 }

 h1 {
     font-weight: 300;
 }

 /*nav*/

 #main-nav {
     clear: both;
     padding: 0;
 }

 .main-nav .container {
     padding: 0px;
 }

 .logo {
     float: left;
 }

 .logo img {
     height: auto;
     max-width: 190px;
 }

 .navbar-brand {
     height: auto;
     padding: 8px 0 0 15px;
 }

 nav.main-nav {
     background: #222;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     color: #999;
     margin-top: 0px;
     min-height: 75px;
     position: fixed;
     width: 100%;
     z-index: 1000;
     transition: all .4s ease-in-out;
 }

 nav.main-nav.affix {
     background-color: rgba(37, 64, 143, 0.9);
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     margin-top: 0px;
     position: fixed;
 }

 nav.main-nav ul {
     background: #4a4a4d;
     margin: 0px;
 }

 nav.main-nav ul, nav.main-nav li, nav.main-nav a {
     text-align: center;
     width: 100%;
     transition: all .4s ease-in-out;
 }

 /*this is where you control the navi rollover*/

 nav.main-nav a:hover, nav.main-nav a:focus {
     background: none;
     color: #fff;
     font-weight: bold;
     border-bottom: solid 0px #25408F;
 }

 .navbar-nav>li>a {
     border-radius: 25px;
     color: #fff;
     font-size: 12px;
     margin: 0;
     padding: 25px 20px;
     font-weight: bold;
     text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
 }

 .navbar-nav>li:last-child>a {
     margin-right: 15px;
 }

 nav.main-nav li.active a {
     background: #25408f;
     border-radius: 0;
     color: #fff;
 }

 .navbar-toggle .icon-bar {
     background: #fff;
 }

 .btn-mobile-nav {
     margin-top: 17px;
 }

 /*header*/

 header {
     background: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN5wXMUyjjGdOd5deUXpi68RNQMOIrqSdUY88SKekt4pw.png) repeat;
     margin-top: 0px;
     min-height: 660px;
     position: relative;
 }

 header .header-intro {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     background-image: linear-gradient(#00000040, #00000040);
     color: #ffffff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
     top: 0;
     left:0;
     pointer-events: none;
 }
 header .inner {
    text-align: center;
    pointer-events: all;
}

 header .btn-wrapper {
     bottom: 20px;
     display: block;
     font-size: 30px;
     position: absolute;
     text-align: center;
     width: 100%;
     z-index: 999;
 }

 header .btn-wrapper .btn-scroll-down {
     color: #fff;
     border: 2px solid #fff;
     border-radius: 100% !important;
     display: none;
     font-size: 30px;
     height: 50px;
     line-height: 44px;
     width: 50px;
     transition: all .4s ease-in-out;
 }

 header .btn-wrapper .btn-scroll-down:hover {
     color: rgba(255, 255, 255, 0.6);
     border-color: rgba(255, 255, 255, 0.6);
 }

 header hr {
     border-bottom: 1px solid #fff;
     border-top: 1px solid #fff;
     height: 2px;
     margin: 20px auto;
     max-width: 200px;
 }

 h1.intro {
    font-size: 48px;
}

 header h2 {
     font-size: 24px;
     font-weight: 700;
     text-transform: capitalize;
 }

 h4 {
     font-size: 24px;
 }

 /*buttons*/

 .links {
     margin-top: 40px;
     text-shadow: none;

 }
 .overlay-disable .btn-bar {
	position:absolute;
	right:30px;
	top:0px;
}
.overlay-disable .btn-bar .btn.btn-outline {
    border-radius: 0 0 12px 12px;
    padding: 6px 12px;
    margin: 0 5px;

}
.overlay-disable #main-nav {
    padding-top: 20px;

}
.overlay-disable .navbar-brand {
    padding-top: 18px;
}
 .btn.btn-outline {
     background: #FFFFFF;
     border-radius: 24px;
     font-size: 12px;
     color: #25408f;
     margin: 10px;
     transition: all .2s ease-in-out;
     font-weight: 700;
     text-transform: uppercase;
     padding: 8px 16px;
 }

 .btn.btn-outline:hover {
     background: #25408f;
     color: #fff;
 }

 .ca {
     bottom: 0px;
     position: fixed;
     right: auto;
     z-index: 1000;
     width: 100%;

 }

 .ca .btn.btn-outline {
     background: #25408f;
     color: #fff;
     font-size: 12px;
     margin: 0;
     width: 100%;
     border-radius: 0;
 }
 .overlay-disable div.ca {
    display: none !important;
}

 /*main body*/

 .main.container-fluid {
     min-height: 400px;
     padding: 0px;
 }

 section {
     background: #fff;
     padding: 50px 15px;
 }

 section .col-sm-4, section .col-sm-6, section .col-sm-3 {
     margin-bottom: 60px;
 }

 section .col-sm-4:last-child, section .col-sm-6:last-child, section .col-sm-3:last-child {
     margin-bottom: 0px;
 }

 section .section-title {
     text-align: center;
 }

 section .section-title h2 {
     display: inline-block;
     font-size: 30px;
     font-weight: 700;
     line-height: 1.2;
     margin: 0 0 30px 0;
     padding: 0;
     text-align: center;
     color: #4A4A4D;
 }

 section h3.subtitle {
     display: block;
     font-family: "Open Sans", sans-serif;
     font-size: 20px;
     font-weight: normal;
     line-height: 36px;
     margin: 20px 0 0 0;
     text-align: left;
 }

 section h3.subtitle.first {
     margin-top: 0px;
 }

 section .content {
     margin-top: 10px;
 }

 section img.pull-left {
     padding: 0 15px 5px 0;
 }

 section img.pull-right {
     padding: 0 0 5px 15px;
 }

 section.photo-section {
     background: #F5F5F7;
 }

 section.statistics {
     background: #25408F url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN-_ykAnnNfLY5ViENrsmscK6W4t8GfnwHdQNNatPT4ZXI4s2aIx6qkW9F00ek8AJJA.png) repeat fixed center top;
     padding: 0;
 }

 section.statistics .inner {
     padding: 15% 15px;
     text-align: center;
     background-color: rgba(37, 64, 143, 0.7);
 }

 section.statistics .stat {
     display: inline-block;
     color: #fff;
     font-size: 20px;
     margin: 0 0 50px 0;
     padding: 0 10px;
     text-transform: uppercase;
     width: 100%;
 }

 section.statistics .icon {
     border: 2px solid #fff;
     border-radius: 30px;
     display: inline-block;
     font-size: 18px;
     height: 60px;
     width: 60px;
 }

 section.statistics .icon .fa {
     margin-top: 20px;
 }

 section.statistics .stat .info {
     font-weight: 100;
     font-size: 41px;
 }

 section.map {
     padding: 0;
 }

 section.map .map_address {
     background: #F5F5F7;
     font-size: 12px;
     padding: 10px 15px;
     text-align: center;
 }

 section hr {
     border-bottom: 1px solid #25408f;
     border-top: 1px solid #25408f;
     height: 2px;
     margin: 20px auto;
     max-width: 200px;
 }

 section .photos img {
     max-height: 250px;
 }

 section ul li {
     margin-bottom: 7px;
     margin-top: 7px;
 }

 section img {
     border: 0px double #25408f;
 }

 /*tables*/

 table {
     width: 100%;
 }

 table td {
     padding: 12px 12px;
 }

 table th {
     padding: 12px 12px;
     background: #25408F;
     color: #ffffff;
 }

 table tr:nth-child(even) {
     background: #f5f5f7;
 }

 tbody tr:hover {
     color: #25408f;
     font-weight: 700;
 }

 /*contacts*/

 section.contacts a {
     color: #25408f;
 }

 section.contacts {
     text-align: center;
 }

 section.contacts .contacts_wrapper {
     display: block;
     width: 100%;
 }

 section.contacts .contact {
     display: block;
     margin: 0;
     padding: 0 5px 40px 5px;
     text-align: center;
     vertical-align: top;
     width: 100%;
 }

 section.contacts img {
     border: 0px;
     margin-top: 40px;
 }

 section .contact strong {
     font-size: 16px;
     font-weight: bold;
 }

 /*Footer Disclaimer-Add font size to control font size*/

 /*Footer Background Color*/

 footer {
     background: #25408F;
     color: rgba(255, 255, 255, 1);
     min-height: 60px;
     padding: 15px 15px 40px 15px;
     position: relative;
     text-align: center;
 }

 footer p {
     padding-bottom: 5px;
     text-align: left;
     font-size: 16px;
     clear: both;
 }

 footer a {
     color: #fff;
     display: inline-block;
     margin: 10px;
 }

 footer a:hover, footer a:focus {
     color: #fff;
     text-decoration: none;
 }

 footer .footer-logo {
     text-align: center !important;
 }

 footer .btn-top {
     color: #fff;
     display: inline-block;
 }

 footer .social {
     font-size: 25px;
     text-align: center;
 }

 footer .social a {
     /*background: #939498 none repeat scroll 0 0;*/
     /*border-radius: 45px;*/
     display: inline-block;
     height: 70px;
     margin: 10px;
     width: 30px;
 }

 footer .social a .fa {
     margin-top: 16px;
 }

 #google_translate_element {
     display: inline-block;
     width: 146px;
 }

 #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
 }

 #google_translate_element .goog-te-gadget-simple {
     background: none;
     border: 0px;
 }

 #google_translate_element span {
     border: none !important;
 }

 #google_translate_element span:hover {
     color: #fff !important;
 }

 #google_translate_element img {
     display: none;
 }

 #google_translate_element span a span:last-child {
     display: none;
 }

 /*modal*/

 .tech-supp-form {
     color: #333;
     font-family: 'Futura-PT', sans-serif;
     font-size: 14px;
     font-weight: 300;
 }

 .tech-supp-form p {
     margin: 5px 0 10px 0;
 }

 .tech-supp-form label {
     vertical-align: top;
     padding-right: 10px;
     display: inline;
 }

 .tech-supp-form .form-label {
     clear: both;
     float: left;
     text-align: left;
     margin-top: 8px;
     width: 100%;
 }

 .tech-supp-form textarea {
     resize: none;
     width: 100%;
     height: 100px;
     margin-top: 8px;
 }

 .tech-supp-form input[type="text"] {
     width: 100%;
     margin-top: 8px;
 }

 .tech-supp-form .captcha-image {
     margin: 10px 0 0 0px;
     float: left;
     width: auto;
 }

 .tech-supp-form .captcha-image img {
     max-width: 228px;
 }

 .tech-supp-form #captcha_reload_btn {
     display: inline-block;
     height: 21px;
     width: 21px;
     margin: 20px 0 0 20px;
     background: white;
     background-position: center center;
     background-repeat: no-repeat;
     opacity: .55;
     background: url(https://test.rcm1.com/images/recaptcha-sprite.png) -63px;
 }

 .tech-supp-form .captcha-response-label {
     margin: 10px 0 0 0px;
 }

 .tech-supp-form #captcha-response {
     margin: 10px 0 0 0px;
 }

 #send-success {
     font-family: 'Futura-PT', sans-serif;
     font-size: 11pt;
 }

 .ui-widget-overlay {
     background: rgba(0, 0, 0, 0.8);
 }

 .ui-widget {
     font-size: 13px;
 }

 .ui-dialog .ui-dialog-buttonpane {
     border-width: 0;
 }

 .ui-front {
     z-index: 9500;
 }

 .ui-widget-header {
     background: #333333;
     border: 0;
     border-bottom: 1px solid #333333;
     border-radius: 0px;
     color: #fff;
     font-family: 'Futura-PT', sans-serif;
     font-size: 16px;
     font-weight: 400;
 }

 .ui-dialog {
     border: 1px solid #333333;
     border-radius: 0px;
     color: #333;
     font-family: 'Futura-PT', sans-serif;
     font-weight: 300;
     max-width: 300px;
     padding: 0px;
     width: 100% !important;
 }

 .ui-dialog .ui-dialog-content {
     height: auto!important;
 }

 .ui-dialog ol {
     margin: 1em 0;
     padding: 0 0 0 40px;
 }

 .ui-dialog ol li {
     list-style-type: decimal;
 }

 .ui-dialog ol.lower-alpha li {
     list-style-type: lower-alpha;
 }

 .ui-dialog ul {
     margin: 1em 0;
     padding: 0 0 0 40px;
 }

 .ui-dialog ul li {
     list-style-type: disc;
 }

 .ui-dialog ul.main-dlg li {
     line-height: 2em;
 }

 .ui-dialog a:link {
     color: #0645AD;
     font-weight: normal;
 }

 .ui-dialog a:visited {
     color: #0645AD;
     font-weight: normal;
 }

 .ui-dialog a:hover {
     color: #0645AD;
     font-weight: normal;
 }

 .ui-dialog a:active {
     color: #0645AD;
     font-weight: normal;
 }

 .ui-dialog .ui-dialog-buttonpane {
     border-top: 1px solid #333333;
 }

 .ui-widget-content, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
     color: #333;
     font-family: 'Futura-PT', sans-serif;
     font-size: 14px;
     font-weight: 300;
 }

 .ui-widget input, .ui-widget select, .ui-widget textarea {
     border: 1px solid #ccc;
     border-radius: 0px;
     font-size: 12px;
     padding: 1px 10px;
 }

 .ui-widget-content label {
     font-size: 14px;
     font-weight: 300;
     padding-right: 10px;
     vertical-align: top;
 }

 #question {
     width: 100%;
 }

 .ui-widget-content .ui-state-default {
     background: #fff;
     border-color: #ccc;
     color: #333;
 }

 .ui-widget-content .ui-state-default:hover {
     background: #e6e6e6;
     border-color: #adadad;
     color: #333;
 }

 #support-choice {
     min-height: 246px !important;
     max-width: 300px;
 }

 #support-choice fieldset input[type="text"] {
     width: 100%;
 }

 #support-choice div:first-child {
     width: 100% !important;
 }

 #support-choice div:last-child {
     width: 100% !important;
 }

 /*desktop & tablet*/

 @media (min-width: 768px) {
     /*html*/
     body {
         font-size: 14px;
     }
     .main-wrapper.container {
         padding: 0 15px;
     }
     section .col-sm-4, section .col-sm-6, section .col-sm-3 {
         margin-bottom: 0px;
     }
     /*nav*/
     #main-nav {
         clear: none;
     }
     .logo img {
         max-width: 190px;
     }
     nav.main-nav ul, nav.main-nav li, nav.main-nav a {
         display: inline-block;
         width: auto;
     }
     .navbar-nav>li>a {
         margin: 12px 0;
         padding-bottom: 15px;
         padding-top: 15px;
     }
     nav.main-nav li.active a {
         border-radius: 25px;
     }
     nav.main-nav {
         background: none;
         border: 0px;
         color: #999;
     }
     nav.main-nav ul {
         background: none;
     }
     /*header*/
     h1.intro {
         font-size: 54px;
     }
     header h2 {
         font-size: 30px;
     }

     /*buttons*/
     .btn.btn-outline {
         font-size: 12px;
         font-weight: 700;
         text-transform: uppercase;
         padding: 12px 24px;
     }
     .ca {
         display: inline-block;
         bottom: 10px;
         right: 10px;
         width: auto;
     }
     .ca .btn.btn-outline {
         font-size: 12px;
         border-radius: 25px;
     }
     /*main body*/
     section .section-title h2 {
         font-size: 30px;
     }
     section h3.subtitle {
         font-size: 24px;
     }
     section.statistics .stat {
         width: 50%;
     }
     /*contacts*/
     section.contacts .contacts_wrapper {
         display: block;
         width: 100%;
     }
     section.contacts .contact {
         display: inline-block;
         vertical-align: top;
         width: 24%;
     }
     section .contact strong {
         font-size: 20px;
     }
     /*footer*/
     footer a {
         margin: 20px 10px;
     }
     footer .footer-logo {
         text-align: left !important;
         float: left;

     }
     footer .social {
         font-size: 25px;
         text-align: right;
         float: right;
        }
     #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
         font-size: 14px;
     }
     /*modal*/
     .tech-supp-form .form-label {
         text-align: right;
         width: 100px;
     }
     .tech-supp-form textarea {
         width: 325px;
     }
     .tech-supp-form input[type="text"] {
         width: 325px;
     }
     .tech-supp-form .captcha-image {
         float: left;
         margin: 10px 0 0 100px;
         width: auto;
     }
     .tech-supp-form .captcha-image img {
         max-width: none;
     }
     .tech-supp-form .captcha-response-label {
         margin: 10px 0 0 100px;
     }
     .tech-supp-form #captcha-response {
         margin: 10px 0 0 100px;
     }
     .tech-supp-form #captcha_reload_btn {
         display: inline-block;
         margin: 30px 0 0 10px;
     }
     .ui-dialog {
         max-width: none;
         width: auto !important;
     }
     #question {
         width: 325px;
     }
     #support-choice {
         min-height: 120px !important;
         max-width: none;
         overflow-x: hidden;
     }
     #support-choice fieldset input[type="text"] {
         width: 250px;
     }
     #support-choice div:first-child {
         width: 280px !important;
     }
     #support-choice div:last-child {
         width: 280px !important;
     }
 }

 /*desktop only*/

 @media (min-width: 992px) {
     /*header*/
     h1.intro {
         font-size: 72px;
     }
     header h2 {
         font-size: 30px;
     }
     /*main body*/
     section.statistics .stat {
         width: 25%;
     }
     footer .footer-logo {
         float: left;
         text-align: left;
     }

     footer .social {
        float: right;
    }
 }

 /*collapse on tablet*/

 @media (max-width: 991px) {
     .navbar-header {
         float: none;
     }
     .navbar-left, .navbar-right {
         float: none !important;
     }
     .navbar-toggle {
         display: block;
     }
     .navbar-collapse {
         border-top: 1px solid transparent;
         box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     }
     .navbar-fixed-top {
         top: 0;
         border-width: 0 0 1px;
     }
     .navbar-collapse.collapse {
         display: none!important;
     }
     .navbar-nav {
         float: none!important;
         margin-top: 7.5px;
     }
     .navbar-nav>li {
         float: none;
     }
     .navbar-nav>li>a {
         padding-top: 10px;
         padding-bottom: 10px;
     }
     .collapse.in {
         display: block !important;
     }
     nav.main-nav ul {
         background: #222;
         border-top: 1px solid #cccccc;
         clear: both;
         float: none;
     }
     #main-nav {
         clear: both;
         padding: 0;
     }
     nav.main-nav {
         background: #222;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     }
     nav.main-nav ul {
         margin: 0px;
     }
     nav.main-nav ul, nav.main-nav li, nav.main-nav a {
         text-align: center;
         width: 100%;
         transition: all .4s ease-in-out;
     }
     nav.main-nav a:hover, nav.main-nav a:focus {
         background: none;
         color: rgba(255, 255, 255, 0.6);
     }
     .navbar-nav>li>a {
         border-radius: 5px;
         color: #fff;
         font-size: 16px;
         margin: 0;
         padding-bottom: 25px;
         padding-top: 25px;
     }
     nav.main-nav li.active a {
         background: #fff;
         border-radius: 0;
         color: #222;
     }
     .links {
        margin-top: 20px;
     }
     .overlay-disable .btn-bar {
         display: none;
     }
 }