@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.headline {
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 15px;
  font-family: Georgia;
  color: rgb(136, 176, 211);
  font-style: italic;
}

.headline a {
  color: rgb(136, 176, 211);
}

.headline a:hover {
  color: rgb(136, 176, 211);
}

nav {
  text-align: center;
}

nav>ul li>a {
  transition: all 0.25s ease-in 0s;
  color: rgb(255, 255, 255);
  font-family: Verdana;
  font-size: 12px;
  font-weight: 700;
}

nav:before {
  font-size: 30px;
  color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
  font-size: 14px;
}

nav>ul li a:hover {
  background-color: rgb(136, 176, 211);
}

nav>ul li a {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 0px;
  background-color: rgb(27, 68, 95);
}

nav>ul>li>ul li a {
  background-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
  background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
  background-color: rgb(234, 234, 234);
}

nav>ul li>a:hover {
  color: rgb(255, 255, 255);
}

nav>ul li.active>a {
  color: rgb(255, 255, 255);
  background-color: rgb(39, 108, 165);
}

.subtitle {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 15px;
  font-family: Georgia;
  color: rgb(36, 92, 129);
  margin-left: 0px;
  margin-top: 15px;
  font-style: italic;
}

.subtitle a {
  color: rgb(36, 92, 129);
}

.subtitle a:hover {
  color: rgb(36, 92, 129);
}

.preamble {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0em;
  margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
  line-height: 1.6em;
  margin-bottom: 0px;
}

.bodytext a {
  color: rgb(136, 176, 211);
  font-weight: 800;
}

.bodytext a:hover {
  color: rgb(39, 108, 165);
}

.smalltext {
  line-height: 1.6em;
  letter-spacing: 0em;
  font-size: 13px;
  margin-bottom: 0px;
  font-family: Verdana;
  color: rgb(255, 255, 255);
}

.smalltext a {
  color: rgb(255, 255, 255);
}

.smalltext a:hover {
  color: rgb(255, 255, 255);
}

