@charset "UTF-8";
@import url(vendor/bootstrap.min.css);
@import url(vendor/font-awesome.min.css);
@import url(vendor/aos.css);
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fff;
  color: #4A4A4A;
  font-family: 'Titillium Web';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  body main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.bold {
  font-weight: bold; }

.btn {
  border-radius: 0;
  font-weight: 600; }
  .btn:focus, .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background-color: #991C00;
    border-color: #991C00; }
    .btn.btn-primary:focus, .btn.btn-primary:active {
      background-color: #991C00 !important;
      border-color: #991C00 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  .btn #spinner {
    vertical-align: middle;
    margin-left: 5px; }

.error {
  color: #dc3545; }

.spinner-border-sm {
  border-width: 2px;
  height: 13.5px;
  width: 13.5px; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none; }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.label {
  display: inline-block;
  padding: 3px 5px;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .label.label-primary {
    background-color: #991C00; }

input, .form-control {
  border-radius: 0 !important;
  border: none; }
  input:focus, .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #991C00;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none; }
  a:hover {
    color: #661300;
    text-decoration: none;
    /* .fa-facebook-f {
            color: #3b5998;
            transition: .4s;
        }
        
        .fa-instagram {
            background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
            background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: inherit;
            transition: .4s;
        }
        
        .fa-pinterest {
            color: #e60023;
            transition: .4s;
        }
        
        .fa-linkedin-in {
            color: #0077B5;
        } */ }
    a:hover .fa-search {
      color: #991C00; }

a:focus, a:active, button:focus, button:active {
  outline: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2,
.my-n2 {
  margin-top: -20px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -20px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4,
.my-n4 {
  margin-top: -40px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -40px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (max-width: 600px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .m-sm-n1 {
    margin: -10px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important; }
  .m-sm-n2 {
    margin: -20px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important; }
  .m-sm-n3 {
    margin: -30px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important; }
  .m-sm-n4 {
    margin: -40px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important; }
  .m-sm-n5 {
    margin: -50px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 600px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .m-md-n1 {
    margin: -10px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important; }
  .m-md-n2 {
    margin: -20px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important; }
  .m-md-n3 {
    margin: -30px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important; }
  .m-md-n4 {
    margin: -40px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important; }
  .m-md-n5 {
    margin: -50px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .m-lg-n1 {
    margin: -10px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important; }
  .m-lg-n2 {
    margin: -20px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important; }
  .m-lg-n3 {
    margin: -30px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important; }
  .m-lg-n4 {
    margin: -40px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important; }
  .m-lg-n5 {
    margin: -50px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 10px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important; }
  .m-xl-2 {
    margin: 20px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important; }
  .m-xl-3 {
    margin: 30px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important; }
  .m-xl-4 {
    margin: 40px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important; }
  .m-xl-5 {
    margin: 50px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 10px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important; }
  .p-xl-2 {
    padding: 20px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important; }
  .p-xl-3 {
    padding: 30px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important; }
  .p-xl-4 {
    padding: 40px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important; }
  .p-xl-5 {
    padding: 50px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important; }
  .m-xl-n1 {
    margin: -10px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important; }
  .m-xl-n2 {
    margin: -20px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important; }
  .m-xl-n3 {
    margin: -30px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important; }
  .m-xl-n4 {
    margin: -40px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important; }
  .m-xl-n5 {
    margin: -50px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* titillium-web-200 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web ExtraLight"), local("TitilliumWeb-ExtraLight"), url("../fonts/titillium-web-v8-latin-ext_latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-200.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-200.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-200.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-200.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-200italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web ExtraLight Italic"), local("TitilliumWeb-ExtraLightItalic"), url("../fonts/titillium-web-v8-latin-ext_latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-200italic.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-200italic.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-200italic.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-200italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-300 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Light"), local("TitilliumWeb-Light"), url("../fonts/titillium-web-v8-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-300.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-300.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-300italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Light Italic"), local("TitilliumWeb-LightItalic"), url("../fonts/titillium-web-v8-latin-ext_latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-300italic.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-300italic.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-300italic.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-300italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-regular - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url("../fonts/titillium-web-v8-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-regular.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Italic"), local("TitilliumWeb-Italic"), url("../fonts/titillium-web-v8-latin-ext_latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-italic.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-italic.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-600 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web SemiBold"), local("TitilliumWeb-SemiBold"), url("../fonts/titillium-web-v8-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-600.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-600.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-600italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web SemiBold Italic"), local("TitilliumWeb-SemiBoldItalic"), url("../fonts/titillium-web-v8-latin-ext_latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-600italic.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-600italic.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-600italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-700 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Bold"), local("TitilliumWeb-Bold"), url("../fonts/titillium-web-v8-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-700.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-700.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-700italic - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Bold Italic"), local("TitilliumWeb-BoldItalic"), url("../fonts/titillium-web-v8-latin-ext_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-700italic.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-700italic.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-700italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

/* titillium-web-900 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/titillium-web-v8-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Titillium Web Black"), local("TitilliumWeb-Black"), url("../fonts/titillium-web-v8-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-web-v8-latin-ext_latin-900.woff2") format("woff2"), url("../fonts/titillium-web-v8-latin-ext_latin-900.woff") format("woff"), url("../fonts/titillium-web-v8-latin-ext_latin-900.ttf") format("truetype"), url("../fonts/titillium-web-v8-latin-ext_latin-900.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */ }

header {
  background-color: #F4FAFC; }
  header .top-header {
    padding: 0px 20px 9px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .top-header > div.right-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: right; }
      header .top-header > div.right-side span {
        background-color: #991C00;
        color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px; }
      header .top-header > div.right-side ul {
        margin-top: 17px; }
      header .top-header > div.right-side li {
        list-style-type: none;
        display: inline-block; }
  header h1 {
    color: #32577F;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase; }
    header h1 span {
      font-weight: normal; }
  header .quote {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color: #32577F; }
  header .bottom-header {
    padding: 9px 0;
    background-color: #F2F2F2;
    color: #fff;
    height: 55px; }
    header .bottom-header a {
      text-transform: uppercase; 
      color: #6C757D}
  header nav {
    padding: 0 !important; }
    header nav .nav-item:not(:last-child) {
      padding-right: 30px; }
  header .navbar {
    font-size: 0; }
    .nav-full{
      width: 100%;
      margin-top: 5px !important;
    }
    .custom-nav-item{
      margin-left: auto;
      font-weight: 750;     
    }
    .navbar-expand-lg .navbar-nav .nav-item.custom-nav-item a.nav-link { 
      color: #6C757D;
      font-size: 15px;
    font-weight: 700; }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #B7B7B7;
    font-size: 15px;
    font-weight: 550;
    margin-top: 2px; }

  header .navbar-expand-lg .navbar-nav .nav-link.active{
    padding: 0;
    color: #6C757D;
    font-size: 15px;
    font-weight: 550;
    margin-top: 2px;
  }

  .nav-full
  header button[type="button"] {
    padding: 0;
    color: #fff;
    width: 21px; }

.search-nav button[type="submit"] {
  background-color: #991C00;
  color: #fff;
  border: 0.5px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px; }

.search-nav input {
  border-radius: 0 !important;
  border: none; }
  .search-nav input:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

.underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -9px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.underline:hover:before, .underline:focus:before, .underline:active:before, .underline.active:before {
  left: 0;
  right: 0; }

.navbar-toggle {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #fff;
  background-color: #6C757D;
  border: none;
  outline: none;
  margin-right: 10px;
  margin-top: -6px; }
  .navbar-toggle span {
    width: 24px;
    height: 3px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
    position: relative;
    display: block;
    margin: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .navbar-toggle span:before, .navbar-toggle span:after {
      content: "";
      position: absolute;
      left: 0;
      top: -10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      width: 24px;
      height: 3px;
      background-color: #fff;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 0;
      -webkit-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
    .navbar-toggle span:after {
      top: 10px; }
  .navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
    .navbar-toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg);
      top: 0;
      width: 15px; }
    .navbar-toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg);
      top: 0;
      width: 15px; }
  .navbar-toggle:focus {
    background-color: #6C757D; }

.mobile-menu {
  position: fixed;
  width: 271px;
  -webkit-transform: translateX(-271px);
  -ms-transform: translateX(-271px);
  transform: translateX(-271px);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #F2F2F2;
  padding-top: 60px;
  z-index: 999999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .mobile-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase; }
  .mobile-menu ul {
    padding: 0 20px; }
  .mobile-menu li {
    list-style-type: none; }
  .mobile-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

/* Tražilica transparentnost */
.search-logo {
  margin-left: 0;
  max-width: 271px; }

.search-title {
  font-size: 40px;
  margin-top: 15px; }

.search-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-left-side div:last-child img {
    max-width: 80px;
    margin-left: 50px; }

.search-submenu > .container {
  background-color: rgba(50, 87, 127, 0.5); }

.search-submenu nav {
  padding: 0; }
  .search-submenu nav .nav-item {
    height: 42px;
    line-height: 42px; }
  .search-submenu nav a {
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1; }
  .search-submenu nav .nav-item:not(:last-child) {
    padding-right: 30px; }

.search-intro .container {
  background-color: #F4FAFC;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-intro h2 {
  font-weight: 600;
  font-size: 20px;
  color: #32577F;
  text-transform: uppercase;
  margin-bottom: 17px; }

.search-intro p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px; }

.main-search .search-image {
  text-align: center; }
  .main-search .search-image img {
    max-width: 100px; }

.main-search .search-title {
  text-align: center;
  color: #32577F;
  font-weight: 700; }

  footer {
    background-color: #F2F2F2;
    color: #fff;
    height: auto;
    padding-top: 36px; }
  footer h5 {
    color: #6C757D;
    font-weight: 700; 
    margin-bottom: 0 !important;
  }
    
  footer ul li a{
    color: #6C757D;
    font-size: 15px;
    font-weight: 600;
  }

  footer ul li a:hover{
    color: #8a9299;
  }

  .footer-container{
    width: 60%; 
    margin: auto;  
  }
  .footer-logo{
    max-width: 150px;
    height: auto;
  }
  .copyright-footer{
    color: #8a9299;
  }
.hr{
  background: linear-gradient(28deg, rgba(238,119,82,1) 0%, rgba(231,60,126,1) 33%, rgba(35,166,213,1) 66%, rgba(35,213,171,1) 100%);
  height: 1px;
  margin-bottom: 0rem;
  margin-top: 13px;
}
.hrbottom{
  background: linear-gradient(28deg, rgba(238,119,82,1) 0%, rgba(231,60,126,1) 33%, rgba(35,166,213,1) 66%, rgba(35,213,171,1) 100%);
  height: 1px;
  margin-bottom: 0rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
main {
  padding: 42px 0 0;
  position: relative;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section-title .image {
    width: 100px;
    height: 60px;
    background-color: #1B3047;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0; }
    .section-title .image img {
      width: 52px; }
  .section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background-color: #32577F;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase; }
  .section-title.orange {
    background-color: #D75D42;
    display: block;
    position: relative;
    height: 60px; }
    .section-title.orange .banner {
      height: 100%;
      width: 100%; }
    .section-title.orange .icon {
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-title.light .title {
    background-color: #F4FAFC;
    color: #32577F; }
  .section-title.light .image {
    background-color: #32577F; }

br {
  font-size: 16px; }

.page-template article .article-body p {
  line-height: 1.2;
  font-size: inherit; }

article {
  position: relative;
  background-color: #F4FAFC; }
  article > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99; }
  article .big-cat {
    width: 100px;
    height: 60px;
    background-color: #1B3047;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0; }
    article .big-cat img {
      width: 52px; }
  article figure {
    margin-bottom: 0; }
  article h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1B3047;
    margin: 20px 0; }
  article h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; }
  article time {
    font-size: 10px;
    font-weight: 600; }
  article .btn {
    text-transform: uppercase; }
  article .article-body {
    background-color: #F4FAFC;
    padding: 15px 17px; }
    article .article-body p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 21px;
      font-weight: 300; }
  article.main-article {
    color: #4A4A4A;
    margin-bottom: 17px;
    font-size: inherit;
    /* h4 {
			margin-bottom: 30px;
		} */ }
    article.main-article figure {
      height: 197px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    article.main-article .article-body {
      height: 216px;
      overflow: hidden; }
    article.main-article.expanded figure {
      height: auto; }
    article.main-article.expanded .article-body {
      height: auto; }
  article.cat {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    article.cat .cat {
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      padding: 5px 10px;
      position: relative;
      text-transform: uppercase;
      display: inline-block; }
      article.cat .cat:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #991C00;
        mix-blend-mode: multiply;
        z-index: 1; }
      article.cat .cat p {
        z-index: 2;
        position: relative;
        margin-bottom: 0; }
    article.cat .article-text {
      position: absolute;
      color: #fff;
      right: 0;
      padding: 5px 15px 15px 15px; }
      article.cat .article-text time, article.cat .article-text h4 {
        z-index: 2;
        position: relative;
        font-weight: 600;
        display: block; }
      article.cat .article-text time {
        font-size: 10px;
        margin-bottom: 20px; }
      article.cat .article-text h4 {
        font-size: 16px;
        line-height: 16px; }
      article.cat .article-text:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #32577F;
        mix-blend-mode: multiply;
        z-index: 1; }
    article.cat.two-row-news {
      background-color: #F4FAFC;
      padding: 15px;
      margin-bottom: 40px; }
      article.cat.two-row-news .cat {
        width: calc(100% - 30px);
        position: absolute;
        top: 15px; }
      article.cat.two-row-news figure {
        height: 225px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden; }
        article.cat.two-row-news figure img {
          width: 100%; }
      article.cat.two-row-news .article-text {
        position: static;
        padding: 0;
        background-color: transparent;
        color: #1B3047;
        font-size: 14px; }
        article.cat.two-row-news .article-text time {
          margin-top: 10px;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 10px; }
        article.cat.two-row-news .article-text h4 {
          line-height: 22px; }
        article.cat.two-row-news .article-text:before {
          display: none; }
        article.cat.two-row-news .article-text p {
          font-weight: 300; }
  article.lr-news {
    height: 145px;
    margin-bottom: 10.5px; }
    article.lr-news .article-text {
      width: calc( 100% - 182px);
      height: 100%;
      top: 0; }
  article.tb-news {
    height: 300px;
    margin-bottom: 11px; }
    article.tb-news .article-text {
      width: 100%;
      bottom: 0;
      height: 126px; }
  article.classic-news {
    border: 1px solid #32577F;
    margin-bottom: 10px;
    height: 126px; }
    article.classic-news .cat {
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      padding: 5px 10px;
      position: relative;
      text-transform: uppercase;
      display: inline-block; }
      article.classic-news .cat:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #991C00;
        mix-blend-mode: multiply;
        z-index: 1; }
      article.classic-news .cat p {
        z-index: 2;
        position: relative;
        margin-bottom: 0; }
    article.classic-news h4 {
      padding: 10px 15px;
      margin-bottom: 0; }
    article.classic-news time {
      margin-left: 15px; }
  article.media-a {
    height: 150px;
    background-color: #32577F;
    color: #fff;
    margin-bottom: 10px; }
    article.media-a .cat {
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      padding: 5px 10px;
      position: relative;
      text-transform: uppercase;
      display: inline-block; }
      article.media-a .cat:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #991C00;
        mix-blend-mode: multiply;
        z-index: 1; }
      article.media-a .cat p {
        z-index: 2;
        position: relative;
        margin-bottom: 0; }
    article.media-a .contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      article.media-a .contents figure {
        width: 254px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: block; }
      article.media-a .contents time {
        background-color: #991C00;
        color: #fff;
        padding: 5px 10px;
        display: inline-block; }
      article.media-a .contents .article-text {
        padding: 10px 22px; }
        article.media-a .contents .article-text h4 {
          margin-bottom: 15px; }
        article.media-a .contents .article-text p {
          font-size: 12px; }
  article.expanded figure {
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.map .leaflet-bottom.leaflet-right {
  display: none; }

.map figure {
  height: 430px;
  overflow: hidden;
  margin-bottom: 0; }

.map #partners-map {
  height: 430px; }

.map .map-options {
  color: #fff;
  background-color: #32577F;
  padding: 5px 14px;
  font-size: 12px; }
  .map .map-options .inline-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .map .map-options .inline-flex input[type="text"] {
      height: 20px;
      font-size: 12px;
      width: 167px;
      margin-left: auto; }
    .map .map-options .inline-flex .form-check {
      margin-right: 10px; }
      .map .map-options .inline-flex .form-check label {
        text-transform: uppercase;
        font-weight: 600; }
      .map .map-options .inline-flex .form-check input {
        margin-top: 3px; }

.map .map-table {
  background-color: rgba(229, 229, 229, 0.5);
  margin-bottom: 18px; }
  .map .map-table table {
    width: 100%; }
    .map .map-table table th {
      font-weight: 300;
      font-size: 12px;
      text-align: center;
      padding-right: 20px;
      width: 150px; }
    .map .map-table table .last-change {
      width: 150px; }
    .map .map-table table tbody tr {
      border-bottom: 1px solid rgba(144, 144, 144, 0.5); }
    .map .map-table table td:first-child {
      width: 50px; }
    .map .map-table table td:nth-child(2) {
      font-weight: 600; }
    .map .map-table table td:nth-child(3) {
      width: 130px;
      text-align: center; }
  .map .map-table .scroll-table {
    height: 153px;
    overflow: auto;
    background-color: rgba(229, 229, 229, 0.5);
    background-color: #F4FAFC;
    min-height: 170px !important; }
    .map .map-table .scroll-table td {
      height: 50px; }
    .map .map-table .scroll-table span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #991C00;
      width: 30px;
      height: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      font-size: 14px; }
    .map .map-table .scroll-table.expanded {
      height: auto;
      max-height: 350px;
      overflow: auto; }

.city-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4FAFC;
  padding: 20px 16px; }
  .city-about > div:first-child {
    margin-right: 10px; }
  .city-about p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px; }

.four-section .row {
  margin-top: 50px;
  text-align: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/people.png); }
  .four-section .row span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #32577F;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px auto; }
  .four-section .row p, .four-section .row span {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px; }
  .four-section .row small {
    color: #991C00;
    font-style: italic; }
    .four-section .row small a {
      color: #991C00; }

.gdpr-section {
  background-color: #F4FAFC; }
  .gdpr-section .gdpr-info {
    padding: 23px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px; }
    .gdpr-section .gdpr-info > div:last-child a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .gdpr-section .gdpr-info > div:last-child a:hover {
        text-decoration: none; }
      .gdpr-section .gdpr-info > div:last-child a div:first-child {
        background-color: #991C00;
        padding: 15px;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .gdpr-section .gdpr-info a {
      font-weight: bold; }

.banner:hover {
  text-decoration: none; }

.banner-section {
  margin: 20px 0;
  background-color: #D75D42;
  max-width: 1920px;
  margin: 0 auto; }
  .banner-section .container {
    padding: 36px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/logo2.png); }
  .banner-section h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .banner-section p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1; }

.media-list {
  height: 157px;
  overflow: auto; }
  .media-list li {
    font-size: 14px;
    line-height: 24px; }

aside {
  color: #fff;
  padding: 0 !important; }
  aside > div {
    background-color: #32577F;
    padding: 10px 20px; }
  aside section {
    margin-bottom: 50px; }
  aside h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  aside time {
    display: block;
    margin-bottom: 10px; }
  aside h4 {
    font-size: 14px;
    font-weight: 300px; }
  aside ul {
    padding-left: 0; }
  aside li {
    list-style-type: none;
    margin-bottom: 20px;
    display: block; }
    aside li a {
      color: #fff;
      font-size: 14px; }
      aside li a:hover {
        text-decoration: none;
        color: #fff; }
  aside .cat-head {
    margin-bottom: 0; }
  aside .cat-body {
    padding-left: 10px; }
    aside .cat-body li {
      margin-bottom: 0; }
  aside .categories li {
    margin-bottom: 0;
    font-weight: 600; }

.leaflet-popup-content h3 {
  color: #32577F; }

.no-ontent {
  color: #32577F;
  font-weight: 600; }

#search-result {
  color: #32577F;
  margin-bottom: 20px; }

/* Tražilica */
.main-search {
  position: relative; }
  .main-search .search-inputs {
    position: relative; }
    .main-search .search-inputs .add-condition-button {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #396491;
      color: #fff; }
  .main-search:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../img/newbg.png") no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .main-search .logo-container {
    align-items: flex-start;
  }
  .main-search .logo-container img {
    max-width: 150px; }
  .main-search .search-image {
    text-align: center; }
    .main-search .search-image img {
      max-width: 100px; }
  .main-search .search-title {
    text-align: center;
    color: #6C757D;
    font-weight: 700; }
  .main-search .search-form .search-button {
    width: 100%; 
    background: linear-gradient(65deg, rgba(231,60,127,1) 0%, rgba(255,137,96,1) 100%);;
    border-radius: 19px;
    box-shadow: 0px 7px 11px 0px rgb(0 0 0 / 22%);
    color: #ffffff;
  }
  #keywords{
    border-radius: 7px !important;
  }
  
  .main-search input, .main-search select {
    border: 1px solid #6C757D; }
    .main-search input:focus, .main-search input:active, .main-search select:focus, .main-search select:active {
      border: 1px solid #9e9e9e; }
    .main-search input.is-invalid + .invalid-input, .main-search select.is-invalid + .invalid-input {
      color: #dc3545;
      font-size: 13px; }
  .main-search .detailed-search-button {
    display: inline-block;
    margin-top: 10px;
    color: #333c45; }
    .main-search .detailed-search-button i {
      font-size: 12px;
      margin-left: 5px;
      vertical-align: middle; }
  .main-search .less-detailed-search-button {
    margin-bottom: 10px;
    display: inline-block; 
    }
    .main-search .less-detailed-search-button i {
      font-size: 12px;
      margin-right: 5px;
      vertical-align: middle; }
  .main-search .data-repeater {
    position: relative;
    padding-bottom: 50px; }
    .main-search .data-repeater .remove-row {
      position: absolute;
      right: -11px;
      color: #dc3545;
      background-color: transparent;
      height: 38px;
      border: none;
      cursor: pointer;
      z-index: 2; }
      .main-search .data-repeater .remove-row i {
        cursor: pointer; }
  .main-search .notice-message {
    margin-top: 20px; }
    .main-search .notice-message .alert-danger ul {
      color: #e51c23; }
    .main-search .notice-message .alert-success ul li {
      list-style-type: none; }
    .main-search .notice-message ul {
      margin-bottom: 0;
      padding-left: 20px; }
  .main-search #search-results .container-fluid {
    max-width: 1920px; }
  .main-search #search-results h3 {
    color: #6C757D;;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px; }
  .main-search #search-results small {
    font-size: 12px;
    color: #6c757d;
    display: block;
    text-align: center; }
  .main-search #search-results .download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5px; }
    .main-search #search-results .download-buttons a:not(:last-child) {
      margin-right: 5px; }
    .main-search #search-results .download-buttons .label {
      display: inline-block;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border: none; }
      .main-search #search-results .download-buttons .label.label-excel {
        background-color: #227447; }
        .main-search #search-results .download-buttons .label.label-excel:hover {
          background-color: #164d2f; }
      .main-search #search-results .download-buttons .label.label-csv {
        background-color: #17a2b8; }
        .main-search #search-results .download-buttons .label.label-csv:hover {
          background-color: #117a8b; }
      .main-search #search-results .download-buttons .label.label-json {
        background-color: #343a40; }
        .main-search #search-results .download-buttons .label.label-json:hover {
          background-color: #1d2124; }
  .main-search .table-data table {
    text-align: center; }
    .main-search .table-data table th, .main-search .table-data table td {
      vertical-align: middle;
      border: none;
      font-size: 14px; }
    .main-search .table-data table th {
      color: #fff; }
    .main-search .table-data table thead {
      background-color: #6c757d; }
      .main-search .table-data table thead th {
        position: relative;
        outline: none; }
        .main-search .table-data table thead th i {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .main-search .table-data table thead th.tablesorter-headerDesc i::before {
          content: "\f0dd"; }
        .main-search .table-data table thead th.tablesorter-headerAsc i::before {
          content: "\f0de"; }
        .main-search .table-data table thead th.tablesorter-headerUnSorted i::before {
          content: "\f0dc"; }
        .main-search .table-data table thead th .tablesorter-header-inner {
          cursor: pointer; }
    .main-search .table-data table tbody {
      background-color: rgba(108,117,125,0.2) }
      .main-search .table-data table tbody td {
        border-bottom: 1px solid #dee2e6; }
  .main-search .arrow-link i {
    font-size: 12px; }
  .main-search .card {
    border: none;
    background-color: transparent; }
    .main-search .card .input-group .invalid-input {
      width: 100%;
      text-align: left;
      margin-top: 5px;
      display: block; }

.error-404 .mega-title {
  text-align: center;
  color: #32577F;
  font-weight: 700;
  font-size: 100px; }

.docs h2 {
  color: #32577F;
  font-weight: bold;
  border-bottom: 1px solid rgba(27, 31, 35, 0.05);
  padding-top: 50px;
  margin-bottom: 30px; }

.docs h3 {
  color: #32577F;
  padding-top: 20px;
  margin-bottom: 30px; }

.docs em {
  font-weight: bold;
  color: #32577F; }

.docs code {
  color: #991C00;
  background-color: rgba(27, 31, 35, 0.05);
  padding: .25rem .5rem;
  border-radius: 3px; }

.docs .code-container {
  background-color: #282c34;
  position: relative;
  border-radius: 6px; }
  .docs .code-container:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 20px;
    font-size: .75rem;
    color: #fff;
    background: #666;
    padding: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .docs .code-container pre {
    line-height: 1.4;
    background: transparent;
    overflow: auto;
    padding: 20px; }
    .docs .code-container pre code {
      color: #fff;
      padding: 0;
      background-color: transparent;
      border-radius: 0; }

.docs .json:before {
  content: 'json'; }

.docs .php:before {
  content: 'PHP'; }

.docs .sql:before {
  content: 'SQL'; }

.documents ul {
  padding-left: 0; }

.documents li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px; }
  .documents li:nth-child(odd) {
    background-color: rgba(50, 87, 127, 0.1); }

.documents h3 {
  font-size: 18px;
  color: #32577F; }

.notice-message {
  display: none; }

#admin .search-intro, #login .search-intro {
  display: none; }

form input[type="file"], form input[type="file"] + label {
  cursor: pointer; }

@media (min-width: 992px) {
  header .top-header > div {
    width: 50%; }
  header h1 {
    margin-top: -20px; }
  header img {
    margin-left: 90px; }
  .container:not(.admin) {
    width: 1024px; } }

@media (max-width: 992px) {
  header .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  header .navbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .search-submenu .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0 !important;
    margin-top: 0 !important; }
  .main-article figure img {
    width: 100%; }
  .four-section .row > div[class^=col] {
    margin-bottom: 10px; }
  .map figure img {
    width: 100%; }
  .main-search #search-results .download-buttons {
    margin-top: 30px; }
  .main-search .table-data table, .main-search .table-data thead, .main-search .table-data tbody, .main-search .table-data th, .main-search .table-data td, .main-search .table-data tr {
    display: block; }
  .main-search .table-data thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .main-search .table-data tr {
    border: 1px solid #ccc; }
    .main-search .table-data tr:nth-of-type(even) {
      background-color: rgba(241, 242, 246, 0.5); }
  .main-search .table-data td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left; }
  .main-search .table-data td:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    color: #32577F;
    font-weight: 600; }
  .main-search .table-data .table1 td {
    padding-left: 150px; }
  .main-search .table-data .table1 td:nth-of-type(1):before {
    content: "Parametar"; }
  .main-search .table-data .table1 td:nth-of-type(2):before {
    content: "Opis polja"; }
  .main-search .table-data .table1 td:nth-of-type(3):before {
    content: "Tip polja"; }
  .main-search .table-data .table2 td {
    padding-left: 150px; }
  .main-search .table-data .table2 td:nth-of-type(1):before {
    content: "Parametar"; }
  .main-search .table-data .table2 td:nth-of-type(2):before {
    content: "Opis polja"; }
  .main-search .table-data .table2 td:nth-of-type(3):before {
    content: "Tip polja"; }
  .main-search .table-data .table3 td {
    padding-left: 150px; }
  .main-search .table-data .table3 td:nth-of-type(1):before {
    content: "Parametar"; }
  .main-search .table-data .table3 td:nth-of-type(2):before {
    content: "Operator"; }
  .main-search .table-data .table3 td:nth-of-type(3):before {
    content: "Opis"; }
  .main-search .table-data .table3 td:nth-of-type(4):before {
    content: "Primjer"; }
  .main-search .table-data .table4 td {
    padding-left: 150px; }
  .main-search .table-data .table4 td:nth-of-type(1):before {
    content: "Operator"; }
  .main-search .table-data .table4 td:nth-of-type(2):before {
    content: "Opis"; }
  .main-search .table-data .table4 td:nth-of-type(3):before {
    content: "Primjer"; }
  .main-search .table-data .table5 td {
    padding-left: 150px; }
  .main-search .table-data .table5 td:nth-of-type(1):before {
    content: "Parametar"; }
  .main-search .table-data .table5 td:nth-of-type(2):before {
    content: "Opis polja"; }
  .main-search .table-data .table5 td:nth-of-type(3):before {
    content: "Primjer"; }
  .main-search .table-data .table6 td {
    padding-left: 150px; }
  .main-search .table-data .table6 td:nth-of-type(1):before {
    content: "Status"; }
  .main-search .table-data .table6 td:nth-of-type(2):before {
    content: "greška"; }
  .main-search .table-data .search-results-table td {
    padding-left: 200px; }
  .main-search .table-data .search-results-table td:nth-of-type(1):before {
    content: "Oznaka"; }
  .main-search .table-data .search-results-table td:nth-of-type(2):before {
    content: "OIB"; }
  .main-search .table-data .search-results-table td:nth-of-type(3):before {
    content: "Ime i prezime/tvrtka"; }
  .main-search .table-data .search-results-table td:nth-of-type(4):before {
    content: "Grad/općina"; }
  .main-search .table-data .search-results-table td:nth-of-type(5):before {
    content: "Poštanski broj"; }
  .main-search .table-data .search-results-table td:nth-of-type(6):before {
    content: "Datum knjiženja "; }
  .main-search .table-data .search-results-table td:nth-of-type(7):before {
    content: "Iznos isplate"; }
  .main-search .table-data .search-results-table td:nth-of-type(8):before {
    content: "Opis isplate "; }
  .main-search .table-data .search-results-table td:nth-of-type(9):before {
    content: "Ekonomska klasifikacija"; }
  .main-search .table-data .search-results-table td:nth-of-type(10):before {
    content: "Funkcijska klasifikacija"; }
  .main-search .table-data .api-cred-table td {
    padding-left: 120px; }
  .main-search .table-data .api-cred-table td:nth-of-type(1):before {
    content: "API ključ"; }
  .main-search .table-data .api-cred-table td:nth-of-type(2):before {
    content: "E-mail"; }
  .main-search .table-data .api-cred-table td:nth-of-type(3):before {
    content: "IP adresa"; }
  .main-search .table-data .api-cred-table td:nth-of-type(4):before {
    content: "Broj zahtjeva"; }
  .main-search .table-data .api-cred-table td:nth-of-type(5):before {
    content: "Datum kreiranja"; } }

@media (min-width: 600px) {
  header h1 {
    margin-top: -20px; }
  header img {
    margin-left: 90px; } }

@media (max-width: 758px) {
  header .left-side {
    text-align: center; }
  .search-left-side {
    display: block; }
    .search-left-side div:first-child {
      text-align: center;
      width: 100%; }
  .banner-section .container {
    background-image: none; }
  .map .map-options form input[type="text"] {
    margin-left: 0; }
  .map .map-options form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .map .map-table table .last-change {
    padding-right: 0; }
  .main-search input, .main-search select {
    margin-bottom: 20px; }
  .main-search #search-results .download-buttons {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-search #search-results .table-data {
    /* .search-results-table {
			padding-left: 160px;
		} */ }
    .main-search #search-results .table-data td {
      text-align: right;
      font-size: 13px; }
      .main-search #search-results .table-data td:before {
        font-size: 13px; } }

@media (max-width: 600px) {
  .section-title .title {
    font-size: 14px;
    line-height: 18px; }
  article.cat.lr-news, article.cat.tb-news {
    height: 300px;
    margin-bottom: 11px; }
    article.cat.lr-news .article-text, article.cat.tb-news .article-text {
      width: 100%;
      bottom: 0;
      height: auto;
      top: auto; }
  article.classic-news {
    height: auto;
    min-height: 100px; }
  article.media-a {
    height: auto; }
    article.media-a .contents {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      article.media-a .contents > div {
        width: 100%; }
      article.media-a .contents time {
        margin-left: 22px;
        margin-top: 10px; }
      article.media-a .contents figure {
        width: 100%;
        min-height: 200px; } }

@media (max-width: 576px) {
  .search-submenu .navbar-nav {
    padding-bottom: 4px; }
    .search-submenu .navbar-nav a {
      font-size: 10px; }
  .main-search .logo-container {
    margin-bottom: 10px !important; }
    .main-search .logo-container img {
      max-width: 70px; }
  .main-search .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-search .nav-tabs .nav-link.active {
      border-bottom-color: #dee2e6 !important; }
  .main-search .data-repeater div[class^=col] {
    padding-right: 25px; }
  .main-search .data-repeater .remove-row {
    right: 2px; }
  .main-search .secondary-select {
    text-align: left !important; }
  .documents li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .documents li h3 {
      margin-bottom: 10px; } 
}

@media (max-width: 991px){
  .custom-nav-item{
    margin-left: auto;
    font-weight: 600;
    color: #6C757D !important;

  }
  header .bottom-header a {
    text-transform: uppercase; 
    color: #B7B7B7;
  }
  header .bottom-header a.active {
    text-transform: uppercase; 
    color: #6C757D;
  }
  .hr{
    margin-top: 3px;
  }

}
      
@media only screen and (min-width: 768px) and (max-width: 992px){
  .footer-container{
    text-align: center !important;
    width: 60%; 
    margin: auto;  
  }
}


#pagination {
  width: 100%;
  text-align: center;
  margin-top:  50px;
}

#pagination ul li {
  display: inline;
  margin-left: 10px;
  font-size: 1.25rem;
}

#pagination ul li.active {
  background-color:  #991C00;
  color:  #fff;
  padding:  2px 8px;
}