﻿@font-face {
  font-family: 'ArialBold';
  src: url('fonts/Arial Bold.eot');
  src: local('☺'), url('fonts/Arial Bold.woff') format('woff'), url('fonts/Arial Bold.ttf') format('truetype'), url('fonts/Arial Bold.svg') format('svg');
  font-weight: normal;
  
}

#AdvToLeftRight img{
    max-width:100%;
}
#formRegister{
    background:#f8f8f8;
    border-top:solid 2px #257bbc;
    padding: 0 18px;
}
#formRegister span.title{
    display:inline-block;
    font:22px/30px 'ArialBold';
    margin-top:21px;
    width:100%;
    color:#257bbc;
    text-align:center;
}
#formRegister .text{
    font:14px/27px 'Arial';
    color:#666;
    margin: 3px  0 15px 0;
}
.form{
    display:flex;
    flex-wrap:wrap;
    margin-left:-3px;
    margin-right:-3px;
    margin-bottom:-5px;
}
.form .item{
    width:33.33%;
    padding: 0 3px;
    margin-bottom:5px;
    box-sizing:border-box;
}
.form .item input, select{
    height:36px;
    border:solid 1px #d7d7d7;
    padding: 0 8px;
    line-height:36px;
    color:#666;
    width:100%;
        box-sizing:border-box;
        background:#fff;
        font-size:11.5px;
}
.form .item select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
  appearance: none;
  padding-right:20px;
  background:#fff url(down.png) no-repeat right 5px center;
}
/*for IE10+*/
.form .item::-ms-expand {
    display: none;
}
#formRegister a.send{
    display:block;
    width:200px;
    margin:11px auto 0 auto;
    height:45px;
    text-align:center;
    font-size:15px;
    text-transform:uppercase;
    line-height:45px;
    background:#257bbc;
    color:#fff;
    border-radius:5px;
    border-bottom:solid 3px #0c5790;
    transition:0.3s;
}
#formRegister a.send:hover{
    background:#0c5790;
}
#formRegister .bottom{
        font:18px/27px 'ArialBold';
    color:#f50005;
    padding:15px 0 30px 0;
    text-align:center;
    box-sizing:border-box;
}
.commentFacebook{
    padding:0 18px 10px 18px;
       background:#f8f8f8;
}
#metu .mmt-container {z-index: 11 !important}