/*

Theme Name: unimat

Theme URI: http://wordpress.org/themes/unimat

Author: unimat

Author URI: http://unimat.com.mx/

Description: unimat.

Version: 1.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: unimat

Text Domain: unimat



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.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/*       fontface css     */

@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('css/font/arial-narrow-1361523990.eot');
    src: url('css/font/arial-narrow-1361523990.eot') format('embedded-opentype'),
         url('css/font/arial-narrow-1361523990.woff') format('woff'),
         url('css/font/arial-narrow-1361523990.ttf') format('truetype'),
         url('css/font/arial-narrow-1361523990.svg#ArialNarrowRegular') format('svg');
}
@font-face {
	font-family: 'oxygenbold';
	src: url('css/font/oxygen-boldOxygen-Bold.eot');
	src: url('css/font/oxygen-boldOxygen-Bold.eot?#iefix') format('embedded-opentype'),  url('css/font/oxygen-boldOxygen-Bold.woff') format('woff'),  url('css/font/oxygen-boldOxygen-Bold.ttf') format('truetype'),  url('css/font/oxygen-boldOxygen-Bold.svg#oxygenbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oxygenlight';
	src: url('css/font/oxygen-lightOxygen-Light.eot');
	src: url('css/font/oxygen-lightOxygen-Light.eot?#iefix') format('embedded-opentype'),  url('css/font/oxygen-lightOxygen-Light.woff') format('woff'),  url('css/font/oxygen-lightOxygen-Light.ttf') format('truetype'),  url('css/font/oxygen-lightOxygen-Light.svg#oxygenlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oxygenregular';
	src: url('css/font/oxygen-regularOxygen-Regular.eot');
	src: url('css/font/oxygen-regularOxygen-Regular.eot?#iefix') format('embedded-opentype'),  url('css/font/oxygen-regularOxygen-Regular.woff') format('woff'),  url('css/font/oxygen-regularOxygen-Regular.ttf') format('truetype'),  url('css/font/oxygen-regularOxygen-Regular.svg#oxygenregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*       fontface css end     */

/*   main css start  */

body {
	font-family: oxygenregular, oxygenlight, oxygenbold !important;
	font-size: 12px;
	color: #000;
}
a:hover {
	text-decoration: none;
}
header {
	padding-top:17px;
	background: none repeat scroll 0 0 #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.header-top {
	padding: 10px 0 0;
}
.header-top .logo {
	float: left;
	margin-top:-10px;
}
.logo > a {
	display: inline-block;
	float: left;
}
.logo > p {
	float: left;
	margin: 6% 0 0;
	font-size: 18px;
	color: #212121;
	font-weight: bold;
}
.logo > p span {
	display: inline-block;
	float: left;
	margin-top: 4px;
	transform: rotate(180deg);
}
.header-top .top-contact {
	margin:-20px 0 10px 0;
}
.top-contact a:hover {
	text-decoration:none;
}
.top-contact a > h1 {
	color: #9e0020;
	font-size: 30px;
	line-height: 30px;
	font-family: oxygenbold;
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-contact a > h1:hover {
	color: #515151;
}
.top-contact > p, .top-contact a > p {
  color: #9e0020;
  font-family: oxygenbold;
  font-size: 22px;
  margin: 0;
  text-align: right;
}
.top-contact > p span {
	font-family: oxygenregular;
}
nav {
	background: #515151;
}
.toggleMenu {
	display: none;
	background: #000;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
}
.toggleMenu:hover {
	color:#fff;
}
nav #mobile-menu-container{
	display: none;
}
nav .menu {
	float: left;
	margin: 0;
}
.menu li {
	border-right: 1px solid #8F8F8F;
	float: left;
	list-style: none outside none;
	padding: 0 25px;
	position: relative;
	line-height: 30px;
}
.menu li.last {
	border: none;
}
.menu li a {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-family: oxygenlight;
	font-weight:lighter;
}
.menu li a:hover {
	color: #e2e0e1;
	text-decoration:none;
}
.menu .sub-menu {
	background: none repeat scroll 0 0 #515151;
	border-top: 1px solid #FFFFFF;
	left: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 30px;
	width: 200px;
	display: none;
	z-index: 999;
}
.sub-menu > li {
	display: block;
	float: none;
	line-height: 20px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border: none;
}
.sub-menu > li a {
	color: #B4B4B4;
	line-height: 20px;
}
.menu li:hover .sub-menu {
	display: block;
}
nav .search-box {
	float: right;
	padding: 5px 0;
}
.search-box .search-form {
	margin: 0;
	overflow: hidden;
}
.search-form input[type="text"] {
	background: none repeat scroll 0 0 #969696;
	border: medium none;
	border-radius: 6px;
	color: #FFFFFF;
	margin: 0;
	padding: 1px 5px;
	width: 170px;
}
.search-form input[type="submit"] {
	background: url("images/search-icon.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 20px;
	width: 15px;
}
.content-part {
	padding-top: 150px;
}
.middle-content {
	padding: 27px 0 0;
}
.middle-content .middle-left p, .middle-content .middle-left li, .middle-content .middle-left td{
	font-size:13px;
	text-align:justify;
}
.middle-left .left-menu-slider {
}
.left-menu-slider .left-menu {
  float: left;
  width: 28%;
}
.left-menu > h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height:28px;
	margin: 20px 0 14px 0;
	padding: 4px 0 2px 15px;
	background-color:#034a2a;
	font-family: oxygenlight;
}
.left-menu .left-nav {
	margin: 0;
}
.left-nav li {
  background: url("images/left-nav-arrow.png") no-repeat scroll left 1px rgba(0, 0, 0, 0);
  height: 18px;
  list-style: none outside none;
  padding: 0 0 0 18px;
  margin:0 0 5px 0;
  font-size: 12px;
}
.left-nav li a {
	color: #494949;
	font-size: 13px;
}
.left-menu-slider .slider {
  float: left;
  margin-left: 2%;
  position: relative;
  width: 70%;
}

.slider > img {
    min-height: 321px;
    width: 100%;
}
.slider-top-button {
	position: absolute;
	right: 3px;
	top: 5px;
	z-index: 900;
}
.slider-bottom-button {
	bottom: 5px;
	position: absolute;
	right: 3px;
	z-index: 900;
}
.top-text {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	font-size: 30px;
	left: 5%;
	padding: 10px;
	position: absolute;
	top: 15%;
}
.top-text:hover {
	color: #fff;
}
.bottom-text {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 25%;
	color: #FFFFFF;
	font-size: 30px;
	left: 5%;
	padding: 10px;
	position: absolute;
}
.bottom-text:hover {
	color: #fff;
}
.middle-left .product-list {
	clear: left;
	padding: 2% 0;
}
.product-list > h1 {
	color: #090e0b;
	font-family: oxygenregular;
	font-size: 24px;
	line-height:30px;
}
.product-list .products {
	margin: 5px 0 0;
	overflow: hidden;
}
.products li {
	float: left;
	list-style: none;
	width: 32%;
	margin-bottom: 3%;
	min-height:230px;

}
.products li.center {
  	margin: 0 2% 3% 2%;
}
.product-name {
	color: #414141;
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	height:40px !important;
}
.product-name:hover {
	color: #414141;
}
.middle-right {
	margin: 0 !important;
}
.middle-right .right-form {
	background: #515151;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	padding: 0;
}
.middle-right .form-name {
	background: #008917;
	border-radius: 5px 5px 0 0;
}
.form-name > h2 {
	background: url("images/msg-icon.png") no-repeat scroll left 0px top 3px transparent;
	color: #ffffff;
	font-size: 24px;
	margin: 0 15px;
	padding: 0 0 0 42px;
}
.right-form > p {
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
}
.right-form .right-form-element {
	overflow: hidden;
	padding: 10px;
	margin: 0;
}
.right-form-element .form-element {
	overflow: hidden;
	margin: 10px 0;
}
.form-element input[type="text"] {
	border: 2px solid #DADADA;
	padding: 5px;
	width: 200px;
}
.form-element textarea {
	border: 2px solid #DADADA;
	height: 65px;
	resize: none;
	width: 220px;
	padding: 5px;
}
.form-element input[type="submit"] {
	background: none repeat scroll 0 0 #FF0000;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 34px;
	margin: 5px 0 0;
	padding: 10px 15px;
}
.right-form > span {
	border-bottom: 1px solid #DADADA;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin: 10px;
	padding: 0 0 10px;
}
.right-contact {
	background: none repeat scroll 0 0 #515151;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 10px 20px;
}
.right-contact > p {
	color: #FFFFFF;
	font-size: 13px;
	margin: 5px 0;
}
.right-contact > p span {
	font-weight: bold;
}
.right-contact > p >a:hover{
	color: #e2e0e1;
}
footer {
	background: #626262;
	overflow: hidden;
	padding: 15px 0 0;
	margin: 15px 0 0;
}
footer .footer-text {
	margin: 0;
}
footer .contact {
  float: left;
  width: 41%;
}
.contact > h3 {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	font-family: oxygenbold;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 10px;
	width: 36%;
}
.contact .home {
	background: url("images/home.png") no-repeat scroll left top transparent;
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px 28px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.contact .phone {
	background: url(images/phone.png) no-repeat left top;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 15px 28px;
	line-height: 18px;
	border-bottom: 1px dashed #FFFFFF;
	margin-bottom: 15px;
}
.contact .phone a, .contact .message a{ color:#fff;}
.contact .message {
	background: url(images/message.png) no-repeat left top;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 10px 31px;
	line-height: 18px;
	border-bottom: 1px dashed #FFFFFF;
}
.payment-method {
	float: left;
	text-align: center;
	width: 25% !important;
}
.payment-method > p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 10px 0 15px;
	text-align: center;
}
.footer-star {
	margin: 10px 0 0;
}
.copyright {
	background: #3f3f3f;
	padding: 10px 0;
	margin: 15px 0 0;
}
.copyright p {
	color: #fff;
	font-size: 16px;
}
/*  update css  24/09/2013  */



.searchform {
	margin: 0;
}
.screen-reader-text {
	display: none;
}
#search-4 .ui-autocomplete-input {
	background: none repeat scroll 0 0 #969696;
	border: medium none;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	margin: 0;
	padding: 1px 5px;
	width: 170px;
}
#searchsubmit {
	background: url("images/search-icon.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 20px;
	width: 15px;
	text-indent: -9999px;
}
.ninja-forms-form {
	padding: 10px;
}
#ninja_forms_field_2_div_wrap > p {
	margin: 0;
}
#ninja_forms_field_10 {
	background: none repeat scroll 0 0 #FF0000;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 34px;
	margin: 5px 0 0;
	padding: 10px 15px;
}
.right-contact a {
	color: #FFFFFF;
	font-weight: normal;
}
.right-content {
	width:95.5%;
	margin-left:4.5%;
}
/*  main css end  */


/*  new page   */

.product-page {
}
.product-page > h1 {
	font-size: 24px;
	color: #5e7d39;
	font-family: arial;
}
.product-page > p {
	color: #5D5D5D;
	font-family: arial;
	font-size: 14px;
	margin-bottom: 3%;
}
.product-page .product-1 {
	margin-bottom: 2%;
	overflow: hidden;
}
.product-1 > img {
	float: left;
}
.product-1 .product-img-desc {
	float: right;
	margin-left: 15px;
	width: 70%;
}
.product-img-desc > a h2 {
	color: #3A3A3A;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
}
.product-img-desc > p {
	color: #3A3A3A;
	font-family: arial;
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 16px;
}
.product-img-desc .img-desc {
	margin: 15px;
}
.img-desc > li {
	line-height: 16px;
}
.img-desc li a {
	color: #3A3A3A;
	font-family: arial;
	font-size: 12px;
}


/*  contact page  */

.contact-page {
}
.contact-page > h1 {
	background: none repeat scroll 0 0 #5E7D39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 3px 0;
	text-align: center;
	width: 200px;
}
.contact-page .address {
	margin: 15px 0 0;
	overflow: hidden;
}
.address .address-heading {
	color: #9e0020;
	font-family: oxygenbold;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
}
.span4.direction {
	margin: 0 0 0 5px;
}
.direction > span {
	font-family: oxygenbold;
}
.timing > span {
	font-family: oxygenbold;
}
.contact-form {
	margin: 15px 0 0;
	overflow: hidden;
}
.contact-form > p {
	background: none repeat scroll 0 0 #9e0020;
	color: #ffffff;
	padding: 6px 15px;
	width: 90%;
}
.require-field {
	background: none repeat scroll 0 0 transparent !important;
	color: #000000 !important;
	padding: 0 0 0 8px !important;
}
.require-field > span {
	color: #B50000;
}
.contact-form .form-element {
	overflow: hidden;
}
.form-element .contact-element {
	overflow: hidden;
}
.contact-element label {
	color: #353535;
	float: left;
	font-size: 14px;
	margin-right: 7px;
	text-align: right;
	width: 118px;
}
.contact-element label > span {
	color: #B50000;
}
.contact-element input[type="text"], .contact-element input[type="tel"], .contact-element input[type="email"] {
	border: 1px solid #9e0020;
	border-radius: 0;
	float: left;
	padding: 3px;
	width: 93%;
}
.contact-element textarea {
	border: 1px solid #9e0020;
	border-radius: 0;
	float: left;
	padding: 3px;
	width: 93%;
}
.contact-element > span {
	color: #353535;
	display: inline-block;
	float: left;
	font-size: 24px;
	padding: 8px 10px;
}
.contact-element .verifaction {
	border-color: #5E7D39 !important;
	padding: 4px !important;
	width: 125px !important;
	margin-top: 5px;
}
.contact-element input[type="submit"] {
  background: none repeat scroll 0 0 #C60000;
  border: medium none !important;
  border-radius: 0px !important;
  color: #FFFFFF;
  font-size: 24px;
  margin:5px auto; 
  padding: 8px;
}
.contact-element input[type="submit"]:hover {
  background: none repeat scroll 0 0 #9e0020;
}
.contact-element.verify {
	float: none;
	margin: 15px 0 0;
}
.wpcf7-form-control-wrap.mathcaptcha-532 > span {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.contact-element.verify input[type="text"] {
	border: 1px solid #9e0020;
	border-radius: 0;
	float: left;
	padding: 3px;
	width: 95%;
}



/*  contact end  */


/*  warranty-page start  */

.warranty-page {
}
.warranty-page > h1 {
	background: none repeat scroll 0 0 #5E7D39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 3px 0;
	text-align: center;
	width: 300px;
}
.warranty-page .warranty-desc {
	margin: 20px 0 0;
	overflow: hidden;
}
.warranty-heading {
	color: #5E7D39;
	font-family: oxygenbold;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
}
.warranty-desc > p {
	color: #353535;
	font-size: 14px;
}

/*  warranty-page end  */


/*  value-page  */

.value-page {
}
.value-page > h1 {
	background: none repeat scroll 0 0 #5E7D39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 3px 0;
	text-align: center;
	width: 150px;
}
.value-page .value {
	margin-top: 20px;
	overflow: hidden;
}
.value > img {
	float: left;
}
.value .mission {
	float: left;
	margin-left: 10px;
	width: 47%;
}
.mission > h2 {
	color: #5E7D39;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
}
.mission > p {
	color: #363636;
	font-family: arial;
	font-size: 14px;
}
.value-page .company {
	margin: 25px 0 0;
	overflow: hidden;
}
.company > h1 {
	background: none repeat scroll 0 0 #5e7d39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 3px 0;
	text-align: center;
	width: 175px;
}
.company > img {
	float: left;
	margin-right: 15px;
}
.company > p {
	color: #353535;
	font-size: 14px;
}
/*  value-page  end  */


/*  lista-productos  start  */

.lista-productos .producto a {
	color:#333333;
}

.lista-productos h2 {
	color: #9e0020;
	font-size: 18px;
	font-weight: bold;
	margin:0;
	line-height: 28px;
}

.lista-productos p, .lista-productos li {
	line-height: 17px;
}

.lista-productos .producto{
	margin-bottom:10px;
}

.lista-productos .producto{
	width:100%;
	margin-top:20px;
	border-bottom:1px solid #e2e0e1;
}
.lista-productos .producto .imagen-producto{
	width:25%;
	float:left;
	border:2px solid #cfcfcf;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.lista-productos .producto .imagen-producto img{
	height:auto;
	width:100%;
}
.lista-productos .producto .info-producto{
	width:73%;
	float:right;
}

/*  terms-sale  start  */

.terms-sale {
}
.terms-sale > h1 {
	background: none repeat scroll 0 0 #5e7d39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 22px;
	padding: 3px 0;
	text-align: center;
	width: 280px;
}
.terms-sale .terms-desc {
	color: #5E7D39;
	margin: 10px 0 0 17px;
}
.terms-desc > li {
	line-height: 17px;
}
.terms-desc > li a {
	color: #5e7d39;
	font-size: 14px;
}

/*   terms-sale end  */


/*   faq-page start  */

.faq-page {
}
.faq-page > h1 {
	background: none repeat scroll 0 0 #5E7D39;
	border-radius: 0 25px 25px 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 22px;
	padding: 3px 0;
	text-align: center;
	width: 320px;
}
.faq-text {
	background: none repeat scroll 0 0 #5E7D39;
	padding: 10px;
}
.faq-text > p {
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	line-height: 17px;
}

/*   faq-page end  */


/*    mats with logo  start  */

.Mats_with_Logo {
	overflow: hidden;
}
.breadcrumb {
   margin: 0 0 0px !important;
   padding: 5px 0px !important;
  color: #9e0020;
}
.breadcrumb a {
  color: #9e0020;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;
  text-decoration:none;
  line-height:30px;
}
.breadcrumb a:hover {
  color: #515151;	
  text-decoration:none;
	
}
.Mats_with_Logo_firstbox > p {
	float: left;
	line-height: 17px;
	margin-right: 14px;
	margin-top: 10px;
	width: 20%;
}
.Mats_with_Logo_box {
	overflow: hidden;
}
.Mats_with_Logo_firstbox {
	float: left;
	width: 40%;
}
.Mats_with_Logo_firstbox a {
  color: #373737;
  display: block;
  font-family: oxygenregular;
  font-size: 12px;
}
.Mats_with_Logo_inbox {
	overflow: hidden;
}
.Mats_with_Logo_inbox > h1 {
	color: #C80000;
	font-size: 24px;
	line-height:18px;
	margin: 0;
	font-weight:normal;
}
.Mats_with_Logo_inbox span {
  color: #515151;
  display: inline-block;
  font-family: oxygenregular;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
  margin-left: 4px;
  margin-top: 6px;
}
.Mats_with_Logo_inbox > ul {
	color: #515151;
	float: left;
	font-size: 14px;
	list-style: none outside none;
	margin: 0;
	width: 100%;
}
.Mats_with_Logo_inbox li {
  background: url("images/pic28.jpg") no-repeat scroll left 3px rgba(0, 0, 0, 0);
  color: #515151;
  font-family: oxygenregular;
  font-size: 14px;
  padding: 0 0 12px 18px;
  text-align: justify;
  line-height:18px;
}
.Mats_with_Logo_box2 {
	overflow: hidden;
}
.Mats_with_Logo_box2 > p {
  color: #515151;
  font-family: oxygenregular;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 5px;
}
.Mats_with_Logo_box2 h5 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin-top: auto;
	width: 12%;
}
.Mats_with_Logo_box2 span {
  color: #C80000;
  font-family: oxygenregular;
}
.Mats_with_Logo_table {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #DDD9C4 #DDD9C4 #DDD9C4 -moz-use-text-color;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin-bottom: 32px;
	margin-top: 20px;
	width: 62%;
}
.Mats_with_Logo_box3 {
	width: 100%;
}
.Mats_with_Logo_table td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #DDD9C4;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	text-align: center;
	font-family: oxygenregular;
	font-size:13px;
	color:#000;
}
.Mats_with_Logo_head {
  background: none repeat scroll 0 0 #C00000;
  border: 0 none !important;
  color: #FFFFFF !important;
  font-size: 13px !important;
}
.Mats_with_Logo_td {
	background: none repeat scroll 0 0 #DDD9C4;
}
.Mats_with_Logo_content {
	float: left;
	margin-bottom:20px;
}
.Mats_with_Logo_content > h4 {
  color: #C80000;
  font-family: oxygenregular;
  font-size: 18px;
  font-weight: normal;
}
.Mats_with_Logo_content .img-ul {
	float: left;
	list-style: none outside none;
	margin: 0;
	width: 100%;
}
.img-ul > li {
  float: left;
  height: 130px;
  list-style: none outside none;
  padding: 0 4px;
  text-align: center;
}
.Mats_with_Logo_content a {
	color: #3B3B3B;
	display: block;
	font-size: 14px;
}
.Mats_with_Logo_content a {
	color: #3B3B3B;
	font-size: 14px;
}
.Mats_with_Logo_content2 {
	clear: both;
}
.Mats_with_Logo_content2 > h5 {
  color: #C80000;
  font-family: oxygenregular;
  font-size: 18px;
  font-weight: normal;
}
.mat-logo-desc > p {
  color: #373737;
  font-family: oxygenregular;
  font-size: 13px;
  text-align: justify;
}
/*     end   */



/*..................blog css......................*/

.informative_articles {
	display: block;
	overflow: hidden;
	padding-top: 0px;
	width: 100%;
}
.informative_articles_blogbox {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.informative_articles_header {
	background: none repeat scroll 0 0 #515151;
	display: block;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}
.informative_articles_header > h1 {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: arial;
	font-size: 18px;
	font-weight:lighter;
	line-height: 44px;
	margin: 0;
}
.informative_articles_header > h1 img {
	margin-right: 7px;
	margin-top: 4px;
}
.informative_articles_header > a {
	background: none repeat scroll 0 0 #9e0020;
	color: #FFFFFF;
	float: right;
	font-family: arial;
	font-size: 18px;
	font-weight:lighter;
	line-height: 44px;
	padding:0px 15px;
}
.informative_articles_header > a:hover {
	text-decoration:none;
	color: #e2e0e1;
}
.informative_articles_cont > h2 {
	color: #515151;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.informative_articles_cont_inbox {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.informative_articles_cont {
	display: block;
	margin-bottom: 5px;
	padding-top: 30px;
	position: relative;
	width: 100%;
}
.informative_articles_cont > span > a {
	color: #5F8100;
}
.informative_articles_cont_inbox_link {
	width: 100%;
}
.informative_articles_cont_inbox_link > a {
	color: #A08100;
	float: right;
}
.blog_title > a {
	color: #5F8100;
}
/*..................end blog css......................*/

/*..................pagination......................*/

.pagination {
	clear: both;
	display: block;
	width: 100%;
	text-align:center;
}
.pagination > a {
	background: none repeat scroll 0 0 #515151;
	color: #FFFFFF;
	display: inline-block;
	padding: 5px 8px;
	text-decoration: none;
	margin: 0 5px;
}
.pagination > a:hover {
	background: #ba000e;
	text-decoration: none;
	color: #FFFFFF;
}

/*..................end......................*/

/*..................Installation page......................*/

.Installation_Manuals {
	min-height:500px;
}
.Installation_Manuals > h1 {
  background: none repeat scroll 0 0 #5E7D39;
  border-radius: 0 25px 25px 0;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 22px;
  padding: 4px 0;
  text-align: center;
  width: 282px;
}
.Installation_Manuals > h2 {
  color: #3F3F3F;
  font-family: arial;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 20px 34px;
}
.Installation_Manuals > ul {
  color: #5E7D39;
  display: block;
  font-size: 22px;
  list-style: circle outside none;
  margin-left: 85px;
  padding-top: 20px;
  position: relative;
  width: 65%;
}
.Installation_Manuals li {
  font-family: ArialnarrowRegular;
  margin-bottom: 18px;
}
.Installation_Manuals_title {
  color: #505050;
 
  font-size: 22px;
  font-weight: normal;
  width: 100%;
}
.Installation_Manuals_pdf {
  background: none repeat scroll 0 0 #DEDEDE;
  color: #C8000E;
  font-size: 10px;
  text-align: right;
  width: 93%;
}
.Installation_Manuals_pdf img {
  float: right;
  margin-top: -27px;
}
.Installation_Manuals_title2 {
  color: #505050;
 
  font-size: 22px;
  width: 100%;
}
.Installation_Manuals_pdf2 { background: none repeat scroll 0 0 #DEDEDE;
  
 background: none repeat scroll 0 0 #DEDEDE;
  color: #C8000E;
  font-size: 10px;
  text-align: right;
  width:100%;
  
  
}
.Installation_Manuals_pdf2 img {
 float: right;
  margin-top: -27px;  
}
/*..................end......................*/

.wpcf7-form-control-wrap.mathcaptcha-532 {
  float: left !important;
  width:40%;
  margin:7px 0 0;
}


#ninja_forms_field_12_div_wrap > label {
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  padding: 5px 5px 0 10px;
}

#ninja_forms_field_12.ninja-forms-field.ninja-forms-req {
  width: 50%;
}

