body {
  font: "Foco";
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; 
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 .ContentPage
 {
	font-size: 1rem !important;	 
 }
.ContentPage h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.ContentPage h2,h1 {
   
    color: #114D85;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	font-weight:bold;
}


.ContentPage h5 {
   
   color: #01A8BE;
    font-size: 1.1rem;
	font-weight:bold;
}

.ContentPage  h3
{
   
    color: #963C97;
    font-size: 1.3rem;
	font-weight:bold;
  
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #114d85;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

b, strong {
  font-family: "Foco-bold";
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.heightautobox {
  display: flex;
  flex-flow: wrap;
}

.pdrl0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pdl0 {
  padding-left: 0px;
}

@font-face {
  font-family: "Foco";
  src: url("../fonts/subset-Foco-Regular.woff2") format("woff2"), url("../fonts/subset-Foco-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Foco-Bold";
  src: url("../fonts/subset-Foco-Bold.woff2") format("woff2"), url("../fonts/subset-Foco-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Foco";
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4f2f1;
}
.header-logo img {
  max-width: 350px;
  width: 100%;
}
.header-logo a {
  display: flex;
  height: 100%;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.search {
  justify-content: flex-end;
}

.search button {
  height: 36px;
  padding: 0.375rem 0.85rem;
  border-radius: 0;
}

.search .icon-btn {
  background-color: rgba(162, 162, 162, 0.2);
}

.search .icon-btn i {
  font-size: 21px;
  color: #929292;
}

.search input {
  width: auto;
  text-align: center;
  height: 36px;
  border-radius: 0;
  border: 0px;
  background-color: rgba(194, 194, 194, 0.15);
  color: #a2a2a2;
  margin-right: 5px;
  font-size: 15px;
  max-width: 149px;
}

.search input:focus {
  background-color: rgba(194, 194, 194, 0.1);
  border-color: #92929252;
  outline: 0;
  color: #a2a2a2;
  box-shadow: 0 0 0 0.1rem rgba(146, 146, 146, 0.15);
}

.search input::-webkit-input-placeholder {
  color: #a2a2a2 !important;
}

.search input::-moz-placeholder {
  color: #a2a2a2 !important;
}

.search input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #a2a2a2 !important;
}

.search input:-ms-input-placeholder {
  color: #a2a2a2 !important;
}

.custom-social {
  display: inline-flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin: 0px 2px;
  text-align: center;
  color: white;
  justify-items: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.custom-social-fb {
  background-color: #3b5a99;
}

.custom-social-tw {
  background-color: #33ccff;
}

.custom-social-insta {
  background-color: #cf5994;
}

.custom-social-yt {
  background-color: #dd5b5b;
}

.nav-main {
  margin-top: 33px;
  justify-content: flex-end;
}

.navbar {
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #114d85;
  font-family: "Foco-bold";
  font-size: 19px;
}

.dropdown-menu {
  background-color: #114c84;
}

.dropdown-item {
  color: #fff;
}

footer {
  background: #114d85 url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
}

footer img {
  width: 100%;
  padding-bottom: 20px;
  max-width: 330px;
}

footer hr {
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-color: #2e84d3;
}

footer .col-sm-4 {
  justify-content: center;
  margin-bottom: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .col-sm-4:last-child {
  border-right: 0px;
}

footer a {
  color: #e4d534;
}
footer a:hover {
  color: #e4d534;
}

footer p {
  text-align: center;
  margin: 0 auto;
}

footer .footer-icon {
  width: 47px;
  padding-top: 0px;
  display: inline;
  margin-right: -5px;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin-right: 5px;
}
footer .footer-icon img {
  padding-bottom: 0px;
  max-width: 18px;
}

.footer-follow-me {
  max-width: 200px;
}

.radius-social {
  display: inline-flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin: 5px 2px;
  text-align: center;
  color: white;
  justify-items: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 25px;
}
.radius-social:hover {
  transition: all 0.3s;
  text-decoration: none;
  border-color: #e4d534;
}

.home-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/sliderbg.jpg);
  background-size: cover;
}

.slider-overlay {
  position: absolute;
  top: 0px;
  width: 40%;
  background-color: rgba(244, 244, 244, 0.7);
  height: 100%;
  padding: 20px 40px;
}
.slider-overlay__title {
  font-size: 24px;
  font-family: "Foco-bold";
  color: #114d85;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 14px;
  height: max-content;
}
.slider-overlay__title:hover {
  color: #114d85;
  text-decoration: none;
}
.slider-overlay__text {
  color: #181818;
  font-size: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-overlay__button {
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 0px;
}
.slider-overlay__button a {
  background-color: #973695;
  color: #fff;
  width: 70%;
  border-radius: 50px;
  padding: 12px 5px;
}
.slider-overlay__button a:hover {
  color: #fff;
}

.owl-carouselslider .owl-dots {
  position: absolute;
  top: 0;
  left: 15px;
}

.owl-carouselslider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #114d85;
}

.owl-carouselslider .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #114d85;
  width: 15px;
  height: 15px;
}

.congress-slider {
  background-color: #f4f4f4;
  padding: 10px 0px;
}
.congress-slider__title {
  padding: 0px 5px;
  font-size: 24px;
  color: #114d85;
  background-color: rgba(151, 54, 149, 0.1);
  text-align: center;
  margin-bottom: 20px;
}

.owl-carousel-congress .item img {
  text-align: center;
  width: 70%;
  max-width: 200px;
}

.owl-carousel-congress .item {
  text-align: -webkit-center;
  text-align: -moz-center;
}

.owl-carousel-congress .owl-dots .owl-dot.active span, .congress-slider .owl-dots .owl-dot:hover span {
  background-color: #076bae !important;
}

.owl-carousel-congress .owl-prev {
  left: 15px;
  top: 35%;
  position: absolute;
  margin: 0px !important;
}

.owl-carousel-congress .owl-prev i, .owl-next i {
  font-size: 43px !important;
  color: #606163;
}

.owl-carousel-congress .owl-nav [class*=owl-]:hover i {
  background: none;
  text-decoration: none;
}

.owl-carousel-congress .owl-nav [class*=owl-]:hover {
  background: none;
  color: #114d85;
}

.owl-carousel-congress .owl-next {
  right: 15px;
  top: 35%;
  margin: 0px !important;
  position: absolute;
}

#shortcuts img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
}

.shortcut {
  padding: 30px 0px;
  align-self: flex-end;
  text-align: center;
}
.shortcut a {
  color: #181818;
  font-size: 16px;
  display: block;
  font-weight: bold;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
}
.shortcut a:hover {
  color: #114d85;
  text-decoration: none;
}
.shortcut:last-child a {
  border: 0px;
}

.shortcut span {
  margin-top: 20px;
  display: block;
  vertical-align: bottom;
}

#shortcuts .shortcuts-bg {
  background-color: #eeeeee;
}
#shortcuts .shortcuts-bg > .row {
  justify-content: center;
}

#links {
  padding-top: 40px;
  padding-bottom: 40px;
}

