.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.url-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.border_img {
    border: 10px solid transparent;
    border-image: url(../dimg/border.png) 25 stretch;
    width: 100%;
}

.tasma {
    background-color: #eee;
    width: 100%;
    height: 85em;
    border: 1px dotted black;
    overflow: visible;
}


.containerad {
    background-color:  #DC143C;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    height: 13rem; !important;
    
 

}

.kenarlik {
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

/*-----------------------*/
body {
    margin: 0px;
    padding: 0px;
}



nav ul{margin:0px; padding:5px;}

nav li {
   display: inline-block;
    padding: 2px 7px;
}

a {
    font: 13px arial, helveltica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

nav li a:hover {
    text-decoration:none;
    color: #000;
}

media screen and (max-width:625px;) {
    nav li {
        display: block;
    }
      nav li:hover {
        display: block;
    color: #EE1D2D;
    }
}