/* Custom CSS */

.socialNetwork li a {
	color: #F7F7F7;
}
#preHeader .socialNetwork a:hover {
    color: #e11e18;
}
.navbar-brand {
	padding: 17px 0;
    height: 55px;
}
.header1 .navbar-default .navbar-nav > li > a {
	font-family:'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
    color: #555555;
}
#mainHeader.fixedHeader, .is-sticky #mainHeader {
    background: rgba(255, 255, 255, 1);
}

#paralaxSlice1 {
    /*background-image: url('../images/bg-hyster.jpg');
    background-color: #000000;*/
    background:#202020;
    background-position: top center;
}

#paralaxSlice1 h1 {
	color: #fff;
}

#paralaxSlice1 a article .boxContent {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 15px;
}

#paralaxSlice1 a article .boxContent h3 {
	font-weight: 700;
	color: #444;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#paralaxSlice1 a:hover article .boxContent {
	background: #e11e18;
}

#paralaxSlice1 a:hover article .boxContent h3 {
	text-decoration: none;
	color: #fff;
}

.line {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 0 20px 0;
}

.line .sub-line {
	border: 2px solid #e11e18;
	display: block;
	margin: 0 auto -1px auto;
	width: 60px;
}

p.subTitle {
	font-size: 18px;
}

.solutions .iconBlocHeading {
	background: #f7f7f7;
	min-height: 194px;
}

.solutions .iconBlocHeading i {
	font-size: 62px;
	color: #333;
    display: table-cell;
    vertical-align: middle;
    line-height: 62px;
    left: 20px;
}
a .iconBlocHeading {
	color: #777;
}
a .iconBlocHeading:hover {
	text-decoration: none!important;
	color: #333333;
}
.solutions .iconBlocHeading p {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.owl-carousel .owl-item {
    padding: 0 12px;
}
.carusel-container {
	margin: 0 auto;
    float: none;

}

.prousaContent {
	background: #F7F7F7;
	padding: 30px;
}

.prousaContent h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 3px 0;
}

.prousaContent p {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.prousaContent ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.prousaContent ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.prousaContent ul li:last-child {
	margin: 0;
}

.prousaContent ul li a.iconBlocHeading {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    min-height: auto;
    max-height: 80px;
    padding: 18px 0 18px 62px;
    border-left: 4px solid #fff;
}

.prousaContent ul li a.iconBlocHeading i {
	font-size: 34px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    line-height: 44px;
    left: 16px;
}

.prousaContent ul li a.iconBlocHeading h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #e11e18;
}

.prousaContent ul li a.iconBlocHeading p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin: 0;
	padding: 0;
}

.prousaContent ul li a.iconBlocHeading:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 1);
	border-left: 4px solid #e11e18;
}

.prousaContent ul li a.iconBlocHeading span i {
	font-size: inherit;
    color: inherit;
    display: inherit;
    vertical-align: inherit;
    line-height: inherit;
    left: inherit;
    position: inherit;
}

.footer4 {
	/*background: url("../images/bg-hyster-footer.jpg") no-repeat top center #000;*/
	background:#202020;
}

.footer4 h3 {
	text-transform: uppercase;
	color: #fff;
}

.footer4 p {
	color: #999;
}

.footer4 p a {
	color: #fff;
}

.footer4 p a:hover {
	color: #e11e18;
	text-decoration: none;
}

.footer4 .btn {
	padding: 5px 22px;
}

.iconRounded {
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.quickForm .form-control {
    color: #FFF;
    border: 1px solid #666;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

ul.quickMenu li a:hover {
    color: #e11e18;
}

#footerRights {
    border-top: none;
}


.btn, .btn-lg {
	text-transform: uppercase;
	border-radius: 0;
}


.tp-caption-right {
	text-align: right;
	background: rgba(34, 34, 34, 0.7);
	padding: 40px 410px 40px 60px;
}

.tp-caption-right h4, .tp-caption-left h4 {
	text-transform: uppercase;
	font-size: 24px;
	color: #ccc;
	margin: 0;
	padding: 0;
}

.tp-caption-right h1, .tp-caption-left h1 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

.tp-caption-right p, .tp-caption-left p {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.tp-caption-left {
	text-align: left;
	background: rgba(34, 34, 34, 0.7);
	padding: 40px 60px 40px 410px;
}

.page-header {
	/*background: url("../images/bg-hyster.jpg") no-repeat top center #000;*/
	background:#202020;
}

.page-header h1 {
	padding: 0;
	margin: 0;
}

.page-header p {
	font-weight: 300;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.page-header h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 400;
}

#paralaxSlice2 {
	background: url("../images/concrete_seamless.png") repeat top left #F7F7F7;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
	border-style: solid;
	font-size: 14px;
	height: 42px;
}

nav#subnav, .sidebar-search {
	background: #ededed;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

nav#subnav ul {
	margin: 0;
	padding: 0;
}

