/*@font-face { font-family: 'Roboto Slab'; src: url(../fonts/roboto-slab/RobotoSlab-Regular.ttf); }*/

*, *::before, *::after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

html, body { height: 100%; }

/* Col */
[class*="col-"] { float: left; }
[class*="col-"] { max-width: 100%; }
[class*="col-auto"], [class*="col-"] { position: relative; min-height: 1px; }
.col-auto { flex-basis: 0; flex-grow: 1; max-width: 100%; }

/* Container */
.container { width: 85%; margin-right: auto; margin-left: auto; }
.container-full { width: 100%; }
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; }

.row { margin-top: 15px; margin-bottom: 15px; }
.row::after { content: ""; clear: both; display: table; }

.clearfix::after { display: block; clear: both; content: ""; }

.max-width-5 { max-width: 50%; }

.f-roboto-slab { font-family: 'Roboto Slab'; }

.fs-1 { font-size: 12px }
.fs-2 { font-size: 14px }
.fs-3 { font-size: 16px }
.fs-4 { font-size: 18px }
.fs-5 { font-size: 20px }
.fs-6 { font-size: 1rem }
.fs-7 { font-size: 2rem }

.fs-s-1 { font-size: 9px }
.fs-s-2 { font-size: 9.5px }
.fs-s-3 { font-size: 10px }
.fs-s-4 { font-size: 10.5px }
.fs-s-5 { font-size: 11px }

.fw-7 { font-weight: 700 }
.fs-i { font-style: italic; }

a { text-decoration: none; }
p { margin: 10px 0; font-size: 14px; line-height: 1.5; }

.d-block {display: block;}
.d-flex { display: flex; }
    .flex-column { flex-direction: column; }
    .flex-row { flex-direction: row; }
    .j-c-c { justify-content: center; }
    .j-c-b { justify-content: space-between; }
    .j-c-e { justify-content: space-evenly; }
    .a-i-c { align-items: center; }
    .a-i-s { align-items: stretch; }
    .flex-wrap { flex-wrap: wrap; }
.d-none { display: none; }

.p-relative { position: relative; }

.z-index-100 { z-index: 100 }
.z-index-1 { z-index: 1 }

.float-left { float: left; }
.float-right { float: right; }

.text-center { text-align: center }
.text-left { text-align: left; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }

.img-fluid { max-width: 100%; height: auto; }

.w-50 { width: 50%; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.h-100-vh { height: 100vh; }

.p-1 { padding: 5px }
.p-2 { padding: 20px }
.p-3 { padding: 30px }
.p-4 { padding: 40px }
.p-5 { padding: 5rem }

.px-1 { padding-left: 5px ; padding-right: 5px }
.px-2 { padding-left: 10px; padding-right: 10px }
.px-3 { padding-left: 15px; padding-right: 15px }
.px-4 { padding-left: 20px; padding-right: 20px }
.px-5 { padding-left: 5rem; padding-right: 5rem }

.py-1 { padding-top: 5px ; padding-bottom: 5px }
.py-2 { padding-top: 10px; padding-bottom: 10px }
.py-3 { padding-top: 15px; padding-bottom: 15px }
.py-4 { padding-top: 20px; padding-bottom: 20px }
.py-5 { padding-top: 5rem; padding-bottom: 5rem }

.pb-1 { padding-bottom: 5px }
.pb-2 { padding-bottom: 10px }
.pb-3 { padding-bottom: 15px }
.pb-4 { padding-bottom: 20px }
.pb-5 { padding-bottom: 5rem }

.pt-1 { padding-top: 5px }
.pt-2 { padding-top: 10px }
.pt-3 { padding-top: 15px }
.pt-4 { padding-top: 20px }
.pt-5 { padding-top: 5rem }

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }
.mt-5 { margin-top: 5rem; }

.mr-1 { margin-right: 0.6rem; }
.mr-2 { margin-right: 1.0rem; }
.mr-3 { margin-right: 1.6rem; }

.mx-auto { margin-right: auto; margin-left: auto; }
.mx-0 { margin-left:0; margin-right:0 }

.my-0 { margin-top:0; margin-bottom:0 }
.my-1 { margin-top: 1rem; margin-bottom: 1rem; }
.my-2 { margin-top: 2rem; margin-bottom: 2rem; }
.my-3 { margin-top: 3rem; margin-bottom: 3rem; }
.my-4 { margin-top: 4rem; margin-bottom: 4rem; }
.my-5 { margin-top: 5rem; margin-bottom: 5rem; }

.form-group { margin-bottom: 10px; }
/*label { font-size: 1rem; }*/
input[type=text], select, textarea { width: 100%; padding: 10px 15px; margin: 8px 0 0; }

.btn { display: inline-block;border: none; }
.btn, button, a { cursor: pointer; }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  /*padding-top: 100px;*/
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
}

/* The Close Button */
.close {
    position: absolute;
    right: 15%;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 10;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.h1 { font-size: 45px; }
.h2 { font-size: 35px; }
.h3 { font-size: 25px; }
.h4 { font-size: 15px; }

.col-m-1 {width: 8.33% !important;}
.col-m-2 {width: 16.66% !important;}
.col-m-3 {width: 25% !important;}
.col-m-4 {width: 33.33% !important;}
.col-m-5 {width: 41.66% !important;}
.col-m-6 {width: 50% !important;}
.col-m-7 {width: 58.33% !important;}
.col-m-8 {width: 66.66% !important;}
.col-m-9 {width: 75% !important;}
.col-m-10 {width: 83.33% !important;}
.col-m-11 {width: 91.66% !important;}
.col-m-12 {width: 100% !important;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/*
.slide-right.show {
    animation: 1.2s slide-right;
}
@keyframes slide-right {
    from {
        left: -100%;
    }
    to {
        left: 0%;
    }
}
.slide-left.show {
    animation: 1.2s slide-left;
}
@keyframes slide-left {
    from {
        right: -100%;
    }
    to {
        right: 0%;
    }
}*/

.slide-right {
    transition: 1.2s ease-in-out;
    transform: translateX(-100%);
}
.slide-right.show {
    transform: translateX(0%);
}

.slide-left {
    transition: 1.2s ease-in-out;
    transform: translateX(+100%);
}
.slide-left.show {
    transform: translateX(0%);
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container-m-full { width: 100%; }
    
    .h1 { font-size: 30px; }
    .h2 { font-size: 25px; }
    .h3 { font-size: 20px; }
    .h4 { font-size: 15px; }

    .p-m-1 { padding: 0.8rem; }

    .mb-m-1 { margin-bottom: 1rem; }
    .mb-m-2 { margin-bottom: 2rem; }

    .my-m-2 { margin-top: 2rem; margin-bottom: 2rem; }

    .col-m-1 {width: 8.33% !important;}
    .col-m-2 {width: 16.66% !important;}
    .col-m-3 {width: 25% !important;}
    .col-m-4 {width: 33.33% !important;}
    .col-m-5 {width: 41.66% !important;}
    .col-m-6 {width: 50% !important;}
    .col-m-7 {width: 58.33% !important;}
    .col-m-8 {width: 66.66% !important;}
    .col-m-9 {width: 75% !important;}
    .col-m-10 {width: 83.33% !important;}
    .col-m-11 {width: 91.66% !important;}
    .col-m-12 {width: 100% !important;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .container-md { width: 85%; margin-right: auto; margin-left: auto; }

    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}