/*
Theme Name: Nixus Theme
Theme URI: http://www.nixus.es
Author: Sébastien Cramatte
Author URI: http://www.nixus.es
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
@font-face { 
	font-family: "Neustadt-SemiBold"; 
    font-style: normal;
    font-weight: bold;
	src: url('./fonts/Neustadt-SemiBold.otf'); 
}

@font-face { 
	font-family: "Neustadt"; 
    font-style: normal;
    font-weight: normal;
	src: url('./fonts/Neustadt-Regular.otf'); 
}


body {
	background: #e1e1e1 url(images/bg_cross.png);
	text-align: center;
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
}

#a {
	background: url(images/bgheader.png) 0 0 repeat-x;	
	position: absolute;
	height: 509px;
	width: 100%;
	z-index: -1;
}

#page {
	background: #fff;
	width: 960px;
	margin: 0px auto;
	text-align: left;
    -webkit-box-shadow: 0px 1px 10px 0px #545454;
    -moz-box-shadow: 0px 1px 10px 0px #545454;
    box-shadow: 0px 1px 10px 0px #545454;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 260px;
	padding: 0 ;
	margin: 0;
	
}

#main aside.widget {
	margin: 20px 0 20px 0;
	line-height: 20px;
}	

#main aside.widget ul {
	margin: 0;
	padding: 0;
	padding-right: 30px;
	list-style: none;
}

#main aside.widget li {

}


#main .widget-title {
	color: #ff5a01;
	font-family: Neustadt-SemiBold;
	font-weight: bold;
	font-size: 20px
	padding: 0;
	margin: 0 0 10px 0;
}

#main .textwidget {
	margin: 10px 0 20px 0;
	padding: 0;
}

#main .textwidget p {
	margin: 0 10px 0 0;
}

#primary {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}


#content {
	margin: 0 280px 10px 10px;
	padding: 20px 0 100px 20px;
}



h2, h3, h4,h5 {
	color: #ff5a01;
	font-family: Neustadt-SemiBold;
	font-weight: bold;
	margin: 0;
	padding:0 0 5px 0;
}

h2 {
	font-size: 25px;
}


h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}


h5 {
	font-size: 16px;
	padding: 0 0 2px 0;
}

#content {
	color: #656565;
}

#content p {

	text-align: left;
	line-height: 20px;
}

.fixed-height-120 {
	margin-top: 20px;
	height: 120px;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}


/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.valigntop {
	vertical-align:top;
}

.valignbottom {
	vertical-align:bottom;
}

.valigncenter {
	vertical-align:middle;
}

/* Links */
a:link,a:visited { 
	color: #94c045;
	text-decoration: none;
	
}

a:hover { 
	color: #94c045;
	text-decoration: underline;
}


/* =Header
-------------------------------------------------------------- */
header#branding {
	height: 180px;
}

header#branding hgroup {
	padding: 40px 0 0 40px;
}

nav {
	
}


#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	text-indent: -9999px;
	background: url(images/logo.png) 0 0 no-repeat;
	width: 210px; 
	height: 80px;
	display: block;
	
}

#site-title a {
	display: block;
	width: 100%;
	height: 100%;
}


#site-description {
	font-size: 2px;
	font-weight: normal;
	margin: 0;
	text-indent: -9999px;	
}


/* =Menu
-------------------------------------------------------------- */

#access {
	float:right;
	margin-right: 20px;
}

#access ul {
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	font-size: 18px;
	font-family: Neustadt;
}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #000;
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}

#access li.current_page_item {
	margin: 0;
	background: url(images/main_menu_li_right.png) no-repeat top right;
}

#access li.current_page_item a {
	background: url(images/main_menu_li_left.png) no-repeat top left;
	display:block;
	color: #fff;
	padding: 2px 15px;	
	line-height: 36px;
}


#access li:hover > a,
#access ul ul :hover > a {

}


#access ul ul a:hover {
	background: #cecece;
}

#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */
.entry-title {
	font-family: Neustadt;
	font-size: 30px;
	color: #94c045;
	color: #000;
	margin: 10px 0 0 0;
}

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

#content ul {
	list-style: none;
	padding: 0;
	border: none;
}


#content li {
	background: url(images/bullet.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 20px;
}

ul#logotipos {
	list-style: none;
	padding: 0px;
	margin-left: 1px;
}

ul#logotipos li {
	padding: 0;
	background: none;
	line-heigth: auto;
	font-size: 11px;
}

ul.products-ul-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.products-ul-list li {
	padding: 0;
}

ul.products-ul-list li a {
	color: #ff5a01;
}

.border-frame {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 4px;
}


.portfolio-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    padding: 4px;
    position: relative;
    width: 205px;
}

/* 404 page */


.error404 #content .wiFdget {
	float: left;
	width: 33%;
}

/*
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
*/

/* Notices */

/*.error404 #searchform*/
.post .notice {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */
/* Search Form */

#searchform {
}

#searchform label {
	display: none;
}

