
/* Table of Content
==================================================
	- Google fonts & font family -
	- typography -
	- General -
    - Preloader -
	- Header -
    - home section -
    - About section -
    - experience section -
    - projects section -
    - Contact section -
    - Responsive media queries -
*/


/* Google fonts & font family
==================================================*/

@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i';

/*
font-family: 'Playfair Display', serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
*/


/* typography
==================================================*/

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 70px;
}

h4 {
    font-family: 'Trebuchet MS', Trebuchet MS;
    letter-spacing: 0.85px;
    position: relative;
    color: #425BB5;
    margin-left: 40px;
    font-weight: 700;
}

h4:before {
    position: absolute;
    width: 30px;
    left: -40px;
    content: "";
    display: block;
    height: 2px;
    background: #425BB5;
    top: 9px;
}

.iki_dakika{
	width:223px;
}

.oynat_duraklat_sonlandir_sure{
	display: flex;
	width:250px;
}

.oynat_duraklat_BTN_class {
    padding: 5px 11px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    min-width: 180px;
    cursor: pointer;
    background: #425BB5;
    color: #f3f3f3;
    border: none;
    height: 50px;
}

.sonlandir_BTN_class{
	display:flex;
    padding: 9px 25px;
    font-size: 20px;
    line-height: 30px;
    min-width: 180px;
    cursor: pointer;
    background: #425BB5;
    color: #f3f3f3;
    border: none;
    height: 50px;
	margin-left: 5px;
}

.stop_isareti {
	font-size: 35px;
	position: relative;
	bottom:4px;
	left:6px;
}


/* General
==================================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
	/* display:flex; */
}

.size-50 {
    font-size: 50px;
    line-height: 50px
}

.h-50 {
    height: 50px;
}
/*
.section {
	display:flex;
	width:100%;
	background-size:cover;
	background-position:center;
}
*/


/* preloader
==================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000
}

#status,
.preloader {
    top: 50%;
    left: 50%;
    position: absolute
}

#status {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -50px
}

.preloader {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 2px solid #425BB5;
    border-top: 2px solid transparent;
    border-radius: 100%
}

.preloader>.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 10.6px;
    margin-top: -12.5px;
    margin-left: -5.3px;
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate
}

@media only screen and (min-width:768px) {
    .preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
    .preloader:before {
        left: -2px;
        top: -2px;
        border-width: 2px
    }
    .preloader>.icon {
        height: 37.5px;
        width: 15.9px;
        margin-top: -18.75px;
        margin-left: -7.95px
    }
}

@media only screen and (min-width:1200px) {
    .preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
    .preloader>.icon {
        height: 50px;
        width: 21.2px;
        margin-top: -25px;
        margin-left: -10.6px
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes wink {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/* Header
==================================================*/

.ilk_cift, .ikinci_cift {display: none;}

header {
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 80px;
	width: 100%;
}

.language {
    font-size: 11px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 80px;
}

.language a{
	color: #444444;
	float:right;
	margin-right:135px;
	width:130px;
	border-left: 2px solid #425BB5;
	border-right: 2px solid #425BB5;
	position: relative;
}

.language_a_class::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width:80%;
	margin:auto;
	background-color: #425BB5;
	top:24%;
	transition: 0.3s ease;
	transform: scale(0,1);
}

.language_a_class::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width:80%;
	margin:auto;
	background-color: #425BB5;
	bottom:20%;
	transition: 0.3s ease;
	transform: scale(0,1);
	
}

.language_a_class:hover::before, .language_a_class:hover::after {
	transform: scale(1,1);
	transition: 0.3s ease;
}

/*-----------------------------------------------------*/

/*
.language_a_class::before, .language_a_class::after {
	transform: scale(0,1);
	transition: 0.3s ease;
}
*/

/*-----------------------------------------------------*/

/*

.language_a_line::before, .language_a_line::after {
	transform: scale(0,1);
	transition: 0.3s ease;
}

.language_a_line:hover::before, .language_a_line:hover::after {
	transform: scale(1,1);
}

/*-----------------------------------------------------*/

*/



.navbar_kutusu {
	height: 80px;
	width: 100%;
}

