* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-word-wrap: break-word;
    -moz-word-wrap: break-word;
    -ms-word-wrap: break-word;
    -o-word-wrap: break-word;
    word-wrap: break-word;
}

html {
    overflow-x: hidden;
}


@media screen and (min-width: 768px) {

    .uk-flex-medium {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (max-width: 769px) {
    #tm-top-e h2 {
        font-size: 20px !important;
        line-height: 1 !important;
    }
    #tm-top-e h2 span {
        font-size: 27px !important;
    }
    #tm-top-e .img-top-e img {
        width: 250px;
    }
    #tm-top-e p {
        font-size: 22px !important;
        line-height: 1;
    }
    #tm-top-e p i {
        padding: 7px !important;
        font-size: 16px !important
    }
}

/*@media (min-width: 1220px) {
.uk-container {
    max-width: 1400px;
    padding: 0 35px;
}
}*/

/* Fonts */
h1, h2, h3, h4, h5, h6 {
     font-family: 'D-DIN Exp';
}

html, body, div, span, p {
     font-family: 'D-DIN Exp';
}

ul.coqui-box-attr > li {
    font-family: 'D-DIN Exp';
    font-size: 18px;
    line-height: 24px;
}


/* Header */
header#tm-top-header {
    background-color: #EB3027;
    padding: 10px 0px;
}

/* Top a */

section#tm-top-a {
    background: rgb(61,174,72);
    background: -moz-linear-gradient(top, rgba(61,174,72,1) 50%, rgba(11,68,111,1) 100%);
    background: -webkit-linear-gradient(top, rgba(61,174,72,1) 50%,rgba(11,68,111,1) 100%);
    background: linear-gradient(to bottom, rgba(61,174,72,1) 50%,rgba(11,68,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dae48', endColorstr='#0b446f',GradientType=0 );
}

#tm-top-a > div.uk-container.uk-container-center .uk-grid.uk-flex-middle.uk-flex-center {
    width: 1099px;
    max-width: 100%;
    margin: 0px auto;
}

/* Top B */

.tm-product-image > img {
    width: 100%;
    text-align: center;
}

.tm-product-content {
    background: rgb(61,174,72);
    background: -moz-linear-gradient(top, rgba(61,174,72,1) 50%, rgba(11,68,111,1) 100%);
    background: -webkit-linear-gradient(top, rgba(61,174,72,1) 50%,rgba(11,68,111,1) 100%);
    background: linear-gradient(to bottom, rgba(61,174,72,1) 50%,rgba(11,68,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dae48', endColorstr='#0b446f',GradientType=0 );
    padding: 20px 10px;
}

h3.tm-product-title {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-style: italic;
    font-size: 35px;
    line-height: 40px;
    padding: 5px 15px;
    margin-left:-10px;
    margin-top: -45px;
}

h3.tm-product-title::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    display: block;
    background-color: #004073;
    width: 253px;
    max-width: 100%;
    height: 100%;
    transform: skew(-45deg);
    margin-left: -40px;
}

ul.tm-product-detail-list > li {
    color: #eb3027;
}

ul.tm-product-detail-list > li  {
    color: #ffffff;
    margin: 0px;
}


/* Top c */

h3.tm-detail-title {
    color: #004073;
    font-style: italic;
    font-size: 25px;
    line-height: 29px;
}


/*Top E*/
#tm-top-e {
    background: rgb(119,209,128);
background: -moz-linear-gradient(180deg, rgba(119,209,128,1) 0%, rgba(0,69,128,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(119,209,128,1) 0%, rgba(0,69,128,1) 100%);
background: linear-gradient(180deg, rgba(119,209,128,1) 0%, rgba(0,69,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77d180",endColorstr="#004580",GradientType=1);
padding: 100px 0px
}

#tm-top-e h2 {
    color: #ffffff;
    font-size: 47px;
    line-height: 1;
    text-transform: uppercase;
}
#tm-top-e h2 span {
    font-weight: bold;
    font-size: 53px;
}
#tm-top-e .img-top-e {
    margin: 60px 0px;
}
#tm-top-e p {
    color: #ffffff;
    margin-top: 60px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 4px;
}
#tm-top-e p i {
    color: #004580;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    font-size: 25px;
}

/* Footer */

footer#tm-footer {
    border-top: 1px solid #eeeeee;
}

section#tm-top-c h2 {
    margin: 0;
    font-size: 28px;
}

section#tm-top-c h2 + p {
    margin-top: 5px;
    font-size: 18px;
}

section#tm-top-c figcaption.uk-overlay-panel.uk-overlay-bottom {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    padding: 20px 35px;
}