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

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

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

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

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

body.subpage h1#content-title {
    color: #1B7500;
}

a {  }
a:hover { }



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

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

#header {
	position: relative;
}

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

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

#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: 280px;
    height: 94px;
	background: url(../images/logo_colored.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 {

}

#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 {
	color: #FFF;
    font-size: 20px;
	padding: 15px 20px;
}

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

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

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

#menu_responsive {
	background: #f9f9f9;
}

#menu_responsive .menu-bar {
	background: #7AAB02;
	color: #fff;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: right;
    margin-bottom: 20px;
}

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

#menu_responsive ul li a {
    color: #0D3800;
    width: 100%;
}

#menu_responsive ul li.active > .item > a {
    background: #7AAB02;
}

#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-top: 7px;
	text-align: left;
	padding: 0px;
}

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

.search-box input[type="text"] {
	padding: 7px 10px;
	width: calc(100% - 30px);
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
    height: 35px;
	border-radius: 5px;
    float: right;
}
.search-box .searchsubmit {
	padding: 4px 10px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #7AAB02;
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-box .searchsubmit i.fa {
    font-size: 24px;
}

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

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

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


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

.main.firstpage-content {
    text-align: center;
    padding: 30px 0px;
    color: #DDD;
    margin: 0px 0px 30px 0px;
    background: #0D3800;
}

.main.firstpage-content h1,
.main.firstpage-content h2 {
    color: #7AAB02;
}

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

#sidebar .search-box input {
    float: left;
    margin-bottom: 20px;
}



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


#footer {
	position: relative;
	padding: 30px 0px;
	border-top: solid 2px #CDCDCD;
}

#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 h3.footer-title,
#footer h3 {
    color: #7AAB02;
    margin-bottom: 12px;
}

#footer i.fa {
    font-size: 21px;
    color: #6C00B6;
}

#footer span {
    margin-left: 15px;
    font-weight: bold;
    color: #6C00B6;
}





/*************
* 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-top: 11px;
    margin-bottom: 11px;
}

.user-area a {
    color: #0D3800;
    font-size: 20px;
    transition: color 0.4s;
}

.user-area a:hover {
    text-decoration: none;
    color: #7AAB02;
}

#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 { 
    padding: 12px 30px;
    color: #ffffff; 
    text-transform: uppercase;
    border: none;
    min-width: 240px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    background: #6C00B6;
    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: #0D3800; 
 
} 
 
.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;
    height: 70px;
    padding: 20px;
    width: 100%;
    background: #deffc6;
    color: #2a6500;
}

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

.caption img.logo {
    width: 309px;
    height: 121px;
}

.header-menu-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 35px 0 0;
    border-color: #7AAB02 transparent transparent transparent;
    top: 0px;
    left: 0px;
}

.header-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #7AAB02;
}

.header-right {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #0D3800;
}

.news-content-wrapper {
    text-align: center;
}

.news-title {
    color: #7AAB02;
    font-weight: bold;
}

.firstpage-news-list-title {
    font-weight: 200;
    margin-bottom: 20px;
}

.mobile-view {
    width: 100%;
}

body#page-CONTACT iframe {
    margin-top: 30px;
}

a.readmore,
a.news-link {
    color: #6C00B6;
    display: inline-block;
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}