input#s {
	border: 1px solid #c3c3c3;
	color: #7e7e7e;
	background: #f5f5f5 url(images/magnifier_icon.png) 95% 50% no-repeat;
	padding: 3px 22px 3px 3px;
	width: 120px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#searchsubmit {
	display:none;
}

input[type=text],input[type=password], textarea {
	border: 1px solid #ccc;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	background: #fff;
	padding: 4px;
}

input[type=text]:hover,input[type=password]:hover, textarea:hover {
	background-color:#F0FFE6;
}

textarea {
	width: 95%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

input[type=button], input[type=submit] {
  color: #fff !important;
  background: #94c045;
  padding: 6px;
  line-height: 1em !important;
  margin: 4px 2px 0 0;
  font-size: 12px !important;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input[type=button]:hover, input[type=submit]:hover {
  background: #ff9933;
  text-decoration: none;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0;
}

footer {  background: transparent url('images/footer-bg.png');color:#b9b9b9; text-shadow:1px 1px 1px #232324;}

footer h1, footer h2, footer h3, footer h4 { 
	font-family: Neustadt; 
	font-weight: normal;
	color: #fff;
}

#footer-widgets {
	padding: 0 10px 0 20px;
}


#footer-widgets > div {
	width: 200px; 
	float: left;
	padding: 20px 20px 20px 10px;
	font-size: 12px;
	line-height: 16px;
}

#footer-widgets ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#footer-widgets a {
	color: #fff;
	text-decoration: none;
}

#footer-widgets ul ul li a {
	color: #b9b9b9;
}


#footer-widgets li {

}




footer aside h1.widget-title {
	font-size: 18px;
}

footer aside div.textwidget p {
	text-align: left;
}

#footer-bottom-inner { clear: both; display: block; background: transparent url(images/footer-bottom-bg.png); padding: 15px; font-size: 12px; color: #aaa;}


#footer-bottom-menu {
	float:right;
}

#footer-bottom-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#footer-bottom-menu li {
	float: left;
	
}

#footer-bottom-menu a {
	text-decoration: none;
	color: #fff;
	padding: 0 1em;

}


/* =Layout options
-------------------------------------------------------------- */
.layout-third, .layout-two-thirds, .layout-half, .layout-fourth, .layout-three-fourths { float: left; margin: 0px 2% 19px 0px; }
.layout-third { width: 31%; }
.layout-two-thirds { width: 60%; }
.layout-half { width: 47.5%; }
.layout-fourth { width: 21.25%; }
.layout-three-fourths { width: 73.75%; }
.layout-last { margin-right: 0px; }

hr.divider {
	border: none;
	border-top: 1px dashed #ccc;
	margin: 18px 0px 36px 0px;
}

.orange-boxes {
	padding: 0 5px;	
	clear: both;
}

.orange-box {
	background: url(images/bg_orange.png) 0 0 no-repeat;
	width: 260px;
	height: 122px;
	color: #fff;
	float: left;
	margin: 0 8px;
	padding : 20px ;
}

.orange-box h2 {
	color: #fff;
	font-size: 22px;
	margin:0;
	padding: 0;
}

.orange-box p {
	color: #fff;
	margin: 8px 0 5px 0;
	padding:0;
	font-size: 14px;
}


.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.slider-wrapper  {
	height: 380px;
}

#topmenu {
	float:right;
	margin:0;
	padding: 20px 20px 0 0;
	list-style: none;
}

#topmenu li {
	float:left;
	padding: 0 4px;
}

#topmenu .phone {
	font-size: 24px;
	font-family: Neustadt;
	color: #ff5a01;
}

#topmenu .lang {
	font-size: 16px;
	font-family: Neustadt;
	padding-top: 2px;
}

.bg-fiber {
	background: url(images/bg_fiber.jpg) 0 0 no-repeat;
	width: 960px;
	height: 100px;

}

.bg-fiber-switch {
        background: url(images/bg_fiber_switch.jpg) 0 0 no-repeat;
        width: 960px;
        height: 100px;

}


.excerpt {
	font-family: Neustadt-SemiBold;
	font-size: 16px;
	color: #f3;
	line-height: 32px;
	text-align: left;
	margin: 10px 0 20px 0;	
}

img.alignmiddle {
	vertical-align: middle;
}

img.alignbottom {
	vertical-align: bottom;
}

img.aligntop{
	vertical-align: top;
}

img.blackicon, img.whiteicon {
	margin-right: 10px;
}

.footer-sidebar-phonenumber {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

aside.widget_rss > ul {
	margin: 20px;
}


aside.widget_rss li {
	margin: 0;
	background: url(images/bullet.png) 0 12px no-repeat;
	padding: 5px 0 5px 12px;
}

aside.widget a:link, a:visited {
	color: #ff5a01;
}

aside.widget a:hover {
	color: #ff5a01;
}

.listfieldsdiv {
	width: auto;
	display: inline;
}

.listfieldsdiv fieldset {
	width: auto;
}


.postarea .wpcf7-form p {
font-family: arial, helvetica, sans-serif;
}

