html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background: #eee;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}

a {
    color: #F00;
	outline: 0;
	text-decoration:none;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
a:hover,
a:focus {
	color: #666;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

embed,
iframe,
object {
	max-width: 100%;
}




body {
	font: 80%/1.4 Helvetica, Arial, sans-serif;
	background:#ebebeb url(../images/bg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	color: #4c4c4b;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-weight:normal;
}
h1 {
    color: #9C9C9C;
    font-size: 210%;
    line-height: 1.3;
    margin-bottom: 20px;
}
h2 {
    color: #9C9C9C;
    font-size: 190%;
    line-height: 1.2;
    margin-bottom: 20px;
}
h3 {
    color: #9C9C9C;
    font-size: 170%;
    line-height: 1;
    margin-bottom: 20px;
}
h4 {
    color: #9C9C9C;
	font-size: 120%;
    margin-bottom: 20px;
}
a img {
	border: none;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
    clear: both;
    float: left;
    width: 100%;
}
.top {
    float: left;
    margin: 25px 0 15px;
    text-align: center;
    width: 100%;
}


.main {
	background: #fbfbfb;
    clear: both;
    float: left;
    width: 100%;
}
#oleo, #agro {
    float: left;
    width: 50%;
	position:relative;
	overflow: hidden;
}
#oleo > img, #agro > img {
    float: left;
}
#oleo {
    border-top: 3px solid #B9B9B9;
	border-bottom: 3px solid #B9B9B9;
}
#agro {
    border-top: 3px solid #198150;
	border-bottom: 3px solid #198150;
}

.verion-iso {
	background: url(../images/iso.png) 0 0 no-repeat;
	width:108px;
	height:107px;
	position:absolute;
	bottom:30px;
	z-index:1;
}

#oleo .verion-iso {
	right:30px;
}

#agro .verion-iso {
	left:30px;
}
#oleo .verion-iso, #agro .verion-iso {
	opacity:1;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
#oleo:hover .verion-iso, #agro:hover .verion-iso {
	opacity:0;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}

#oleo nav.menu, #agro nav.menu {
	opacity:0;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
#oleo:hover nav.menu, #agro:hover nav.menu {
	opacity:1;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.menu {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: absolute;
	width: 60%;
	z-index:5;
}
.menu.left {
	left:0;
}
.menu.right {
	right:0;
}


#slider2_container {
	  position:relative;overflow:hidden;
}
.loader-box {
	  position:absolute;top:0px;left:0px;
}
.slider-loading {
	  display:block;filter:alpha(opacity=70);opacity:0.7;position:absolute;background-color:#000;top:0px;left:0px;width:100%;height:100%;
}
.slider-loader {
	 position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;
}















nav ul {
	list-style: none;
	margin:0;
	padding:0;
}
nav ul li {
    float: left;
    padding: 0 5px;
    width: 100%;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
nav ul a {
	display: block;
	float:left;
	font: bold 14px/52px Arial;
	color:#EBEBEB;
	width: 100%;
}
#oleo > nav ul a {
	padding: 0 0 0 73px;
	text-align:left;
}
#agro > nav ul a {
	padding: 0 73px 0 0;
	text-align:right;
}
nav ul a:hover {
	color: #000;
}
nav ul li:hover {
	background-color: #fff;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}

.arg > a, .bra > a, .col > a, .eng > a {
    background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
}
#oleo .arg > a {
    background-position:left 6px;
}
#oleo .bra > a {
    background-position:left -45px;
}
#oleo .col > a {
    background-position:left -94px;
}
#oleo .eng > a {
    background-position:left -145px;
}

#agro .arg > a {
    background-position:right 6px;
}
#agro .bra > a {
    background-position:right -45px;
}
#agro .col > a {
    background-position:right -94px;
}
#agro .eng > a {
    background-position:right -145px;
}


#oleo > h2, #agro > h2 {
    color: #fff;
    font: bold 46px/52px Arial;
    opacity: 0.5;
    position: absolute;
    top: 5px;
}
#oleo > h2 {
	text-align:left;
    left: 5px;
}
#agro > h2 {
	text-align:right;
    right: 5px;
}

.content {
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
article {
    float: left;
    margin: 20px 0;
    width: 100%;
}




footer {
	border-top:1px solid #dadada;
	padding: 10px 0;
	position: relative;
	clear: both;
	font:12px/40px Helvetica;
	color:#a3a3a3;
	text-align:center;
}

hr.clearfloat {
    background-color: #DDDDDD;
    border: 0 none;
    color: #DDDDDD;
    height: 1px;
    margin-bottom: 20px;
}



@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
#oleo, #agro {
    border: 0 none;
}
#oleo {
    border-bottom: 0 none;
}
#agro {
    border-top: 0 none;
}
#oleo > h2, #agro > h2 {
    font: bold 32px/52px Arial;
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    width: 100%;
}
#oleo nav.menu, #agro nav.menu {
    opacity: 1;
}
.menu {
	top:100px;
	bottom:inherit;
}
nav ul li {
    width: auto;
}
#oleo > nav ul a {
    padding: 0 0 0 62px;
}
#agro > nav ul a {
    padding: 0 62px 0 0;
}
nav ul a {
    display: block;
    float: left;
    height: 53px;
    width: 22%;
}
.menu span {
    display: none;
}
.verion-iso {
	display:none;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.container {
    width: 100%;
}
#oleo, #agro {
    width: 100%;
}
.menu {
    width: 100%;
}
#oleo .verion-iso {
    left: 30px;
}
#agro .verion-iso {
    right: 30px;
	left:inherit;
}
.verion-iso {
	background: url(../images/iso-small.png) 0 0 no-repeat;
	width:40px;
	height:40px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.container {
    width: 95%;
}
.verion-iso {
	background: url(../images/iso-small.png) 0 0 no-repeat;
	width:40px;
	height:40px;
}
}

@media (min-width: 980px) and (max-width: 1199px) {
.verion-iso {
	background: url(../images/iso-small.png) 0 0 no-repeat;
	width:40px;
	height:40px;
}
}
