body{
	position: relative;
	overflow-x: hidden;
}
.form-control{
        -webkit-appearance:none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
#system-message h3{
	padding-top: 20px;
	color: #c92a2a;
}
#mobile-navigation .fa-chevron-down{
	color: #fff;
}
/*FONTS*/
@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/GOTHAM-BOLD.TTF);
}
@font-face {
    font-family: Gotham-Ultra;
    src: url(../fonts/GOTHAM-ULTRA.ttf);
}
@font-face {
    font-family: Gotham-Black;
    src: url(../fonts/GOTHAM-BLACK.TTF);
}
@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/GothamBook.ttf);
}
@font-face {
    font-family: Gotham-Light;
    src: url(../fonts/GOTHAM-LIGHT.TTF);
}
@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/GOTHAM-MEDIUM.TTF);
}
@font-face {
    font-family: Monofont;
    src: url(../fonts/MONOFONT.TTF);
}
/*HIDDEN*/
.hidden{
	display: none;
}
/*MENU */
.active a{
	background-color: transparent !important;
}
.active span{
	border-bottom: 2px solid #fff;
	font-family: Gotham-Medium !important;
}
.active-main a{
	color: #ce3f3f !important;
}
.pre-menu{
	font-family: Gotham-Book;
	background-color: #eeeeee;
	padding: 10px 0px;	
}
.pre-menu span{
	color: #c92a2a;
}
#menu{
	position: relative;
}
.menu{
	height: 100px;
}
.main-menu {
	padding-top: 20px;
	padding-left: 65px;
}
.navbar{
	border: none;
}
.navbar-header{
	padding-top: 0px;
}
.navbar-header,
.main-menu li{
	padding-right: 35px;
}
.main-menu li a{
	font-family: Gotham-Bold;
	color: #000;
}
.sub-menu{
	background-color: #c92a2a;
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index:99999;
	bottom: -60px;
	font-size: 15px;
}
.sub-menu ul{
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1px;
}
.sub-menu li{
	padding-top: 10px;
	padding-right: 0px;
}
.sub-menu li a{
	color: #fff;
	font-family: Gotham-Light;
}
#products{
	padding-bottom: 30px;
}
#products:hover .sub-menu{
	display: block;
}
.nav li{
	position: static !important;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #c92a2a;
    left: 102px;
    position: absolute;
    top: 23px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #c92a2a;
    position: absolute;
    left: 49%;
    top: -19px;  
}
.navbar-default .navbar-nav>li>a{
	color: #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	margin-top: -2px;
}
.main-menu>li>a:focus, .main-menu>li>a:hover{
	background: none;
	color: #c92a2a !important;
}
.menu-down>li>a:focus{
	 background-color: #c92a2a !important;
}
.menu-down>li>a:hover span{
	 border-bottom: 2px solid #fff;
}
.menu-down>li>a{
	color: #fff !important;
}
.navbar{
	margin-bottom: 0px;
	position: static;
    text-align: center;
    width: 100%;	
}
.navbar-default{
	background-color: #fff !important;
}
.col-xs-6,
.col-xs-4,
.col-xs-2{
	padding-left:0 !important;
    padding-right:0 !important;
}
#mobile-navigation #language{
	margin-left: 0px !important;
}
#mobile-navigation #language li,
#show-mobile-navigation #language li{
	display: inline-block;	
}
#mobile-navigation #language {
	padding-top: 10px !important;
}
#mobile-navigation #language img{
	margin-top: 5px !important;
}
#mobile-navigation #language img,
#show-mobile-navigation #language img{
	width: 40px;
}
.logo,
#show-mobile-navigation{
	width:100%;
	height:54px;
	background-color: #fff;
	position: fixed;
	left:0px;
	top: -1px;
	text-align: center;
	z-index: 9999999999999;
}
#mobile-navigation .fa-bars,
#show-mobile-navigation i{
	color:#c92a2a;
	font-size:31px;
    margin-top: 15px;
}
.logo img,
#show-mobile-navigation img{
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-top: 8px;
}
#mobile-navigation{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	background-color: #c92a2a !important;
	overflow-y: auto;
	z-index: 9999999999999;
}
#mobile-navigation .mob-menu{
	margin-left: -25px;
	margin-top: 54px;	
}
#mobile-navigation .mob-menu li{
	width: 100%;
}
#mobile-navigation li{
	list-style: none;
	display: block;
	padding-top:10px;
}
#mobile-navigation li a{
	color: #fff;
	font-family: Gotham-Book;
}
#mobile-navigation .menu-down{
	margin-left: 0px;
}
#mobile-navigation .active-main a{
	font-family: Gotham-Medium;
	color: #fff !important;
}
#mobile-navigation .active a{
	width: 100%;
}
body.show-mob-nav{
	left:200px;
	overflow: hidden;
}
.show-mob-nav #show-mobile-navigation{
	left:200px;
}
.show-mob-nav #mobile-navigation{
	left: 0px !important;    
	overflow-y: scroll;
    overflow-x: hidden;
}
/*Language links*/
#language{
	float: right;
}
#language li{
	display: inline-block;
}
#language img {
	padding-left: 15px;
	margin-top: 25px !important;		
}
/*SLIDER*/
.carousel-indicators{
	top: 96%;
}

/*ABOUT US*/
.aboutus{
	background-color: #f6f6f6;
	font-family: Gotham-Book;
}
.title{
	padding-top: 30px;
}
.title h1{
	font-size: 26px !important;
}
.content{
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 16px;
}
.content span{
	color: #ce3f3f;
}

