@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'titillium_webbold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_websemibold';
    src: url('fonts/titilliumweb-semibold-webfont.eot');
    src: url('fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-semibold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-semibold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
a {
   outline: none;
   -moz-outline-style: none;
}
a:active {
	outline: none;
	-moz-outline-style: none;
}

a:focus {
	-moz-outline-style: none;
}
body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Duru Sans', sans-serif;
}
body {
	background-image:url(../images/body_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center top;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/body_bg.jpg',
	sizingMethod='scale');
	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../images/body_bg.jpg',
	sizingMethod='scale')";
}



/* Header start */
#header_wrapper {
	margin: 0;
	padding: 0;
	overflow: vivible;
	width: 100%;
	min-width:1046px;
	height: 118px;
	border-bottom: 8px solid #c1d82f;
	background-color: #FFF;
	}
#header {
	margin: 0;
	padding: 0;
	overflow: visible;
	width: 1026px;
	height: 118px;
	margin: 0 auto;
	}
#logos {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	padding-top: 20px;
}
#logos a#first {
	padding-right: 31px;
	border-right: 1px solid #CCCCCC;
	color: #ffffff;
	float: left;
	}
#logos a#last {
	border: none;
	padding-left: 37px;
	color: #ffffff;
	float: left;
	}
#main_menu {
	margin: 0;
	padding: 0;
	overflow: visible;
	padding-left: 58px;
	padding-top: 80px;
	float: left;
	width:374px;
	height:38px;
}
#main_menu li {
	list-style-type:none;
}
#main_menu .ul_level_1 {
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	width:374px;
	height:38px;
	}
#main_menu li.li_level_1 {
	margin-left: 22px;
	line-height:20px;
	width:auto;
	height:38px;
	float: left;
	overflow:visible;
	position:relative;
	}
#main_menu ul li:first-child {
	margin: 0;
}
#main_menu a.a_level_1 {
	display:block;
	width:auto;
	height:38px;
	float:left;
	overflow:hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #656565;
	line-height:20px;
}
#main_menu a.a_level_1:hover,
#main_menu a.a_level_1.act {
	color:#C1D82F;
}
#main_menu .ul_level_2 {
	width:180px;
	height:auto;
	border-top:8px solid #C1D82F;
	overflow:visible;
	position:absolute;
	top:38px;
	left:0;
	z-index:99999;
	display:none;
}
#main_menu li.li_level_1:hover > .ul_level_2 {
	display:block;
}
#main_menu .li_level_2 {
	width:180px;
	height:auto;
	float:left;
	overflow:visible;
	position:relative;
	border-bottom:1px solid #FFF;
}
#main_menu .a_level_2 {
	display:block;
	width:155px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	padding:10px 15px 10px 10px;
	background-color:#E1EEB8;
	color:#669933;
	text-decoration:none;
}
#main_menu .li_level_2.sub >.a_level_2 {
	background-image:url(../images/main_menu_green_arrow.png);
	background-position:168px center;
	background-repeat:no-repeat;
}
#main_menu .li_level_2 > a.a_level_2.act,
#main_menu .li_level_2 > a.a_level_2:hover {
	background-color:#D3E367;
	color:#669933;
}
#main_menu .li_level_2:hover > a.a_level_2 {
	background-color:#D3E367;
	color:#669933;
}
#main_menu .li_level_2.sub > a.a_level_2.act,
#main_menu .li_level_2.sub > a.a_level_2:hover {
	background-color:#D3E367;
	color:#669933;
	background-image:url(../images/main_menu_green_arrow.png);
	background-repeat:no-repeat;
	background-position:168px center;
}

