body {

    background:#1D1E20;
    font-weight:300;
}

.fons-s {
 background:#FFF;
}
.fons-b {
    background:#F4F4F5;
}
.fons-p1 {
    background:#F7F7F7;
}
.fons-p2 {
    background:#FFF;
}


.models-table-top {
    width:100%;
}

.menu-level2 ul li a p img {
    width:50px!important;
    height:auto!important;
}

.fons-m {
    background:#FFF;
    box-shadow:0 0 1px #666;
    position:relative;
    z-index:2;

}
.fons-m1 {
    background:#FFF;
    border-bottom:3px #CCC solid;
}
.fons-m2 {
    background:#F7F7F7;
    border-bottom:3px #CCC solid;
}


.bottom-up {
    position:fixed;
    z-index:20;
    bottom:40%;
    right:0px;
}
.bottom-up a {
    display:block;
    padding:2px 5px 2px 5px;
    margin:10px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;
    background: rgba(255, 255, 255, 0.1);
    border:1px rgba(0, 0, 0, 0.1) solid;
    color:#333;


}
.top-scroll {
    padding:2px 5px 2px 5px;
}
.bottom-scroll {
    padding:4px 5px 0px 5px!important;
}

.maq {
    margin-top:40px;
    position:relative;
}



.a-inner-container {
    position:relative;
}

.a-inner .a-img-left {
    font-size:50px;
    text-align:left;
    margin-bottom:20px;
}

.a-inner{

    color:#333;

    -webkit-transform: translate3d(0,0,0);

    left:-10px;
    top:20px;

    opacity:0;

    display:none;

    padding:20px 7% 20px 7%;

    border:solid #CCC 1px;

    /*width:85%;*/


    font-size:13px;
    line-height:20px;

    position:absolute;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    /*
        -webkit-box-shadow: 0 1px 5px  rgba(0,0,0,.05);
        -moz-box-shadow:    0 1px 5px  rgba(0,0,0,.05);
        box-shadow:         0 1px 5px  rgba(0,0,0,.05);
        -webkit-filter: drop-shadow(0 1px 10px  rgba(0,0,0,.1));
        -moz-filter: drop-shadow(0 1px 10px  rgba(0,0,0,.1));
        filter: drop-shadow(0 1px 10px  rgba(0,0,0,.1));
    */



        z-index:10;

        background:rgb(253, 253, 253);
        /*
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, rgb(253, 253, 253)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgb(253, 253, 253) 100%);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgb(253, 253, 253) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 50%, rgb(253, 253, 253) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 50%, rgb(253, 253, 253) 100%);
        background: linear-gradient(top, rgba(255,255,255,1) 50%, rgb(253, 253, 253) 100%);
        */

}



.a-inner h3
{
    font-weight:200;
    line-height:25px;
    font-size:20px;
    padding-bottom:10px;
    border-bottom:solid 1px #CCC;
    margin-bottom:10px;
}
.a-inner .close-ac {


    right:-10px;
    top:-10px;

    position:absolute;

    display:block;

    float:left;

    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;

    background:#000;

   /*
    -webkit-box-shadow: 0 1px 5px  rgba(0,0,0,.5);
    -moz-box-shadow:    0 1px 5px  rgba(0,0,0,.5);
    box-shadow:         0 1px 5px  rgba(0,0,0,.5);
    */
    border:solid 2px #FFF;

    color:#fff;
    font-size:13px;
    line-height:13px;


    cursor:pointer;


    text-shadow:none;

    padding:6px 6px 5px 6px;

}

.a-inner:after, .a-inner:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.a-inner:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color:#FFF;
    border-width:20px;
    top:60px;
    margin-top:-20px;
}
.a-inner:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color:#CCC;
    border-width:21px;
    top:60px;
    margin-top:-21px;
}


.p1-inner {}
.p2-inner {}
.p3-inner {}
.p4-inner {}
.p5-inner {}
.p6-inner {}


