* {
    box-sizing: border-box;
}

.hide {
    display:none;
}

[class*="col_"] {
    width: 100%;
}

[class*="col_"] {
    float:left;    
    text-align: center;
    border: 0px solid red;
}

.container {
    width: 100%;
}

.row {
    margin-left:0px;
}

.row:after {
    content:"";
    clear:both;
    display:block;
}

#imageArchivedId {
    width: 100%;
    height: 100%;
}



.img5 {
    position: relative; 
    width: 90%;
    transition: 0.3s ease;
    margin: 20px 20px 40px 20px; 
}

.img6 {
    position: relative; 
    width: 90%;
    transition: 0.3s ease;
    margin: 0px 20px 20px 20px; 
}

.img7 {
    position: relative; 
    width: 90%;
    transition: 0.3s ease;
    margin: 10px 40px 10px 0px; 
}

.img8 {
    width: 33%;
    margin: 5px;
    float: right;
}

.img9 {
    width: 33%;
    margin: 5px;
    float: left;
}

.mainBackground {
    position: relative;    
}

.backgroundImage {
    background: url(../images/bg_2.jpg) 0 0 repeat;
}

.offerTitleDiv {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;    
}

.offerTitle {
    font: normal 24px/24px 'Jockey One', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}

.offerSubtitleDiv {
    margin-bottom: 16px;
}

.offerSubtitle {
    font: normal 24px/24px 'Jockey One', sans-serif;
    color: black;
    font-size: 16px;
    line-height: 16px;    
    text-align: center;
}

.mainTextDiv {
    margin-bottom: 16px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}

.mainText {
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    color: #444444;    
} 

.fsMed {
    font-size: medium;
} 

.fsLarge {
    font-size: 20px;
}

p.mainText {
    margin-bottom: 10px;
}

.first3rd {
    padding:20px;
}

@media only screen and (min-width:800px) {
    .col_1 {width: 8.33%;}
    .col_2 {width: 16.66%;}
    .col_3 {width: 25%;}
    .col_4 {width: 33.33%;}
    .col_5 {width: 41.66%;}
    .col_6 {width: 50%;}
    .col_7 {width: 58.33%;}
    .col_8 {width: 66.66%;}
    .col_9 {width: 75%;}
    .col_10 {width: 83.30%;}
    .col_11 {width: 91.63%;}
    .col_12 {width: 100%;}
}