#main_menu .ul_level_3 {
	width:180px;
	height:auto;
	overflow:visible;
	position:absolute;
	top:0;
	left:180px;
	z-index:10;
	border-left:1px solid #FFF;
	display:none;
}
#main_menu li.li_level_2:hover > .ul_level_3 {
	display:block;
}
#main_menu .li_level_3 {
	width:180px;
	height:auto;
	float:left;
	overflow:visible;
	position:relative;
	border-bottom:1px solid #FFF;
}
#main_menu .a_level_3 {
	display:block;
	width:155px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	padding:10px 15px 10px 10px;
	background-color:#EEE48F;
	color:#669933;
	text-decoration:none;
}
#main_menu .li_level_3.sub >.a_level_3 {
	background-image:url(../images/main_menu_green_arrow.png);
	background-position:168px center;
	background-repeat:no-repeat;
}
#main_menu .li_level_3 > a.a_level_3.act,
#main_menu .li_level_3 > a.a_level_3:hover {
	background-color:#CEC580;
	color:#669933;
}
#main_menu .li_level_3.sub > a.a_level_3.act,
#main_menu .li_level_3.sub > a.a_level_3:hover {
	background-color:#C1D82E;
	color:#669933;
	background-image:url(../images/main_menu_green_arrow.png);
	background-repeat:no-repeat;
	background-position:168px center;
}
#main_menu .ul_level_4 {
	width:180px;
	height:auto;
	overflow:visible;
	position:absolute;
	top:0;
	left:180px;
	z-index:10;
	border-left:1px solid #FFF;
	display:none;
}
#main_menu li.li_level_3:hover > .ul_level_4 {
	display:block;
}
#main_menu .li_level_4 {
	width:180px;
	height:auto;
	float:left;
	overflow:visible;
	position:relative;
	border-bottom:1px solid #FFF;
}
#main_menu .a_level_4 {
	display:block;
	width:155px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	padding:10px 15px 10px 10px;
	background-color:#CDE5AB;
	color:#669933;
	text-decoration:none;
}
#main_menu .a_level_4.act,
#main_menu .a_level_4:hover {
	background-color:#B6CF8E;
	color:#669933;
}
#searchbox {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 73px;
	}
#searchbox input[type="text"] {
	height: 25px;
	border: 1px solid #CCCCCC;
	border-right: none;
	float: left;
	}
#searchbox input[type="submit"] {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 58px;
	height: 27px;
	float: left;
	background-color: #c1d82f;
	font-size: 12px;
	color: white;
}
#searchbox input[type="submit"]:hover {
	background-color:#B0CC00;
	color:#e9e9e9;
	cursor:pointer;
}
/* Header end */

/* Homepage Content start */
#home_intro_text {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	min-width:1046px;
	height: auto;
	text-align: center;
}
#home_intro_text h1 {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 35px;
	line-height:42px;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 12px;
	font-family: 'titillium_webbold';
	font-weight:normal;
}
#home_intro_text h2 {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 23px;
	line-height:30px;
	color: #f89b1c;
	padding-bottom: 16px;
	font-family: 'titillium_webbold';
	font-weight:normal;
}
#home_intro_text h3 {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 19px;
	color: #69a341;
	padding-bottom: 25px;
	line-height: 30px;
	font-family: 'titillium_websemibold';
	font-weight:normal;
}
#home_animation_wrapper {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	background-image:url(../images/75_percent_white.png);
	background-position:top left;
	background-repeat:repeat;
	min-width:1046px;
	}
#home_animation {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 762px;
	height: 475px;
	margin: 0 auto;
}
/* Homepage Content end */

/* Inner Page start */
#breadcrumb {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1013px;
	height: 28px;
	margin: 0 auto;
	padding-left: 13px;
	color:#000;
	font-size: 10px;
	line-height: 28px;
	}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	color: #999999;
	font-size: 10px;
	line-height: 28px;
	width: auto;
	float: left;
	text-decoration: none;
}
#breadcrumb a:hover {
	color:#000;
}
#breadcrumb span {
	padding-left: 5px;
	padding-right:5px;
	color: #999999;
	font-size: 9px;
	line-height: 28px;
	width: auto;
	float: left;
	text-decoration: none;
}

#content_wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	min-width:1046px;
	margin-bottom: 12px;
	height: auto;
	background-image: url(../images/75_percent_white.png);
	background-position: top left;
	background-repeat: repeat;
}
#content {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 1026px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 20px;
}
@media (min-width: 1400px) {
	div#main_content.productstewardship {
		min-height: 563px;
	}
}
#main_content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 775px;
	height: auto;
	float: left;
	padding-left: 12px;
	padding-right: 17px;
	font-size: 13px;
	line-height:20px;
	color: #000000;
}