.accessories {
    margin:40px 0 40px 0;
    text-shadow: 0 1px 0 #ffffff;
    /*
    color:#999;
    padding:8px 10px 10px 10px;
    border-radius:4px;

    box-shadow:inset 0 0 2px rgba(0, 0, 0, 0.25);
    border-top:solid #fff 1px;
    border-left:solid #fff 1px;
*/
}


.menu-accessories {
    margin:3px 0 40px 0;
    padding:0;
}

.menu-accessories li {
    list-style:none;
    float:left;
    width:50%;
    /*font-weight:700;

    color:#333; */
    font-size: 12px;
    line-height: 15px;
    padding:0 0 2px 0;
}
.menu-accessories li  a {
    position:relative;
    float:left;
}
.menu-accessories li  a .img-btn {
    display:block;
    float:left;
    position:relative;
}

.menu-accessories li  {

    height: 83px;
    background: rgba(241, 241, 241, 0.21);

    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);


    box-shadow: inset 0 0 1px rgba(255, 255, 255, 1);

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    margin-top: 2px;

}
.menu-accessories li .text-btn {
    width:40%;
    display:block;
    float:left;
    padding:11px 5px 5px 11px;
    font-weight: bold;
}
.menu-config-load-form {
    cursor:pointer;
}

.menu-accessories .tick {
    position: absolute;

    font-size: 24px;
    left:50%;
    top:50%;
    margin-left: 24px;
    margin-top: 19px;
    display:none;
    text-shadow: 0 1px 4px  rgba(0,0,0,.2);
    color:#FF9900;

}
.menu-accessories a, .menu-config .select-in, .menu-config-load-form, .menu-config .select a {



    padding:11px;
    background: rgb(244, 244, 244);
    /*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(240, 240, 240)), color-stop(100%, rgb(250, 250, 250)));
    background: -webkit-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
    background: -moz-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
    background: -ms-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
    background: -o-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
    background: linear-gradient(top, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);

    -webkit-box-shadow:  0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow:    0 0 2px rgba(0,0,0,.1);
    box-shadow:         0 0 2px rgba(0,0,0,.1);
    */

    border-top:1px #FFF solid;

    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;

    color:#333;

    font-size:50px;
    /*border:solid rgba(0,0,0,0.1) 1px;*/

}


.menu-config, .menu-config ul  {
    margin:0;
    padding:0;
}

.menu-config-send {

    margin-top:30px;
    margin-bottom:30px;

}
.menu-config {
    margin-bottom:0;
}


.menu-config ul {
    margin:10px 0 0 0;
}


.menu-config-model {
    margin:0 0 0 0;
}

.menu-config  .select-in, .menu-config-load-form  {
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:10px 20px 10px 20px;
    display:block;

}

.img-index img {
    max-height:600px!important;
}
.img-index  {
    padding-top:50px;
    text-align:center!important;
}

.tipoAcces {
    font-size:26px;
    font-weight:700;
    position:absolute;
}

.tipeA- {
    font-size:20px;
    font-weight:100;
}
.tipeAS {
    font-size:13px;
}


.btn-m-config {
    padding-left:10px;
    padding-right:10px;
}


.menu-config .select a {
    font-size:15px;
    font-weight:bold;
    padding:10px 10px 5px 10px;
    float:left;
    width:20%;
    margin:3%;
    text-align:center;
}



.menu-config .select a span {
   display:block;
    margin:0!important;
    margin-bottom:5px!important;
}

.menu-accessories .tipo {

    position:absolute;

    font-size:10px;
    background: rgba(205, 205, 205, 0);
    display:block;
    float:left;
    padding:5px;
    border-radius:5px;
     bottom:-12px;
    left:-12px;
    width:12px;
    height:14px;
    font-weight:bold;
    text-align:center;
    line-height:15px;
}

.menu-config-load-form .iconb,
.menu-config .iconb {
    font-size:30px;
    margin-right:10px;
    color:#ccc;
}
.menu-config .select-in .iconb{
    color: #939393;
}

