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

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

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

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

h1#content-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #001D49;
}

h2.block-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #001D49;
    font-size: 40px;
}

a {  }
a:hover { }



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

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

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

#header > .container {
    margin: 0 auto;
}

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

#header .logo {
	display: inline-block;
	width: 177px;
	height: 47px;
    max-width: 100%;
	margin-top: 20px;
    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: 177px;
	height: 47px;
	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.5s linear;
}

#cart-widget #text {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

#cart-widget i.fa {
    font-size: 17px;
}

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

div#cart-widget {
    position: absolute;
    top: -5px;
    right: 80px;
    width: 150px;
}

a.open-search {
    color: #FFF;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

a.open-search i.fa {
    font-size: 18px;
}


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

#menu_desktop {
    margin-top: 25px;
    transition: margin 0.4s;
}

#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: 16px;
	font-weight: 600;
    padding: 12px 22px;
    color: #FFF;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s;
}

#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 {
	border-bottom: 2px solid #FFF;
}

#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: #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;
}
.search-box .searchsubmit {
	padding: 8px 15px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #ECDD04;
	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-top: 15px;
}

.main.products-discounted {
    background: #EEF8F1;
}

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

.main.galleries {
    background: #F1F1F1;
    padding-bottom: 60px;
}

.main.products-in-project,
.main.products-new.subpage {
    background: #F1F1F1;
}

.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;
    background: #F1F1F1;
    padding: 15px;
}

#sidebar h3.sidebar-title {
    margin-top: 0px;
    color: #001D49;
    font-size: 21px;
    text-transform: uppercase;
}

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

.sidebar .menu-container ul li a:hover,
.sidebar .menu-container ul li.active a {
	color: #5597CB;
}

.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: 60px 0px;
	color: #FFF;
    line-height: 150%;
    background: #001D49;
    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;
}

#footer a,
#footer ul li,
#footer p,
#footer h2,
#footer h3 {
    color: #FFF;
}





/*************
* 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 {
    position: absolute;
    top: -15px;
    right: 15px;
}

.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;
    color: #FFF;
    text-transform: uppercase;
    background: #04214D;
    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: #04214D;
    margin-left: 4px;
}

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


.lang-dropdown ul li a:hover {
    background: #04214D;
    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 {
	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 style **/
#header.sticky {
    position: fixed;
    top: 0px;
    z-index: 5;
    width: 100%;
    height: 64px;
    padding: 10px 0px;
    background: #04214D;
    z-index: 9;
    border-bottom: 1px solid #2780BA;
}

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

#header.sticky #menu_desktop {
    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: 143px;
	height: 38px;
    margin: 0px;
}

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

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

h2.category-title {
    margin-top: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
}

.center-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.center-content-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 7.5px);
    height: 100%;
}

.text-wrapper {
    background: #04214D;
    color: #FFF;
    height: 100%;
}

.block-content ul {
    list-style-image: url('../images/list-bullet.png');
}

.block-content ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 200%;
}

a.small-button {
    color: #FFF;
    padding: 10px 24px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.4s;
}

.dark-blue {
    background: #001D49;
}

a.dark-blue.small-button:hover {
    text-decoration: none;
    background: #405EA6;
}

a.yellow {
    background: #ECDD04;
    color: #001D49 !important;
}

a.small-button.yellow:hover {
    text-decoration: none;
    background: #5C9ACC;
}

.products a.large-button {
    width: 100%;
    display: block;
    text-align: center;
}

#firstpage-galleries .gallery-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important; 
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.row {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

a.callbacks_nav.prev,
a.callbacks_nav.next {
    position: absolute;
    top: calc(50% - 20px);
    font-size: 40px;
    color: #ECDD04;
}

a.callbacks_nav.prev {
    left: -30px;
}

a.callbacks_nav.next {
    right: -30px;
}

.gallery-wrapper a.name {
    position: absolute;
    bottom: 130px;
    left: 30px;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

#subpage-bottom-galleries .gallery-wrapper a.name {
    bottom: 70px;
}

.large-button {
    font-size: 21px;
    text-transform: uppercase;
    color: #FFF;
    padding: 35px 50px;
    transition: font-size 0.4s, padding 0.4s;
}

.large-button:hover {
    font-size: 25px;
    padding: 32px 50px;
    text-decoration: none;
    color: inherit;
}

.large-button.dark-blue:hover {
    color: #FFF;
}

.gallery-wrapper a.dark-blue.large-button {
    position: absolute;
    width: calc(100% - 15px);
    z-index: 3;
    bottom: 0px;
    left: 7.5px;
    border-top: 15px solid #FFF;
}

h3.footer-title {
    margin-top: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
}

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

.brands-wrapper img {
    margin: 10px 5px;
}

.left-arrow .triangle {
    position: absolute;
    top: 0px;
    right: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 23px;
    border-color: transparent transparent transparent #ecdd04;
}

.left-arrow {
    position: absolute;
    top: 55px;
    left: 0px;
    padding: 12px 24px;
    color: #001D49;
    font-weight: 600;
    text-transform: uppercase;
    background: #ecdd04;
}

a.small-button.yellow.video {
    position: absolute;
    right: 7px;
    bottom: 5px;
}

#header .search-box {
    height: 0px;
    overflow-y: hidden;
    transition: height 0.4s;
}

#header .search-box.active {
    height: 40px;
    margin: 15px 0px 5px 0px;
}