/* Put your custom css here */

body {
  font-size: 14px;
  line-height: 21px;
}

body {
  padding-left: 0 !important;
  right: 0 !important;
  left: auto !important;
}

.navbar-fixed-top {
  right: 0 !important;
  left: 0 !important;
}
.offcanvas {
  z-index: 1050;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
h3 {
  font-size: 22px;
}
.img-responsive {
  display: inline-block;
}
.color1,
.ctaBox.color1 {
  background-color: #eef7fc;
  color: #777;
}
.color2,
.slice.color2,
.bulle.color2,
.ctaBox.color2 {
  background-color: #298b8b;
  color: #fff;
}
.borderBox {
  display: block;
  background: #3f9797;
  border: 1px solid #5fa8a8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 28px;
  margin-bottom: 20px;
}
.borderBox-title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.borderBox .btn {
  margin-top: 20px;
}

:root {
  --purple: #3b3646;
  --red: #ee4b5a;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}

.highlight {
  background: rgba(255, 215, 0, 0.115);
}

p,
ul {
  margin-bottom: 20px;
  line-height: 1.75em;
}
li {
  list-style: none;
  margin-bottom: 10px;
}
li:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
label {
  display: inline-block;
  max-width: 90%;
}
code {
  color: var(--red);
  font-family: monospace;
  font-size: 16px;
  background: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 0.9;
}
#gdpr-cookie-message h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: center;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
  background: #298b8b;
  color: white;
  font-size: 17px;
  padding: 7px 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin-bottom: 5px;
  text-align: center;
}

button#gdpr-cookie-advanced {
  display: none;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .borderBox-title {
    font-size: 18px;
    line-height: 23px;
  }

  .borderBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer {
  padding: 0;
  color: #3d3d3d;
  background: #b9d6d6;
  border: 0;
}
#footerRights {
  margin-top: 0;
  background: none;
  color: #3d3d3d;
  border: 0;
  font-size: 14px;
  text-align: left;
}
.page-header {
  border-bottom: 1px solid rgba(1, 1, 1, 0.075);
  background: #298b8b;
}
ul#navTrail {
  margin-top: 13px;
}
ul#navTrail li a {
  color: #94c5c5;
}
ul#navTrail li a:hover {
  color: #fff;
}
ul#navTrail li#navTrailLast {
  color: #94c5c5;
}
.infoBox {
  padding: 20px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.infoBox--pd30 {
  padding: 30px;
  margin-bottom: 25px;
}

label {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.btn-big {
  font-size: 18px;
  padding: 20px 27px;
}

.btn-success {
  background: #298b8b;
}
.btn-warning {
  background: #eec521;
  color: #111;
}

body {
  background: #b9d6d6;
}
#globalWrapper {
  background: #fff;
}
#page {
  padding-bottom: 80px;
}
.phoneNumber {
  display: inline-block;
  font-size: 18px;
  padding: 5px 0 0 44px;
  background: transparent url("../images/phone-icon.png") no-repeat left top;
  min-height: 34px;
}
.iconRounded {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
ul.socialNetwork li {
  margin: 0 5px;
}
.u-light {
  color: #666;
  color: rgba(0, 0, 0, 0.4);
}
.footerLinks {
  text-transform: uppercase;
  margin: 5px -15px;
}
.copyrightInfo {
  margin: 5px 0;
}
.footerLinks a {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.footerLinks a + a:before {
  content: "/";
  font-size: 10px;
  color: #7b8989;
  position: absolute;
  left: -9px;
}
.item.item1 {
  background: transparent url("../images/content/slider-1-bg.jpg") no-repeat top
    center;
  background-size: cover;
}
.item.item2 {
  background: transparent url("../images/content/slider-2-bg.jpg") no-repeat top
    center;
  background-size: cover;
}
.item.item3 {
  background: transparent url("../images/content/slider-3-bg.jpg") no-repeat top
    center;
  background-size: cover;
}
/* owl */

.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: -36px 0 0 0;
}
.carouselHome .owl-theme .owl-controls .owl-page span {
  font-size: 0;
  color: transparent;
  background: #ccc;
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 4px;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000;
}
.carouselHome {
  position: relative;
}
.prevOwl,
.nextOwl {
  font-size: 40px;
  color: #fff !important;
  color: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 20px;
}

.nextOwl {
  left: auto;
  right: 20px;
}

.prevOwl:hover,
.nextOwl:hover {
  color: #fff !important;
}

.textCaption {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .textCaption {
    margin-top: 0 !important;
  }
  .carouselHome .owl-item .row > div {
    margin-bottom: 0;
  }
  #footerRights {
    text-align: center;
  }
  #footerRights .row > div {
    text-align: center;
  }
  .mobileSpace > div + div {
    margin-top: 40px;
  }
}
#footerRights ul.socialNetwork {
  margin: -4px 0 0 0;
  text-align: center;
}
.page-header h1,
.page-header p {
  margin: 0;
}
.page-header h1 {
  font-size: 40px;
}
textarea#comments {
  height: auto;
  min-height: 220px;
}