.navbar_kutusu .tek_parca {
	
	float: left;
	margin-left: 135px;
	
	/*
    display: inline-block;
    padding-left: 0;
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
	*/
}

.navbar_kutusu .tek_parca li {
	display: inline-block;
	line-height: 80px;
	margin: 0px 2px;
}

.navbar_kutusu .tek_parca li a{
	padding: 7px 13px;
	position: relative;
}

.navbar_kutusu .tek_parca li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width:85%;
	margin:auto;
	background-color: #425BB5;
	bottom:-7%;
	transform: scale(0,1);
	transition: 0.3s ease;
}

.navbar_kutusu .tek_parca li a:hover::after {
	transform: scale(1,1);
}

.navbar_kutusu .tek_parca li a.active {
	color: #425BB5;
}

.navbar_kutusu .tek_parca li a.active::after {
	transform: scale(1,1);
}




.checkbtn{
	font-size:30px;
	color: #425BB5;
	float:left;
	line-height: 80px;
	margin-left:40px;
	cursor:pointer;
	display:none;
}

#check {
	display:none;
}


nav li {
    display: inline-block;
    margin: 7px;
}

nav li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width: 952px) {
	
	.ilk_cift, .ikinci_cift {display: none;}
	
	.language{
		font-size:10px;
	}
	
	.language a{
		margin-right:20px;
	}
	
	.navbar_kutusu .tek_parca {
		margin-left: 62px;
	}
	
	.meslek_basligi {
		font-size: 65px;
	}
	
	nav li a {
		font-size: 10px;
	}
}


@media (max-width: 858px) {
	
	.ilk_cift, .ikinci_cift {display: none;}
	
	.navbar_kutusu .tek_parca {
		margin-left: 10px;
	}
	
}


@media (max-width: 768px) {
	
	.ilk_cift, .ikinci_cift {display: none;}
	
	.navbar_kutusu .tek_parca li {
		line-height: 65px;
	}
	
	header {
		height: 65px;
	}
	
	.language {
		line-height: 64px;
	}

	.language a{
		margin-right:43px;
		width:110px;
	}
	
	.language_a_class::before {
		width:85%;
		top:20%;
	}

	.language_a_class::after {
		width:85%;
		bottom:19%;

	}

	
	.disply-table {
		position:absolute;
		display: table;
		height: 100vh;
		top:-50px;
	}
	
	.meslek_basligi {
		font-size: 44px;
		line-height: 20px;
	}
	
	h1{
		font-size: 40px;
	}
	
	.size-50{
		font-size: 40px;
	}
}


@media (max-width: 501px) {
	
	.ilk_cift, .ikinci_cift {display: none;}
	
	header {
		height: 95px;
		width: 100%;
	}
	
	.navbar_kutusu .tek_parca {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  list-style: none;
	  padding: 0;
	  margin: 0;
		margin-top: 20px;
		margin-left: 10px;
		width:277px;
	}
	
	.navbar_kutusu .tek_parca li {
	  flex-basis: calc(47%);
	  margin-bottom: -2px;
	  text-align: justify;
		line-height: 32px;
	}
	
	nav li a {
    	letter-spacing: 1px;
	}
	
	.navbar_kutusu .tek_parca li a{
		padding: 7px 0px;
	}
	
	.navbar_kutusu .tek_parca li a.active::after {
		transform: scale(1,1);
	}
	
	.language{
		line-height: 41px;
	}
	
	.language a{
		margin-right:10px;
		width:81px;
	}
	
	.language_flag {
		width: 35px;
		margin-top: 28px;
	}
	
	.language_a_class::before { display: none;}
	.language_a_class::after { display: none;}
	
	.navbar_kutusu .tek_parca li a::after {
		width:100%;
		bottom: 8%;
	}
	
	
	.disply-table {
		position:absolute;
		display: table;
		height: 100vh;
		top:0px;
	}
	
	.meslek_basligi {
		font-size: 39px;
		line-height: 36px;
	}		
	
}

@media (max-width: 378px) {
	
	.ilk_cift, .ikinci_cift {display: none;}
	
	.language{
		line-height: 46px;
		letter-spacing: 0px;
	}

	.language a{
		margin-right:5px;
		width:53px;
	}
	
	.language_flag {
		width: 27px;
	}
	
}


