body{
    font-family: "VodafoneRg";
}
p{
    font-size: 16px;
}
.icon{
    background: url("../img/sprite-image.png") no-repeat;
}
.icon.new-icon{
    background-position: 0px 0px;
    width: 52px;
    height: 52px;
    float: left;
}
.icon.channels-icon{
    background-position: -52px 0px;
    width: 246px;
    height: 52px;
}
.icon.icon1{
    background-position: -297px -12px;
    width: 27px;
    height: 27px;
    margin: auto;
}
.icon.icon2{
    background-position: -324px -12px;
    width: 27px;
    height: 27px;
    margin: auto;
}
.icon.icon3{
    background-position: -351px -12px;
    width: 25px;
    height: 27px;
    margin: auto;
}
.title{
    display: inline-block;
}
.title.translate{
    -ms-transform: translate(-35px);
    -webkit-transform: translate(-35px);
    transform: translate(-35px);
}
.title h3{
    display: inline-block;
    margin-left: 20px;
}
hr{
    border-color: #ccc;
}
.gray-block{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 10px;
}
.wrapper [class^="col"]:not(:last-child) .gray-block:after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
}
.gray-block h3{
    margin-bottom: 20px;
}
.white-block{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p.two-lines{
    height: 40px;
}
p.two-lines a{
    color: #0000FF;
    text-decoration: underline;
}

h3{
    font-size: 30px;
}
.red{
    color: #e60000;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.ml72{
    margin-left: 72px;
}
.mtb30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.prl10{
    padding-right: 10px;
    padding-left: 10px;
}
.w200{
    width: 200px;
}

@media only screen and (max-width: 767px)
{
    h3{
        font-size: 25px;
    }
    .title h3{
        margin-left: 15px;
    }
    .w100-xs{
        width: 100%;
    }
}

@media only screen and (max-width: 991px){
    .gray-block:after{
        display: none;
    }
    .mtb15-xs{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.ArabicModule{
    direction: rtl;
    text-align: right;
}
.ArabicModule .icon.new-icon{
    float: right;
}