@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
/* Developed by www.devsaran.com */
/*-------------------------------------------*
/*Reset
/*-------------------------------------------*/

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
sub{
	vertical-align: -3px;
	font-size: 75%;
	}
sup{
	vertical-align: top;
	font-size: 75%;
	}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}
#sidebar li a.active{
	color: #FFF;
}
blockquote, q {
  quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #ccc;
	margin: 5px 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #ccc;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #ccc;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
	clear: both;
	float: none;
	width: 100%;
}

input, select {
  vertical-align:middle;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.clearFloat, .clear {
	clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}
.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}
#user-filter-form #edit-filters{
	display: none;
	}
#user-admin-account #edit-options{
	display: none;
	}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}
td{
  border: 1px solid #666;
  padding: 5px;
}
.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

/*-------------------------------------------*
/*Body, Common Classes &Structure
/*-------------------------------------------*/
body {
  background: url(images/bg-main2.png) 0 0 repeat-x rgb(47,47,47);
  font-size: 12px;
  color: #CCC;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #999;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
	color: #CCC;
}

p {
  margin: 8px 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

#wrap {
  width: 950px;
  padding: 0 10px 0px;
  margin: 0 auto;
}
#main {
  padding: 30px 0 0;
}
.field-name-body ul li{
	padding: 5px 0;
}

/*-------------------------------------------*
/*Headings
/*-------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight:900;
	line-height: 1.2;
}
h1 {
	font-size: 48px;
	letter-spacing: -2px;
	color: #999;
	text-transform: uppercase;
	min-height: 58px;
	line-height: 1;
}
h2 {
	font-size: 36px;
	letter-spacing: -1px;
}
h3 {
	font-size: 30px;
	letter-spacing: -1px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}

.front-page h1 {
	font-size: 36px;
	letter-spacing: -1px;
}

.front-page h2 a {
}


/*-------------------------------------------*
/*ESTRUTURA
/*-------------------------------------------*/
/************** TOP **************/
/*
#top {
	height: 110px;
}
*/

#topLeft {
	float: left;
	position: absolute;
}
#logoSymb {
	float:left;
	margin-top: 5px;
	width: 100px;
}
#logoSymb img{
	padding: 3px;
	width: 98px;
}
#logoSlogan {
	float:left;
	margin: 42px 0 0 15px;
	line-height: 100%;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 900;
	color: #FFF;
}
#logoSlogan p{
	font-size: 14px;
}
#topRight {
	float:right;
	z-index: 5000;
}
#social {
	height: 30px;
	margin: 0;
}
#social ul {
	margin: 0;
	padding: 0;
}
#social li {
	float: left;
	list-style: none;
	margin: 7px 0px 7px 7px;
	font-size: 12px;
	font-weight: bold;
}
#social li a {
	width: 32px;
	height: 32px;
	text-align: center;
	display:block;
}
.facebook a{
	background: url(images/social-facebook.png) no-repeat;
}
.facebook a:hover{
	background: url(images/social-facebook.png) 0 -32px no-repeat;
}
.youtube a{
	background: url(images/social-youtube.png) no-repeat;
}
.youtube a:hover{
	background: url(images/social-youtube.png) 0 -32px no-repeat;
}
.linkedin a{
	background: url(images/social-linkedin.png) no-repeat;
}
.linkedin a:hover{
	background: url(images/social-linkedin.png) 0 -32px no-repeat;
}
#social li a:hover {
}
#lang, #lang ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	float: right;
	height: 30px;
}
#lang a {
	display:block;
	text-decoration:none;
	color:#CCC;
	padding: 12px 15px 12px 30px;
}
#lang a:hover {
	color: #FFF;
}
#lang li {
	background: url(images/international.png) no-repeat 0 3px;
	/*float:left;*/
	position:relative;
	list-style:none;
	color: #000;
	font-size: 11px;
}
#lang ul {
	z-index:999;
	position:absolute;
	display:none;
	/*width: 400px;*/
	/*left: -120px;*/
	top: 37px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	
}
#lang li ul a, #lang li ul span {
	width: 80px;
	height: auto;
	/*float:left;*/
	padding: 10px 10px;
	background: #333;
	font-size: 10px;
	font-weight: 900;
	color: #CCC;
	text-align: center;
	text-transform: uppercase;
}
#lang li ul a:hover, #lang li ul span:hover {
	background:#CCC;
	color: #333;
	text-shadow: none;
}
#lang ul ul {
	top:auto;
}
#lang li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#lang li:hover ul ul, #lang li:hover ul ul ul, #lang li:hover ul ul ul ul {
	display:none;
}
#lang li:hover ul, #lang li li:hover ul, #lang li li li:hover ul, #lang li li li li:hover ul {
	display:block;
}

