﻿@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,700);*/

@import url(https://fonts.googleapis.com/css?family=Raleway:500&subset=latin,latin-ext);
@font-face {
  font-family: "ralewayregular";
  src: url("/Content/font/raleway-regular-webfont.eot");
  src: url("/Content/font/raleway-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/font/raleway-regular-webfont.ttf") format("truetype"); /*,
		 url('/Content/font/raleway-regular-webfont.svg#ralewayregular') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaylight";
  src: url("/Content/font/raleway-thin-webfont.eot");
  src: url("/Content/font/raleway-thin-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/font/raleway-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("/Content/font/raleway-medium-webfont.eot");
  src: url("/Content/font/raleway-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/font/raleway-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaybold";
  src: url("/Content/font/raleway-bold-webfont.eot");
  src: url("/Content/font/raleway-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/font/raleway-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaysemibold";
  src: url("/Content/font/raleway-semibold-webfont.eot");
  src: url("/Content/font/raleway-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/font/raleway-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
}
html {
  width: 100%;
  /*  min-width:980px;*/
  min-height: 100%;
  position: relative;
}
body {
  width: 100%;
  min-height: 100%;
  font: 14px/18px "ralewayregular", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #e2e2df;
}
a {
  color: #12295d;
  text-decoration: none;
}
a:hover {
  color: #ff9000;
}
strong {
  font-family: "ralewaysemibold", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
}
h1 {
  color: #014289;
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-family: "ralewayregular", Arial;
}

h2,
h5 {
  color: #014289;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-family: "ralewaysemibold", Arial;
  font-weight: normal;
}
h3 {
  color: #014289;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-family: "ralewayregular", Arial;
}

.h1 {
  color: #014289;
  font-size: 1.1em;
  font-weight: 400;
}
.iright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
.ileft {
  float: left;
  margin-left: 2em;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
.image-wrapper-center {
  clear: both;
  margin: 0 auto;
  display: table;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
.image-wrapper-left {
  float: left;
  clear: left;
  margin-right: 2em;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
.image-wrapper {
  float: right;
  clear: right;
  margin-left: 2em;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
.image-wrapper .caption {
  line-height: 1.5em;
  padding-top: 0.5em;
  color: #727a82;
  text-align: center;
}
.linkout {
  padding: 10px 18px 10px 18px;
  background-color: #12295d;
  color: #fff;
  float: right;
  display: block;
  background-color: #12295d;
}
.linkout::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 10px;
  height: 15px;
  margin-left: 10px;
  background: url(/Images/arrow-up.png) left bottom no-repeat;
  color: #12295d;
  float: right;
}
.linkout:hover {
  background-color: #0fa4dd;
  color: #fff;
}
.linkout:hover::after {
  background-position: left top;
}

.openAccordion {
  margin-top: 2em;
  border-bottom: 1px solid #0fa4dd;
  font-size: 1.1em;
  padding-bottom: 0.4em;
  position: relative;
  padding-left: 3em;
  color: #0fa4dd;
}
.openAccordion::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 22px;
  height: 22px;
  background: #0fa4dd url(/Images/acordeon.png) center -11px no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.openAccordion.opened::after {
  background-position: center 4px;
}

.headertop {
  margin-top: 10px;
  line-height: 1.2em !important;
}

.accordion {
  margin: 0.5em 0 0.5em 2em;
}
.accordion .openAccordion {
  border-bottom: 1px solid #ccc;
  font-size: 1em;
}
.accordion .openAccordion::after {
  background-color: #ccc;
}
.centered {
  margin: 0 auto !important;
}

p {
  margin-bottom: 1em;
  color: #424242;
}
.home {
  display: block;
  width: 164px;
  text-align: center;
  background-color: #fff;
  margin-left: 10px;
}
.home:hover::after {
  background-color: #12295d;
}
.home::after {
  content: ".";
  display: block;
  text-indent: -99999em;
  width: 152px;
  height: 2px;
  margin: 7px 6px 0;
  background-color: #0fa4dd;
}
#menubar .active::after {
  background-color: #ff9000 !important;
}

.clear {
  clear: both;
}
.centerblock {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.centerblock:after {
  content: ".";
  display: block;
  text-indent: -99999em;
  clear: both;
  line-height: 0;
}
.leftblock {
  width: 19.3%; /*190px;*/
  float: left;
}
.rightblock {
  width: 79%; /*775px;*/
  float: right;
  position: relative;
}
.tcenter {
  text-align: center;
}
.marginbottom {
  margin-bottom: 0.5em;
}

#header,
#content,
#footer {
  width: 100%;
}

#header {
  padding-top: 10px;
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #c3c3b8;
}
#header::after {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #999991;
  content: " ";
  text-indent: -99999em;
  text-align: left;
}