.menu-config-icon-back {
    font-size:18px!important;
    position:relative;
    top:-8px;
    color: #575757;
    margin-right:0!important;
}
.menu-config a.select-in  {
    padding:15px 10px 10px 20px;

}

.menu-config .text{
    position:relative;
    top:-7px;
    font-size:15px;

}
.menu-config li  {
    list-style:none;
}

.menu-config-send .text{
    position:relative;
    top:-7px;
    font-size:13px;

}

.menu-accessories a .img-btn {
    display:block;
    width:60px;
    height:60px;
}
.menu-accessories a .img-btn .img {
    position:relative;
    top:5px;
    left:5px;
}

.menu-accessories li  a:hover, .menu-config .select-in:hover, .menu-config .select a:hover  {
    background:rgb(240, 240, 240);
}

.menu-accessories li  a:active, .menu-config .select-in:active, .menu-config .select a:active  {
    -webkit-box-shadow: inset 0 1px 4px  rgba(0,0,0,.2);
    -moz-box-shadow:inset    0 1px 4px  rgba(0,0,0,.2);
    box-shadow:  inset       0 1px 4px  rgba(0,0,0,.2);
    border-top:1px transparent solid;
}


.menu-accessories .tipo- {
     display:none;
}

.menu-accessories .tipoS a {
    background: rgba(0, 0, 0, 0.14)!important;
}

.fons-blanc {
    background-color:#FFF;
}


/* Landscape phone to portrait tablet */
@media (max-width: 1200px) {

    .a-inner .a-img-left {
        font-size:50px;
    }
    #title-sMenu ul li a {
        padding: 16px 5px 16px 5px;
    }

}
.banner-superior {
    padding-bottom:30px;
}
.banner-superior .text {
    padding-top:80px;
    text-align:center;
}
.banner-superior .text h3 {
  line-height:27px;
}
.banner-superior .text a {
  margin:auto;
  display: inline-block;
}
.btn-m,
.blocks-banners a {

    display:block;

    text-align:center;
    font-weight:700;
    font-size:12px;
    color: #427BAD;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;



    width:100px;
    height:28px;
    line-height:30px;
}