#menu {
	margin-top: 20px;
	z-index: 90;
	position: relative;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#333;
	padding: 12px 15px;
}
#nav a:hover {
	color: #990;
}
#nav li {
	float:left;
	position:relative;
	float: left;
	list-style:none;
	float:left;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight:900;
	color: #000;
	font-size:13px;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top: 30px;
	padding-top: 6px;
	background: url(images/menu-top.png) 40px 0 no-repeat;
}
#nav li ul a {
	width: 155px;
	height:auto;
	float:left;
	padding: 10px 18px;
	background: #000;
	background: url(images/black-pixel.png);
	font-size: 11px;
	color: #ccc;
	text-shadow: 1px 1px 5px #000;
}
#nav li ul a:hover {
	background:#d7d12a;
	color: #000;
	text-shadow: none;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/************** BODY **************/
#mainContent {
	width: 900px;
	margin-left: 50px;
	margin-top: 10px;
}
#mainContainer {
	padding: 25px 0;
	}
#mainContainer-footer {
	padding-top: 25px;
	border-top: 1px dotted #999;
	margin-top: 50px;
	height: 150px;
	}
#contentFooter {
	background: #474747;
	padding: 20px;
	color: #ccc;
	font-size: 10px;
}
#contentFooter a {
}
#contentFooter a:hover {
}
#service-anchor,
#company-anchor{
	position: inherit !important;
}

/*-------------------------------------------*
/*Header
/*-------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #EEE;
}

#logo{
  float: left;
  padding: 20px 15px 20px 0px;
}

#sitename {
  float: left;
  padding: 20px 0;
}

#sitename h2,
#sitename h1 {
  margin: 0;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
}

#sitename h2 a,
#sitename h1 a {
  color: #222;
  text-decoration: none;
}

#sitename h2 a:hover,
#sitename h1 a:hover { color: #B81007 }
#sitename p {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

/*-------------------------------------------*
/*  6.  Navigation
/*-------------------------------------------*/
#navigation {
  position: absolute;
  height: 48px;
  top: 0px;
  right: 0px;
  font-size: 1em;
}

#navigation a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/*** ESSENTIAL Navigation Style ***/
#main-menu {
	margin-top: 30px;
	z-index: 90;
	position: relative;
}

#main-menu .menu ,
#main-menu .menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu .menu {
  line-height: 1.0;
}

#main-menu .menu ul {
  position: absolute;
  top: -999em;
  width: 12em; /* left offset of submenus need to match (see below) */
}

#main-menu .menu ul li {
  width: 100%;
  position: relative;
}

#main-menu .menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

#main-menu .menu li {  
	list-style: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 15px;
	float: left;
	/* text-transform: uppercase; */
}

#main-menu .menu a {
  display: block;
  position: relative;
}

#main-menu .menu li:hover ul {
  top: 30px; /* match top ul list item height */ 
  z-index: 89;
  background-color: #333;
}

#main-menu ul.menu li:hover li ul { top: -999em }
#main-menu ul.menu li li:hover ul {
  left: 10em; /* match ul width */
  top: 0;
}

#main-menu ul.menu li li:hover li ul { top: -999em }
#main-menu ul.menu li li li:hover ul {
  left: 10em; /* match ul width */
  top: 0;
}

/*** navigation skin ***/
#main-menu .menu {
  float: right;
}

#main-menu .menu a {
	color: #ccc;
	padding: 10px 15px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu .menu a:focus,
