@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');


#block-locale-language .contextual-links-wrapper {
    top: 13px;
}
body {
    font: 400 normal 15px/1.5 'Poppins', sans-serif;
}

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



/*
header
*/

#header_wrapper,
#menubar {
	margin-bottom: 0;
}

/*
Container
Home
*/
.container-home {
    padding: 0;
    background-color: #fff;
}

.container-home-bottom {
    background-color: rgba(0,0,0,.05);
    padding: 30px 0;
    margin: 30px auto;
}

.container-home-bottom .block .content{
	padding-bottom: 3em;
}

/*
home blocks
*/

.region-homeblock-1 .block,
.region-homeblock-2 .block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.region-homeblock-1 .block:last-child,
.region-homeblock-2 .block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.region-homeblock-1 .content,
.region-homeblock-2 .content{
    color: #133f86;
}
.region-homeblock-1 .content a,
.region-homeblock-2 .content a,
.more-link a{
    color: #212e44;
    font-size: 1.1em;
    font-weight: bold;
}

.region-homeblock-1 .content p,
.region-homeblock-2 .content p{
    margin-bottom: 0;
}
.region-homeblock-1 .more-link {
    position: absolute;
    top: 0;
    right:0;
}
.more-link::after {
    display: none;
}



/*
Duyurular
*/
.view-duyurular .views-row {
    margin-bottom: 1em;

}
.view-duyurular .views-field-field-duyuru-tarihi {
    color: #00aced;
    font-size: .8em;
}
.region-homeblock-2 .views-row {
    padding: 20px;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
/*
Spot
Haber
*/
.view-id-spot_haber .views-field-title{
    text-align: left;
    font-size: 2.5em;
    font-weight: 700;
    color: #12295d;
    line-height: 1.4;
    margin: .5em 0;
}
.view-id-spot_haber .owl-carousel {
    height: 680px;
    position: relative;
    padding-bottom: 45px;
}
.view-id-spot_haber .owl-controls {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left:0;
}
.owl-theme .owl-controls .owl-page {
    vertical-align: middle;
}
.view-id-spot_haber .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    background: #c0ddeb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.view-id-spot_haber .owl-theme .owl-controls .owl-page.active span {
    width: 12px;
    height: 12px;
    background: #53b4e3 ;
}
.view-id-spot_haber .owl-item .field-content {
    text-align: center;
}
/*spot haber menu*/
.view-id-spot_haber_menu .views-row{
    margin-bottom: 1em;
}








/*-----------------*/
/*PEOPLE*/
.views-field-field-contact-information {
    word-wrap: break-word;
}
.view-faculty h3 {
    display: block;
    width: 100%;
    flex: none;
    margin: 3em 0 1em;
    color: #00afed;
}
.view-faculty .fas {
    color: #e2e2e2;
    margin-right: 5px;
}
.view-faculty p {
    margin-bottom: 0;
}

.view-people .views-row {
    clear: left;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
}
.view-people .views-row::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}
.view-people h3 {
    margin-bottom: 1em;
    padding-bottom: 1em;
    color: #37a1dc;
}
.view-people .views-field-title {
    font-size: 1.4em;
    line-height: 1.4em;
}
.view-people .views-field-field-job {
    margin-bottom: 1em;
    font-size: 1.1em;
}
.views-field-field-office .views-label,
.views-field-field-e-mail .views-label,
.views-field-field-phone .views-label{
    color: #999;
    font-style: italic;
    float: left;
    width: 65px;
}
.views-field-field-interest-areas {
    display: block;
    float: left;
    width: calc(58% - 250px);
    margin-left: 2%;
}
.page-assistants .views-field-field-interest-areas {
    float: none;
    width: auto;
    margin-left: 0;
}