body {
  color: rgb(9, 33, 91);
  font-size: 13px;
  font-family: Trebuchet MS;
  line-height: 1.6em;
  font-weight: 400;
  background-color: rgb(217, 225, 238);
  background-image: url(../../uploads/EVZeTAAp/0x0_2560x0/page_gl.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

body a {
  text-decoration: none;
  color: rgb(36, 92, 129);
}

body a:hover {
  color: rgb(36, 92, 129);
  text-decoration: underline;
}

.button {
  margin-bottom: 40px;
  border-radius: 3px;
  border-width: 0px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgb(69, 69, 69);
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.button:hover {
  background-color: rgb(53, 53, 53);
}

.form {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 15px;
}

.form label {
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: 800;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
  border-radius: 3px;
  border-color: rgb(204, 204, 204);
  color: rgb(69, 69, 69);
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: rgb(9, 33, 91);
  font-size: 16px;
  font-family: Arial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form input[type=submit]:hover {
  background-color: rgb(9, 33, 91);
}

.text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
}

.map {
  margin-bottom: 40px;
}

.gallery {
  margin-bottom: 40px;
}

.row {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.col {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.custom1 {
  font-size: 26px;
  font-family: Georgia;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 15px;
}

.custom2 {}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.spottext {
  font-size: 63px;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.footertext {
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0px;
  text-align: right;
  color: rgb(96, 77, 62);
  font-family: Arial;
}

.companyname {
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
}

.companyname a {
  color: rgb(96, 96, 96);
}

.smallspottext {
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}

.locale {
  text-align: right;
}

.locale ul li a {
  transition: all 0.25s ease-in 0s;
  color: rgb(255, 255, 255);
}

.locale ul li {
  background-color: rgb(69, 69, 69);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.button2 {
  font-size: 21px;
  border-width: 2px;
  line-height: 1em;
  margin-bottom: 40px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.button2:hover {
  border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.0980392);
  width: 100%;
}

.socialmedia {
  text-align: right;
  font-size: 19px;
}

.socialmedia li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.socialmedia li a {
  width: 30px;
  height: 30px;
}

.paymenticons li {
  margin-left: 5px;
  margin-bottom: 5px;
  padding-bottom: 40px;
}

.linklist {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
}

.linklist a {
  margin-bottom: 1px;
  background-color: rgb(242, 242, 242);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.breadcrumb li a {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.brandfooter {
  color: rgb(96, 77, 62);
  text-align: right;
  line-height: 0em;
  font-family: Arial;
}

.brandfooter a {
  color: rgba(96, 77, 62, 0.6);
}

.brandfooter a:hover {
  color: rgba(96, 77, 62, 0.6);
}

@media only screen and (max-width:1199px) {
  nav {}

  nav>ul li>a:hover {}

  nav>ul li.active>a {}

  nav>ul>li>ul a {}

  nav>ul>li>ul li.active>a {}

  nav:before {
    color: rgb(69, 69, 69);
    font-size: 30px;
  }

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom1 {
    line-height: 1.2em;
  }

  .custom1 a {}

  .custom1 a:hover {}

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  body {
    background-image: url(../../uploads/rMYmo7PR/0x0_2560x0/page_gl_105.jpg);
    background-size: contain;
  }

  .text {}

  .preamble {
    font-size: 18px;
  }

  .preamble a {}

  .preamble a:hover {}

  .bodytext {}

  .bodytext a {}

  .bodytext a:hover {}

  .smallsubtitle {}

  .smallsubtitle a {}

  .smallsubtitle a:hover {}

  .smalltext {
    font-size: 12px;
  }

  .smalltext a {}

  .smalltext a:hover {}

  .spottext {
    font-size: 50px;
  }

  .spottext a {}

  .spottext a:hover {}

  .smallspottext {
    font-size: 18px;
  }

  .smallspottext a {}

  .smallspottext a:hover {}

  .companyname {
    font-size: 18px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {
    font-size: 12px;
  }

  .footertext a {}

  .footertext a:hover {}
}

@media only screen and (max-width:767px) {
  nav>ul li>a {
    font-size: 15px;
    color: rgb(255, 255, 255);
  }

  nav>ul li>a:hover {
    color: rgb(255, 255, 255);
  }

  nav>ul li.active>a {
    border-color: rgb(255, 255, 255);
    color: rgb(36, 92, 129);
    background-color: rgb(255, 255, 255);
  }

  nav>ul>li>ul a {
    font-size: 15px;
  }

  nav:before {
    font-size: 30px;
    color: rgb(255, 255, 255);
  }

  nav>ul li a:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
  }

  nav>ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 25px;
  }

  nav>ul>li>ul li a {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  nav.opened-menu>ul {
    background-color: rgb(36, 92, 129);
  }

  nav>ul .closeBtn {
    color: rgb(255, 255, 255);
  }

  .preamble {
    font-size: 20px;
  }

  .preamble a {}

  .preamble a:hover {}

  .bodytext {}

  .bodytext a {}

  .bodytext a:hover {}

  .smalltext {
    color: rgb(9, 33, 91);
  }

  .text {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .form label {}

  .form input[type=checkbox]+span,
  .form input[type=radio]+span {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .form input[type=submit] {}

  .form input[type=submit]:hover {}

  .form input[type=text],
  .form textarea,
  .form select {}

  .form .thankYou {}

  .gallery {
    margin-bottom: 20px;
  }

  .map {
    margin-bottom: 20px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button:hover {}

  .custom1 {}

  .custom1 a {}

  .custom1 a:hover {}

  .custom2 {}

  .custom2 a {}

  .custom2 a:hover {}

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom5 {}

  .custom5 a {}

  .custom5 a:hover {}

  .spottext {
    font-size: 39px;
  }

  .spottext a {}

  .spottext a:hover {}

  body {
    background-image: none;
  }

  .locale {}

  .locale ul li a {}

  .locale ul li a:hover {}

  .locale ul li.active a {}

  .locale ul li {}

  .locale ul li:hover {}

  .locale ul li.active {}

  .smallsubtitle {}

  .smallsubtitle a {}

  .smallsubtitle a:hover {}

  .smallspottext {
    font-size: 20px;
  }

  .smallspottext a {}

  .smallspottext a:hover {}

  .companyname {
    font-size: 20px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {}

  .footertext a {}

  .footertext a:hover {}

  .button2 {
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-color: rgb(39, 108, 165);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 15px;
    color: rgb(27, 68, 95);
  }

  .button2:hover {
    border-color: rgb(39, 108, 165);
    color: rgb(27, 68, 95);
  }

  .button2 .buttonIcon.fa {
    margin-right: 10px;
  }

  .socialmedia {
    text-align: center;
    font-size: 22px;
  }

  .socialmedia li a {
    width: 45px;
    height: 45px;
  }

  .socialmedia li a:hover {}

  .socialmedia li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .socialmedia li:hover {}
}

#r5001>.container {
  padding-left: 85px;
  padding-top: 0px;
  padding-right: 85px;
}

#r1817 {
  margin-bottom: 160px;
}

#c3328 {
  padding-top: 12px;
}

#m2200 {
  margin-left: auto;
  margin-right: auto;
}

#r3278 {
  margin-bottom: 15px;
}

#r3840 {
  background-color: rgb(36, 92, 129);
}

#c3898 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#r5002 {
  background-color: rgba(255, 255, 255, 0);
  background-position: 50% 0%;
  background-repeat: repeat-y;
}

#c4875 {
  padding-bottom: 0px;
}

#p2374 #r3853 {
  margin-top: 15px;
}

#p2374 #r3853>.container {
  padding-left: 45px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
}

#p2374 #c3884 {
  padding-left: 0px;
}

#p2374 #c3695 {
  background-color: rgb(255, 255, 255);
  border-color: rgb(36, 92, 129);
  border-style: solid;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

#p2374 #c3695.bgfilter:before {
  background-color: rgba(36, 92, 129, 0);
}

#p2374 #c4399 {
  padding-left: 0px;
}

#p7918 #r3853 {
  margin-top: 15px;
}

#p7918 #r3853>.container {
  padding-left: 45px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
}

#p7918 #c3884 {
  padding-left: 0px;
}

#p7918 #c3695 {
  background-color: rgb(255, 255, 255);
  border-color: rgb(36, 92, 129);
  border-style: solid;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

#p7918 #c3695.bgfilter:before {
  background-color: rgba(36, 92, 129, 0);
}

#p7918 #c4399 {
  padding-left: 0px;
}

#p6974 #r3853 {
  margin-top: 15px;
}

#p6974 #r3853>.container {
  padding-left: 45px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
}

#p6974 #c3884 {
  padding-left: 0px;
}

#p6974 #c3695 {
  background-color: rgb(255, 255, 255);
  border-color: rgb(36, 92, 129);
  border-style: solid;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

#p6974 #c3695.bgfilter:before {
  background-color: rgba(36, 92, 129, 0);
}

#p6974 #m4199 {
  height: 300px;
}

#p6974 #c4399 {
  padding-left: 0px;
}

@media only screen and (max-width:1199px) {
  #r5001>.container {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  #r1817 {
    margin-bottom: 100px;
  }

  #r5002 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #r5002>.container {
    padding-left: 20px;
  }

  #p2374 #r3853>.container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #p7918 #r3853>.container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #p6974 #r3853>.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width:767px) {
  #r5001>.container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #c2829 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  #r1817 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #r5002>.container {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
}