/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*----------------------------------------
			Global properties
---------------------------------------- */
html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 320px;
    min-height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #fff;
    position: relative;
}

strong {font-weight: 700;}

p {margin: 0 0 52px;}

.mb-0 {margin: 0;}
.mb-20 {margin: 0 0 20px;}

img {
    max-width: 100%;
    height: auto;
}

.a-left {text-align: left;}

.page-overview {
    max-width: 520px;
    text-align: center;
    margin: 0 auto 43px;
}

/*----------------------------------------
			  Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 32px;
}

h2 {
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    margin: 0 0 15px;
}
@media (min-width: 600px) {
    h2 {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 20px;
    }
}

.row-hero h2 {
    color: #f4f6f6;
    text-align: left;
    margin: 0 0 34px;
}

h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 62px;
    position: relative;
}

h3:after {
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 100%;
    margin: 29px 0 0;
}

.book-item h3 {color: #f4f6f6;}
.book-item h3:after {background: #f4f6f6;}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 20px;
}

h5 {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

h6 {
    font-size: 13px;
    line-height: 20px;
    margin: 1px 0 0;
}

/*----------------------------------------
			Transitions
---------------------------------------- */
.btn,
.link,
.navigation li a {
  transition: all 0.5s ease;
}

/*----------------------------------------
				General
---------------------------------------- */
.content {
    padding: 99px 0 0;
    position: relative;
    z-index: 2;
}

.content-wrap {
   padding: 60px 0 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .container {width: 750px;}
}

@media (min-width: 992px) {
    .container {width: 970px;}
}

@media (min-width: 1200px) {
    .container {width: 1150px;}
}


.col-booking {margin: 0 0 50px;}