.views-field-field-interest-areas .views-label {
    color: #999;
    font-style: italic;
}
.views-field-field-research-topic,
.views-field-field-responsibilities{
    margin: 1em 0 .5em;
}
.views-field-field-research-topic .views-label,
.views-field-field-responsibilities .views-label{
    color: #999;
    font-style: italic;
}
.views-field-field-photo-people {
    display: block;
    float: left;
    margin-right: 5%;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    overflow: hidden;
    line-height: 0;
}
.views-field-field-photo-people a,
.link-img a{
    line-height: 0;
    display: block;
}
.container-contact {
    float: left;
    width: 45%;
}
.view-courses h3 {
    display: block;
    clear: both;
    color: #de003b;
    margin: 2em 0 1em;
    padding: 1em 0 0;
    border-top: 1px dotted #e2e2e2;
}
.field-name-field-photo {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    max-width: 40%;
}

.node-type-people .node-people {
    padding-left: 280px;
}
.node-type-people .node-people .field-label-inline .field-label,
.node-type-people .node-people .field-label-inline .field-items{
    float: none;
}
.node-type-people .node-people .field {
    display: block;
}
.node-type-people .node-people .clearfix::after {
    clear: none;
}
.node-type-people .node-people .field-name-field-photo-people {
    display: block;
    float: left;
    width: 250px;
    margin-left: -280px;
}
.node-type-people .node-people .field-name-field-photo-people img {
    width: auto;
    height: auto;
    max-width: 100%;
}



/*
sidebar menu
*/
#sidebar-first #block-system-main-menu ul.menu li {
    display: none;
}
#sidebar-first #block-system-main-menu ul.menu li.active-trail,
#sidebar-first #block-system-main-menu ul.menu li.active-trail li{
    display: block;
}
#sidebar-first .content {
    margin-top: 0;
}
#sidebar-first .content li a {
    padding: 3px 0;
}
#sidebar-first .content li a.active {
    padding: 3px 0;
}
#sidebar-first .content li ul.menu {
    padding-left: 0;
}
#sidebar-first .content li ul ul.menu{
    padding-left: 2em
}
#sidebar-first ul.menu li.active-trail>a.active-trail {
    font-size: 1.3em;
    margin-bottom: 1em;

    border-bottom: 1px solid #145196;
    background: none;
}
#sidebar-first ul.menu li.active-trail>a.active-trail.active {
    color: #1ca9e0;
    font-weight: bold;
}
#sidebar-first ul.menu  ul li.active-trail>a.active-trail {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    border-bottom: none;
}


/*
theme specific
*/





.hbright .region {
    margin-top: 30px;
}

.hbleft .region{
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.region .view-spot-news .views-field-field-photo{
    line-height: 0;
}
.region .view-spot-news .views-field-title{
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 20px;
}
.region .view-spot-news .views-field-title a {
	box-shadow: 0.5em 0 0 rgba(0, 73, 144, 0.8), -0.5em 0 0 rgba(0, 73, 144, 0.8);
	background-color: rgba(0, 73, 144, 0.8);
	box-decoration-break: clone;
	line-height: 1.52;
	color: #fff;
	font-weight: 700;
	font-size: 1.9em;
	padding: 0.06em;
}


.topcontainer .region h2 {
    font-size: .9rem;
    color: #212e44;
    background-color: rgba(242, 242, 242, 0.6);
    padding: 0 20px;
    position: absolute;
    height: 30px;
    top: -30px;
    line-height: 30px;
}

.subcontainer {
    margin: 40px 0;
}
.subcontainer h2 {
    font-size: 1.2rem;
    color: #5a6574;
    margin-bottom: 1em !important;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
}
.info {
    color: #9198a1;
    font-size: .8em;
    margin-top: .5em;
}
#block-views-announcements-block h2 {
    font-size: 1.3rem;
    margin:0 0 1em ;
}

.subcontainer .region-homeblock-sub-1 h2 {
    font-size: 2rem;
}


#footer,
.footer-top{
    background-color: #e8e9ee;
}