/*ITEMS*/
.items{
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	min-height: 445px;	
}
.items img{
	margin-bottom: 30px;
}
.items p,
.items a{
	display: block;
	font-family: Gotham-Black;
	background-color: #c92a2a;
	color: #fff;
	padding-bottom:10px;
	padding-top: 10px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 315 px;
	margin: auto;
}
.description{
	margin-top: 20px;
	font-family: Gotham-Book;
}
.items-list{
	margin-bottom: 40px;
	margin-top: 20px;
}
.oilSeeds,
.energy,
.fruits{
	margin-bottom: 50px;
}
.oilSeeds .items,
.energy .items,
.fruits .items{
	min-height: 0px;
}
/*DESCRIPTION*/

#description{
	background-color: #c92a2a;
	text-align: center;
	font-size: 46px;
	color: #fff;
	font-weight: lighter;	
}

#content{
	font-family: Gotham-Light;
	padding: 50px 50px;

}

/*PRODUCTS*/
.product{
	margin-top: 80px;	
	padding-left: 0px;
}
#products-list{
	margin-bottom: 80px;
}
.product-description{
	font-family: Gotham-Book;
	font-size: 14px;	
}
.product-description p{
	margin-top: 28px;
}
.product-description ul{
	list-style: none;
	margin-left: -50px;
	padding-top: 25px;
}
.product-description ul li:before{
    content: "\f111";
    font-family: FontAwesome;
    color: #ce3f3f; /* or whatever color you prefer */
    margin-right: 20px;
	padding-top: 10px;
	line-height: 2em;
}
.product-name{
	font-family: Gotham-Black;
	font-size: 14px;
	width: 230px;
	height: 35px;
	background-color: #c92a2a;
	color: #fff;
	padding-top: 7px;
	padding-left: 15px;
	border-top-left-radius:20px;
	border-bottom-right-radius: 20px;
}
.cover{
	position: relative;
}
.cover img{
	width: 100%;
	height: auto;
}
.cover-title{
	text-align: left;
	z-index: 100;
	position: absolute;
	color: #fff;
	background-color: #b30202;
	font-size: 45px;
	font-family: Gotham-Light;
	left: 0px;
	top: 80%;
	margin-left: 15%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	opacity: 0.8;
}
/*CAREER*/
#career-form{
	margin-top: 50px;
	margin-bottom: 40px;
	font-family: Gotham-Light;
}
#career-form input,
#career-form select{
	height: 50px;
	margin-bottom: 20px;
}
#career-form textarea{
	height: 100px;
	margin-bottom: 20px;
}
#career-form button{
	padding: 13px 80px;
	font-size: 18px;
	color: #7c7c7c;
	background-color: #dbdada;
}
.radio-btn{
	height: inherit !important;
}
.capcha-font{
	 font-family: Monofont;
	 text-shadow: 2px 2px #c92a2a;
	 font-size: 50px;
	 text-align: center;
}
.capcha-font p{
	line-height: 1;
}
/*MAPA*/
#mapa img{
    width: 100%;
    height: auto;
}
/*FOOTER*/
#footer{
	margin-bottom: 30px;
}
.logo-footer{
	margin-top: 50px;
	margin-bottom: 35px;
}
.address{
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
	font-family: Gotham-Medium;
}
.follow{
	margin-top: 100px;
}
.follow span{
	color: #c92a2a;
	font-size: 16px;
	font-family: Gotham-Medium;
}

.follow a{
	color: #000;
	font-size: 24px;
	padding: 0 7px;
}
.footer-menu{
	margin-top: 40px;
}
.footer-menu h4{
	font-size: 20px !important;
	color: #000;
	font-family: Gotham-Black;
}
.footer-menu ul{
	margin-left: -40px;
}
.footer-menu ul li{
	list-style: none;
	color: #c92a2a;
	font-size: 16px;
	padding-top: 10px;
	font-family: Gotham-Medium;
}
.footer-menu a{
	color: #c92a2a;
}

#contact{
	margin-top: 20px;
}
.footer-menu input{
    height: 45px;
    background-color:#ebebeb;
    border:2px solid #e5e5e5;
    border-radius: 0px;
    margin-bottom: 11px;
}
.footer-menu ::-webkit-input-placeholder {
    color:    #000;
}
.footer-menu :-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
.footer-menu ::-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
.footer-menu :-ms-input-placeholder { 
   color:    #000;
}
.footer-menu textarea{
    background-color:#ebebeb;
    border:2px solid #e5e5e5;
    border-radius: 0px;
    width:290px;
    display: inline-block;
    resize: none;
}
.footer-menu button{
    display: inline-block;
    height:76px;
    width:71px;
    background-color: #ebebeb;
    color:#d91533;
    vertical-align: top;
     border:2px solid #e5e5e5;
}
.footer-menu button i{
    font-size:30px;
}
.floated{
	padding-right: 0px !important;
}

/*COPYRIGHT*/
#copyright{
	background-color: #1c1c1c; 
	font-family: Gotham-Light;
}
#copyright p{
	color: #cccccc;
	font-size: 16px;
	padding-top: 15px;
}
#copyright p span{
	color: #fff;
	font-weight: bold;
}
.floated p{
	text-align: right;
}
.floated a{
	color: #fff;
}

.item {
    height: auto;
}

/*WARNING*/
#completed-warning-contact,
#email-warning-contact,
#fileds-warning-contact{
	color: #c92a2a;
	font-size: 17px;
	font-family: Gotham-Medium;
}
#email-warning-contact{
	padding-top: 5px;
	padding-bottom: 15px;
}
#products-menu{
	margin-left: 35px;
	font-size:20px;
	cursor: pointer;
}
.products-menu-submenu{
	display: none;
}