.mini-tiles-wrapper {
    padding: 12px;
    padding-bottom: 9px;
}

.mini-tiles-wrapper .mini-tile .right-content {
    background: rgb(243,243,250);
}

.mini-tiles-wrapper .mini-tile .info-bar {
    background: white;
}

.mini-tiles-wrapper .promo-text {
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 9px;
    padding-left: 0px;
}

.main-title-wrapper {
    color: white;
    font-weight: 600;
    font-family: 'Viga',sans-serif;
    font-size: 5.7vw;
    display: block;
    width: 88%;
    padding-left: 0px;
    line-height: 9vw;
    padding-top: 1px;
    margin: auto;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 13px;
}

.main-title {
    padding-bottom: 5px;
    background: #5a5a5f;
    box-shadow: 10px 0 0 #5a5a5f, -10px 0 0 #5a5a5f;
    -moz-box-shadow: 10px 0 0 #5a5a5f, -10px 0 0 #5a5a5f;
    -webkit-box-shadow: 10px 0 0 #5a5a5f, -10px 0 0 #5a5a5f;
    -ms-box-shadow: 10px 0 0 #5a5a5f, -10px 0 0 #5a5a5f;
    -o-box-shadow: 10px 0 0 #5a5a5f, -10px 0 0 #5a5a5f;
}

.posted {
    font-family: 'PT Sans',sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(180, 180, 190);
}

.posted .circle-wrapper {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: rgb(180, 180, 190);
    border-radius: 50%;
    margin-bottom: 3px;
}

.breadcrumbs .main{
    color: #3c3c3c;
}

.section-headline{
    color: #eb203a;
    font-family: 'Viga',sans-serif;
    font-size: 5.5vw;
    font-weight: 600;
    padding: 0px 23px;
}

.section-text{
    padding: 0px 25px;
    font-size: 14px;
    font-family: 'PT Sans', regular;
    color: #82828c;
    line-height: 18px;
    margin: 5px 0px;
    margin-top: 7px;
}

.columnist-content p {
    padding: 0px 20px;
    font-size: 14px;
    font-family: 'PT Sans', regular;
    color: rgb(131,131,141);
    line-height: 18px;
    margin: 17px 0;
    margin-top: 13px;
}

.columnist-content p.subtitle{
    font-size: 15px;
    color: #50505a
}

.columnist-content .social-wrapper{
    margin-top: 13px;
}

.columnist-content .main-title-wrapper{
    margin-bottom: 17px;
    margin-top: 10px;
    line-height: 8.5vw;
    letter-spacing: -0.3;
}

.columnist-content .main-title-wrapper .main-title{
    padding-bottom: 7px;
}

.columnist-content .mini-tiles-wrapper{
    margin-top: 7px;
}

/* competitions section page */
.competition-tiles-wrapper {
    padding: 12px;
    padding-bottom: 9px;
}

.competition-tiles-wrapper .item-inner{
    position: relative;
    margin-bottom: 12px;
}

.competition-tiles-wrapper .text-bottom {
    position: absolute;
    bottom: 24px;
    left: 0px;
    width: 47.4%;
    background: #ce001a;
    opacity: 0.75;
    color: white;
    text-transform: uppercase;
    /*
    padding: 5px 13px;
    font-size: 20px;
    height: 60px;
    line-height: 25px;
    */
    padding: 8px 1px 6px 12px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Abel',sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

/* search results page*/
.search-results-content .search-results-header {
    font-size: 4vw;
    background-color: #ee1b34;
    color: #f3f3fa;
    padding: 13px 22px;
    border-bottom: 1px solid #f3f3fa;
    font-weight: 100;
}

.search-results-content .search-results-header .total-results {
    display: block;
}

.search-results-content .search-results-header .searched-for {
    display: block;
}

.search-results-content .search-results-header .total-results .highlight {
    font-weight: 600;
}

.search-results-content .search-results-header .searched-for .highlight {
    font-weight: 600;
}

.search-results-content .search-results-header .search-wrapper {
    overflow: hidden;
    font-size: 17px;
    position: relative;
    margin-bottom: 4px;
    margin-top: 4px;
}

.search-results-content .search-results-header .search-wrapper input {
    border: none;
    height: 28px;
    padding: 0;
    outline: none;
    font-size: 16px;
    line-height: 29px;
    border-radius: 6px;
    color: #3c3c41;
    width: 100%;
    font-weight: 100;
    text-align: center;
}

.search-results-content .search-results-header ::-webkit-input-placeholder {
    color: #3c3c41;
}

.search-results-content .search-results-header :-moz-placeholder { /* Firefox 18- */
    color: #3c3c41;
}

.search-results-content .search-results-header ::-moz-placeholder {  /* Firefox 19+ */
    color: #3c3c41;
}

.search-results-content .search-results-header :-ms-input-placeholder {
    color: #3c3c41;
}

.search-results-content .search-results-header .search-wrapper .btn-search {
    right: 3px;
    position: absolute;
    top: 2px;
}

#search-page-form{
    margin-bottom: 0;
}