#main-menu .menu a:hover,
#main-menu .menu a:active {
  color: #999;
}

#main-menu .menu ul a:focus,
#main-menu .menu ul a:hover,
#main-menu .menu ul a:active {
  background: #CCC;
  color: #333;
  text-shadow: none;
}

#main-menu .menu li ul {
  border-right: 1px solid #ECECEE;
}

li.sfHover {
  color: #000;
}

#main-menu .menu ul a {
  padding: .75em 1.2em;
  color: #ccc;
  font-size: 11px;
  padding: 10px 18px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

/*** arrows **/
#main-menu .menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  width: 14px;
  height: 11px;
  text-indent: -999em;
  overflow: hidden;
  background: url('images/arrow.png');
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 10px;
  /*background-position: 0 -100px;*/ /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  /* background-position: -9px 0px;  arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#main-menu .menu ul .sf-sub-indicator {
  top: 1em;
  width: 5px;
  height: 9px;
  background: url('images/arrows-side.png');
}
#main-menu .menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
#main-menu .menu ul a:focus > .sf-sub-indicator,
#main-menu .menu ul a:hover > .sf-sub-indicator,
#main-menu .menu ul a:active > .sf-sub-indicator,
#main-menu .menu ul li:hover > a > .sf-sub-indicator,
#main-menu .menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -5px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  margin: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  background: url('images/shadow.png') no-repeat bottom right;
  /* padding: 3px !important; */
}

.sf-shadow ul ul {
  padding-left: 0 !important;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/*-------------------------------------------*
/* Home Quote
/*-------------------------------------------*/
#home-quote {
  text-align: center;
  background: #F9F9F9;
  color: #666;
  font-size: 16px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 20px;
}

#home-quote h2 {
  margin: 0 0 10px;
}

/*-------------------------------------------*
/* Home Highlights
/*-------------------------------------------*/
.home-highlight-box {
  float: left;
  width: 290px;
  margin-right: 25px;
  text-align: center;
}

.home-highlight-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.home-highlight-box img {
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 5px #CCC;
  -webkit-box-shadow: 0px 0px 5px #CCC;
  box-shadow: 0px 0px 5px #CCC;
}

/*-------------------------------------------*
/* Footer
/*-------------------------------------------*/
#footer-saran h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-box {
  float: left;
  width: 195px;
  margin-right: 20px;
}

.region-footer {
	width: 900px;
	margin: 10px 0 15px 50px;
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
}
.region-footer a {
}
.region-footer a:hover {
}
.region-footer-fourth img{
	height: 55px;
}

/*-------------------------------------------*
/* Front-page Slider 
/*-------------------------------------------*/
#slider {
  position: relative;
  width: 900px;
  height: 350px;
}

.main_view {
  float: left;
  position: relative;
}

.window {
  overflow: hidden;
  position: relative;
  width:900px;
  height:320px;
}

.image_reel {
  position: absolute;
  top: 0;
  left: 0;
}

.image_reel img {
  float: left;
}

.paging {
  padding-top: 15px;
  text-align: center;
  z-index: 100;
}

.paging a {
  text-indent:-9999px;
  display:inline-block;
  border:none;
  outline:none;
  
  background:url(images/pagination.png);
  background-position: 0 0;
  width:12px;
  height:13px;
}

.paging a.active {
  background-position:0 -12px;
  border:none; 
  outline:none;
}

.paging a:hover {
  font-weight: bold;
  border:none;
  outline:none;
}

.desc {
  width:930px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: url(images/30w087b.png);
  color: #ccc;
  font-size: 1.7em;
  padding: 10px;
  border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
}

.desc p {
  margin: 0;
}

#header {
  z-index:2;
}

#slider { 
  z-index:1;
}

/*-------------------------------------------*
/*Nodes &Pages
/*-------------------------------------------*/
#post-content {
  display: inline;
  margin: 0;
}

body.sidebar-first #post-content {
  float: left;
  margin: 0;
  padding: 0;
  width: 580px;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}

#post-content h1 {
  margin-bottom: 0px;
}

.page-title {
  margin-bottom: 15px !important;
}
#breadcrumbs {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  font-size: 11px;
  margin-bottom: 20px;
}