.menuSection {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.list-styled {
  margin: 0;
}
.list-styled > li {
  padding: 0;
}
.list-styled a {
  color: #111;
  font-size: 18px;
  padding: 8px 17px;
  display: inline-block;
}

.list-styled .active a {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icoLink {
  position: relative;
  min-height: 32px;
  font-size: 18px;
  padding: 3px 0 0 47px;
}

.icoLink img {
  position: absolute;
  top: 0;
  left: 0;
}

.pt10 {
  padding-top: 15px;
}

/* menu */
.navmenu,
.navbar-offcanvas {
  width: 220px;
}
.navbar-brand {
  height: auto;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
#mainMenu .navbar-nav i {
  display: inline-block;
  float: none;
}
#mainHeader .pull-right {
  float: right !important;
}
.navbar-nav > li {
  float: left;
}
.navbar-header {
  float: left;
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 22px 11px;
  line-height: 44px;
  vertical-align: middle;
}
.navbar-nav {
  margin: 0;
}
.navbar-header {
  padding-bottom: 0;
}
.navbar-nav > li > a > i,
.navbar-default .navbar-nav > li > a {
  color: #3d3d3d;
}
.navbar-nav > li > a:hover > i,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus > i,
.navbar-default .navbar-nav > li > a:focus {
  color: #298b8b;
}
.navbar-default .navbar-nav > li:first-child {
  margin-right: 9px;
}
.navbar-default .navbar-nav > li.lang > a {
  color: #aaaaaa;
}
.navbar-default .navbar-nav > li.lang + li > a:before {
  content: "/";
  color: #eee;
  font-size: 10px;
  position: absolute;
  left: -2px;
  margin-top: 0px;
}
.navbar-default .navbar-nav > li.lang.active > a {
  color: #298b8b;
}

#cameraSliderWrapper {
  margin: 0 auto;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  border: 0;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #fff;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #aaa !important;
}
.btn-transparent {
  background: none;
  color: #ccc !important;
  border: 0 !important;
}
.btn-transparent:hover,
.btn-transparent:focus {
  background: none;
  color: #aaa !important;
  border: 0 !important;
}

.form-wide {
}

.form-wide .form-group {
  margin-bottom: 25px;
}
.form-wide .note {
  colro: #878787;
  font-size: 13px;
  margin-bottom: 20px;
}
.form-wide textarea#comments {
  min-height: 193px;
}

.lightBgWrapper {
  background: #f7f7f7;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

@media (min-width: 768px) {
  #mainHeader .pull-right {
    margin-right: -12px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 88px;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li > a {
    padding: 10px 11px;
    line-height: 22px;
  }
  #mainHeader .pull-right {
    float: none !important;
  }
  .navbar-nav > li {
    display: inline-block;
  }
  .navbar-default .navbar-brand {
    padding: 10px 0 3px 0;
  }

  .footerLinks {
    margin: 5px 0px;
  }
  .camera_caption h1 {
    color: #8b2621;
  }

  .camera_neko_skin .camera_caption h1 {
    font-weight: 400;
  }
}

.list li {
  list-style: disc;
  margin-left: 18px;
}
.table th {
  border-top: 17px solid #ffffff !important;
  background-color: #298b8b;
  color: #ffffff;
}
.table tr:nth-child(odd) {
  background: #f3f3f3;
}

.table td:first-child {
  width: 50%;
}

.table td {
  border-top: 0px !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  z-index: 100;
}

.cookie-banner-container {
  padding: 20px;
  background-color: rgba(50, 50, 50, 0.9);
}
@media (min-width: 768px) {
  .cookie-banner-container {
    padding: 50px;
  }
}
.cookie-banner-container p {
  color: #ffffff;
}
.cookie-banner-container a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-button {
  display: inline-block;
  background-color: #298b8b;
  padding: 8px 15px 10px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 10px;
}
#continue {
  width: auto;
  text-align: center;
  border: solid 2px #298b8b;
}
#stop {
  width: auto;
  text-align: center;
  background-color: transparent;
  border: solid 1px #ffffff;
}
