/*fonts*/
@font-face {
  font-family: 'Geogrotesque-Regular';
  src: url('/fonts/Geogrotesque-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/Geogrotesque-Regular.otf')  format('opentype'),
	     url('/fonts/Geogrotesque-Regular.woff') format('woff'), url('/fonts/Geogrotesque-Regular.ttf')  format('truetype'), url('/fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geogrotesque-Medium';
  src: url('/fonts/Geogrotesque-Medium.eot?#iefix') format('embedded-opentype'),  url('/fonts/Geogrotesque-Medium.otf')  format('opentype'),
	     url('/fonts/Geogrotesque-Medium.woff') format('woff'), url('/fonts/Geogrotesque-Medium.ttf')  format('truetype'), url('/fonts/Geogrotesque-Medium.svg#Geogrotesque-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geogrotesque-Bold';
  src: url('/fonts/Geogrotesque-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/Geogrotesque-Bold.otf')  format('opentype'),
	     url('/fonts/Geogrotesque-Bold.woff') format('woff'), url('/fonts/Geogrotesque-Bold.ttf')  format('truetype'), url('/fonts/Geogrotesque-Bold.svg#Geogrotesque-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geogrotesque-Light';
  src: url('/fonts/Geogrotesque-Light.eot?#iefix') format('embedded-opentype'),  url('/fonts/Geogrotesque-Light.otf')  format('opentype'),
	     url('/fonts/Geogrotesque-Light.woff') format('woff'), url('/fonts/Geogrotesque-Light.ttf')  format('truetype'), url('/fonts/Geogrotesque-Light.svg#Geogrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*body*/
html, body {
    color: #74808a;
    line-height: 20px;
    font: 18px 'Geogrotesque-Regular';
    background-color: #f3f6f7;
    position: relative;
}
/*left-menu*/
div.left-content {
    background-color: #fff;
    color: #003f74;
    font-size: 19px;
    min-height: 100vh;
    width: 290px;
    box-shadow: 0 0 20px 0 rgba(0,56,99,.25);
    position: fixed;
}
div.left-content-padding {
    padding: 0 30px;
    position: relative;
}
img.img-center {
    margin: 0 auto;
}
img.img-logo {
    width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
}
div.left-menu strong {
    display: inline-block;
    margin: 0 0 10px 15px;
    width: 100%;
    background: transparent url(/gfx/down.png) no-repeat right 10px top 10px;
    font-size: 21px;
}
div.left-menu a {
    font: 21px 'Geogrotesque-Regular';
    display: block;
    margin: 0 0 10px 15px;
    font-size: 21px;
    color: #447299;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: -webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1);
    transition: transform .15s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
}
div.left-menu a:hover,
div.left-menu a:focus,
div.left-menu a.current {
    color: #29bce9;
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
    -webkit-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
}
div.ships-submenu {
    position: fixed;
    top: 0;
    left: 290px;
    width: 115px;
    padding: 20px 0;
    z-index: 116;
    background-color: rgba(0, 63, 116, 0.9);
}
div.ships-submenu a {
    display: inline-block;
    width: 115px;
    float: left;
    padding: 15px;
    line-height: 18px !important;
    font: 12px 'Geogrotesque-Regular';
    text-transform: uppercase;
    color: #feffff !important;
}
div.ships-submenu a:hover,
div.ships-submenu a.current {
    color: #447299 !important;
    background-color: rgba(255, 255, 255, 0.9);
}
div.ships-submenu::after {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    content: ' ';
    width: 150px;
    height: 50px;
    background: transparent url(/gfx/bg-ships-submenu-triangle.png) no-repeat 0 0;
}
div.ships-submenu-sub {
    position: fixed;
    top: 0;
    z-index: 115;
    left: 290px;
    width: 258px;
    padding: 0 0 0 128px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
div.ships-submenu-sub p {
    color: #003f74;
    margin: 15px 0 5px 0;
    font: 12px 'Geogrotesque-Medium';
    text-transform: uppercase;
}
div.ships-submenu-sub a {
    display: inline-block;
    color: #003f74 !important;
    width: 115px;
    padding: 10px;
    margin: 0 0 1px 0;
    text-transform: uppercase;
    font: 14px 'Geogrotesque-Regular';
    background: #fff url(/gfx/right.png) no-repeat center right 10px;
    background-size: 5px 9px;
}
div.ships-submenu-sub a:hover,
div.ships-submenu-sub a.current {
    color: #fff !important;
    background: #154f80 url(/gfx/right.png) no-repeat center right 10px;
    background-size: 5px 9px;
}
div.ships-submenu-details {
    position: fixed;
    top: 35px;
    z-index: 114;
    left: 548px;
    padding-left: 22px;

}
div.ships-submenu-details__inner {
    width: 320px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0,56,99,.2), 0 3px 5px 0 rgba(0,56,99,.15);
    -webkit-transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
div.ships-submenu-details__inner:hover {
    box-shadow: 0 5px 10px 0 rgba(0,56,99,.2), 0 5px 10px 0 rgba(0,56,99,.15);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
div.ships-submenu-details h6 {
    font: 22px 'Geogrotesque-Medium';
    margin: 15px 0;
    color: #003f74;
}
div.ships-submenu-details p {
    font: 14px 'Geogrotesque-Regular';
    color: #74808a;
    width: 100%;
    line-height: 24px;
}
div.data-container-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
    background-color: rgba(0, 63, 116, 0.7);
}
/*sub-menu*/
div.sub-menu {
    color: #8fabc2;
    font-size: 12px;
    padding: 5px 30px;
    background-color: #003f74;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 290px;
}
div.sub-menu p { margin: 10px 0; }
div.sub-menu a {
    color: #29bce9;
    margin-right: 22px;
    font-size: 16px;
    transition: all 0.3s ease;
}
div.sub-menu a:hover,
div.sub-menu a.current { color: #fff !important; }
/*home*/
div.header-images {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}
div.header-images img { float: left; }
div.triangle-fill {
    position: absolute;
    left: 0;
    bottom: -200px;
    z-index: 110;
    width: 200%;
    height: 200px;
    background-color: #f3f6f7;
    -ms-transform: rotate(-5deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-5deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-5deg);
    transform-origin: 0 0;
}
div.home-data-container {
    position: relative;
    padding: 0;
    width: calc(100% - 290px);
    margin-left: 290px;
}
div.header-box {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 109;
    width: 60%;
    min-height: 220px;
    padding: 20px 40px;
    text-align: right;
    background-color: rgba(41, 188, 233, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.header-box a{
    color: white !important;
}

div.header-box h6 {
    font: 36px 'Geogrotesque-Regular';
    color: #fff;
}
div.header-box p {
    font: 17px 'Geogrotesque-Regular';
    color: #fff;
}
/*inside-content*/
div.data-container {
    position: relative;
    padding: 20px 0 0 0;
    width: calc(100% - 290px);
    margin-left: 290px;
}
div.inside-content {
    width: 100%;
    padding: 0 80px;
}
div.inside-content p {
    line-height: 23px;
}
div.line {
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 0px -1px 0px 0px #dae3ea;
    -moz-box-shadow: 0px -1px 0px 0px #dae3ea;
    box-shadow: 0px -1px 0px 0px #dae3ea;
    border-top: 1px solid #fff;
    padding: 10px;
    font: 16px 'Geogrotesque-Medium';
}
/*item*/
.item {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,56,99,.2), 0 3px 5px 0 rgba(0,56,99,.15);
    -webkit-transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.item:hover {
    box-shadow: 0 5px 10px 0 rgba(0,56,99,.2), 0 5px 10px 0 rgba(0,56,99,.15);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
.item-image-container {
    position: relative;
}
.item-image-container img.more {
    position: absolute;
    bottom: -15px;
    right: 15px;
}
.item h5 {
    color: #003f74;
    margin: 20px 20px 0 20px;
    font: 22px 'Geogrotesque-Medium';
}
.item p {
    color: #74808a;
    margin: 10px 20px 20px 20px;
    font: 16px 'Geogrotesque-Regular';
}
/*ships*/
div.ships {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 30px 0 30px 0;
}
@media (max-width: 767px) {
    div.ships {
        height: 645px;
    }

    div.ships-items a div.main {
        color: #29bce9;
        margin-bottom: 35px;
    }
}
div.ships h4 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 28px 'Geogrotesque-Light';
}
div.ships-items {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
}
div.ships-items a img {
    margin: 0 0 10px 0;
}
div.ships-items a {
    color: #feffff !important;
    font: 18px 'Geogrotesque-Medium';
}
div.ships-items a:hover {
    color: #29bce9 !important;
}
/*pager*/
/*pager*/
div.pager {
    text-align: center;
    margin: 15px 0 30px 0;
}
div.pager strong {
    display: inline-block;
    padding: 3px 8px;
    color: #29bce9;
}
div.pager a {
    color: #29bce9;
    padding: 3px 8px;
    display: inline-block;
    margin: 0 1px 1px 0;
    border: 1px solid #29bce9;
}
div.pager a:hover {
    color: #fff !important;
    border: 1px solid #29bce9;
    background-color: #29bce9;
}
/*news*/
h3 {
    color: #003f74;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    font: 28px 'Geogrotesque-Light';
}
/*item*/
div.offer-item {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 15px 15px 25px 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,56,99,.2), 0 3px 5px 0 rgba(0,56,99,.15);
    -webkit-transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
div.offer-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0,56,99,.2), 0 5px 10px 0 rgba(0,56,99,.15);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
div.offer-item-image-container {
    position: relative;
    width: 90px;
    float: left;
    margin: 0 20px 0 0;
}
@media (min-width: 500px){
	div.offer-item-image-container {
	    width: 120px;
	}
}
div.offer-item-image-container img.more {
    position: absolute;
    bottom: -15px;
    left: 15px;
}
div.offer-item h5 {
    color: #003f74;
    margin: 0 0 0 0;
    font: 22px 'Geogrotesque-Medium';
}
div.offer-item p {
    color: #74808a;
    margin: 10px 20px 20px 20px;
    font: 16px 'Geogrotesque-Regular';
}
div.offer-item font {
    color: #29bce9;
    display: inline-block;
    margin: 10px 0 0 0;
    font: 14px 'Geogrotesque-Regular';
}

/*ship-list*/
div.ship-list {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,56,99,.2), 0 3px 5px 0 rgba(0,56,99,.15);
    -webkit-transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
div.ship-list:hover {
    box-shadow: 0 5px 10px 0 rgba(0,56,99,.2), 0 5px 10px 0 rgba(0,56,99,.15);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
div.ship-list-image-container {
    position: relative;
    width: 180px;
    float: left;
    margin: 0 20px 0 0;
}
div.ship-list-image-container img.more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 767px) {
    div.ship-list {
        text-align: center;
    }

    div.ship-list-image-container {
        display: inline-block;
        float: none;
        max-width: 100%;
        width: auto;
        margin: 0 0 20px 0;
    }
}

div.ship-list h5 {
    color: #003f74;
    margin: 0 0 0 0;
    font: 22px 'Geogrotesque-Medium';
}
div.ship-list p {
    color: #74808a;
    margin: 10px 20px 20px 20px;
    font: 16px 'Geogrotesque-Regular';
}
/*newsletter*/
div.newsletter {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: url('/gfx/bg-newsletter.png');
    background-size: cover;
    background-position: top center;
    display: block;
    padding-bottom: 30px;
}
div.newsletter:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10%;
}
@media (min-width:768px){
	div.newsletter:before {
		padding-bottom: 0;
		padding-top: 8%;
	}
}
div.newsletter h4 {
    /*position: absolute;
    top: 100px;
    left: 0;*/
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 28px 'Geogrotesque-Light';
}
/*form*/
form.newsletter {
    /*position: absolute;
    top: 160px;
    left: 0;*/
    width: 100%;
    text-align: center;
}
form.newsletter input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    border: 1px solid #fff;
    color: #fff;
    width: 300px;
    margin: 0 0 10px 0;
    font: 16px 'Geogrotesque-Regular';
    background-color: transparent;
}
form.newsletter input::-webkit-input-placeholder {
    color: #fff;
    font: 16px 'Geogrotesque-Regular';
}
form.newsletter input::-moz-placeholder {
    color: #fff;
    font: 16px 'Geogrotesque-Regular';
}
form.newsletter input:-ms-input-placeholder {
    color: #fff;
    font: 16px 'Geogrotesque-Regular';
}
form.newsletter input:-moz-placeholder {
    color: #fff;
    font: 16px 'Geogrotesque-Regular';
}
form.newsletter input#nl-submit {
    width: 140px;
    border: 0;
    cursor: pointer;
    font: 16px 'Geogrotesque-Regular';
    background-color: #29bce9;
    transition: all 0.5s ease;
}
form.newsletter input#nl-submit:hover {
    background-color: #fff;
    color: #29bce9;
}
/**/
div.inside-content label {
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-bottom: .4096em;
    padding-left: 10px;
}
div.inside-content label span {
    padding-left: 10px;
    color: red;
}
div.inside-content input[type=email],
div.inside-content input[type=number],
div.inside-content input[type=password],
div.inside-content input[type=tel],
div.inside-content input[type=file],
div.inside-content input[type=text],
div.inside-content input[type=datetime-local],
div.inside-content select,
div.inside-content textarea {
    width: 100%;
    color: #333;
    margin-bottom: .64em;
    padding: .64em 1em;
    border: 1px solid #dae1e8;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: box-shadow .5s cubic-bezier(.215,.61,.355,1);
    transition: box-shadow .5s cubic-bezier(.215,.61,.355,1);
}
div.inside-content select {
    padding: .50em 1em;
}
div.inside-content input.error {
    border: 1px solid #d83900;
}
div.inside-content span.error {
    display: none;
}
div.inside-content input.checkbox {
    float: left;
    margin: 3px 0 10px 5px;
}
div.inside-content select.year,
div.inside-content select.month,
div.inside-content select.day,
div.inside-content select.hour,
div.inside-content select.minute {
    /*margin: 0 0 10px 0;
    float: left;
    width: calc(100% / 3);*/
}
div.inside-content div.with-hour select.year,
div.inside-content div.with-hour select.month,
div.inside-content div.with-hour select.day,
div.inside-content div.with-hour select.hour,
div.inside-content div.with-hour select.minute {
    /*margin: 0 0 10px 0;
    float: left;
    width: calc(100% / 5);*/
}
div.inside-content div.with-hour select.hour,
div.inside-content div.with-hour select.minute {
}

div.date-selector {
   margin-left: -10px;
   margin-right: -10px;
   display: flex;
}
div.date-selector select {
    margin-left: 10px;
    margin-right: 10px;
}
div.date-selector .year,
div.date-selector .month,
div.date-selector .day {
    width: calc( (100% / 3) - 20px );
}

div.date-selector .hour,
div.date-selector .minute {
    width: calc( (100% / 5 ) - 20px  );
}
div.date-selector span.minute {
    line-height: 44px;
}

div.inside-content input[type=email]:focus,
div.inside-content input[type=number]:focus,
div.inside-content input[type=password]:focus,
div.inside-content input[type=tel]:focus,
div.inside-content input[type=text]:focus,
div.inside-content select:focus,
div.inside-content textarea:focus {
    box-shadow: 0 3px 1px 0 rgba(0,56,99,.15);
    outline: none;
}
div.inside-content input, select {
    display: inline;
    line-height: normal;
}
.-btn-alpha, .-btn-beta, .-btn-gamma {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    color: #fff!important;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 44px;
    margin-bottom: 20px;
    padding: 0 1em;
    border: 0;
    border-radius: 4px;
    background-color: #003863;
    -webkit-transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
    transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
}
.-btn-alpha strong, .-btn-beta strong, .-btn-gamma strong {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
.-btn-alpha span, .-btn-beta span, .-btn-gamma span {
    display: block;
    position: absolute;
    width: 49px;
    height: 34px;
    right: -44px;
    top: 0;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}
.-btn-alpha:active, .-btn-alpha:focus, .-btn-alpha:hover, .-btn-beta:active, .-btn-beta:focus, .-btn-beta:hover, .-btn-gamma:active, .-btn-gamma:focus, .-btn-gamma:hover {
    color: #fff;
    background-color: #00467d;
}
button[type=submit], input[type=submit] {
    border: 0;
}
.-btn-alpha span, .-btn-beta span, .-btn-gamma span {
    width: 75px;
    height: 51px;
    right: -68px;
}
.-btn-alpha, .-btn-beta, .-btn-gamma {
    height: 51px;
    line-height: 51px;
    margin-right: 68px;
}
.-btn-alpha svg, .-btn-beta svg, .-btn-gamma svg {
    width: 76px;
    height: 54px;
    margin-top: -2px;
}
.-btn-alpha .btn-arr, .-btn-alpha .btn-l, .-btn-alpha .btn-r, .-btn-beta .btn-arr, .-btn-beta .btn-l, .-btn-beta .btn-r, .-btn-gamma .btn-arr, .-btn-gamma .btn-l, .-btn-gamma .btn-r {
    -webkit-transition: fill .35s cubic-bezier(.645,.045,.355,1);
    transition: fill .35s cubic-bezier(.645,.045,.355,1);
}
.-btn-alpha .btn-l, .-btn-alpha .btn-r, .-btn-beta .btn-l, .-btn-beta .btn-r, .-btn-gamma .btn-l, .-btn-gamma .btn-r {
    fill: #003863;
}
.-btn-alpha:active .btn-l, .-btn-alpha:active .btn-r, .-btn-alpha:focus .btn-l, .-btn-alpha:focus .btn-r, .-btn-alpha:hover .btn-l, .-btn-alpha:hover .btn-r, .-btn-beta:active .btn-l, .-btn-beta:active .btn-r, .-btn-beta:focus .btn-l, .-btn-beta:focus .btn-r, .-btn-beta:hover .btn-l, .-btn-beta:hover .btn-r, .-btn-gamma:active .btn-l, .-btn-gamma:active .btn-r, .-btn-gamma:focus .btn-l, .-btn-gamma:focus .btn-r, .-btn-gamma:hover .btn-l, .-btn-gamma:hover .btn-r {
    fill: #00467d;
}
.fakecheck,
.fakeradio {
    display: inline-block;
    clear: both;
    text-decoration: none;
    outline: none;
    height: 20px;
    width: 20px;
    color: #74808a !important;
    padding: 0 0 0 30px;
    float: left;
    width: 100%;
    transition: none!important;
}
.checkbox { background: transparent url(/gfx/checkbox.png) no-repeat 0 0; }
.radio { background: transparent url(/gfx/radio.png) no-repeat 0 0; }
.fakechecked { background-position: left -20px; }
.faketext {
    color: inherit!important;
}
/*hajók menü*/
div.hajokmenu {
    margin-bottom: 20px;
    width: 100%;
}
div.hajokmenu a {
    color: #fff !important;
    text-align: center;
    padding: 10px;
    clear: both;
    width: 100%;
    background-color: #29bce9;
    margin: 0 0 4px 0;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
div.hajokmenu a:hover,
div.hajokmenu a:focus {
    color: #29bce9 !important;
    background-color: #fff;
}
/*
**  pushy menu
**/
.fixed-menu {
    float: left;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 11005;
    box-shadow: 0 3px 5px 0 rgba(0,56,99,.15);
}
div.fixed-menu div.pull-left img { margin: 15px 0 0 0; }
.cbp-spmenu {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    padding: 20px;
}
.cbp-spmenu-vertical {
    width: 300px;
    height: calc(100% - 70px);
    top: 70px;
    z-index: 11002;
    overflow-y: auto;
}
.cbp-spmenu-vertical a { padding: 1em; }
.cbp-spmenu-right { right: -300px; }
.cbp-spmenu-right.menu-open { right: 0px; }
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.push-body-toright { left: 300px; }
.push-body-toleft { left: -300px; }
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top { top: -110px; }
    .cbp-spmenu-bottom { bottom: -110px; }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .push-body-toleft { left: -190px; }
    .cbp-spmenu-right { right: -190px; }
    .push-body-toright { left: 190px; }
}
.push-body-toleft .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
}
.site-overlay { display: none; }
/*hamburger*/
.ui-btn-right { padding: 18px 0 15px 0; }
.nav-icon {
    width: 35px;
    height: 35px;
    margin: 5px 0 0 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #29bce9;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav-icon span:nth-child(1) { top: 0px; }
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) { top: 10px; }
.nav-icon span:nth-child(4) { top: 20px; }
.nav-icon.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/*footer*/
div.footer {
    width: 100%;
    float: left;
    padding: 20px;
    font: 13px 'Geogrotesque-Regular';
    background-color: #012543;
    border: 1px solid #000;
    color: #feffff;
}
div.footer div.fleft {
    padding: 0 5px;
    margin-bottom: 15px;
    width: calc(100% / 4);
}
div.footer font {
    border-bottom: 1px solid #677c8e;
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
div.footer strong {
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #29bce9;
}
div.footer a {
    font: 13px 'Geogrotesque-Regular';
    line-height: 24px;
    color: #feffff !important;
}
div.footer a:hover {
    color: #29bce9 !important;
}
div.footer .footer__firm-info {
	padding-bottom: 20px;
	position: relative;
}
div.footer .footer__firm-info:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255,255,255, 0.1);
	left: -10px;
	right: -10px;
	bottom: 0;
	height: 1px;
}
div.footer .footer__copyright {
	padding-top: 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
div.footer .footer__copyright p {
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 768px){
	div.footer .footer__copyright {
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (min-width: 990px){
	div.footer .footer__firm-info {
		padding-top: 20px;
		padding-bottom: 0;
	}
	div.footer .footer__firm-info:before {
		bottom: auto;
		top: 0;
	}
	div.footer {
		padding: 20px 30px;
	}
}
@media (min-width: 1200px){
	div.footer .footer__copyright {
		padding-top: 0;
	}
}


/*header*/
h1 {
    display: inline-block;
    color: #003f74;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    padding: 0 0 10px 0;
    -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    border-bottom: 1px solid #dae3ea;
    font: 28px 'Geogrotesque-Light';
}
h2 {
    font: 22px 'Geogrotesque-Medium';
    margin: 5px 0 15px 0;
    color: #003f74;
}
h5 {
    font: 22px 'Geogrotesque-Medium';
    margin: 5px 0 15px 0;
    color: #003f74;
}
/*link*/
a {
    color: #003f74;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #005596;
    text-decoration: none;
}
div.data-container a,
div.home-data-container a {
    color: #29bce9;
    text-decoration: none;
}
div.data-container a:hover,
div.home-data-container a:hover {
    color: #005596;
    text-decoration: none;
}
/*paragraph*/
p {
    line-height: 20px;
    margin: 0 0 15px 0;
}
ul {
    padding: 0;
    margin: 0 0 15px 10px;
    list-style-type: none;
}
ul li {
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 23px;
    background: transparent url(/gfx/li.png) no-repeat 0 6px;
    background-size: 8px 8px;
}
ul.parameters {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    list-style-type: none;
}
ul.parameters li {
    padding: 0;
    margin: 0;
    line-height: 20px;
    background: none;
    font: 16px 'Geogrotesque-Regular';
    color: #74808a;
    padding: 5px 10px;
    background-color: #fff;
}
ul.parameters li.bgcolor {
    background-color: #f3f6f7;
}
ul.parameters li span {
    width: 50%;
    padding-right: 10px;
    display: inline-block;
}
/*
**  images
**/
.mw100 { width: 100%; }
img.galleryimg { width: 100%; }
.mb-2 {
margin-bottom: 20px;
}
/*
** additional
**/
strong { font-family: 'Geogrotesque-Medium'; }
.nopaddingcol { padding-left: 0; padding-right: 0; }
.marked { font-weight: bold; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

/*cookie*/
#cookie-law {
    background: rgba(255,255,255, 0.9);
    font: 12px 'Geogrotesque-Regular';
    display: block;
    position: fixed;
    bottom: -500px;
    right: 0;
    left: 0;
    padding: 10px 20px;
    color: #447299;
    font-family: sans-serif;
    margin: 0;
    z-index: 9999999999999999;
    overflow: hidden;
    -webkit-transition: bottom 2s linear;
	-moz-transition: bottom 2s linear;
	-o-transition: bottom 2s linear;
	transition: bottom 2s linear;
}
#cookie-law a:hover {
    color: #29bce9;
    text-decoration: none;
}
#cookie-law.open {
	bottom: 0;
	-webkit-transition: bottom 2s linear;
	-moz-transition: bottom 2s linear;
	-o-transition: bottom 2s linear;
	transition: bottom 2s linear;
}
	#cookie-law div {
		display: table;
		width: 100%;
	}
	#cookie-law div div:first-child { padding-bottom: 10px;}
	#cookie-law div div:last-child { text-align: center; }
	#cookie-law span {
        text-transform: uppercase;
		display: inline-block;
		background: transparent;
		color: #29bce9;
        border: 2px solid #29bce9;
		cursor: pointer;
		padding: 5px 10px;
        font: bold 12px 'Open Sans', sans-serif;
	}
@media(min-width: 768px){
	#cookie-law div {
		display: table;
		width: 100%;
	}
	#cookie-law div div {
		display: table-cell;
		padding: 10px;
		vertical-align: middle;
	}
}