.links-title {
  font-size: 30px;
  font-family: "Foco-bold";
  color: #114d85;
}

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

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  background: #fff;
  /* pick your color */
}

#news {
  margin-top: 25px;
  margin-bottom: -30px;
}

.news-title {
  padding-top: 17px;
  background-color: #eeeeee;
}

.news-title .nav {
  justify-content: center;
}

#news .nav-pills .nav-item {
  margin: 0px 7px;
}

#news .nav-pills .nav-link {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  padding: 10px 30px;
  font-size: 23px;
  background-color: #ddefff;
  color: #62686d;
}

#news .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #333231;
  background-color: #fff;
  font-family: "Foco-bold";
}

.devami {
  background-color: #e9f4ff;
  color: #515151;
  font-family: "Foco-bold";
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

.devami i {
  color: #999897;
  padding-left: 3px;
}

.duyuru {
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  width: 99%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  bottom: 0px;
}

.duyuru:hover {
  bottom: -6px;
  box-shadow: 0 6px 18px 0 rgba(135, 135, 135, 0.2);
}

.duyuru-baslik {
  color: #565656;
  font-size: 17px;
  font-family: "Foco-bold";
}

.duyuru-tarih {
  color: #b6b6b6;
  position: absolute;
  bottom: 55px;
  right: 0px;
  text-align: center;
  left: 0px;
}

.duyuru-alt {
  margin-top: 2rem;
  margin-bottom: 0rem;
  border-top: 5px solid #e3e3e3;
  width: 30%;
  border-radius: 10px;
}

.imgzoom {
  overflow: hidden;
  position: relative;
}

.duyuru .imgzoom::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 105px;
  background-size: cover;
  z-index: 5;
}

.imgzoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imgzoom:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.duyuru-link {
  text-decoration: none;
  padding-top: 50px;
  width: 100%;
}

.duyuru-link:hover {
  text-decoration: none;
  color: #076bae;
}

.duyuru-link:hover .devami {
  color: #076bae;
  background-color: #e9f4ff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-owl {
  padding: 0px;
  margin-top: 25px;
}

.duyurular-slider .owl-stage-outer, .subeler-slider .owl-stage-outer {
  padding: 0px 1px 30px;
}

.duyurular-slider .owl-stage, .duyurular-slider .owl-item, .subeler-slider .owl-stage, .subeler-slider .owl-item {
  display: flex;
  overflow: visible;
  flex-wrap: wrap;
}

.duyurular-slider .owl-prev, .subeler-slider .owl-prev {
  left: -70px;
  top: 40%;
  position: absolute;
  margin: 0px !important;
}

.duyurular-slider .owl-prev i, .duyurular-slider .owl-next i, .subeler-slider .owl-prev i, .subeler-slider .owl-next i {
  background: #ddefff;
  width: 50px;
  font-size: 40px !important;
  line-height: 50px;
  text-align: center;
  height: 50px;
  color: #6e777f;
}

.duyurular-slider .owl-nav [class*=owl-]:hover i, .subeler-slider .owl-nav [class*=owl-]:hover i {
  color: #076bae;
  text-decoration: none;
}