nav#subnav ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

nav#subnav ul li:last-child {
	margin: 0;
}

nav#subnav ul li a {
    display: block;
    background: rgba(255, 255, 255, 0.7);
	font-family: 'Oswald', sans-serif;;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: #e11e18;
    min-height: auto;
    max-height: 80px;
    padding: 10px;
	margin: 0;
	border-bottom: none;
    border-left: 4px solid rgba(255, 255, 255, 0);
}

nav#subnav ul li a:hover, nav#subnav ul li a.active {
	text-decoration: none;
	background: rgba(255, 255, 255, 1);
	border-left: 4px solid #e11e18;
}

nav#subnav ul li a i {
    margin-top: 0px;
}

.boxProducts .boxContent {
	background: #F7F7F7;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	min-height: 120px;
}


.boxProducts a {
	display: block;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

.boxProducts a:hover {
	border: 1px solid #e11e18;
}

.boxProducts a article img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
	max-height: 150px;
}

.boxProducts a .boxContent h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.boxProducts a .boxContent p {
font-size: 13px;
    color: #777;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
    line-height: 17px;
    margin-top: 4px;
}

.nav-tabs > li > a {
	background: #EDEDED;
	font-family: 'Oswald', sans-serif;;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #F7F7F7;
}

.filter-responsive {
	display: none;
}

.detallesContent {

}

.detallesContent .panel-group .panel {
	border-radius: 0;
	margin-bottom: 3px;
}

.detallesContent .panel-default {
	border: 1px solid #eee;
}

.detallesContent .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eee;
}

.detallesContent .panel-title>a.collapsed {
    background-color: #EDEDED;
}

.detallesContent .panel-title>a.collapsed:hover {
    background-color: #F7F7F7;
}

.list-productos {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
}

.list-productos li {
	margin: 0;
	padding: 0;
}

.list-productos li a {
	display: block;
	background: #EDEDED;
	text-align: center;
	font-family:'Oswald', sans-serif;
	font-weight: 400!important;
	border: 1px solid #e6e6e6;
	color: #333;
	margin: 2px;
	padding: 5px;
}

.list-productos li a:hover {
	text-decoration: none;
	color: #e11e18;
	background-color: #F7F7F7;
}

.list-productos li.active a {
	background-color: #FFF;
}

.nav-servicios {
	display: block;
	background: #ededed;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

.nav-servicios .panel-group {
	margin-bottom: 0;
}

.nav-servicios .panel-group .panel {
	border-radius: 0;
	margin-bottom: 3px;
}

.nav-servicios .panel-default {
	 border: 1px solid #eee;
}

.nav-servicios .panel-heading {
	padding: 0;
	margin: 0;
}

.nav-servicios .panel-title a {
	display: block;
    background: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #e11e18;
    min-height: auto;
    max-height: 80px;
    margin: 0;
    padding: 10px;
    border-bottom: none;
    border-left: 4px solid rgba(255, 255, 255, 0);
}

.nav-servicios .panel-title a:hover {
	text-decoration: none;
    background: rgba(255, 255, 255, 1);
    border-left: 4px solid #e11e18;
}

.nav-servicios .panel-body {
	margin: 0;
	padding: 0;
}

.nav-servicios .panel-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-servicios .panel-body ul li {
	margin: 0;
	padding: 0;
}

.nav-servicios .panel-body ul li a {
	background: #F7F7F7;
	display: block;
	font-size: 13px;
	color: #777;
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
	padding: 10px 15px;
	font-weight: 400;
}

.nav-servicios .panel-body ul li a:hover {
	text-decoration: none;
	color: #e11e18;
	background: #fff;
}

.newsContent {
	margin: 0;
	padding: 0;
}

.newsContent ul {
	margin: 0;
	padding: 0;
}

.newsContent ul li a.iconBlocHeading {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    min-height: auto;
    max-height: 160px;
    padding: 18px 18px 18px 68px;
    border-left: 4px solid #fff;
}

.newsContent ul li a.iconBlocHeading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #e11e18;
}

