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

html {
	overflow-y: scroll;
}

body {
	
}

html, body {
	min-height: 100%;
	height: auto;
}

body, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 180%;
	color: #797979;
}

h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif;
    line-height: 1.2em;
    font-weight: bold;
    color: #797979;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 19px; }

a { color: #797979; }
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: 4px;
    border: solid 1px #ddd;
    width: 100%;
}


h1, .block-title {
    clear: both;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    color: #797979;
}

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

#header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 85px;
	margin: 0px;
    z-index: 1;
    background: #FFF;
}

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

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

#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;
	height: 28px;
	width: 221px;
	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-desktop {
	/* background: #eee; */
}

#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: #797979;
    font-family: 'Poppins';
    font-weight: 500;
}

/**

#menu-desktop ul.level-1 > li > .item > a,
.lang-select#lang-codes a,
.active-lang


**/

#menu-desktop ul.level-1 > li {
	/* border-left: solid 1px #ddd; */
}
#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 {
	/* background: #ddd; */
    color: #80A716;
}

#menu-desktop ul ul li:hover > .item > a,
#menu-desktop ul ul li a:hover {
	color: #FFF;
	background: #80A716;
}


#menu-responsive {
	background: #f9f9f9;
}

#menu-responsive .menu-bar {
    background: #80A716;
    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: 8px 15px;
    border: none;
    border-radius: 0px;
    color: #fff;
    background: #80A716;
    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;
	width: 100%;
    float: left;
    background: #fff;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

#content-area {
	position: relative;
    margin-top: 20px;
}

#content {
	padding-bottom: 20px;
	line-height: 200%;
}

#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;
    font-family: 'Poppins';
    font-size: 15px;
}

.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;
    margin-top: 20px;
    background: #f8f8f8;
}

#footer .block-title {
	padding: 0px;
	margin: 20px 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-family: 'Poppins';
    font-weight: 500;
}

.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;
	padding: 20px;
} 
 
#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 {
	margin: 30px;
}

#login-box .links {	
	margin: 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: #63C4FF !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;
}

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

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

.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: #88C917;
    border-color: #88C917;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    transition: background 0.5s;
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
    color: #ffffff; 
    background-color: #80A716;
    border-color: #80A716;
} 
 
.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; 
}

#header #menu-desktop {
    margin-top: 21px;
}

.green-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #80A716;
}

.green-background .white-triangle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 85px 0;
    border-color: transparent #ffffff transparent transparent;

}

.header-background {
    position: absolute;
    width: 50%;
    height: 100%;
    float: left;
    background: #80A716;
    z-index: -1;
}

.header-content {
    position: relative;
    height: 85px;
    z-index: 1111;
    background: #FFF;
}

.logo-wrapper {
    height: 85px;
}

.header-banner-wrapper {
    position: relative;
    z-index: 0;
}

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

#footer .footer-top {
    background: #F3F3F3;
}

#footer .footer-bottom {
    background: #3B3B3B;
}

#footer .footer-top,
#footer .footer-bottom {
    padding: 30px;
}

#footer .footer-top {
    padding-top: 0px;
}

#footer h2.footer-title {
    margin: 30px 0px;
    color: #80A716;
}

#footer h2,
#footer h3 {
    text-transform: uppercase;
}

i.fa {
    
}

#footer h2 i.fa,
#footer h3 i.fa {
    color: #88C917;
    font-size: 22px;
}

#footer h2 i.fa.fa-mobile,
#footer h3 i.fa.fa-mobile {
    font-size: 27px;
}

div.contact-data {
    position: absolute;
    top: 20px;
    width: 300px;
    background: rgba(53,104,12,0.5);
    padding: 20px;
    color: #FFF;
}

#footer .footer-bottom {
    color: #FFF;
}

.service-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 70px 75px 0;
    float: left;
}

.service-triangle.position-1 { border-color: transparent #88C917 transparent transparent; }
.service-triangle.position-2 { border-color: transparent #80A716 transparent transparent; }
.service-triangle.position-3 { border-color: transparent #35680C transparent transparent; }

.service-block {
    position: relative;
    width: calc(100% - 70px);
    float: right;
    padding: 0px 30px 30px 30px;
}

.service-wrapper {
    margin-bottom: 20px;
}

div#responsive-header a.logo {
    margin: 20px 0px;
}

.footer-top .company-contacts {
    text-align: left;
}

#responsive-header > .container .default-wrapper {
    background: #80A716;
    margin-bottom: 15px;
}

.lang-select li a {
    color: #FFF;
}

#lang-codes li:hover,
#lang-codes li.active {
    background: #80A716;
    color: #FFF;
}

ul#wrap {
    padding-left: 0px;
    margin-top: 0px;
    padding: 0px;
    background: #FFF;
}

#lang-codes ul li {
    padding: 5px 10px;
    background: #35680C;
    border-bottom: 1px solid #FFF;
}

#lang-codes ul li:last-child {
    border: none;
}

ul#wrap:hover {
    height: auto;
}

ul#wrap li a {
    font-size: 16px;
}

ul#wrap li a:hover {
    text-decoration: none;
}

#lang-codes {
    position: relative;
    width: 100%;
    float: left;
}

#lang-codes #wrap {
    display: none;
}

#lang-codes:hover #wrap {
    display: inline-block;
}

#lang-codes i.fa {
    position: relative;
    color: #88C917;
    font-size: 16px;
    float: left;
    top: 2px;
    margin-right: 5px;
}

.active-lang {
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
}

.active-lang-wrapper {
    margin-top: 29px;
}

.main-banner-wrapper.other {
    max-height: 250px;
    overflow-y: hidden;
}

body#page-CONTACT .main-banner-wrapper {
    display: none;
}

.container.content-up {
    position: relative;
    background: #FFF;
}

body#page-CONTACT #main {
    margin-top: 85px;
    z-index: 0;
}

.service-block a {
    transition: color 0.4s;
}

.service-block a:hover {
    color: #35680C;
    text-decoration: none;
}

.caption > .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}