#main_content h1 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 30px;
	line-height:36px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight:normal;
}
#main_content h2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 15px;
	line-height:20px;
	color: #69a341;
	padding-bottom: 22px;
	font-weight:normal;
}
#main_content h3 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	line-height:18px;
	color: #000;
	padding-bottom: 22px;
	font-weight:normal;
}
#main_content h4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	line-height:17px;
	color: #000;
	padding-bottom: 22px;
	font-weight:normal;
}
#main_content h5 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
	line-height:15px;
	color: #000;
	padding-bottom: 22px;
	font-weight:normal;
}
#main_content p,
#main_content ul,
#main_content ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 22px;
}
#main_content ul ul,
#main_content ul ul ul,
#main_content ul ul ul ul,
#main_content ol ol,
#main_content ol ol ol,
#main_content ol ol ol ol {
	margin-bottom:0;
	margin-top:5px;
}
#main_content a,
#main_content a:link,
#main_content a:active,
#main_content a:visited {
	color:#B0CC00;
	text-decoration:none;
}
#main_content a:hover {
	color:#C1D82F;
	cursor:pointer;
}
#main_content li {
	margin-left:25px;
	margin-bottom:5px;
}
#main_content .subanav_boxes li {
	margin-left:0;
}
#main_content table {
	width:100% !important;
	background-color:#FFF;
	border-top:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	border-collapse: collapse;
	margin-bottom:22px;
}
#main_content table th,
#main_content table td {
	padding: 10px 10px;
	border-bottom:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	vertical-align:middle !important;
}
#main_content  tr.first_row th,
#main_content tr.first_row td {
	background:#DBEAB2;
	color:#669933;
	font-weight:bold;
}
#main_content table td p {
	margin-bottom:0;
}
#main_content table img {border:none !important;}

.subanav_boxes {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style-type: none;
	float: left;
	/*height:81px;*/
	height:95px;
	}
#main_content img {
	padding: 0;
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #d0cbc0;
	overflow: hidden;
}
.subanav_boxes li {
	float: left;
	width: 108px;
	height: 81px;
	padding: 10px 10px;
	background-color: #FFF;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	margin-right: 1px;
	cursor: pointer;
}
#main_content .subanav_boxes li a,
#main_content .subanav_boxes li a:link,
#main_content .subanav_boxes li a:active,
#main_content .subanav_boxes li a:visited{
	display: block;
	width: 108px;
	height: 81px;
	overflow: hidden;
	font-size: 14px;
	line-height:16px;
	color: #000000;
	text-decoration: none;
}
.subanav_boxes li:last-child {
	width: 109px;
}
#main_content .subanav_boxes li:hover,
#main_content .subanav_boxes li.act{
	background-color: #c1d82f;
}
#right_column {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 222px;
	height: auto;
	float: right;
	padding: 0 0 10px 0;
}
#sub_menu {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style-type:
}
#sub_menu li {
	list-style-type:none;
}
#sub_menu li.li_level_1 {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#sub_menu .ul_level_2 {
	display:none;
}
#sub_menu .li_level_1.act > .ul_level_2 {
	display:block;
}
#sub_menu li.li_level_2 {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#sub_menu li a.a_level_1 {
	width:192px;
	display: block;
	height: auto;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	background-color: #E1EEB8;
	color: #669933;
	padding:8px 10px 8px 20px;
	border-bottom:1px solid #FFF;
}
#sub_menu li a.a_level_1.act,
#sub_menu li a.a_level_1:hover {
	background-color: #D3E367;
}
#sub_menu li.hasSub a.a_level_1 {
	background-image:url(../images/main_menu_green_arrow.png);
	background-position:10px 11px;
	background-repeat:no-repeat;
}
#sub_menu li a.a_level_2 {
	width:182px;
	display: block;
	height: auto;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	background-color: #EEE48F;
	color: #669933;
	padding:8px 10px 8px 30px;
	border-bottom:1px solid #FFF;
}
#sub_menu li a.a_level_2.act,
#sub_menu li a.a_level_2:hover {
	background-color: #CEC580;
}