/*media*/
@media(max-width: 1600px){
    div.footer div.fleft {
        padding: 0 5px;
        width: calc(100% / 2);
    }
    div.clear1600 {
        clear: both;
    }
}

@media(max-width: 1180px){
    div.date-selector {
        flex-wrap: wrap;
    }
    div.date-selector select {
        margin-left: 10px;
        margin-right: 10px;
    }
    div.date-selector select.year,
    div.date-selector select.month,
    div.date-selector select.day {
        width: 100%;
    }

    div.date-selector select.hour,
    div.date-selector select.minute {
        width: 100%;
    }
}

@media(max-width: 991px){
    div.data-container {
        width: 100%;
        margin-left: 0;
    }
    div.home-data-container {
        width: 100%;
        margin-left: 0;
    }
    div.sub-menu {
        top: 70px;
        left: 0;
    }
    div.inside-content {
        padding: 0 20px;
    }
    div.correct-header {
        margin-top: 50px;
    }
    div.header-images {
        margin: 20px 0 30px 0;
    }


}
@media(max-width: 767px){
    div.clearxs {
        clear: both;
    }
    div.inside-content select.year,
    div.inside-content select.month,
    div.inside-content select.day,
    div.inside-content select.hour,
    div.inside-content select.minute {
        width: 100%;
    }
    div.inside-content div.with-hour select.year,
    div.inside-content div.with-hour select.month,
    div.inside-content div.with-hour select.day,
    div.inside-content div.with-hour select.hour,
    div.inside-content div.with-hour select.minute {
        width: 100%;
    }
    div.inside-content div.with-hour select.hour,
    div.inside-content div.with-hour select.minute {
        width: calc(100% - 35px);
    }
}

