*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@font-face {
font-family: "Poiret One";
src: url("../fonts/PoiretOne-Regular.ttf");
/*src:
url("css/fonts/Harabara.woff") format("woff"),
url("css/fonts/Harabara.otf") format("opentype"),
url("css/fonts/Harabara.svg#filename") format("svg");*/
}

@font-face{
  font-family:"Geometria";
  src:url("../fonts/Geometria.ttf");
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poiret One', Arial, sans-serif;
  font-weight: normal;
}


body{
  font-family:'Geometria';
	background:#e6e4e5;
	color:#6e6e6e;
}

.wrap {
    /*margin-bottom: 420px;*/
    width: -webkit-calc(100% - 93px);
    width: calc(100% - 93px);
    position: relative;
    z-index: 1;
    margin-left: 93px;
}

.main {
    display:block;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.content{
  transition:all 1s ease;
}





.sidebar{
	position:fixed;
	background:#ffffff;
	width:95px;
	top:0;
    box-shadow: 4px 0px 6px rgba(0,0,0,0.2);
	bottom:0;
	left:0px;
    z-index:10;
}

.logo-wrapper{
	 position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.logo{

	transform: rotate(270deg);
	width:180px;
	height:auto;
}

.sidebar .sidebar-button {
    width: 93px;
    position: fixed;
    top: 0;
    left: 0;
   	z-index: 1;
}

.sidebar .burger-menu{
	width:93px;
	height:93px;
	float:left;
	display:block;
}

.sidebar .burger-menu .icon{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

 .sidebar .burger-menu .icon .top-line {
   /* background-color: #212121;
    top: 39%;
    left: 34%;*/
}

 .sidebar .burger-menu .icon .top-line {
    display: block;
    position: absolute;
    width: 33%;
    height: 2px;
    background-color: #212121;
    top: 37%;
    left: 34%;
    -webkit-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
}

.sidebar .burger-menu.active .icon .top-line {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    height: 1px;
    width: 34%;
    top: 43%;
    background-color: #212121;
}

 .sidebar .burger-menu .icon .middle-line {
    /*background-color: #212121;
    top: 49%;
    left: 34%;*/
}

 .sidebar .burger-menu .icon .middle-line {
    display: block;
    position: absolute;
    width: 33%;
    height: 2px;
    background-color: #212121;
    top: 48%;
    left: 34%;
    -webkit-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
}

 .sidebar .burger-menu.active .icon .middle-line {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    height: 1px;
    width: 34%;
    top: 43%;
    background-color: #212121;
}

 .sidebar .burger-menu .icon .bottom-line {
   /* background-color: #212121;
    top: 59%;
    left: 34%;*/
}

 .sidebar .burger-menu .icon .bottom-line {
    display: block;
    position: absolute;
    width: 33%;
    height: 2px;
    background-color: #212121;
    top: 60%;
    left: 34%;
    -webkit-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
}

.sidebar .burger-menu.active .icon .bottom-line {
    width: 0;
    left: 50%;
    opacity: 0;
    background-color: #212121;
}

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

.part-title-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}


.part-title{
    display:none;
}

.part-title.active {
    display: table-cell;
    vertical-align: middle;
}

.part-title h2{

        transform: rotate(270deg);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-color: #b5b2b2;
    color: transparent;
    font-size: 5em;
    position: absolute;
    font-weight: bold;
}

@media screen and (max-width:1280px){
  .part-title.active {
    display: table-cell;
    vertical-align: middle;
}

.part-title h2{

        transform: rotate(0deg);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-color: #b5b2b2;
    color: transparent;
    font-size: 5em;
    position: relative;
    font-weight: bold;
}
}


.overview-img img{
    max-height:700px;
}


@media screen and (max-width:1280px){
  .overview-img img {
    max-height: 750px;
}
.deck-navigation{

}
}

.slick-slide img {
     display: inline-block;
}

.bottom-info{
    background:white;
}

.pd40{
    padding-top:40px;
    padding-bottom:40px;
}

.pd80{
    padding-top:80px;
    padding-bottom:80px;
}


.vcenter {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.arrow{
    display:inline-block;
}



 .arrow span {
    background: url(../img/arrow.png) no-repeat;
    display: block;
    opacity:0.7;
    height: 128px!important;
    /* margin-left: 5.5px!important; */
    /* margin-top: 9px!important; */
    /* position: relative; */
    width: 128px!important;

}


.arrow-down span{
    transform:rotate(180deg);
}

.level-label{
    text-align: center;
    display: block;
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 35px;
}

.deck-navigation-wrapper {
    display: table;
    height: 100%;
}

.deck-navigation {
    display: table-cell;
    vertical-align: middle;
}


.noscroll{
   /*position:fixed;*/
   display:none;
    overflow:hidden;
}

.menu-title h1 {
    color: #333333;
    font-weight: bold;
}



/* Menu style */

.overlay .menu-title{
   position: relative;
    padding-left:  200px;
     max-width: 800px;
    font-size: 28px;


}

.menu-title h1 {
    color: #333333;
    font-weight: bold;
}

.menu-title a.close-panel{
  position: absolute;
    top: 5px;
    right: 10px;
    color:#333333;
}



a.close-panel:after {
    content: "";
    border-bottom: solid 1px black;
    height: 2px;
    position: absolute;
    width: 16px;
    transform: rotate(25deg);
    left: -20px;
    top: 24px;
}

a.close-panel:before {
    content: "";
    border-bottom: solid 1px black;
    height: 1px;
    position: absolute;
    width: 16px;
    transform: rotate(-25deg);
    left: -20px;
    top: 18px;
}

.overlay-hugeinc  .close-panel{
  margin-bottom:0.5em;
}

.overlay3 h1 {
    margin-top: 0.5em;
        text-transform: capitalize;
}

.overlay nav, .overlay2 nav {
    position: relative;
    padding-left:200px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 28px;
}

.overlay ul, .overlay2 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li, .overlay2 ul li {
    display: block;
    min-height: 54px;
}

.overlay ul li a, .overlay2 ul li a {
    font-weight: 300;
    display: block;
    color: #333333;
    font-size:26px;
    line-height: 1.8em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li .menu-big, .overlay2 ul li .menu-big {
   font-family: 'Poiret One';
    color: #b1b1b7;
    font-size: 35px;
    min-width: 75px;
    display: block;
    float: left;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay2 ul li a:hover,
.overlay2 ul li a:focus {
    color: #b1b1b7;
    text-decoration:none;
}

/* Overlay style */
.overlay, .overlay2, .overlay3 {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y:scroll;
    overflow-x:hidden;
    top: 0;
    left: 0;
    background: #ffffff;
}

.overlay2 .menu-title{
  position: relative;
  padding-left:200px;
  max-width: 800px;
  font-size: 28px;
}



.overlay{
  padding: 60px 0;
     z-index:100;
}

.overlay2{
  padding: 60px 0;
  z-index:101;
}

.overlay3{
  z-index:102;

}



/* Effects */
.overlay-hugeinc {
    visibility: hidden;

  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-hugeinc.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.overlay-hugeinc nav {
    /*-webkit-perspective: 1200px;*/
    /*perspective: 1200px;*/
}

.overlay-hugeinc nav ul {
    opacity: 0.4;

}

.overlay-hugeinc.open nav ul {
    opacity: 1;

}


@media screen and (max-height: 30.5em) {
    .overlay nav, .overlay2 nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li, .overlay2 ul li {
        min-height: 34px;
    }


}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.status {
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ed1c24;
}

.pulse {
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  width: 60px;
  cursor: pointer;
  height: 60px;
  top: 0;
  left: 0;
  /*right: 0;
  bottom: 0;*/
  margin: auto;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 2;
}
.pulse:before, .pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  z-index: 2;
  border: 1px solid #333333;
  box-shadow: 0px 0px 10px 2px #333333;
  border-radius: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.pulse:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;
}
.pulse:after {
  width: 30%;
  height: 30%;
  -webkit-animation: pulse 3s 2s infinite linear;
  animation: pulse 3s 2s infinite linear;
}

.image-mapper {
    display: inline-block;
    position: relative;
}


div#target-deck {
    top: 290px;
    left: 192px;
}

div#target-deck-equipment{
  top: 217px;
  left: 50px;
}

div#target-extras{
  top: 199px;
  left: 305px;
}

div#target-electric-windlass{
  top: 452px;
  left: 35px;
}

div#target-bilge {
  top: 570px;
left: 336px;
}