@media (max-width: 345px) {
	
	.navbar_kutusu .tek_parca {
		display: none;
	}
	
	.navbar_kutusu .tek_parca li {display: none;}
	
	.ilk_cift, .ikinci_cift {display: block;}
	
	/* .ilk_cift, .ikinci_cift {display: none;} */
	

	
	
	
	header {
		height: 83px;
		width: 100%;
	}
	
	
	
	
	
	.ilk_cift {
	  float: left;
	  width: 116px;
	  list-style-type: none;
	}
	
	.ikinci_cift {
	  float: left;
	  width: 130px;
	  list-style-type: none;
	}
	
	.ilk_cift li {
	  float: left;
	  list-style-type: none;
		margin-left: 10px;
	}
	
	.ikinci_cift li {
	  float: left;
	  list-style-type: none;
	}

	.ikinci_cift li {
	  clear: left;
	}

	.ilk_cift, .ikinci_cift {
	  margin: 0;
	  padding: 0;
	}
	
	.ilk_cift li a, .ikinci_cift li a  {
    	letter-spacing: 0.4px;
	}
	
	
	
	
	
	.language{
		line-height: 41.5px;
		letter-spacing: 0px;
	}

	.language a{
		margin-right:7px;
		width:53px;
	}
	
	.language_flag {
		width: 27px;
		margin-top: 15px;
	}
	
}





.bg-nav {
    background: #fff;
    border-bottom: 1.5px solid #425BB5;
	box-shadow:
	0px 3.5px 1.2px rgba(0, 0, 0, 0.18),
	0px 4.6px 2.7px rgba(0, 0, 0, 0.135),
	0px 4.7px 4.6px rgba(0, 0, 0, 0.096),
	0px 4.4px 6.9px rgba(0, 0, 0, 0.062),
	0px 4px 10px rgba(0, 0, 0, 0.034),
	0px 3.9px 14.2px rgba(0, 0, 0, 0.013),
	0px 4.1px 20.1px rgba(0, 0, 0, -0.001),
	0px 5.3px 29.2px rgba(0, 0, 0, -0.005),
	0px 8.5px 45px rgba(0, 0, 0, 0.001),
	0px 25px 80px rgba(0, 0, 0, 0.014);
}

.bg-nav ul {
    /* padding: 10px; */
}

a:focus {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #425BB5;
    text-decoration: none;
}

/*
a.active {
    color: #425BB5;
}
*/




/* home section
==================================================*/

#home {
    background: url(../img/home-bg-2.jpg);
	background-size: cover;
	height: 100vh;
	
	/*
	display:flex;
	flex-direction: column;
	justify-content: center;
	background-position: cover;
	align-items:center;
	width: 100%;
	*/
}

.table-cell {
    display: table-cell;
    vertical-align: top;
	padding-top: 170px;
}

.disply-table {
    display: table;
    height: 100vh;
}


/* about section
==================================================*/

#about {
    padding: 100px 0;
}

.about-img-div img {
    margin: 0 auto;
}

.about-border {
    position: absolute;
    border: 10px solid #425BB5;
    width: 400px;
    height: 400px;
    top: 40px;
    left: 50px;
    z-index: 1
}

.btn btn-glance{
    padding: 10px 70px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    min-width: 150px;
    cursor: pointer;
    background: #425BB5;
    color: #f3f3f3;
    border: none;
    height: 50px;
}


/* experience section
==================================================*/

#experience {
    padding: 100px 0;
    background: #f3f3f3
}

.experience-row {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.experience-row h3 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #425BB5;
    font-size: 16px;
    font-weight: bold
}

.experience-row p {
    color: #888;
    margin-top: 20px;
    font-size: 15px;
}

.experience-row .date {
    color: #000;
    font-size: 20px;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #425BB5;
}

.timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 #425BB5;
}

.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 2em;
    width: 100%;
}

.timeline-event-copy h3 {
    font-size: 1.75em;
}

.program_isimleri_1-1, .program_isimleri_2-1, .program_isimleri_2-2, .program_isimleri_2-3, .program_isimleri_3-1, .program_isimleri_4-1, .program_isimleri_4-2 { display:none; }

.program_isimleri_3_harf_J {
	display: inline-block;
	vertical-align:20%;
}

