@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 1.5em;

}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
  color: #9197ae;
  line-height: 1.8em;
}

h5 {
  font-size: 2.5em;
  font-weight: normal;
}

h6 {
  font-size: 1.2em;
  font-weight: normal;
}

td, th {
  border: solid 1px #9197ae;
  padding: 10px;
}

th {
  font-weight: bold;
  background-color: #273043;
  color:#eff6ee;
}

hr {
  margin:0;
}

label {
  font-weight: normal;
}

ul {
  padding-left: 20px;
  padding-right: 5px;
}

span.line {
  display: inline-block;
}

.handwriting {
  font-family: "Dancing Script", cursive;
  line-height: 1.5em;
  text-shadow: 3px 2px #e5e5e5;
  font-size: 2.8em;
}

.fa {
  display: inline !important;
}

.label {
  white-space: pre-line;
  font-weight: normal;
}

.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

.footerlinks {
  color: inherit !important;
}

.footerlinks:hover {
  text-decoration: underline !important;
}

.flex-row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.zoomy {
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all .8s ease;
  cursor: default;
}

.zoomy:hover {
  -webkit-transform:scale(1.35); /* Safari and Chrome */
  -moz-transform:scale(1.35); /* Firefox */
  -ms-transform:scale(1.35); /* IE 9 */
  -o-transform:scale(1.35); /* Opera */
  transform:scale(1.35);
  position:relative;
  z-index:100 !important;
  box-shadow: -2px -2px 50px #888888;
}

.btn-more {
  font-size: 14px;
  background-color: #dd0426;
  color: white;
  font-weight: normal;
  padding: 8px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  border-radius: 5px;
}

.btn-more:hover {
  background-color: #c10321;
  color: white;
}

.btn-more:focus {
  background-color: #c10321;
  color: white;
  outline: none;
}

.btn-red {
  background-color: #dd0426;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-red:hover {
  background-color: #c10321;
  color: white;
}

.btn-red:focus {
  background-color: #c10321;
  color: white;
  outline: none;
}

.btn-skyblue {
  background-color: #00aeed;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-skyblue:hover {
  background-color: #008cbf;
  color: white;
}

.btn-skyblue:focus {
  background-color: #008cbf;
  color: white;
  outline: none;
}

.btn-green {
  background-color: #15974a;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-green:hover {
  background-color: #118440;
  color: white;
}

.btn-green:focus {
  background-color: #118440;
  color: white;
  outline: none;
}