div#target-navigation{
  top: 399px;
      left: 171px;
}

div#target-navigation-lights{
  top: 445px;
  left: 225px;
}

div#target-galley {
  top: 355px;
left: 145px;
}

div#target-hull{
      top: 400px;
    left: 365px;
}

div#target-safety{
    left: 240px;
    top: 422px;
}

div#target-batteries{
left: 172px;
    top: 397px;
}



div#target-water-tanks{
  top: 401px;
left: 178px;
}


div#target-toilets {
  top: 395px;
  left: 35px;
}

div#target-toilets2 {
  top: 395px;
left: 350px;
}

div#target-cabin{
      top: 500px;
    left: 335px;
}

div#target-cabin-lights{
    left: 230px;
    top: 454px;
}

div#target-engine{
     left: 176px;
    top: 454px;
}


.page-header{
  min-height:550px;
  background:url('../img/yacht-header.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}


.inventory-list{
  list-style-type:none;
  text-transform: capitalize;
}

.inventory-list h3 {
    margin-top: 40px;
}

.inventory-list h3::before {
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    color: black;
    display: block;
    margin-bottom: 30px;
}
/* CheckBox Styles */

.checkbox {
  display: none;
}
.checkbox, .checkbox:after, .checkbox:before, .checkbox *, .checkbox *:after, .checkbox *:before, .checkbox + .checkbox__label {
  box-sizing: border-box;
}
.checkbox--toggle + .checkbox__label {
  position: relative;
  display: block;
  float:right;
  box-sizing: border-box;
  width: 2rem;
  height: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s ease;
  border-radius: 1rem;
  outline: 0;
  background-color: #ececec;
}
.checkbox--toggle + .checkbox__label:before {
  display: none;
}
.checkbox--toggle + .checkbox__label:after {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  content: '';
  transition: 0.3s ease;
  -webkit-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8);
  border-radius: 50%;
  background-color: #fff;
}
.checkbox--toggle + .checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox--toggle + .checkbox__label::selection {
  background-color: none;
}
.checkbox--toggle:checked + .checkbox__label {
  background-color: #ddd;
}
.checkbox--toggle:checked + .checkbox__label:after {
  -webkit-transform: translateX(100%) scale(0.8);
          transform: translateX(100%) scale(0.8);
}
.checkbox--radio + .checkbox__label {
  position: relative;
  display: block;
  float:right;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .3s ease;
  border-radius: 50%;
  outline: 0;
  background-color: #ececec;
}
.checkbox--radio + .checkbox__label:before {
  display: none;
}
.checkbox--radio + .checkbox__label:after {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 50%;
  background-color: #fff;
}
.checkbox--radio + .checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox--radio + .checkbox__label::selection {
  background-color: none;
}
.checkbox--radio:checked + .checkbox__label:after {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.checkbox--checkbox + .checkbox__label {
  position: relative;
  display: block;
      float: right;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s ease;
  outline: 0;
  background-color: #ececec;
}
.checkbox--checkbox + .checkbox__label:before {
  display: none;
}
.checkbox--checkbox + .checkbox__label:after {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 8px;
  height: 17px;
  content: '';
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid transparent;
  border-width: 0 3px 3px 0;
}
.checkbox--checkbox + .checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox--checkbox + .checkbox__label::selection {
  background-color: none;
}
.checkbox--checkbox:checked + .checkbox__label:after {
  border-color: #fff;
}
.checkbox__text {
  color: #c4c4c4;
  text-transform: uppercase;
  position: absolute;
  font-size: 80%;
  top: 50%;
  right: 0;
  padding-left: 0.5rem;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}
.checkbox--primary:checked + .checkbox__label {
  background-color: #ddd;
}
.checkbox--success:checked + .checkbox__label {
  background-color: #5cb85c;
}
.checkbox--danger:checked + .checkbox__label {
  background-color: #d9534f;
}

.inventory-list{
  margin-left:0px;
}


input[type=number],input[type=checkbox]{
  width:4em;
  float:right;
}

form {
    max-width: 750px;
}

input[type=text]{
  width:100%;
}

input#agree {
    float: none;
}

.lds-css, .success-message, .fail-message, .fail-message-mail{
   display:none;
}
.lds-css.ng-scope {
    margin-bottom: 1.2rem;
}

.success-message {
    padding: 20px 25px;
    border: 1px solid #49AF41;
    margin-bottom:1.2rem;
}

.fail-message, .fail-message-mail {
    padding: 20px 25px;
    border: 1px solid #ed2d2d;
    margin-bottom:1.2rem;
}


@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 10px 0 0 #19acc6;
  -webkit-transform-origin: 80px 85px;
  transform-origin: 80px 85px;
}
.lds-eclipse {
  width: 56px !important;
  height: 56px !important;
  -webkit-transform: translate(-28px, -28px) scale(0.28) translate(28px, 28px);
  transform: translate(-28px, -28px) scale(0.28) translate(28px, 28px);
}