.event-content {
	position: absolute;
	width: calc(100% - 2rem);
	padding: 10px;
	bottom: 0;
}

.event-date {
    font-weight: 700;
	font-size: .85em;
	color: #fff;
	padding: 5px 10px;
	background-color: #004990;
	position: relative;
	display: inline-block;
}
.event-date .views-field,
.event-date .views-field div{
	display: inline-block;
}
.views-field-field-event-date::after,
.line-break::after,
.label-line-break span::after {
    display: inline-block;
	width: 15px;
	height: 2px;
	background-color: rgba(255,255,255,.7);
	vertical-align: middle;
	margin: -2px  10px 0;*
	content: " ";
}
.line-break::after,
.label-line-break span::after {
	background-color: rgba(55,55,55,.5);
}





.event-title a{
	display: inline-block;
	background-color: #fff;
	color: #424242;
	font-size: 1.1em;
	padding: .5em 10px;
}
.event-container .views-field-field-event-photo a {
	display: block;
	line-height: 0;
}


.field-name-field-event-photo {
    float: right;
    margin: 0 0 20px 20px;
}




.i18n-en .view-alumni-profiles .view-header {
    display: none;
}



.node-type-yemekhane .field.field-name-field-foto-raf {
    float: left;
    margin-right: 1em;
    padding-bottom: 2em;
	    max-width: 100%;
}

.node-type-yemekhane .field.field-name-field-icerik {
    float: left;
    max-width: 500px;
    padding-bottom: 2em;
	width: 100%;
}

.field.field-name-field-harita {
    clear: both;
    padding-top: 2em;
    border-top: 1px solid #efefef;
}







.double-column, .double-column-child > div{
    display: block;
}

.double-column, .double-column-child > div:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


#menubar {
	background-color: #004990;
}
.menu-navigation-container > .menu > li > a {
	color: #fff;
}
#main-menu li.expanded > a::after {
	color: #7ccbee;
}


.hidden-link a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -99999em;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.hb-mezunkart{
	background: rgba(8,21,65,1);
	background: -moz-linear-gradient(left, rgba(8,21,65,1) 0%, rgba(8,37,130,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8,21,65,1)), color-stop(100%, rgba(8,37,130,1)));
	background: -webkit-linear-gradient(left, rgba(8,21,65,1) 0%, rgba(8,37,130,1) 100%);
	background: -o-linear-gradient(left, rgba(8,21,65,1) 0%, rgba(8,37,130,1) 100%);
	background: -ms-linear-gradient(left, rgba(8,21,65,1) 0%, rgba(8,37,130,1) 100%);
	background: linear-gradient(to right, rgba(8,21,65,1) 0%, rgba(8,37,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081541', endColorstr='#082582', GradientType=1 );
	transition:  all 0.5s ease;
}

.hb-mezunkart:hover {
	background: rgb(23, 97, 160);
	background: -moz-linear-gradient(left, rgb(23, 97, 160) 0%, rgb(124, 203, 238) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgb(23, 97, 160)), color-stop(100%, rgb(23, 97, 160)));
	background: -webkit-linear-gradient(left, rgb(23, 97, 160) 0%, rgb(124, 203, 238) 100%);
	background: -o-linear-gradient(left, rgb(23, 97, 160) 0%, rgb(124, 203, 238) 100%);
	background: -ms-linear-gradient(left, rgb(23, 97, 160) 0%, rgb(124, 203, 238) 100%);
	background: linear-gradient(to right, rgb(23, 97, 160) 0%, rgb(124, 203, 238) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081541', endColorstr='#082582', GradientType=1 );
	transition:  all 0.5s ease;
}

.inner-content {
	padding: 20px 50px 0;
	height: 184px;
	overflow: hidden;
}
.view-home-blocks34 .views-field-title a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}