.duyurular-slider .owl-nav [class*=owl-]:hover, .subeler-slider .owl-nav [class*=owl-]:hover {
  background: none;
}

.duyurular-slider .owl-next, .subeler-slider .owl-next {
  right: -70px;
  top: 40%;
  margin: 0px !important;
  position: absolute;
}

.news-all-links {
  float: right;
  text-align: right;
  z-index: 9999;
}
.news-all-links a {
  color: #032547;
  font-size: 15px;
}

#events {
  background-image: url(../images/event-bg.png);
  background-size: cover;
  border-bottom: 17px solid #d0e0e7;
  padding-bottom: 20px;
  background-repeat: no-repeat;
}

.events-header {
  font-size: 30px;
  color: #114d85;
  background-position: top;
  padding-top: 100px;
}

#events hr {
  border-color: rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
}

.all-events {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  background-color: #114d85;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 25px;
  font-size: 15px;
}
.all-events:hover {
  color: #fff;
  text-decoration: none;
}

#sync1 .item {
  text-align: center;
}

.event-name {
  font-size: 22px;
  color: #ba2224;
}

.event-detail span {
  margin-top: 25px;
  color: #2f2f2f;
  display: inline-block;
  font-size: 18px;
  padding-right: 15px;
}
.event-detail span > i {
  padding-right: 10px;
}
.event-detail span > a {
  color: #377fd0;
}

#sync2 .owl-stage, #sync2 .owl-item {
  display: flex;
  overflow: visible;
  padding: 20px 15px;
  justify-content: center;
}

#sync2 .item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  background-color: #fff;
  border: solid 1px #bebebe;
  color: #114d85;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding: 0px 20px;
  cursor: pointer;
}
#sync2 .item > h1 {
  font-size: 18px;
}

.event-mounth {
  display: block;
  font-size: 16px;
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 2px;
  color: #333231;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.event-day {
  display: block;
  font-size: 50px;
  color: #114d85;
  line-height: 50px;
  font-family: "Foco-bold";
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.event-year {
  display: block;
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  color: #333231;
}

#sync2 .current .item {
  position: relative;
  border: 0px;
  border-radius: 0px;
  background: #114d85;
  color: #fff;
  transform: scale(1.2);
  -webkit-box-shadow: -2px 6px 31px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -2px 6px 31px rgba(0, 0, 0, 0.14);
  box-shadow: -2px 6px 31px rgba(0, 0, 0, 0.14);
}
#sync2 .current .item > .event-mounth {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sync2 .current .item > .event-day {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sync2 .current .item > .event-year {
  color: #fff;
}
#sync2 .current .item:after {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(17, 77, 133, 0);
  border-top-color: #114d85;
  border-width: 7px;
  margin-left: -7px;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.event-slider {
  margin-top: -5px;
  padding-left: 170px;
  padding-right: 170px;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .header-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  #main-nav {
    margin-top: 15px;
  }

  .search {
    justify-content: center;
  }

  footer .col-sm-4 {
    border-right: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .col-sm-4:last-child {
    border: 0px;
  }

  .congress-slider {
    margin-top: 20px;
  }

  .pdl0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .shortcut a {
    border-right: 0px;
  }

  .shortcut {
    padding: 15px 0px;
  }

  .slider-overlay__text, .slider-overlay__button {
    display: none;
  }

  .slider-overlay__title {
    border: 0px;
    padding-top: 30px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .slider-overlay {
    width: 50%;
  }

  #news .nav-pills .nav-link {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-main, .search {
    justify-content: center;
    margin: 10px auto 0px auto;
  }

  #shortcuts img {
    max-height: 30px;
  }

  .shortcut a {
    font-size: 13px;
  }

  .shortcut {
    padding: 15px 0px;
  }

  .congress-slider__title {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .slider-overlay__button {
    display: none;
  }

  .slider-overlay {
    padding: 10px;
    width: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1055px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .event-slider {
    padding: 0px 30px;
  }
}
@media (max-width: 1200px) {
  .duyurular-slider .owl-nav, .subeler-slider .owl-nav {
    display: none;
  }
}
.owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
/*# sourceMappingURL=lookus.css.map */


.owl-carouselslider .owl-prev{
  left: 10px;
top:40%;
  position: absolute;
  margin:0px !important;
}
.owl-carouselslider   .owl-prev i,.owl-carouselslider .owl-next i{
  background-color: rgba(129, 129, 129, 0.1);
  font-size: 33px !important;
  color:#114d85;
  padding-left: 6px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 6px;
}
.owl-carouselslider  .owl-nav [class*=owl-]:hover i {
  background: #114d85;
  color: #FFF;
  text-decoration: none;
}
.owl-carouselslider   .owl-next{
  right: 10px;
  top:40%;
  margin:0px !important;
  position: absolute;
}
.owl-carouselslider:hover  .owl-nav [class*=owl-] i  {
  background: #114d85;
  color: #FFF;
  text-decoration: none;
}
.slider-overlay__title a:hover {
text-decoration:none;
}

