@font-face {
    font-family: GEDINARONEM;
    src: url("../fonts/GE_Dinar_One_Medium.otf");
}
@font-face {
    font-family: GEDINARONEL;
    src: url("../fonts/GE_Dinar_One_Light.otf");
}
@font-face {
    font-family: GE_SS_Text_Light;
    src: url("../fonts/GE_SS_Text_Light.otf");
}

html{
    font-size: 100px;

}
html,body{
    margin:0;
    padding:0;
}
body{
    font-family: GEDINARONEM, sans-serif;
    margin: 0 !important;
    color:#000;
    font-size: 14px;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.color_grey{
    color: rgba(0,0,0,.5);
    transition: .4s ease;
}


.om-menu-top{
    width:100% ;
    background-color: rgba(244,244,244,.75);
    text-align: right;
}
.om-menu-top .item{
    padding: 16px 0;
}

.om-menu-top .item a{
    border-left: 1px solid #000;
    color: #000;
    transition: .3 ease-in;
    padding: 0 8px;
    display: block;
    line-height: 1;
}
.om-menu-top .item a:last-of-type{

}
.slider_wrapper_full{
    height: 100%;
    width: 100%;
}
.slider_wrapper_full .oslider{
    height: 100%;
    overflow: hidden;
}
.slider_wrapper_full .slide{
    width: 100%;
    height: 100%;
}
.slider_wrapper_full .slider-img{
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
}
.slider_wrapper_full .slide-content{
    width: 90%;
    height: 40%;
    background-color: rgba(0,0,0,.5);
    margin: 0 auto;
    position: absolute;
    top:40%;
    left: 5%;
    /*transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);*/
    overflow: hidden;
}
.block-important-adv .slider-img{
    background-size: cover !important;
    width: 100%;
    height: 85px;
    background: no-repeat center center;
}
.block-important-adv  .slider-arrows{
    position: absolute;
    bottom: -2px;
    left: 0;
    /*transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);*/
}
.om-header-top .w3-col{
    height: 160px;
    padding: 8px 16px;
    text-align: center;
}
.block-important-adv .w3-container{
    background-color: #d1d1d1;
    height: 85px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto
}
.block-important-adv .w3-right{
    width: 150px;height: 85px
}
.block-important-adv h6{
    font-size: 26px;margin-top: 24px
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-bootsnipp {
    background-color: rgb(255, 255, 255);
    border-color:transparent;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 100;
}
.navbar-bootsnipp:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50
}

.navbar-bootsnipp.affix-top {
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-bootsnipp.affix {
    top: 0;
    width: 100%;
}
.navbar-bootsnipp .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-bootsnipp .navbar-brand {
    color: #000;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav > li > a {
    border: 0 solid #000;
    padding: 15px 14px;
    background-color: transparent;
}

.navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
.navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
    border-radius: 0;
}

.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover,
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
    border-left-width: 5px;
    color: #000;
    padding-left: 10px;
}
.navbar-bootsnipp .navbar-nav > li.disabled > a {
    color: rgb(200, 200, 200);
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0;
}
.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0;
    margin-left: -1px;
    right: auto;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0 solid #000;
    color: rgb(120, 120, 120);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: rgb(245, 245, 245);
    border-left-width: 5px;
    padding-left: 15px;
}

.navbar .bootsnipp-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.navbar .bootsnipp-profile > a > img {
    border-radius: 50%;
    width: 32px;
}
.navbar .bootsnipp-profile > .dropdown-menu {
    width: 320px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
    padding: 5px 15px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
    width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
    display: none;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
    background-color: rgb(235, 235, 235);
    border-radius: 0;
    border-width: 0;
    font-size: 24px;
    padding: 30px 0;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
    background-color: rgb(235, 235, 235);
    border-radius: 0;
    border-width: 0;
    font-size: 24px;
    padding: 25px 0;
}
.navbar-bootsnipp .bootsnipp-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
    padding: 14px 16px;
    border-radius: 0;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
    padding: 14px 16px 14px 15px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
    background-color: rgb(245, 245, 245);
}
.nav-padding {
    padding-top: 61px;
}

