/* Font-faces */
@font-face {
  font-family: "LGSmart-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LGSmart.eot?#iefix") format("embedded-opentype"),
  url("../fonts/LGSmart.woff") format("woff"),
  url("../fonts/LGSmart.ttf") format("truetype"),
  url("../fonts/LGSmart.svg#LGSmart") format("svg");
}
@font-face {
  font-family: "LGSmart-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LGSmart-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/LGSmart-Bold.woff") format("woff"),
  url("../fonts/LGSmart-Bold.ttf") format("truetype"),
  url("../fonts/LGSmart-Bold.svg#LGSmart-Bold") format("svg");
}
body{ margin: 0;}

/* box-sizing */
.mod, .mod *, .mod *::after, .mod *::before {
  box-sizing: border-box;
}

/* modules */
.mod,.mod-section{position:relative}
.mod{background:#ececec;font-size:62.5%;margin:0;padding:0}
.mod img{display:block}
.mod-header::after{clear:both;content:"";display:table}
.mod-container{margin:0 auto;max-width:990px;min-width:768px;width:990px;}
.mod-section{display:table}
.mod-header img,.mod-section img{display:block;height:auto;width:100%}
.mod-section-text{bottom:0;display:table-cell;left:0;margin:auto;position:absolute;right:0;top:0;vertical-align:middle}
.mod-section-text p{color:#6d6e70;font-family:LGSmart-Regular;font-size:21px;line-height:22px;margin: 10px 0;vertical-align:middle}
.mod-section-text2 p{color:#6d6e70;font-family:LGSmart-Regular;font-size:21px;line-height:22px;margin: 10px 0;vertical-align:middle}

.mod-header .mod-section-text {
    display: block;
    left: 3%;
    right: auto;
    vertical-align: baseline;
    width: 80%;
    height: 35%;
    top: auto;
    bottom: 62%;
    text-align: left;
}

.mod-header .mod-section-text p{ margin: 0;}


.mod-header .mod-section-text2 {
    display: block;
    right: 2%;
    vertical-align: baseline;
    width: 14%;
    height: 35%;
    top: auto;
    bottom: 33%;
    text-align: right;
    position: absolute;
}


.mod-section-2 .mod-section-text {
    display: block;
    left: 6%;
    right: auto;
    vertical-align: baseline;
    width: 51%;
    height: 35%;
    top: auto;
    bottom: 51%;
    text-align: left;
}

.mod-section-2 .mod-section-text h2{ margin-bottom: 35%;}

.mod-section-3 .mod-section-text {
    left: 47%;
    right: auto;
    width: 45%;
    height: 52%;
    bottom: -3%;
    text-align: left;
}

.mod-section-4 .mod-section-text {
    left: 12%;
    top: 100%;
    right: auto;
    text-align: right;
    width: 78%;
    height: 58%;
}
.mod-section-4 .mod-section-text.texto2 {
    bottom: 0%;
    top: 40%;
}
.mod-section-5 .mod-section-text {
    left: -53%;
    width: 35%;
    height: 55%;
    top: 13%;
    text-align: left;
}

.mod-section-6 .mod-section-text {
    left: -50%;
    width: 41%;
    height: 55%;
    top: -22%;
}

.mod-section-6 .mod-section-text p small{ margin-top: 62%;}

.mod-section-7 .mod-section-text {
    left: -45%;
    width: 46%;
    height: 55%;
    top: -33%;
    text-align: left;
}

.mod-section-text.mod-section-text3{ bottom: -142%; left: 0%;}
.mod-section-text.mod-section-text3 strong{ color: #ce1855}

.mod-section-text.mod-section-text4{ bottom: 40%; left: -5% !important;}
.mod-section-text.mod-section-text4 strong{ color: #ce1855}


.mod-section-8 .mod-section-text {
    display: block;
    left: 6%;
    right: auto;
    vertical-align: baseline;
    width: 51%;
    height: 35%;
    top: auto;
    bottom: 58%;
    text-align: left;
}

.mod-section-9 .mod-section-text {
    left: -6%;
    width: 80%;
    height: 55%;
    top: -32%;
}

.mod-section-10 .mod-section-text {
    left: -11%;
    width: 79%;
    height: 55%;
    top: -32%;
    text-align: left;
}

.mod-section-11 .mod-section-text {
    left: -39%;
    width: 50%;
    height: 55%;
    top: 7%;
}

.mod-section-12 .mod-section-text {
    left: -55%;
    width: 34%;
    height: 55%;
    top: -40%;
}

.mod-section-12 .mod-section-text p{ color: #FFF;}

.mod-section-13 .mod-section-text {
    left: -12%;
    width: 78%;
    height: auto;
    top: 82%;
}



h2{color:#c70a46;font-family:LGSmart-Bold;font-size:26px;text-transform:uppercase; margin: 0;}
h1{color:#c70a46;font-family:LGSmart-Bold;font-size:50px;text-transform:uppercase; margin: 0;}

p small{font-size:14px;line-height:normal; display: block;}
p small.small-white{ font-size: 12px; color: #FFF;}

/* media queries */
@media all and (max-width: 900px) {
  .mod-section-text p {
    font-size: 19px;
    line-height: 24px;
  }
}