#menubar {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #12295d;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 15px;
  color: #12295d;
  font-family: "ralewaybold", arial;
  padding-bottom: 8px;
}
#menubar .centerblock {
  /*background-color: #fff;*/
}
#mainmenu {
  list-style: none;
  position: relative;
  min-height: 34px;
  padding-left: 5px;
  margin-left: -5px;
  background-color: #fff;
}
#mainmenu > li {
  display: block;
  width: 20%; /*152px;*/
  float: left;
  text-align: center;
  /*padding-left: 3px;  */
  background-color: #fff;
  position: relative;
}
#mainmenu > li:after {
  content: ".";
  display: block;
  text-indent: -99999em;
  width: 95%; /*146px;*/
  height: 2px;
  margin-top: 7px;
  margin-left: 2px;
  background-color: #0fa4dd;
}
#mainmenu li ul {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.5em;
  width: 100%;
  /*border-right: 1px solid #fff;
  border-left: 1px solid #c9e2ec;*/
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 99;
  list-style: none;
  overflow: hidden;
  height: 0;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
}
/*#mainmenu li:last-child ul {
  border-right: 1px solid #c9e2ec;
}*/
#mainmenu li ul::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c9e2ec;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mainmenu li ul li:first-child {
  margin-top: 10px;
}
#mainmenu li ul li {
  text-align: left;
  font-weight: normal;
}
#mainmenu li ul li a {
  color: #2048a3;
  font-family: Raleway, "ralewaymedium", Arial, Helvetica, sans-serif;
  display: block;
  padding: 0.28em 10px;
}
#mainmenu li ul li a:hover {
  color: #fff;
  background-color: #2048a3;
}
.topbanner {
  width: 100%;
  background-color: #12295d;
  height: auto;
}
.logo {
  display: block;
  width: 60%;
  height: auto;
  float: left;
  margin-top: 9px;
  margin-bottom: 9px;
}
.logo img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.topmenu {
  display: block;
  max-height: 80%;
  margin-top: 30px;
  width: 40%;
  float: right;
}

/*tr bayrak için eklendi 28/02/20*/
.leftb,
.rightb {
  float: right;
}

.rightb {
  margin-left: 30px;
  margin-top: -6px;
}

.langbutton {
  display: block;
  padding: 0 10px;
  background-color: #59698d;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-weight: 100;
  font-size: 12px;
  float: right;
}
.langbutton:hover {
  color: #59698d;
  background-color: #fff;
}

.searchbar {
  float: right;
  margin-right: 15px;
  position: relative;
  width: 130px;
}
.searchbarinput {
  width: 75px;
  height: 21px;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 0.8em;
}
.searchbutton {
  background: #0fa4dd url(/Images/bubuttons.png) -188px top no-repeat;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding-left: 15px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

#main {
  width: 100%;
  background-color: #d8d8cc;
  height: 381px;
}

#bluemenu {
  width: 100%;
  list-style: none;
}
#bluemenu li {
  display: block;
  width: 100%;
  margin-top: 3px;
  text-align: left;
}
#bluemenu li.last {
  margin-bottom: 0;
}
#bluemenu li a {
  display: block;
  background-color: #12295d;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0 18px;
  height: 73px;
}
#bluemenu li a:hover {
  background-color: #fff;
  color: #19295d;
}
#bluemenu li a .btext {
  display: table-cell;
  vertical-align: middle;
  height: 73px;
  line-height: 1.35em;
}
.bd a {
  background-color: #0ca8e1 !important;
}
.bd a:hover {
  background-color: #fff !important;
  color: #0ca8e1 !important;
}
#spot {
  width: 100%;
  height: 383px;
  margin-top: -2px;
  position: relative;
}
#spot .title {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  line-height: 1.3em;
  color: #fff;
  background: rgb(18, 41, 93);
  background: rgba(18, 41, 93, 0.9);
  font-size: 1.3em;
  float: left;
  width: auto;
  max-width: 76%;
  min-height: 44px;
  height: auto;
}
#spot .title:hover {
  color: #12295d;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}