/*..................serch box list......................*/

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: fixed !important;
  right: 20px;
  top: 125px !important;
  width: 300px !important;
  z-index: 999;
}
.ui-menu-item {
  list-style: none outside none;
  padding: 10px 0;
}
.ui-corner-all {
  color: #FFFFFF;
padding:10px 15px;
}
.ui-corner-all:hover {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
}

/*..................end......................*/

/*  new update css 7/10/2013   */

.entry-content {
  min-height: 600px;
}
.sj {
  margin-bottom: 40px;
  margin-top: 15px;
}

#ninja_forms_field_20 {
  width: 52.5%;
}

.details-left {
  float: left;
  margin-right: 15px;
}

.thumbs-img {
  margin: 10px 0;
  overflow: hidden;
}

.thumbs-img > li {
  float: left;
  list-style: none outside none;
  padding: 0 5px;
}

.img-ul > li .cboxElement > img {
  display: block;
}

.artificial-block > a img {
  float: left;
}

.alignnone.size-full.wp-image-210 {
  float: left;
  margin-right: 10px;
}


.details-left .cboxElement img {
  height: 245px;
  width: 246px;
}

/** custom **/
#enlace-blog{
	text-decoration:none;
	color:white;
}
#titulo-post{
	font-size:24px;
	color:#9e0020;
	margin-top:14px;
}
#titulo-post-list{
	font-size:24px;
	color:#151515;
	margin-top:14px;
	margin-bottom:10px;
}
#escrito-por{
	color: #5f8100;
	text-decoration: none;
}
.right-content .synved-social-button{
	display:none;
}
#leer-mas{
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:34px;
	width:180px;
	color:white;
	background-color:#ba000e;
	border-radius:5px;
	font-size:14px;
	margin:0 0 20px 0;
	float:right;
}
#leer-mas:hover{
	background-color:#f10000;
}
.nav-single{
	height:24px;
	padding:10px 10px 0 10px;
}
.nav-single a{
	color:white;
	text-decoration:none;
}
.nav-single a:hover{
	color:white;
	text-decoration:underline;
}
.imagen{
	float:left;
	margin:15px 15px 15px 0px;
}
#division{
	clear:both;
	border-bottom:#e2e0e1 1px solid;
}
.nav-next{
	float:right;
}
.left-content{
	float: left !important;
	width:67% !important;
}.right-content {
	float: right !important;
	overflow: hidden !important;
}
.error-head .error-icon {
	background: url("images/error-icon.png") no-repeat scroll left 7px transparent;
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	height: 27px;
	margin: 0 0 0 10px;
	padding: 11px 0 0 40px;
}
.blog .blog-head {
	background: url(images/blog-icon.png) no-repeat;
}
.contact-page .address2 a {
	color:#333;
	}