/*-------------------------------------------*
/*Sidebar
/*-------------------------------------------*/
#sidebar {
  float: right;
  width: 220px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block h2 {
	padding: 5px 10px;
    background: #CCC;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
}

#sidebar ul {
	padding: 0;
}
	
#sidebar li {
	margin: 0;
    padding: 12px 0 12px 30px;
	list-style: none;
	border-bottom: 1px #CCC solid;
	background: url(images/arrow1.png) no-repeat 0 7px;
	font-weight: bold;	
}

#sidebar li a {	
}
#sidebar li a:hover {
	color: #CCC;
}

#sidebar li.last, #sidebar li.views-row-last {
	border: none;
}

#sidebar .view-home-highlights li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#sidebar #block-views-home-highlights-block h2 {
	background: none;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0;
	border: none;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

#block-views-home-highlights-block {
	border-bottom: dotted 1px #999;
	padding-bottom: 5px;
}

/*************************/
.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #ccc;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

.links li a {
  background: #d3d1d1;
  padding: 4px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #ccc;
  font-weight: normal;
}

.links li a:hover {
  color: #B81007;
}
.content .field-items{
	font-size: 16px;
	}
.content ul, .content ol {
  padding-left:20px;
}

.content table {
  background: none;
  border: 1px solid #666;
}

.content th {
  padding: 5px;
}

.content td {
  padding: 5px;
  border: 1px solid #666;
}

/*-------------------------------------------*
/* Sopsa Table style - NO-BORDER
/*-------------------------------------------*/
.sopsa-no-border-table, .sopsa-no-border-table tr, .sopsa-no-border-table td {
	border: none;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#main table.cke_editor {
  background: transparent;
  border: 0;
}
#main table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit {
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
  cursor: pointer;
  background: none repeat scroll 0 0 #B81007;
  border: 1px solid #9D4D2C;
  color: #ccc;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-submit:hover {
  background: none repeat scroll 0 0 #CF5240;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  border-radius: 3px;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
  border: 1px solid #acacac;
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  color: #6c6c6c;
  text-shadow: 1px 1px #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
  color: #205194;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* comment
/*-------------------------------------------*/
#comments {
  clear: both;
  margin-top: 14px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.comment {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
  min-height: 150px;
  border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
  margin-bottom: 5px;
  font-size: 16px;
  color: #67696d;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

.form-textarea-wrapper textarea {
  border-radius: 3px;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
  border: 1px solid #acacac;
}

.comment .submitted {
  display:inline;
  background: #e5e5e5;
}

.comment .user-picture{
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin-right: 7px;
  margin-bottom: 7px;
}

.comment-new-comments{
  display: none;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}
.item-list .pager a{
	color: #CCC;
}
.item-list .pager a:hover{
	color: #FFF;
}

.item-list .pager li {
  background: #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
  margin-right: 4px;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #ccc;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #ccc;
}

#forum th a {
  color: #ccc;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}


/*-------------------------------------------*
/* Product Page
/*-------------------------------------------*/
.node-product .field-name-field-product-images .field-items .field-item ,
.node-product-family .field-name-field-product-images .field-items .field-item ,
.node-product-sub-family .field-name-field-product-images .field-items .field-item {
	display: inline-block;
	margin-right: 5px;
}

.node-product .field-name-field-product-images .field-label ,
.node-product-family .field-name-field-product-images .field-label ,
.node-product-sub-family .field-name-field-product-images .field-label {
	border-bottom: 1px dotted #999;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

/*-------------------------------------------*
/* News & Search List Page
/*-------------------------------------------*/
.view-id-news .views-row, .view-id-search .views-row {
	margin-top: 25px;
	border-top: 1px dotted #999;
	padding-top: 25px;
}

.view-id-news .views-row .views-field-title a, .view-id-search .views-row .views-field-title a {
	font-size: 18px;
	margin: 0 0 15px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.view-id-news .views-row .views-field-view-node a , .view-id-search .views-row .views-field-view-node a {
	display: block;
	background: url(images/arrow1.png) no-repeat 0 center;
	padding: 4px 0 4px 25px;
	font-weight: bold;
	text-decoration: none;
}

/*-------------------------------------------*
/* Slideshow Navigator
/*-------------------------------------------*/
.views_slideshow_pager_field {
	text-align: center;
}

.views-slideshow-pager-field-item {	
	display: inline-block;
	background-image: url(images/pagination.png);
	background-position: 0 0;
	width: 12px;
	height: 12px;
}

.views-slideshow-pager-field-item.active {
	background-position: 0 -12px;
}

.views-slideshow-pager-field-item:hover {
   cursor: pointer; 
}

/*-------------------------------------------*
/* Product Breadcrum
/*-------------------------------------------*/
#product-breadcrum {
	font-size: 14px;
	font-weight: 900;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

#product-breadcrum .field {
	display:inline-block;
}

#product-breadcrum .field a {
	font-size: 14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color:#ccc; 
	text-transform: uppercase;
	text-decoration: none;
}

#product-breadcrum .field a:hover {
	color:#999;
}

