/*--------------------------------------------- ESTILOS PERSONALIZADOS PARA KENDAL -----------------------------------------*/

/*Cookies accept*/
.cookie_button.btn.btn-primary {
    background: red;    
    padding: 10px !important;
}

div#cookieMessageContainer {
    padding: 0px !important;
}


/*Ocultamos logo*/
.logo-fleft {
    display: none;
}

/* Ocultamos inicio
.item-121{
	display: none;
}
*/

/*Bolita menu*/
.sf-menu > li{
    list-style-type: disc;
}

/*Separator*/
.sf-menu > li.deeper > a, .sf-menu > li.parent > a, .sf-menu > li.deeper > span, .sf-menu > li.parent > span {
    cursor: pointer;
}

/*Color Menú ppal*/
.navigation {
    background: #a2a2a2 none repeat scroll 0 0;
}

/*Parallax Home alto*/
#parallax-top-un .stellar-block {
    height: 498px;
}

/*Menú del pie: COLOR*/
.list li a:hover {
  color: #ffffff;
}
.list li.active a {
  /*color: #ffffff;*/
}

/*SUBMENÚ*/
.list__categories > li {
    background: none;
}
.sf-menu ul > li:hover > a, .sf-menu ul > li.sfHover > a, .sf-menu ul > li.active > a, .sf-menu ul > li.current > a, .sf-menu ul > li:hover > span, .sf-menu ul > li.sfHover > span, .sf-menu ul > li.active > span, .sf-menu ul > li.current > span {
    color: #e2061b !important; /*rojo en submenú*/
}

/*Sub-Submenú*/
.fa-caret-right::before {
    content: ""; /*quitamos la flecha roja*/
}

/*Menú inferior del pie*/
.list li.active a {
    color: #e2061b;
}

/*damos más ancho al submenú inferior*/
.main-bottom .col-lg-2 {
    width: 33.3%;
}


/*EDITAR ESTILOS DE LOS PRODUCTOS VIRTUE MART*/
.btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #004a8f none repeat scroll 0 0; /*azul kendal*/
    color: #ffffff; /* e2061b rojo kendal*/
}

.products-listing .product_price {
    color: #e2061b;
}
.productdetails .product_price {
    color: #e2061b;
}

.product_title a:hover, .products-listing .product-field-display a a:hover {
    color: #e2061b !important;
}

/*EDITAR SUBMENÚ DE VIRTUE MART PARA MARCAS DE COLECCIONES*/
.aside .mod_virtuemart_manufacturer li a:hover {
    color: #e2061b;
}


/*  ESTILOS PARA LA HOME   */
/*Estilamos el h1 del slide*/
.camera_caption_title {
    background: rgba(0,0,0, 0.5);
    margin: 0 auto;
    padding: 1px 10px 5px 10px;
    color: #ffffff;
    text-align: center;
}

.mod_slideshowck .camera_caption {
    top: 90%;
    left: 27%;
    width: 45%;
}

.camera_caption_title > h1{
    color: #ffffff;
}

#galerific-banner .mod_bannersblock ul li:hover img { /*hover de la imagen redefinido para que no pise el title*/
    transform: scale(1.06);
}

/*Múdulos banner*/
.caption {
    text-align: center;
}


/*video*/
/*
.video-section {
    height: 720px;
}
*/

#video-top-un > div::before {
    background: rgba(0, 0, 0, 0);
}

#video-top-un .customhome-video-img img {
	width: 100%;
	height: auto;
}

#video-top-un .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

#video-top-un .mod_custom {
    padding: 80px 0 300px 0;
}

.fieldacyterms a {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-left: 4px;
}

/*Redes Sociales*/
.icono_redes {
    padding-right: 25px;
}

/*Ocultamo trozo blanco debajo de bvideo*/
.main-row {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

/*PATROCINADORES*/
.moduletable.moduletable__patrocinadores.mod_custom h3{
    text-align: center;
}
.moduletable.moduletable__patrocinadores.mod_custom .module_content{
    text-align: center;    
    margin-bottom: 20px;
}
.pronovias{
    margin-left: 20px;
}

/*   ESTILOS PARA BLOG   */
.items-row.cols-1.row-1 {
    border-top: 1px solid #000000;
}

.img-fulltext-left {
    padding-bottom: 15px;
}



/*Estilos para Terms and conditions*/
.acymailing_fulldiv a.modal {
    display: inline !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
    color: #cccccc!important;
}

a:hover, a:focus {
    color: #e2061b;
    text-decoration: none;
}

/*Estilos para CONTACTO*/
.capas_contacto{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;

}
.izq_contacto{
    position: relative;
    float: left;
    width: 33%;
    padding: 0px 10px 0px 10px;
}

.contact_form {
    padding-bottom: 2em;
}
/*Páginas PATROCINADORES*/

body.camper .moduletable.mod_profil_responsive_map {
    position: relative;
    float: right;
    width: 70%;
    margin-bottom: 20px;
}

body.pronovias .moduletable.mod_profil_responsive_map {
    position: relative;
    float: right;
    width: 70%;
    margin-bottom: 20px;
}

.label, .badge {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #0c0c0c;
}

.article_info {
    margin-bottom: 15px;
}
ul.tags {
	padding-left: 0;
}

.tags.inline li {
	display: inline-block;
}

body.articulos_relacionados .category-desc {
  padding: 0px;
}
body.articulos_relacionados fieldset {
  display: none;
}
body.articulos_relacionados .span6{
  padding-right: 35px;
  padding-bottom: 12px;
}
body.articulos_relacionados .item_introtext{
  padding-top: 7px;
}

.quienes-somos .sigProContainer {
	max-width: 900px;
}

.aside .mod_articles_categories li a:hover {
    color: #e2061b;
}

#jc {
    margin-bottom: 0px;
}

.page.blog .article_text img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 608px;
}

.cotainer-top {
    height: auto;
}

.page.blog-view .articles-listing img {
    width: 100%;
    height: auto;
    max-width: 608px;
}

/*::::::::::::::RESPONSIVE:::::::::::::::::::::::::
@media screen and (max-width: 1700px) {
    .camera_caption_title h1{
        font-size: 120%;
    }

    .mod_slideshowck .camera_caption {
        margin-left: auto;
        margin-right: auto;
        top: 85%;
        width: auto;
    }
}

@media screen and (max-width: 330px) {
    .home .cotainer-top {
        background: #ffffff url("../images/images/slide_kendal2_new_p.jpg") no-repeat scroll center center;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .home .cotainer-top {
        background: #ffffff url("../images/images/slide_kendal2_new_p.jpg") no-repeat scroll center center;
        height: 420px;
    }
    .cotainer-top {
        background: #ffffff url("../images/images/slide_kendal2_new_p.jpg") no-repeat scroll center center;
        height: 420px;
    }
}
*/