.fancybox-wrap,
.fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.cycle-slide { width: 100%; }
.cycle-next,
.cycle-prev,
.cycle-pause,
.cycle-download {
    display: block;
    position: absolute;
    bottom: 60px;
    right: 164px;
    width: 30px;
    height: 30px;
    z-index: 120;
    cursor: pointer;
    background: transparent url(/gfx/carousel/next.png) no-repeat 0 0;
    background-size: 30px 30px;
}
.cycle-prev {
    right: 196px;
    background: transparent url(/gfx/carousel/prev.png) no-repeat 0 0;
    background-size: 30px 30px;
}
.cycle-pause {
    right: 132px;
    background: transparent url(/gfx/carousel/pause.png) no-repeat 0 0;
    background-size: 30px 30px;
}
.cycle-download {
    right: 100px;
    background: transparent url(/gfx/carousel/download.png) no-repeat 0 0;
    background-size: 30px 30px;
}

.mobile-menu {
}
	.mobile-menu strong {
		color: #003f74;
		font-family: 'Geogrotesque-Medium';
		font-size: 24px;
		display: block;
		position: relative;
		padding-right: 30px;
		margin-bottom: 10px;
	}
	.mobile-menu strong:after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		transform: rotate(45deg);
		width: 12px;
		height: 12px;
		border-bottom: 3px solid #29bce9;
		border-right: 3px solid #29bce9;
	}
	.mobile-menu a {
		font-family: 'Geogrotesque-Light';
		padding: 10px 0;
		display: block;
		font-size: 24px;
		font-weight: 300;
	}