span.pulse-title {
  position: absolute;
  left: 45px;
  font-size: 15px;
  text-align: left;
  top: 5px;
  background: rgba(255,255,255,0.8);
      padding: 10px 5px;
  line-height: 14px;
  color: black;
}

.radio-wrapper {
  display: block;
  margin-bottom: 60px;
}

@media screen and (min-width:986px) {
  div.radio {
      float: left;
  }
}

div.radio {
  margin: 5px 5px;
  width: 150px;
}

.radio label {
  width: 150px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}

.radio-title {
  margin: 10px 0;
}


/* hide input */

input.radio:empty {
  margin-left: -999px;
}


/* style label */

input.radio:empty~label {
  position: relative;
  float: left;
  text-indent: 3.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.radio:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}


/* toggle hover */

input.radio:hover:not(:checked)~label:before {
  content: '\2714';
  text-indent: .6em;
  color: #C2C2C2;
}

input.radio:hover:not(:checked)~label {
  color: #888;
}


/* toggle on */

input.radio:checked~label:before {
  content: '\2714';
  text-indent: .6em;
  color: #ffffff;
  background-color: #4DCB6D;
}

input.radio:checked~label {
  color: #777;
}


/* radio focus */

input.radio:focus~label:before {
  box-shadow: 0 0 0 3px #999;
}


button.group-toggler{
    font-size: 13px;
    cursor: pointer;
    background: transparent;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom:15px;
    padding: 4px 12px;
    line-height: 1;
    color:#6e6e6e;
    border: solid 1px #000000;

}