html {
    font-size: 100%
    }
body {
    background: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important
    }
@-ms-viewport {
    width: device-width
    }
@-o-viewport {
    width: device-width
    }
@viewport {
    width: device-width
    }
a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s
    }
a:hover {
    text-decoration: none
    }
.btn:active, .btn:focus {
    outline: inherit
    }
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
ol, ul {
    padding-left: 0 !important
    }
li {
    list-style: none
    }
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important
    }
.status {
    width: 230px;
    height: 86px;
    position: absolute;
    left: 45%;
    top: 30%;
    background-image: url(/_img/logo-black.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px
    }
@font-face {
    font-family: Lane;
    src: url(/_fonts/lanenar_Lane.eot);
    src: url(/_fonts/lanenar_Lane.eot?#iefix) format("embedded-opentype"), url(/_fonts/lanenar_Lane.woff) format("woff"), url(/_fonts/lanenar_Lane.ttf) format("truetype"), url(/_fonts/lanenar_Lane.svg#Lane) format("svg");
    font-weight: 400;
    font-style: normal
    }
h1, h2 {
    font-family: Lane, sans-serif;
    font-weight: 400
    }
h1 {
    font-size: 3.5rem;
    line-height: 4.688rem
    }
h2 {
    font-size: 3.125rem;
    line-height: 4.063rem
    }
h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300
    }
h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300
    }
h5 {
    font-size: 18px;
    font-weight: 300
    }
.standard-button, .standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #fff;
    min-width: 150px;
    border: none;
    padding: 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s
    }
.standard-button2:hover, .standard-button:hover {
    border: none
    }
.standard-button i, .standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px
    }
.white-text {
    color: #fff
    }
.dark-text {
    color: #272727
    }
.grey-bg {
    background: #F7F8FA !important
    }
.section-header {
    padding-bottom: 78px
    }
.section-header h2 {
    margin-bottom: 20px
    }
.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
    }
.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px
    }
.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #fff
    }
.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px
    }
header {
    background: url(/20/_img/bg-1.jpg) center bottom no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
    }
header .slocus-overlay {
    background-color: #fff;
    padding-top: 70px
    }
header .full-screen {
    width: 100%;
    height: 100px
    }
.sticky-navigation {
    min-height: 60px;
    border: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    -webkit-transition: all ease 1s;
    transition: all ease 1s
    }
.sticky-navigation:hover {
    background: rgba(255, 255, 255, 0.9)
    }
.sticky-navigation .navbar-header img {
    -webkit-backface-visibility: hidden
    }
.sticky-navigation .main-navigation .current a {
    color: #000 !important;
    position: relative;
    outline: 0
    }
.sticky-navigation .main-navigation li a {
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase
    }
.sticky-navigation .main-navigation li a:hover {
    color: #000
    }
.navbar-brand {
    padding: 0 15px
    }
.header .navbar-toggle {
    background: #AD0060
    }
header .only-logo .navbar {
    background: 0 0;
    padding: 60px
    }
header .only-logo .navbar .navbar-header {
    float: none
    }
header .home-contents {
    margin-top: 5%
    }
header .intro-section {
    text-align: left
    }
header .intro-section .standard-button {
    margin: 0
    }
header .phone-image {
    max-width: 350px;
    margin: auto auto 50px
    }
header .phone-image img {
    width: 100%
    }
header .intro-section .intro {
    color: #fff;
    margin-bottom: 36px
    }
header .intro-section h5 {
    color: #fff
    }
header .intro-section .buttons {
    margin-top: 35px
    }
#drop, .slocus-drop {
    background-color: #eee;
    border: 20px solid transparent;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #7f858a
    }
#drop a, .slocus-drop a {
    text-transform: uppercase;
    font-size: 16px
    }
#drop input, .slocus-drop input {
    display: none
    }
footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px
    }
footer .social-icons {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px
    }
