@import url('animate.css');
#inner-wrapper .header{
    opacity: 0;
}
.form-control:focus, .select2-search__field:focus {
    border-color: #f2f2f2;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6) !important;
}
.form-control, .select2-search__field {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 1.62857143;
    color: #000000;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: 1px solid #f2f2f2 !important;
    border-radius: 2px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.c_error{
    color: #cc0000;
    position: absolute;
    top: -30px;
    left: 15px;
}
.form-group .c_error{
    top: -20px;

}
/* language*/

#selectLangDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
}
img.logo-lang {
    width: 150px;
    margin-left: 5%;
    position: absolute;
    z-index: 1;
}
.lang-image {
    position: absolute;
    width: 100%;
}
.modal-backdrop{
    display: none;
}
.closeLang {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 37px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    z-index: 100;
}
#selectLang {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 0px;
    text-align: left;
    width: 600px;
    height: auto;
}
body.loader::after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) url(/img/loader-large.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
#selectLang .grid2 {
    width: 100%;
    display: inline-block;
    float: left;
}
.grid2 p {
    color: #f8f8f8;
    font-size: 24px !important;
    margin: 0;
    font-family: 'latolight';
}
#selectLang h1 {
    color: #f8f8f8;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'galanogrotesquebold';
    font-size: 78px;
    margin: 0 0 10px;
}
.gotoCountry {
    height: 44px;
    width: 44px;
    background-color: #e6e6e6;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: #aaa;
    cursor: pointer;
}

.select2-container, .select2-container:focus{
    z-index: 100001;
    min-width: 310px;
    border-color: #f2f2f2 !important;
    outline:#f2f2f2 !important;
}
.select2-container--open.select2-container--focus:focus, .select2-container--default .select2-selection--single:focus {
    border-color: #f2f2f2 !important;
    outline:#f2f2f2 !important;
}
.select2-dropdown{
    min-width: 310px;
}
.form-control, .select2-search__field {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 1.62857143;
    color: #000000;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: 1px solid #f2f2f2 !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0;
    box-shadow: inset 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus, .select2-search__field:focus {
    border-color: #f2f2f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 242, 242, 0.6);
}
.select2-results__option {
    border-bottom: solid 1px #f2f2f2;
}
.img-flag{
    margin-right: 5px;
    margin-bottom: 2px;
}
.select2-container--open .select2-dropdown--above {
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid rgb(242, 242, 242);
}
.select2-container--default .select2-selection--single {
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 2px !important;
    height: 44px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 1.62857143;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color:#303030;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-align: left;
}
textarea.form-control {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 2px;
    border: solid 1px transparent;
    background-color: #f2f2f2;
    padding: 8px;
    height: inherit !important;
}
.type a{
    color: #303030;
}
/* ==========================================================================
  @item
   ========================================================================== */
h1 small, h2 small, h3 small {
    font-family: 'latolight';
    font-size: 80%;
    display: block;
}
.no-padding {
    padding: 0;
}
.section {
    min-height: 600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    background-color: #fff;
    height: auto;
}
.item-details small{
    font-size: 65%;
}
.section.block{
    display: block;
    padding: 0;
}
.section.block .itembackground{
    max-height: 600px;
    margin: auto;
}

img.new-item {
    width: 170px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 60px;
}
.item-title{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 50%;
    margin-bottom: 60px;
}
.section .marginbtn{
    margin-bottom: 30px;
}
.section .marginbtn60{
    margin-bottom: 60px;
}
#description, #shell, #comfort{
    position: relative;
}
#description, #visor, #security{
    color: #fff;
}
#description small, #visor small, #security small{
    color: #fff;
}
#description img, #shell img.itembackground, #comfort img.itembackground{
    position: absolute;
    top: 0;
}
#description img{
    left: 0;
    width: 100%;
    max-height:1080px;
}
#shell img.itembackground, #comfort img.itembackground{
    right: 0;
    /*  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;*/
}
.section.block > div.col-xs-offset-6{
    margin-left: 50%;
}
.section.block h2{
    margin: 60px auto 10px;
}
.material{
    margin-top: 15px;
    width: 90px;
}
#shell im.material, #comfort im.material{
    margin-top: 0;
}
#shell .boxed-middle, #comfort .boxed-middle{
    height: 150px;
}
#shell .boxed-middle > div, #comfort .boxed-middle > div{
    width: auto;
    text-align: center;
}
p.details-cert{
    text-align: center;
}
p.code-pro {
    font-family: 'galanogrotesquebold';
    text-align: center;
    font-size: 15px;
}
.img-dinamic{
    width: 100%;
}
.section.block p{
    font-family: 'latolight';
}
#visor, #security, #ventilation{
    height: 800px;
}
#graphics, #graphics2{
    background: #ededed; 
    height: auto;
    min-height: 600px;
}

#graphics2{
    background: #dadada; 
}

#graphics img.new-menu-item, #graphics2 img.new-menu-item {
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 0px;
    right:  6%;;
}
#accessories.section.block h2 {
    margin: 60px auto 60px;
}
.owl-carousel {
    display: none;
}
#graphics .thumbnails p, #graphics2 .thumbnails p, #accessories .thumbnails p {
    margin: 10px auto;
    font-family: 'galanogrotesquebold';
    text-align: center;
    font-size: 18px;
}
#graphics .thumbnails p small, #graphics2 .thumbnails p small, #accessories .thumbnails p small {
    font-family: 'latolight';
    display: block;
}
#graphics .thumbnails a, #graphics2 .thumbnails a, #accessories .thumbnails a {
    /*  display: block;
      position: relative;*/
}
#accessories img{
    padding: 20px;
    margin: auto !important;
}
#accessories h3{
    margin-bottom: 5px;
}
#graphics .col-xs-20:nth-child(5n+1) {
    clear: both;
}
#graphics .col-xs-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 12px 15px;
    text-align: center;
}
#graphics .owl-carousel {
    width: 50%;
    margin: 0 auto;
}
#owl-products small{
    font-size: 85%;
}
#technics {
    background-color: #000;
    text-align: center;
    text-shadow: none;
    color: #fff;
    height: auto;
    padding-bottom: 60px;
}
.table {
    font-family: "latolight";
}

