@font-face {
   font-family: MonotypeCorsiva;
   src:url(../fonts/MTCORSVA.TTF);
}

@media screen and (max-width: 767px) {

.main{margin:0 !Important;overflow:hidden !Important;}
.uyepaneladmin{margin-top:30px !Important;}
footer{box-shadow: 0 0 0 !Important;}	/*-------------------------Navbar-------------------------*/	.navbar-default .navbar-nav > li > a {line-height:20px !Important;}	img.logo-img{height:40px !Important;}     .h1-logo{margin-top:-7px !Important;}	/*-------------------------Footer-------------------------*/	.footer-ct-text{text-align: center !Important;}	.footer-ct-sosyal{text-align: center !Important;}	.back-to-top{bottom:130px !Important;}
}
/*-------------------------Genel-------------------------*/
.ofhidden{overflow:hidden;}
.center{margin:0 auto !Important; background:#f60; text-aligin:center !Important;}
.br0{border-radius:0 !Important;}
.bilgi{float:left !Important; width:125px; overflow:hidden; padding:4px;}
.main{background-color: #fff !Important;padding:25px !Important;margin-bottom:5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}
.ana{margin-top:15px;margin-bottom:15px;}
.border0{border:none !Important; padding:5px !Important;}
.marka{text-aligin:center; margin:-8px; height:20px;padding:2px; overflow:hidden; font-size:2vmin;}
.none{display:none !Important;}
.badge{font-size:1.8vh !Important;}
.form-control p5{ padding:10px !Important;}
/*-------------------------FOnt Family-------------------------*/ 
.ubuntu{font-family:ubuntu;}

/*-------------------------FOnt Size-------------------------*/ 
.f12{ font-size:12px !Important;}
.f14{ font-size:14px !Important;}
.f16{ font-size:16px !Important;}
.f18{ font-size:18px !Important;}
.f20{ font-size:20px !Important;}
.f22{ font-size:22px !Important;}
.f24{ font-size:24px !Important;}
.f32{ font-size:32px !Important;}
/*-------------------------FOnt Weight-------------------------*/.f100 {font-weight:100;}.f200 {font-weight:200;}.f300 {font-weight:300;}.f400 {font-weight:400;}.f500 {font-weight:500;}.f600 {font-weight:600;}.f700 {font-weight:700;}.f800 {font-weight:800;}.f900 {font-weight:900;}
/*-------------------------Margin - Padding -------------------------*/ 
.padding0{ padding:0 !Important;}
.margin0{ margin:0 !Important;}
.padding15{padding:15px;}
.padding15e{padding:-15px !Important;}
.margin15{margin:15px !Important;}
.margin15e{margin:-15px !Important;}
.m5left{margin-left:5px;}
.m5right{margin-right:5px;}
.m5right-{margin-right:-5px !Important;}
.m5bottom{margin-bottom:5px;}
.m5top{margin-top:5px;}
.m10top{margin-top:10px !Important;}
.m15top{margin-top:15px !Important;}
.m15bottom{margin-bottom:15px !Important;}
.m15left{margin-left:15px !Important;}
.m15right{margin-right:15px !Important;}
.m10bottom{margin-bottom:10px !Important;}

/*-------------------------MinHeight-------------------------*/ 
.minh400{ min-height:400px;}
/*-------------------------MinWidth-------------------------*/ 
.mw120{ min-width:180px;}
/*-------------------------Up Text-------------------------*/ 
.uptext{ text-transform: uppercase !Important;}
/*-------------------------Renkler-------------------------*/ 
.red{color:#FF0000;}
.blue{color:#00CCFF;}
.black{color:#000;}
.darkblue{color:#167ac6;}
.gri{color:#999;}
.gri2{color:#666;}
.gri3{color:#333;}
.bordo{color:#d9534f;}
.green{color:#5cb85c;}
.pink{color:#e42153;}

/*-------------------------Üye Paneli-------------------------*/ 
.uyepanel{width:300px; margin:0 auto; margin-top:50px;}
.uyepanel img {width:200px; margin-bottom:20px;}
.uyepanelkayit{width:300px; margin:0 auto; margin-top:50px; margin-bottom:125px;}
.uyepanelkayit img {width:200px; margin-bottom:20px;}


/*-------------------------Üye Paneli-------------------------*/ 
.uyepaneladmin{width:400px; margin:0 auto; margin-top:100px; min-height:750px !Important;}
.uyepaneladmin img {width:200px; margin-bottom:20px;}

/*-------------------------Footer-------------------------*/ 
footer{width:100%; background-color: #fff !Important; position:fixed; bottom:0px; margin-top:20px;	padding:5px;	padding-top:10px;	min-height:30px;	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}.footer-kayit{width:100%; background-color: #fff !Important; bottom:0px; margin-top:20px;	padding:5px;	padding-top:10px;	min-height:30px;	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);} 
.well{background:#fff !Important; margin-bottom:5px !Important; border-radius:0 !Important;}
.affix {top: 60px;width: 18.3%;  }
.scrollable-menu { height: auto;    max-height: 200px;    overflow-x: hidden;}
ul.scrollable-menu{background:#f60 !Important; position:absolute !Important; z-index:99999999 !Important;}
.checkbox{margin:5px !Important;}

/*-------------------------Form Elemanları-------------------------*/ 
#hatalitc{font-size:36px;color:#e42153 !Important;margin-top:40px;}
.hata{border: 3px solid #FF0000 !Important;}
input[type="text"], 
input[type="password"],
input[type="email"],
input[type="number"], 
input[type="date"], 
textarea, 
textarea.form-control,select.roller,select.form {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
/*-------------------------------------------------------------------------       NavBar         ----------------------------------------------------------------------------*/ .navbar{ margin-bottom:0px !Important;}.navbar , .navbar-default{border:0 none !Important; background:#fff !Important;}.navbar-collapse ul.navbar-nav li a{padding:10px 15px !Important; }.dropdown-menu > li > a:hover {color:#fff !Important; background:#e42153  !Important;}.navbar-nav > li > .dropdown-menu {margin-left: -1px;border: 0 !Important;}.navbar-default .navbar-nav > li > a {font-size:18px; font-weight:600 !Important; line-height:70px; text-align:center;}.navbar-default .navbar-nav > li > a > span {color: #e42153  !Important;}.navbar-default .navbar-nav > li > a:hover{color: #fff !Important; background:#e42153  !Important; line-height:70px;}.navbar-default .navbar-nav > li > a:hover span{color: #fff !Important;}.navbar-default .navbar-nav > li > a:hover i{color: #fff !Important;} .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus i {color: #fff !Important;background:#d92855 !Important;}.dropdown-menu > .active > a:focus {background-color: #e42153  !Important;}.navbar-default .navbar-toggle {border-color: #e42153 ; }.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #e42153 ;color:#fff !Important;}.navbar-default .navbar-toggle:focus span{background-color: #e42153 ;color:#fff !Important;}.navbar-default .navbar-toggle .icon-bar {background-color: #e42153 ;}.navbar-default .navbar-toggle:hover .icon-bar {background-color: #fff;}.navbar-toggle {margin-top:10px !Important;}.h1-logo{margin-top:0px;}/*-------------------------------------------------------------------------       Footer         ----------------------------------------------------------------------------*/ 
.sosyal-medya-footer{margin-top:20px; margin-left:-30px;}.sosyal-medya-footer a{color:#fff;margin:20px;}.footer-ct-sosyal{text-align: right ;}.footer-ct{padding:20px 5px;}.contactformcontent{background:#e42153;height:auto; padding:30px 10px !Important; color:#fff;}.chart {  width: 100%;   min-height: 450px;}