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

body, td {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 15px;
	color: #000;
}

h1,
h2,
h3 {
	font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: inherit;
}

h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 27px; }

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

a {  }
a:hover { }

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

.firstpage-blocks h2.block-title {
    font-size: 45px;
    margin-bottom: 40px;
}

.firstpage-blocks p {
    font-size: 20px;
    margin-bottom: 30px;
}

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

#header {
	position: absolute;
	padding: 10px 0px 15px 0px;
    width: 100%;
    height: 95px;
    transition: height 0.4s;
    z-index: 10;
}

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

#header .logo {
	display: inline-block;
	width: 102px;
	height: 68px;
    max-width: 100%;
    float: left;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
    transition: width 0.4s, height 0.4s, margin 0.4s;
}

#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: 68px;
	height: 45px;
    background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget,
.lang-dropdown {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.4s linear;
}

#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: 17px;
    transition: margin 0.4s;
}

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

#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: 18px;
	padding: 10px 15px;
}

#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 {
	color: #fd0000;
}

#menu_desktop ul ul li:hover > .item > a,
#menu_desktop ul ul li a:hover {
    color: #fd0000;
}

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

#menu_responsive {
	background: #f9f9f9;
}

#menu_responsive .menu-bar {
	background: #AFC0C9;
	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 ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}



/*************
* 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;
    transition: padding-bottom 0.4s;
}
.search-box .searchsubmit {
	padding: 8px 15px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #AFC0C9;
	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.products-discounted {
    background: #EEF8F1;
}

.main.with-background {
    background: url('../images/architecture_1.jpg') fixed;
}

.main.with-background .default-wrapper {
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 800px;
}

#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: 40px 0px;
    background: #fff8e0;
    z-index: 1;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	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: 27px 20px 20px 27px;
    float: left;
}

#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 {
	border-radius: 2px;
	text-decoration: none !important;
}

.btn-default { 
  color: #FFF; 
  background-color: #31708F; 
  border: none;
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #FFF; 
  background-color: #2198d2; 
  border: none;
  padding: 5px 10px;
  transition: background 0.4s; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}



.btn-success { 
  color: #ffffff; 
  background: #2198D2;
  border: none;
  min-width: 120px;
  text-align: center;
  transition: background 0.4s;
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #31708F; 
 
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
} 
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}

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

#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: 5px;
    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;
}

.slider-image {
    max-width: 100%;
}











#sidebar .search-results .products,
#responsive-search .search-results .products {
    position: absolute;
    height: auto;
    border: 1px solid #23AF4C;
    background: #FFF;
    transition: background 0.4s;
    z-index: 3;
}

#responsive-search .search-results .products {
    width: 330px;
    top: 54px;
    left: 0px;
}

#sidebar .search-results .products {
    width: 262px;
    top: 50px;
    left: 0px;
}

.search-results .products .product-box {
    margin: 0px;
    padding: 10px;
}

.search-results .products .product-box.active,
.search-results .products .product-box:hover {
    background: #EEF8F1;
}

.search-results .products .product-box:last-child {
    margin-bottom: 0px;
}

.search-results .products h3.small-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.search-results .products h3.small-title,
.search-results .products .price-block {
    font-size: 15px;
}

.search-results .products .row .product-image {
    padding-right: 10px;
}

.search-results .products .row .product-text {
    padding-left: 10px;
}

.social-sharing {
    float: right;
}

.btn {
    padding: 5px 10px;
}










/** sticky header styles **/
#header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 64px;
    padding: 7px 0px 8px 0px;
    background: #FFF;
    z-index: 9;
}

#header.sticky h3.header-contact {
    font-size: 23px;
    float: right;
}

#header.sticky #menu.norma {
    margin-top: 5px;
}

#header.sticky h3.header-contact {
    margin-top: 10px;
}

#header.sticky .header-items {
    position: relative;
    width: 100%;
    float: left;
    margin: 4px 0px 0px 0px;
}