.flex-center{
    display: flex;
    align-content: center;
    justify-content: center;
}
.container-technics {
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
}
#technics h4, #policy h4 {
    font-family: 'galanogrotesquebold';
}
#technics ul, #policy ul {
    margin: 0px;
    list-style: none;
    padding: 0;
}
.table td.vertical {
    vertical-align: middle;
}
.overflow-hidden {
    overflow: hidden;
    height: 100%;
}
.quick-navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
    height: auto !important;
}
.quick-navigation ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 -3px;
    position: relative;
}
.quick-navigation ul li:hover, .quick-navigation ul li.active {
    background-color: #464646;
    color: #FFF;
}

.quick-navigation ul li.active a::before {
    content:'';
    border: 0 !important;
    border-top-color:transparent;
}
.quick-navigation ul li.active a::after {
    content:'';
    border: 0 !important;
    border-top-color:transparent;
}
.quick-navigation ul li:hover>a, .quick-navigation ul li.active>a {
    color: #FFF !important;
}
.quick-navigation{
    background-color: #1a1a1a !important;
    min-height: 50px !important;
    border-radius: 0;
}
.quick-navigation ul li a {
    display: inline-block !important;
    margin: 15px 15px;
    color: #fff !important;
    font-family: 'galanogrotesquebold';
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 0 !important;
}
.quick-navigation .wrapper.position-fixed {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    color: #fff;
}
.position-fixed {
    position: fixed !important;
    top: 0;
    z-index: 99;
}
.quick-navigation.navbar.navbar-inverse .navbar-collapse {
    background-color: #1a1a1a !important;
    border-color: #262626;
    height: auto !important;
    margin-left: 15px;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.quick-navigation .wrapper {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-bottom: 0px solid #262626;
    background-color: #1a1a1a;
    position: relative;
}
.quick-navigation ul li.subtitle, .quick-navigation ul li.subtitle.active{
    background-color: #666;
}

.quick-navigation ul li.subtitle >a , .quick-navigation ul li.subtitle.active > a{
    color: #fff !important;
}
.header.menu{
    border: 0;
}
#graphics, #graphics2 article, #accessories article {
    width: 90%;
    margin-left: 5%;
}
#accessories{
    background: #fff;
}
#graphics .thumbnail > img, #graphics2 .thumbnail > img{
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
#graphics .thumbnail > img.new-menu-item{
    padding: 0px;
}
#graphics  .thumbnail h3, #graphics2  .thumbnail h3{
    margin: 0;
    font-size: 18px;
}
#graphics  .thumbnail, #graphics2  .thumbnail{
    border-radius: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: #ededed;
}

.popup{
    cursor: pointer;
}
.popover {
    width: 426px;
    border-radius: 0;
    max-width: 476px;

}
.popover-content{
    color:#303030;
}

.popover-title {
    background-color: #F00000;
    color:#fff;
    border-radius: 0;
    font-weight: bold;
    font-family: 'galanogrotesquebold';
}
#graphics .overlay {
    background: rgba(240, 0, 1, 1) none repeat scroll 0 0;
    opacity: 0;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    position: absolute;
    color: #ffffff; 
    z-index: 1;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}
#graphics .thumbnail:hover .overlay{
    opacity: 0.8;
}
.div-table{
    display: table;
}
.div-table-cell{
    display: table-cell;
    vertical-align: middle;
}


#graphics2 .div-table-cell{
    height: 500px;
}

#graphics2 .section.block p {
    font-family: 'latolight';
    color: #1a1a1a;
    opacity: 1;
}
#graphics .overlay{
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-graph .caption{
    text-align: center;
}
.table-graph h3{
    text-align: center;
    margin: 0;
}

.owl-carousel .owl-item {
    background-color: #ededed;
}

#accessories .owl-carousel .owl-item {
    background-color: white;
}
#multivideo{
    background: #f2f2f2;
}
.table-graph ul{
    display: table;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.table-graph ul li img{
    height: 100%;
    width: auto !important;
    display: table-cell;
}
.table-graph ul li{
    height: 130px;
    text-align: center;
}
#galeria .new-menu-item{
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 80px;
    width: 130px;
}
.edit-text{
    cursor: pointer;
    z-index: 100;
}
.edit-text.absolut{
    position: absolute;
    top: 0;
    right: 0;
}
.edit-text.absolut50 {
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 50px;
}
/* slider home*/
.container-fluid.slider-home {
    padding: 0;
    height: 90%;
    max-height: 700px;

}
.fourblock {
    height: auto;
    margin: -1px 0;
}
.fourblock div {
    height: 100%;
}
.effects {
    overflow: hidden;
}
.no-padding {
    padding: 0;
}
img.zoom {
    width: 100%;
}
.effects .overlay {
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.effects .overlay a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.effects h3 {
    .effects h3 {
        font-size: 20px;
        text-shadow: none;
        margin-top: 20px;
        margin-bottom: 26px;
        font-family: galanogrotesquebold;
    }
}
.effects .item:hover .overlay {
    height: 100%;
}
.quick-navigation.navbar .navbar-header{
    display: none;
}
.pointer{
    cursor: pointer;
}
/* ==========================================================================
  @modal
   ========================================================================== */
/*sizes*/
.modal-content {
    border-radius: 2px;
}
.policy {
    margin: 10px 20px;
}
#policy .container {
    margin: 20px 60px;
    width: auto;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.sizes table {
    margin-top: 30px;
    font-size: 14px;
}
.table > thead > tr > th {
    color: #808080;
    border: none !important;
    font-weight: normal;
}
.modal-dialog{
    z-index: 10000;
    width: 800px;
    margin: 30px auto;
}
.modal-dialog .container{
    min-width: 1px;
}
.modal.in .modal-dialog {
    max-height: 90%;
    overflow-y: scroll !important;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}
.nicescroll-rails{
    /*display: none;*/
}
/*compare*/
#policy .loading {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
}
#policy .img-model {
    height: 210px;
}
img.new-menu-compare {
    width: 60px;
    /*height: 40px !important;*/
    position: absolute;
    bottom: 10px;
    left: 150px;
}
#policy .selects {
    position: relative;
    font-size: 16px;
    min-height: 36px;
}
#policy .select_wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 36px;
    background: #fff;
    width: 100%;
}
.select_wrapper span {
    display: block;
    margin: 0 30px 0 15px;
    height: 37px;
}
div.scrollable {
    border-radius: 0px;
    color: #687278;
    display: none;
    position: absolute;
    left: 0px;
    top: -600%;
    width: 100%;
    z-index: 3;
    height: 400px;
    overflow-y: hidden;
}
.selects .select_wrapper .select_inner, .selects .select_wrapper .select_inner2 {
    background: #1a1a1a;
    color: #fff;
    top: 1px;
}