.hb-mezunkart .more-arrow {
	color: #1d4f91;
}
.hb-burs {
	margin-top: 20px;
}
.hb-burs .view-content {
	padding: 0;
	height: 184px;
	overflow: hidden;
}
.img-container * {
	line-height: 0;
}
.hb-burs .topcontent-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.hb-burs .topcontent-container a {
	font-size: 1.5em;
	width: 80%;
	display: inline-block;
	margin: 10% 10% 0 10%;
}
.hb-burs .more-arrow {
	display: block;
	background-color: #fff;
	color: #fb872f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: -10px;
}
.topcontent-container {
	position: relative;
	z-index: 10;
}
.hb-burs .text-bg {
	box-shadow: 10px 0 0 rgba(250, 135, 47, 0.85), -10px 0 0 rgba(250, 135, 47, 0.85);
	background-color: rgba(250, 135, 47, 0.85);
	box-decoration-break: clone;
	line-height: 1.45;
}
.hb-burs .topcontent-container a:hover .text-bg {
	box-shadow: 10px 0 0 rgba(23, 97, 160, 0.85), -10px 0 0 rgba(23, 97, 160, 0.85);
	background-color: rgba(23, 97, 160, 0.85);
}
.hb-burs .topcontent-container a:hover .more-arrow {
	color: rgba(23,97,160,1) ;
}

.hb-mbs .topcontent-container{
	padding: 30px 0;
}
.hb-mbs .views-field-body {
	font-size: 1.1em;
	color: #fff;
}
.hb-mbs .img-container,
.hb-mbs .img-container * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.hb-mbs .img-container .overlay-container {
    background: rgba(135,205,238,1);
    background: -moz-linear-gradient(left, rgba(135,205,238,1) 0%, rgba(0,72,144,0.85) 32%, rgba(103,111,184,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,205,238,1)), color-stop(32%, rgba(0,72,144,0.85)), color-stop(100%, rgba(103,111,184,1)));
    background: -webkit-linear-gradient(left, rgba(135,205,238,1) 0%, rgba(0,72,144,0.85) 32%, rgba(103,111,184,1) 100%);
    background: -o-linear-gradient(left, rgba(135,205,238,1) 0%, rgba(0,72,144,0.85) 32%, rgba(103,111,184,1) 100%);
    background: -ms-linear-gradient(left, rgba(135,205,238,1) 0%, rgba(0,72,144,0.85) 32%, rgba(103,111,184,1) 100%);
    background: linear-gradient(to right, rgba(135,205,238,1) 0%, rgba(0,72,144,0.85) 32%, rgba(103,111,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cdee', endColorstr='#676fb8', GradientType=1 );
    z-index: 1;
}


.title2 span {
	position: relative;
	display: inline-block;
}
.title2 span::after {
	display: block;
	content: " ";
	width: 100%;
	height: 4px;
	background-color: #00aeef;
}
.title3 a,
.hb-rektorden .views-field-title a{
	color: #0e76bc;
	font-size: 2.2em;
    line-height: 2;
    vertical-align: middle;
}
.hb-rektorden .views-field-field-sub-title {
    font-size: 1.2em;
    color: #0e76bc;
}



.more-box a{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	padding: 25px 20px;
	background-color: rgba(0,0,0,.35);
}
.more-box a:hover {
	background-color: rgba(255,255,255,.8);
	color: #0e76bc;
}
.more-box .more-arrow {
	font-size: 1.5em;
	color: #00aeef;
	vertical-align: sub;
	margin-left: .5em;
}

.container-home-bottom  .more-link,
.container-home-bottom  .views-more-link {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-bottom: 1em;
}
.more-link,
.views-more-link {
	font-size: .9em;
}
.more-link a {
	display: inline-block;
	margin: 0 auto;
	color: #004990;
	font-weight: bold;
}
.more-link a::after {
	content: "\f061";
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.3em;
	color: #007fff;
	vertical-align: middle;
	margin-left: .5em;
}
.more-link a:hover {
	color: #007fff ;
	text-decoration: none;
}


.linkblock {
    height: 184px;
    margin-bottom: 20px;
}
.linkblock .views-field-title {
    margin: 1em 0;
}
.linkblock .views-field-title a {
    color: #004990;
    font-weight: bold;
}
.linkblock .views-field-title a:hover {
	color: #7ccbee ;
}
.linkblock .more-arrow {
    color: #7ccbee;
    display: block;
    margin-top: 1em;
}
.hb-mezun {
    border-top: 2px solid #7ccbee;
    border-bottom: 1px solid #c3c6cd;
}
.hb-bunetwork {
    border-bottom: 2px solid #7ccbee;;
}
.hb-bunetwork .views-field-field-sub-title {
    color: #5a6574;
}
.hb-bunetwork .views-field-title a {
    font-size: 1.7em;
}

.same-height > div,
.same-height > div > div,
.same-height > div > div > div,
.same-height > div > div > div > div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 100%;
	position: relative;
}
.container-home-bottom .block .content {
	background-color: #fff;
}
.container-home-bottom .block h2 {
	font-size: 1rem;
	font-weight: 700;
	color: #004990;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background-color: #f2f2f2;
	display: inline-block;
	margin: 1em auto;
	line-height: 1.5;
}
.container-home-bottom .block::before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #12295d;
	z-index: 0;
	position: absolute;
	top: 1.75em;
	left: 0;
}
.view-class-notes .views-field-field-sinif-notlari-kategorisi a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8em;
	color: #fff;
	padding: .5em 10px;
	background-color: #12295d;
	display: inline-block;
}

