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

html {
	overflow-y: scroll;
}

body {
	
}

html, body {
	height: 100%;
}

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

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

h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }

h2.contact-us {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 23px;
}

a {  }
a:hover { }

img {
	max-width: 100%;
}

hr {
	display: block;
    height: 10px;
    border: none;
    background: url(/images/divider.png) top center no-repeat;
    height: 20px;
    background-size: 100% auto;
    margin: 20px 0px;
}

input[type=text], input[type=password], input[type=email], select, textarea {
    padding: 8px 8px;
    border-radius: 0px;
    border: solid 1px #ddd;
    width: 100%;
}


h1, .block-title {	
	clear: both;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	color: #333;
}

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

#page {
    position: relative;
    width: 100%;
    float: left;
    min-height: 100%;
    padding-bottom: 120px;
}

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

#header {
	position: relative;
	width: 100%;
    float: left;
    color: #AAA;
    min-height: 92px;
}

#header .contacts {
    padding-top: 25px !important;
}

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

#header .logo {
	position: relative;
    margin-top: 24px;
    display: inline-block;
	height: 59px;
	width: 263px;
	max-width: 100%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
    z-index: 1;
}

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

#header .backgrounds-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 92px;
    /* z-index: 1; */
}

#header .backgrounds-wrapper .header-background {
    position: relative;
    height: 92px;
    float: left;
}

.backgrounds-wrapper .header-background.left {
    width: 33%;
    background: #354730;
}

.backgrounds-wrapper .header-background.right {
    width: 67%;
    background: #FEE3CE;
}

.header-triangle {
    position: absolute;
    top: 0px;
    left: calc(33% - 1px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 92px 45px 0 0;
    border-color: #354730 transparent transparent transparent;
    z-index: 1;
}

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

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

#responsive-header .logo {
	display: inline-block;
	height: 66px;
	width: 292px;
	background: url(../images/logo.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.normal {
	/* background: #eee; */
}

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

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

#menu.normal ul.level-1 > li > .item > a {
    font-size: 20px;
    padding: 18px 25px;
    font-weight: 300;
    font-family: 'Oswald';
    color: #959595;
}

#menu.normal ul.level-1 > li {
	/* border-left: solid 1px #ddd; */
}
#menu.normal ul.level-1 > li:first-child {
	border: none;
}

#menu.normal ul.level-1 > li:hover > .item > a, 
#menu.normal ul.level-1 > li.active > .item > a {
    color: #354730;
}

#menu.normal ul ul li:hover > .item > a,
#menu.normal ul ul li a:hover {
	color: #354730;
	background: #FEE3CE;
}

#menu.responsive {
	background: #f9f9f9;
}

#menu.responsive .menu-bar {
    background: #354730;
    color: #fff;
    font-size: 15px;
    border-radius: 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: 0px;
}
.search-box .searchsubmit {
	padding: 4px 12px 3px 12px;
	border: none;
	border-radius: 0px 0px 0px 0px;
	color: #fff;
    font-size: 21px;
	background: #354730;
	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;
    height: 52px;
}

#responsive-search .searchsubmit {
	padding: 11px 15px;
}


/*************
* MAIN CONTENT
*/
.main {
	position: relative;
	width: 100%;
    float: left;
    background: #fff;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.main.firstpage-news {
    padding: 20px 0px 20px 0px;
    background: #FDE6D3;
}

#content-area {
	position: relative;
}

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

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


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

#sidebar {
	position: relative;
    padding-top: 8px;
}

#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;
    width: 100%;
    float: left;
    padding: 40px 0px;
    color: #9DA29B;
    min-height: 120px;
    margin-top: -120px;
    background: #354730;
}

#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;
}

.contact-wrapper {
    position: relative;
    height: 40px;
    float: right;
    display: inline-block;
}

img.contact-icon,
span.contact {
    position: relative;
    float: left;
}

img.contact-icon {
    margin-right: 10px;
    padding-top: 6px;
}

span.contact {
    padding-top: 10px;
}




/*************
* 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;
}

.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;
}

#ajax-loader.fullscreen  {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}

#ajax-loader.regional  {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}
	
#ajax-loader-message {
	display: block;
	position: relative;
	top: 50px;
	min-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
}	
	
#ajax-loader-overlay {
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100000000000000000;
}

#ajax-loader-overlay.nobg { background: none !important; }

.pagination {
	padding:2px;
	margin: 10px 0px;
	position: relative;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	color: #666666 !important;
	background-color: #eee !important;
	border-radius: 0px !important;
	border: none !important;
}
.pagination a:hover,
.pagination a.active {
	background-color: #354730 !important;
	color: #fff !important;
}

.pagination a,
.pagination .page_numbers a {
	display: inline-block;
	padding: 3px 6px;
	min-width: 25px;
	margin: 0px 5px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
}



.clear,
.clearfix {	
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}  


.clear-left {
	display: block;
	float: left;
	clear: left;
}
.clear-right {
	display: block;
	float: left;
	clear: right;
}



/* 
CUSTOMIZE JQUERY UI 
*/