.select_wrapper .select_inner li:first-child, .select_wrapper .select_inner2 li:first-child {
    margin-top: 20px;
}
.selects .select_wrapper .select_inner li, .selects .select_wrapper .select_inner2 li {
    border-bottom: 1px solid #575756;
    padding: 0 15px;
    height: 37px;
}
#policy .selects label {
    position: absolute;
}
.img-flag-big {
    margin-right: 5px;
    margin-bottom: 2px;
    width: 30px;
}
.select2-results__option .img-flag-big, .select2-results__option .img-flag{
    margin-left: 20px;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: solid 1px #f2f2f2;
    border-radius: 0;
}
.graphics img.thumb1, .graphics img.new1, .graphics img.thumb2, .graphics img.new2 {
    margin-top: 30px;
    padding: 20px;
}
img.new-item-compare2 {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 10%;
    bottom: 10%;
}
/* ==========================================================================
  @company
   ========================================================================== */
#carousel-company{
    height: auto;
}
.box-slider {
    padding-left: 5%;
    background: #f4f4f4;
    margin-top: 50px;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.box-slider .carousel-indicators {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 15;
    width: auto;
    padding-left: 0px;
    margin-left: -50px;
    text-align: left;
    list-style: outside none none;
    background-color: #f4f4f4;
    height: 100%;
    padding-right: 5px;
}
.box-slider .carousel-indicators li {
    display: block;
    width: auto;
    height: 45px;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-family: 'galanogrotesquebold';
    font-size: 25px;
}
.box-slider .caption {
    font-family: 'latolight';
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    height: auto !important;
    padding: 20px;
    width: 30%;
    margin-right: 120px;
}
.box-slider .img-carousel{
    width: 100%;
}
.box-slider .caption-center{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
}

.section{
    min-height: 600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    background-color: #fff;
    height:auto;
}

.section >div:not(.col-sm-offset-6), .section .boxed-middle >div{
    margin: auto;
}
h2.semi-width{
    width: 60%;
}
.overflow-hidden{
    overflow: hidden;
    height: 100%;
}
.section p{
    font-family: 'latolight';
}
.section .boxed-middle{
    height: 600px;
}
.section .boxed-middle >div{
    width: 80%;
    text-align: left;
}
.bggray {
    background-color: #F2F2F2 !important;
}
.bggray h2{
    margin: 0 0 60px;
}
.boxed-middle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
/* ==========================================================================
  @support
   ========================================================================== */
.mtop{
    margin-top: 50px;
}
.section-support{
    min-height: 600px;
    overflow: hidden;
    margin: 0 -15px;
    background-color: #fff;
}
.section-support.auto{
    height: auto;
}
.section-support h2{
    margin: 60px auto;
}
.section-support .container{
    margin-bottom: 60px;
}
.mtop .boxed-middle{
    height: 600px;
}
.mtop .boxed-middle >div{
    margin: auto;
}
img.img20 {
    width: 145px;
    margin-bottom: 30px;
}

.soporte img.img20 {
    height: 289px;
    margin-bottom: 30px;
    width: auto;
}
.soporte div.img20 {
    height: 289px;

}
.soporte img{
    margin-bottom: 30px;

    margin-left: auto;

    margin-right: auto;
}
.col-xs-manual h3{
    margin-left: 10px;
}
.col-xs-manual{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.col-xs-manual ul {
    text-align: left;
}
ul.manual-list {
    margin-left: 0px;
    padding-left: 0;
}
ul.manual-list li a {
    color: #303030;
    line-height: 30px;
}
ul.manual-list li a:hover {
    color: #666;
}
#section1 li.active, #section1 li:hover {
    color: #f00001;
    cursor: pointer;
}
.faq {
    display: none;
}
#section1 .boxed-middle{
    height: 250px;
}
.section .img-dinamic2{
    width: 100%;
}
#c_form {
    font-family: "latolight";
    margin-bottom: 60px;
}
.form-control{
    box-shadow:none;
    font-size: 14px;
    margin-bottom: 30px;
}
#c_form textarea {
    height: 220px;
    padding: 5px 15px;
    border-radius: 2px;
}
#c_form .cont-bloque-text {
    position: relative;
    background-color: #f2f2f2;
    height: 1px;
    margin-top: 10px;
}
.support-tfn {
    font-family: 'galanogrotesquebold';
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
}
#c_enviar{
    width: 100%;
}
/* ==========================================================================
  @blog
   ========================================================================== */
#charge .news-box:nth-child(odd), .box-details {background: #F2F2F2}
#charge .news-box:nth-child(even) {background: #FFF}