#spot .title:hover::after {
  background-color: rgb(18, 41, 93);
  background-color: rgba(18, 41, 93, 0.9);
}
#spot .title::after {
  content: "more";
  text-indent: -99999em;
  display: block;
  background-color: rgb(255, 111, 3);
  background-color: rgba(255, 111, 3, 0.9);
  width: 60px;
  height: 100%;
  position: absolute;
  right: -63px;
  top: 0;
  background-image: url(/Images/bubuttons.png);
  background-position: -99px center;
  background-repeat: no-repeat;
}
#spot .title .ttext {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  padding: 8px 30px;
}
#announcement {
  width: 100%;
  background-color: #eaeae4;
  border-bottom: 1px solid #90939a;
}
#announcement .top {
  border-bottom: 1px solid #bfc3c9;
  padding-top: 25px;
  padding-bottom: 0.5em;
  margin-bottom: 15px;
}
.eventcalendar {
  float: right;
}
.eventcalendar::after {
  display: block;
  content: "Event Calendar";
  text-indent: -99999em;
  width: 16px;
  height: 16px;
  background: url(/Images/bubuttons.png) -161px 0 no-repeat;
  float: right;
  margin-left: 5px;
}
.listnews {
  list-style: none;
  /*height: 89px;*/
  border-bottom: 1px solid #dddbd6;
}
.listnews.announcementonly {
  height: auto;
  border-bottom: 0;
}
.listnews.bottomlist {
  border-bottom: 0;
  display: block;
  clear: left;
  margin-top: 0.7em;
}
.listnews li {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-family: "ralewaymedium", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}
.newsdate {
  font-size: 0.8em;
  color: #969ba7;
  padding-top: 5px;
}
.all {
  display: block;
  font-size: 0.9em;
  /*  float:left;*/
}
.arrow::after {
  content: "more";
  text-indent: -99999em;
  display: inline-block;
  width: 11px;
  height: 1.5em;
  background: url(/Images/bubuttons.png) -177px center no-repeat;
  margin-left: 5px;
}
.rightcorner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.leftcorner {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pbottom {
  padding-bottom: 30px;
}
.event {
  z-index: 1;
  width: 32%; /*249px;*/
  position: relative;
  float: left;
  margin-right: 2%; /*14px;*/
}
.event .event-imgcontainer {
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.event img {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event.last {
  margin-right: 0;
}
.event .content {
  clear: both;
  display: block;
  margin-top: 10px;
  font-size: 1.1em;
  color: #000;
  font-family: "ralewaymedium", Arial, Helvetica, sans-serif;
}
.event .content:hover {
  color: #ff9000;
}
.eventdate {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 90px;
  background: rgb(0, 180, 234);
  background: rgba(0, 180, 234, 0.8);
  -webkit-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 10;
  /*width: 60px;*/
  min-width: 60px;
}
.eventdate .day,
.eventdate .month {
  color: #fff;
}
.eventdate .day {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "ralewaylight";
  font-weight: 100;
  font-size: 3em;
  line-height: 1.1em;
  margin-top: 8px;
}
.eventdate .month {
  font-size: 0.8em;
  padding: 5px 8px;
  text-align: center;
}

#footer {
  width: 100%;
  background-color: #e2e2df;
}
.buttonsblock {
  background-color: #f4f4f1;
  border-bottom: 1px solid #fff;
  height: 75px;
}
.buttonsblock .button {
  background-color: #727a82;
  display: table-cell;
  vertical-align: middle;
  width: 13.42%;
  height: 45px;
  color: #fff;
  text-align: center;
  float: left;
  margin: 15px 1% 0 0;
  line-height: 1.2em;
}
.buttonsblock .button .sbutton {
  height: 45px;
  width: 250px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.buttonsblock .button:hover {
  background-color: #4a515a;
  color: #fff;
}
.buttonsblock .button::before {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 40px;
  height: 45px;
  float: left;
  background: #4a515a url(/Images/logobutton.png);
}
.buttonsblock .last {
  margin-right: 0;
}
.buttonsblock .kutuphane::before {
  background-position: 0 center;
}
.buttonsblock .bim::before {
  background-position: -40px center;
}
.buttonsblock .obikas::before {
  background-position: -80px center;
}
.buttonsblock .rehber::before {
  background-position: -120px center;
}
.buttonsblock .takvim::before {
  background-position: -160px center;
}
.buttonsblock .eposta::before {
  background-position: -200px center;
}
.buttonsblock .getem::before {
  background-position: -240px center;
}

.tl {
  line-height: 1em !important;
}
.footeracil {
  margin-top: 17px;
  margin-right: 25px;
  float: left;
}
.footereua {
  margin-top: 17px;
  float: right;
}
.footerdonate {
  margin-top: 17px;
  display: block;
  float: left;
  padding: 0 50px 0 15px;
  height: 33px;
  border: 1px solid #0fa4dd;
  line-height: 35px;
  background-color: #0fa4dd;
  color: #fff;
  position: relative;
}
.footerdonate:hover {
  color: #0fa4dd;
  background-color: #fff;
}
.footerdonate::after {
  content: ".";
  display: block;
  width: 33px;
  height: 33px;
  background: #fff url(/Images/arrowblue.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.social {
  border-bottom: 1px solid #fff;
  height: 70px;
  background-color: #f7f7f4;
}
#socialButton {
  margin-top: 18px;
  margin-left: 20px;
  cursor: pointer;
}
.socialb {
  text-align: left;
  text-decoration: none;
  text-indent: -99999em;
  background-image: url(/Images/social-icons.svg);
  background-repeat: no-repeat;
  background-color: #5a6574;
  border-radius: 50%;
  display: inline-block !important;
  overflow: hidden;
  height: 25px;
  width: 25px;
  margin: 4px 0 0 4px;
  vertical-align: middle;
}
.socialb:hover {
  opacity: 1;
}
.t {
  background-position: 0 0;
}
.f {
  background-position: -25px 0;
}
.y {
  background-position: -50px 0;
}
.l {
  background-position: -75px 0;
}
.i {
  background-position: -100px 0;
}
.info {
  height: 70px;
  border-top: 1px solid #9bb5d1;
  padding-top: 20px;
}
.bfooter {
  margin: 0 40px;
  text-align: center;
  float: left;
  height: 35px;
  line-height: 35px;
}
.makecenter {
  display: inline-block;
  /*width: 850px;*/
  margin: 0 auto;
}
.centerb {
  text-align: center;
}

#maincontent {
  width: 100%;
  background-color: #eaeae4;
  padding-bottom: 5px;
}
#maincontent .centerblock {
  background: #f2f2ef url(/Images/shadowvertical.png) left top repeat-y;
  padding-left: 2px;
  position: relative;
}
#maincontent .content {
  font: 13px/17px "ralewaymedium", Arial, Helvetica, sans-serif;
  line-height: 20px;
}
#maincontent .content a {
  color: #00adef;
}
#maincontent .content .griLink {
  /*color:#12295d;*/
  font-style: italic;
}
#maincontent .content a:hover {
  color: #ff9000;
}
#maincontent .content ul {
  /*  list-style-type: square;*/
  list-style: none !important;
  margin: 0.5em 0 1em 0;
}
#maincontent .content ul li {
  background: url(/Images/arrowlist.png) 0 9px no-repeat;
  padding: 0.3em 0 0.3em 1.5em;
}
#maincontent .content ul ul {
  margin-top: 0;
}
#maincontent .content ul ul li {
  background: url(/Images/arrowlist2.png) 0 9px no-repeat;
}
#maincontent .content ol {
  list-style-position: outside;
  margin: 1em 0 0.5em 1.5em;
}
#maincontent .content ol li {
  padding: 0.3em 0 0.3em 1.5em; /*0.3em 0 0.3em 0.5em;*/
}
#maincontent .content ol {
  list-style-type: decimal;
}
#maincontent .leftblock {
  margin-left: -26.58%; /*-190px;*/
  width: 26.58%;
}
#maincontent .rightblock {
  background: #fff url(/Images/shadowvertical.png) left top repeat-y;
  width: 79%; /*790px;*/
}
#maincontent .rightblock .content {
  /*  padding: 30px;*/
  padding: 5%;
  float: left;
  display: block;
  width: 90%; /*730px;*/
}
#maincontent .rightblock .content table {
  max-width: 100%;
  position: relative;
}
#maincontent .centerblock::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 100%;
  height: 2px;
  background: url(/Images/shadowhorizontal.png) left top repeat-x;
}
#maincontent .rightblock .content img {
  max-width: 100%;
}
.submenu {
  margin-top: 1em;
}
.submenu * {
  list-style: none;
}
.submenu li {
  margin-top: 4px;
}
.submenu li a {
  display: block;
  color: #fff;
  background-color: #12295d;
  padding: 10px 15px;
}
.submenu li a:hover {
  color: #fff;
  background-color: #0fa4dd;
}
.submenu .main > a {
  font-size: 1.2em;
  background-color: transparent;
  color: #12295d;
}
.submenu .activepath > a {
  color: #2da0cb;
  background-color: #fff;
  position: relative;
  padding-right: 35px;
}
.submenu .active > a {
  /*width: 147px;*/
  padding-right: 30px;
  /*  z-index: 2;*/
  background-color: #fff !important;
  color: #12295d !important;
  font-family: ralewaymedium, Arial, Helvetica, sans-serif;
  position: relative;
}
.submenu .active > a:hover {
  background-color: #fff;
  color: inherit;
}
.submenu .activepath > a::after,
.submenu .active > a::after {
  content: ".";
  text-indent: -99999em;
  position: absolute;
  width: 30px;
  height: 100%;
  background-image: url(/Images/menuarrow.png);
  background-repeat: no-repeat;
  top: 0;
}
.submenu .activepath > a::after {
  background-position: right center;
  right: 5px;
}
.submenu .active > a::after {
  background-position: left center;
  background-color: #fff;
  right: -2px;
}
.submenu ul li {
  width: 90%;
  margin-left: 5%;
  margin-top: 2px;
}
ul.submenu ul li.active {
  width: 95%;
}
ul.submenu ul ul {
  width: 91%;
}
ul.submenu ul li li.active {
  width: 106%;
}
.submenu ul ul li {
  width: 100%;
  margin-left: 10%;
  margin-top: 2px;
}
.submenu ul li a {
  font-size: 0.9em;
  color: #2da0cb;
  background-color: #fff;
  padding: 5px 15px;
}
ul.submenu ul li.active li {
  width: 94%;
}
.submenu ul li:last-child {
  margin-bottom: 15px;
}
.submenu ul ul li:last-child {
  margin-bottom: 0px;
}
.contentbottom {
  display: block;
  margin: 8em 0 2em;
  border-top: 1px solid #2da0cb;
  width: 100%;
  padding-top: 1em;
  font-size: 0.9em;
}
.contentbottom .update {
  color: #999;
  float: left;
}
.contentbottom .share,
.contentbottom .print {
  color: #2da0cb;
  float: right;
  margin-left: 3em;
  display: block;
}
.contentbottom .share::before,
.contentbottom .print::before {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/Images/contentbuttons.png);
  float: left;
  margin-right: 1em;
}
.contentbottom .share::before {
  background-position: 0 0;
}
.contentbottom .print::before {
  background-position: -18px 0;
}
.sub {
  border-top: 1px solid #fff;
}
#breadcrumb {
  background-color: #f5f5f2;
  padding: 10px 0;
  margin-top: 15px;
}
#breadcrumb .centerblock {
  background-color: transparent;
  line-height: 21px;
}
ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb li a {
  display: block;
  font: 13px/21px ralewayregular, Arial, Helvetica, sans-serif;
  background-color: transparent;
  position: relative;
}
ul.breadcrumb li a::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 30px;
  height: 20px;
  background: url(/Images/bcarrow.png) center no-repeat;
  float: right;
}
ul.breadcrumb li:last-child a {
  color: #9a9a9a;
}
ul.breadcrumb li:last-child a::after {
  display: none;
}

