/* Stadiums */ .stadiums{ .boxWrapper{ margin: 20px auto; .boxContent{ padding: 20px 20px 14px; .boxElements{ display: inline-block; .flag{ margin: 0 12px 6px 0; } } .boxData{ padding-right: 30px; .GC_title{ height: auto; line-height: normal; font-size: 60px; text-transform: none; text-align: left; font-weight: 600; } .text, strong{ font-family: @type_Special; text-transform: none; font-size: 18px; } } .boxReview{ background: @color02; .border-radius(4px); padding: 15px; .GC_title{ color:@color02_type; text-align: left; font-weight: 100; margin-bottom: 12px; font-size: 16px; } img{ width: 100%; } .text{ text-transform: none; color:@color02_type; font-size: 14px; margin: 10px 0 30px; } } } } @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} } @-webkit-keyframes fadeOut{ 0% {opacity: 1; } 100% {opacity: 0;visibility: hidden; display: none;} } .boxMap{ width: 100%; height: 400px; position: relative; .msjDatos{ display: none; } .msjFadeOut { display: block; animation:fadeOut 1s 1; -webkit-animation:fadeOut 1s 1; animation-fill-mode: forwards; animation-delay:2s; -webkit-animation-delay:2s; /* Safari and Chrome */ -webkit-animation-fill-mode: forwards; } .contentMap{ overflow: hidden; transform: translateZ(0px); margin-bottom: 10px; width: 100%; height: 400px; } .bgColor{ background: @bg; } .textColor{ color: @bg_type; } .terrainColor{ background: darken(@bg,5%); } .roadColor{ background: darken(@bg,10%); } } &.maxSize-767{ .boxWrapper{ .boxContent{ .boxData{ .GC_title{ font-size: 45px; } .text, strong{ font-size: 16px; } } .boxReview{ .GC_title{ font-size: 15px; } .text{ } } } } .boxMap{ height: 300px; .contentMap{ height: 300px; } } } &.maxSize-479{ .boxWrapper{ .boxContent{ .boxData{ padding-right: 0; .GC_title{ font-size: 30px; margin-bottom: 10px; } .text, strong{ font-size: 14px; } } .boxReview{ margin-top: 30px; } } } .boxMap{ height: 250px; .contentMap{ height: 250px; } } } } /* Fin stadiums */