.button-prensas-catalogo a { padding: 0 35px; background-color: #DEE3E7; width: 120px; margin: -35px 0 35px auto; }

@media (max-width: 979px) {
    .button-prensas-catalogo { display: none; }
}


.label-radio  label  input {
    margin-right:10px;
    position:relative;
    top:-5px;
}

.label-radio  label     {
    float:left;
    padding:0 20px 20px 0;
}

.space-pres {
    border-bottom:1px #eee solid;
    text-align:center;
    margin-bottom:30px;

}

.space-pres h6 {

    position:relative;
    line-height:13px;
    font-weight:normal;
    letter-spacing:1px;
    top:18px;
}

.space-pres h6 span {
    background:#FFF;
    padding:0 10px 0 10px;
}

.banners-home {
    padding-top:40px;
}
.blocks-banners {

    position:relative;
    height:250px;
    margin-bottom:40px;
    text-align:center;
    float:left;
    position:relative;
    z-index:2;
}


.blocks-banners  .row-fluid {
    padding:10px 20px 10px 20px;
}
.blocks-banners p {
    font-size:12px;
    line-height:18px;
    padding:0 0 10px 20px;
    text-align:left;
}
.blocks-banners .title p {
    line-height: 24px;
    font-size: 20px;
    margin:0;
    padding:10px 0 10px 20px;
    text-align:left;
}
.blocks-banners {
    background-size: 100%!important;
}
@media (max-width:979px) {
    .blocks-banners {
    background-size:contain!important;
    }
}
.blocks-banners img {
    max-height:230px;
    text-align:center;
}



.blocks-banners a {
    color: #427BAD;
    position:absolute;
    bottom:15px;
    left:15px;
    width:60px;

}
.blocks-banners .hover:hover {

    opacity:0.7;

}
.blocks-banners .btn-m {
    position:absolute;
    bottom:20px;
    color: #427BAD;
}
.blocks-banners-config-title{
    position:absolute;
    left:0;
    top:15px;
    font-size:18px;
}
.blocks-banners-config img {
    max-height: 440px;
    right: -35px;
    top:-77px;
}

.blocks-banners-config .blocks-banners-config-title p {
    font-size:15px;
    color: #747474;
    padding:0 0 10px 20px;
}
@media (max-width:979px) {
    .blocks-banners-config .blocks-banners-config-title p {
        font-size:20px;
        color: #747474;
        padding:0 0 10px 20px;
    }
}

.blocks-banners-config  {
    background: rgb(255, 255, 255);

}


.blocks-pres {
    background: #F7F7F7;
    position:relative;
    height:250px;
    margin-bottom:30px;
    text-align:center;
}



.blocks-pres  .row-fluid {
    padding:10px 20px 10px 20px;
}

.blocks-pres h2 {
    line-height: 22px;
    font-size: 20px;
    margin:0;
    padding:10px 0 10px 0;
    text-align:left;
}
.blocks-pres p {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
}
.blocks-pres img {
 max-height:230px;
 text-align:center;
}

.blocks-pres a {
    color:#333;

}
.blocks-pres .hover:hover {

    opacity:0.7;

}
.blocks-pres .btn-m {
    position:absolute;
    bottom:20px;
    color: #427BAD;
}

.table-products td {
    text-align:center;
}
.table-accessories td {
    text-align:center;
}

.table-products td.td-products  {
    text-align:left;
}
.table-products td.td-accessories {
    text-align:left;
}

.table-products tr.td-spacer,
.table-products tr.td-spacer td,
.table-products tr.td-header td,
.table-products tr.td-header{
    background:none!important;
    border:0!important;
}

.table-products tr.td-spacer td {
    font-size:20px;
    padding:30px 0 5px 0;
    text-align:left;
    border-bottom:1px solid #eee!important;
    border-top:1px solid #eee!important;
}

.products-presentation {
    padding-bottom:50px;
}

.products-legend {
    text-align:right;
    font-size:10px;
    display:block;
}
.table-products a {
    font-weight:500;
}

.products-content {
    padding-top:60px;
    font-size:15px;
    color:#666666;
}
.products-content h3 {
   font-weight:normal;
    font-size:30px!important;
    line-height:35px!important;
}

.products-content h3 p span ,
.products-content h3 p strong,
.products-content h3 p {
    font-size:30px!important;
    line-height:34px!important;
}

.products-content ul {
    padding:20px 0  0 0;
}
.products-content li {
    padding:0 0 10px 0;
}
.send-box {
    background: rgba(238, 238, 238, 0.5);
    padding:30px;
    border-radius:10px;
    font-style:italic;
    position:relative;
    z-index:1;
    margin-top:50px;
}

.send-box:before {
    content:'';
    background:url('../img/send-box.png') no-repeat;
    position:absolute;
    height:62px;
    width:62px;
    z-index:2;
    top:-30px;
    left:20px;
}

a {
    color:#427BAD;
    text-decoration: none;
}


.models-imatge {
    text-align:center;
}

.table-models {
    float:left;
    width:auto;
    margin-right:20px;
    font-size:11px;
    color:#666;
    padding:0;
}
.table-models td {
    padding:2px 20px 2px 0px;
}

.models-container {
    padding-top:120px;
    padding-bottom:80px;
}
.models-container h2  {
    margin:0;
    padding-bottom:5px;
    border-bottom:solid 1px #ddd;
}
.models-header  {
   margin-bottom:15px;
   margin-top:5px;
   padding:0;
   height:38px;
   border-radius:4px;
}
.models-header ul li {
    margin-top:5px;
    float:left;
    list-style:none;
}
.models-header ul li a .iconb {
    color: rgb(175, 175, 175);
    position:relative;
    top:1px;
    margin-right:5px;
}
.models-header ul li a {
    margin-right:10px;
    width:auto;
    padding:0 15px 0 15px;
    letter-spacing:0;
    font-weight:500;
}
.models-header ul  {
    margin:0;


}
.models-container h4  {
    color:#666;
    font-weight:500;
    font-size:16px;

}
.models-table-features {
    float:left;
}
.models-table-features {
    float:left;
}

.models-container  .products-legend {
        float:left;
}
.note {
    display:block;
    font-size:13px;
    text-transform:lowercase;

    padding:10px 60px 10px 60px;
    color:#666;

}

.models-imatge .img_file {
   padding-top:30px;
   background:#fff;
}


.models-nav {
    position:absolute;
    width:100%;
}
.affix {
    position:fixed;
    top:0;
}

.models-nav .pagination {
    margin:0 0 0 0;
    position:relative;
}

.models-nav ul {
    margin:10px 0 10px 0;
}
.models-nav ul li  a{
    height:28px;
    box-shadow:none;
    border-color:transparent;
    font-weight:500;
    padding:9px 18px 0 18px;
    border-radius:3px!important;

}
.pagination ul {
    box-shadow:none;
}

.models-nav ul li  a .iconb {
    line-height:20px;
    padding-top:1px;
    display:block;
}



.models-nav ul li .active,
.models-nav ul li .active:hover {
    background:#427BAD;!important;
    color:#fff!important;
}


/*
.models-nav ul {
    height:48px;
    margin:0;
    padding:0;
    overflow:hidden;
}
.models-nav ul li {
    list-style:none;
    float:left;
}
.models-nav ul li a {

    font-weight:500;
    margin:15px 15px 0 15px;
    padding-bottom:8px;
    float:left;
    font-size:18px;
    border-bottom:5px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


.models-nav ul li a:hover {

    border-bottom:5px solid #999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.models-nav ul li .active {

    border-bottom:5px solid #333!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.models-nav .span12 {
    position:relative;
}

.models-nav  .top {
    float:right;
    font-size:35px;
    line-height:0;
    margin-left:20px;
    border-left:1px #eee solid;
    border-right:1px #eee solid;
    padding:7px 20px 7px 20px;
}

*/
.products-presentation img {
    margin-top:10px;
}

.table-products tr.td-init td {
   border-top:0!important;
   padding-top:0;
}

.products-pdf {
    padding:50px 0 50px 0 ;
}

.products-pdf h3 {
    color:#666;
    margin-bottom:20px;
}

.products-content a {
    width:auto;
    padding:10px 20px 10px 20px;
    letter-spacing:0;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;
}


div.pres-open {
    position:relative;
    z-index:997;
    overflow:hidden;

}

.menu-pres-open {

}
/*
Jack Kerouac, En el camino.
*/
.models-resumen {
    padding-top:40px;
    padding-bottom:40px;
}
.models-resumen a {
    display:block;
}


.models-resumen .models-resumen-title {

    padding:5px 0 5px 0;
    border-top:1px #eee solid;
    border-bottom:1px #eee solid;
    display:block;
}

.models-resumen .models-resumen-imatge img {
   max-height:130px;
}
.models-resumen .models-resumen-imatge  {
    text-align:center;
    height:130px;
    display:block;
    padding:5px 0 5px 0;
}

.models-resumen .models-resumen-resum {
    font-size:10px;
    line-height:12px;
    color:#999;
    height:50px;

    border-top:1px #eee solid;


    padding:10px 0 0 0;
    display:block;
}

.social-share {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-left: 0;
}

.social-share-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-share li + li {
    margin-left: 10px;
}

.social-share a {
    background-color: #427BAD;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
}

.social-share a span {
    color: #fff;
}

.models-social-share {

    /*

    padding:8px 5px 2px 9px;
    border-radius:5px;

    text-shadow: 0 1px 0 #fff;
    border: solid 1px rgb(244, 244, 244);


    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);


    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgba(255,255,255,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgba(255,255,255,0.2)));
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgba(255,255,255,0.2) 100%);
    background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgba(255,255,255,0.2) 100%);
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeee',GradientType=0 );
*/

}
/*.models-social-share a {*/
/*    margin:0 5px 0 0!important;*/
/*    padding:0!important;*/
/*    border:0!important;*/
/*    float:left;*/
/*    background:none!important;*/
/*    box-shadow:none!important;*/
/*}*/
.models-social-share img {
    margin:0!important;
    padding:0!important;
    border:0!important;
    float:left;
}

.sb-counter-current,
#sb-counter-current{
    color:#666!important;
}