.newsContent span {
    font-size: 12px;
    color: #777;
}

.nav-pills>li>a {
    border-radius: 0;
}

#marcas img {
	border: 1px solid #f1f1f1;
}

.accordion-servicios .panel-title>a {
	font-size: 14px;
	font-weight: 400;
    color: #333;
}

.nav-servicios .panel-body ul li a.active {
	color: #e11e18!important;
}

.boxDistribucion {
	background: #fff;
	padding: 30px;
	margin: 0 0 30px 0;
	border-left: 3px solid #e11e18;
	min-height: 382px;
}

.boxDistribucion h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

.boxDistribucion address {
	margin: 0;
	padding: 0;
}

.boxDistribucion address p {
	margin: 0;
	padding: 0;
}


.nav-servicios .panel-body ul li span {
    background: #F7F7F7;
    display: block;
    font-size: 13px;
    color: #777;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    padding: 10px 15px;
    font-weight: 400;
}

.panel-title a.active {
    text-decoration: none;
    background: rgba(255, 255, 255, 1);
    border-left: 4px solid #e11e18;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
    border: 1px solid #e11e18;
}

.checkbox-inline {
	font-size: 16px;
	font-weight: 400;
}
.subtitle h3 {
    padding-left: 12px;
    border-left: 22px solid #e11e18;
    text-transform: uppercase;
    color: #888;
    font-size: 18px;
}
.boxDistribucion h4 {
	margin-top: 20px;
}
.boxProducts.multimedia a article img {
    max-width: 100%;
    max-height: 100%;
}
.boxProducts.multimedia .boxContent {
    background: #ededed;
    min-height: 88px;
    border: 1px dashed #ddd;
}
.clearfix {
	height: 1px;
}
.no-arrow li:before {
	content: none;
}
#detalle-contacto label {
	font-size: 17px!important;
}
#detalle-contacto label.checkbox-inline {
	font-size: 14px!important;
}
/** COOKIES **/
.botonCookies{
	text-transform:uppercase;
	background:#e11e18;
	border:1px solid rgba(0, 0, 0, 0.15);
	padding:11px 19px;
	font-size:18px;
}

.page-login {
	background: url("../images/bg-login.jpg") center center transparent;
}

.box-login {
	background: #fff;
	border-left: 3px solid #E11E18;
	padding: 60px 50px;
	margin: 120px 0;
}

.box-login h1 {
	font-size: 36px;
}

.products-merchandising {

}

.producto-merchandising {
	margin-bottom: 25px;
	border-bottom: 1px solid black;

}
.msk-merchandising {
	display: block;
	overflow: hidden;
	height: 210px;
}

.msk-merchandising img {
	position: relative;
}

.title-merchandising{
	height: 55px;
}

.products-merchandising .boxContent {
    background: #F7F7F7;
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    min-height: 120px;
}



.products-merchandising .boxContent h3 {
	text-transform: uppercase;
	font-size: 16px;
}

.products-merchandising .boxContent .box-price {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 10px;
}

.products-merchandising .boxContent .box-price .price {
    font-size: 24px;
    color: #444444;
    font-weight: 700;
    padding: 5px 0;
}

a.carrito {
	display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin: 0 0 -30px 0;
}

a.carrito i {
	font-size: 18px;
	margin-right: 5px;
}

a.carrito:hover {
	text-decoration: none;
	color: #444;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border-color: #c6241b;
}

.pagination-m {
    margin: 0 auto;
    display: table;
}

#detail h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
}

.m0 {
	margin: 0;
}

.stock {
	font-size: 16px;
	color: #16b425;
	margin-bottom: 10px;
}

#detail .price {
	font-size: 42px;
	font-weight: 700;
	color: #444;
}

.select-add {
	padding: 40px 0 0 0;
}