.faculty {
  display: block;
  color: #009fe3;
  padding-bottom: 0.7em;
  font-size: 1.2em;
  margin-top: 2em;
  border-bottom: 1px solid #009fe3;
  background: url(/Images/facultyweb.png) right top no-repeat;
}
.contact-button {
  display: block;
  float: left;
  margin-right: 25px;
  border-right: 2px solid #4a515a;
  background-color: #fff;
  color: #4a515a;
  height: 35px;
  margin-top: 17px;
  padding-right: 15px;
  font: 0.9em/35px ralewaymedium, Arial, Helvetica, sans-serif;
}
.contact-button:hover {
  background-color: #4a515a;
  color: #fff;
}
.contact-button::before {
  content: ".";
  display: block;
  width: 33px;
  height: 35px;
  text-indent: -99999em;
  background: #4a515a url(/Images/bubuttons.png) no-repeat;
  float: left;
  margin-right: 15px;
}
.sbcontainer {
  position: relative;
  float: left;
}
.sosyalmedya::before {
  background-position: -66px center;
}
.harita::before {
  background-position: -33px center;
}
.ulasim::before {
  background-position: 0 center;
}
.socialbuttons {
  display: block;
  position: absolute;
  top: 17px;
  left: 33px;
  background-color: #fff;
  width: 164px;
  height: 35px;
}