.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
}

.timeline-event-icon {
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #425BB5;
    outline: 10px solid #f3f3f3;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.3s ease-in 0.1s;
    -o-transition: box-shadow 0.3s ease-in 0.1s;
    -webkit-transition: box-shadow 0.3s ease-in;
    -webkit-transition-delay: 0.0s;
    -webkit-transition: box-shadow 0.3s ease-in 0.1s;
    transition: box-shadow 0.3s ease-in 0.1s;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: black;
    box-shadow: inset 0 0 0 0em #425BB5;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 0.5em;
}


/* projects section
==================================================*/

#projects {
    padding: 100px 0;
}

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
	float: left;
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    padding: 0 10px;
    margin: 0 14px;
}

.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    background-color: #425BB5;
    padding: 0px 20px;
    color: white;
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a:not(.active):hover {
	background-color: #425BB5;
    color: white;
    text-decoration: none;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
	border: 1px solid #676767;
	
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #425BB5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #333;
}


.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info_tarih {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info_tarih span {
    display: block;
    color: #fff;
    font-size: 13px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}


.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    background-color: #425BB5;
    padding: 5px 30px;
    color: #fff;
    margin-top: 10px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 10px;
    letter-spacing: 1px;
}


.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span,
.portfolio_item:hover .item_info_tarih span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.portfolio_item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.portfolio-padding {
    padding: 50px 0;
}

.portfolio-inner {
    padding-bottom: 0 !important;
    padding-top: 55px;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    border: none;
	background-color:#f6f6f6;
}

.popup-modal {
    background: rgba(0,0,0,0.80);
}

.close-popup-modal {
    margin: 20px;
    font-size: 40px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
	float:right;
    z-index: 100000;
}


.animatedModal8-on .close-popup-modal {
    opacity: 1;
}

.animatedModal7-on .close-popup-modal {
    opacity: 1;
}

.animatedModal6-on .close-popup-modal {
    opacity: 1;
}

.animatedModal5-on .close-popup-modal {
    opacity: 1;
}

.animatedModal4-on .close-popup-modal {
    opacity: 1;
}

/* FOTO EVREN BÖLÜMÜ (GEREKİRSE DİYE)
 
.animatedModal3-on .close-popup-modal {
    opacity: 1;
}
*/

.animatedModal2-on .close-popup-modal {
    opacity: 1;
}

.animatedModal1-on .close-popup-modal {
    opacity: 1;
}

.close-popup-modal:hover {
    opacity: 1;
	color: #425BB5;
	-webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.modal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 50px;
}


/* contact
==================================================*/

.col-md-4{
	margin-top:30px;
}

.form_bilgi_yazisi{
	text-align: center;
	font-size: 16px;
}

#contact {
    padding: 100px 0;
    background: #f3f3f3
}

#contact-form input,
#contact-form textarea {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
}

#contact-form label {
    display: block;
    margin-bottom: .2em;
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
}

#contact-form label.error {
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #D33E43;
    margin-left: 10px
}

#contact-form input[type="text"].error,
#contact-form input[type="password"].error,
#contact-form input[type="date"].error,
#contact-form input[type="datetime"].error,
#contact-form input[type="datetime-local"].error,
#contact-form input[type="month"].error,
#contact-form input[type="week"].error,
#contact-form input[type="email"].error,
#contact-form input[type="number"].error,
#contact-form input[type="search"].error,
#contact-form input[type="tel"].error,
#contact-form input[type="time"].error,
#contact-form input[type="url"].error,
#contact-form textarea.error {
    border-color: #D33E43
}

textarea {
    resize: none;
}

fieldset {
    border: 0px;
    margin: 0;
    padding: 0
}

.required {
    color: #e9266d
}

#success,
#error {
    display: none
}

#success p,
#error p {
    display: block;
}

#success p {
    color: #425BB5;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 2px solid #425BB5;
    margin-top: 10px;
}

#error p {
    color: #D33E43;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 2px solid #D33E43;
    margin-top: 10px;
}

#submit {
    background-color: #425BB5;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    width: 100%;
}

