﻿body.Public, html.Public {
    direction: rtl;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background-color: #89754F;
    margin: 0px;
}
/*-------------------------------------------------------------------------------------------------*/
.Container {
    width: 1024px;
    max-width: 1024px;
    margin: auto;
    background-color: white;
    border: 2px solid white;
}

div.BaseContainer {
    border-radius: 4px;
    text-align: center;
    background-color: #d4c597;
    vertical-align: central;
    padding: 4px;
}

/*-------------------------------------------------------------------------------------------------*/
.BaseFont {
    font-family: 'hb';
    line-height: 100%;
}

.NotoFont {
    font-family: 'Noto';
    line-height: 100%;
}

.BaseFont10 {
    font-size: 10pt;
}

.BaseFont12 {
    font-size: 12pt;
}

.BaseFont14 {
    font-size: 14pt;
}

.BaseFont16 {
    font-size: 16pt;
}

.MainPublicMenuFont {
    font-size: 20pt;
}

.BoldFont {
    font-weight: 700;
}

.GreenFont {
    color: #017e59;
}

.Link {
    color: #017e59;
    cursor: pointer;
    text-decoration: none;
    transition: all 500ms;
}

    .Link:hover {
        color: #0ea075;
        transition: all 500ms;
    }

.ImgLink {
    transition: all 500ms;
}

    .ImgLink:hover {
        opacity: .7;
        transition: all 500ms;
    }

