ğ
/*----------------------------------------------------
	1. CSS Reset
------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	font-size:14px;
	line-height:24px;
	color:#8c9099;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position:relative;
	background:#fff;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}
.popup {
  background-color: #000000a6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* 	display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
}
.popup-content {
  display: none;
  max-width: 800px;
  width: 100%;
  background: #fff;
  min-height: 400px;
  overflow: auto;
  position: relative;
  padding: 35px;
  margin: 0 15px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.popup-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
body.showPopup .popup {
  display: flex;
}
body.showPopup .popup-content {
  display: block;
  animation: popup 0.3s forwards;
}
body.removePopup .popup-content {
  animation: popupclose 0.3s forwards !important;
}

@keyframes popup {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupclose {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* button */
.open-btn {
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 24px;
  cursor: pointer;
}


.gal-img {margin: 15px 0px;}

.guz {
      background: #000;
      padding: 30px 20px;

      }
.yil {
      background: #00aac0;
      text-align: right;
      padding: 30px 20px;
      }

#fotograflar h3 {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

#fotograflar h4 {
  font-size: 30px;
  color: #fff;
  margin: 10px 0;
  padding: 0;
  font-weight: 300;
}

a {
	text-decoration:none;
	color:#f5d76e;
	outline:none;
}
a:hover, a:focus {
	color:inherit;
	text-decoration:underline;
}
img {
	max-width:100%;
}
header {
    height: 80px;
    position: fixed;
    top: 0;
    transition: top 0.6s ease-in-out;
    width: 100%;
    z-index: 9999;
}
.nav-up {
    top: -80px;
}
#map {
     width: 100%;
     height: 300px;
 }
/*----------------------------------------------------
	 2. Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}
.sec_top_gp {
	padding-top:68px;
}
.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}
.relative {
	position:relative;
}
.section_gap {
	padding: 35px 0 65px;
}
.uppercase {
	text-transform:uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #acadbf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #acadbf;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #acadbf;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #acadbf;
}

p{
	/* font-family: 'Open Sans', sans-serif; */
	font-size:14px;
	line-height:24px;
	font-weight:400;
	padding-bottom: 0px;
	margin:0px;
	color: #273342;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #273342;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size:73px;
	line-height:normal;
	font-weight:700;
	margin:0px 0 15px;
}
h1 span {
	font-weight: 300 !important;
	font-size: 22px;
	line-height: 27px;
}
h2{
	font-size: 44px;
	color: #fff;
	/* line-height:57px; */
	font-weight: 100;
	text-transform:none;
	letter-spacing: 0px;
	margin:0px 0 15px;
}

h2 span {
	font-weight: bold;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:normal;
	font-weight:700;
	margin:0px 0 22px;
}
/*h4{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin:0px 0 15px;
}*/
h5{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:0px 0 15px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:left;
	padding-bottom:30px;
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 15px;
	padding-left: 15px;
}
.heading h1 {
	color: #273342;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	padding: 22px;
	border-left: 8px solid;
	font-size: 41px !important;;
}
.heading h1 span {
	display:block;
}
.heading p{
	font-size: 15px;
	font-weight:400;
	color: #273342;
	line-height:24px;
}
.topmar{
	margin-top:20px;
}

/*----------------------------------------------------
	3. Header Part
------------------------------------------------------*/


/*--------------------------------------
	3.2.1 (v1) Header Slideshow
----------------------------------------*/

.header_v1 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}

.slide {
	min-height: 600px !important;
	max-height: 1080px !important;
}
.header_v1 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v1 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}

.header_v4 .bannerText h4 {
	font-weight: bold;
	margin: 0;
	color: #fff;
	letter-spacing: 0.4;
}


.header_v1 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v1 .bannerText p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v1 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v1 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v1 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.2 (v2) Header Slideshow
----------------------------------------*/

.header_v2 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v2 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v2 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v2 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v2 .bannerText p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v2 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v2 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v2 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.3 (v3) Header Slideshow
----------------------------------------*/

.header_v3 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v3 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v3 .bannerText{
	width:580px;
	height:218px;
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
}
.header_v3 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v3 .bannerText p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v3 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v3 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v3 .bannerText p a:hover{
	color:#fff;
}

/*--------------------------------------
	3.2.4 (v4) Header Slideshow
----------------------------------------*/

.header_v4 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v4 .hedaer-inner {
	height:100%;
	position:relative;
}
.header_v4 .bannerText{
	height: 380px;
	position: absolute;
	left: 0;
	top: 46%;
	text-align: left;
	margin-top: -109px;
	padding: 30px 0 0 30px;
	z-index: 999999;
}