#site-topper {
	width: 100%;
}

/*-------------------------------------------*
/* Horizontal User Login
/*-------------------------------------------*/
#lang-div {float: right;}

#login {
	float: right;
	height: 30px;
	border-left: 1px solid #999;
	padding: 10px 0px 0px 15px;
}

#login-icon {
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}

#login-text  {
	float: left;
	margin: 0px 5px;
	color: #CCC;
	font-weight: bold;
	margin-top: 4px;
}

#login-text.logged , #login-text.logged a{
	color : #990;
}

#login-link {
	float: left;
	border: 1px solid #CCC;
	background: #CCC;
	color: #333;
	font-size: 11px;
	padding: 3px 7px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#user-login label {
	color: #666;
}

#user-login input#edit-pass , #user-login input#edit-name {
	background-color: #acacac;
}

#user-login input#edit-submit {
	height: 30px;
	min-width: 80px;
}

.sopsa-language-switcher {
	z-index: 1;
}

/* Adjusting the CKEditor body background and combos background*/
#primary { background:none; }

body.cke_ltr {background:none;}

.site-banner-default {
	background: white url(images/topo.jpg) no-repeat;
	height: 320px;
}

.hide-options { display: none;}

/*Site search block*/
#site-search {
	float: left;
	margin-top: 4px;
}

#site-search #edit-combine { 
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #666;
	border: none;
	height: 20px;
	width: 165px;
	padding-left: 10px;
	color: #CCC;
}

#site-search #edit-submit-search {
	margin-top: 0px;
	border-style: none;
	width: 24px;
	height: 24px;
	background: url(images/search-icon.png) no-repeat;
	position: relative;
	top: 2px;
	right: 45px;
	text-indent: -9999px;
}

#lang-es { display: none;}

/************** PHOTO ALBUM **************/
	
#photoAlbum{
	}
#photoAlbum ul{
	margin: 30px 0;
	padding: 0;
	}
#photoAlbum li{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	width: 33.3%;
	list-style: none;
	}
#photoAlbum li a{
	display:block;
	position: relative;
	padding: 2px;
	}
#photoAlbum li a img{
	width: 100%;
	background: #CCC;
	}
#photoAlbum li a:hover img{
	opacity: 0.7;
}
#photoAlbum li a .title{
	margin-top: 10px;
	height: 35px;
	font-size: 13px;
	color: #39C;
	display: block;
	font-weight: bold;
	}
#photoAlbum li a:hover .title{
	color: #9E005D;
	}
#photoAlbum li a .price{
	float: left;
	width: 160px;
	font-size: 1.5em;
	color: #666;
	}
#photoAlbum li a .zoom{
	float: right;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 2px;
	right: 2px;
	background:url(../img/btn-zoom.png) 0 0 no-repeat;
	opacity: 0.5;
	}
#photoAlbum li a:hover .zoom{
	opacity: 0.9;
	}
/*@media screen and (min-width:768px) {
	#photoAlbum li{
	width: 25%%;
	}
}
@media screen and (min-width:992px) {
	#photoAlbum li{
	width: 20%;
	}
}*/