div.MoreLink {
    width: 100px;
    float: left;
    z-index: 20;
}
/*-------------------------------------------------------------------------------------------------*/
.PublicHeader {
    background-image: url("../../common/img/wsite/BGMap.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    min-height: 200px;
    direction: ltr;
}

.RoundContainer5 {
    background-color: #d5c8a2;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}

div.BaseRoundImg {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 2px;
    margin: auto;
}

.RoundContainer10 {
    background-color: #d5c8a2;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
}

table.top {
    width: 1000px;
    margin-top: 20px;
}

td.lang {
    width: 100px;
}

td.login {
    width: auto;
}

td.SocialIco {
    padding-top: 12px;
}
/*-------------------------------------------------------------------------------------------------*/
table.LogoPublicMenu {
    margin: auto;
    margin-top: 0px;

    width: 1024px;
    border-collapse: collapse;
    padding: 0px;
    direction: rtl;
}

td.Logo {
    width: 165px;
    padding: 0px;
    z-index: 100;
    position: relative;
}

td.PublicMenu {
    width: 859px;
    padding: 0px;
    z-index: 50;
    position: relative;
}

div.Logo {
    background-image: url(../../common/img/wsite/logo.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    cursor: pointer;
}

    div.Logo:hover {
        opacity: 1;
    }

div.LatestNews {
    overflow: hidden;
    text-wrap: none;
    white-space: nowrap;
    background-color: #a1895d;
    width: 950px;
    height: 25px;
    border-radius: 15px;
    padding-right: 25px;
    padding-left: 20px;
    padding-top: 10px;
    margin:auto;
}

div.PublicMenu {
    width: 700px;
    height: 41px;
    background-image: url("../../common/img/wsite/BGMenu.png");
    background-repeat: no-repeat;
    margin:auto;
    padding-right: 20px;
    vertical-align: middle;
}

td.PublicMenuItem {
    padding: 8px 10px 0px 4px;
}
/*-------------------------------------------------------------------------------------------------*/
div.SocialIco {
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

    div.SocialIco:hover {
        opacity: .8;
    }

.FacebookIco {
    background-image: url("../../common/img/wsite/facebook.png");
}

.TwitterIco {
    background-image: url("../../common/img/wsite/twitter.png");
}

.YoutubeIco {
    background-image: url("../../common/img/wsite/youtube.png");
}

.LocationIco {
    background-image: url("../../common/img/wsite/location.png");
}
/*-------------------------------------------------------------------------------------------------*/
.Search {
    background-image: url("../../common/img/wsite/bgsearch.png");
    background-position: 170px center;
    background-repeat: no-repeat;
    clear: both;
}
/*-------------------------------------------------------------------------------------------------*/

div.ContainerMainPublicMenu {
    margin-top: 85px;
    padding: 15px;
    display: block;
    height: 70px;
}

div.MainPublicMenu {
    border: solid #d6d4d4 1px;
    background-color: #f7f7f7;
    width: 225px;
    height: 40px;
    border-radius: 4px;
    margin: 10px 10px 4px 10px;
    text-align: center;
    padding-top: 17px;
    z-index: 50;
}

    div.MainPublicMenu:hover {
        background-color: #ededed;
        cursor: pointer;
    }

ul.MainPublicMenu {
    float: right;
    list-style-type: none;
    margin: auto;
    padding: 0px;
}

li.MainPublicMenu {
    float: left;
}

div.MainPublicMenuLine {
    height: 8px;
    width: 225px;
    margin: 0px 11px 0px 10px;
}

div.MainPublicMenuIco {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 6px;
    z-index: 100;
    float: left;
}

div.MainPublicMenuCarnet {
    background-image: url(../../common/img/wsite/ICarnet.png);
    width: 44px;
    height: 60px;
    top: -110px;
}

div.MainPublicMenuILicense {
    background-image: url(../../common/img/wsite/ILicense.png);
    width: 43px;
    height: 47px;
    top: -100px;
}

div.MainPublicMenuFAQ {
    background-image: url(../../common/img/wsite/FAQ.png);
    width: 50px;
    height: 50px;
    top: -100px;
}

div.MainPublicMenuContactus {
    background-image: url(../../common/img/wsite/Contactus.png);
    width: 50px;
    height: 50px;
    top: -100px;
    left: 2px;
}
/*-------------------------------------------------------------------------------------------------*/
table.Content {
    width: 1024px;
    direction: rtl;
    border-collapse: collapse;
    padding: 0px;
    margin-top: 40px;
}
/*-------------------------------------------------------------------------------------------------*/
div.SidePublicMenuHeader {
    background-color: #a1895d;
    width: 242px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    padding-top: 15px;
    color: white;
}

td.SidePublicMenu {
    width: 250px;
    padding-right: 20px;
    vertical-align: top;
}

div.SidePublicMenu {
    background-color: #d4c597;
    width: 210px;
    height: 30px;
    border-radius: 4px;
    /* text-align: center; */
    padding-top: 15px;
    padding-right: 20px;
    transition: all 500ms;
}

    div.SidePublicMenu:hover {
        background-color: #e6d7a9;
        cursor: pointer;
        transition: all 500ms;
    }

div.SidePublicMenuLine {
    height: 45px;
    width: 8px;
}
/*-------------------------------------------------------------------------------------------------*/

div.SidePublicMenuBlock {
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    background-color: #d4c597;
    width: 230px;
    height: 80px;
    vertical-align: central;
    padding-top: 25px;
}

img.PhoneHand {
    content: url("../../common/img/wsite/PhoneHand.png");
    margin-top: -135px;
    margin-right: 5px;
    float: right;
}

img.WhatsApp {
    content: url(../../common/img/wsite/whatsapp.png);
    /* float: left; */
    width: 39px;
    /* margin-top: -10px; */
    /* margin-left: 10px; */
    position: absolute;
    top: 0px;
    left: 0px;
	
}
/*-------------------------------------------------------------------------------------------------*/
div.Sponsor {
    display: table;
    margin: 0 auto;
    max-width: 1000px;
    height: 100px;
    max-height: 100px;
    margin: 30px auto 0px auto;
}

div.PublicFooter {
    width: 1020px;
    max-width: 1020px;
    height: 30px;
    max-height: 30px;
    background-color: #a1895d;
    margin: 10px auto 24px auto;
    border-radius: 15px;
    text-align: center;
    padding-top: 5px;
    font-family: 'Helvetica';
    font-size: 12pt;
    line-height: 100%;
}

img.BGFooter {
    content: url("../../common/img/wsite/BGFooter.png");
    margin-top: -80px;
    margin-bottom: 5px;
    float: left;
}
/*-----------------------------------------------------------------------------------------------*/
/*Newsletter*/
table.NL {
    border-collapse: collapse;
    width: 230px;
}

td.NL {
    height: 35px;
    text-align: center;
}

td.NLIco {
    background-image: url("../../common/img/wsite/Email.png");
    background-repeat: no-repeat;
    background-position-x: 190px;
}

input[type=text].NL {
    outline: none;
    border: 1px solid #a1895d;
    background-color: #e6d7a9;
    width: 200px;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

input[type=text].NLValidError {
    outline: none;
    border: 1px solid #f8a7a7;
    background-color: #f8d8d8;
    width: 200px;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
/*-------------------------------------------------------------------------------------------------*/
/*Grid View */
.GridViewPager a {
    background-color: #017e59;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8pt;
}

    .GridViewPager a:hover {
        background-color: #a1895d;
        color: #fff;
        text-decoration: underline;
    }

.GridViewPager span {
    background-color: #DE913A;
    color: #fff;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8pt;
    line-height: 40px;
}

div.GVSeparator {
    border-top: solid 1px #DFDCDB;
    margin: 10px 0 10px 0;
}
/*-------------------------------------------------------------------------------------------------*/
div.HomeArticle {
    border-radius: 4px;
    width: 315px;
    border: 1px solid #d4c597;
    padding: 5px 5px 5px 5px;
    height: 345px;
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------*/
div.PublicForm {
    border: 1px solid #d4c597;
    padding: 10px 2px 2px 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    width: 370px;
    margin: auto;
    background-color: white;
    box-shadow: 0px 0px 2px 2px #e0e0e0;
}
/*-------------------------------------------------------------------------------------------------*/
a.ScrollTop {
    width: 48px;
    height: 48px;
    opacity: 0.8;
    position: fixed;
    bottom: -10px;
    right: 10px;
    display: none;
    text-indent: -10000px;
    outline: none !important;
    background-image: url('../../common/img/master/top.png');
    background-repeat: no-repeat;
}

    a.ScrollTop:hover {
        opacity: .5;
    }
/*-------------------------------------------------------------------------------------------------*/


.main-page-whatsapp-links{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;	
	margin: 0px;
}

.main-page-whatsapp-links a{
	
    display: flex;
    justify-content: space-around;
    align-items: center;
	
}
.main-page-whatsapp-links a .cityname span{
	width: 25%;
    text-align: start;
    text-decoration: none !important;
    font-family: 'hb';
    font-size: 12pt;
	color:black;
}

.SidePublicMenuBlock + .PhoneHand.first{
	margin-top: -217px !important;
}