#three_column_content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
#three_left_column {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 245px;
	height: auto;
	float: left;
	margin-right: 20px;
}
#three_mid_column {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 245px;
	height: auto;
	float: left;
	margin-right: 20px;	
}
#three_right_column {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 245px;
	height: auto;
	float: left;	
}
.question_answer_wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 245px;
	height: auto;
	margin-bottom: 12px;
	float: left;
}
.qanda_tip {
	position: absolute;
	width: 36px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	right: 18px;
	bottom:-13px;
	z-index:10;
}
.qanda_tip img{
	border: 0 !important;
	background-color: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.qanda_tip p { 
	position: absolute;
	z-index: 21;
	left: 9px;
	top: 6px;
}
.question_wrapper {
	margin: 0;
	padding: 0;
	font-size: 15px !important;
	color: #ffffff !important;
	line-height: 18px !important;
	background-color: #c1d82f;
	height: auto;
	width: auto;
	padding: 15px 11px 22px 11px !important;
	position: relative;
}
#main_content .question_wrapper p,
#main_content .answer_wrapper p {
	margin-bottom:0;
}
.answer_wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 12px !important;
	line-height: 17px !important;
	color: #000000 !important;
	height: auto;
	width: auto;
	background-color: white;
	padding: 25px 11px 15px 11px !important;
}
.answer_wrapper li {
	margin-left:20px;
}
#main_content .answer_wrapper p {
		margin-bottom:10px;
}
#main_content .answer_wrapper  ul,
#main_content .answer_wrapper ol,
#main_content .answer_wrapper li {
	margin-bottom:5px;
}
.higleight_element {
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	border-top: 3px solid #ff9900;
	margin-top:15px;
	font-size: 11px;
	line-height:15px;
	color: #000000;
	background-color: #c8ccc8;
}
.higleight_element h2{
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 14px;
		color: #000000;
		text-transform: uppercase;
		padding-top: 20px;
		padding-bottom: 18px;
		font-weight:normal;
	}
.higleight_element img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 5px;
	
}
.higleight_element p {
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.higleight_element a,
.higleight_element a:link,
.higleight_element a:active,
.higleight_element a:visited
 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 74px;
	height: 24px;
	background-color: #c1d82f;
	color: #222b0b;
	font-size: 9px;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.higleight_element a:hover {
	background-color: #ff9900;
}
/* Inner Page end

/* Footer Start*/
#footer_wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	min-width:1046px;
	height: auto;
	background-color: #656766;
	}
#footer {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1026px;
	height: auto;
	margin: 0 auto;
	position: relative;
	}
.footer_section {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	min-height: 154px;
	font-size:11px;
	line-height:15px;
	}
.footer_section h2 {
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 14px;
		line-height:42px;
		color: #c3dc71;
	}
.footer_section p {
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 11px;
		color: #ffffff;
	}
.footer_section a{
		margin: 0;
		padding: 0;
		overflow: hidden;
		color: #ffffff;
		font-size: 11px;
		text-decoration: none;
	}
.footer_section a:hover{
		color: #c3dc71;
	}
#footer_contact { 
	padding-left: 13px;
	padding-right: 118px;
}
#footer_quciklinks {
	padding-right: 135px;
	}
#footer_quciklinks ul {
	margin: 0;
	padding: 0;
	overflow: hidden; 
	list-style-type: none;
}
#footer_quciklinks ul li {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 11px;
	padding-bottom: 7px;
	}
#footer_highlight a,
#footer_highlight a:link,
#footer_highlight a:active,
#footer_highlight a:visited { 
	color:#c3dc71;
	text-decoration:none;
	font-size: 14px;
    line-height: 42px;
    margin: 0;
    overflow: hidden;
    padding: 0;
	}
#footer_highlight a:hover {

}
#copyright {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 50%;
	float: left;
	border-top: 1px solid #464646;
	margin-top: 22px;
	clear:left;
	font-size: 11px;
	line-height: 30px;
	color: #333333;
	}
#developer {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 50%;
	float: right;
	text-align: right;
	border-top: 1px solid #464646;
	margin-top: 22px;
	line-height: 30px;
	font-size: 11px;
	color: #333333;
	}