.view-class-notes .view-header h2 { /*sınıf notları tepedeki içerik başlığını gizle*/
    display: none;
}


.colored-red .views-field-field-sinif-notlari-kategorisi a{
	background-color: #ff2069;
}
.colored-red .views-field-title a {
	color: #ff2069;
}
.colored-black .views-field-field-sinif-notlari-kategorisi a{
	background-color: #353945;
}
.colored-black .views-field-title a {
	color: #353945;
}
.colored-orange .views-field-field-sinif-notlari-kategorisi a{
	background-color: #fa4a33;
}
.colored-orange .views-field-title a {
	color: #fa4a33;
}
.colored-blue .views-field-field-sinif-notlari-kategorisi a{
	background-color: #007fff;
}
.colored-blue .views-field-title a {
	color: #007fff;
}
.colored-purple .views-field-field-sinif-notlari-kategorisi a{
	background-color: #5e50a8;
}
.colored-purple .views-field-title a {
	color: #5e50a8;
}
.colored-green .views-field-field-sinif-notlari-kategorisi a{
	background-color: #019b8c;
}
.colored-green .views-field-title a {
	color: #019b8c;
}
.colored-brown .views-field-field-sinif-notlari-kategorisi a{
	background-color: #603913;
}
.colored-brown .views-field-title a {
	color: #603913;
}







.region-content .content li::before {
    display: inline-block;
    content: " ";
    text-align: left;
    text-indent: -9999em;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-left: -1.5em;
    margin-right: .7em;
    border-radius: 50%;
    background-color: #d4d7d8;
}












