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

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

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

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

h2,
h3 {
    color: #767676;
}

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

h2.block-title {
    font-weight: 300;
}

a {  }
a:hover { }



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

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

#header {
    position: relative;
    padding: 8px 0px;
    height: 81px;
    transition: height 0.4s;
    z-index: 3;
    background: #FFF;
    width: 100%;
}

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

#header .logo {
	display: inline-block;
	width: 180px;
    height: 66px;
	max-width: 100%;
	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;
}

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

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

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

#responsive-header .logo {
    display: inline-block;
    height: 66px;
    width: 180px;
    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: 7px;
    max-width: 1040px;
    float: right;
    transition: margin-top 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-weight: 600;
    color: #000;
    transition: color 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 {
	color: rgb(255, 51, 102);
}

#menu_desktop ul ul li:hover > .item > a,
#menu_desktop ul ul li a:hover {
    color: rgb(255, 51, 102);
}

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

#menu_responsive {
	background: #f9f9f9;
}

#menu_responsive .menu-bar {
	background: #10A99B;
	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;
}

#menu_responsive ul li a {
    color: #777;
    transition: color 0.4s;
}

#menu_responsive ul li a:hover,
#menu_responsive ul li.active > .item a {
    color: #F26722;
}



/*************
* 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: #10A99B;
	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;
}

.main.products {
    background: #efefef;
}

.main.video.pink {
    color: #FFF;
    background: linear-gradient(45deg, #ff3366, #ff7f9f);
}

.main.video.pink .block-content {
    line-height: 1.6;
    font-size: 24px;
    color: #FFF;
}

.main.video.pink {
    text-align: right;
}

.main.video.pink h1 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 0px;
}

.main.testimonials {
    text-align: center;
    background: #EFEFEF;
}

.main.testimonials h3 {
    font-weight: 300;
    font-size: 23px;
}

.main.testimonials > .container {
    max-width: 710px;
}


















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

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

.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: 20px 0px;
    border-top: solid 1px #ccc;
    background: #2e2e2e;
    z-index: 1;
    color: #FFF;
}

#footer h2, 
#footer h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

#footer a {
    color: #FFF;
}

#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 {
    position: absolute;
    top: 23px;
    left: 15px;
}

#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 {
	color: #FFF;
    border-radius: 100px;
    text-transform: uppercase;
	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 **/
/** sticky header style **/
#header.sticky {
    position: fixed;
    top: 0px;
    z-index: 5;
    width: 100%;
    height: 64px;
    padding: 10px 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: 115px;
	height: 46px;
    margin: -3px 0px 0px 0px;
}

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

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

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

/** end of sticky header styles **/
























.wide-container {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.jarallax {
    height: 825px;
}

.header-banner-wrapper {
    position: relative;
    
}

.intro.content-wrapper {
    font-family: Rubik, sans-serif;
    text-align: right;
    color: #767676;
}












.btn-primary {
    background-color: #149dcc !important;
    border-color: #149dcc !important;
    color: #ffffff !important;
    transition: background-color 0.4s;
}

.btn-primary:hover {
    background-color: #31708F !important;
}

.btn {
    cursor: pointer;
    border-radius: 100px;
    text-transform: uppercase;
}

a.transparent-link {
    color: #FFF;
    border: 2px solid #FFF;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 36px;
    letter-spacing: 1px;
    background: transparent;
    transition: background 0.4s, color 0.4s;
}

a.transparent-link:hover {
    background: #FFF;
    color: #767676;
}

.container-wide {
    width: 100%;
    max-width: 1840px;
    margin: 30px auto;
}

.testimonial-wrapper {
    position: relative;
}

.testimonial-text {
    position: absolute;
    top: 120px;
    left: 35px;
    max-width: 223px;
    width: 55%;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}

.profession {
    color: #F16723;
    position: absolute;
    bottom: 40px;
    right: 45%;
}

.testimony-author {
    color: #FFF;
    font-size: 35px;
    font-family: 'Rochester', cursive;
    position: absolute;
    bottom: 60px;
    right: 55%;
}

.excrept {
    position: relative;
    width: 100%;
    float: left;
    padding: 25px;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    background: #FFF;
}

#header.subpage {
    box-shadow: 0 10px 10px -10px #CCC;
}











span.per-month,
span.money-sign {
    
    color: #767676;
}

span.money-sign {
    line-height: 58px;
    vertical-align: top;
    font-weight: 700;
    font-size: 23px;
}

span.per-month {
    font-size: 15px;
    margin-left: -10px;
}

a.menu-special {
    font-weight: 600;
    background: #E50039;
    transition: background 0.4s;
}

a.menu-special i.fa {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    top: 1px;
    transition: font-size 0.4s;
}

a.menu-special:hover {
    color: #FFF;
    background: #C90000;
}

a.menu-special:hover i.fa {
    font-size: 25px;
}

.menu-special span {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#header.sticky a.menu-special {
    margin-top: -4px;
}

body#page-FIRSTPAGE .alerts {
    position: fixed;
    top: 50%;
    left: calc(50% - 170px);
    z-index: 3;
    width: 340px;
    text-align: center;
}

button[name="add_last_purchase_to_cart"] {
    background: #F26722;
    border: 0px;
    border-radius: 25px;
    font-weight: 600;
    transition: color 0.4s;
}

button[name="add_last_purchase_to_cart"]:hover {
    color: #FFF;
}

#header div#cart-box {
    position: absolute;
    top: 13px;
}

body.screen-lg #header div#cart-box,
body.screen-md #header div#cart-box {
    left: 240px;
}

#header.sticky div#cart-box {
    top: 3px;
}