﻿body {
    margin: 0px;
    background: #ffffff;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.one {

    width:33%;
    min-width:500px;
}
@media only screen and (max-width: 500px) {
  .one {
    width:100%;

  }
}
.anaRenk {
    color:#ff9935;
}
.anaRenkBG {
    color:#ff9935;
}


.mywidth {
    width:850px;
}

.slogan {
    font-size:18px;
    font-family:Arial;
    font-style:italic;
    font-weight:bold;
    
    background-color:#fff;
}

.ikilialtyazi {
    color:#212529;
    font-size:18px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    line-height:1.5;
    background-color:#fff;
}

.menuDetay {
   // background-color:transparent;
    height:55px;
}

.menutdem {
   background-color:transparent;
    height:55px;
    color:#000;
    cursor:pointer;
    transition:300ms;
}

.menutdem:hover {
    background-color:#ff9935;
    height:55px;
     cursor:pointer;
    color:#000;
}

.font16 {
    color:#212529;
    font-size:16px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    text-decoration:none;
    transition:200ms;
}

.font16:hover {
    color:#990000;
    font-size:16px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    text-decoration:none;
}

.font24 {
    color:#fff;
    font-size:24px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    text-decoration:none;
}

.font36 {
    color:#fff;
    font-size:36px;
    font-family:Arial;
    font-style:normal;
    font-weight:400;
    text-decoration:none;
}