.gallery  .field-items{
	display: flex;
	flex-direction: row;
}
.gallery  .field-item  {
	margin: 0 1rem 1rem 0;
}
.field-name-field-video .field-item {
	position: relative;
}
.field-name-field-video .field-item::before {
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	line-height: 55px;
	background-color: rgba(0, 66, 129, .8);
}
.searchblock {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.views-exposed-widget {
    padding: 0;
}
.views-exposed-widget .form-item{
    padding: 0;
}
.views-exposed-widget .form-item{
    display: flex;
}
.views-exposed-widget .form-item a{
    padding: .5em 1em;
    color: #12295d;
    background-color: #e2e2e2;
    margin: 0 10px 10px 0;
}
.views-exposed-widget .form-item a.active{
    background-color: #00aced;
    color: #fff;
}

.inline-label *{
	display: inline-block;
}
.inline-label span {
	font-style: italic;
}



.fakulteler .view-grouping-content h3 {
	font-size: 1em;
}
.fakulteler .view-grouping-header > a {
    font-size: 1.4em;
    font-weight: 500;
    color: #007bff;
} 
.fakulteler > div > .view-grouping {
    margin-bottom: 5em;
}

.fakulteler .view-grouping-content .view-grouping-content h3 {
    display: none;
}



.socialmedia {
	font-size: 1em;
	display: inline-block;
}



.socialblock {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background-color: #fff;
}
.socialblock p{
	margin: 0;
}

.no-list ul {
    margin: 0 !important;
}
.no-list li{
    list-style: none !important;
}
.no-list li::before {
    display: none !important;
}

.list-col-4 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.list-col-4 ul ul {
    display: block;
}

.list-col-6 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.list-col-6 ul ul {
    display: block;
}


.menu-list ul li {
    padding: .3em 0;
}
.menu-list ul li a {
    font-weight: bold;
    color: #12295d;
}
.menu-list ul li a:hover {
    color: #007fff;
}
.menu-list ul ul {
    margin-top: .5em !important;
}
.menu-list ul ul li a { 
    font-weight: normal;
    color: #000;
}
.menu-list .menu-sanal-tur a {
    background-color: transparent;
}



#cboxLoadedContent {
	background-color: #fff;
	padding: 30px;
}


.col-2-child .view-content,
.col-3-child .view-content,
.col-4-child .view-content,
.col-5-child .view-content,
.col-6-child .view-content{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}


.col-2-child .view-content > div {
	flex: 0 0 calc(50% - 30px);
	margin: 0 15px;
}
.col-3-child .view-content > div {
	flex: 0 0 calc(33.3333% - 30px);
	margin: 0 15px;
}
.col-4-child .view-content > div {
	flex: 0 0 calc(25% - 30px);
	margin: 0 15px;
}
.col-5-child .view-content > div {
	flex: 0 0 calc(20% - 30px);
	margin: 0 15px;
}
.col-6-child .view-content > div {
	flex: 0 0 calc(16.6666% - 30px);
	margin: 0 15px;
}



.col-3-child.news .views-row {
	flex: 0 0 calc(25% - 30px);
	margin: 0 15px;
}
.col-3-child.news .views-row-1 {
	flex: 0 0 calc(50% - 30px);
}






caption{
    caption-side: top;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 0 1em;
}

.table-striped-2 th {
    vertical-align: bottom;
}
.table-striped-2 th a {
    font-size: .9em;
    color: #007fff;
}
.table-striped-2 tbody td:first-child {
    font-weight: 500;
}
.table-striped-2 tbody td a {
    color: #424242;
    font-weight: bold;
}
.table-striped-2 tbody tr:hover {
    background-color: #f2f2f2;
}


/*

News

*/
.lh-0 *{
	line-height: 0;
}

.image-container .haberfotograf {
	display: none;
}
.views-row-1 .image-container .haberfotograf {
	display: block;
}
.views-row-1 .image-container .views-field-field-foto2 {
	display: none;
}

.news-title-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.63) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.63)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.63) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.63) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.63) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	padding: 15px 20px;
}