.page-carrito table.table thead tr th {
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
}

.page-carrito table.table tbody tr th img {
	max-width: 70px;

}

.page-carrito table.table tbody tr td {
	font-size: 16px;
	color: #555555;
	vertical-align: middle;
}

.page-carrito table.table tbody tr td select {
    width: 80px;
    float: left;
}

.page-carrito table.table tbody tr td .btn-delete {
    float: left;
    font-size: 24px;
    margin: 5px 0 5px 10px;
}

.total {
	float: right;
	background: #F8F8F8;
	padding: 15px;
	font-size: 24px;
	color: #555;
}

.total span {
	font-family:'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-right: 80px;
}

.btn-carrito a {
	font-size: 14px;
}





@media (min-width: 768px) {
	#mainMenu .navbar-nav ul li a {
		font-family:'Oswald', sans-serif;
		font-weight: 400!important;
		color: #f1f1f1;
		border-bottom: none;
	}
	.megaProductos {
		background: url("../images/mega-bg.jpg") no-repeat top center;
	}
	.dinaMegaMenu h2 {
	    font-size: 20px;
	    font-weight: 400;
	    text-transform: uppercase;
	    padding: 0 0 3px 0;
	    margin: 0;
	}
	.dinaMegaMenu ul li a {
		font-family: 'Lato', sans-serif!important;
		text-transform: none!important;
	}
	.megaServicios {
		background: url("../images/mega-bg3.jpg") no-repeat top center;
	}
	.megaServicios a h2 {
		margin: 0;
		padding: 7px 10px;
	}
	.megaServicios a:hover h2 {
		background: #e11e18;
	}
}

@media (max-width: 768px) {
	.megaInner h2 {
		font-size: 18px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.header1 .navbar-default .navbar-nav > li > a {
	    font-weight: 400;
	    font-size: 14px;
	    color: #555555;
	    padding: 22px 7px;
	}
	#myTab, #subnav {
		display: none;
	}

	.filter-responsive {
		display: block;
		background: #ededed;
		padding: 15px;
		border: 1px solid #e6e6e6;
		margin-bottom: 30px;
	}

	.filter-responsive .panel-group {
	    margin-bottom: 0;
	}

	.filter-responsive .panel-group .panel {
	    border-radius: 0;
	    margin-bottom: 3px;
	}

	.filter-responsive .panel-default {
	    border: 1px solid #eee;
	}

	.panel-title a {
   	 	padding: 12px 15px;
    	margin: -12px -15px;
	}

	.panel-title>a {
		text-transform: uppercase;
		font-size: 14px;
	    color: #333;
	    font-weight: 400;
	}

	.filter-responsive .panel-body ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.filter-responsive .panel-body ul li {
		margin: 0;
		padding: 0;
	}

	.filter-responsive .panel-body ul li a {
		background: #F7F7F7;
		display: block;
		font-size: 13px;
		color: #777;
		border: 1px solid #f1f1f1;
		margin: 0 0 5px 0;
		padding: 10px 10px;
		font-weight: 700;
	}

	.filter-responsive .panel-body ul li a:hover {
		text-decoration: none;
	}

	.list-productos-responsive, .filter-responsive-detalle, .hr-responsive {
		display: none!important;
	}
}





.footer4 {
	border-top: 5px solid #f5d947;
}

.pyr .boxContent{
	min-height:80px;
}

@media (max-width:992px){
	.pyr .boxContent{
		min-height:110px;
	}
}


@media (max-width:768px){
	.pyr .boxContent{
		min-height:50px;
	}
}

/*@media (min-width: 992px) {
	.navbar-brand img.navLogo1 {
		display: block;
	}
	.navbar-brand img.navLogo2 {
		display: none;
	}

	.fixedHeader .navbar-brand img.navLogo1 {
		display: none;
	}
	.fixedHeader .navbar-brand img.navLogo2 {
		display: block;
	}
}*/

	.navbar-brand img.navLogo1 {
		display: block;
	}
	.navbar-brand img.navLogo2 {
		display: none;
	}

	.fixedHeader .navbar-brand img.navLogo1 {
		display: none;
	}
	.fixedHeader .navbar-brand img.navLogo2 {
		display: block;
	}