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

html {
	overflow-y: scroll;
}

body {
	background: #EDEDED;
}

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

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

h1,
h2,
h3 {
    line-height: 1.4em;
    color: inherit;
}

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

#content h1 {
    display: block;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: normal;
    background: #b4df5c;
background: -moz-linear-gradient(top,  #b4df5c 0%, #04993d 100%);
background: -webkit-linear-gradient(top,  #b4df5c 0%,#04993d 100%);
background: linear-gradient(to bottom,  #b4df5c 0%,#04993d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5c', endColorstr='#04993d',GradientType=0 );

}

#content .page-content h1:first-child,
#content-title {
	margin-top: -20px !important;
}

.block-title {	
	font-size: 16px;
	padding: 15px 20px;
	color: #000;
	border: solid 3px #fff;
    border-radius: 5px;
	background: #b4df5c;
background: -moz-linear-gradient(top,  #b4df5c 0%, #04993d 100%);
background: -webkit-linear-gradient(top,  #b4df5c 0%,#04993d 100%);
background: linear-gradient(to bottom,  #b4df5c 0%,#04993d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5c', endColorstr='#04993d',GradientType=0 );

}

#content-area {
	background: #F5F5F5;
	padding: 25px 25px;
}

#content-area h1 {
	margin-left: -20px;
	margin-right: -20px;
}

#sidebar {
	background: #EBEBEB;
	
}

h2 {
    font-size: 20px;
    color: #28A942;
}

h3 {
    font-size: 17px;
    color: #28A942;
}

a { color: #1244c2; text-decoration: underline; }
a:hover { text-decoration: none; }

img {
	max-width: 100%;
	height: auto !important;
}

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




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

#header {
	position: relative;
	margin: 20px 0px;
}

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

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


#header .social {
	position: relative;
	margin-top: 40px;
	
}

#header .social a {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-right: 5px;
	
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#header .social a:hover {
	filter: none;
	-webkit-filter: none;
}

#header a.facebook {
	background: url(../images/facebook.png) center no-repeat;
}
#header a.twitter {
	background: url(../images/twitter.png) center no-repeat;
}

#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: 60px;
	width: 250px;
	background: url(../images/logo.jpg) 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: #35AA3D;
}

#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 {
	color: #DBFFB1;
	font-size: 13px;
	padding: 15px 10px;
}

#menu.normal ul.level-1 > li > .item > a {
	border-left: solid 1px #6CC63F;
}
#menu.normal ul.level-1 > li:first-child > .item > a {
	border: none;
}

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


#menu.normal ul.level-1 li:hover > .item > a,
#menu.normal ul.level-1 li > .item > a:hover,
#menu.normal ul.level-1 li.active > .item > a {
	color: #fff !important;
	background: #000 !important;
}

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


#menu.responsive {
	background: #f9f9f9;
}

#menu.responsive .menu-bar {
	background: #333;
	color: #fff;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: right;
}

#menu.responsive .menu-bar a {
	color: #ABDC5B;
}

#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 #SEMINAR {
    background: #27c3f3;
}

#menu #SEMINAR a {
    color: #FFF;
}

.rslides_tabs {
	bottom: 20px !important;
	right: 55px !important;
}

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


.menu-container.vertical ul.level-1 > li {
	border-top: solid 1px #ddd;
}

#sidebar {
		padding: 10px;
	}



#consult-form {
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	padding: 10px;
	text-align: center;
	background: #50b33c;
background: -moz-linear-gradient(top,  #50b33c 0%, #00993e 100%);
background: -webkit-linear-gradient(top,  #50b33c 0%,#00993e 100%);
background: linear-gradient(to bottom,  #50b33c 0%,#00993e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b33c', endColorstr='#00993e',GradientType=0 );

}

#consult-form h3 {
	color: inherit;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	line-height: 1.2em;
	background: #6cd638;
background: -moz-linear-gradient(top,  #6cd638 0%, #009a34 100%);
background: -webkit-linear-gradient(top,  #6cd638 0%,#009a34 100%);
background: linear-gradient(to bottom,  #6cd638 0%,#009a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cd638', endColorstr='#009a34',GradientType=0 );

}

#consult-form p {
	font-size: 13px;
	padding: 0px 25px;
}

#consult-form input {
	margin-bottom: 5px;
}

#consult-form .btn {
	margin: 10px 0px;
	padding: 10px 10px;
	border: solid 3px #62D038;
	border-radius: 5px;
}

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

#content-area {
	position: relative;
    width: 100%;
    float: left;
}

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

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

#content table.auto {
	width: auto !important;
}

#content table.special_box
{
	display: inline-block;
	position: relative;
	width: 365px !important;
	height: 193px;
	margin: 20px 0px 0px 0px;
	border-spacing: 0px;
}

	#content table.special_box td {
		padding: 0px;
	}

#content table.special_box.left {
	margin: 20px 30px 0px 10px !important;
}

	.special_box.right
	{
		
	}
	
	.special_box img
	{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		border: none;
	}
	
	.special_box p
	{
		position: absolute;
		bottom: 10px;
		left: 15px;
		padding: 0px;
		margin: 0px;
		line-height: 1.5em;
	}
	
	.special_box br
	{
		display: none;
	}
	
	.special_box p a
	{
		text-decoration: underline;
		display: block;
		font-size: 12px;
		text-shadow: #B9C7A3 0px 1px 1px;
	}


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

.menu-container ul.level-2 {
	background: #f5f5f5;
}

.menu-container ul.level-2 > li {
	border-top: solid 1px #eee;
}



.sidebar .menu-container ul li a {
	padding: 12px 10px;
}

.sidebar .menu-container ul li > .item > a:hover,
.sidebar .menu-container ul li.active > .item > a {
	color: #25AF36;
}
.menu-container ul > li > .item:hover > a,
.menu-container ul > li.active > .item > a {
  color: #25AF36;
}

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

.menu-container.vertical ul.level-3 a::before {
	content: '- ';
}

.slider {
	margin-top: 1px;
}


.slider .container {
	position: relative;
}

.slider .slide-content {
	left: 4% !important;
	top: 35px !important;
	text-shadow: #000 0px 0px 5px;
}

.slider .slide-content .wrap {
	background: rgba(0,0,0, 0.2) !important;
	max-width: 90% !important;
	padding: 10px 20px !important;
}

.slider h1,
.slider h2,
.slider h3 {
	color: #fff;
	line-height: 1.3em;
	font-size: 35px !important;
	margin-top: 0px;
}


.partner-logos h3 {
	
	color: #333;
	border: solid 3px #fff;
	border-radius: 5px;
	padding: 15px 20px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 50%, #dedede 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#f2f2f2 50%,#f2f2f2 50%,#dedede 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 50%,#f2f2f2 50%,#f2f2f2 50%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dedede',GradientType=0 );

}

.partner-logos {
	text-align: center;
}
.partner-logos .banner {
	display: inline-block;
	margin: 10px;
}
 
 
/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 10px 0px;
	margin-top: 20px;
	border-bottom: solid 9px #7EC028;
}

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

.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: #50BF06; 
  border-color: #1EB01E; 
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #FFFFFF; 
  background-color: #54B52D; 
  border-color: #1EB01E; 
} 
 
.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: #50BF06; 
  border-color: #1EB01E; 
} 
 
.btn-success .badge { 
  color: #50BF06; 
  background-color: #FFFFFF; 
}

img#bubble-image {
    display: none !important;
}