#developer p {
	display:none;
}
#developer a,
#developer a:link,
#developer a:active,
#developer a:visited {
	color: #333333;
	text-indent: 10px;
	text-decoration: none;
	}
	
#developer a:hover {
		color:#C1D82F;
	}
/* Footer end*/

/* ---- Animation begin ------- */
.wrapper {
	width: 100%;
	height: 500px;
	position:relative;
	overflow:visible;
}
.control {
	position: absolute;
	left: 50%;
	margin-left: -335px;
	top: 0;
	width: 950px;
	height: 500px;
	display:none;
}

.background {
	position: absolute;
	left: 0;
	top: 45px;
	width: 807px;
	height: 425px;
}


.arrows {
	position: absolute;
	left: 0;
	top: 45px;
	width: 807px;
	height: 425px;
}
.circles {
	position: absolute;
	left: 0;
	top: 45px;
	width: 807px;
	height: 425px;
}

.background img,
.circles img,
.arrows  img {
	width:100%;
	height:auto;
}

.maskControl {
	height: 100%;
	width: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	background: url('../Animacija/Style/Images/overlay.png');
	background-position-x: 100%;
	display: none;
	margin-left: 300px;

}

 .mask {
	 -webkit-mask: -webkit-linear-gradient(
		  left,
		 rgba(255,255,255,1),
		 rgba(255,255,255,1) 50%,
		 rgba(255,255,255,0) 70%,
		rgba(255,255,255,0) 100%
	 );
 }

/* .control {
-webkit-animation: cssAnimation 1s 1 linear;
-moz-animation: cssAnimation 1s 1 linear;
-o-animation: cssAnimation 1s 1 linear;
}
@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0% 50%;
	}
	to {
		-webkit-transform: scale(1);
		-webkit-transform-origin: 0% 50%;
	}
}
@-moz-keyframes cssAnimation {
from { -webkit-transform: scale(0.5) translate(-475px)}
	to {
		-webkit-transform: scale(1) translate(500);
	}
}
@-o-keyframes cssAnimation {
from { -webkit-transform: scale(0.5) translate(-475px)}
	to {
		-webkit-transform: scale(1) translate(500);
	}
} */

/* ------ Popup links and text ---------- */
.link_and_text {
	width:456px;
	height:auto;
	overflow:visible;
	position:absolute;
	background:#09F;
}
.link_spacer {
	display:block;
	width:100%;
	overflow:hidden;
}
.link_and_text a.small {
	display:block;
	width:90px;
	height:90px;
	border-radius:90px;
	background:blue;
	position:absolute;
	left:50%;
	top:0;
	z-index:50;
	margin-left:-45px;
	background-color:transparent;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-align:center;
	background-image:url(../images/krug_2_2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	text-decoration:none;
}
.link_and_text a.big {
	display:block;
	width:105px;
	height:105px;
	border-radius:103px;
	background:blue;
	position:absolute;
	left:50%;
	top:0;
	z-index:50;
	margin-left:-51px;
	background-color:transparent;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-align:center;
	background-image:url(../images/krug_1_2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	text-decoration:none;
}
.tooltip {
	width:21px;
	height:14px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:48px;
	margin-left:-10px;
	z-index:40;
	background-image:url(../images/tooltip_up.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#raw_materials .tooltip {
	margin-left:-14px;
}
.link_and_text .link_text {
	padding:10px 10px;
	border:2px solid #BED752;
	width:432px;
	background-color:#FFF;
	position:absolute;
	top:60px;
	left:0;
	z-index:20;
	font-family: 'Duru Sans', sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000;
	opacity:0.8;
	zoom:1;
	filter: alpha(opacity=80);
}
.read_more {
	padding-top:10px;
}
.read_more a {
	color:#ff6600;
	text-decoration:none;
	text-transform:uppercase;
}
.link_and_text.inactive .bubble,
.link_and_text.inactive .tooltip,
.link_and_text.inactive .link_text {
	zoom:1;
	filter: alpha(opacity=0);
	opacity:0;
}
.link_and_text.active .bubble,
.link_and_text.active .tooltip{
	opacity:1;
}

.link_and_text#raw_materials {
	left: -170px;
    top: 62px;
    z-index: 10;
}
.link_and_text#raw_materials .link_spacer {
	height:25px;
}
.link_and_text#raw_materials .link_text {
	top:70px;
}
.link_and_text#raw_materials .tooltip {
	top:58px;
}

