/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    .social-media-icons {
        margin-bottom: 12px;
    }
    .header-top-menu ul {
        margin-top: 12px;
    }
    section.header-menu-bar {
        height: 90px;
    }
    .brand-logo {
        position: absolute;
        width: 40%;
        top: 60px;
        z-index: 1020;
		
		
    }
    /* Mobile menu toggle button */
    .main-menu-btn {
        float: right;
        margin: 16px 10px;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 29px;
        text-indent: 29px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    /* hamburger icon */

    .main-menu-btn-icon,
    .main-menu-btn-icon:before,
    .main-menu-btn-icon:after {
        position: absolute;
        top: 50%;
        left: 2px;
        height: 2px;
        width: 24px;
        background: #555;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }
    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }
    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
        height: 0;
        background: transparent;
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* hide menu state checkbox (keep it visible to screen readers) */
    #main-menu-state {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-menu ul ul{
        max-width: 100% !important;
    }
    /* hide the menu in mobile view */

    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }
    #main-menu-state:checked ~ #main-menu {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        background: #ffffff;
        right: 0;
        top: 100%;
        margin-top: 10px;
        box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.47);
    }
    body.page-content #main-menu-state:checked ~ #main-menu, body.campus-static-page #main-menu-state:checked ~ #main-menu{
        margin-top: 18px;
    }
    .home-swiper {
        height: 130px;
    }
    .home-swiper .swiper-slide .swiper-bg-item {
        background-size: cover;
        background-position: center;
    }
    .home-swiper-next, .home-swiper-prev{
        display: none;
    }
    .swiper-container-horizontal.home-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }
    .home-swiper .swiper-pagination-bullet-active {
        background: #da1831;
    }
    .school-sections .section-title {
        font-size: 1.2em;
        padding: 15px 0;
    }
    .section-box {
        height: 60px;
        margin-bottom: 10px;
        border-radius: 10px;
        text-align: center;
    }
    .section-box .title {
        font-size: 1em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
    .school-sections .school-sections-wrapper {
        padding-bottom: 10px;
    }
    .news-tab-btn {
        margin-right: 0px;
        padding: 10px 12px;
    }
    .news-card-content.v2 {
        flex: 50%;
        width: 50%;
        height: 130px;
    }
    .news-card-image.v2 {
        flex: 50%;
    }
    .news-card-content.v2 h4 {
        font-size: 0.9em;
        white-space: normal;
    }
    .swiper-container-horizontal.news-swiper>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-container-horizontal.success-swiper>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        position: absolute;
    }
    .news-swiper-pagination .swiper-pagination-bullet, .success-swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
    .endustri40 .section-top-title {
        padding: 10px 25px;
        top: -25px;
        left: 50%;
        display: flex;
        text-align: center;
        width: 100%;
        transform: translateX(-50%);
        font-size: 1em;
    }
    .endustri40 .section-desc {
        padding: 0;
        line-height: 1.2;
        margin-top: 15px;
    }
    .endustri40 .card.news-card {
        margin-bottom: 20px;
    }
    .card.news-card .card-body {
        height: 110px;
    }
    .endustri40 .card.news-card .card-title {
        font-size: 1em;
    }
    .c-go-top {
        bottom: 50px;
        right: 10px;
        transform: scale(0.8);
    }
    .footer {
        padding-top: 20px;
    }
    .footer-top{
        text-align: center;
    }
    img.footer-logo{
        max-width: 100px;
        margin-bottom: 25px;
    }
    .social-media-icons.footer-icons {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .campuslist-map .map-container {
        height: 220px;
    }
    .campuslist-page-header-wrapper {
        padding: 60px 10px 10px 10px;
    }
    .campus-filter-form .form-control, .campus-filter-form .select2{
        margin-bottom: 8px;
    }
    .campus-card-image {
        display: none;
    }
    .campus-card-content h4 {
        font-size: 0.9em;
    }
    ul.campus-info li{
        font-size: 0.9em;
    }
    .campus-card-content {
        height: auto;
    }
    .campus-card-button {
        font-size: 0.5em;
        flex-wrap: wrap;
        justify-content: center;
        font-weight: bold;
    }
    .static-page-cover-image {
        height: 105px;
        background-position: center;
        background-size: cover;
    }
    .yonetim-kurulu-mesaj .static-page-cover-image {
         background-position: 30%;
    }
    .sidebar-menu-wrapper, .sidebar-banner-wrapper {
        padding-left: 0px;
    }
    .section-page-cover-image {
        height: 100px;
        background-position: center;
        background-size: cover;
    }
    .campus-levels-wrapper .level-item {
        text-align: center;
        align-items: center;
        display: flex;
    }
    .section-page-header-wrapper {
        padding: 40px 0px 10px 0px;
    }
    .section-page-header-wrapper .section-top-title {
        font-size: 1em;
        white-space: nowrap;
    }
    .campus-home-swiper .swiper-slide {
        height: 190px;
        margin-bottom: 15px;
    }
    .campus-home-swiper{
        margin-bottom: 15px;
    }
    .share-tools {
        margin-left: 0;
    }
    .content.notification .news-image {
        width: 100% !important;
    }
    .content-subinfo span.content-date {
        text-align: center;
        justify-content: center;
    }
    .campus-news-module-title {
        font-size: 1.2em;
        text-align: center;
        justify-content: center;
    }
    body.campus-home-page .content-container{
        padding-right: 0 !important;
    }
    .static-page-header-wrapper {
        padding: 40px 0px 10px 0px;
    }
    .page-title-wrapper {
        min-height: 60px;
        height: auto;
    }
    .page-title-wrapper .page-title {
        font-size: 1.2em;
        line-height: 1.2;
        margin-top: 10px;
    }
    .static-page-header-wrapper .section-top-title {
        white-space: nowrap;
    }
    .page-title-wrapper .page-title-overlay {
        font-size: 2.5em;
        white-space: nowrap;
    }
    .business.news-card .card-image-wrapper {
        flex: 35%;
        height: 100%;
        object-fit: cover;
        width: 100%;
        min-height: 142px;
        max-width: 142px;
        padding: 15px 0px 15px 15px;
    }
    .business.news-card .news-card-content.v2 {
        flex: 90%;
        padding: 15px;
        direction: ltr;
        background: transparent;
        width: 90%;
        height: 142px;
    }
    .business.news-card .news-card-content.v2 h4 {
        font-size: 1.2em;
    }
    .business.news-card .date {
        font-size: 0.8em;
        text-align: left;
    }
    .business.news-card .info {
        font-size: 0.8em;
    }
    nav.header-main-menu {
        display: flex;
        justify-content: flex-end;
    }
    .ataturk-image {
        position: absolute;
        right: 28px;
        bottom: -24px;
        transform: scale(0.6);
    }
    .header-top-menu ul li a {
        font-size: 0.8em;
        font-weight: 600;
    }
    video.bgvid {
        height: 450px;
    }
    p.overlay-message {
        width: 100%;
        margin-left: 30px;
        margin-top: 30px;
        text-align: left;
        font-size: 1.4em;
    }
    .video-screen-pattern {
        align-items: start;
    }
    .brand-logo img {
        max-height: 80px;
    }
    section.video-bg-wrapper {
        height: 610px;
    }
    .slider-area {
        position: absolute;
        z-index: 1000;
        right: 0;
        height: 190px;
        width: auto;
        top: auto;
        left: 0;
        bottom: 0;
        margin-top: 0;
        transform: none;
    }
    .slider-area .home-swiper-new {
        width: 100%;
        height: 190px;
        border-radius: 0px;
        border-right: 5px solid rgba(255, 255, 255, 0.71);
    }
    .slider-area .home-swiper-new .swiper-slide .swiper-bg-item {
        height: 180px;
    }
    .picture-title {
        font-size: 1.2em;
    }
    
    .parallax-window {
        height: 150px;
    }
    figure.snip1253 h3 {
        font-size: 1em;
    }
	

	.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #555;
	margin-top: -20px;
}
	
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #555;
	margin-top: -20px;
}	
	
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #main-menu:before {
        display: none;
    }
    /* hide the button in desktop view */
    .main-menu-btn, #main-menu-state {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: flex;
    }
    .sm-simple.main-menu .sub-arrow{
        /* display: none; */
    }
	.on_kayit{display: none;}
	
	.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #555;
    margin-top: -20px;
}
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
		.ataturk-image {
    position: absolute;
		width: 150px;
    right: -100px;
    bottom: -15px;
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.on_kayit{display: none;}
	.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #555;
	margin-top: -150px;
}
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
	.ataturk-image {
    position: absolute;
		width: 250px;
    right: -100px;
    bottom: -15px;
}
	
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.on_kayit{display: none;}
	.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #555;
	margin-top: -150px;
}
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
	.ataturk-image {
    position: absolute;
    right: -75px;
    bottom: -15px;
}
}