.news-box .thumbnail {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}
.news-box h3{
    margin-top: 30px;
}
.fecha2{
    background: #f2f2f2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 49%, #1a1a1a 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(49%,#f2f2f2), color-stop(50%,#1a1a1a), color-stop(51%,#f2f2f2), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 49%,#1a1a1a 50%,#f2f2f2 51%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#f2f2f2 49%,#1a1a1a 50%,#f2f2f2 51%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 49%,#1a1a1a 50%,#f2f2f2 51%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 49%,#1a1a1a 50%,#f2f2f2 51%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
    background-image: url("../img/line.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    margin: 30px auto 40px;
}  
.fecha {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #1a1a1a 50%, #ffffff 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#1a1a1a), color-stop(51%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#1a1a1a 50%,#ffffff 51%,#ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#1a1a1a 50%,#ffffff 51%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#1a1a1a 50%,#ffffff 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#1a1a1a 50%,#ffffff 51%,#ffffff 100%);
    background-image: url("../img/line.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    margin: 30px auto 40px;
}
.box-fecha {
    color: #FFF;
    display: inline-block;
    background: #f00001 none repeat scroll 0% 0%;
    padding: 8px 16px;
    font-size: 18px;
}
.fecha.lower, .fecha2.lower {
    margin: 15px auto;
}
.box-read2 {
    color: #f00001;
    display: inline-block;
    background: #f2f2f2 none repeat scroll 0% 0%;
    padding: 8px 16px;
    font-size: 18px;
    border: solid 1px #f00001;
}
.box-read2:hover{
    background-color: #f00001;
}
.box-read2:hover a{
    color: #fff;
}
.box-read {
    color: #f00001;
    display: inline-block;
    background: #ffffff none repeat scroll 0% 0%;
    padding: 8px 16px;
    font-size: 18px;
    border: solid 1px #f00001;
}
.caption.lower {
    margin-bottom: 30px;
}
.caption .social.red {
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.thumbnail p {
    margin: 0px auto;
    font-size: 18px;
}
.container-blog .thumbnail p {
    /*margin: 30px auto;*/
    font-size: 18px;
}
.details hr {
    height: 2px;
    color: #AAA;
    background-image: url("../img/line.jpg");
    background-repeat: repeat-x;
    background-position: center center;
}
.boxed .item, .news-box .item{
    background-color: transparent;
    margin-bottom: 20px;
}
.article-blog{
    margin: 60px 0px;
}

/* ==========================================================================
  @family
   ========================================================================== */
.big-banner{
    position: relative;
}
.big-banner h1{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0px;
    text-align: center;
    right: 0px;
    color:#fff;
}
.big-banner h1 small{
    color:#fff;
    font-family: 'galanogrotesquebold';
    font-size: 40%;
}
/* ==========================================================================
  @community
   ========================================================================== */
#multimedia, #moments{
    padding: 5%;
    background-color: #fff;
}
#multimedia label{
    display: inline-block;
    font-family: 'latolight';
    font-weight: normal;
    margin-right: 20px;
}
#multimedia .marginbtn, #moments .marginbtn{
    margin-bottom: 50px;
    position: relative;
}
.grid{
    width: 100%;
}
.grid::after, .grid::before{
    clear: both;
    display: table;
    content: " ";
}
.property .pack{
    display: flex;
}
.property.masonry {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    font-size: 16px;
    width: 32.1%;
    float: left;
    margin-bottom: 15px;
    overflow: visible;
    display: table;
}
#moments .property.masonry {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    font-size: 16px;
    width: 24.1%;
    float: left;
    margin-bottom: 15px;
    overflow: visible;
    display: table;
}
#moments .bgadaptable{
    position: absolute;
    z-index: 10;
    color: rgb(255, 255, 255);
    top: 20%;
}
#moments-div{
    width: 100%;
    min-height: 50px;
}
.bgadaptables{
    background: url(../../img/moments.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#moments .container-fluid{
    margin: -6% -6% 0;
    margin-bottom: 50px;
    color: #fff;
    padding: 3%;

}
.property.masonry .inner {
    /*-moz-backface-visibility: hidden;*/
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.property.masonry:hover img {
    top: 0;
}
.property.masonry aside {
    border: 2px solid #f3f3f3;
    background-color: #fff;
    padding: 15px 15px 10px 15px;
    position: relative;
    top: -2px;
}
.property.masonry aside h3 {
    -moz-backface-visibility: hidden;
    color: #073855;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.property.masonry aside figure {
    -moz-backface-visibility: hidden;
    margin-bottom: 10px;
}
.property.masonry aside p {
    -moz-backface-visibility: hidden;
    margin-bottom: 10px;
}
.property.masonry aside .link-arrow {
    border-top: 2px solid #f3f3f3;
    display: block;
    font-size: 14px;
    padding-top: 10px;
}
.property.masonry .property-image {
    position: relative;
    margin-bottom: 0;
}
.property.masonry .property-image img {
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.property.masonry .property-image:hover img {
    -moz-transform: scale(1.1) rotate(0.01deg);
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
}
.property.masonry .property-image:hover .type img {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.property.masonry .property-image .overlay {
    top: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.property.masonry .property-image .overlay .tag {
    -moz-backface-visibility: hidden;
}
.property.masonry .property-image .ribbon {
    top: 15px;
    bottom: inherit;
}
.masonry-hide-other {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.masonry-show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.property:hover img, .property:active img, .property:focus img {
    -moz-backface-visibility: hidden;
    top: -10px;
}
.property.masonry:hover img {
    top: 0;
}
.property.masonry .property-image img {
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity:  0;
}
.property.masonry .property-image:hover img {
    -moz-transform: scale(1.1) rotate(0.01deg);
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
}
.property .property-image {
    overflow: hidden;
    width: 100%;
}
.property.masonry .property-image {
    position: relative;
    margin-bottom: 0;
}
.property h2{
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.header-v{
    padding: 50px;
    cursor: pointer;
}
.dropdown-short .thumbnail .caption {
    padding: 9px 0px;
    color: #333;
    min-height: 70px;
}
/* ==========================================================================
  @media
   ========================================================================== */
@media screen and (max-width: 1640px) {
    .img-dinamic{
        height: 100%;
        width: auto;
        max-width: initial;
    }
    .box-slider .carousel-indicators li {
        height: 42px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1440px) {
    .box-slider .img-carousel{
        width: 100%;
        min-height: auto;
        max-width: 100% !important;
        height: auto;
        margin: 0;
    }
    .box-slider .carousel-indicators li {
        height: 40px;
        font-size: 20px;
    }
    .box-slider .caption {
        width: 40%;
    }
    ul.manual-list li a {
        font-size: 14px;
    }
    img.new-item {
        width: 180px;
        height: auto;
    }
    .col-xs-20 img.preload{
        width: 120px;
    }
    h1 {
        font-size: 42px;
    }
    #multimedia h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

}
@media screen and (min-width: 1200px){
    .separa0{
        margin-left: 0;
    }
    .separa25{
        margin-left: 25%;
    }
    .separa33{
        margin-left:33.33333%;
    }
    .separa16{
        margin-left: 16.66666%
    }
    .separa8{
        margin-left: 8.33333%
    }
    .separa40{
        margin-left: 40%;
    }

}
@media screen and (min-width: 767px){

    .relative{
        position: relative;
    }
}
@media screen and (max-width: 1280px) {
    .bx-wrapper .bx-caption h1 {
        font-size: 48px;
    }
    .effects h3 {
        font-size: 18px;
    }
    .navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group) > a {
        color: #fff;
        background-color: transparent;
        padding: 15px 30px 15px 20px;
    }
    .navbar .navbar-nav > li:not(.dropdown) ul li.dropup-right-onclick > .dropdown-menu, .navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-right-onclick > .dropdown-menu, .navbar .navbar-nav > li:not(.dropdown) ul li.dropup-right-onhover > .dropdown-menu, .navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-right-onhover > .dropdown-menu {
        padding: 0px;
        width: 100%;
        min-width: 280px;
    }
    .navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group)  a li a {
        color: #fff;
        background-color: transparent;
        padding: 15px 30px 15px 50px;
    }
    #graphics .thumbnail h3 {
        font-size: 16px;
    }
    img.new-item {
        width: 150px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        margin: 2% 4%;
    }
    .quick-navigation ul li a {
        margin: 15px 15px;
        font-size: 12px;
    }
    .flex-center{
        display: block;
    }
    .box-slider {
        padding-left: 5%;
        background: #f4f4f4;
        margin-top: 50px;
        height: 350px;
        overflow: hidden;
    }
    .box-slider .carousel-indicators {
        position: absolute;
        top: 0;
        left: 20px;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        margin: 0;
        height: auto !important;
        min-height: auto;
    }
    .box-slider .carousel-indicators li {
        height: 28px;
        font-size: 14px;
    }
    .box-slider .caption {
        width: 60%;
    }
    .img-dinamic2 {
        height: auto;
        width: 100%;
        max-width: initial;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn {
        border-color: #f00001 !important;
    }
    #slider-company{
        margin: 0;
    }
    .property.masonry{
        width: 49.1%;
    }
}
@media screen and (max-width: 991px) {
    .col-xs-manual {
        width: 33%;
        float: left;
        padding: 0 15px;
    }
    h2.semi-width{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    /*#page-footer .border-right{
            border-right: solid 1px #ededed;
    }*/


    #graphics2 .div-table {
        display: table;
        width: 100%;
        text-align: center;
    }
    #graphics2 .div-table-cell {
        height: 400px;
    }
    .bx-wrapper .bx-controls-direction a{
        display: none;
    }
    .article-blog{
        margin: 60px 15px;
    }
    .item-title {
        position: relative;
        text-align: center !important;
        bottom: 0px;
        left: 0%;
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

    .item-title p{
        padding-top: 10px;
    }
    #selectLang {
        width: 100%;
        padding: 10px;
    }
    img.logo-lang {
        width: 120px;
        margin-left: 5%;
        position: absolute;
        z-index: 1;
    }
    .grid2 p {
        font-size: 16px !important;
    }
    .lang-image {
        position: absolute;
        width: auto;
        max-width: 200%;
    }
    .select2-container, .select2-container:focus {
        z-index: 100001;
        min-width: 210px;
        border-color: #f2f2f2 !important;
        outline: #f2f2f2 !important;
    }
    #selectLang h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .relative{
        position: relative;
    }
    #page-footer{
        display: table;
    }
    .bx-wrapper .bx-caption h1 {
        font-size: 32px;
    }
    .effects h3 {
        font-size: 18px;
    }
    .header{
        border: 0;
    }
    .navbar-header img {
        width: 120px;
    }
    .section {
        height: auto;
        padding:0!important;
        width: 100%;
        margin: 0;
        min-height: 300px;
    }
    .section.block h2 {
        margin: 30px;
    }



    .section.block p {
        font-family: 'latolight';
        padding: 10px;
        margin: 0 10px;
    }
    .section.block p.priceg{
        /*display: inline-block !important;
        background: #1a1a1a !important;
        color: #fff !important;
        padding: 10px 12px !important;
        opacity: 1 !important;*/
        margin-top: 10px;
    }
    .section.block > div.col-xs-offset-6 {
        margin-left: 0;
        width: 100%;
    }
    #visor, #security, #ventilation {
        height: auto;
    }
    .img-dinamic {
        height: auto;
        width: 100%;
        max-width: initial;
    }
    #description img, #shell img.itembackground, #comfort img.itembackground {
        opacity: 0;
    }
    #description img{
        opacity: 1;
        opacity: 1;
        max-width: 2500px;
        height: 100%;
        width: auto;
    }
    #init h2{
        margin: 0;
    }
    .marginbtn{
        margin-bottom: 50px;
    }
    #technics td{
        display: block;
    }
    #technics td.vertical div{
        float: none;
    }
    #init{
        min-height: 250px;
    }
    #init .marginbtn {
        margin-bottom: 10px !important;
    }
    .marginbtn{
        margin-bottom: 30px !important;
    }

    #eicma .image .marginbtn{
        margin-bottom: 10px !important;
    }
    .quick-navigation.navbar .navbar-header {
        position: absolute;
        right: 0;
        left: initial;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .quick-navigation.navbar.navbar-inverse .navbar-toggle{
        border-radius: 0px;
        padding: 18px;
    }
    .tit-name{
        background-color: #666;
        color: #fff;
        padding: 15px;
    }
    .quick-navigation ul li {
        display: block;
        font-size: 14px;
        margin: 0 -3px;
        position: relative;
    }
    .quick-navigation.navbar.navbar-inverse .navbar-collapse{
        padding-top: 49px;
        margin-left: -15px;
    }
    .popover {
        width: auto;
    }
    .modal-window .modal-wrapper .modal-body .gallery.big {
        width: 480px;
        margin: auto;
    }
    .quick-navigation.navbar .navbar-header{
        display: block;
    }
    .quick-navigation.navbar.navbar-inverse .navbar-collapse {
        display: auto;
        margin-left: -15px;
    }
    #navbar-quick ul{
        width: 100%;
    }
    #navbar-quick.collapse ul.nav{
        display: none;
    }
    #navbar-quick.collapse.in ul.nav{
        display: block;

    }
    #navbar-quick .navbar-nav > li > a {
        width:100%;
        padding: 15px 10px 10px 10px !important;
    }
    .items-list .inner .results {
        height: 0;
    }
    .box-slider .caption {
        font-family: 'latolight';
        position: relative;
        top: 0;
        right: 0;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.8);
        height: 150px;
        padding: 20px;
        width: 100%;
        margin-right: 0;
    }
    .box-slider {
        padding-left: 0;
        background: #ffffff;
        margin-top: 0;
        height: auto;
        overflow: hidden;
    }
    .box-slider .carousel-indicators {
        position: relative;
        top: 0;
        left: 0px;
        z-index: 15;
        width: 100%;
        padding-left: 0px;
        margin: 30px 50px 10px 0;
        text-align: right;
        list-style: outside none none;
        width: 100%;
        display: block;
    }
    #carousel-company {
        height: 470px;
    }
    .box-slider .carousel-indicators li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 1px;
        text-indent: 0;
        cursor: pointer;
        background-color: transparent;
        border-radius: 0;
        border: none;
        font-family: 'galanogrotesquebold';
        font-size: 16px;
        padding: 3px 6px;
    }
    .box-slider .carousel-indicators li.active{
        background-color:#f2f2f2;
    }
    .section .boxed-middle {
        height: auto;
    }
    .bggray h2 {
        margin: 30px auto;
    }
    .section.bggray{
        padding-bottom: 30px !important;
    }
    .col-xs-manual {
        width: 50%;
        float: left;
        padding: 0 35px;
    }
    .section-support .container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .section-support h2 {
        margin: 30px auto;
    }
    .modal .modal-dialog {
        width: 100%;
        margin: 50px auto;
    }
    .box-slider .caption {
        color: #303030;
        background-color: #fff;

    }
    #multimedia .marginbtn div:not(.icheckbox) {
        text-align: left !important;
        margin-top: 20px;
    }
    #multimedia .marginbtn div h1{
        text-align: center !important;
    }
    #multimedia label{
        display: inline-block;
    }
    .property.masonry{
        width: 99.1%;
    }
    #moments .property.masonry {
        width: 47.1%;

    }
    .bgadaptables img{
        width: 50%;
        margin-top: 40px;
    }
    #multimedia .marginbtn div.center-block {
        text-align: center !important;
    }

}
@media screen and (max-width: 480px) {
    .soporte img {

        max-width: 250px;

    }
    .popover {
        width: auto;
    }
    .modal-window .modal-wrapper .modal-body .gallery.big {
        width: 100%;
        margin: auto;
    }
    #galeria .new-menu-item {
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 15px;
        width: 50px;
    }
    .big .owl-controls .owl-next {
        right: -30px;
        position: absolute;
    }
    .big .owl-controls .owl-prev {
        left: -30px;
        position: absolute;
    }
    .col-xs-manual {
        width: 100%;
        float: left;
        padding: 0 55px;
    }
    #section1 .boxed-middle {
        height: auto;
    }
    .section-support {
        min-height: auto;
    }
    .bx-wrapper .bx-caption h1 {
        font-size: 22px;
    }
    .bx-wrapper .bx-caption h1 small {
        font-size: 70%;
    }
    .bx-wrapper .bx-caption {
        font-size: 16px;
    }
    .effects h3 {
        font-size: 16px;
    }
    .effects .overlay {
        height: 55px;
    }
    h1 {
        font-size: 28px;
    }
    .policy {
        margin: 0;
    }
    #policy .container {
        margin: 0;
        width: auto;
    }
    #multimedia {
        padding: 15% 5px;
        background-color: #fff;
    }
    #multimedia .select2-container, .select2-container:focus {

        min-width: 100%;

    }
    #moments .property.masonry {
        width: 99.1%;

    }
    .bx-wrapper .bx-caption.bcenter, .bx-wrapper .bx-caption.bleft, .bx-wrapper .bx-caption.bright,
    .bx-wrapper .bx-caption.tleft, .bx-wrapper .bx-caption.tright,.bx-wrapper .bx-caption.tcenter,
    .bx-wrapper .bx-caption.cleft,.bx-wrapper .bx-caption.cright,.bx-wrapper .bx-caption.none{
        position: absolute;
        bottom: 30%;
        margin-top: 0px;
        width: 90%;
        top: auto;
        left: 5%;
    }
}
.red .text-danger{
    color: #333;
}
#multimedia .select2-container{
    z-index: 10;
}
h2 small{
    text-transform: lowercase;
}
.item-title h2 small{
    text-transform: uppercase;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /*max-width: 1170px;*/
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #e2e2e2;
}
@media only screen and (min-width: 1170px) {
    #page-canvas.cssanimations{
        background-color: #f2f2f2 !important;
    }
    #cd-timeline {
        margin-top: 0em;
        margin-bottom: 6em;
    }
    #cd-timeline:first-child {
        margin-top: 0;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #e2e2e2;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
