html,
body {
    height: 100%;
    line-height: 21px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.fondo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    background-attachment: fixed!important;
}

.pattern {
    background: url(../img/bs-overlay.png) repeat;
    width: 100%;
    height: 100%;
}

header {
    min-height: 90px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    padding: 12px;
    position: relative;
}

header ul {
    margin: 0;
    float: right;
}

header>div>div>ul>li {
    border-left: 1px solid #9d9c9b;
}


header>div>div>ul>li:last-child {
    border-right: 1px solid #9d9c9b;
}

header ul ul li {
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.7);
}

header ul li a {
    padding: 22px 12px;
    display: inline-block;
    font-size: 13px;
}

header ul li.submenu {
    position: relative;
}

header ul ul {
    display: block;
    position: absolute;
    top: 78px;
    left: 0;
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0.1s ease-in;
    -webkit-transition: max-height 0.1s ease-in;
    -moz-transition: max-height 0.1s ease-in;
    z-index: 10;
}

header ul li.submenu:hover ul {
    display: block;
    max-height: 800px;
    transition: max-height 0.5s ease-in;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
}

.description {
    background: rgba(255, 255, 255, 0.7);
}

.description {
    padding: 20px;
    margin: 20px 0;
}

.description p {
    font-size: 13px;
}

.plus {
    color: #ab0535;
    font-weight: bold;
}

#access-btn,
#subscr-btn {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-bottom: 2px solid #ab0535;
    cursor: pointer;
    margin-bottom: 20px;
}

#access-btn a,
#subscr-btn a {
    font-size: 11px;
    color: #434040;
    display: inline-block;
    float: right;
}

.access-inside,
.suscription-inside {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 20px 20px 20px;
    display: none;
    position: relative;
    top: -20px;
}

.access-inside label,
.suscription-inside label {
    font-weight: bold;
    font-size: 11px;
}

.access-inside input,
.access-inside button,
.suscription-inside input,
.suscription-inside button {
    border-radius: 0;
    background: #c6c4bf;
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #aaa;
}

.access-inside .form-group {
    margin: 0;
}

.access-inside button {
    text-align: right;
    font-size: 11px;
    color: #ab0535;
}

.suscription-inside button {
    font-size: 11px;
    color: #ab0535;
    background: #ab0535;
    color: #fff;
    border: none;
}

.error_js {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #AB0535;
    margin-left: 0px;
    text-align: right;
    display: none;
}

footer {
    background: #fff;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.copyright {
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

.address {
    color: #999;
    font-size: 11px;
}

.address a {
    color: #ab0535;
}

footer .lang a {
    color: #ab0535;
}

footer .lang {
    color: #999;
}

footer p {
    text-align: center;
    margin: 0;
}

.menu-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: none;
    z-index: 20;
}


/**/

a {
    color: #333;
}

a:hover,
a.active {
    color: #ab0535;
    text-decoration: none;
}

h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 27px;
    color: #434040;
}

@media (max-width: 1150px) {
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 260px;
        height: 100%;
        background: #ccc;
        z-index: 100;
        overflow: auto;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;

    }
    .menu.activo{
    	left: 0;
    	transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;

    }
    .menu li:last-child {
        border-right: none;
    }
    .menu>li {
        display: block;
        border-bottom: 1px solid #9d9c9b;
        padding: 0;
    }
    header>div>div>ul>li {
        border-left: 0;
    }
    header ul {
        float: none;
    }
    .menu a {
        display: block;
    }
    .menu>li>ul {
        position: static;
        display: block;
        height: auto;
        max-height: 100%;
        padding: 0!important;
    }
    .menu-icon{
    	display: block;
    }
}
@media (max-width: 568px){
	header{
		height: auto;
		min-height: 100%;
	}
	.logo img{
		width: 80%;
		max-width: 294px;
	}
	.menu-icon{
		
		width: 25px;
		height: 25px;
	}
}

.spacer {
    height: 20px;
}

.description-empresa {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    min-height:470px;
}

.description-empresa p {
    font-size: 13px;
}

.description-producto {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    min-height:500px;
    margin-bottom:20px;
    border-top:3px solid #AB0535;
}

@media screen and (min-width: 800px) {
    .description-producto {
        min-height:100px;
    }
}

@media screen and (min-width: 384px) {
    .description-empresa {
        min-height: 100px;
    }
}