.news-title a {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.views-row-1 .news-title a {
	font-weight: 900;
	font-size: 24px;
	color: #fff;
}
.haberkat {
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 10px;
	font-size: .8em;
	color: #fff;
}
.haberkat a {
	color: white;
	text-transform: uppercase;
	vertical-align: middle;
}
.haberkat-1 /*akademik*/{
	background-color: rgba(48, 203, 255, 0.71);
}
.haberkat-2 {
	background-color: rgba(12, 75, 135, 0.71);
}
.haberkat-3 /*kampus*/{
	background-color: rgba(28, 116, 104, 0.7);
}
.haberkat-4 {
	background-color: rgba(152, 90, 150, 0.71);
}
.haberkat-5 /*mezun*/ {
	background-color: rgba(219, 82, 28, 0.71);
}
.haberkat-6 {
	background-color: rgba(172, 114, 94, 0.71);
}



.ql-icon {
    color: #b7c0cb;
    font-size: 1.5em;
    line-height: 1.2;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
}
.ql-icon:hover {
    color: #014289;
}
.quicklinks {
    display: flex;
    flex-flow: row nowrap;
}

.more-link {
    margin-top: 1em;
}

.border-top-blue {
    border-top: 1px solid #007fff;
}

/*

Home
*/

.top-container {
	/*background: url("../images/bannerbg.png") center no-repeat;
	background-size: cover;
	min-height: 600px;*/
}


.homeblock {
	padding:  40px 0;
}

.homeblock.blue {
	background-color: #f5fafe;
}
.homeblock.darkblue {
	background-color: #004990;
}
.homeblock.grey, .homeblock-2 {
	background-color: #f8f8f8;
}
.homeblock.orange {
	background-color: #fb872f;
}
.homeblock.white {
	background-color: #fff;
}



/*
departments
*/

.dept-inner-container .dept-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.dept-inner-container h3 {
    flex: 0 0 100%;
    font-size: 1.4em;
    font-weight: 500;
    color: #007bff;
}
.dept-inner-container .dept-container > div {
    flex: 0 0 calc(33% - 40px);
}
.dept-inner-container .dept-container {
    margin-bottom: 3em;
}

.node-type-departments .page-title {
	display: none;
}

.dept-side-window {
	border: 2px solid #94c9ff;
	border-right: none;
}
.group-side-window > div {
	border-bottom: 2px solid #94c9ff;
	padding: 20px 0 20px 30px ;
}
.group-side-window > div:last-child {
	border-bottom: none;
}


.dept-details .field {
	margin-bottom: 5em;
}

.dept-main-content .field-label,
.field-name-field-b-l-m-tan-t-m-sunumu a,
.statistics-outer-container h3,
.baslik2 {
	font-weight: 700;
	color: #004990;
	font-size: 1.1em;
	margin-bottom: .7em;
}



.field-name-field-tanitim-gunleri-video a {
    display: block;
    position: relative;
    line-height: 0;
}
.field-name-field-tanitim-gunleri-video a::before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    background-color: rgba(0, 120, 255, 0.8);
}
.field-name-field-tanitim-gunleri-video a:hover::before {
    background-color: #f44336;
}


.field-name-field-b-l-m-tan-t-m-sunumu img {
	display: none;
}
.field-name-field-b-l-m-tan-t-m-sunumu a::before {
	content: "";
	display: inline-block;
	color: #007fff;
	font-size: 2em;
	margin-right: 1em;
	background: url("../images/presentation.svg") center no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}


.baslik1 {
	font-weight: 700;
	color: #007fff;
	font-size: 1.7em;
	margin-bottom: .5em;
}
.baslik3 {
	font-weight: 500;
	color: #0c0c0c;
	font-size: 1.1em;
	margin-bottom: .7em;
}