.header_v4 .bannerText p {
	width: 70%;
	margin: 40px 0;
}
.header_v4 .bannerText h3 {
    color: #fefefe;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    margin-bottom: 5px;
}
.header_v4 .bannerText h3:first-child {
    color: #fefefe;
    font-weight: bold;
    text-transform: none;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 95px;
    margin-bottom: 5px;
}
.header_v4 .bannerText p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color:#fefefe;
	text-transform:none;
	padding-bottom:0 !important;
    margin-bottom: 0 !important;
    margin-top: 27px !important;
	font-family: 'Montserrat', sans-serif;
}
.header_v4 .bannerText p a {
	font-size:12px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v4 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v4 .bannerText p a:hover{
	color:#fff;
}

/*------------------------------------
	3.2.5 (v5) Header Video
--------------------------------------*/

.header_v5 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v5 .hedaer-inner {
	top:50%;
	left:0;
	right:0;
	position:absolute;
	margin-top:-100px;
}
.header_v5 .bannerText{
	border-left:3px solid #fff;
	padding:30px 0 0 30px;
	width:50%;
	height:auto;
	text-align:left;
}
.header_v5 .bannerText h3{
	color:#fefefe;
	font-size:37px;
	line-height:36px;
	font-weight:700;
	text-transform:none;
	letter-spacing:-2px;
	margin-bottom:20px;
}
.header_v5 .bannerText p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v5 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v5 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v5 .bannerText p a:hover{
	color:#fff;
}
.header_v5 .header-video {
	position: relative;
	overflow: hidden;
	margin-bottom:-35px;
}

.header_v5 .header-video iframe,
.header_v5 .header-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.header_v5 .header-video iframe {
	height: 120%;
	margin-left: -10%;
	margin-top: -10%;
	width: 120%;
}
.header_v5 .teaser-video {
	width: 100%;
	height: auto;
}
.header_v5 .header-video--media {
	width: 100%;
	height: auto;
}
.header_v5 .video-trigger {
	visibility:hidden;
}




/*----------------------------------------------------
 	3.1 Menu Style
------------------------------------------------------*/
.isStuck{
    left:0px;
    width:100%;
}
.menu{
	 margin-top:0px;
	 position: absolute;
	 z-index:9999;


	 background-color: #000;
	 left:0px;
	 right:0px;
	 margin-bottom:-100px;
	 display:block;
}
.menu.showmenu {
	display:block;
}

.fly {
	height: 80px;
	float: left;
	background: url(../images/material.png);
}


.logo a{
	font-size:36px;
	line-height:normal;
	font-weight:700;
	color:#fff;
	padding:0 !important;
	outline:none;
	text-decoration:none;
	text-transform:none;
}
.logo a:hover {
	border:none !important;
}
.logo img {
	width: 210px;
}
.isStuck .logo{
	margin-top:10px;
	margin-left:0;
}
.isStuck .logo span{
	color:#273342;
	background-color:#fff;
}

.navArea{
	float:right;
}

.navwrapper .container{
	padding:0;
	width:auto;
}

.navbar-header{
	display:block !important;
}
.nav > li > a{
	display:inline-block;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}
.navbar-nav{
	margin: 0 auto;
	float: none;
	text-align:right;
}

.navbar-toggle{
	margin-top:14px;
}

.navbar-nav > li:hover ul.submenu{
	float: none;
	display: block;
	position:absolute;
	width:200px;
	background:#000;
}
ul.submenu li{ list-style:none; margin:0; }
ul.submenu li a{ padding:10px 10px !important; display:block; text-align:left !important; text-decoration:none; color:#fff !important;}
ul.submenu li a:hover { color:#000 !important;}
ul.submenu{ display:none;}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  margin-top:0px;
  height:80px;
  position: relative;
  z-index: 15;
}
.navbar-wrapper .container{
	padding:0px;
}

.navbar-collapse{
	padding:0;
}
.navbar.navbar-inverse.navbar-static-top {
  margin:0px auto;
  background:none;
  color:#fff;
  border:none;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
}
.navbar.navbar-inverse.navbar-static-top a{
  color: #fff;
  padding: 31px 10px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  color: #757575;
  font-size: 13px;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
	background-color:inherit;
	background:none;
	border-bottom:2px solid;
}
.inner-page .navbar.navbar-inverse.navbar-static-top a:hover,
.inner-page .isStuck .navbar-inverse .navbar-nav>.active>a, .isStuck .navbar-inverse .navbar-nav>.active>a:focus {
	border:none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  color:#fff !important;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	color:#fff;
}
.hideClass{
	display:none;
}
.isStuck .navbar-inverse .navbar-nav>.active>a, .isStuck .navbar-inverse .navbar-nav>.active>a:focus{
  color:#fff ;
  background-color:#000!important;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a:hover{
  color:#fff;
  background-color:#000!important;
  border:none;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a{
  color:#757575;
}

.stuckMenu{
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    border-bottom: solid 1px #92929263;

	background: none;
}
.isStuck{

	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}


/*----------------------------------------------------
	3.3 Language Dropdown
------------------------------------------------------*/
ul.language {
	position:absolute;
	right:13px;
	top:18px;
	padding:0 0 0 23px;
	margin:0;
	z-index:99999;
}
ul.language li {
	display:block;
}
ul.language li i {
	margin:2px 0 0 7px;
	color:#c6c8cd;
	font-size:11px;
}
ul.language li a {
	font-size:12px;
	line-height:13px;
	color:#fff;
	font-weight:400;
	padding-left:26px;
	background:url("../images/flag.png") 0 3px no-repeat !important;
}
ul.language li a:hover {
	border:none !important;
}
ul.language li a.french {
	background-position:0 -22px !important;
}
ul.language li a.italian {
	background-position:0 -53px !important;
}
ul.language li a.spanish {
	background-position:0 -83px !important;
}
ul.language li a.portuguese {
	background-position:0 -114px !important;
}
ul.language li ul {
	background-color:#1d385a;
	padding:15px 20px;
	margin:0;
	right:0;
	top:35px;
	left:inherit;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
ul.language li ul li {
	font-size:13px;
	line-height:normal;
	color:#d7dee4;
	padding:0;
	margin:0;
}
ul.language li ul li a {
	font-size:13px;
	line-height:24px;
	color:#d7dee4;
}
ul.language li ul li a:hover,
ul.language li ul li a:focus {
	background-color:inherit;
	color:#fff;
	border:none !important;
}


/*----------------------------------------------------
	3.4 form
------------------------------------------------------*/
.form-header {
	position:absolute;
	right:0;
	top:160px;
	margin:0 auto;
}
.form-container {
	width: 555px;
	height:auto;
	padding: 0 0 0 0;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	/* -webkit-border-radius:5px; */
	-moz-border-radius:5px;
	/* border-radius:5px; */
	text-align: center;
	background: #fff !important;
}

.form-container p {
	color: #fff;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	text-align: center;
}

.form-container a {
	border: 1px solid #fff;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	margin: 20px 0;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.form-container a:hover {
	background: #367d92;
	color: #fff;
	text-decoration: none;

}

.form-container h2 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 19.5px;
	text-align: center;
	padding: 20px 0;
}
.form-container h2 span {
	font-size: 14px;
	text-transform:none;
	line-height: 28px;
	color: #fff;
	letter-spacing: 0px;
	display:block;
	font-weight: 300;
}
.form-row {
	margin-bottom:17px;
	font-size:0;
	letter-spacing:0;
}
input.normal,
select.normal,
textarea.normal{
	/* font-family: 'Open Sans', sans-serif; */
	font-size:15px;
	line-height:normal;
	color: #6d6d6d;
	font-weight: 300;
	padding: 10px 20px;
	width:100%;
	letter-spacing: 0;
	height:auto;
	background: rgb(255, 255, 255);
	display:inline-block;
	border:none;
	/* border-bottom:3px solid rgba(0,0,0,.2); */
	/* -webkit-border-radius:5px; */
	-moz-border-radius:5px;
	/* border-radius:5px; */
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #c0c1c1;
	border-color: #c0c1c1 !important;
	font-size: 14px;
}
select.normal {
	padding:15px 20px;
}
input.normal.small {
	width:48%;
}
input.normal.last {
	float:right;
}
textarea.medium {
	height:116px;
	overflow:auto;
	resize:none;
}
input.button{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:52px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:100%;
	height:53px;
	background:#2f4e71;
	border:none;
	border-bottom:3px solid #243c58;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
h3.succes_message {
	color:#3C3;
}

/* banner overlay */
.patternOverlay {

	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	display:none;
}

/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url("../images/preloader.gif"); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}


/* backgrounds */
.white_section {
	background-color:#fff;
}
.grey_section {
	background-color:#cecece;
}
.yellow_section {
}
.blue_section {
	background-color: #191919;
}

/*----------------------------------------------------
	4. Membership Section
------------------------------------------------------*/


.membership_listing {
	padding:0 0 0 79px;
	position:relative;
}
.membership_listing h3 {
	line-height:16px;
	margin-bottom:18px;
}
.membership_listing span {
	color:#fff;
	font-size:30px;
	display:block;
	width:48px;
	height:48px;
	text-align:center;
	line-height:53px;
	position:absolute;
	left:0;
	top:0;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/*----------------------------------------------------
	5. Ders Programi
------------------------------------------------------*/

.tab_text {
	padding-left:0;
}

/* tabnav */
.custom-nav-tabs {
	border:none;
	margin-right:53px;
	border-right:8px solid;
}
.custom-nav-tabs > li {
	float:none;
	margin:0 0 1px;
}
.custom-nav-tabs > li > a {
	display:block;
	font-size: 14px;
	font-weight: 500;
	text-transform:uppercase;
	text-align:center;
	line-height:59px;
	background:#2f4e71;
	border:none;
	padding:0;
	margin:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	outline:none;
	font-weight: 300;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus{
	color: #fff;
	padding:0;
	border:none;
	font-size: 14px;
	font-weight: 500;
}


#ders-programi {
	background-color: #fafafb;
	padding: 40px 0px 40px 0px;
}

.ders-box {
	width: 100%;
	height: 100%;
	background: url(../images/ders-bg.jpg);
	border: 1px solid #b2b2b2;
	background-color: #fff;
	padding: 8px;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 10px 25px;
}

.ders-egitmen {
	font-weight: 300;
	color: #fff;
	font-size: 13px;
}

.ders-isim {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.ders-saat{
	color: #fff !important;
	font-weight: 300;
}



/*----------------------------------------------------
	5.1 Watch. Listen. Practice. Learn.
------------------------------------------------------*/
.watch_text {
	padding-left:5px;
}
.video_preview {
	position:relative;
	display:inline-block;
	margin-bottom:20px;
}
.play-btn {
	text-align:center;
	color:#d5d6d9;
	font-size:35px;
	display:block;
	width:84px;
	height:84px;
	line-height:84px;
	border:2px solid #d5d6d9;
	position:absolute;
	left:50%;
	top:50%;
	margin:-42px 0 0 -42px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.play-btn i {
	margin-left:5px;
}
.play-btn:hover {
}

/*----------------------------------------------------
	6. Polular Courses
------------------------------------------------------*/

.hover_listing {
	font-size:0;
	letter-spacing:0;
	padding:0;
	margin:0 -10px 30px 0;
}
.hover_listing li {
	/* border-right:2px solid #fafafb; */
	margin-bottom: 30px;
}
.hover_listing li .img {
	display:block;
	width:100%;
	height:100%;
	margin-bottom: 11px;
	position:relative;
}
.hover_listing li h3 {
	line-height:normal;
	margin-bottom:10px;
}
.hover_listing li h3 a {
	color:inherit;
}
.hover_listing li h3 a:hover {
	text-decoration:none;
}


.hover_listing li .img .play-btn {
	width:64px;
	height:64px;
	color:#fff;
	border-color:#fff;
	line-height:64px;
	font-size:25px;
	display:block;
	margin-top:-32px;
	margin-left:-32px;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.hover_listing li .img:hover .play-btn {
	opacity:.9;
}

.btn-primary {
	line-height: 32px;
	font-size: 13px;
	color: #05487f;
	text-transform:uppercase;
	font-weight: 500;
	background: #fafafb;
	border:none;
	display:inline-block;
	padding: 0 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	border: solid 2px #05487f;
	margin-top: 30px;
}

/*----------------------------------------------------
	6.1 Awesome teacher
------------------------------------------------------*/

.numbers_section {
	padding:65px 0 0;
}
.numbers {
	font-size:0;
	letter-spacing:0;
	text-align:center;
	margin:0;
}
.numbers li {
	width:19.5%;
	color:#fff;
	text-align:left;
	display:inline-block;
	padding:0;
	margin:0 0 65px 0;
}
.numbers li h3 {
	font-family: 'Roboto', sans-serif;
	font-size:27px;
	line-height:22px;
	color:#fff;
	text-align:left;
	font-weight:700;
	display:inline-block;
	padding:0;
	margin:0;
}
.numbers li span {
	display:block;
	font-size:13px;
	line-height:15px;
	font-weight:300;
	text-transform:uppercase;
	white-space:pre;
}
.numbers li i {
	font-size:56px;
	color:#fff;
	font-weight:normal;
	display:block;
	float:left;
	margin-right:20px;
}

/*----------------------------------------------------
	7. Egitmenler
------------------------------------------------------*/
#teachers .hover_listing {
	margin-bottom:0;
}
#teachers .hover_listing li p:last-child {
	padding-bottom:0;
}
.hover_listing li .img ul.hover-social-icons {
	display:none;
}
.hover_listing li .img:hover ul.hover-social-icons {
	display:block;
}
ul.hover-social-icons {
	font-size:0;
	letter-spacing:0;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-20px 0 0 0;
}
ul.hover-social-icons li {
	display:inline-block;
	vertical-align:middle;
	border:none;
}
ul.hover-social-icons li a {
	width:40px;
	height:40px;
	font-size:18px;
	display:block;
	text-align:center;
	line-height:40px;
	color:#eed580;
	text-decoration:none;
	padding:0;
	margin:0 12px 0 0;
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
ul.hover-social-icons li a:hover {
	color:#fff;
	background-color:#000;
}

.ders {
	font-size: 14px;
	color: #273342;
	font-weight: 300;
}


.egitmen {
	font-size: 19px;
	color: #273342;
	font-weight: bold;
}

/*----------------------------------------------------
	 8. Egitimler
------------------------------------------------------*/

#egitimler {
	background-color: #cecece;
	padding: 40px 0px 40px 0px;
}

#egitimler h1 span {
	font-weight: 300 !important;
	font-size: 22px;
	line-height: 27px;
}

.egitim-box {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	background-color: #000;
	/* padding: 50px; */
}

#egitimler-sanat {
	background-color: #fff;
	padding: 40px 0px 40px 0px;
}
.cocuk-bg {
	background: url(../images/cocuk.jpg);
}

.seckin-bg {
	background: url(../images/seckin.jpg);
}

.yetiskin-bg {
	background: url(../images/yetiskin-blur.jpg);
}

.egitim-detail {
	padding: 30px;
	background-color: rgba(1, 1, 2, 0.88);
	text-align: center;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.yetiskin-bg .egitim-detail{
	background-color: transparent;
}


.egitim-title {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 9px;
}

span.lg {
	font-size: 17px;
	font-weight: normal;
}
.kontenjan {
	font-size: 17px;
	font-weight: 300;
	color: #11a4b9;
	/* font-weight: bold; */
	margin-bottom: 7px;
	/* border: 1px dotted #fff; */
}
.egitim-desc {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}


.egitim-detail:hover {
	background-color: #31aabf;
}

.egitim-detail:hover .kontenjan {
	color: #fff;
}

.egitim-border {
	border: 1px dotted #fff;
	padding: 23px;
	height: 100%;
}



/*----------------------------------------------------
	 8. Pricing tables
------------------------------------------------------*/

.pricingtables {
	background-color: #cecece;
}
.pricingtables.section_gap {
	padding-bottom:40px;
}
.pricingtables .heading {
	margin-bottom:30px;
}
.pricingtables .heading h1 {
	color:#6d6d6d;
}
.pricingtables .heading p {
	color:#6d6d6d;
}

ul.pricing-boxes {
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -40px;
}
ul.pricing-boxes li.best-plan h4 {
	font-size:15px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes li.best-plan .btn-primary{
	border-color:#d7bb58;
}
ul.pricing-boxes li.best-plan  .plan-name { padding: 30px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 40px 0px }
.plan-name {
    background: #141414;
    padding: 15px 0 10px 0;
	min-height:88px;
	position:relative;
}
.plan-name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(17, 42, 70, 0);
	border-top-color: #112a46;
	border-width: 12px;
	margin-left: -12px;
}
ul.pricing-boxes li.best-plan .plan-name:after {
	border-color: rgba(245, 215, 110, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}

.plan-name.color { min-height:128px; }
.plan-name h2 {
	font-family:font-family: 'Montserrat', sans-serif;;
    color: #FFF;
    font-size: 33px;
	line-height:normal;
    font-weight: 700;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h4 {
	font-family:font-family: 'Montserrat', sans-serif;;
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
    background-color: #f8f8f8;
	min-height:86px;
	border-left:1px solid #e7e7e7;
}
.plan-price.last-child {
	border-right:1px solid #e7e7e7;
}
.plan-price h4 {
    color: #434343;
    font-size: 22px !important;
    line-height:86px;
    font-weight: 500;
    padding:0;
    margin:0;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-features {
	font-family: 'Open Sans', sans-serif;
    background-color:#f8f8f8;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    float: left;
}

ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features { border: 1px solid #e6e9ee }
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
	background-color:#fff;
}
ul.pricing-boxes li.best-plan .plan-features ul {
	margin-bottom:50px;
}
.plan-features ul li {
    padding: 8px 0;
	font-size:14px;
	color:#7d7d7d;
	font-weight:400;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }


/*----------------------------------------------------
	 9. Happy Students
------------------------------------------------------*/

#testimonial.section_gap {
	padding-bottom:60px;
}
.imageSlide {
	text-align: center;
	padding-bottom:60px;
}
.imageBox {
	background-color: #00aeda;
	width: 98px;
	height: 98px;
	overflow: hidden;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	margin-bottom: 13px;
	opacity: 1;
}
.imageBox.activeImage {
	opacity: 1;
	position: relative;
}
.imageBox.activeImage:hover img,
.imageBox.activeImage img{
	opacity:0.2;
}
.imageBox.activeImage:after {
	content: "";
	width: 27px;
	height: 23px;
	background: url("../images/testi-hover.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -13px;
}
.footerTopContent {
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.quote {
	display:block;
	width:31px;
	height:26px;
	position:absolute;
	top:-65px;
	left:0;
	right:0;
	margin:0 auto;
}
.quote i {
	font-size:32px;
}
.footerTopContent li {
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.footerTopContent li.activeTest {
	opacity: 1;
}
.footerTopContent p {
	font-size: 16px;
	line-height: 24px;
	color: #8c9099;
	margin-bottom: 25px;
}

/*----------------------------------------------------
	 10. Newsletter
------------------------------------------------------*/
#blog.section_gap {
	padding:70px 0;
}
.signup_text {
	font-size:25px;
	color:#fff;
	font-weight:700;
	line-height:49px;
	margin:0;
}
.button {
	padding:0;
}

/*----------------------------------------------------
	 11. Contact
------------------------------------------------------*/
#contact.section_gap {
	padding:80px 0 90px;
}
.mapArea{
	height:356px;
	overflow:hidden;
	width:100%;
	margin:0;
	background:#3b323c;
}
.mapArea iframe{
	width:100%;
	height:100%;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
    padding-bottom: 15px;
}

/*----------------------------------------------------
	 12. Bottom Four Column
------------------------------------------------------*/

.bottomfourcol h5 {
	color:#fff;
}
.bottomfourcol h5.heading {
	font-size:17px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:20px;
	padding:0;
}
.bottomfourcol p {
	color:#dcdce5;
	font-weight:400;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	padding:0;
}
.socialshare {
	font-size:0;
	letter-spacing:0;
}
.socialshare a {
    display: inline-block;
    vertical-align:top;
    /* height: 30px; */
    /* width: 30px; */
    /* line-height: 30px; */
    margin-right: 20px;
    /* text-align: center; */
    /* -webkit-transition: all .3s ease-in-out; */
    -moz-transition: all .3s ease-in-out;
    /* transition: all .3s ease-in-out; */
    /* -webkit-border-radius:50%; */
    -moz-border-radius:50%;
    /* border-radius:50%; */
}
.socialshare a i {
    color: #7a7a7a;
    font-size: 23px;
    line-height: 30px;
}

.socialshare a:hover i {
    color: #fff;
    background: #191919 !important;
}
ul.footerLinks {
	list-style:none;
	padding:0;
	margin:0;
}
ul.footerLinks li {
	font-family: 'Open Sans', sans-serif;
	display:block;
	padding:12px 0;
	margin:0;
	border-bottom:1px solid #4e6886;
}
ul.footerLinks li a {
	font-size:13px;
	line-height:24px;
	font-weight:400;
	color:#dcdce5;
	text-decoration:none;
}
ul.footerLinks li span {
	display:block;
	color:#c0c0ca;
}
ul.footerLinks li span a {
}
.contactInfo ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
	letter-spacing:0;
}
.contactInfo ul li {
	display:inline-block;
	margin:0 7px 0 0;
	padding:0;
}

ul.list {
	padding:0;
	margin:0;
	list-style-position:inside;
}
ul.list li {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	color:#dcdce5;
	text-decoration:none;
	padding:0;
	margin:0 0 5px;
}


/*----------------------------------------------------
	 13. Footer Style
------------------------------------------------------*/
.footer{
	background-color:#243c58;
	padding:39px 0;
}
.footer p {
	font-size:13px;
	color:#dcdce5;
	padding:0;
}
.gototop {
	display:inline-block;
	font-size:13px;
	color:#dcdce5;
}
.gototop i {
	color:#dcdce5;
	line-height:13px;
	margin-left:8px;
}
.gototop:hover {
	color:#fff;
}


/*----------------------------------------------------
	 14. Responsive style
------------------------------------------------------*/

@media screen and (max-width: 1280px) and (min-width: 960px) {

	.bannerText {
		width:50%;
	}
	.form-container {
		padding:20px;
		border: solid 7px #2f7e90;
	}
	.form-container h2 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.1px;
		padding: 0;
	}
	.form-container h3 {
		font-weight: bold;
		font-size: 16px;
		color: #265a65;
		margin: 0 0 15px 0;
	}
	.form-container h2 span {
		font-size:15px;
	}
	input.normal, select.normal, textarea.normal {
		font-size:14px;
		padding:10px 15px;
		/* background:  transparent; */
	}

}

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

	h1 {
		font-size:45px;
	}
	h1 span {
		font-size:26px;
		line-height: 27px;
	}
	h2{
		font-size:30px;
		line-height:normal;
	}

	.section_gap {
		padding:40px 0;
	}


	.navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
		border:none;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible !important;
	}

	.navbar-nav{
		width: 100%;
		color:#fff;
		background:#181a1c;
		text-align:center;
	}
	.nav > li > a {
		display:block;
	}
	.navbar.navbar-inverse.navbar-static-top a:hover{
		background-color:none;
	}

	.navbar-nav > li{
		float:none;
		display:block;
	}
	.navbar-nav > li> a{
		padding:15px 0 !important;
		color:#fff !important;
	}
	.navbar-nav > li> a:hover,
	.navbar-nav > li.active> a:hover{
		background:#000 !important;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color:inherit;
	}
	.navbar-inverse .navbar-toggle.active,
	.navbar-inverse .navbar-toggle.active:focus {
		background-color:#000;
	}
	.navbar-inverse .navbar-toggle.active .icon-bar,
	.navbar-inverse .navbar-toggle.active:focus .icon-bar {
		background-color:#fff;
	}


	.navbar-toggle {
		display:block !important;
	}
	.isStuck .navbar-toggle {
		display:block;
	}
	.navbar-header {
		float:none;
	}
	.isStuck .logo{
		margin-left:15px;
	}
	.navbar-toggle {
		margin-top: 23px;
	}
	.navbar .container{
		padding:0;
	}
	.isStuck.navbar-wrapper .navArea{
		display:block;
	}
	.navbar-header .navbar-brand{
		float:right;
	}
	.navbar-nav > li:hover ul.submenu{
	float: none;
	display: block;
	position:relative;
	width:100%;
	background:#565656;
	}
	ul.submenu { display:block; background-color:#676767;}
	ul.submenu li{ list-style:none; margin:0; }
	ul.submenu li a{ padding:10px 10px !important; display:block; text-align:center !important; text-decoration:none;}
	.navbar-nav > li:hover ul.submenu li a:hover{ background:#272727;}


	.navArea {
		margin:0;
	}
	.navbar-header {
		height: 30px;
	}
	.navbar-collapse {
		max-height:340px;
	}
	.navbar-collapse.in {
		overflow-y: auto;
	}
	.form-header {
		position:static;
	}
	.form-container {
		position:static;
		width:100%;
		margin:15px 0;
		padding:15px;
	}
	.form-container h2 {
		font-size:15px;
	}

	.sub-title {
		width: 100% !important;
	}
	.form-inf {
		    width: 100% !important;
	}

	.sub-title-area h1 {
		font-size: 11px !important;
	}
	.bt-flabels .form_input {
		height: 40px !important;
	}

	.header_v4 .bannerText h3 {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: 12px;
	    margin-bottom: 5px;
	}
	.header_v4 .bannerText h3:first-child {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: -35px;
	    margin-bottom: 5px;
	}
	.header_v4 .bannerText p {
		margin-top:-9px !important;
	}

	input.normal.small {
		width:100%;
	}
	input.normal.small:first-child {
		margin-bottom:17px;
	}
	.custom-nav-tabs {
		margin-bottom:15px;
	}
	.tab-pane img {
		margin:0 0 15px;
	}
	.hover_listing {
		margin:0;
	}
	.custom-nav-tabs {
		margin-right:0;
	}
	.skills-col {
		padding-top:50px;
	}
	.numbers li {
		width:40%;
	}
	.video_preview {
		display:block;
	}
	.hover_listing li {
		text-align:center;
		border:none;
		border-bottom:2px solid #fafafb;
	}
	.hover_listing li .img {
		background:none;
	}
	.hover_listing li .img:hover {
	}
	.hover_listing li .img {
		text-align:center;
	}
	ul.pricing-boxes.three li {
		width:100%;
	}
	ul.pricing-boxes li.best-plan {
		top:0;
	}
	.purchasebar .anchor {
		margin-top:20px;
	}
	.button {
		padding:0 15px;
	}
	.mapArea {
		margin-bottom:15px;
	}
	.footer {
		text-align:center;
	}
	.footer .pull-left,
	.footer .pull-right {
		float: none !important;
	}
	ul.portfolioContainer li.col-xs-6{
		width:49%;
		min-height: 85px;

	}
	.bottomfourcol .col-sm-6 {
		margin-bottom:15px;
	}
	.header_v5 .bannerText {
		width:auto;
		left:25px;
	}
	.header_v5 .video-header {
		padding-bottom:40px;
	}
	.header_v5 .hedaer-inner {
		position:static;
		width:100%;
		margin:0;
		padding-top:0;
	}
	.header_v5 .bannerText h1 {
		font-size:45px;
		font-weight:600;
		color:#2b2b3d;
		margin-bottom:10px;
	}
	.header_v5 .bannerText h3 {
		color:#76767e;
		font-weight:600;
		font-size:25px;
		margin-bottom:10px;
	}
	.header_v5 .bannerText p {
		font-size:13px;
		color:#76767e;
		line-height:normal;
	}
}

@media screen and  (min-width: 768px) {

	.header_v5 {
		position:relative;
	}
	.header_v5 .hedaer-inner {
		left: 0;
		margin-top: -70px;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.header_v5 .bannerText h3,
	.header_v5 .bannerText p {
		color:#fff;
	}
}

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


	.header_v5 .hedaer-inner {
		margin:0;
		position:static;
	}
	.header_v1 .bannerText,
	.header_v2 .bannerText,
	.header_v3 .bannerText,
	.header_v4 .bannerText{
		height: auto;
		width:auto;
		left: 20px;
		right: 20px;
		padding:15px 0 0 15px;
	}
	.header_v5 .bannerText {
		padding:0;
	}
	.header_v1 .bannerText h3,
	.header_v2 .bannerText h3,
	.header_v3 .bannerText h3,
	{
		font-size:32px;
		font-weight:400;
	}
	.header_v4 .bannerText h3 {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: 12px;
	    margin-bottom: 5px;
	}
	.header_v4 .bannerText h3:first-child {
	    color: #0199ad;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 16px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: 23px;
	    margin-bottom: 5px;
	    font-weight: bold;
	}
	.watch_text {
		padding-left:15px;
		padding-top:20px;
	}
	.tab_text {
		padding-left:15px;
	}
	.form-container {
	    position: absolute;
	    width: auto;
	    margin: 15px 0;
	    padding: 15px;
	    right: 21px;
	    left: 21px;
	    top: 171px;
	}
	.header_v4 .bannerText {
		top: 62px;
		margin: 0;
		padding-bottom: 15px;
	}
	.header_v4 .bannerText p, .header_v4 .bannerText .scroll-indicator {
		display: block;
	}
	.scroll-indicator .img {
		display: none;
	}
	#egitimler.egitim-bale {
		padding-top: 205px;
	}
	.heading h1 {
		font-size: 25px !important;
	}
	.egitim-box {
		margin: 10px 0;
	}
	section .heading {
		padding-bottom: 0;
	}
}


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

	.numbers li {
		width:100%;
	}
	#egitimler.egitim-bale {
		padding-top: 365px;
	}
}

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


	#egitimler.egitim-bale {
		padding-top: 205px;
	}
}
@media screen and (max-width: 376px) {


	#egitimler.egitim-bale {
		padding-top: 300px;
	}
}


