/*************
* GLOBAL
*/

body, td {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
    line-height: 1.5;
	color: #333;
}

html {
    scroll-behavior: smooth;
}

body#page-FIRSTPAGE .main .container {
    max-width: 1140px;
}

.main .container {
    max-width: 950px;
}

.main h1,
.main h2,
.main h3 {
	font-family: 'Jost', sans-serif;
    line-height: 1.2em;
    color: #29a4db;
}

.main h1,
.main h2,
.main h4 {
    font-weight: bold;
}

h4.block-title {
    margin-bottom: 10px;
}

h1 { font-size: 48px; }
h2 { font-size: 42px; }
h3 { font-size: 32px; }

h1#content-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}

#page.subpage .main h2 {
    font-weight: normal;
    font-size: 38px;
}

a {  }
a:hover { }



.block-title {	
	clear: both;
	
	font-weight: normal;
	margin: 15px 0px 25px 0px;
	color: #333;
}

/*************
* HEADER
*/

#header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    padding: 5px 0px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    background: #FFF;
    z-index: 3;
    transition: height 0.3s;
}

div#header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 61px;
    z-index: 3;
    background: #FFF;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
	display: inline-block;
	width: 121px;
    height: 59px;
	max-width: 100%;
	background: url(../images/logo_1.png) center no-repeat;
	background-size: 100% auto;
    transition: width 0.3s;
}

#header.sticky .logo {
    height: 44px;
    width: 91px;
}

#header .lang-select {
	margin-bottom: 10px;
}

#lang-flags img {
	border: solid 1px #aaa;
}

#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	width: 182px;
    height: 88px;
	background: url(../images/logo_1.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}


/*************
* MENU
*/

#menu_desktop {
    margin-top: 10px;
    transition: margin-top 0.3s;
}

#header.sticky #menu_desktop {
    margin-top: 3px;
}

#menu_desktop ul.level-1 {
	width: 100%;
	display: table;
}

#menu_desktop ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

#menu_desktop ul.level-1 > li > .item > a {
	font-size: 17px;
	padding: 10px 15px;
    color: #000;
}

#menu_desktop ul.level-1 ul {
    background: #fff;
}


#menu_desktop ul.level-1 > li:first-child {
	border: none;
}

#menu_desktop ul.level-1 > li:hover > .item > a,
#menu_desktop ul.level-1 > li.active > .item > a {
	background: #f7f7f7;
}

#menu_desktop ul ul li:hover > .item > a,
#menu_desktop ul ul li a:hover {
    background: #f7f7f7;
}

#menu_desktop ul ul li.active > .item > a {
    font-weight: bold;
}

#menu_responsive {
	background: #f9f9f9;
}

#menu_responsive .menu-bar {
	background: #00a296;
	color: #fff;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: right;
}

#menu_responsive .menu-bar a {
	color: #fff;
}

#menu_responsive .menu-bar a .fa {

}

#menu_responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu_responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu_responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu_responsive li .item a:hover,
#menu_responsive li.active > .item > a {
    color: #00a296;
}

#menu_responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}

/*************
* PAGE
*/

#page {
    margin-top: 75px;
}

/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
	border-radius: 5px;
}
.search-box .searchsubmit {
	padding: 8px 15px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #00a296;
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
}
#responsive-search .searchsubmit {
	padding: 11px 15px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
	background: #fff;
	padding: 40px 0px;
	z-index: 2;
}

.main.firstpage {
    padding: 50px 0px;
}

.main.select {
    padding-bottom: 60px;
}

.main.select,
.main.vacation-model-traditional {
    background: #FAFAFA;
}

.main.new-habit {
    background: #BBBBBB;
}

.main.new-habit h1,
.main.new-habit h2,
.main.new-habit h3 {
    color: #FFF;
}

.main.select h4.block-title {
    color: #29a4db;
    font-family: 'Jost', sans-serif;
    font-size: 34px;
    margin-top: 0px;
}

.main.sign-up-form h2 {
    color: #00a296;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

#content table {
	width: 100% !important;
}


/*************
* SIDEBAR
*/

