@charset "utf-8";
 .margin {
     width: 76%;
     margin-right: 12%;
     margin-left: 12%;
     box-shadow: 0px 0px 3px 0px rgb(153,153,153);
     background-color: rgb(255,255,255);
     border: 1px solid #cccccc;
     height: auto;
     box-sizing: border-box;
     float: left;
     margin-top: 20px;
}
.margin .detay {
     padding: 0px;
     width: 100%;
     margin-top: 0px;
     margin-right: auto;
     margin-left: auto;
     height: auto;
}
 .margin .detay .adress {
     /* [disabled]background-color: #FF0066;
*/
     width: 99%;
     height: 120px;
     margin-top: 0px;
     margin-right: auto;
     margin-bottom: 10px;
     margin-left: auto;
     display: block;
     clear: both;
     padding: 0.5%;
}
 .margin .detay .adress #a {
     color: #FFF;
     background-color: #09C;
     display: block;
     float: left;
     width: 42%;
     font-family: ArchitectsDaughter;
     font-size: 16px;
     font-weight: bolder;
     margin-top: 0.25%;
     margin-right: 2.5%;
     margin-bottom: 0.25%;
     margin-left: 2.5%;
     border-radius: 5px;
     padding-top: 0.5%;
     padding-right: 0.5%;
     padding-bottom: 0.5%;
     padding-left: 2.5%;
}
.margin .detay .map {
     height: auto;
     width: 99%;
     /* [disabled]background-color: #CCC; */
     margin-top: 0px;
     margin-right: auto;
     margin-bottom: 10px;
     margin-left: auto;
     font-weight: bold;
     /* [disabled]display: block;
*/
     clear: both;
     padding: 0.5%;
}
 .margin .detay .map .mapframe {
     height: 300px;
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     overflow: hidden;
}
 .margin .detay .send_email {
     background-color: #09C;
     padding: 0.5%;
     width: 99%;
     margin-right: auto;
     margin-bottom: 10px;
     margin-left: auto;
     height: auto;
}
 .margin .detay .send_email form {
     display: table;
     height: auto;
     width: 100%;
}
 .margin .detay .message {
     float: left;
     width: 63%;
     height: 100%;
     display: table;
     margin-right: 1%;
}
 .margin .detay .message .your_message {
     height: 200px;
     width: 96%;
     padding-top: 5px;
     padding-right: 2%;
     padding-bottom: 5px;
     padding-left: 2%;
     border-radius: 5px;
}
 .margin .detay .details {
     width: 34%;
     float: left;
}
 .margin .detay .details .name {
     float: left;
     width: 96%;
     margin-bottom: 10px;
     height: auto;
     border-radius: 5px;
}
 .margin .detay .details .email {
     float: left;
     width: 96%;
     margin-bottom: 10px;
     height: auto;
     border-radius: 5px;
}
 .margin .detay .details .phone {
     float: left;
     width: 96%;
     height: auto;
     margin-bottom: 10px;
     border-radius: 5px;
}
 .margin .detay .details #Gönder {
     background-color: #09F;
     height: 30px;
     width: 20%;
     float: right;
     margin-right: 4%;
     font-weight: bold;
     color: #FFF;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     border-radius: 5px;
}