.gallery {
    padding-bottom:60px;
    padding-top:60px;
}
.gallery ul {
    padding-bottom:10px;
}

.gallery li {
   list-style:none;
    padding-bottom:30px;
}
.gallery li a  {
   display:block;
    position:relative;

    background-color: rgba(0, 0, 0, 1);

    height:120px;

    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
    border:solid 4px #ddd;
}
.gallery li a img {
    z-index:1;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.gallery li a .iconb {
    position:absolute;
    background-color: rgba(0, 0, 0, 0.68);
    color:#FFF;
    float:left;
    text-align:center;
    line-height:26px;
    height:23px;
    width:30px;
    bottom:0;
    right:0;
    z-index:2;

}

.models-resumen-icones {
    float:right;
    position:relative;
    top:-30px;
}
.models-resumen-icones .iconb{

    background-color: rgba(255, 255, 255, 0.67);
    float:left;
    text-align:center;
    width:26px;
    padding:2px 0 0 0;
    margin:2px;
    border-radius:3px;
    border:1px #eee solid;
}

.iframe-video {
    width:562px;
    height:400px;
}
.title-media {
    padding:10px 10px 0 10px;
    background-color:#eee;
    font-size:11px;
    line-height:13px;
    height:40px;

}
.media-in .media-content   {
    background-color:#000;
    border:solid 4px #ddd;
}

.media-in .title-media {
    height:25px;
    margin-bottom:30px;
}


.empresa {
    margin-top: 40px;
    margin-bottom: 100px;
    color: #696969;
    font-size: 14px;
    line-height: 27px;

}

.empresa h2 {
    font-weight:300;
}
.empresa p {
    margin-top: 0;
    margin-bottom: 19px;
}
.empresa ul {
  font-weight:500;
}

.blog {

    color: #a0a0a0;
    font-size:13px;
    line-height:18px;


}

.blog .capseta {
    width:30%;
    float:left;
    background: #FFFFFF;
    padding:0;
    margin:30px 1.5% 0 1.5%;
}
@media (max-width:979px) {
    .blog .capseta {
        width:41%;
    }
    .menu-families .iconb {
        display:none;
    }

    .fons-s-empresa-v3 .blog-container {
        padding-left: 40px!important;
        padding-right: 0!important;
    }

    .blog-head-in .menu-families a {
        width:auto;
        float:left;
        padding: 10px 20px 15px 20px;
        margin-top: 20px;
    }
    .blog-head-in  .menu-families {
            padding:0!important;
    }
    .blog-head-in   .row {
        margin-top: 0!important;
    }
    .blog-container .row {
        margin:30px;
    }
    .blog-head-in {
        margin-bottom: 0;
        padding-top:20px;
    }
}
@media (max-width:650px) {
    .blog .capseta {
        width:100%;
        margin: 0 0 25px  0;
    }
    .blog {
        margin-top:0;
    }

    .fons-s-empresa-v3 .blog-container {
        padding-left:0!important;
        padding-right: 0!important;
    }

    .menu-families a {
        margin-top:5px;
    }


}
.blog .span3,
.blog .span3 img {
    margin:0;
    padding:0;
}

.blog .span3 {
    border-left:0;
    border-top:0;
    border-right:1px #eee solid;
    border-radius:5px 5px 0 0 ;
}

.padding-blog {
    padding:20px;
    border-left:0;
    border-right:1px #eee solid;
    border-bottom:1px #eee solid;
    border-radius:0 0 5px 5px;
}

.blog .capseta .span8 {
    width:28%;
    float:left;
    background: #f8f8f8;
    margin:0;
    padding:0;
}

.blog .capseta [class*="span"] {
    float: none;
    display: block;
    width:100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog  .date {
    font-size:11px;
    color:#aaa;
    position:relative;
    top:-10px;
    margin-bottom:5px;
}
.blog  h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    text-transform: none;
    font-weight: 400;
    color:#777;
}
.blog  h2 .iconb{

    position:relative;
    top:1px;

}
.blog  ul {
    font-weight:500;
}
.blog  img {
    margin-top:15px;
    margin-bottom:15px;
}

.blog  {
   padding-top:20px;

}
.blog .models-social-share {
    padding-top:20px;
}

.blog-container {
    padding-bottom:40px;
}
.blog-container .blog-text  img {

    width:50%;


}



/* Large desktop */
@media (max-width: 1200px) {

    .table-models {
        margin-right:30px;
    }

    .models-header ul {

        margin:3px 0 0 0;
    }

    .iframe-video {
        width:460px;
        height:340px;
    }

    .gallery li a  {
        height:90px;
    }

}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .gallery li a  {
        height:80px;
    }

    .iframe-video {
        width:352px;
        height:240px;
    }

    .blog-container {
        padding-bottom: 40px;
    }
    /*dos columns*/


    header  h1.span3 {
        padding:15px 0 5px 20px;
        width:100%;
    }
    header .span9 {
        width:100%;
        padding:0 0 7px 0;
    }
    header .span9 .menu-lang {
      display:none;
    }
    header .span9 ul {
        float:left;
        padding:0;
        margin:0;
    }

    .a-inner .a-img-left {
        font-size:35px;
    }

    .a-inner {
        top: -70px;
    }


}


