@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
    src: url('../fonts/BebasNeue-Regular.eot'),
         url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-Regular.woff') format('woff'),
         url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bebas {
    font-family: 'BebasNeue';
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
body {
    text-align: justify;
    font-size: 16px;
    background: white;
}
h1, h2, h3, h4, h5 {
    text-align: left;
}
a {
    text-decoration: underline;
}
a.button, a.button:hover {
    color: white !important;
    text-decoration: none !important;
}
a.no-decoration {
    text-decoration: none !important;
}
a:hover {
    color: #d84435 !important;
}

.relative {
    position: relative;
}
.scrollup {
   bottom: 50px;
   background: #5385a3 url(../images/scroll-top-arrow.png) no-repeat 15px 14px;
}
.section-lg {
    margin-bottom: 40px;
}
.section-lg.one {
    width:100%;
    float:left;
    margin-top:40px;
}

.header {
    padding-top: 0;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 0 !important;
}
.container {
    max-width: 1170px;
}
.header .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bck-blue {
    /*background-color: #469FD7;*/
    background-color: #5385a3 !important;
}
.bck-green {
    background-color: #468d51 !important;
}
.bck-myred {
    /*background-color: #D34736;*/
    background-color: #d84435;
}
.bck-yellow {
    background-color: #f6b34a;
}

.font-black {
    color:#000 !important;
}
.font-normal {
    font-weight: normal;
}


.font-red {
    color: #d1351f !important
}
.font-blue {
    color: #5385a3 !important;
}
.font-body, .font-body a {
    color: #656565 !important;
}
.font-body a:hover {
    color: #d84435 !important;
}
.font-myred {
    color: #d84435 !important;
}
.font11 {
    font-size:11px !important;
}
.font16 {
    font-size:16px !important;
}
.spacing5 {
    letter-spacing: 5px;
}

.border-myred {
    border: 5px solid #d84435;
}
.border2-myred {
    border: 2px solid #d84435;
    margin-right: 5px;
    padding: 3px;
}
.hr-blue {
    border-color: #5385a3;
}

.border-blue {
    border: solid 1px #5385a3;
}
.border-blue-bottom {
    border-bottom: solid 1px #5385a3;
}
.border5-blue-margin {
    border: solid 5px #5385a3;
    margin: 5px;
}
.border5-myred-margin {
    border: solid 5px #d84435;
    margin: 5px;
}
.border-gray {
    border: solid 1px #e6e6e6;
}
.border-bottom {
    border-bottom: 1px solid #ECECEC;
}
.border-bottom-dotted {
    border-bottom: 1px dotted #DDDDDD;
}
.btn-icon {
    padding: 8px 10px;
}
.btn-icon:hover {
    color: #d84435 !important;
}
.justify {
    text-align: justify;
}

.btn-standard {
    background-color: #d84435;
    color: white !important;
    height: 45px;
    margin: 0;
    padding: 2px 25px;
    outline: none;
    border: 0;
    font: 500 15px/39px 'Roboto', sans-serif;
    text-decoration: none;
    cursor: pointer;
    text-transform:uppercase;
}

footer {
    text-align: right;
    margin: 10px auto;
    color: black;
    font-size: 12px;
}
footer .footer-inner {
    padding: 0 20px;
    float: right;
}


/* ---------------------------------------------------------------------- */
/*  bg-parallax30 (home e form)
/* ---------------------------------------------------------------------- */

.bg-parallax30 {
    width:100%;
    float:left;
    min-height: 100vh;
    padding-top: 90px;
}
.bg-parallax30.bck_home {
    background:url(../images/home.jpg) no-repeat center top fixed;
}
.bg-parallax30.wizard .logo {
    height: 100px;
    width: 400px;
    background:url(../images/logo_home.png) no-repeat left top / 400px auto;
    margin: auto;
}
.bg-parallax30.wizard .logo2 {
    height: 110px;
    width: 400px;
    background:url(../images/logo_sls.png) no-repeat left top / 400px auto;
    margin: auto;
}
.bg-parallax30.wizard .wizard-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 480px) {
.bg-parallax30.wizard {
    background: none;
    height: auto;
}
.bg-parallax30.wizard .logo {
    height: 75px;
    width: 300px;
    background:url(../images/logo_home.png) no-repeat left top / 300px auto;
    margin: auto;
}
.bg-parallax30.wizard .logo2 {
    height: 80px;
    width: 300px;
    background:url(../images/logo_sls.png) no-repeat left top / 300px auto;
    margin: auto;
}
}
@media all and (max-width: 600px) {
.bg-parallax30 {
    padding-top: 20px;
}
.font60 {
    font-size: 40px !important;
}
}
