/*
	Theme Name: Bardahl Industria
	Theme URI: http://
	Description: Theme to Bardahl Industria
	Version: 1.0.0
	Author: Vantron (@vantron)
	Author URI: http://vantron.gq
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,700');
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:70%;
}
body {
	/*background: #282828;*/
	background: #000000;
	/*font:300 11px/1.4 'Oswald', Helvetica Neue, Helvetica, sans-serif;*/
	font-family: 'Exo', Oswald;
	/*color:#444;*/
	color:#000000;
	font-size: 18px;
    font-weight: 400;
	overflow-x: hidden !important;
	margin: 0;
	padding:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
hr {
	border: #fff solid 1px;
}
h3{
        margin-top: 0;
        margin-bottom: 30px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0;
	background: #000000;
}
.breads {
	padding: 0 0 7px 0;
}
.breads a {
	color: #ffffff;
	font-size: 15px;
}
.img-header {
    position: relative;
    background: rgba(0,0,0,0);
}
.menu-wrapper {
	display: inline-block;
	width: 100%;
	text-align: right;
}
ul.f-menu {
	color: #fff;
	margin: 0;
	display: inline-block;
	width: 74%;
}
.f-menu a {
	color: #fff;
	font-size: 15px;
}
ul.f-menu li a {
	font-size: 15px;
}
ul.f-menu li {
	display: inline-block;
	margin: 10px 4px;
}
.form-search {
	display: inline-block;
	width: 205px;
	margin-right: 10px;
	text-align: left;
}
button.search-submit {
	border: none;
	color: #fff;
	font-weight: bold;
	width: 25px;
	height: 25px;
	font-size: 15px;
	background: none;
}
input.search-input {
	border: none;
	outline: none;
	background: #282828;
	color: #000;
	font-size: 15px;
	height: 25px;
	width: 25px;
	text-indent: 15px;
	margin-right: 15px;
	background-image: url(img/search-icon.png);
	background-repeat: no-repeat;
}
input.search-input::placeholder {
    color: #333333;
    font-weight: bold;
}
#search-input:focus {
	width: 200px;
	background: #282828;
	background-image: url(img/search-icon.png);
	background-repeat: no-repeat;
	background-position: 98% 2px;
	margin: 0;
	padding: 0;
}
input.search-input {
	border: none;
	outline: none;
	background: #000000;
	color: #ffffff !important;
	font-size: 15px;
	height: 25px;
	width: 25px;
	text-indent: 15px;
	margin-right: 15px;
	background-image: url(img/search-icon.png);
	background-repeat: no-repeat;
	-webkit-transition: width 0.1s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.menu-separator{
	color: #a50007;
	width: 0 !important;
}

/* logo */
.logo {
	width: 48%;
	height: auto;
	text-align: left;
	padding-left: 80px;
	margin: 0;
	display: inline-block;
}
.logo img {
	width: 30%;
	height: auto;
	vertical-align: middle;
	margin: 2% 0;
}
/* nav */
.main-menu {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #d8272f;
	position: relative;
}
ul.main-menu-list {
	display: inline-block;
	margin-top: 0;
	padding: 0;
	width: 49%;
	text-align: center;
	height: auto;
}
.nav-mobile {
	display: none;
}
ul.main-menu-list li {
	width: 49%;
	display: inline-block;
	text-align: center;
}
ul.main-menu-list li a {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
ul.main-menu-list li {
	width: auto;
	display: inline-block;
	padding-top: 3%;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	padding-left: 2%;
	padding-right: 0;
}
ul.main-menu-list li:last-child{
	display: none;
}
.edge {
	clear: both;
	background: url(img/edge-bar.png);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
ul.main-menu-list li a img {
	position: absolute;
	top: -50%;
	left: 30%;
}
.list-category-mobile{
    display: none;
}
.list-category-mobile li {
    display: inline-block;
    width: 100%;
    padding: 2% 2%;
}
.list-category-mobile li a {
    font-size: 22px;
    font-weight: bold;
}
/* lo mas visto */
.block-img img {
	width: 100%;
	height: auto;
}
.block-img {
	width: 100%;
}
.block-title {
	margin: 4% 0;
	font-size: 20px;
	text-indent: 30px;
}

.navi {
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 5%;
	color: #fff
}
span.pages {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
span.current {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
a.page.larger,
a.page.smaller{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
a.nextpostslink,
a.previouspostslink{
	color: #fff;
	font-size: 20px;
	margin: 5px 10px;
}

/* Articulos index */
.articulos {
	width: 100%;
	margin: 5% 0;
}
.post-title {
	width: 90%;
	clear: both;
	margin: 3% 15px;
	height: 55px;
	overflow: hidden;
}
.post-title a {
	font-size: 20px;
}
.block-desc {
	width: 90%;
	margin: 4% 5%;
	color: #fff;
	font-size: 15px;
}
a.view-article {
	display: none;
}
a.read-more {
	background: #da262e;
	color: #fff;
	padding: 3% 7%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navi {
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 5%;
	color: #fff
}
span.pages {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
span.current {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
a.page.larger,
a.page.smaller{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 5px 10px;
}
a.nextpostslink,
a.previouspostslink{
	color: #fff;
	font-size: 20px;
	margin: 5px 10px;
}

/* sidebar */
.sidebar {

}
/* Recursos Section */
.recursos-ribbon {
	background-color: #d8272f;
	padding: 2% 0 5% 0;
	font-size: 15px;
	margin-top: 3%;
}
/* Line notas recientes - calendario de eventos */
.notas-home{
    color: #ffffff;
}
/* footer */
.list-blog-section {
    margin-top: 4%;
}
.notas-title {
    margin-left: 0;
    width: 60%;
    border-left: #ffd801 solid 3px;
    padding-left: 8px;
    font-size: 15px;
    display: inline-block;
}
.calendario-ftitle {
	display: block;
	margin-left: 0;
	width: 70%;
	border-left: #ffd801 solid 3px;
	padding-left: 8px;
	font-size: 15px;
	margin: -45px 0 24px 0 !important;
}
.footer-content-wrapper {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 15%;
}
.float-window {
    width: 17%;
    padding: 0 3% 0 1%;
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 9;
    background: #f8da11;
    color: #000;
    transform: skewX(150deg);
    margin-right: -5%;
    border-bottom: #d8272f solid 5px;
    cursor: pointer;
}
.float-window a{
	text-decoration: none;
    transform: skewX(-150deg);
}
.f-header span:nth-child(5) {
    font-size: 20px !important;
    display: inline-block;
    margin-top: 5px;
}
.f-header span:nth-child(3) {
    font-size: 15px !important;
    display: inline-block;
    margin-right: 14px;
}
.f-header span:first-child {
	display: inline-block;
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    margin: 0 0 -1px 0;
    font-size: 15px !important;
    padding-right: 35px;
}
.f-header span {
    transform: skewX(-150deg);
}
.f-form {
    width: 100%;
    padding: 5% 5%;
}
.f-header {
    line-height: 15px;
    width: 100%;
	background: #f8da11;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.f-body{
	display: none;
}
.f-action{
	cursor: pointer;
}
.f-submit {
    background: #da262e;
    outline: none;
    border: none;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.f-msg{
    padding: 5% 5%;
    text-align: center;
    font-size: 20px;
}
.input-error {
    border: red solid 1px;
}
.msg-err {
    width: 100%;
    text-align: center;
    padding: 2% 0;
    color: #ff0000;
    font-weight: bold;
}
.edge-footer{
	background: url(img/edge-footer.png);
	background-repeat: repeat-x;
}
.footer {
	background: #000000;
	color: #fff;
	font-size: 15px;
    padding-top: 5%;
}
footer.footer a {
	color: #fff;
}
footer ul{
	list-style: none;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 10%;
}
.copyright {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0 2%;
	font-size: 12px;
	background: #da2631;
}
.block-body img {
    width: 100%;
    height: auto;
}
.cta img {
	width: 100%;
	height: auto;
}
.cta {
	display: inline-block;
	width: 100%;
	height: auto;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.name-page {
	display: inline-block;
	width: 100%;
	background: #f8da11;
	padding: 1% 0;
	text-transform: uppercase;
	text-align: center;
}
.destacada img {
	width: 100%;
	margin-top: -45%;
}
.destacada {
	display: inline-block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
/* Blog */
ul.blog-list li {
	display: inline-block;
	width: 33%;
	padding: 2% 1%;
	min-height: 300px;
	height: auto;
	vertical-align: top;
}
ul.blog-list {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
a.blog-list-img {
	display: block;
	text-align: center;
	height: 225px;
	overflow: hidden;
	border-radius: 15px;
}
.destacada-blog {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow-y: hidden;
}
.destacada-blog img,
.destacada-post img,
.block-img img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.blog-list-body,
.blog-list-title a,
.notas-home h4{
	color: #ffffff;
	display: inline-block;
	width: 100%;
}
.blog-list-title a {
	padding-top: 15px;
	margin: 0;
	height: 60px;
	text-align: center;
}
.blog-list-body h6,
.notas-home h6{
	color: #d8272f;
}
.btn-leer-mas {
	background: #f8da11;
	border-radius: 0;
	font-size: 14px;
	vertical-align: top;
	margin: 0;
	padding: 5px 30px;
	font-weight: bold;
}
.btn-wrapper {
	display: inline-block;
	width: 100%;
	padding: 3% 0;
	margin: 0;
	text-align: center;
}
/* Blog Post */
.destacada-post {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.destacada-post img {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
}
ul.share-post-list li a:hover {
	color: #f8da11;
}
ul.share-post-list li a {
	color: #ffffff;
}
ul.share-post-list li {
	display: inline-block;
	margin: 10px 15px;
	font-size: 35px;
	color: #ffffff;
}
/* contacto */
.Table {
    display: block;
    width: 80%;
	margin: 0 auto;
    position: relative;
}
.Cell {
    display: inline-block;
    width: 25%;
    margin: 1% 0;
    vertical-align: text-top;
    padding: 0;
    text-align: left;
}
.Row .Cell:nth-child(1),
.Row .Cell:nth-child(3){
    width: 20%;
	margin-left: 2.8%;
}
.mapa {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
.contact-form {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.contact-form form {
	width: 80%;
	height: auto;
	display: inline-block;
	text-align: center !important;
	padding: 4% 5%;
	background: #ffffff;
	line-height: 36px;

}
.contact-form p {
	display: inline-block;
	width: 50%;
	float: left;
	color: #000000;
}
.contact-form input,
.contact-form textarea {
	outline: none;
	border: none;
	border-bottom: #f8da11 solid 1px;
}
.contact-form textarea{
	height: 80px;
}
input, select, textarea {
	width: 100%;
	display: inline-block;
	color: #000000 !important;
}
.newsletter-blog p {
	margin-bottom: 5%;
}
label {
	width: 35%;
	text-align: left;
	color: #ffffff;
}
.wpcf7-form-control-wrap {
	position: inherit;
	display: inline-block;
	width: 85%;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 55%;
	background: #ffd801;
	outline: none;
	border: none;
	height: 40px;
	font-size: 17px;
	font-weight: bolder;
	color: #000;
	margin-top: 5%;
}
.wpcf7-validation-errors {
    color: #fff;
}
.lubricación-wrapper input {
	padding: 1% 0;
	text-indent: 15px;
}
.lubricación-wrapper {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
/* PRODUCTOS */
.prod-list-item {
	margin: 5% 0;
	height: 325px;
	margin-bottom: 30px;
}
.prod-list {
	margin: 4% 0;
}
.prod-list-thumb img {
	width: auto;
	height: 250px;
}
.prod-list-thumb {
	background: #fff;
	text-align: center;
	padding: 15px 0;
}
.prod-list-title a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center !important;
	display: block;
}
.thumb-wrapper{
    background: #fff;
}
.prod-list-title {
	width: 100%;
	min-height: 65px;
	height: auto;
	margin: 0;
	padding: 2% 0;
	font-size: 20px;
	color: #fff;
	text-align: left;
	padding-left: 4%;
	overflow: hidden;
	background: #da262e;
	vertical-align: middle;
}
.btn-styled{
	color: #000;
	background-color: #f8da12;
	border-radius: 0;
	padding: 2% 8%;
	font-size: 18px;
	border-bottom: #d8272f solid 4px;
}
.primary-btn a,
.primary-btn-cat a
{
	width: 265px;
	height: 50px;
	display: inline-block;
	padding: 5% 0;
	background: #da262e;
	font-size: 15px;
	font-weight: bold;
}
.primary-btn {
	width: 100%;
	padding: 5% 0;
}
.primary-btn-cat {
	width: 100%;
}
.thumb-single-prod {
	background: #fff;
}
.primary-btn-cat a {
	width: 75%;
	text-align: left;
	padding: 2% 0 14% 5%;
}
.cat_thumb {
	width: 20%;
	height: auto;
	vertical-align: middle;
}
.docs-btn {
    display: inline-block;
    width: 40%;
    font-size: 14px;
    text-align: center;
    background: #da262e;
    padding-top: 2%;
}
.docs-btn .fa {
    color: #ffffff;
}
.docs-btn span {
    background: yellow;
    display: inline-block;
    width: 100%;
    margin-top: 8%;
    padding: 0 0 2% 0;
}
.hoja-btn {
    margin-left: 5%;
}
.content-prod-wrapper{
    background: #ffffff;
}
/* Relacionados */
ul.related-posts {
	display: inline-block;
	width: 100%;
	height: auto;
	list-style: none;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 2%;
}
ul.related-posts li {
	background: #ffffff;
	display: inline-block;
	width: 14%;
	height: 180px;
	margin: 0 1%;
	padding: 0;
	float: left;
}
ul.related-posts li a {
	padding: 0;
	margin: -4px 0 0 0;
	display: inline-block;
}
ul.related-posts li a span {
	background: #d8272f;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 2% 7px;
	font-size: 12px;
	color: #ffffff;
	font-weight: lighter;
	margin-bottom: 6%;
	height: 40px;
	vertical-align: text-top;
}
ul.related-posts li img {
	width: auto;
	height: 125px;
	vertical-align: text-top;
}

/* EVENTOS */
.event-container {
    width: 100%;
    margin: 1% 0;
}
.event-container > div > p {

}
.event-container > div {
    height: 75px;
}
.event-container {
	display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 3% 0;
    padding: 4% 0;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.parallax-window {
	min-height: 460px;
	background: transparent;
	background-repeat: no-repeat;
}
.front-parallax {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    text-align: center;
}
.content-video iframe {
    width: 100%;
    height: 350px;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {*/
	/*font-family:'Font-Name';*/
	/*src:url('fonts/font-name.eot');*/
	/*src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),*/
		/*url('fonts/font-name.woff') format('woff'),*/
		/*url('fonts/font-name.ttf') format('truetype'),*/
		/*url('fonts/font-name.svg#font-name') format('svg');*/
    /*font-weight:normal;*/
    /*font-style:normal;*/
/*}*/
.text-white,
.text-white a{
	color: #ffffff !important;
}
.text-primary-red{
	color: #da2631 !important;
}
.text-light{
    font-weight: 300 !important;
}
.text-bold{
    font-weight: 500 !important;
}
.bolder{
	font-weight: 700 !important;
}
.mar-tb-5{
	margin: 5% 0 !important;
}
.mar-left-2{
	margin-left: 2% !important;
}
.mar-left-5{
	margin-left: 5% !important;
}
.mar-top-2{
	margin-top: 2% !important;
}
.mar-top-5{
	margin-top: 5% !important;
}
.pad-lr-3{
	padding: 0 3% !important;
}
.padT-2{
	padding: 2% 0 !important;
}
.padT-1{
	padding: 1.5% 0 !important;
}
.font-15{
	font-size: 15px !important;
}
.font-20{
	font-size: 20px !important;
}
.font-25{
	font-size: 25px !important;
}
.font-30{
	font-size: 30px !important;
}
.font-45{
	font-size: 45px !important;
}
.in-block{
	display: inline-block !important;
}

/*------------------------------------*\
    Utils
\*------------------------------------*/
blockquote {
	padding: 5px 20px;
	margin: 3% 1%;
	border-left: 5px solid #f8da11;
}
blockquote.info-prod {
	display: inline-block;
	width: 62%;
	margin-left: 0;
	font-size: 12px;
}
.info-prod p {
    padding: 5px 0 4px 0;
    margin: 0;
    text-align: justify;
    line-height: 20px;
}
.general-prod {
	display: inline-block;
	width: 36%;
	padding: 2% 1%;
	margin-top: 2%;
	vertical-align: top;
}
.yellow-bar {
	border-bottom: #f8da11 solid 5px;
}
ul.presentaciones-list li {
	display: inline-block;
	width: 23%;
	font-size: 14px;
	text-align: center;
	padding: 5% 0;
	color: #000000;
	font-weight: bold;
}
ul.share-prod{
	display: inline-block;
	width: 100%;
	list-style: none;
}
ul.share-prod li,
ul.share-prod a
{
	display: inline-block;
	width: 23%;
	font-size: 14px;
	text-align: center;
	padding: 5% 0;
	color: #ffffff;
	font-weight: bold;
	background: #d8272f;
}
a#shareBtn {
	cursor: pointer;
}
ul.presentaciones-list li:hover {
	color: #ffffff;
	background: #d8272f;
	font-weight: bold;
}
.kk-star-ratings.lft {
	float: none;
	margin-right: 10px;
	text-align: center !important;
	margin: 0 auto;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1024px) {
	#brand {
		min-height: 330px;
		vertical-align: text-top;
		background: none;
	}
}
@media only screen and (min-width:992px) {

}
@media only screen and (max-width:768px) {
	.logo {
		width: 25%;
	}
	.logo img {
		width: 100%;
		margin: 2% 0 10% 10%;
	}
	ul.f-menu {
		color: #fff;
		margin: 0;
		display: inline-block;
		width: 100%;
	}
	ul.f-menu li {
		display: inline-block;
		margin: 10px 0;
		margin-left: 1%;
	}
	.form-search {
		display: inline-block;
		width: 100%;
	}
	#search-input,
	#search-input:focus  {
		width: 97%;
		background: #282828;
		background-image: url(img/search-icon.png);
		background-repeat: no-repeat;
		background-position: 98% 2px;
		margin: 0;
		padding: 0;
		margin-left: 2%;
	}
	ul.main-menu-list{
		width: 70%;
	}
	ul.main-menu-list li {
	    width: 18%;
		text-align: center;
	    display: inline-block;
	    padding-top: 1%;
	    position: relative;
	}
	ul.main-menu-list li a {
		font-size: 15px;
	}
	ul.main-menu-list li a img {
	    position: initial;
	    width: 40%;
	}
	.main-menu-list li a > p {
	    	display: inline-block;
	    	width: 100%;
	}
	.float-window {
		width: 25%;
	}
	li#brand {
		display: none;
	}
	.contact-form p {
		display: inline-block;
		width: 100%;
		float: left;
		color: #000000;
		margin-bottom: 10%;
	}
	.Table {
		width: 100%;
		display: inline-block;
		margin: 15px auto;
		line-height: 35px;
	}
	.Table .Row {
		display: inline-block;
		width: 100%;
	}
	.Cell {
		display: inline-block;
		width: 49%;
		margin: 7px 0 0 0;
		vertical-align: text-top;
		text-align: left;
	}
	.float-window{
		bottom: 10%;
	}
}
@media only screen and (max-width:480px) {
	.hide-mobile{
		display: none;
	}
    .list-category-mobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 2% 2%;
        list-style: none;
        background: #d8272f;
    }
	.menu-wrapper {
		display: none;
	}
	.logo {
		width: 35%;
		padding-top: 3%;
	}
	.hexagon-wrapper{
		display: none;
	}
	.float-window {
		width: 35%;
	}
	.front-parallax{
		padding: 0 9%;
	}
	ul.main-menu-list {
		display: none;
	}
	.main-menu-list li a > p {
    	display: none;
	}
	ul.main-menu-list li a img {
	    position: initial;
	    top: 0;
	    left: 0;
	}
	.navbar-nav {
		margin: 0;
		margin-left: 7%;
	}
	button.navbar-toggler {
		margin-top: -8%;
		background: #000000;
		color: #ffffff;
		border: none;
		outline: none;
		padding: 6px 6% 9px 6%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.nav-mobile {
		width: 100%;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		text-align: center;
		padding: 0 5% 0 0;
		margin-top: 8%;
	}
	ul.navbar-nav li {
		background: #f8da11;
		color: #000000;
		padding: 3% 2%;
		display: inline-block;
		width: 100%;
		font-weight: bolder;
		text-transform: uppercase;
	}
	ul.navbar-nav li a {
		color: #000000 !important;
	}
	.navbar-collapse.in{
		overflow-y: hidden;
		display: inline-block;
		width: 100%;
	}
	.left-thumb {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 5%;
	}
	blockquote.info-prod {
		width: 100%;
	}
	.general-prod {
		width: 100%;
	}
	ul.share-prod{
		text-align: center;
	}
	ul.related-posts li {
		width: 48%;
		margin-bottom: 2% !important;
	}
	.presentaciones-list{
		text-align: center;
	}
	.calendario-item {
	    margin-top: 20%;
	}
	.Table{
		width: 100%;
	}
	.Cell {
		width: 100%;
		margin: 3% 0;
	}
}
@media only screen and (max-width:320px) {

}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.spacer-60{
    display: inline-block;
    width: 100%;
    height: 60px;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/* Bootstrap Override */
@media (min-width: 1200px) {
	.grid-container {
		width:1400px
	}
}
