
@font-face {
    font-family: GESS;
    src: url("../fonts/GE_SS_Text_Light.otf");
}
@font-face {
    font-family: GESSMEDIUM;
    src: url("../fonts/GE_SS_Text_Medium.otf");
}

html{
    font-size: 100px;
}
html,body{
    margin:0;
    padding:0
}
body{
    font-family: GESS,sans-serif;
    margin: 0 !important;
    color:#000;
    font-size: 16px;
}
a{
    text-decoration: none;
}

.color_a5a5a5{
    color: #a5a5a5;
}
.top-block{
    min-height: 40px;
}
.top-block .tools{
    line-height: 40px;
    padding-left: 10px;
}
.top-block .tools .w3-show-inline-block{
    padding-right: 10px;
}
.top-block .tools .w3-show-inline-block a{
    position: relative;
    z-index: 100000;
    top: 3px;
}
.top-block .tools .w3-show-inline-block i{
    color: #fff;
    font-size: 20px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;

}
.top-block .tools .w3-show-inline-block i:hover{
    color: #ff0000;
}
input {
    outline: none;
}

#demo-2 input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

/*   Search  bar  */
#demo-2 input[type=search] {
    width: 22px;
    color: transparent;
    cursor: pointer;
    background: #000 url('../images/search.png') no-repeat 3px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

#demo-2 input[type=search]:hover {
    background-color: #333;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #fff;
    background-color: #000;
    cursor: auto;
    border: solid 1px #fff;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}