.flink {
  float: left;
  display: block;
  color: #114bce;
  font: 0.9em/35px ralewaybold, Arial, Helvetica, sans-serif;
}
.bilgiedinme {
  margin-right: 20px;
}
.iletisim {
  padding-left: 20px;
  border-left: 1px solid #424242;
}

.newslist {
  margin: 2em 0 !important;
}
.newslist,
.newslist li {
  list-style: none;
}
.newslist li {
  position: relative;
  padding: 5px 0 20px 160px !important;
  border-top: 2px solid #f5f5f5;
  background: none !important;
  clear: left;
}
.newslist .date {
  display: block;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-left: 2px solid #4a515a;
  color: #4a515a;
  width: 110px;
  position: relative;
  margin-left: -160px;
  margin-top: -5px;
  float: left;
}
.datefahri {
  background-color: #f5f5f5;
  border-bottom: 1px solid #4a515a;
  padding: 5px;
  color: #4a515a;
  width: 10%;
}
.contentfahri {
  padding: 5px;
  width: 65%;
  border-bottom: 1px solid #4a515a;
}
.person {
  background-color: #f5f5f5;
  border-bottom: 1px solid #4a515a;
  padding: 3px;
  color: #4a515a;
  width: 25%;
}
.newslist .date.multiline {
  margin-bottom: 15px;
}
.newslist .date.multiline .line {
  display: block;
}

#SideSearchForm {
  padding: 15px;
  background-color: #fff;
  margin-top: 15px;
}
.text-box {
  height: 15px;
  width: 90%;
  padding: 4%;
  /*background-color: #eaeae4;*/
  border: 2px solid #eaeae4;
  color: #4a515a;
  margin-bottom: 1em;
}
.lheader {
  padding: 5px 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #727a82;
}
.label {
  padding: 1em 0 0.5em;
}
.button {
  display: block;
  height: 35px;
  color: #fff;
  background-color: #727a82;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  margin: 2em auto;
}
.button span {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
  width: 250px;
}