.cd-timeline-img {
    width: 26px;
    height: 26px;
    left: 50%;
    margin-left: -13px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.cd-timeline-img:hover, .cd-timeline-img.active {
    width: 36px;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    background: #f00001;
    top: 12px;
}

@media only screen and (max-width: 1170px) {	
    .cd-timeline-img, .cd-timeline-img.active,.cd-timeline-img:hover {
        left: 20px;
    }
}
@media only screen and (min-width: 1170px) {

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0;
    padding: 1em;
}
.cd-timeline-content h2{
    margin-top: 20px;
    margin-bottom: 30px;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }

}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1280px)  {
    .thumbnail p {
        margin: 0px auto;
        font-size: 14px;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){
    #init h2 {
        margin: 20px;
    }
    .map-canvas .map, #map{    
        min-height: 350px;
    }
}


#graphics .thumbnail, #accessories .thumbnail {
    border-radius: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 0;
}
#accessories .thumbnail {
    border: 1px solid #ddd;
}
.modal-window .modal-background {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}
.modal-window .owl-carousel .owl-item {
    background-color: transparent;
}

.gallery-ico p{
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
}
/* .gallery-ico{
     min-height: 310px;
 }*/
.thumbnail .caption {
    padding: 9px 0;
}
@media screen and (max-width: 1500px){
    .gallery-ico p{
        padding: 10px 0;
        margin: 0;
        font-size: 16px;
    }
    /* .gallery-ico{
         min-height: 253px;
     }*/
}