#header.sticky .lang-select#lang-codes {
    display: none;
}

#header.sticky div#cart-widget {
    margin-top: 12px;
}

#header.sticky #menu_desktop ul.level-1 > li > .item > a {
	font-size: 15px;
	padding: 7px 10px;
}

#header.sticky .logo {
	width: 68px;
	height: 45px;
    margin: 0px;
}

#header.sticky .user-area {
    margin: 12px;
}

#header.sticky #cart-widget,
#header.sticky .lang-dropdown {
    visibility: hidden;
    opacity: 0;
}

#nav.sticky {
    position: sticky;
    top: 64px;
    z-index: 3;
    background: #FFF;
}

/** end of sticky header styles **/














.header-banner-wrapper {
    position: relative;
    padding: 0px 0px 20px 0px;
    width: 100%;
    padding-top: 95px;
    z-index: 3;
    overflow-x: hidden;
}

.ambient-background {
    /* background-image: url(https://cms.koduleht.net/files/slides/large/large_headerbanner3.jpg); */
    background-image: url(https://expatyears.koduleht.net/files/slides/large/large_background-image-1.jpg);
    background-size: 120%;
    transition: background-image 0.5s;
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0px;
    left: -5%;
    box-shadow: inset 0px 0px 25px 50px #FFF;
    filter: blur(15px);
    background-position-x: 50%;
    background-position-y: 50%;
}

.captcha-wrapper {
    float: left;
    margin-left: 30px;
}

.main:nth-child(1) .block-content,
.main:nth-child(3) .block-content,
.main:nth-child(4) .block-content {
    position: relative;
    max-width: 760px;
}

.main .block-content a {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 20px;
    transition: color 0.4s, background-color 0.4s;
}

.main:nth-child(1) .block-content a {
    border: 1px solid #000;
    background: #FFF;
    color: #000;
}

.main:nth-child(1) .block-content a:hover {
    background: #000;
    color:#FFF;
    text-decoration: none;
}

.main:nth-child(4) .block-content a {
    border: 1px solid #D9534F;
    background: #D9534F;
    color: #FFF;
}

.main:nth-child(4) .block-content a:hover {
    background: #BB0500;
    color:#FFF;
    text-decoration: none;
}

.main:nth-child(1) .block-content {
    margin: 0 auto;
    text-align: center;
    padding: 0px 15px;
}

.main:nth-child(2) {
    background: #f2f2f2;
}

.main:nth-child(2) .block-content {
    max-width: 520px;
    margin: 0 auto;
}

.main:nth-child(3) .block-content {
    margin: 0 auto;
    padding: 0px 15px;
}

.main:nth-child(4) .block-content {
    float: right;
}

.main:nth-child(4) {
    background: #dddddd;
}

.main:nth-child(5) {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main:nth-child(5) .header-banner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 720px;
    overflow-y: hidden;
}

ul#slider9 .dark-overlay {
    background: rgba(255,255,255,0.6);
    z-index: 2;
}

ul#slider9 .caption {
    z-index: 3;
    text-align: left;
}

.footer-content {
    max-width: 760px;
    padding: 0px 15px;
    margin: 0 auto;
    text-align: center;
}

#newsletter-form input {
    border-radius: 20px;
    height: 40px;
    padding: 12px 24px;
}

#newsletter-form a.submit.btn.btn-warning {
    position: absolute;
    top: -55px;
    right: 0px;
    font-size: 19px;
    padding: 6px 24px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #000;
    border: 0px;
}

form#newsletter-form {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

a.btn.btn-social {
    border-radius: 19px;
    padding: 6px 30px;
    font-size: 17px;
    margin-left: 10px;
}

body.subpage .main {
    padding-top: 90px;
}

.delete-image-wrapper {
    position: relative;
    width: 20%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.travel-wrapper a.alert.alert-danger {
    
}

.travel-wrapper a.alert {
    padding: 5px 15px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.buttons-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
}