@media screen and (min-width: 768px) {
    .navbar-bootsnipp .navbar-brand {
        font-size: 20px;
        height: auto;
        padding: 15px 5px;
    }
    .navbar-bootsnipp .navbar-nav > li > a {
        font-size: 16px;
        letter-spacing: 1px;
        border-bottom: 5px solid transparent;
        transition: .4s ease;
    }
    .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
        border-bottom: 5px solid #000;
        border-left-width: 0;
        padding-bottom: 15px;
        padding-left: 14px;
    }

    .navbar-bootsnipp .navbar-nav > li.disabled > a {
        padding-left: 10px;
        padding-right: 10px;
    }


    .navbar-bootsnipp .bootsnipp-search {
        background-color: rgb(235, 235, 235);
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        visibility: hidden;
    }
    .navbar-bootsnipp .bootsnipp-search.open {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }
    .navbar-bootsnipp .bootsnipp-search > .container {
        padding: 0;
    }
}
.marquee {
    overflow:hidden;
    background-color: #fff;
    height: 49px !important;
    padding: 13px;
}
.marquee a{
    visibility: hidden;
}
ul.navbar-nav li{
    float: right !important;
}
ul.navbar-nav li li{
    width: 100%;
    text-align: right;
}
.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    right: 0;
    margin-left: -1px;
    left: auto;
}
.navbar-bootsnipp .navbar-nav > li > a{
    color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #000;
}
.search-btn span{
    font-size: 28px;
    margin-top: 6px;
}
.block-braking-news{
    height: 49px;
}
.block-braking-news > .w3-container{
    border:1px solid #000;
}
.title-news{
    font-size: 20px !important;
    font-family: GEDINARONEM,sans-serif !important;
    color: #ff0000;
    margin: 14px 20px 0 5px;
    padding-left: 20px;
    border-left: 2px solid #000;
    display: block !important;
}
.block-2 .block-social{
    padding: 7px 7px 0 0 !important;
}