.search {
  background-color: #0fa4dd;
}
.search::before {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  background: #4a515a url(/Images/searchlogo.png) center no-repeat;
}
fieldset {
  min-width: 10px;
}
.csearchid {
  /*width: 215px;*/
  position: relative;
  height: 17px;
  line-height: 17px;
  font: 12px/1.3em Arial, Helvetica, sans-serif;
  background: #fff url(/Images/arrow-down.png) right center no-repeat;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  color: #929191;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 5px;
  border: 1px solid #ccc;
}
#BirimText,
#TitlesText,
#PositionText {
  height: 1.1em;
  line-height: 1em;
  overflow: hidden;
  display: block;
  padding-top: 3px;
}
.csearchclass {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  border-bottom: 0px;
  z-index: 998;
  height: 0px;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.csearchclass ul li {
  cursor: pointer;
  line-height: 1.3em;
  padding: 0 2px 10px 2px;
  color: #424242;
}

.table1 {
  border-collapse: collapse;
  margin: 1em 0 2em;
}
.table1 .table1TableHeaderRow td {
  border-bottom: 1px solid #014289;
  color: #014289;
}
.table1 tr td {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 10px;
}
.bold {
  color: #014289;
}
.bold a {
  color: #12295d /*#0fa4dd*/ !important;
  font-weight: bold;
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}

/*Lisans ve Lisanüstü Kataloğu*/
.catalog {
  border-collapse: collapse;
  margin: 0 1% 1.4em;
  width: 48%;
  float: left;
  line-height: 1.4em;
}
.catalog tr td:first-child {
  background-color: #f5f5f5;
}
.catalog tr:first-child td {
  border-bottom: 1px solid #014289;
  color: #014289;
  background-color: transparent;
  text-align: center;
}
.catalog tr:first-child td:first-child {
  text-align: left;
}
.catalog tr:last-child td {
  background-color: transparent;
}
.catalog.clear {
  clear: left;
}
.catalog.noclear {
  clear: none;
}
table.catalog + p {
  clear: both;
}
.catalog tr td {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 10px;
}
.catalog tr td:first-child {
  width: 35%;
}
.catalog tr td:nth-child(2) {
  width: 57%;
}
.catalog tr td:nth-child(3) {
  text-align: center;
  width: 4%;
}
.catalog tr td:nth-child(4) {
  width: 4%;
  text-align: center;
}
.catalog tr:last-child td {
  color: #000;
  font-family: "ralewaysemibold", arial;
  border-bottom: none;
  text-align: center;
}
/*end of catalog*/

#ContactList ul li {
  list-style: none;
  display: block;
  clear: left;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding: 10px 0 0 0 !important;
}
#ContactList .contactleft {
  display: block;
  float: left;
  width: 44%;
  padding-left: 16%;
  position: relative;
}
#ContactList .contactimage {
  width: 30%;
  float: left;
  margin-left: -36%;
}
#ContactList .contactleft img {
  width: 100%;
}
#ContactList .contactright {
  width: 35%;
  float: right;
  border-left: 1px solid #f2f2f2;
  padding-left: 4%;
}
#ContactList .contactright ul,
#ContactList .contactright ul li {
  margin: 0;
  padding: 0 0 0.6em 0 !important;
  border: 0;
  background: none !important;
}
#ContactList .title {
  font-style: italic;
  margin-bottom: 0.5em;
}
#ContactList .contactname {
  font-size: 1.3em;
  color: #014289;
  font-weight: bold;
  display: block;
  line-height: 1.3em;
  margin-bottom: 1em;
}
#ContactList .unit {
  color: #12295d;
}
#ContactList .position {
  color: #464646;
}

#ContactList .email {
  color: #0fa4dd;
}

#ContactList .email::before {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 25px;
  height: 16px;
  float: left;
  background: url(/Images/mailkutu.png) center no-repeat;
}

#ContactList .phone::before {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 25px;
  height: 16px;
  float: left;
  background: url(/Images/telefonkutu.png) center no-repeat;
}

#ContactList .contactinfo ul li {
  border: 0;
  padding: 0 !important;
}

/*Search List*/
#srchlist li > a {
  font-size: 1.3em;
  color: #12295d;
  font-weight: bold;
}

#srchlist li {
  margin-bottom: 20px;
  list-style-type: none;
}

/*Galeri*/
#gallerycontainer {
  display: block;
  position: relative;
}
#gallerycontainer .thumbnailbar {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 1em;
}
#gallerycontainer .thumbnailbar .thumbnailcontainer {
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#gallerycontainer .thumbnailbar .thumbnailcontainer li.thumbnail {
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  width: 150px;
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
}
#gallerycontainer .thumbnailbar .thumbnailcontainer .imgthumbnail {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  width: 100px;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#gallerycontainer .thumbnailbar .navbutton {
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  color: #fff;
  top: 0;
  z-index: 3;
}
#gallerycontainer .thumbnailbar .navbutton.previous {
  left: 0;
}
#gallerycontainer .thumbnailbar .navbutton.next {
  right: 0;
}
#gallerycontainer .thumbnailbar .navbutton.previous::before,
#gallerycontainer .thumbnailbar .navbutton.next::before {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
#gallerycontainer .thumbnailbar .navbutton.previous::before {
  content: "<";
}
#gallerycontainer .thumbnailbar .navbutton.next::before {
  content: ">";
}

.socialarea {
  position: relative;
  margin-left: 371px;
  top: -35px;
}

#maincontent .content .searchcenter a.current {
  background-color: #727a82;
}
.nav-toggle {
  display: none;
  background: url(/Images/navbg.png) left center no-repeat;
  padding-left: 50px;
}
.drop-down-toggle {
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 8;
}

