/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
body{
	background: #eae9e7;
	color: #435561;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: HelveticaNeueLight,Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #435561;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/helveticaneuelight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/helveticaneuelight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/helveticaneuelight.woff') format('woff'), /* Modern Browsers */
       url('../fonts/helveticaneuelight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/helveticaneuelight.svg#HelveticaNeueLight') format('svg'); /* Legacy iOS */
}
.button{
	background-color: #EB6315;
}
#header{
	background: #fff url("../images/header-bg.gif") repeat-x center bottom;
	min-height: 101px;
	padding-top: 20px;
}

.children{
	margin-left: 0!important;
}
.children > li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	font-size: 1.15em;
}
.articles{
	margin-left: 0!important;
}
.articles > li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	clear: both;
	min-height: 85px;
}
.articles > li > .icon{
	float: left;
	text-align: center;
	width: 60px;
	padding-right: 10px;
	font-size: 0.75em;
	color: #777;
}
.articles > li i{
	font-size: 3em;
}

.subnav{
	list-style: none;
	margin-bottom: 7px;
	line-height: 1em;
	float: right;
}
.subnav li{
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ccc;
	margin-left: 0px !important;
}
.subnav li:last-child{
	border-right: 0px;
	padding-right: 0px;
}
.subnav li a{
	color: #ccc;
}

#navigation{
	background-image: url('../images/nav-bg.jpg');
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#navigation .nav-bar{
	margin-top: 0;
	background: none !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#navigation .nav-bar > li.has-flyout > a:first-child:after {
	border: solid 0px;
}
#navigation .nav-bar li.has-flyout>a { padding-right: 20px; }

#navigation .nav-bar li{
	border: none !important;
}
#navigation .nav-bar li:hover{
	background-image: url('../images/link-over.jpg');
}
#navigation .nav-bar li a{
	color: #fff;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
#navigation .nav-bar .flyout li a{
	color: #218ECE;
	text-shadow: none;
}
.nav-bar>li.has-flyout>a.flyout-toggle{
	position: relative !important;
}
.touch .nav-bar li.has-flyout>a.flyout-toggle{
	padding: 0px 20px !important;	
}
touch .nav-bar li.has-flyout>a{
	padding-right: none !important;
}
.nav-bar>li.active {
	background: #cecece;
	background: #fff url("../images/header-bg.gif") repeat-x center;
	border-color: #ffffff;
}
.nav-bar>li.active a{
	color: #0088ce !important;
	text-shadow: none !important;
}
#navigation .nav-bar .flyout li a{
	color: #218ECE;
	text-shadow: none;
}

@media all and (min-width: 768px) {
	#navigation{
		position: relative;
		z-index: 99;
	}
	#navigation .nav-bar{
		height: 37px;
	}
}
.orbit-wrapper .slider-nav span.left {
	background: url('../images/slider-arrow-left.jpg');
}
.orbit-wrapper .slider-nav span.right {
	background: url('../images/slider-arrow-right.jpg');
}
.orbit-wrapper .slider-nav span {
	width: 37px;
	height: 63px;
}
.shadow{
	-webkit-box-shadow: 0 0 14px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 14px 2px rgba(0,0,0,0.3);
}
.content{
	background: #fff;
	padding: 0 2.5rem 2.5rem;
	padding-top: 20px;
}

.button.secondary {
	background-color: #e9e9e9;
	color: #1d1d1d;
	border: 1px solid #c3c3c3;
}

.children{
	margin-left: 0!important;
}
.children > li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	font-size: 1.15em;
}
.articles{
	margin-left: 0!important;
}
.articles > li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	clear: both;
	min-height: 85px;
}
.articles > li > .icon{
	float: left;
	text-align: center;
	width: 60px;
	padding-right: 10px;
	font-size: 0.75em;
	color: #777;
}
.articles > li i{
	font-size: 3em;
}

.product{
	margin-right: 10px;
}
.noimage{
	text-align: center;
}
.noimage:before{
	font-size: 100px;
	display: block;
	border: solid 4px #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: box-shadow;
	-moz-transition-property: box-shadow;
	-o-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	min-width: 100px;
}


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
#home-slider{
	background: #dfdad6;
}
#featured{
	margin-bottom: 0px;
}
#featured .slide{
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
#featured .slide .inner{
	background: url('../images/slider-bg.png');
	background-repeat: repeat-y;
	width: 375px;
	float: right;
	padding: 20px 45px 5px 20px;
	height: 100%;
}
#featured .slide .inner h2{
	font-size: 
}

/* -----------------------------------------
   News
----------------------------------------- */
.latest-news ul {
margin: 0;
border-top: 1px solid #bec6d1;
padding-top: 15px;
}
.latest-news ul li {
list-style: none;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #bec6d1;
}
.latest-news p {
font-size: 12px;
margin: 0;
line-height: normal;
}
.latest-news a.title {
display: block;
text-transform: uppercase;
}
.latest-news a.more {
display: block;
color: #e37222;
}
/* -----------------------------------------
   Footer
----------------------------------------- */
.footerwidgets{
	background-color: #A3C8EC;
	padding: 0 2.5rem 2.5rem;
	font-size: 10px;
	padding-top: 15px;
}
.footerwidgets h4 {
	border-bottom: 1px solid #83afcb;
	padding: 6px 0 8px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
.footerwidgets p {
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-style: normal;
}
.copyright{
	background-color: #697077;
	color: #fff;
	font-size: 11px;
	padding: 10px 2rem;
}
#final{
	margin-top: 10px;
}
.finalnav{
	list-style: none;
	line-height: 1em;
	float: right;
}
.finalnav li{
	float: left;
	padding: 0 0 0 10px;
}
.finalnav li a{
	color: #828384;
	font-size: 10px;
	text-transform: uppercase;
}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */
.linea{
	border-bottom: 1px solid #4a4a4a;
}
.noticias{
	list-style: none;
}
.noticias li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 20px;
}

.vacantes{
	list-style: none;
}
.vacantes li{
	text-align: right;
	padding: 10px;
	margin-top: 20px;
	background-color: #70C7EF;
	color: #fff;
}