.block-2 .title-weather{
    padding: 15px 7px 0 0 !important;
}
.slider_header .slider-arrows{
    position: absolute;
    top:35%;
    left: 5%;
    z-index: 10;
    /*transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);*/
}
.slider_header{
    height: 486px;
    width: 100%;
    margin: 0 auto;
}
.slider_header .slide-content {
    width: 90%;
    height: 40%;
    top: auto;
    background-color: rgba(0,0,0,.5);
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    left: 5%;
    overflow: hidden;
}
.slider_header .slider-arrows {
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 46%;
}
.slider_wrapper_full .slide{
    height: 486px;
}
.slider_header h3{
    font-size: 18px;
}
.slider_header .desc{
    font-size: 12px;
}
.slider_header .more{
    font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
a:focus{
    color: inherit;
}

.slider-latest-news{
    margin: 16px auto;
    padding: 8px 0;
    background-color: #e8e8e8;
}
.div-image-3{
    background-position: center center;
    background-size: cover !important;
    width: 100%;
    height: 180px;
    margin: 0 auto;
}
.slider-latest-news .div-image{
    background-position: center center;
    background-size: cover !important;
    width: 100%;
    height: 180px;
    margin: 0 auto;
}
.slider-latest-news .label{
    background-color: rgba(255,0,0,.6);
    right: 10px;
    top: 10px;
}
.slider-latest-news .desc{
    width: 100%;
    direction: rtl;
    margin: 0 auto;
    text-align: justify;
}
.slider-latest-news h3{
    height: 53px;
    font-size: 14px;
    overflow: hidden;
}
.slider-latest-news h4{
    height: 21px;
    font-size: 13px;
    overflow: hidden;
}
.div-image:hover h6{
    color: #fff !important;
}
.block-news-m .oslider .block{
    height: 80px;
    overflow: hidden;
}
.block-news-m .oslider .block img{
    width: 120px;
    height: 80px;
}
.block-news-m2 .oslider .block{
    height: 80px;
    overflow: hidden;
}
.block-news-m2 .oslider .block img{
    width: 120px;
    height: 80px;
}
.block-news-m3 .oslider .block{
    height: 80px;
    overflow: hidden;
}
.block-news-m3 .oslider .block img{
    width: 120px;
    height: 80px;
}
.linkee h3{
    font-size: 15px;
    transition: .4s ease;
    height: 61px;
    overflow: hidden;
}
.linkee:hover h3,.linkee:hover .w3-right,.linkee:hover .more,.linkee:hover .date{
    color: #ff0000;
}
.linkee .meta,.linkee .desc{
    font-size: 14px;
    transition: .4s ease;
}
.block-adv-bottom-marquee img{
    height: 80px;
    width: 100%;
    text-align: center;
}
.adv img{
    height: 80px;
    width: 100%;
    text-align: center;
}
.n2 .block:hover .date{
    color: rgba(0,0,0,.5) !important;
}
.n2 .block:hover h3{
    color: #ff0000;
}
.n2 .div-image{
    background-size: cover !important;
    background-position: center center;
    height: 160px;
}
.n2 h3{
    height: 82px;
}
a:focus, a:hover{
    color: inherit;
}
.body-img{
    max-width: 100px;
}

.n2 .desc{
    height: 81px;
    overflow: hidden;
}
.block-adv-bottom-news img{
    height: 80px;
    width: 100%;
    text-align: center;
}
.b1 .div-image{
    background-size: cover !important;
    background-position: center center;
    height: 250px;
    text-align: center;
    border: 1px solid #000;
}
.b1 h2{
    background-color: #fff;
    color: #000;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px;
    transition: .4s ease;
    font-size: 18px;
}
.b1:hover h2{
    color: #ff0000;
}
.b2 {
    transition: .4 ease;
}
body .b2 .div-image{
    background-size: cover !important;
    background-position: center center !important;
    height: 200px !important;
    text-align: center !important;
}
.b2 h2{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px;
    transition: .4s ease;
    font-size: 25px;
}
.b2 i{
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 55px;
    color: #fff;
}
.b2:hover i{
    color: #000;
}
.b2:hover h2{
    color: #000;
    background-color: rgba(0,0,0,.2);
}
.bnews-1 .div-image{
    background-size: cover !important;
    background-position: center center;
    height: 250px;
}
.bnews-1 .div-image h6{
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-right: 20px !important;
}
.bnews-1 h2{
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 6px;
}
.bnews-1 .date,.bnews-1 .more a{
    font-size: 14px;
}
.bnews-1 .desc{
    font-size: 14px;
    height: 82px;
    overflow: hidden;
}
.block-basketball  .div-image {
    background-size: contain !important;
    background: center center no-repeat;
    height: 250px;
    text-align: center;
    border: 1px solid #000;
}
.block-basketball  .archive {
    padding: 16px ;
    text-align: center;
    background-size: cover;
    background: center center;
    border: 1px solid #000;
}
.block-basketball  .archive a{
    color: #fff;
    font-size: 16px;
}
.magazine img{
    height: 80px;
    width: 100%;
}
.block-tab a{
    font-size: 12px;
    color: #000000;
    transition: .4s ease;
}
.block-tab a:hover,.block-tab a.active{
    color: #ff0000;
}
.div-image2{
    background-size: cover !important;
    background-position: center center;
    height: 250px;
}
.adv{
    height: 80px;
    width: 100%;
}
.n3 h3 {
    height: 46px;
}

.block-i-w{
    padding-top: 32px;
}
.block-i-w .slide{
    margin: 0 auto;
    text-align: center !important;
}
.block-footer{
    background-color: #000;
    padding-top: 20px;
}
.block-home-left .w3-hover-text-red h3{
    transition: .2s ease-out;
}
.block-home-left .w3-hover-text-red:hover h3{
    background-color: rgba(0,0,0,0.6) !important;
}
.block-f-1{
    background-color: #e8e8e8;
    height: 420px;
    overflow: hidden
}
.title-inner{
    border-bottom: 4px solid #ff0000
}
.block-cat{
    border-bottom: 2px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.div-image-3 h6{
    position: absolute;
    display: none;
    width: 100%;
    bottom: -10px;
    padding: 80px 8px 5px;
    background: url("../images/back.png") center bottom no-repeat;
    background-size: 100%;
    color: #fff;
    max-height: 130px;
    overflow: hidden;
    transition: .4s ease-out;
}
input,textarea{
    outline: 0 !important;
}
.div-image-3:hover h6{
    display: block;
}
.block-photos {
    background-color: #e8e8e8;
    padding: 32px 0;
    margin:16px 0;
}
.block-adv-home-left img{
    height: 150px;
    width: 100%
}
.tabee a.active,.tabee a.active *{
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    color: #ff0000 !important;
}
.block-red-arrow{
    background-color: #ff0000;
    color: #fff;
    padding: 4px 32px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;
}
.block-red-arrow i{
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #ff0000;
    font-size: 20px;
}
.form_1 input[type=text],.form_1 input[type=email]{
    width: 200px;
    border: 1px solid #d7d7d7;
    margin-left: 10px;
}
.form_1 textarea{
    width: 100%;
    border: 1px solid #d7d7d7;
    text-indent: 10px;
}
.form_1 .w3-col{
    float: left !important;
}
#captcha-form{
    height: 50px;
    border: 1px solid #d7d7d7 !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0  !important;
}
img,a,div{
    outline:0 !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 12px;
    float: right;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}
#play{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.dimension_small{
    width:116px;
    height:86px
}
.weather{
    font-size: 11px;
    text-align: center !important;
    font-family: tahoma,sans-serif !important;
    color: #444;
    background:  url(../images/weather2.png) no-repeat;
    background-size: cover;
    height: 50px;
    width:88px !important;
}
.we{
    background-size: contain;
    background-position: 20px center;
    background-repeat: no-repeat;
    width: 88px;
    height: 50px;
}
.grades{
    position: absolute;
    left: 26px;
    transform: translateX(-50%);
    top: 11px;
    font-weight: bold;
}