.column {
  width: 100%;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9bb5d1;
}
.column .image {
  width: 25%;
  height: 25%;
  float: left;
}
.column .info {
  width: 70%;
  float: right;
  text-align: left;
  padding-top: 0px;
  border-top: 0;
  height: auto;
}
.column .info .workinghours {
  display: block;
}
.column .title {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #12295d;
  margin-bottom: 0.4em;
}

.column .image img {
  width: 100%;
  height: auto;
}
.column .campus {
  font-size: 1em;
  color: #999;
}
.column .contactboxtel {
  margin-bottom: 0.5em;
}
.column .workinghours .week {
  color: #999;
  font-style: italic;
}
.column::after {
  content: ".";
  display: block;
  clear: both;
  position: relative;
  text-indent: -99999em;
}
.columnclub {
  width: 46%;
  margin: 0 2%;
  float: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #9bb5d1;
  height: 120px;
}
.columnclub .club.sn {
  margin-bottom: 0.5em;
  color: #0fa4dd;
}
.columnclub .club.fax::before {
  content: "faks ";
  font-style: italic;
  color: #666;
}

/*
ghostbox
*/
#bannercontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.1);
}
#bannercontainer #bannerimage {
  width: 85%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  position: relative;
  margin: auto;
}
#closeBanner {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: 0;
  color: #fff;
}
.bounedu {
  display: inline;
  padding-right: 82px;
  background: url(/Images/bounedu.jpg) right center no-repeat;
}
/*.bounedu {
  padding-right: 81px;
  background: url(/Images/bounedu.jpg) right center no-repeat;
}*/
/*
Media
*/
@media screen and (max-width: 930px) {
  #menubar .leftblock {
    display: none;
  }
  #menubar .rightblock {
    width: 100%;
  }
  .buttonsblock .button::before {
    display: none;
  }
  .buttonsblock .button {
    padding-left: 0;
    height: 45px;
  }
  .buttonsblock .button .sbutton {
    height: 45px;
  }
  .event .event-imgcontainer {
    height: 75px;
  }
  .eventdate .day {
    margin-top: 0;
  }
  .drop-down-toggle {
    display: block;
  }
  #ContactList .contactleft,
  #ContactList .contactright {
    float: none;
    width: 80%;
    padding-left: 20%;
  }
  #ContactList .contactright {
    border-left: 0;
    margin-top: 0.5em;
  }
  #ContactList .contactimage {
    width: 20%;
    margin-left: -25%;
  }
  .bfooter {
    margin: 0 20px;
  }
  .catalog {
    width: 100%;
    float: none;
  }
  #mainmenu {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #main {
    height: 320px;
  }
  #spot {
    height: 321px;
  }
  #bluemenu li a,
  #bluemenu li a .btext {
    height: 61px;
  }
  #spot .title {
    bottom: 25px;
  }
  #spot .title .ttext {
    padding: 5px 15px;
  }
  .carousel-control {
    width: 40px !important;
    height: 40px !important;
    line-height: 32px !important;
  }
  #maincontent .leftblock {
    width: 33.3%;
    margin-left: -33.3%;
  }
  #maincontent .rightblock {
    width: 75%;
  }
  .bfooter {
    float: none;
    margin: 0 auto;
    line-height: 1.4em;
    height: auto;
    padding: 0.7em;
  }
  .flink {
    display: inline-block;
    float: none;
  }
  .columnclub {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  #announcement .bottom .leftblock,
  #announcement .bottom .rightblock {
    clear: both;
    width: 100%;
  }
  #announcement .bottom .leftblock {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #bfc3c9;
  }
  #announcement .bottom .leftblock .all {
    float: none;
    display: inline-block;
  }
  #announcement .top .leftblock,
  #announcement .top .rightblock {
    width: 50%;
  }
  .contact-button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-right: 15px;
  }
  .footeracil {
    margin-right: 15px;
  }

  .socialbuttons {
    left: 0;
  }
  .contact-button::before {
    display: none;
  }

  #spot {
    height: 301px;
  }
  #main {
    height: auto;
  }
  #bluemenu li a,
  #bluemenu li a .btext {
    height: 57px;
  }
  .nav-toggle {
    display: block;
  }
  #mainmenu {
    padding: 0;
    display: none;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #12295d;
    z-index: 11;
    margin-top: 8px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.6);
  }
  #mainmenu > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #0fa4dd;
    text-align: left;
  }
  #mainmenu > li:last-child {
    border-bottom: 0;
  }
  #mainmenu > li a {
    padding: 0.5em 1em;
    display: block;
  }
  #mainmenu > li:after {
    display: none;
  }
  #mainmenu li ul {
    height: auto;
    position: relative;
    display: none;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0.6em;
  }
  #mainmenu li ul::after {
    display: none;
  }
  #mainmenu li ul li {
    margin-left: 1em;
  }
  #mainmenu li ul li:first-child {
    margin-top: 0;
  }
  .image-wrapper {
    max-width: 50%;
  }
  .image-wrapper img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .submenu li a {
    padding: 10px;
    font-size: 0.9em;
  }

  .topmenu,
  .logo {
    float: none;
    width: 100%;
  }
  .logo {
    margin-top: 30px;
  }
  .logo a {
    display: block;
    padding-top: 9px;
  }
  .topmenu {
    position: absolute;
    height: 25px;
    top: -35px;
    left: 0;
    margin-top: 0;
  }
  .searchbarinput {
    border: 1px solid #59698d;
    height: 19px;
  }
  #maincontent .rightblock .content table {
    max-width: 90%;
    overflow-x: auto;
    height: auto;
    display: block;
  }
  #maincontent .rightblock .content table tbody {
    width: auto;
  }
  /*#maincontent .rightblock .content table tr td{
    float: left;
    width: 100%;
    padding: 0;
  }*/
  #maincontent .rightblock .content table.catalog tr td {
    float: none;
    width: inherit;
    padding: 3px 5px;
  }
  .listnews {
    height: auto;
  }
  .rightb {
    margin-left: 15px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 550px) {
  .event {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
    float: none;
  }
  .event::after {
    content: "";
    clear: both;
    display: block;
  }
  .event .event-imgcontainer {
    width: 50%;
    height: 60px;
    float: left;
    /*background-image: none !important;*/
    margin-right: 1em;
  }
  .event .eventdate {
    width: 70px;
  }
  .event .content {
    clear: none;
    margin: 0;
  }
  .eventdate .day {
    font-size: 2em;
    margin-top: 3px;
  }
  #main .leftblock,
  #main .rightblock {
    width: 100%;
  }
  #main .leftblock {
    margin-bottom: 1em;
  }
  #bluemenu li a {
    font-size: 1em;
    height: auto;
    padding: 0.5em 15px;
  }
  #bluemenu li a .btext {
    height: auto;
  }
  #spot {
    height: 250px;
  }
  #spot .title {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    font-size: 1.1em;
  }
  #spot .title::after {
    display: none;
  }
  .buttonsblock {
    height: auto;
    padding-top: 10px;
  }
  .buttonsblock .button {
    width: 46%;
    margin: 0 2% 8px;
    display: block;
    height: 40px;
  }
  .buttonsblock .last {
    margin: 10px auto;
    float: none;
    clear: both;
  }
  .social {
    height: auto;
    padding-bottom: 5px;
    text-align: center;
  }
  .footereua {
    position: absolute;
    top: 0;
    right: 0;
  }
  .harita {
    clear: left;
  }
  .submenu li a,
  .submenu ul li a {
    padding: 5px;
    font-size: 1em;
  }
  .submenu .activepath > a::after,
  .submenu .active > a::after {
    display: none;
  }
  #maincontent .leftblock {
    font-size: 0.8em;
  }
  #SideSearchForm {
    padding: 5px;
  }

  .newslist .date {
    position: relative;
    margin-bottom: 0.5em;
    padding: 2px 0;
    margin-left: 0;
    margin-top: 0;
    float: none;
    border-left: 0;
    border-top: 1px solid #4a515a;
    background-color: transparent;
    width: 100%;
  }
  .newslist .date.multiline .line {
    display: inline-block;
  }
  .newslist .date.multiline .line.last::before {
    content: "- ";
  }
  .newslist li {
    padding: 0 5px 20px 0 !important;
  }
  .search::before {
    display: none;
  }
  .image-wrapper {
    max-width: 100%;
    float: none;
    margin: 0.5em 0;
  }
  .column .image {
    /*Kampus yasamı, kampus hizmetleri */
    display: none;
  }
  .column .info {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  #spot {
    height: 190px;
  }
  .carousel-control {
    width: 25px !important;
    height: 25px !important;
    line-height: 20px !important;
    font-size: 30px !important;
  }
}

