body {
   font-family: Helvetica;
   text-align: left;
   letter-spacing: 0;
   
   font-size: 1em;
   margin: 0;
   padding: 0;
}

.new_section {
   clear: both;
   border-top: 1px solid #444;
   margin-top: 1.5em;
   padding-top: 2em;
}

#header {
   height: 80px;
}

#main {
   margin-left: auto;
   margin-right: auto;
   width: auto;
   padding-top: 5%;
   padding-left: 12px;
   border-left-style: solid;
   border-right-style: none;
   border-top-style: none;
   border-bottom-style: none;
   border-color: #444;
   border-width: 1px;
   padding-bottom: 50px;
}

h1 {
   font-family: BYekan,'BYekan',tahoma;
   font-weight: bold;
   color: #A98;
   font-size: 1.5em;
   line-height: 1em;
   text-align: left;
   padding-top: 1em;
}

h2 {
   font-family: BYekan,'BYekan',tahoma;
   font-weight: normal;
   color: #A98;
   text-align: left;
   font-size: 1.2em;
   line-height: 0.5em;
   padding-bottom: 1em;
}

h3 {
   font-family: BYekan,'BYekan',tahoma;
   font-weight: bold;
   color: #A98;
   text-align: left;
   font-size: 1.0em;
   line-height: 0.5em;
   padding-top: 1.0em;
   padding-bottom: 0.5em;
}

h4 {
   font-family: BYekan,'BYekan',tahoma;
   font-weight: normal;
   color: #A98;
   text-align: left;
   font-size: 1.0em;
   line-height: 0.5em;
   padding-top: 0.5em;
}
em;
}

#validator {
   clear: both;
   text-align: center;
}

#validator a {
   border: none;
}

#validator img {
   border: 0;
   width: 88px;
   height: 31px;
   margin: 2px 6px 2px 10px;
}

table tbody tr td,.font-fa {
    font-family: BYekan,'BYekan',tahoma;
}

table input {
    padding: 7px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

input[type=button] {
    position: relative;
    top: -1px;
}

button.font-fa {
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s;
}
button.font-fa:hover {
    border-radius: 7px;
    background: #484848;
    color: #fff;
    transition: 0.5s;
}

input#geoloc:hover,input#user_now:hover{
    border-radius: 3px;
    background: #466a90;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.map-text{
    height: 40px;
    float: right;
}
.map-text a {
    font-family: BYekan,'BYekan',tahoma;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: #283849;
    border-left: 1px solid #aaa;
    transition: 0.5s;
}
.map-text a:hover{
    color: #fff;
    background: #777;
    transition: 0.5s;
}
.footer {
    width: 100%;
    height: 20px;
    background: #283849;
    text-align: center;
    color: #fff;
    padding-top: 16px;
    margin-top: -7px;
}
.footer a {
    color: #ffd300;
    text-decoration: none;
    font-family: BYekan,'BYekan',tahoma;
    transition: 0.5s;
}
.footer a:hover{
    color: #00dcff;
    text-decoration: underline;
    transition: 0.5s;
}