.group-lasso-prod,
.group-lasso-3000-prod {
	width: 130px;
}

#edit-field-other {width: 145px;}

.group-lasso-3000 legend, .group-lasso-3000-prod legend, .group-lasso-3000-qty legend, 
.group-lasso legend, .group-lasso-prod legend, .group-lasso-qty legend {
	display: none;
}
	
.group-lasso-3000, .group-lasso-3000-prod, .group-lasso-3000-qty, 
.group-lasso, .group-lasso-prod, .group-lasso-qty {
	  border: none;
	  padding: 0px;
	  margin-bottom: 0px;
}

.group-lasso-3000-prod, .group-lasso-3000-qty,
.group-lasso-prod, .group-lasso-qty {
	float: left;
}
	
.group-lasso-3000-qty, 
.group-lasso-qty {
	width: 200px;
	margin-left: 15px;
}

.group-lasso-3000-prod label:first-child,
.group-lasso-prod label:first-child {
	display : none;
}

.group-lasso-3000-qty label,
.group-lasso-qty label {
	float: right;
	width: 120px;
  	text-align: left;
}

.group-lasso-3000-qty .form-item input,
.group-lasso-qty .form-item input {
	float: left;
	margin-right: 10px;
}

.group-lasso-3000-qty .form-item select,
.group-lasso-qty .form-item select {
	width: 50px;
}

.group-lasso-3000-qty .form-item label,
.group-lasso-qty .form-item label {
	padding-top: 3px;
}
  
#edit-field-detached-pieces label:first-child,
#edit-field-other label:first-child,
#edit-field-other-text label:first-child,
#edit-field-use label:first-child,
#edit-field-project label:first-child {
	display: none;
}

#edit-field-other {
	float: left;
}

#edit-field-other-text-und-0-value { width: 250px; }

.form-item-field-other-text-und-0-value {padding-top:10px;}

.form-item-field-project-und-0-value, .form-item-field-use-und-0-value {
	margin: 0px;
}

#group-use{
	clear: both;
}

/******* PROJECT FORM ******/
#project-node-form input[type="text"], 
#project-node-form input[type="checkbox"], 
#project-node-form textarea, 
#project-node-form select,
#edit-field-subject-und{
	background: #CCC;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#edit-field-subject-und{
	height: 30px;
}
#project-node-form input[type="text"], #project-node-form textarea{
	padding: 10px 5px;
}
#project-node-form input[type="text"]:focus, #project-node-form textarea:focus, #project-node-form select:focus{
	background: #FFF;
}
#project-node-form input[type="submit"],
#site-contact-node-form #edit-submit{
	background: #CCC;
	padding: 7px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#project-node-form input[type="submit"]:hover,
#site-contact-node-form #edit-submit:hover{
	background: #FFF;
}
#project-node-form h3{
	margin-top: 15px;
	margin-bottom: 5px
}
#edit-field-tel,
#edit-field-ext,
#edit-field-email,
#edit-field-job{
	width: 50%;
	display: inline-block;
}
#edit-field-tel input,
#edit-field-ext input,
#edit-field-email input,
#edit-field-job input{
	width: 90%;
}

/********* CONTACT FORM *********/
#site-contact-node-form input[type="text"],
#site-contact-node-form textarea{
	padding: 10px 5px;
	background: #CCC;
}
#site-contact-node-form input[type="text"]:focus,
#site-contact-node-form textarea:focus{
	background: #FFF;
}

/*NEWS TITLE SIZE*/
#news-node-form #edit-title {
	width: 100%;
    height: 50px;
    word-wrap: break-word;
    word-break: break-word;
}

/******** COOKIES BAR **********/
#sliding-popup.sliding-popup-bottom{
	background: #666;
}
#sliding-popup .popup-content #popup-buttons button{
	background: #FFF;
	box-shadow: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
}

/*********** BUTTON ************/
.btn-default{
	padding: 12px 20px;
	background: #EEE;
	color: #333;
	border-radius: 10px;
	border: 2px solid #666;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.btn-default:hover{
	background: #CCC;
	color: #333;
}