.contact-element{
	width:100%;
	clear:both;
}

/* Custom altamira - Inicio */

#home-icon{
	display:inline-block;
	height:30px;
	width:30px;
	margin-right:5px;
	background:url(images/home-icon.png) no-repeat;
}
#home-icon:hover{
	background:url(images/home-icon-hover.png) no-repeat;
}
#right-form-7 p{
	color:white;
}
#right-form-7 input[type="submit"]{
	background: none repeat scroll 0 0 #FF0000;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 32px;
	margin: 5px 0 0;
	width:100%;
	padding:20px 0px;
	text-align:center;
}
#right-form-7 input[type="submit"]:hover{
	color:#515151;
	background-color:#e2e0e1;
} 
.searchform input[type="text"]{
	margin-bottom: 0px !important;
	height: 16px;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 16px;
}

.menu li{
	margin-top:3px;
}
.products img{
	border:1px solid #dcdbdb;
	width:99% !important;
}
#right-form-7 input{
	width:95%;
	padding:4px 2.5%;
	border-radius: 0px;
}
#right-form-7 textarea{
	width:95%;
	padding:4px 2.5%;
	height:70px;
	border-radius: 0px;
}
.screen-reader-response{
	color:red;
	padding:20px;
	display:none;
}
.wpcf7-form{
	margin-bottom:0px;
}
#dwls_search_results{
	margin-left:0px;
	padding:20px;
	position:fixed;
	list-style:none;
	background-color:#e2e0e1;
	border:1px solid #515151;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1000;
}
#dwls_search_results a{
	color:#515151;
}
#dwls_search_results .search_footer a{
	color:#111111;
	float:right;
	margin-top:10px;
}
div.wpcf7-mail-sent-ok {
	color:white;
	border: 2px solid #ffffff;
	position:absolute;
	top:50%;
	left:50px;
	width:50%;
	background-color:#398f14;
	z-index:1000;
	border-radius:10px;
}
.contenido-derecha{
	width:60%;
	float:right;
}
.contenido-derecha h3{
	font-size:15px;
	color:#9d3a3f;
	line-height: 20px;
	margin:0 0 10px 0;
}
.contenido-izquierda{
	width:40%;
	float:left;
}
#titulo-galeria{
	color:#e2e0e1;
	background-color:#515151;
	width:90%;
	text-align:center;
	margin:10px 0 0 0;
	line-height:30px;
}
.tabla{
	text-align:center;
	margin-bottom:20px;
}
.tabla thead{
	color:#e2e0e1;
	background-color:#515151;
}
.tabla table tbody tr td{
	text-align:center !important;
}
.galeria-slider{
	width:100%;
	overflow:hidden;
}
.galeria-slider .pagination-links_0{
	width:100%;
}
.galeria-slider .prev-page{
	position:absolute;
	left:0px;
	top:30%;
}
.galeria-slider .next-page{
	position:absolute;
	right:0px;
	top:30%;
}
.galeria-slider .paging-input_0, .galeria-slider .first-page, .galeria-slider .last-page{
	display:none;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{
	width:90% !important;
	max-width:90% !important;
	padding:0px 5% !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a{
	display:block !important;
	width:33.3% !important;
	float:left !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
	width:90% !important;
	height:auto !important;
	margin:5% 0px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0{
	border:2px solid #cfcfcf !important;
	width:100% !important;
	height:auto !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0 img{
	width:100% !important;
	height:auto !important;
}
.instalacion a{
	display:inline-block;
	padding:1%;
	width:87%;
	border:1px solid red;
	background-color:#d10505;
	color:#ffffff;
	margin-bottom:20px;
}
.instalacion a:hover{
	opacity:0.7;
	color:#ffffff !important;
	text-decoration:none !important;
}
.blog-desc h1 a{
	font-size: 24px;
	color: #9e0020;
	margin-top: 20px;
}
.blog-desc h1 a:hover{
	text-decoration:none;
	color: #515151;
}
.page-title {
	background: none repeat scroll 0 0 #515151;
	display: block;
	margin-top: 10px 0 0 0;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
	font-weight: lighter;
	line-height: 44px;
}
.entry-title a{
	font-size: 24px;
	color: #9e0020;
	margin-top: 5px;
}
.entry-title a:hover{
	text-decoration:none;
	color: #515151;
}
.nav-previous{
	margin-top:15px;
}

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
}
.enlace-fletes{
	color:#d96709;
}
.enlace-fletes:hover{
	color:#515151;
}
.galleria-info-text{
	display:none !important;
}
.contact-page .wpcf7-not-valid-tip{
	font-size:12px;
}
.contact-page .wpcf7-validation-errors{
	font-size:14px;
	font-weight:bold;
	color:red;
}
.tabla-colores tbody td{
	width:16% !important;
	max-width:16% !important;
}
.tabla-colores tbody td img{
	width:100% !important;
	max-width:100% !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* horario*/
#horario{
    position:relative;
}
.boton-horario{
    cursor: pointer;
    background-color: #990007;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    display: block;
	margin: 5px 0;
}
.boton-horario:before{
	font-family:'FontAwesome';
	content:"\f0dd";
	font-size:18px;
	color:#fff;
	position:absolute;
	top:3px;
	right:10px;
}
#info-horario{
    display:none;
    position: absolute;
    right: 0;
    top: 33px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ab0e23;
    padding: 20px 20px 10px 20px;
    z-index: 1000;
    font-size:16px;
}
#info-horario p{
    margin-bottom:10px;
}
.horario-visible{
	display:block !important;
}
#info-horario:before{
	font-family:'FontAwesome';
	content:"\f007";
	font-size:18px;
	color:#ab0e23;
	position:absolute;
	top:5px;
	right:10px;
}
.img-ul{
    width: 100%;
    margin: 10px 0;
}
.img-ul li{
    width: 20%;
    text-align: center !important;
    box-sizing: border-box;
    padding: 2px;
    margin-bottom: 20px;
}