/****logo****/
@media (max-width: 576px) {
.logo-image-phone {
  height: auto !important;
  max-width: 180px;
}
}
@media (max-width: 1200px) {
.logo-image {
  height: auto;
  max-width: 200px;
}
}
/*****menu***********/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  text-transform: uppercase;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 8px;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 0px 0px 8px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  padding: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
  background: #ededed;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a
{
  font-family: 'Yanone Kaffeesatz', sans-serif;  
  font-size: 18px;
  text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a
{
  font-size: 18px !important;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a
{
  font-size: 16px;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span
{
  text-transform: uppercase;
}
/******blockquote********/
blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
blockquote p {
    font-size: 24px;
    font-weight: 600px;
}

blockquote::before {
  content: "\f10d";
  color: rgba(0,0,0,0.1);
  font-size: 100px;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #075296;
    height: 3px;
    width: 200px;
}
/****footer*********/

#sp-footer, #sp-bottom {
  background: #075296;
  color: #ebebeb;
}
#sp-bottom .sp-module ul > li {
  margin-bottom: 2px;
  text-transform: uppercase;
  padding-left: 10px;
}
/******cookies********/
.modal.show .modal-dialog {
 top: 100px;
}
.modal-body {
 text-align: left;
}
.jb-decline.link {
  font-size: 14px;
  text-decoration: none;
}