.link_and_text#fertilizer_production {
	left: -128px;
    top: 185px;
    z-index: 10;
}
.link_and_text#fertilizer_production .link_spacer {
	height:35px;
}
.link_and_text#fertilizer_production .link_text {
	top:80px;
}
.link_and_text#fertilizer_production .tooltip {
	top:68px;
}

.link_and_text#distribution {
	left: 59px;
    top: 339px;
    z-index: 10;
}
.link_and_text#distribution .link_spacer {
	height:35px;
}
.link_and_text#distribution .link_text {
	top:80px;
}
.link_and_text#distribution .tooltip {
	top:68px;
}

.link_and_text#product_development {
	left: 54px;
    top: 6px;
    z-index: 10;
}
.link_and_text#product_development .link_spacer {
	height:35px;
}
.link_and_text#product_development .link_text {
	top:82px;
}
.link_and_text#product_development .tooltip {
	top:70px;
}

.link_and_text#program {
	left: 287px;
	top: 115px;
    z-index: 10;
}
.link_and_text#program .link_spacer {
	height:45px;
}
.link_and_text#program .link_text {
	top:80px;
}
.link_and_text#program .tooltip {
	top:68px;
}

/* ---- ke_search ----- */
#kesearch_submit {
	display:none;
}
#final_content .kesearchbox {
	width:177px;
	height:30px;
	float:left;
	overflow:hidden;
}
#final_content .tx-kesearch-pi1 input#ke_search_sword {
	width:165px;
	height:27px;
	border:1px solid #C2C2C2;
	margin:0;
	padding:0 5px;
	border-radius:0;
	font-size:10px;
	line-height:27px;
	font-style:italic;
}
#final_content #custom_text {
	padding:0 20px;
	width:auto;
	height:30px;
	float:left;
	overflow:hidden;
	line-height:29px;
}
#final_content  #kesearch_filters {
	width:190px;
	height:30px;
	float:left;
	overflow:visible;
	margin-right:20px;
}
#final_content .tx-kesearch-pi1 #kesearch_filters select {
    margin: 0 0 0;
    width: 150px;
	width:185px;
	height:27px;
	border:1px solid #C2C2C2;
	border-radius:0;
}
#final_content  span.resetbutt a {
	display:block;
	width:auto;
	height:23px;
	margin:0;
	padding:0;
	background:none;
	border-radius:0;
	background-color:#BABABA;
	border:none;
	text-transform:uppercase;
	color:#000;
	text-shadow:none;
	float:left;
	overflow:hidden;
	font-size:9px;
	line-height:23px;
	padding:0 20px;
	margin-top:2px;
	margin-right:20px;
}
#final_content  span.resetbutt a:hover {
	color:#666;
	background-color:#A0A0A0;
}
#final_content  span.submitbutt input {
	display:block;
	width:auto;
	height:23px;
	margin:0;
	padding:0;
	background:none;
	border-radius:0;
	background-color:#C1D82F;
	border:none;
	text-transform:uppercase;
	color:#000;
	text-shadow:none;
	float:left;
	overflow:hidden;
	font-size:9px;
	line-height:23px;
	padding:0 20px;
	margin-top:2px;
	margin-right:20px;
	font-weight:normal;
	font-family: 'Duru Sans',sans-serif;
}
#final_content  span.submitbutt input:hover {
	color:#666;
	background-color:#B0CC00;
	box-shadow:none;
}
.teaser_icon {
	display:none !important;
}
#final_content #kesearch_results a {
	color:#000;
}
#final_content #kesearch_results a:hover {
	color:#ffb20d;
}
.customSelect { 
	width: 150px;
	width:185px;
	height:27px;
	border:1px solid #C2C2C2;
	background-image:url(../images/select_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	font-size:10px;
	font-style:italic;
	text-indent:5px;
	line-height:27px;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}

.customSelectInner {
/* You can style the inner box too */
}