.social {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.social li {
    float: left;
}

.social li a {
    color: #333;
    font-size: 35px;
    margin-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.social li a:hover {
    color: #425BB5;
}


/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
    .portfolio .categories-grid .categories ul li a {
        padding: 0 2px;
    }
}

@media (max-width: 768px) {
    .timeline-event-copy {
        width: 101%;
        left: 1.5em;
    }
}

/* YATAY */
@media only screen and (min-width: 500px) {
  /*.portfolio_item */
 
	/*
  img-responsive {
    width: 100%;
    float: left;
  }
	*/
}


/* DİKEY */
@media only screen and (max-width: 500px) {
	
	.timeline-event-copy h3 {
		font-size: 1.45em;
		line-height:28px;
	}
	
	.timeline-event-copy h5 {
		font-size: 1.3em;
	}
	
	.program_isimleri_1, .program_isimleri_2, .program_isimleri_3, .program_isimleri_4 {display:none;}
	.program_isimleri_1-1, .program_isimleri_2-1, .program_isimleri_2-2, .program_isimleri_2-3, .program_isimleri_3-1, .program_isimleri_4-1, .program_isimleri_4-2 { display:block; }
	
	.program_isimleri_2-2, .program_isimleri_4-2{
		margin-top:-8px;
	}
	
	.program_isimleri_2-2::after{
		content:"";
		display:block;
		height:0.75px;
		width:70%;
		background-color:black;
		margin-top:10px;
	}
	
	.program_isimleri_2-3{
		margin-top:-2px;
	}
	
	.program_isimleri_3_harf_J {
		display: inline-block;
		vertical-align:15%;
	}
	
	.timeline-event-copy h4 {
		font-size: 1em;
		margin-bottom: 1.2em;
	}
	
	
	
	

	.oynat_duraklat_BTN_class {
		padding: 5px 11px;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		min-width: 150px;
		cursor: pointer;
		background: #425BB5;
		color: #f3f3f3;
		border: none;
		height: 50px;
	}
	
	.sonlandir_BTN_class {
		display:flex;
		padding: 9px 25px;
		font-size: 20px;
		line-height: 30px;
		min-width: 165px;
		cursor: pointer;
		background: #425BB5;
		color: #f3f3f3;
		border: none;
		height: 50px;
		margin-left: 5px;
	}
	
	.timeline {
		padding-left: 0;
		list-style: none;
		position: relative;
		margin-left:-10px;
	}
	
	img-responsive {
		width: 100%;
	/*	float: none;	*/
		display:flex;
		flex-direction:column;
		justify-content: center;
		align-items:center
	}
	
    h1 {
        font-family: 'Playfair Display', serif;
        font-size: 40px;
        line-height: 50px;
		margin-top:10px;
    }
	
	.size-50 {
		font-size: 40px;
		line-height: 50px
	}
	
	#home {
		background-image: url(../img/home-bg-2-dikey.jpg);
		background-size:cover;
		height: 100vh;
	}

    #home,
    .disply-table {
		height: 700px
       /* height: 100% */
    }
	

    .about-border {
        width: 265px;
    }
    .portfolio .categories-grid .categories ul li {
        list-style: none;
        margin: 10px 0;
    }
	
	.contact-bg {
		display: none;
	}
	
	.portfolio-padding h2 {
		font-size: 29px;
		line-height: 35px;
	}

}







@media (max-width: 420px) {
    nav li {
        margin: 6px;
    }
    nav li a {
        font-size: 10px;
    }
}

/* Responsive media queries
==================================================

@media only screen and (orientation: portrait) {
  #home {
    background-image: url(../img/home-bg-2-dikey.jpg);
	background-size:cover;
	height: 700px;
  }
}

@media (max-width: 991px) {
    .portfolio .categories-grid .categories ul li a {
        padding: 0 2px;
    }
}

@media (max-width: 768px) {
    .timeline-event-copy {
        width: 90%;
        left: 2em;
    }
}
	
/*
    #home,
    .disply-table {
		height: 600px
       /* height: 100%
    }
	

    .about-border {
        width: 265px;
    }
    .portfolio .categories-grid .categories ul li {
        list-style: none;
        margin: 10px 0;
    }
}

@media (max-width: 420px) {
    nav li {
        margin: 6px;
    }
    nav li a {
        font-size: 10px;
    }
}

*/