@media (max-width:979px) {
    .menu-accessories li {
        width: 33.33%;
    }

    .products-presentation .cat-a-medida {
        padding:1px!important;
    }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .menu-accessories li {
        width:50%;
    }
    /*
    .navbar{
        position:relative;
        position:fixed;
        z-index:999999;
    }
    */
    .navba {

    }
    .navbar .brand {
        height:26px;
    }
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 5px 5px 0px 5px;
    }


    .navbar-fixed-top,
    .navbar-static-top {
        margin:0;
        position:relative;
        z-index:999999;
    }
    .navbar-inner a {
        color:#333;
    }
    .nav-submenu a {
        padding-left:30px!important;
    }
    .a-inner .a-img-left {
        font-size:40px;
    }

    .a-inner {
        top: -150px;
        left:0px;
    }

    .a-inner:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #CCC;
        border-width: 21px;
        top:-20px;
        left:50%;
        margin-left: -21px;
        margin-top: -23px;
    }
    .a-inner:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #FFF;
        border-width: 20px;
        top:-20px;
        left:50%;
        margin-left: -20px;
    }



  .maq{
      margin-top:10px;
  }
    .a-inner .close-ac {

        padding:6px 6px 6px 6px;
    }

    .menu-config-model {
        padding:0!important;
        margin:0!important;
    }

    .menu-config-model .select a  {
       font-size:11px!important;
        margin: 2% 0 2% 4%;
    }
    .terms-reader-block {
        font-size: 12px;
    }


}
@media (max-width: 520px) {

    .zoom img {
        width:100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    .menu-config-load-form .text,
    .menu-config .text {
        position: relative;
        top: -8px;
        font-size: 14px;
    }



    .a-inner h3 {
        font-weight: 200;
        line-height: 18px;
        font-size:15px;
        padding-bottom:10px;
        border-bottom: solid 1px #CCC;
        margin-bottom:10px;
    }
    .a-inner p {
        font-weight: 200;
        line-height: 15px;
        font-size:12px;

    }

    .a-inner .close-ac {

        padding:6px 6px 6px 6px;
    }

    .a-inner .a-img-left {
        margin-bottom:0;
    }


}

@media (max-width: 423px) {
    .menu-accessories li {
        width:100%;
    }
}



.config-input {
    position:absolute;
}