.adres {
	font-weight: bold;
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.telefon {
	font-weight: bold;
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.telefon a {
	color: #7a7a7a;
}

.telefon a:hover {
	color: #7a7a7a;
	text-decoration: none;
}

.mail {
	font-weight: bold;
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mail a {
	color: #7a7a7a;
}

.mail a:hover {
	color: #7a7a7a;
	text-decoration: none;
}


#hakkinda {
	background-color: #ffff;
}

#hakkinda-sanat {
	background-color: #CECECE;
}

#kontenjan ul {
	color: #273342;
	padding: 0px 0px 0px 20px;
}

#egitmenler {
	background-color: #cecece;
}

.form-selection {
	width: 100%;
	height: 100%;
	padding: 6px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	border: solid 1px #fff;
}

.type-select.active{
	background: none;
	background-color:  #FFF;
	color:#333;
}

.form-info {
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;

}

.form-universe {
	border-bottom: dotted 1px #fff;
	border-top: dotted 1px #fff;
	padding: 10px 0 0 0;
}

#basvuru-form button {
	width: 100%;
	padding: 10px;
	background-color: #000000;
	color: #fefefe;
	font-weight: bold;
	border: 0px solid #2980b9;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#basvuru-form button:hover {
	background-color: #2f4e71 ;
	color: #fff;
}