.city{
    font-size: 9px;
    color: #aaa!important;
    font-family: monospace;
}
























/*  --------   Begin Base    ----------*/
/*  ----------------------   Begin Base    ----------------------*/
.w3-col,.w3-third{
    float: right;
}
.w3-col img{
    max-width: 100%;
}

/* End for arabic style */

#back-top-wrapper #back-top a:hover::after {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);

}

#back-top-wrapper #back-top a::after {
    content: "";
    color: rgb(165, 165,165);
    display: inline-block;
    position: relative;
    z-index: 100;
    font: 42px/48px FontAwesome;
    transition: all 0.3s;
}
#back-top{
    margin: 0 !important;
}

#back-top a {
    display: block;
    color: #010101;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#back-top-wrapper {
    position: fixed;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    z-index: 99;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    text-transform: uppercase;
}
h6{
    text-transform: capitalize;
}


.select-menu{
    position: relative;
    top: 0;
    z-index: 10000;
    margin: 0 auto;
    width: 100%;
    background: url(../images/responsive_menu_icon.png) no-repeat 98% center;
    overflow: hidden;
    padding: 10px 0;
    background-color: rgba(255,255,255,.5);

}
.select-menu .select {
    width: 100%;
    height: 30px;
    color: #000;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    text-indent: 2%;
}

.respMenu select{
    background-color: #adce66;
    border-bottom: 2px solid #0d3065;
}




.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_12{
    font-size: 12px;
}
.size_15{
    font-size: 15px;
}
.pgwSlider .ps-caption{
    font-size: 15px;
    direction: rtl;
}
.size_20{
    font-size: 20px;
}
.size_25{
    font-size: 25px;
}
.size_40{
    font-size: 40px;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}
.circle{
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #97a7bc;
}
.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.width_smaller{
    width: 30%;
}
.width_25{
    width: 25%;
}

.width_50{
    width: 50%;
}

.width_75{
    width: 75%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
}
.height_100{
    height: 100%;
}
.margin_center{
    margin: 0 auto;
}

.vertical_middle{
    vertical-align: middle;
}
.table_1{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.table_row{
    display: table-row;
    margin: 0 auto;
    text-align: left;
}
.table_cell{
    display: table-cell;
}
.uppercase{
    text-transform: uppercase;
}


.background_gray{
    background-color: #e5e5e5
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff6600;
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #a5a5a5;
}
.slider-progress .progress {
    width: 0%;
    height: 2px;
    background: #EA2227;
}
.grayscale-effect{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}
.grayscale-effect:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.saturate:hover {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast:hover {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness:hover {-webkit-filter: brightness(0.75); filter: brightness(0.75);}
.blur:hover {-webkit-filter: blur(1px); filter: blur(1px);}
.invert:hover {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia:hover {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate:hover {-webkit-filter: hue-rotate(15deg); filter: hue-rotate(15deg);}
.opacity{
    transition: .3s ease;
}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.outer {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;

}
.tahoma{
    font-family: tahoma , sans-serif;
}
.max_width_50{
    max-width: 50%;
}
img[alt='adv']{
    display: none;
}
.active  .grayscale-effect{
    color: red ;
}
/*
<div class="outer">
  <div class="middle">
    <div class="inner">

      <h1>The Content</h1>

      <p>Once upon a midnight dreary...</p>

    </div>
  </div>
</div>
*/
/* ------------------  */