@media (min-width: 881px) {
   .col-booking {
        float: left;
        width: 67.544%;
    }

    .col-txt {
        float: right;
        width: 32.366%;
        padding: 0 0 0 37px;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) {
    .col-txt {
        padding: 144px 0 0 37px;
    }
}
/*----------------------------------------
				Header
---------------------------------------- */
.header {
    padding: 10px 0 10px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
}

/*----------------------------------------
			    Logo
---------------------------------------- */
.logo {
    float: left;
    margin-left:-3%;
    max-width: 90%;
}

.logo a {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.logo-icon {width: 55px;}
.logo-txt {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px 5px;
}
    .logo-txt span {display: block;}

@media (min-width: 414px) {
    .logo-txt span {display: inline;}
}

@media (min-width: 480px) {
    .logo-txt {font-size: 16px;}
}

/*----------------------------------------
				Navigation
---------------------------------------- */
.navigation {
    font-size: 14px;
    line-height: 44px;
    list-style-type: none;
    padding: 0;
    margin-right: -2%;
}
.navigation li {
    display: block;
    margin: 0;
}
.navigation li a {
    display: block;
    cursor: pointer;
    color: #067ae0;
    font-weight: 550;
    padding: 5px 5px;
}

.navigation li a:hover,
.navigation li.active a {
    color: #075aae;
    background: #f4f6f6;
}

@media (min-width: 992px) {
    .navigation {float: right;}

    .navigation li {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .navigation li a {padding: 0;}

    .navigation li a:hover,
    .navigation li.active a {
        background: transparent;
    }
}


#header .navigation {display: none;}

@media (min-width: 992px) {
    #header .navigation {display: block;}
}

/*----------------------------------------
			  OffCanvas Menu
---------------------------------------- */
.menu-button {
	float:right;
	display: block;
	cursor: pointer;
	width: 22px;
	height: 18px;
    margin: 15px 0 0;
	z-index:2;
}
.menu-button .icon-bar {
	display:block;
	height:2px;
	margin:0 0 4px;
	background:#000;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
	.menu-button:hover .icon-bar {background:#075aae;}

@media (min-width: 480px) {
	.menu-button {
		width: 32px;
		height: 24px;
        margin: 10px 0 0;
	}
	.menu-button .icon-bar {
		height:4px;
		margin:0 0 6px;
	}
}

.menu-wrap {
    width: 320px;
    padding: 99px 0 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(15, 68, 80, 0.03);
    box-sizing: border-box;
    position: fixed;
    top: 0;
	bottom: 0;
	right: -320px;
	z-index: 11;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.show-nav #header {box-shadow: 0 0 30px rgba(15, 68, 80, 0.03);}

@media (min-width: 992px) {
	.menu-wrap,
    .menu-button {display: none;}
}
/*----------------------------------------
				Hero
---------------------------------------- */
.row-hero {
    height: 295px;
    background: url(../images/hero.png) center top no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 1450px) {
    .row-hero {
        background-size: auto 100%;
    }
}
/*----------------------------------------
				Content Item
---------------------------------------- */
.content-item {
    display: flex;
    flex-direction: column;
    margin: 15px 0 60px;
}

@media (min-width: 500px) {
    .content-item {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .content-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        grid-auto-rows: minmax(100px, auto);
        margin: 51px 0 90px;
    }
}

.content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #f4f6f6;
    padding: 20px 15px;
}

.content-column.column-img {
    padding: 0 15px;
    background: transparent;
}

@media (max-width: 499px) {
    .content-column.column-img {order: 1;}
    .content-column.column-txt {order: 2;}
}

@media (min-width: 500px) {
    .content-column.column-img {
        padding: 0 5px;
    }
}

@media (min-width: 768px) {
    .content-column {
        padding: 10px 40px;
    }

    .content-column.column-img {
        padding: 10px;
        background: #f4f6f6;
    }

    .content-column.column-form {
        padding: 35px 15px;
    }
}

.content-column.column-txt .btn-primary {
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .content-column.column-txt .btn-primary {
        margin: 0;
    }
}

/*----------------------------------------
				E-Books
---------------------------------------- */
.books {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .books {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
        grid-auto-rows: minmax(100px, auto);
        margin: 0 0 50px;
    }
}

.books.featured {
    padding: 0 0 40px;
    margin: 0;
}

@media (min-width: 992px) {
    .books {grid-template-columns: repeat(3, 1fr);}

    .books.featured {
        grid-template-columns: repeat(2, 1fr);
    }
}

.book-item {
    max-width: 320px;
    color: #eff2f3;
    text-align: center;
    padding: 50px 15px 30px;
    margin: 0 auto 50px;
    background-image: linear-gradient(140deg, rgb(7, 90, 174) 67%, rgb(255, 255, 255) 0%);
}


@media (min-width: 414px) {
    .book-item {padding: 50px 30px 30px;}
}

@media (min-width: 600px) {
    .book-item {
        max-width: none;
        padding: 50px 15px 30px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .book-item {padding: 50px 30px 30px;}
}

@media (min-width: 992px) {
    .book-item {padding: 50px 15px 30px;}
}

@media (min-width: 1200px) {
    .book-item {padding: 50px 30px 30px;}
}

.book-item h3,
.book-item p {text-align: left;}

.book-img {
    width: 210px;
    height: 276px;
    margin: 0 auto 55px;
}

@media (min-width: 992px) {
    .books.featured .book-img {
        width: 353px;
        height: auto;
    }
}

.books.featured .book-img img {
    width: 100%;
    height: auto;
}

.book-item .btn-primary {text-transform: uppercase;}

/*----------------------------------------
				Footer
---------------------------------------- */
.footer {padding: 17px 0;}

@media (min-width: 768px) {
    .footer {padding: 17px 0 43px;}
}

.copyright {
    text-align: center;
    margin: 0 0 15px;
}

.list-social {
    text-align: center;
    padding: 0;
    margin: 0;
}

@media (min-width: 480px) {
    .copyright {
        float: left;
        text-align: left;
        margin: 0;
    }

    .list-social {
        float: right;
        text-align: left;
    }
}

.list-social li {
    display: inline-block;
    margin: 0 9px;
}

.list-social li a {
    display: block;
}

.list-social li a i {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #8C8C8C;
    position: relative;
}

@media (min-width: 480px) {
    .list-social li {margin: 0 0 0 18px;}
}
/*----------------------------------------
			  Buttons
---------------------------------------- */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

.btn {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 18px 38px;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

/*----------------------------------------
			Primary Buttons
---------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #075aae;
}
.btn-primary:hover {
    color: #fff;
    background-color: #067ae0;
}

/*----------------------------------------
				Links
---------------------------------------- */
a {
    cursor: pointer;
    color: #075aae;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #067ae0;
    text-decoration: none;
}
a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

/*----------------------------------------
			  Form Settings
---------------------------------------- */
form {
    width: 100%;
    text-align: left;
}

input {
    -webkit-filter: none;
    filter: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 47px;
    font-size: 13px;
    line-height: 27px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 11px;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus, .form-control.focused {
    outline: none;
    border-color: #000000;
}
.form-control[disabled] {
    color: #E0E8EF;
    background-color: #EAEAEA;
    border-color: #A9A9A9;
}

textarea.form-control {
    height: 180px;
    line-height: 20px;
    padding: 10px;
    resize: none;
}

/*----------------------------------------
			Forms Label
---------------------------------------- */
label {
    display: block;
    font-weight: 400;
}

.form-label sup,
.error label {color: #FF0000;}
/*----------------------------------------
		    Forms Placeholder
---------------------------------------- */
.form-control::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

.form-control::placeholder {
    color: #808080;
    opacity: 1;
}

/*----------------------------------------
				Form Rows
---------------------------------------- */
.form-group {
    margin-bottom: 20px;
}

.form-row--submit {
    padding: 10px 0 0;
}

/*----------------------------------------
			Contact Form
---------------------------------------- */
.form-holder {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.form-step-2 {
    display: none;
    text-align: center;
}

#error-msg {
    height: 0;
    color: #FF0000;
    margin: 0 0 12px;
    transition: all 0.5s ease;
    overflow: hidden;
}

@media (min-width: 450px) {
	#error-msg {
		margin: 0;
	}
}

.error .form-control {border-color: #FF0000;}

/*----------------------------------------
			Popup
---------------------------------------- */
#box {
	display:none;
    background: rgba(0, 0, 0, 0.85);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99;
}

#box .box-content {
    width:300px;
    background: #fff;
    border-radius: 2px;
    position:absolute;
    top: 50%;
    left: 50%;
    z-index:100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 414px) {
	#box .box-content {width:400px;}
}

@media (min-width: 500px) {
	#box .box-content {width:480px;}
}

@media (min-width: 610px) {
	#box .box-content {width:600px;}
}

.form-popup {padding: 40px 30px;}

@media (min-width: 500px) {
	.form-popup {padding: 40px 50px;}
}

.form-popup h4 {text-align: center;}

.form-group-popup {
    margin: 0;
    position: relative;
}
.form-group-popup .form-control {margin: 0 0 20px;}

.form-group-popup .btn {width: 100%;}

@media (min-width: 414px) {
	.form-group-popup .form-control {
        height: 51px;
        margin: 0;
    }

    .form-group-popup .btn {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
}

/*----------------------------------------
			Overlay
---------------------------------------- */
.content-overlay {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
}

/*----------------------------------------
			Close Button
---------------------------------------- */
.close-button {
	display:block;
	width: 23px;
	height: 23px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin:-6px 0 0 -2px;
	border: none;
	background: transparent;
	color: transparent;
	position:relative;
	overflow: hidden;
}

.close-button:before,
.close-button:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #075aae;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.close-button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	  transform: rotate(45deg);
}
.close-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
	background:#000;
}

@media (min-width: 480px) {
	.close-button.menu-close-button {
		width: 34px;
		height: 34px;
		margin:-4px 0 0 -4px;
	}

	.close-button.menu-close-button:before,
	.close-button.menu-close-button:after {width: 5px;}
}

.show-nav .icon-bar {display:none;}

.menu-close-button {display:none;}
.show-nav .menu-close-button {display:block;}

.popup-close-button {
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 12px;
}
@media (min-width: 414px) {
	.popup-close-button {
        right: 15px;
        top: 15px;
	}
}

/*----------------------------------------
			Clearfix
---------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}

/*----------------------------------------
		Add your styles here
---------------------------------------- */