.left-info {
    font-size: 15px;
    color: #bfbfbf;
    font-weight: 300;
    line-height: 20px;
    max-width: 475px;
    margin-top: 40px;
}

.left-info-icon {
	float: left;
	font-size: 42px;
	margin-right: 10px;
	margin-top: 40px;
}

.left-info a {
	font-weight: bold;
}

.left-info strong {
	color: #31aabf;
}

.bannerText ul  {
	padding: 15px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.cocuk-info {
	color: #0a467c;
	margin-top: -4px;
	font-weight: bold;
}

.yas {
	color: #fff !important;
}

.resim label {
	color: #fff;
	font-weight: 500 !important;
}

.help-block {
	color: #fff;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fotograf-info {
	color: #0a467c;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}


.cocuk-grup {
	display: none;
}

.ribbon {
	position: absolute;
	margin-top: -10px;
	/*margin-left: 446px;*/
}

.scroll-indicator .img {
  display: inline-block;
  width: 20px;
  height: 38px;
  margin-bottom: 3px;
  position: relative;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("../images/scroll-down.png") center center no-repeat;
  background-size: 20px 38px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .main-header .scroll-indicator .img {
    background: url("../../img/icons/scroll-down@2x.png") center center no-repeat;
    background-size: 20px 38px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-header .scroll-indicator .img {
    background: url("../../img/icons/scroll-down@2x.png") center center no-repeat;
    background-size: 20px 38px;
  }
}
.scroll-indicator .img:after {
  content: '';
  display: block;
  width: 2px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 9px;
  background: #31aabf;
  -webkit-animation: scrollAnimation 1s linear infinite;
  animation: scrollAnimation 1s linear infinite;
}
.scroll-indicator a {
  display: block;
  font-size: 13px;
  color: #31aabf;
}
.scroll-indicator a:hover, .main-header .scroll-indicator a:focus {
  color: #31aabf;
  text-decoration: none;
}

@-webkit-keyframes scrollAnimation {
  0% {
    top: 6px;
  }
  50% {
    top: 18px;
  }
  100% {
    top: 6px;
  }
}
@keyframes scrollAnimation {
  0% {
    top: 6px;
  }
  50% {
    top: 18px;
  }
  100% {
    top: 6px;
  }
}
/*Register*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.normal.dropselect{
	    height: 40px;
    padding: 8px;
    padding-left: 15px;
}
.resimsec {
    float: right;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 38px;
    border: 0;
}
.fotograf-info span{
	position: relative;
	top: 5px;
}

@media (max-width: 480px) {
	input[type=radio]:checked + label, input[type=radio] + label  {
    background-position-y: 0 !important;
	}
	.slides-control img {
		top: 40px !important;
		left: -196px !important;
    width: 780px !important;
    height: 450px !important;
	}
		.fly { display: none;}

	.navbar.navbar-inverse.navbar-static-top a{
		font-size: 12px;
	}
	.navbar-toggle {
		float: right;
		margin-left: 20px;
		margin-top: -37px;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	.logo{
		padding-top: 20px;
		    margin-left: 10px;
	}
	.navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    width: 110% !important;
    left: -20px;
	}
	.egitim-detail{
		margin-bottom: 30px;
	}
		.ribbon {
    position: absolute;
    margin: 0;
    right: 25px;
    top: -0;
}
.bottomAbout{
	text-align: center;
}
.bottomAbout img{
	margin: 0 auto;
}
.nav.nav-tabs.custom-nav-tabs li a {
    font-size: 8px;
}
	.navArea.col-md-7.col-sm-9{
		position: inherit;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.bottomAbout{
	text-align: center;
}
.bottomAbout img{
	margin: 0 auto;
}
		.fly { display: none;}

	.navbar.navbar-inverse.navbar-static-top a{
		font-size: 12px;
	}
	.navbar-toggle {
		float: right;
		margin-left: 20px;
		margin-top: 23px;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	.logo{
		padding-top: 20px;
	}
	.navArea.col-md-7.col-sm-9{
		position: inherit;
	}
	.navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    width: 110% !important;
    left: -20px;
	}
	.egitim-detail{
		margin-bottom: 30px;
	}
		.ribbon {
    position: absolute;
    margin: 0;
    right: 25px;
    top: -11px;
}
}
@media (min-width: 769px) and (max-width: 990px) {
	.fly { display: none;}
	.navbar.navbar-inverse.navbar-static-top a{
		font-size: 12px;
	}
	.logo{
		padding-top: 20px;
	}
	.header_v4 .hedaer-inner {
    height: 100%;
    position: relative;
    width: 100%;
    left: 40px;
    top: -30px;
	}
	.header_v4 .bannerText h3 {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: 12px;
	    margin-bottom: 5px;
	}
	.header_v4 .bannerText h3:first-child {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: -35px;
	    margin-bottom: 5px;
	}
	.form-header {
    top: 110px !important;
	}
	.egitim-detail{
		margin-bottom: 30px;
	}
	.ribbon {
    position: absolute;
    margin: 0;
    right: 25px;
    top: -11px;
}
}
@media (min-width: 991px) and (max-width: 1200px) {
	.navbar.navbar-inverse.navbar-static-top a{
		font-size: 12px;
	}
	.logo{
		padding-top: 20px;
	}
	.header_v4 .bannerText{
		top: 200px;
	}
	.header_v4 .bannerText h3 {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: 12px;
	    margin-bottom: 5px;
	}
	.header_v4 .bannerText h3:first-child {
	    color: #fefefe;
	    font-weight: 400;
	    text-transform: none;
	    font-size: 12px;
	    font-family: 'Montserrat', sans-serif;
	    margin-top: -35px;
	    margin-bottom: 5px;
	}
	.egitim-detail{
		min-height: 601px;
	}
	.ders{
		font-size: 12px !important;
	}
	.egitmen{
		font-size: 14px !important;
	}
	.form-header {
    top: 110px !important;
	}
	.ribbon {
    position: absolute;
    right: 13px;
    width: 55px;
    top: -10px;
    margin: 0;
}
.form-header {
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
}
}
@media (min-width: 1201px) {
	.logo {
		float:left;
		width:auto;
		height:auto;
		margin-top:17px;
		margin-right: 160px;
	}
	.fly {
	width: 140px;
	}
	.navArea {
    float: right;
    width: 625px;
	}
	.header_v4 .bannerText{
	width: 650px;
	TOP: 269px;
	}
	.egitim-detail {
	padding: 30px;
	width: 100%;
	height: 380px;
	background-color: rgba(1, 1, 2, 0.88);
	text-align: center;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.egitim-bale .egitim-detail {
	height: 500px;
}
.form-header {
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
}
}

#social-share-box {
	width:100%;
	height:100%;
	padding:40px 0px 40px 0px;
	background-color:#31aabf;
}

#social-share-box .social-title {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}

#social-share-box .facebook-button {
width: 65%;
    border: solid 1px #13314a;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    background: #286090;
	margin:0 auto;
}

#social-share-box .facebook-button i {
	 font-size: 19px;
    margin-right: 15px;
    margin-top: 3px;
}

#social-share-box .facebook-button a {
	color: #fff !important;
}

#social-share-box .twitter-button {
    width: 65%;
    border: solid 1px #0877a0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    background: #00aced;
	margin:0 auto;
}

#social-share-box .twitter-button i {
	 font-size: 19px;
    margin-right: 15px;
    margin-top: 3px;
}

#social-share-box .twitter-button a {
	color: #fff !important;
}

#social-share-box .instagram-button {
    width: 65%;
    border: solid 1px #0877a0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    background: -webkit-radial-gradient(50px 220px, #ffda75 18%,#ff3a49 43%,#ff3a49 50%,#e518a1 70%,#6634e1 100%);
	margin:0 auto;
}

#social-share-box .instagram-button i {
	 font-size: 19px;
    margin-right: 15px;
    margin-top: 3px;
}

#social-share-box .instagram-button a {
	color: #fff !important;
}

.kid-info {
font-size: 10px;
    color: #000;
    background-color: #ffee93;
    margin-left: 15px;
    text-align: left;
    width: 93%;
    margin-top: 5px;
}

.spe-info {
font-size: 10px;
    color: #000;
    background-color: #ffee93;
    margin-left: 15px;
    text-align: center;
    width: 93%;
	display:none;
}

#basvuru-takip {
	background-color: #ffffff;
	padding: 120px 0px 20px 0px;
}

.basvuru-box {

}

.basvuru-form-info {
	color: #273342;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: left;
	padding: 0;
}

.check-form {
	/* padding-bottom: 10px; */
	margin-bottom: 10px;
	background-color: #b1b1b1 !important;
	/* border: solid 1px #877333; */
	padding: 20px;
}

.left-side {
	/* text-align: right; */
	padding: 0px 0px 20px;
}

.left-side input {
	padding: 10px;
	width: 100%;
}

.right-side {
	padding: 0px 0px 20px 0px;
	/* text-align: left; */
}

.right-side button {
	padding: 12px;
	border: none;
	color: #fff;
	background-color: #11a4b9;
}

.sonuc-card {
	border: dotted 1px #b1b1b1;
	padding: 10px;
	background: #e4e4e4;
}

.info-title {
	font-weight: bold;
	font-size: 16px;
	color: #273342;
	padding-bottom: 10px;
	text-align: center;
}

.info-image {
	height: 223px;
	max-height: 223px;
	overflow: hidden;
	border: solid 5px #c5c5c5;
	background-color: #c5c5c5;
	width: 168px;
	color: #000;
	font-size: 12px;
}

.info-text {
	color: #273342;
	font-weight: 300;
	font-size: 13px;
}

.sonuclar {
    background: #fff;
    padding: 7px;
    margin: 10px 0 !important;
    font-size: 10px;
}

.sonuclar a {
	text-decoration: none;
}

.sonuclar:hover {
	background: #31aabf;
	color: #fff;
	text-decoration: none;
}

.scroll-indicator {
	margin: 20px 0;
}

.info-poem {
	font-weight: bold;
	font-size: 16px;
	color: #273342;
	padding-bottom: 10px;
	text-align: center;
}
.poem {
	color: #273342;
	font-weight: 300;
	font-size: 13px;
	text-align: left;
	background: #faff78;
    padding: 10px;
}

.katilim-tarihi {
	background-color: #000;
	color: #fff;
	font-weight: 500;
	padding: 5px;
	width: 86%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.katilim-detail {
	color: #f00;
	font-size: 16px;
}

.left-bar {
	border-right: dotted 1px #b1b1b1;
}

.right-bar ul {
	font-size: 13px;
	padding: 0px 0px 0px 30px;
	color: #273342;
}

.light {
	width: 80%;
	font-size: 11px;
	color: #000;
	font-weight: 300;
	/* background-color: #f1ff8b; */
	padding: 5px;
	line-height: 20px;
}
.poem-box {
	border: dashed 3px #b1b1b1;
	margin: 10px 0px 0px 15px;
	width: 80%;
	padding-bottom: 10px;
	background-color: rgba(250, 255, 35, 0.58);
}

.poem-title {
	font-weight: bold;
	    font-size: 16px;
	    color: #273342;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #000;
	    margin-bottom: 7px;
}

.sonuc-button {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.sonuc-button a{
	padding: 10px;
	background-color: #31aabf;
	border: solid 3px #273342;
	color: #273342;
	text-align: center;
	font-weight: bold;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

}

.sonuc-button a:hover {
	background-color: #273342;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 480px) {
	.info-image {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
	.info-image img {
		width: 100%;
	}
	.katilim-tarihi {
		width: 100%;
	}
	.light {
		width: 100%;
	}
	.poem-box {
		width: 90%;
		margin-bottom: 20px;
	}
	.check-form {
		 padding-bottom: 140px;
	}
	.info-poem {
		text-align: center;
	}
	.left-side {
		text-align: center;
	}
	.left-side input {
		width: 100%;
	}

	.right-side {
		text-align: center;
	}
}

#kazananlar {
	padding: 100px 0px 30px 0px;
}

.table-bordered {
	    color: #273342;
}

.kazanan-info {
	color: #000;
	    font-size: 12px;
	    background-color: #e9f36a;
	    text-align: left;
	    padding: 7px 0px 7px 10px;
	    margin-bottom: 20px;
}

.sonuclar-main a:hover {
	text-decoration: none;
}

.basvuru-box {
	width: 100%;
	height: 100%;
	background: url(../images/basvuru-bg.jpg);
	border: 1px solid #b2b2b2;
	background-color: #fff;
	padding: 8px;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 10px 25px;
	text-align: center;
}

.basvuru-box p {
	color: #fff;
}

.basvuru-sonuc-title {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	line-height:32px;
	font-weight: bold;
}
.low {
	font-size: 16px;
	font-weight: bold;
}

.low-x {
	font-size: 13px;
	font-weight: 300;
}

.basvuru-link:hover {
text-decoration: none;
}

.tesekkurler {
	border-right: 3px solid #fff;
	top: 28%;
	text-align: right;
}

.tesekkurler h1 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0;
}

.tesekkurler p {
	color: #fff;
	font-weight: 300;
	line-height: 19px;
	font-size: 14px;
}

.tesekkurler .socialshare {
	color: #31aabf;
	font-size: 23px;
	margin: 10px 0 0;
}

.tesekkurler .socialshare a i {
	color: #31aabf;
	font-size: 23px;
}

.basvuru-detail	 {
	top: 28%;
}

.basvuru-detail {
	height: 520px;
	padding: 25px 10px 10px 10px;
	border: solid 3px rgba(255, 255, 255, 0.66);
	background-color: rgba(38, 170, 192, 0.89);
}

.basvuru-detail h1 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-weight: 500;
	    letter-spacing: 0.5px;
}

.comm {
	border-bottom: solid 1px rgba(255, 255, 255, 0.51);
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 5px 0 !important;
}

.basvuru-detail-left {
	text-align: left;
	padding: 0 !important;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

.basvuru-detail-right {
	text-align: right;
	padding: 0 !important;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

#success-detail {
	background: url(../images/main-slider.jpg);
	height: 100%;
	width: 100%;
	padding: 130px 0 50px 0;
}



input[type=radio] {
  display: none;
}

input[type=radio] + label {
	background: url('https://lh3.googleusercontent.com/CSygHWUdWSpIIfoPv3gwc0PctzOTVFGSCcSel4lOtxBBofmpt1QJxOF8MwrXbi0lIxxnKw2Cj6btMFTJZIGxWpkNpHZL41cOa5sgeSgtlsmat7YjkQlrU2XbmhPrxZwElMf9hucSAfEgF0VRLQy58ATRdf1mQULv5VcfnWFyus03KF8Egtg_pwW1_LRnklFEAUUZ_TyzEqFM3cp6G_aDyQpNCKxNvoLWkrcV-tgxqxQGAqC45JAkWWNXSxKgXD8TINX_xO1oml6fh_qVC32SwSQZqkk8Mkhvi2V3DSME0BzcS7wlku5tUK9ijkksro3Wp9kS7Ng4kyPDpkhZAh0kaiKXe4vUXfpZhhXuVjMwaP04HmMFJ7tjKt7bKvIHo0LcKv1zbbQsJ5ZTbI9wRabnUk9dWZtKE0w9BwiNbHuw1JrJBzmSCon9aQZD2DCD72DZEgaUchpdWKi-jShqHvrhaUYUeOUQiImDmo9NBKocQIW76p69uns8tbm1XXohE6tc-PKj8Cx66YtZLm4oUsvppee7Sw92GBFNvMPP9BGZSvxZmpV6TV5rNga1JBJOCMKw76SuYRNob9jCPmjzVMYjmFN8GknmaqOti7kh-QP7IlTUleyq=w25-h24-no') left top no-repeat;
	display: block;
	min-height: 25px;
	padding-left: 35px;
	font-size: 12px;
	    margin-bottom: 18px;
	    font-weight: 600;
	    color: #fff;
}

input[type=radio]:checked + label {
	background: url('../images/radio.png') left top no-repeat !important;
}

input[type=checkbox] {
	display: none;
}

.sonuc-link {
	color: #fff;
	border: solid 1px #fff;
	padding: 7px;
	font-size: 12px;
	margin: 0 auto;
	text-decoration: none;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.sonuc-link:hover {
	background: #fff;
	color: #31aabf;
	text-decoration: none;
}


.kayit-buts {

}

.kayit-buts a {
	border: 1px solid #fff;
	padding: 10px 17px;
	margin-bottom: 20px;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.kayit-buts a:hover {
	background: #31aabf;
	color: #fff;
	text-decoration: none;

}

.infox {
	background: #000;
	color: #fff;
	padding: 10px;
}

.sub-title {
	font-size: 12px;
	width: 70%;
}

.form-head-title {
	text-align: right;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	/* text-align: center; */
	background: #10abc0;
}

hr {
	 margin-top: 0 !important;
	 margin-bottom: 0 !important;
	 border: 0;
	 border-top: 1px solid rgba(0, 0, 0, 0.23);
	 width: 95%;
}

.sub-title-area-first {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 0 5px 0;
}

.sub-title-area {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin: -1px 0;
}

.sub-title-area-first h1 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.sub-title-area-first p {
	font-weight: 300;
	font-size: 11px;
}

.sub-title-area h1 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-bottom: 10px;
}

.sub-title-area p {
	font-weight: 300;
	font-size: 11px;
	text-align: left;
}

.radios {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-content: flex-start;
	flex-direction: row;
}

.radiox {
	position: relative !important;
	opacity: 1 !important;
	top: 0 !important;
	transform: none !important;
	z-index: 2;
	color: #000 !important;
	pointer-events: auto !important;
	text-align: left;
}

.sub-but {
	border: none;
	margin: 10px 0;
	border-radius: 5px;
	border: solid 1px #000;
	padding: 7px 30px;
	font-weight: bold;
	color: #000;
	o-transition: .5s;
	    -ms-transition: .5s;
	    -moz-transition: .5s;
	    -webkit-transition: .5s;
	    transition: .5s;
			background: #10abc0;
			color: #fff;
}

.sub-but:hover {
	background: #000;
	color: #fff;
}

.r-error {
	top: -23px !important;
	left: 100px;
	width: 100%;
}

.form-inf {
	margin: 0;
	margin-bottom: 5px !important;
	background: #ffee93;
	padding: 0 6px;
	font-size: 10px !important;
}

.form-inf i {
	padding-right: 3px;
}



.facebook-sharer {
	background: #4266aa;
padding: 10px 20px;

width: 178px;
float: right;
text-align: center;
}

.facebook-sharer a {
	text-decoration: none;
	color: #fff;
}



@media screen and (max-width: 480px) {
	.tesekkurler {
		margin-top: -700px;
		text-align: center;
	}
	.basvuru-detail {
		margin-top: 250px;
	}

	.left-info {
		background: #0000007a;
		font-size: 12px;
	}
}

.lister {
	margin-left: 15px;
}

.sonuc-liste td {
	color: #000;
	border: solid 1px #000;
	padding: 10px;
}


/* Arka plan */
#popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}
/* Kutunun kendisi */
#popup-box {
	width: 90%;
	max-width: 450px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-family: Arial, sans-serif;
}

/* Buton */
.popup-btn {
	background: #0ea5e9;
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
/* Kapat */
#popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 22px;
	cursor: pointer;
	color: #444;
}

#popup-box h2 {
	color: #000 !important;
	margin-bottom: 15px;
	font-size: 20px;
}
