/* allowed for all pages */

.kickass-textbox {
    clear: both;
    max-width: 555px;
    width: 100%;
    height: 339px;
    display: table;
    position: relative;
    overflow: hidden;
}

.kickass-floating-content-image {
    display: table-cell;
    z-index: -1;
    display: block;
    max-width: 555px;
    width: 100%;
    overflow: hidden;
}


.produkter-right-side .kickass-floating-content-image,
.download-right-side .kickass-floating-content-image {
    display: table-cell;
    z-index: -1;
    display: block;
    max-width: 555px;
    width: 100%;
    height: 218px;
    overflow: hidden;
}


.kickass-floating-content-image img {
    max-width: 100%;
    height: 100%;
    vertical-align: top;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.kickass-floating-content-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.kickass-floating-content-info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 49%;
    padding: 32px 0px 27px 32px;
}

.floating-content {
    width: 100%;
    display: block;
    font-family: 'Titillium Web';
}

.floating-title {
    font-size: 2.571rem;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 32px;
}

.floating-sub-title {
    width: 100%;
}

.floating-sub-title h2 {
    font-size: 1.714rem;
    width: 100%;
    display: block;
    font-weight: 500;
    margin: 0;
}

.floating-sub-title h2:after {
    content: '';
    position: absolute;
    left: 30px;
    height: 2px;
    width: 40px;
    display: block;
    margin: 0 auto 0;
    background-color: #ec2028;
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.floating-sub-title:hover h2:after {
    width: 26% !important;
}


#link-wrap {
    max-width: 82%;
    height: auto;
    width: 100%;
    margin-top: 73%;
    border: 1px solid #ec2028;
    overflow: hidden;
    float: left;
    padding: 0 !important;
}

#pgc-7-1-0 #link-wrap {
    max-width: 80%;
    width: 100%;
}

.floating-link {
    width: 74%;
    font-family: 'Open Sans' !important;
    float: left;
    overflow: hidden;
}

.floating-link a {
    background-color: #ec2029;
    text-align: center;
    padding: 9px 15px;
    color: #fff !important;
    display: inline-block;
}


.floating-link a:hover {
    background-color: #fff;
    color: #ec2029 !important;
}

.ga_til_arrow {
    max-width: 25%;
    width: 100%;
    padding: 7px 0 7px 11px;
    float: left;
}

/*.ga_til_arrow:hover {
    background: url(../css/img/end_arrow_hover_bg.png)no-repeat 50% 50% !important;
    background-color: #ec2028;
}*/


@media only screen and (max-width: 1740px) {
    .floating-title {
        font-size: 2.286rem;
    }

    .floating-sub-title h2 {
        font-size: 1.571rem;
    }

    #link-wrap {
        max-width: 200px;
    }

    #pgc-7-1-0 #link-wrap {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1640px) {
    .kickass-textbox {
        display: inline-block;
        height: 318px;
        overflow: hidden;
    }

    .kickass-floating-content-image img {
        max-width: 115%
    }

    .kickass-floating-content-info {
        max-width: 230px;
        width: 100%;
    }

    .floating-title {
        font-size: 2.143rem;
    }

    .floating-sub-title h2 {
        font-size: 1.429rem;
    }
}

@media only screen and (max-width: 1440px) {
    .kickass-floating-content-info {
        padding: 20px 0 20px 25px;
    }

    .floating-title {
        font-size: 1.714rem;
    }

    .floating-sub-title h2 {
        font-size: 1.286rem;
    }

    .floating-sub-title h2::after {
        left: 25px;
    }

    .kickass-floating-content-image img {
        max-width: 125%;
    }

    #link-wrap {
        margin-top: 80%;
    }
}

@media only screen and (max-width: 1340px) {
    .floating-sub-title h2 {
        font-size: 1.214rem;
    }

    .kickass-floating-content-image img {
        max-width: 135%;
    }
}

@media only screen and (max-width: 1240px) {
    .kickass-floating-content-info {
        padding: 20px 0 20px 20px;
    }

    .floating-title {
        font-size: 1.571rem;
        line-height: 1;
    }

    .floating-sub-title h2 {
        font-size: 1.143rem;
        line-height: 1;
        position: relative;
    }

    .floating-sub-title h2::after {
        left: 0;
        top: 20px;
    }
}

@media only screen and (max-width: 1140px) {
    .floating-title {
        font-size: 2.143rem;
        margin-bottom: 3px;
    }

    .floating-sub-title h2 {
        font-size: 1.286rem;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 992px) {
    .kickass-floating-content-image img {
        max-width: 125%;
    }

    .floating-title {
        font-size: 1.857rem;
    }

    .floating-sub-title h2 {
        font-size: 1.214rem;
    }
}

@media only screen and (max-width: 900px) {
    .kickass-textbox {
        height: 280px;
    }

    .floating-title {
        font-size: 1.714rem;
    }

    #link-wrap {
        margin-top: 145px;
    }
}

@media only screen and (max-width: 780px) {
    .kickass-floating-content-image img {
        max-width: 130%;
    }
}

@media only screen and (max-width: 736px) {
    .kickass-textbox {
        height: 270px;
    }

    .floating-title {
        font-size: 1.571rem;
    }

    .floating-sub-title h2 {
        font-size: 1.143rem;
    }
}

@media only screen and (max-width: 734px) {
    .kickass-textbox {
        height: 240px;
    }

    .floating-title {
        font-size: 1.429rem;
    }

    #link-wrap {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 667px) {
    
}

@media only screen and (max-width: 666px) {
    .kickass-textbox {
        height: 215px;
    }

    #link-wrap {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 599px) {
    .kickass-textbox {
        height: 205px;
    }

    .floating-title {
        font-size: 1.286rem;
    }

    .floating-sub-title h2 {
        font-size: 1.071rem;
    }

    #link-wrap {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 567px) {
    .kickass-textbox {
        height: 100%;
    }

    .kickass-floating-content-info {
        height: 100%;
    }

    .floating-title {
        font-size: 1.571rem;
    }

    .floating-sub-title h2 {
        font-size: 1.214rem;
    }

    #link-wrap {
        bottom: 25px;
        margin-top: 0;
        position: absolute;
        z-index: 4;
    }

    .kickass-floating-content-image img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 413px) {
    .floating-title {
        font-size: 1.429rem;
    }

    .floating-sub-title h2 {
        font-size: 1.143rem;
    }
}

@media only screen and (max-width: 375px) {
    
}

@media only screen and (max-width: 320px) {
    
}