@media screen and (max-width: 1396px){
    .gallery-ico p{
        padding: 5px 0;
        margin: 0;
        font-size: 12px;
    }
    /* .gallery-ico{
         min-height: 226px;
     }*/
}

@media screen and (max-width: 1081px){
    .gallery-ico p{
        padding: 10px 0;
        margin: 0;
        font-size: 14px;
    }
    /* .gallery-ico{
         min-height: 276px;
     }*/
}

@media screen and (max-width: 836px){
    .gallery-ico p{
        padding: 10px 0;
        margin: 0;
        font-size: 14px;
    }
    /* .gallery-ico{
         min-height: 335px;
     }*/
}

@media screen and (max-width: 480px){
    .gallery-ico p{
        padding: 10px 0 !important;
        margin: 0 !important;
        font-size: 11px;
    }
    /* .gallery-ico{
         min-height: 215px;
     }*/
}
.slider-wrapper.theme-default{
    background-image: url(/img/background-2.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

.priceg{
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 0px 12px !important;
    opacity: 1;
}

.red{
    color: #fd110f;
}

.line-eicma{
    background: rgba(252,29,29,1);
    background: -moz-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,29,29,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(100%, rgba(252,125,29,1)));
    background: -webkit-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -o-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: linear-gradient(to right, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1d1d', endColorstr='#fc7d1d', GradientType=1 );
}

.center-block img{
    margin: auto;
}
.mb15{
    margin-bottom: 15px;
}
.mt15{
    margin-top: 15px;
}

#multimedia .overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}













#multimedia .nop-vi .overlay {
    opacity: 1;
}
#multimedia .nop-vi .overlay p{
    display: none
}