.w3-show-inline-block.search{
    width: 30px;
    height: 22px;
}
/* End   Search  bar  */
.w3-show-inline-block.money{
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.header-slider{
    overflow: hidden;
    height: 130px;
}
.slider .slide{
    height: 130px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tools-block a{
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    font-size: 16px;
}
.tools-block a:hover{
    color: #ff0000;
}
.seperator-top{
    font-size: 22px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    height: 35px;
    position: relative;
    top: 5px;
}

.nav-main .w3-row .w3-col{
    float: right !important;
}
.home{
    border-top: 3px solid #ff0000;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
.about{
    border-top: 3px solid #92d5f5;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
.default{
    border-top: 3px solid #d3e381;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    font-size: 15px;
}
.favorite{
    border-top: 3px solid #dd92a5;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
.contact{
    border-top: 3px solid #007dad;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center;
}
.nav-main img{
    position: relative;
    top: -5px;
}
.nav-main{
    clear: both;
}
.block-1 .imgL{
    height: 160px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.block-1 .imgL .desc{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255,0,0,0.5);
    padding: 10px 20px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.blue{
    background-color: rgba(0,172,232,0.5) !important;
}
.margin-bottom-20{
    margin-bottom: 10px;
}
.block-1 .block-left a:hover .desc{
    background-color: rgba(255,0,0,1);
    right: 40px;
}
.block-1 .block-left a:hover .blue{
    background-color: rgba(0,172,232,1) !important;
}
.block-1 .w3-col{
    float: right !important;
    padding: 10px 0;
}
.block-1 .w3-col img{
    max-width: 100%;
    width: 196px;
    height: 100%;
    padding: 10px 0;
}
.block-1 .div_img{
    height: 340px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.block-1 .div_img .desc{
    position: absolute;
    bottom: 0;
    text-align: center;
    background:  url('../images/back-photographed.png') repeat-x;
    background-position: center center;
    background-size: contain;
    color: #fff;
    width: 100%;
    padding: 20px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
.block-1 a:hover .div_img .desc{
    color: #ff0000;
}
.block-2 .w3-col{
    float: right !important;
}
.w3-sidenav{
    text-align: right;
    position:relative !important;
    width:100%;
    z-index:0
}
.w3-sidenav a{
    margin-bottom: 5px;
    background-color: #dbdbdb;
    color: #000;
}
.w3-sidenav i{
    margin-left: 5px;
}
.tuhma-block{
    background-color: #ededed;
}

.tuhma-block .img-tuhma{
    width: 196px;
    height: 168px;
}
.tuhma-block .title-block{
    background-color: #f8f8f8;
    margin-bottom: 5px;
    width: 100%;
    min-width: 180px;
}
.tuhma-block .title-block:last-of-type{
    margin-bottom: 0;
}
.tuhma-block .title-block a:hover{
    color: #ff0000;
}
.comment-block .comment-header{
    border: 1px solid #575757;
}
.comment-block .comment-body{
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;
    border-left: 1px solid #575757;
    width: 100%;
}
.latest-block .w3-navbar li{
    float: right;
}
.latest-block .w3-navbar{
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    padding: 20px 0;
}
.latest-block .w3-navbar  li a{
    opacity: 0.6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-bottom: 1px solid transparent;
    padding: 5px 2px;
    margin-left: 9px;
    position: relative;
    font-size: 13px;
}
.w3-padding-h-16-left{
    padding-left: 16px !important;
}
.latest-block .w3-navbar  li a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #ff0000;
    opacity: 1;
}
.latest-block .w3-navbar  li a.active {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #ff0000;
    opacity: 1;
}

.latest-block .w3-navbar  li a.active::after {
    content: " ";
    position:absolute;
    top : 110%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff0000;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.latest-block-new .thumbnail-img img{
    width: 75px;
    height: 75px;
}
.vertical_middle {
    position: relative;
    top: -4px;
}
.block-3 .w3-col{
    float: right;
}
.newsletter-block .w3-input.form{
    height: 30px;
    background-color: #dbdbdb !important;
}
.newsletter-block .w3-grey{
    background-color: #dbdbdb !important;
    color: #ff0000 !important;
    border: 0;
    padding: 0 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.newsletter-block .w3-grey:hover{
    background-color: #ff0000 !important;
    color: #fff !important;
}
.newsletter-block a.active{
    color: #ff0000 !important;
}
.magazine-block .magazine-header,.karekater-block .magazine-header{
    background-color: #a5a5a5;
}
.w3-block-4 .w3-col{
    float: right;
}

h6,h5,h4,h3,h2,h1{
    font-family: GESSMEDIUM,sans-serif;
    font-size: 16px;
    color: #000;
}

.w3-sidenav a,.nav-main a{
    font-family: GESSMEDIUM,sans-serif;
}
.boldF{
    font-family: GESSMEDIUM,sans-serif;
}
.marquee2 .w3-card  a::after ,.block-5 .new-block  a::after{
    content: " ";
    position:absolute;
    top : 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ff0000;
    left: 10px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform:translateY(-50%) ;


}
.block-5 .w3-col{
    float: right;
}
.gallery-block img{
    width: 100px;
    height: 100px;
    padding: 4px;
}
.adv-footer-block img{
    width: 135px;
}
.footer-block .w3-show-inline-block{
    padding: 0 8px 15px 8px ;
    text-align: right;
}
.footer-block .w3-show-inline-block a{
    font-size: 14px;
    font-family: GESSMEDIUM,sans-serif;
}
.copy{
    background-color: #2b2b2b;
    padding: 20px;
    color: #fff;
    font-size: 9px;
    font-family: verdana, arial, sans-serif;
}
.msg{
    color: #ff0000 !important;
}
.title{
    background-color: #4c4c4c;
    direction: rtl;
}
.new-block-inside .more{
    background-color: #ededed;
}
.text-block .w3-pagination{
    font-family: tahoma, Arial, sans;
}
.date_news{
    font-size: 9px;
    font-family: tahoma,sans-serif;
    padding-top: 5px;
}

.right-arrow{
    position: absolute;
    top:50%;
    right: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 10000;
    font-size: 40px;
    color: #ff0000;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;

}
.left-arrow{
    position: absolute;
    top:50%;
    left: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 10000;
    font-size: 40px;
    color: #ff0000;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
.right-arrow:hover,.left-arrow:hover{
    color:#fff;
}
.max_width_100{
    max-width: 100%;
}
.title_text{

    clear: both;
}
.newsletter .line-one,.newsletter .line-two{
    width: 100%;
    margin: 0 auto;
}
.w3-radio{
    width: 19px !important;
    height: 19px !important;
}












h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*  ORGINAL */
.invert {
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}
.select-menu{
    position: relative;
    top: 0;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    width: 75%;
    background: url(../images/responsive_menu_icon.png) no-repeat 98% center;
    overflow: hidden;
    display: none;
    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;
}



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

.gray{
    color:#353A4B;
}

.text-center{
    text-align: center ;
}
.clear,.ClearAll{
    clear: both;
}
.size_12{
    font-size: 12rem;
}
.size_15{
    font-size: 15rem;
}
.size_20{
    font-size: 20rem;
}
.size_25{
    font-size: 25rem;
}
.size_40{
    font-size: 40rem;
}
.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: 90%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
}
.height_100{
    height: 100%;
}
.height_300{
    height: 300px;
}
.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_white{
    background-color: #fff !important;
}
.background_ededed{
    background-color: #ededed !important;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
a{
    text-decoration: none;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff0000;
}
/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #a5a5a5;
}
.slider-progress .progress {
    width: 0%;
    height: 2px;
    background: #EA2227;
}
.tools-block > div > a:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.nav-main .w3-col{
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out ;
}
.nav-main .w3-col:hover{
    border-top: 3px solid #eee;
}
.nav-main .w3-col img{
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out ;
}
.nav-main .w3-col:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.nav-main .w3-col a{
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out ;
}
.nav-main .w3-col:hover a{
    color: #555;
}
.grayscale_hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grayscale_hover:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}
.grayscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.effect-opacity{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.effect-opacity:hover{
    opacity: .5;
}
input {
    outline: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
.tahoma{
    font-family: tahoma, Arial, sans-serif;
}

.latest-block .thumbnail img{
    max-width: 100%;
    width: 75px;
}
.lbm .latest-block a{
    font-size: 13px
}
/* ------------------  */