.search-results-content .mini-tile .right-content{
    float: left;
    width: 67%;
    background: white;
    height: 22.3vw;
    padding: 0;
}

.search-results-content .mini-tile{
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: none;
    border-right: none;
}

.search-results-content .mini-tile .img-wrapper{
    height: auto;
    width: 33%;
}

.search-results-content .mini-tile .mini-tile-headline{
    color: black;
    font-weight: 400;
    padding: 0;
    line-height: 17px;
    padding-right: 25px;
}

.search-results-content .mini-tile .info-bar{
    width: 96%;
    padding-right: 0;
}

.section-content.search-results-content .mini-tile .promo-slug{
    bottom: 27px;
    left: 1px;
}

.search-results-wrapper{
    margin-bottom: 3px;
}

/* contact us page */
.section-content.contact-us-content{
    font-family: 'PT Sans',sans-serif;
    padding: 7px 23px;
    padding-bottom: 0;
}

.contact-text, td{
    font-size: 14px;
    color: #82828c;
    line-height: 18px;
}
.contact-email{
    color: #eb203a;
}
td {
    text-align: left;
}

.section-headline.contact-headline{
    color: black;
    font-weight: 400;
    font-family: 'PT Sans',sans-serif;
    font-size: 25px;
    line-height: 19px;
    padding-left: 0;
}

.col-left .img-wrapper{
    padding-top: 23px;
}
.contact-subtitle{
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
    color: black;
    font-size: 18px;
    line-height: 40px;
}
table{
    width: 100%;
    margin-bottom: 13px;
}
td, tr{
    padding: 0;
    margin: 0;
}
td:nth-child(1){
    width: 33%;
}
.table-headline{
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 15px;
    line-height: 28px;
}

.contact-address{
    font-size: 14px;
    line-height: 18px;
    font-family: 'PT Sans',sans-serif;
}

.address{
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-text.margin-bottom{
    margin-bottom: 15px;
}

.contact-complaints{
    font-size: 15px;
}
/* contact us end*/

.pagination .page-numbers {display:none;}
.pagination .prev, .pagination .next, .pagination .current {display:block}
 @media only screen and (max-device-width : 736px) and (min-device-width : 430px)  and (orientation : landscape){
     .competition-tiles-wrapper .text-bottom {    
         height: 111px;

     }
 }
 
 @media only screen and (max-device-width : 667px)and (min-device-width : 375px) and (orientation : landscape){
     .competition-tiles-wrapper .text-bottom {    
         height: 100px;
     }
 }
 
 @media only screen and (max-device-width : 568px) and (min-device-width : 320px) and (orientation : landscape) {
     .competition-tiles-wrapper .text-bottom {    
         height: 83px;
     }
 }
 

@media only screen   and (max-width: 430px) {
    .columnist-content .main-title-wrapper{
        line-height: 9.1vw;
    }
    .competition-tiles-wrapper .text-bottom{
        font-size: 17px;
    }
}

@media only screen   and (max-width: 370px){
    .competition-tiles-wrapper .text-bottom{
        font-size: 14px;
    }
}

@media only screen   and (max-width: 321px) {
    .columnist-content .main-title-wrapper .main-title {
        padding-bottom: 3px;
    }

    .columnist-content .main-title-wrapper{
        line-height: 8.7vw;
    }


    .search-results-content .mini-tile .mini-tile-headline{
        line-height: 13px;
    }
    .section-content.search-results-content .mini-tile .promo-slug{
        height: 16px;
        bottom: 25px;
        left: 0px;
    }
    .search-results-content .mini-tiles-wrapper .promo-text{
        line-height: 16px;
    }

    .section-content.search-results-content .mini-tile .promo-slug .promo-icon{
        margin-bottom: 3px;
    }
}