#multimedia .nop-vi .overlay h2{
    font-size: 24px;
}

#multimedia .overlay {
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#multimedia .desover{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#multimedia .desover:hover .overlay {
    opacity: 1;
}
#multimedia .desover a{
    font-size: 40px;
    color: #fff;
}
#multimedia .desover a:hover{
    opacity: 0.8;
}
#multimedia .no-border{
    border: none !important;
}
.desover td.text-right{
    text-align: right !important;
}
.desover td.text-left{
    text-align: left !important;
}
.desover h2 {
    margin: 0 0 10px;
}
.opacity-100:hover {
    opacity: 0.8;
}

.eicma-logo, .eicma-10, .eicma-text{
    position: absolute;
}
.eicma-logo{
    width: 20%;
    top:0;
    right: 5%;
    margin-top: 0 !important;
}
.eicma-text{
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 0 !important;
}
.eicma-10{
    width: 10%;
    bottom: 5%;
    right: 5%;
    margin-top: 0 !important;
}
.container-eicma{
    padding: 5px;
}

.container-eicma div{
    margin: 0 !important
}
.error-b{
    border-color: rgba(252,29,29,1)!important;
}
.loading-eicma{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 10;
    display: none;
}
.loading-eicma::after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 1;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    bottom: 0;
    display: block;
    color: #8d8d8d;
    content: "\f1ce";
    margin: auto;
    left: 0;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    z-index: 2;
    font-size: 64px;

    background: rgba(252,29,29,1);
    background: -moz-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,29,29,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(100%, rgba(252,125,29,1)));
    background: -webkit-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -o-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    background: linear-gradient(to right, rgba(252,29,29,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(252,125,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1d1d', endColorstr='#fc7d1d', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#eicma .marginbtn {
    margin-bottom: 50px;
    position: relative;
}
.checkbox .icheckbox{
    border: solid 1px transparent;
}

#eicma .modal-window .modal-background {
    background-color: rgba(0, 0, 0, 0.7);
}

#eicma .modal-window .modal-wrapper .modal-body{
    margin-top: 50px !important;
}

#eicma .btn-modal{
    margin-left: -7px;
    margin-right: -7px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#eicma .big .table-graph {
    padding: 0 7px;
}

#eicma .image .marginbtn{
    margin-bottom: 10px;
}

#eicma .big .owl-controls .owl-prev::after, #eicma .big .owl-controls .owl-next::after {
    font-size: 66px;
    height: 66px;
}
#eicma .big .owl-controls .owl-next {
    right: -40px;
    position: absolute;
}
#eicma .modal-window .modal-wrapper .modal-body .gallery .owl-controls .owl-next, #eicma .modal-window .modal-wrapper .modal-body .gallery .owl-controls .owl-prev {
    background-color: transparent;
}
#eicma .modal-window .modal-wrapper .modal-body .gallery .owl-controls .owl-next::after, 
#eicma .modal-window .modal-wrapper .modal-body .gallery .owl-controls .owl-prev::after {
    color: #f00001;
}

#eicma .modal-window .modal-wrapper .modal-body .gallery.big {
    width: 1020px;
}
#eicma .modal-window .modal-wrapper {
    top: 20px;
}


.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-item {
    color: tomato;
    padding: 5px;
    width: 320px;
    height: 180px;
    margin: 10px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

#eicma .flex-item p{
    color: tomato;
    margin-bottom: 150px;
    display: block;
    font-size: 18px;
}
#eicma .image{
    background:#1a1a1a;
}
.soporte{
    width: 100%;
}