footer .social-icons li {
    display: inline-block;
    margin: 10px 10px 0
    }
footer .social-icons li a {
    font-size: 30px;
    color: #fff
    }
footer .copyright {
    color: grey;
    padding-top: 10px;
    margin-bottom: 25px
    }
footer .copyright img {
    padding-top: 10px
    }
.nav-footer-link {
    text-align: center;
    display: inline-block
    }
.nav-footer-link li {
    float: left
    }
button img {
    margin-top: 5px
    }
.slocus-main-content {
    min-height: 400px;
    margin: auto;
    max-width: 950px;
    padding-left: 5px;
    padding-right: 5px
    }
.slocus-main-content p {
    text-align: justify;
    padding: 5px;
    overflow-wrap: break-word
    }
.slocus-main-content li {
    text-align: justify;
    margin-left: 50px;
    list-style: initial
    }
.slocus-justify div, .slocus-justify h2, .slocus-justify h3, .slocus-justify h4, .slocus-justify h5, .slocus-justify h6 {
    text-align: justify
    }
.slocus-justify h2 {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold
    }
.slocus-main-content img.img-responsive {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px
    }
.slocus-logo-beta {
    color: red;
    font-weight: bolder
    }
.slocus-rightMenu {
    position: fixed;
    width: 300px;
    max-width: 300px;
    height: 400px;
    background-color: #fff;
    right: 0;
    top: 65px;
    text-align: center;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    z-index: 100;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s
    }
.slocus-rightMenu:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)"
    }
.slocus-bottomMenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #FFF5FF;
    left: 0;
    bottom: 0;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    z-index: 100;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s
    }
.slocus-bottomMenu:hover {
    height: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)"
    }
.slocus-main-img {
    margin-top: -35px
    }
.form-connection-slocus {
    max-width: 500px;
    padding-bottom: 30px;
    margin: auto
    }
.slocus-form {
    max-width: 700px;
    min-width: 320px;
    margin: auto
    }
.slocus-form .row {
    margin: 5px 0
    }
form .row sup {
    display: block;
    color: red;
    font-size: 25px;
    margin: -2px 5px 5px;
    float: right
    }
.note span {
    color: red;
    font-size: 25px;
    margin-right: 5px;
    margin-left: 5px
    }
.row select {
    height: 34px
    }
.slocus-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    float: left
    }
.slocus-img-zoom {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
    }
.slocus-img-zoom:hover {
    -moz-transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1)
    }
.jforms-error-list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px
    }
.alert-danger {
    background-color: #f08080;
    border-color: #ebccd1;
    color: brown;
    font-weight: bolder
    }
.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 1px solid linen
    }
.text-zoom {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s
    }
.text-zoom:hover {
    font-size: 18px
    }
.input-group .div-input {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: left;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-image: none
    }
#m-nav {
    padding-top: 15px
    }
#m-nav ul {
    margin: 0
    }
#m-nav li {
    display: flex;
    text-align: left;
    background-color: #AD0060
    }
#m-nav a {
    color: #FFF;
    padding: 12px 20px
    }
#m-nav a:hover {
    color: #AD0060;
    background-color: white
    }
#slocus-navigation ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    min-width: 150px
    }
#slocus-navigation ul ul a {
    color: #AD0060;
    padding: 10px;
    display: inherit;
    white-space: nowrap
    }
#slocus-navigation ul li.active a, #slocus-navigation ul ul a:hover {
    color: #FFF;
    background-color: #AD0060
    }
#slocus-navigation ul li:hover > ul {
    display: inherit
    }
#slocus-navigation ul li:hover > a {
    background: #AD0060;
    color: #FFF
    }
#slocus-navigation ul ul li {
    min-width: 170px;
    float: none;
    display: list-item;
    position: relative;
    text-align: left
    }
#slocus-navigation ul ul ul {
    position: absolute;
    top: 0;
    left: 100%
    }