.mobile-menu__sub {
	border-left: 1px solid #29bce9;
	padding-left: 20px;
	margin: 10px 0;
}
	.mobile-menu__sub a {
		font-size: 18px;
		padding: 10px 0;
		text-transform: uppercase;
	}
	.mobile-menu__sub a:first-of-type {
		padding-top: 0;
	}
	.mobile-menu__sub a:last-of-type {
		padding-bottom: 0;
	}


.tab {
    margin-bottom: 30px;
}
    .tab span,
    .tab a {
        display: block;
        margin-bottom: 5px;
    }
    .tab span {
       color: #003f74;
       font-weight: bold;
    }

@media (min-width: 768px){
    .tab {
        display: flex;
        justify-content: center;
    }
        .tab span,
        .tab a {
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }
}

#shipsum {
    margin-bottom: 20px;
}
    #shipsum .sum {
        margin-top: 30px;
        color: #003f74;
    }

.btn-prev,
.btn-next,
.btn-clear {
    display: inline-flex;
    padding: 6px 16px;
    color: #fff!important;
    border: 0;
    font-size: 14px;
    border-radius: 4px;
    background-color: #003863;
    -webkit-transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
    transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
    align-items: center;
}
    .btn-prev:hover,
    .btn-next:hover,
    .btn-clear:hover {
        color: #fff;
        background-color: #00467d;
    }
    .btn-prev i,
    .btn-next i,
    .btn-clear i {
        font-size: 12px;
    }
    .btn-prev i,
    .btn-clear i {
        margin-right: 10px;
    }
    .btn-next i {
        margin-left: 10px;
    }