#eicma ul.inline{
    margin: auto;
    display: table;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

#eicma ul.inline li{
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
    height: 6.5rem;
}
#eicma ul.inline li span{
    margin-left: 40px;

}
#eicma ul.inline li img{
    height: 4.5rem;
}

#eicma h4{
    text-transform: uppercase;
}
#galeria ul.inline {
    margin: auto;
    display: table;
    text-align: left;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0;
}
#galeria ul.inline li {
    font-size: 0.8rem;
    display: table-cell;
    vertical-align: middle;
    height: 2rem;
    width: 25px;
    text-align: left;
}
#galeria ul.inline li span {
    margin-left: 10px;
}
#galeria ul.inline li img {
    height: 1.5rem;
    margin: 0 5px;
}
@media screen and (max-width: 1280px) {
    #eicma .modal-window .modal-wrapper .modal-body .gallery.big {
        width: 820px;
    } 
    #eicma ul.inline {
        margin: auto;
        display: table;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    #eicma ul.inline li {
        font-size: 1.5rem;
        display: table-cell;
        vertical-align: middle;
        height: 4.5rem;
        padding: 0;
    }
    #eicma ul.inline li img {
        height: 2.5rem;
    }
    #eicma ul.inline li span {
        margin-left: 20px;
    }
}
@media screen and (max-width: 880px) {
    #eicma .modal-window .modal-wrapper .modal-body .gallery.big {
        width: 620px;
    } 
    .marginbtn-xs{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 680px) {
    #eicma .modal-window .modal-wrapper .modal-body .gallery.big {
        width: 100%;
    } 
    #eicma .modal-window .modal-wrapper {
        top: 0px;
    }
    #eicma .owl-item .col-xs-9,#eicma .owl-item .col-xs-3{
        float: none;
        width: 100%
    }
    .owl-item .col-xs-3{
        background: #fefefe;
    }
    #eicma .btn-modal{
        position: relative;
        bottom: 0;
        margin: 0;
        padding-bottom: 10px;
    }
    #eicma .image{
        background:#fefefe;
    }
}

@media screen and (max-width: 480px) {
    #eicma ul.inline li {
        font-size: 1.1rem;
    }
}


@media screen and (max-width: 991px) {
    #eicma .modal-window .modal-wrapper .modal-body .gallery.big .owl-controls {
        position: relative;
        top: -10%;
        width: 90%;
        margin: auto;
        display: none;
    }
}@media screen and (min-width: 2220px){
    #description img {
        max-width: 1920px;
        margin-left: 10%;

    }
    #shell img.itembackground, #comfort img.itembackground {
        right: 10%;
    }
    .img-dinamic {
        margin-top: -30%
    }
}

/**
 * Accessories carousel
 */

.ls2-acc-carousel-right {
    padding-left: 15px;
    padding-right: 15px;
}
.ls2-acc-carousel-right.acc-half-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #000 58%, transparent 0);
}
.ls2-acc-carousel-right.acc-half-bg > h2 {
    color: #fff;
}
.ls2-acc-carousel-right-container {
    position: relative;
}
@keyframes arrowLeft { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@keyframes arrowRight { 
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.ls2-acc-carousel-left-arrow,
.ls2-acc-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.ls2-acc-carousel-left-arrow {
    left: 50px;
}
.acc-dark-mode .ls2-acc-carousel-left-arrow,
.acc-dark-mode .ls2-acc-carousel-right-arrow {
    background-color: #000;
}
.ls2-acc-carousel-right-container .owl-prev.disabled .ls2-acc-carousel-left-arrow,
.ls2-acc-carousel-right-container .owl-next.disabled .ls2-acc-carousel-right-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}
.ls2-acc-carousel-right-arrow {
    left: auto;
    right: 20px;
}
.ls2-acc-carousel-left-arrow svg, 
.ls2-acc-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ls2-acc-carousel-left-arrow svg line, 
.ls2-acc-carousel-right-arrow svg line {
    stroke: #333;
}
.acc-dark-mode .ls2-acc-carousel-left-arrow svg line, 
.acc-dark-mode .ls2-acc-carousel-right-arrow svg line {
    stroke: #fff;
}
.ls2-acc-carousel-right-container .owl-prev.disabled .ls2-acc-carousel-left-arrow svg line, 
.ls2-acc-carousel-right-container .owl-next.disabled .ls2-acc-carousel-right-arrow svg line {
    opacity: 0.5;
}
.ls2-acc-carousel-right-container .owl-prev:not(.disabled) .ls2-acc-carousel-left-arrow:hover, 
.ls2-acc-carousel-right-container .owl-next:not(.disabled) .ls2-acc-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.ls2-acc-carousel-right-container .owl-prev:not(.disabled) .ls2-acc-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.ls2-acc-carousel-right-container .owl-next:not(.disabled) .ls2-acc-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.ls2-acc-carousel-right-container .owl-nav {
    height: 0;
}
.ls2-acc-carousel-right-container .owl-prev.disabled, 
.ls2-acc-carousel-right-container .owl-prev.disabled {
    cursor: default;
}
.ls2-acc-carousel-right-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.ls2-acc-carousel-right.acc-has-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.ls2-acc-carousel-right-intro {
    margin-right: 30px;
    width: 25%;
}
.ls2-acc-carousel-right.acc-has-intro .ls2-acc-carousel-right-container {
    width: 75%;
}

.jsgif{
    position: relative;
    width: 100%;
}
.jsgif canvas{
    width: 100%;
    height: auto;
}

.jsgif .jsgif_toolbar{
    display: none; 

}

.jsgif .gifcontrol{
    position: absolute;
    top: 0;
    z-index: 1;
}
.content-midle{
    display: flex;
z-index: 2;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 575px) {
    #accessories article {
        margin-left: 0;
        width: 100%;
    }
    .ls2-acc-carousel-left-arrow {
        left: 25px;
    }
    .ls2-acc-carousel-right-arrow {
        left: auto;
        right: -40px;
    }
    #accessories h3 {
        margin: 0;
    }
}