.btn-yellow {
  background-color: rgb(254,206,47);
  color: black;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-yellow:hover {
  background-color: #ddb325;
  color: black;
}

.btn-yellow:focus {
  background-color: #ddb325;
  color: black;
  outline: none;
}

.btn-purple {
  background-color: rgb(176,72,130);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-purple:hover {
  background-color: #933c6d;
  color: white;
}

.btn-purple:focus {
  background-color: #933c6d;
  color: white;
  outline: none;
}

.btn-blue {
  background-color: rgb(59,45,131);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #2d2266;
  color: white;
}

.btn-blue:focus {
  background-color: #2d2266;
  color: white;
  outline: none;
}

.btn-lightblue {
  background-color: rgb(98,195,207);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-lightblue:hover {
  background-color: #57afba;
  color: white;
}

.btn-lightblue:focus {
  background-color: #57afba;
  color: white;
  outline: none;
}

.btn-darkgrey {
  background-color: rgb(67,66,66);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-darkgrey:hover {
  background-color: #302f2f;
  color: white;
}

.btn-darkgrey:focus {
  background-color: #302f2f;
  color: white;
  outline: none;
}

.service-icon-background {
  color: #dd0426;
  transition: 0.2s all ease-in;
}

.service-icon {
  color: #fff;
  transition: 0.2s all ease-in;
}

.service-box {
  transition: 0.2s all ease-in;
  padding: 2em;
}

.service-box > a {
  color: black !important;
}

.service-box:hover {
  transform: scale(1.1);
  background-color: rgb(238,238,238);
  border-radius: 5px;
}

.scrollToTop {
  text-decoration: none;
  position:fixed;
  top:90%;
  right:40px;
  display:none;
  border-radius: 4px;
  cursor: default;
  padding:8px 4px 2px 8px;
  text-align: center;
  z-index:9999;
}

.text-center {
  text-align: center;
  text-align: -webkit-center;
  text-align: -ms-center;
}

.text-justify {
  text-align: justify;
  text-justify: word-break;
}

.limited-width {
  max-width: 100% !important;

}

.padding20 {
  padding-bottom:20px;
}

.social {
  background-color: #f02d3a;
  font-size: 3em;
  padding: .5em;
  word-spacing: 2em;
}

.socialicon {
  color: #dd0426;
  transition: 0.2s all ease-in;
  /*opacity:0 !important;*/
}

.socialicon:hover, .socialicon:focus {
  color: #fff !important;
}

.copy {
  font-weight: 300;
  background-color: #273043;
  color: rgb(238,238,238) !important;
  font-size: 1em;
  padding: 1em;
  transition: 0.2s all ease-in;
}

.cardpreview {
  padding: 10px;
  transition: 0.3s all ease-in;
  opacity: .5;
}

.cardpreview:hover {
  opacity: 1;
}

.close {
  font-size: 35px !important;
  outline: none !important;
}

.modal-red {
  background-color: #dd0426;
  max-height: 70px;
}

.modal-skyblue {
  background-color: #00aeed;
  max-height: 70px;
}

.modal-green {
  background-color: #15974a;
  max-height: 70px;
}

.modal-yellow {
  background-color: rgb(254,206,47);
  max-height: 70px;
}

.modal-blue {
  background-color: rgb(59,45,131);
  max-height: 70px;
}

.modal-purple {
  background-color: rgb(176,72,130);
  max-height: 70px;
}

.modal-lightblue {
  background-color: rgb(98,195,207);
  max-height: 70px;
}

.modal-darkgrey {
  background-color: rgb(67,66,66);
  max-height: 70px;
}

.centereverything {
  display:flex;
  align-items: center;
  justify-content: center;
}

.form-contact {
  max-width:600px;
  margin-top: 50px;
  text-align: left;
}

.modal-garanzie-title {
  color: white;
  white-space: nowrap;
}

.project-box {
  cursor:pointer;
  color:black;
  box-shadow:none;
  display:inline-block;
  padding: 20px 0px 20px 0px
}

.highlighted-border {
  border-bottom: solid 2px transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.highlighted-border:hover {
  border-bottom: solid 2px crimson;
}

.darkglass {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}

.btn-transparent {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  margin: 0 !important;
  max-width: 400px;
  height: 54px;
  margin-top: 210px !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
  border: solid 3px white;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #00aeed;
  border-color: #00aeed;
  color: white;
}

#hero {
  padding-top: 80px;
  background-color: white;
}

#footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;

}

#places, #about, #boats, #projects, #contact, #product, #pagecontents {
  padding: 4.5em 8em 4.5em 8em;
  background-color: white;
}

#under_development {
  width:100vw;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background: linear-gradient(#ffffff 50%, rgba(255,255,255,0) 0) 0 0,
  radial-gradient(circle closest-side, #FFFFFF 53%, rgba(255,255,255,0) 0) 0 0,
  radial-gradient(circle closest-side, #FFFFFF 50%, rgba(255,255,255,0) 0) 55px 0 #48B;
  background-size:110px 170vh;
  background-repeat:repeat-x;
}

#reservation {
  background-color: white;
  background-image: url('../images/others/bg-section.jpg');
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#boats {
  color: white;
  background-color: #273043;
}

#contact {
  /*padding: 4.5em 8em 6em 8em;
  background-color: white;*/
  margin-bottom: 275px;
  -webkit-box-shadow': 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999
}

#pagecontents {
  margin-top: 50px;
  margin-bottom: 275px;
  background-color: white;
  -webkit-box-shadow': 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999
}

@media screen and (max-width: 1250px) {

  body {
    font-size: 13px !important;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.3em;
  }

  #places, #about, #boats, #projects, #contact, #product, #pagecontents {
    padding: 4em 1.5em 2.5em 1.5em ;
  }

  #footer {
    text-align: center;
    position: inherit;;
    width: 100%;

  }

  #pagecontents {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: white;
  }

  #contact {
    margin-bottom: 0;
    background-color: white;
  }

  .zoomy:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .first-block {
    padding-top:20px;
  }

  .other-blocks {
    padding-top:20px;
  }

  .spacingsm {
    margin-bottom: 25px !important;
  }

}

@media screen and (max-width: 1024px){
  html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  .spacingsm {
    margin-bottom: 25px !important;
  }

  img.limited-width {
    max-width: 70% !important;
  }

  div.limited-width {
    max-width: 100% !important;

  }

  .descriptionsxs {
    max-width: 100% !important;

  }

  .form-group {
    text-align: left !important;
  }
}

@media screen and (max-width: 500px) {
  .spacingxs {
    margin-bottom: 25px !important;
  }
}