.statistics-container {
	display: flex !important;
	flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.statistics-container > div {
	flex: 0 0 calc(50% - 20px);
}
.statistics-container .field {
    border: none;
    padding: 0;
    font-weight: bold;
    margin: .3em 10px ;
}
.statistics-container  .field-label {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
}
.statistics-header {
    font-weight: 700;
    color: #007fff;
}




.quick-link {
	border-bottom: 1px solid #007fff;
	position: relative;
	margin-bottom: 2em !important;
	padding: 0 3em 1em 0;
}
.quick-link::after {
	content: "\f061";
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
	color: #007fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em;
}


.linker-container li {
	display: inline-block;
	margin-right: 2em !important;
}

.linker-container li a,
.linker {
	font-weight: 700;
	font-size: 1.2em;
	color: #004990;
}
.linker-container li a::after,
.linker::after,
.linker-s::after,
.linker-a a::after,
.linker-button::after{
	content: "\f061";
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
	color: #007fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em;
	font-size: 1.5em;
}

.linker.more {
	font-size: 1em;
	float: right;
	margin: 1em 0;
}

.linker-a h3,
.linker-a a,
.linker-s {
	font-size: 1em;
	color: #007fff;
	margin-top: .5em;
}

.linker-button {
    display: flex;
    align-content: space-between;
    align-items: center;
    border-bottom: 1px solid #007fff;

}
.linker-button *{
    width: 100%;
    display: block;
}


.white-bg {
	background-color: #fff;
}
/*
title
*/
.main-title h2 {
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 1em;
}

.sub-title h2 {
    font-weight: 700;
    font-size: 1.3em;
}


.title-blue {
	color: #004990;
}

.title-black a{
	font-weight: 700;
	color: #000;
	font-size: 1.1em;
}
.sub-info {
	font-weight: 400;
	color: #9198a1;
	font-size: 1em;
}

a:hover {
	color: #007fff;
}


.fc-blue,
.fc-blue a {
	color: #004990;
}
.fc-l-blue,
.fc-l-blue a {
	color: #007fff;
}
.fc-ocean,
.fc-ocean a {
	color: #20abe9
}
.fc-grey,
.fc-grey a {
	color: #5a6574;
}


.fw-normal,
.fw-normal a {
	font-weight: 400;
}
.fw-bold,
.fw-bold a{
	font-weight: 700;
}
.fw-xbold,
.fw-xbold a{
	font-weight: 900;
}

.fs-02,
.fs-02 a{
	font-size: .8rem;
}
.fs-01,
.fs-01 a{
	font-size: .9rem;
}
.fs-1,
.fs-1 a{
	font-size: 1rem;
}
.fs-2,
.fs-2 a{
	font-size: 1.1rem;
}
.fs-3,
.fs-3 a{
	font-size: 1.2rem;
}
.fs-4,
.fs-4 a{
	font-size: 1.3rem;
}
.fs-5,
.fs-5 a{
	font-size: 1.5rem;
}
.fs-6,
.fs-6 a{
	font-size: 1.7rem;
}
.fs-7,
.fs-7 a{
	font-size: 2rem;
}


.gray-on-hover *{
	line-height: 0;
}
.gray-on-hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition:  all .5s ease;
}
.gray-on-hover img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}



.page-taxonomy .node-departments{
	display:none;
}

.sanal-tur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.menu-sanal-tur a {
    background-color: rgba(124, 203, 238, 0.2);
}
.menu-sanal-tur a::before {
    content: "\f277";
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: #7ccbee;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    font-size: 1.5em;
}


.view-b-l-mler .view-grouping-header {
    margin-top: 5em;
}
.view-b-l-mler .view-grouping-header a,
.dept-container h3 a{
    font-size: 1.5rem;
    font-weight: bold;
    color: #007fff;
}
.front .dept-container h3 a {
	font-size: 1.1rem;
}

.field-group-div {
    margin: 0;
}


.hide-1 {
    display: none;
}
.valign-top td {
    vertical-align: top;
}


.duyuru-block {
    background-color: #353945;
}


header {
    background: #223256 url(../images/bannerbg.jpg) 0 bottom no-repeat;
    background-size: cover;
}

#header_wrapper {
    margin-bottom: 0;
    padding-top: 0;
    background-color: #223256;
}

.region-header-search .content a {
    color: #fff;
}


.double-column > div, .double-column > table, .double-column-child > div > div, .double-column-child > div > table {
    width: inherit !important;
}


.col-md-6.homeblock-2 {
    padding-top: 2em;
}

.grid-auto .view-content {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}