.ui-dialog {
	position:absolute;
	overflow:hidden
}

.ui-dialog a {
	text-decoration: underline;
}

.ui-widget-content {
	background: #fff;
	border: none;
	border-radius: 2px;
	padding: 0px;
}

.ui-dialog .ui-widget-content {
	padding: 30px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 10px 15px;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: inline-block;
	right: 20px;
	font-size: 18px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	color: inherit;
	text-decoration: none;
	padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
	background: none!important;
	border: none !important;
	font-weight: normal;
	opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar-close::before {
	font-family: FontAwesome;
	content: "\f00d";
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-widget-header {
	background: #9e9c9c;
	color: #fff;
	border-radius: 0;
	border: none;
	font-weight: normal;
	font-size: 20px;
}



.case-lower { text-transform: lowercase; }
.case-upper { text-transform: uppercase; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.screen-xs .align-xs-left
{ text-align: left !important; }

.screen-xs .align-xs-center
{ text-align: center !important; }

.screen-xs .align-xs-right 
{ text-align: right !important; }

@media (min-width: 768px) {
	.screen-sm .align-sm-left
	{ text-align: left !important; }
	
	.screen-sm .align-sm-center
	{ text-align: center !important; }
	
	.screen-sm .align-sm-right
	{ text-align: right !important; }
}
@media (min-width: 992px) {
	.screen-md .align-md-left
	{ text-align: left !important; }
	
	.screen-md .align-md-center
	{ text-align: center !important; }
	
	.screen-md .align-md-right
	{ text-align: right !important; }
}
@media (min-width: 1200px) {
	.screen-lg .align-lg-left
	{ text-align: left !important; }
	
	.screen-lg .align-lg-center
	{ text-align: center !important; }
	
	.screen-lg .align-lg-right
	{ text-align: right !important; }
}



.nopadding { padding: 0px; }
.no-H-padding { padding-left: 0px; padding-right: 0px; }
.no-V-padding { padding-top: 0px; padding-bottom: 0px; }
.no-T-padding { padding-top: 0px; }
.no-R-padding { padding-right: 0px; }
.no-B-padding { padding-bottom: 0px; }
.no-L-padding { padding-left: 0px; }


.trans01 { -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.trans02 { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.trans03 { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.trans04 { -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.trans05 { -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trans06 { -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.trans07 { -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.trans08 { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.trans09 { -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; }
.trans10 { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }


.btn {
	border-radius: 2px;
	text-decoration: none !important;
}


.btn-default { 
  color: #666666; 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #666666; 
  background-color: #EDEDED; 
  border-color: #EDEDED; 
} 
 
.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-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #A2B4BD; 
  border-color: #A7B8C2; 
} 
 
.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; 
}

/** FIRSTPAGE CATEGORIES **/

a.trapeze {
    position: relative;
    margin-top: -95px;
    width: 85%;
    float: left;
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 70px solid rgba(52,65,46,0.8);
    padding-left: 30px;
    font-weight: 100;
    transition: border-color 0.4s;
}

.cat-box:hover a.trapeze {
    border-top: 70px solid rgba(253, 165, 118, 0.8);
}

a.trapeze:hover {
    text-decoration: none;
    border-top: 70px solid rgba(253,230,211,0.8);
}

h3.name {
    position: relative;
    top: -50px;
    color: #FFF;
    font-weight: 100;
    text-transform: uppercase;
}

body#page-FIRSTPAGE h3.name {
    top: -70px;
}

body#page-FIRSTPAGE h2.block-title {
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

h2.block-title:after {
    background: #FDD0A9;
    content: '';
    display: block;
    height: 2px;
    width: 70px;
    position: relative;
    left: calc(50% - 35px);
    margin-top: 8px;
}

a.read-more {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #354730;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 300;
    font-style: italic;
}

body#page-FIRSTPAGE h2.text-left {
    font-weight: 300;
    text-transform: uppercase;
}

.main.firstpage-map .row {
    position: relative;
    top: 300px !important;
}

div.diagonal-line {
    position: relative;
    float: right;
    top: 20px;
    width: 55px;
    height: 1px;
    padding: 0px 10px;
    background: #9DA29B;
    -ms-transform: rotate(115deg); /* IE 9 */
    -webkit-transform: rotate(115deg); /* Chrome, Safari, Opera */
    transform: rotate(115deg);
}

img.logo-background {
    position: absolute;
}

/** CART **/

.cart-count {
    position: relative;
    left: -10px;
    top: -5px;
    font-size: 13px;
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #FDA576;
}

a.cart-link {
    position: relative;
    top: 15px;
    float: right;
}

h4 {
    font-family: 'Droid Serif', sans-serif;
}

body#page-CONTACT .main {
    padding-top: 0px;
    margin-top: 0px;
}

body#page-CONTACT .main.contact {
    padding: 20px 0px 30px 0px;
}

.excerpt {
    color: #5d5d5d;
}

.light-bottom-border {
    border-bottom: 1px solid #D7D7D7;
}