@media screen and (min-width: 800px) {
    .description-empresa {
        min-height: 372px;
    }
}

@media screen and (min-width: 1100px) {
    .description-empresa {
        min-height: 472px;
    }
}

@media screen and (min-width: 300px) {
    .description-producto {
        min-height:100px;
    }
}

.description-producto p {
    font-size: 13px;
}

.section {
    position: absolute;
    height: 55px;
    padding: 5px 0 0 10px;
    width: 100%;
    bottom: 0;
    color: #434040;
    font-size: 20px;
    -webkit-transition: background-position 1s ease 0s;
    -moz-transition: background-position 1s ease 0s;
    -ms-transition: background-position 1s ease 0s;
    -o-transition: background-position 1s ease 0s;
    transition: background-position 1s ease 0s;
}

.product {
    margin-bottom:20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.description-linea {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-top:3px solid #AB0535;
    margin-bottom:20px;
}

.descripcion-medida { margin-top: 20px; height: 40px; text-align: right; color: #fff}
.descripcion-medida a { padding-top: 10px; padding-right: 20px; padding-bottom: 2px; height: 25px; display: block; color: #fff; }
.brown73 { background: transparent; background-image: url(/assets/img/brown.png); background-repeat: repeat; border-bottom:2px solid #ab0535}

.amedida { padding: 5px 20px 20px 20px; border-bottom: 2px solid #ab0535; min-height: 132px; margin-top: 1px; margin-top: 1px; margin-top: 2px; }
.amedida input { padding: 0px!important; border: none; color: #1D191A; }
.amedida .field { margin-top: 10px; float: left; color: #1D191A;height:25px }
.amedida .field-text { width: 50% }
.amedida #textarea { float: right; clear: both; width: 96%; height: 93px; color: #1D191A; }

.amedida {
    display:none
}

.granate {
    color: #ab0535;
}

.amedida input, .amedida textarea {margin-bottom:5px;}

.btn {
    background-color: #ab0535;
    color:#fff;
}

.btn-gallery {
    margin-bottom:20px;
}

.contacto-form {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    min-height:400px;
}

.error_ci {
     font-family:arial;
     font-size:11px;
     font-weight:normal;
     color:#AB0535;
     margin-left:0px;
     width:90%;
 }

.form-field {
    margin-bottom:10px;
}

.contact-direccion, .contact-mail, .contact-telefono {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.contact-mail, .contact-telefono {
    margin-left: 10px;
    margin-right:20px;
    margin-bottom:10px;
    height:70px;
}

.contact-telefono {
    font-size:24px;
    padding-left:20px;
    padding-top:25px;
}

.contact-telefono img {
    margin-right:10px;
}

.descripcion-velas {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    padding-top:0px;
    min-height:100px;
    border-top:3px solid #AB0535;
}

.descripcion-velas h1 {
    font-size: 24px;
    margin-bottom:20px;
    color:#AB0535
}

.slider {
    margin-bottom:20px;
}

.somfy {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    padding-top:0px;
    min-height:100px;
    border-top:3px solid #AB0535;
}

.logo-somfy {
    width:200px;
    margin-top:10px;
}


.contenido{
    min-height: 500px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 1200px) {
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 1200px) {
    .mobile-display {
        display: block;
    }
}

@media (min-width: 1200px) {
    .mobile-display {
        display: none;
    }
}
@media (max-width: 384px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
        left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
        left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

.velas-text-box, .empresa-image {
    margin-bottom:20px;
}

.linea-top {
    border-top: 2px solid #ab0535;
}

.nuevos-proyectos {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    padding-top:0px;
    min-height:100px;
    border-top:3px solid #AB0535;
    margin-bottom:20px;
}

.nuevos-proyectos h1 {
    font-size:28px;
}

@media (max-width: 1100px) {
    .nopadding-mobile {
        padding: 0 !important;
        margin: 0 !important;
    }
}

.galeria {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    padding-top:0px;
    min-height:100px;
    border-top:3px solid #AB0535;
    margin-bottom:20px;
}

.galeria h1 {
    font-size:28px;
}

@media screen and (min-width: 800px) {
    .galeria {
        min-height: 472px;
    }
}

@media screen and (min-width: 700px) {
    .galeria {
        min-height: 404px;
    }

    .galeria h1 {
        font-size:20px;
    }
}

@media screen and (min-width: 384px) {
    .galeria {
        min-height: 100px;
    }
}