.buttonbar {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .buttonbar--center-buttons {
        justify-content: center;
    }
    .buttonbar--center-buttons > * {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }


.btn-lightblue {
    display: inline-flex;
    padding: 8px 16px;
    color: #fff!important;
    border: 0;
    font-size: 16px;
    border-radius: 4px;
    background-color: #29bce9;
    -webkit-transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
    transition: color .35s cubic-bezier(.645,.045,.355,1),background .35s cubic-bezier(.645,.045,.355,1);
    align-items: center;
}
    .btn-lightblue:hover {
        color: #fff;
        background-color: #003f74;
    }
    .btn-lightblue i {
        font-size: 12px;
        margin-right: 8px;
    }

table.info {}
    table.info td {
        vertical-align: middle;
    }
    table.info td.value {
        text-align: right;
    }

.item--ship-category {
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.item--ship-category h5 {
    text-align: center;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

div.page-top-image {
    position: relative;
    margin: -10px 0 40px -80px;
    max-height: 700px;
    width: calc(100% + 160px);
    overflow: hidden;
    float: left;
}

div.page-top-image .triangle-fill {
    z-index: 8;
}

div.page-top-image img {
    width: 100%;
}
.dataprotection {
    width: 320px;
    margin: 0px auto;
    clear: both;
    padding:10px 0px;
    height:auto;
}
.newsletter span#nlErrorText {
    width: 100%;
    display: inline-block;
    text-align: center;
}
div#fancybox-lock {
    width: 60%;
    margin: 0px auto;
}
a.fancy.gallery {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
}
div#popup-box a {
    color: #74808a;
}
.popupcont img {
    max-width: 100%;
}
.popupcont {
    padding: 20px;
    display: none;
}

.fancybox-inner .popupcont {
    display: block;
}

a.bluebg {
    margin: 0px 0px 5px 0px !important;
    padding: 5px 0px 5px 15px;
    background-color: #29bce9;
    color: white !important;
}

a.current.bluebg {
    text-decoration: underline;
}

a#fakeadatvedelem {
    width: auto;
}
.dpcont {
    margin: 10px 0px;
}

@media (max-width: 768px) { 
    div#fancybox-lock {
        width: 98%;
        margin: 0px auto;
    }
    .popupcont img {
        height: auto !important;
    }
}

div#fancybox-lock {
    z-index: 99999;
}

.popupcont {
    text-align: center;
}

.printshipimages{
    display: none;
}

.wauto {
    width: auto !important;
}

div.header-images img {
 /*   max-height: 920px; */
}