#sidebar {
	position: relative;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
	padding: 12px 10px;
}

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}



/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 30px 0px;
    color: #FFF;
    font-size: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
    background: #29a4db;
    z-index: 1;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}





/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #ccc;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}


.lang-dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 100;
}

.lang-dropdown ul:hover {
    box-shadow: #ccc 0px 1px 5px;
}

.lang-dropdown ul li {
    display: none;
    text-transform: uppercase;
    background: #fff;
    border-top: solid 1px #eee;
}


.lang-dropdown ul:hover li,
.lang-dropdown ul li:first-child {
    display: block;
    position: relative;
}

.lang-dropdown ul li:first-child {
    background: none;
    border: none;
    padding: 10px;
}

.lang-dropdown ul li:first-child::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    color: #ff0000;
    margin-left: 4px;
}

.lang-dropdown ul li a {
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 10px;
}


.lang-dropdown ul li a:hover {
    background: #ff0000;
    color: #fff;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
	margin: 20px;
}

#login-box {

}

#login-box .links {	
	margin: 0px 0px 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 6px;
	border-radius: 5px;
	border: solid 1px #ddd;
	width: 100%;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 

#login-box .btn {
	margin-top: -2px;
	color: #fff;
}


 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

.default-wrapper,
.narrow-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.narrow-wrapper {
    max-width: 920px;
    margin: 0 auto;
    display: block;
    float: none;
}

#cookie_warning {
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-height: 70px;
    padding: 20px;
    width: 100%;
    color: #2a6500;
    background: #deffc6;
    z-index: 2;
}

#cookie_warning p {
    margin-top: 15px;
    margin-right: 20px;
}

#cookie_warning a {
    font-weight: bold;
}

#cookie_warning input[type=submit],
#cookie_warning p {
    float: left;
}

.cookie-agreement {
    position: relative;
    max-width: 960px;
    float: none;
    margin: 0 auto;
}

.footer-blocks {
    position: relative;
    width: 100%;
    float: left;
}

li.blog a.btn-success {
    padding: 9px 16px;
}

.btn-success, .btn-success:active {
    background-color: #00a296 !important;
    border-color: #00a296 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}

.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border-width: 1px;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success.focus, 
.btn-success.active {
    color: #ffffff !important;
    background-color: #004b46 !important;
    border-color: #004b46 !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.small-block {
    position: relative;
    display: block;
    max-width: 330px;
    margin: 0 auto;
}

span.mbr-iconfont.m-auto {
    position: relative;
    float: left;
    margin-top: 55px;
    font-size: 30px;
    color: rgb(0, 162, 150);
    fill: rgb(0, 162, 150);
}



























.jarallax {
    text-align: center;
    color: #000;
}

.jarallax h2, .jarallax h3 {
    color: #00a296;
    font-weight: bold;
}

#header_banner,
#secondary_banner {
    min-height: 582px;
}

#header_banner {
    min-height: 582px;
    max-height: 937px;
}

#secondary_banner {
    position: relative;
    min-height: 582px;
    max-height: 750px;
}

#secondary_banner .caption {
    background: rgba(255,255,255,0.2);
}

#header_banner.jarallax {
    color: #FFF;
}

.caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.caption > .container {
    position: relative;
    top: 50%;
}

#header_banner .caption > .container {
    transform: translateY(-10%);
}

#secondary_banner .caption > .container {
    transform: translateY(-60%);
}

#header_banner .banner-content {
    max-width: 800px;
}

.caption h1,
.caption h2,
.caption h3,
.caption p {
    font-family: 'Jost', sans-serif;
}

.caption p {
    font-size: 20px;
    line-height: 1.5;
}

#secondary_banner .caption p {
    font-size: 19px;
}

#sign_up_form input {
    width: 270px;
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 4px;
}

#sign_up_form input[type="text"] {
    padding: 12px 18px;
    border-color: #CCC;
}

input[type="text"] {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 12px 18px;
    -webkit-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    -webkit-box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 1px 3px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px, rgb(0 0 0 / 7%) 0px 1px 3px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
}