@media screen and (max-width: 310px) {
  .searchbar {
    width: 140px;
  }
  .searchbarinput {
    width: 85px;
  }
  #spot {
    height: 150px;
  }
}
@media screen and (max-width: 260px) {
  .searchbar {
    display: none;
  }
}
.cke_maximized {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
#maincontent .content .linkbutton {
  padding: 10px 18px 10px 18px;
  color: #fff;
  display: block;
  background-color: #12295d;
  float: left;
}
#maincontent .content .linkbutton::after {
  content: ".";
  text-indent: -99999em;
  display: block;
  width: 13px;
  height: 9px;
  margin-left: 10px;
  margin-top: 5px;
  background: url(/Images/arrow-right.png) left bottom no-repeat;
  color: #12295d;
  float: right;
}
#maincontent .content .linkbutton:hover {
  background-color: #0fa4dd;
  color: #fff;
}
#maincontent .content .linkbutton:hover::after {
  background-position: left top;
}
.accordion {
  display: none;
}

.openAccordion {
  cursor: pointer;
}

#maincontent .content .searchcenter {
  text-align: center;
  font-size: 14px;
}

#maincontent .content .searchcenter a {
  padding: 7px 11px;
  display: inline-block;
  color: #fff;
  background-color: #0ca8e1;
  margin: 3px 0;
}

body .sp-mail {
  display: none;
}

/*
Coronavirus
event tarihini gizle
*/
