/*
    Project Name  : Basin Ilan Kurumu.
    Description   : BIK Web Sitesi.
    Tested        : Chrome, Firefox, Safari, Opera, IE9+
    Version       : 1.0
*/
/*
    normalize.css v3.0.2 | MIT License
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================= */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================= */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0; }

/* Text-level semantics
   ========================= */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================= */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================= */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================= */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================= */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
* {
  -webkit-tap-highlight-color: transparent; }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, nav ul, nav ol, button, menu {
  padding: 0; }

nav ol, nav ul {
  list-style: none; }

textarea {
  resize: vertical; }

/*------------------------------------
    #BxSlider CSS
  ----------------------------------*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/* THEME */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -45px;
  width: 100%;
  left: 0; }

/* LOADER */
.bx-loading {
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "";
  z-index: 2000;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  background-image: url("../images/bx-loader.gif");
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  outline: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(0, 0, 0, 0.5); }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
  opacity: .6; }
  .bx-wrapper .bx-controls-direction a i {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/bx-controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/bx-controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../css/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  -webkit-border-radius: .1em;
          border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.svg-turkiye-haritasi {
  max-width: 860px;
  margin: 0 auto;
  text-align: center; }

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto; }

.il-isimleri {
  position: absolute;
  z-index: 2; }

.il-isimleri div {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

#svg-turkiye-haritasi .is-active-1 path { fill: #2da4db; }
  #svg-turkiye-haritasi .is-active-1 path:hover { fill: #1f97d3; }
#svg-turkiye-haritasi .is-active-2 path { fill: #2ddbc4; }
  #svg-turkiye-haritasi .is-active-2 path:hover { fill: #2ff0d6; }
#svg-turkiye-haritasi .is-active path { fill: #3c8fba; }
  #svg-turkiye-haritasi .is-active path:hover { fill: #32779b; }

#svg-turkiye-haritasi path {
  fill: #48B5CC;
  cursor: pointer; }
  #svg-turkiye-haritasi path:hover {
    fill: #2295AA; }

@font-face {
  font-family: 'Gotham Narrow Black';
  src: url("fonts/GothamNarrow-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GothamNarrow-Black.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Black.woff") format("woff"), url("fonts/GothamNarrow-Black.ttf") format("truetype"), url("fonts/GothamNarrow-Black.svg#ee32e3c45b0710c86914acbf2651aecf") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham Narrow Bold';
  src: url("fonts/GothamNarrow-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Bold.woff") format("woff"), url("fonts/GothamNarrow-Bold.ttf") format("truetype"), url("fonts/GothamNarrow-Bold.svg#6bb35632a43f11d9bb86730437c1dc0d") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Gotham Narrow Book';
  src: url("fonts/GothamNarrow-Book.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Book.woff") format("woff"), url("fonts/GothamNarrow-Book.ttf") format("truetype"), url("fonts/GothamNarrow-Book.svg#10b925c554673ed1307f253dfbf21ea0") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham Narrow Medium';
  src: url("fonts/GothamNarrow-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Medium.woff") format("woff"), url("fonts/GothamNarrow-Medium.ttf") format("truetype"), url("fonts/GothamNarrow-Medium.svg#0740f1e641366f0719a5947c02ef3aff") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham Narrow Ultra';
  src: url("fonts/GothamNarrow-Ultra.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GothamNarrow-Ultra.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Ultra.woff") format("woff"), url("fonts/GothamNarrow-Ultra.ttf") format("truetype"), url("fonts/GothamNarrow-Ultra.svg#618bc9740407ffc3e44b02f02685933e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

/*------------------------------------
  #TYPOGRAPHY
  ----------------------------------*/
html {
  color: #585858;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Gotham Narrow Medium", sans-serif;
  /* background: #01B7CD -webkit-gradient(linear, left top, left bottom, from(#3d87b3), to(#01b2c7));
  background: #01B7CD -webkit-linear-gradient(top, #3d87b3 0%, #01b2c7 100%);
  background: #01B7CD linear-gradient(to bottom, #3d87b3 0%, #01b2c7 100%); */
  background: #f0f0f0;
}

body.page-template-contact, body.page-template-subeler{
  background: #01B7CD;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Narrow Bold", sans-serif;
  font-weight: 400; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2222222222222223em; }

h5 {
  font-size: .83em; }

a {
  color: #585858;
  -webkit-transition: 0.13s;
  transition: 0.13s; }

strong, b {
  font-weight: 700; }

i, em {
  font-style: italic; }

hr {
  border-width: 0 0 1px;
  border-color: #cdcdcd; }

.no-padding {
  padding: 0 !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .no-padding-right {
    padding-right: 0 !important; }

.no-border {
  border: 0 !important; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 700; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.icon {
  width: 18px;
  height: 18px;
  color: inherit;
  margin-top: -2px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle; }

/*------------------------------------
  #GRID
  ----------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (min-width: 320px) and (max-width: 991px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 320px) and (max-width: 991px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media print {
  .post-template-default.fixed-header { padding-top: 0px !important; }
  .post-template-default > header.site-header { display: none !important; } 
  .post-template-default > div.category-selector { display: none !important; }
  .post-template-default > footer.site-footer { display: none !important; }
  .post-template-default .sharedaddy { display: none !important; }
  .post-template-default .jp-relatedposts { display: none !important; }
}

/*------------------------------------
  #FORM
  ----------------------------------*/
.button {
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  text-align: center;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-weight: 500;
  background: #84C641; }
  .button:hover {
    background: #78B638; }

/*------------------------------------
  #HEADER
  ----------------------------------*/
/*------------------------------------
  #FOOTER
  ----------------------------------*/
/*------------------------------------
    #GENERIC
  ----------------------------------*/
.container--home {
  background: #f0f0f0; }

/*------------------------------------
    #HEADER
  ----------------------------------*/
.site-header {
  width: 100%;
  height: 120px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #DCE6E8;
  background: #fff; }
  @media (min-width: 320px) and (max-width: 991px) {
    .site-header {
      height: initial;
      text-align: center;
      z-index: 4; }
      .site-header .site-logo {
        width: 100px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px; }
        .site-header .site-logo img {
          width: inherit; }
      .site-header .site-menu {
        width: 100%;
        left: 0;
        top: 100%;
        bottom: initial;
        display: none;
        padding: 15px 30px;
        position: absolute;
        text-align: initial;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d87b3), to(#01b2c7)) #01B7CD;
        background: -webkit-linear-gradient(top, #3d87b3 0, #01b2c7 100%) #01B7CD;
        background: linear-gradient(to bottom, #3d87b3 0, #01b2c7 100%) #01B7CD;
        -webkit-box-shadow: 3px 15px 25px rgba(0, 0, 0, 0.36);
                box-shadow: 3px 15px 25px rgba(0, 0, 0, 0.36); }
        .site-header .site-menu > li {
          float: none; }
        .site-header .site-menu li + li {
          margin-left: initial; }
        .site-header .site-menu li > a {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 14px;
          color: #FFF; }
          .site-header .site-menu li > a:hover {
            color: #fff;
            padding-left: 10px; }
        .site-header .site-menu .sub-menu {
          left: 0;
          top: 100%;
          width: auto;
          display: block;
          position: static; }
          .site-header .site-menu .sub-menu li a {
            display: block;
            padding: 10px 20px;
            background: none; }
            .site-header .site-menu .sub-menu li a:hover {
              padding-left: 25px;
              background: none; }
      .site-header .header-frame {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 10px; }
        .site-header .header-frame .header-date {
          width: 100%;
          font-size: 11px;
          color: #DA2128;
          text-align: center;
          height: 16px;
          line-height: 16px; }
        .site-header .header-frame .social-buttons,
        .site-header .header-frame .header-search {
          display: none; } }
  .site-header .container {
    height: inherit;
    position: relative; }

.site-logo {
  float: left;
  margin-top: 22px;
  display: block; }

  .site-logo img{
    width:100px;
  }

.header-frame {
  width: 60%;
  float: right;
  margin-top: 30px; }
  .header-frame > * {
    float: inherit;
    height: 30px;
    line-height: 30px; }

.header-search > * {
  float: left;
  outline: none; }

.header-search input {
  width: 230px;
  height: inherit;
  border: none;
  text-indent: 10px;
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 14px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  background: #D0D0D0; }
  .header-search input::-webkit-input-placeholder {
    color: #fff; }
  .header-search input::-moz-placeholder {
    color: #fff; }
  .header-search input:-moz-placeholder {
    color: #fff; }
  .header-search input:-ms-input-placeholder {
    color: #fff; }

.header-search button {
  width: 58px;
  font-size: 14px;
  color: #fff;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  background: #01B7CF; }

.header-date {
  margin-right: 10px;
  font-size: 14px;
  font-family: "Gotham Narrow Book", sans-serif;
  color: #0088AE; }

.social-buttons {
  padding-left: 0;
  list-style-type: none; }
  .social-buttons li {
    float: left;
    margin-right: 15px; }
  .social-buttons_item {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    text-align: center;
    background-color: #D0D0D0; }
    .social-buttons_item:hover {
      background: #b7b7b7;
      border-bottom: 1px solid #aaa; }
    .social-buttons_item.facebook {
      background-position: 2px -2px; }
    .social-buttons_item.twitter {
      background-position: 1px -28px; }
    .social-buttons_item.youtube {
      background-position: 2px -56px; }
    .social-buttons_item.google {
      background-position: 3px -82px; }
    .social-buttons_item.rss {
      background-position: 1px -111px; }
  .social-buttons--footer {
    margin-top: 10px;
    overflow: hidden; }

.site-menu {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  right: 15px;
  bottom: 0; }
  .site-menu > li {
    float: left;
    position: relative; }
    .site-menu > li + li {
      margin-left: 20px; }
    .site-menu > li:hover ul {
      display: block; }
    .site-menu > li.menu-item-has-children {
      padding-right: 17px; }
      .site-menu > li.menu-item-has-children > a {
        position: relative; }
        .site-menu > li.menu-item-has-children > a:after {
          position: absolute;
          content: "\f0d7";
          right: -14px;
          top: 17px;
          color: inherit;
          font: normal normal normal 14px/1 FontAwesome; }
  .site-menu > li > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #0088AE; }
    .site-menu > li > a:hover {
      color: #00607b; }
  .site-menu .sub-menu {
    left: 0;
    top: 100%;
    width: 172px;
    display: none;
    padding-left: 0;
    font-family: "Gotham Narrow Book", sans-serif;
    list-style-type: none;
    position: absolute; }
    .site-menu .sub-menu li {
      margin-bottom: 1px; }
      .site-menu .sub-menu li a {
        color: #fff;
        display: block;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background: #3AC3D5; }
        .site-menu .sub-menu li a:hover {
          background: #00a8d7; }

.mobile-nav-button {
  left: 20px;
  bottom: 32px;
  font-size: 21px;
  padding: 10px;
  cursor: pointer;
  position: absolute; }
  .nav-opened .mobile-nav-button, .mobile-nav-button:hover {
    color: #0088AE; }
  .mobile-nav-button i {
    margin-right: 5px; }
  @media (max-width: 500px) {
    .mobile-nav-button span {
      display: none; } }

.nav-opened .site-menu {
  display: block; }

.nav-opened .site-cover .bx-controls-direction {
  display: none; }

.site-cover {
  max-height: 440px;
  position: relative;
  overflow: hidden; }
  .site-cover .bx-wrapper .bx-viewport {
    min-height: 440px; }
  .site-cover .bx-wrapper .bx-pager {
    bottom: 20px; }
    .site-cover .bx-wrapper .bx-pager.bx-default-pager a {
      background: rgba(255, 255, 255, 0.5);
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      outline: 0;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .site-cover .bx-wrapper .bx-pager.bx-default-pager a:hover, .site-cover .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: rgba(255, 255, 255, 0.8); }

.bx-wrapper .bx-controls-direction a {
  color: #fff;
  line-height: 44px;
  font-size: 26px;
  text-indent: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.site-slider {
  padding-left: 0;
  list-style-type: none; }
  .site-slider-frame {
    height: 440px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.3); }
  .site-slider-content {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top; }

.site-slogan {
  top: 35%;
  right: 40%;
  width: 50%;
  color: #0088AE;
  text-align: right;
  position: absolute; }
  .site-slogan_title {
    font-size: 3em;
    line-height: 48px;
    font-weight: 400;
    font-family: "Gotham Narrow Ultra", sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); }
  .site-slogan_text {
    font-size: 1.5em;
    font-family: "Gotham Narrow Book", sans-serif; }
  @media (min-width: 320px) and (max-width: 991px) {
    .site-slogan {
      width: 100%;
      top: 43%;
      right: 0;
      text-align: center; }
      .site-slogan_title {
        font-size: 2em;
        line-height: 32px; }
      .site-slogan_text {
        font-size: 1.2em; } }

.fixed-buttons {
  top: 6.5%;
  right: 8%;
  position: absolute; }
  .fixed-buttons_item {
    display: block;
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .fixed-buttons_item img {
      -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.13s;
      transition: all 0.13s; }
      .fixed-buttons_item img:hover {
        -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
                box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2); }
  @media (min-width: 320px) and (max-width: 991px) {
    .fixed-buttons {
      display: none; }
      .fixed-buttons {
        top: 20px;
        left: 0;
        width: 100%; }
        .fixed-buttons_item {
          float: left;
          width: 33.33333333%;
          padding-left: 15px;
          padding-right: 15px;
          text-align: center; }
          .fixed-buttons_item img {
            width: 100%; } }
  @media (max-width: 500px) {
    .fixed-buttons_item {
      padding-left: 3px;
      padding-right: 3px; } }

.newspaper-section {
  overflow: hidden;
  margin-bottom: 35px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
  .newspaper-section header {
    height: 40px;
    line-height: 43px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    overflow: hidden;
    font-family: "Gotham Narrow Black", sans-serif;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#00B7CE), color-stop(40%, #008AB5));
    background: -webkit-linear-gradient(left, #00B7CE 0%, #008AB5 40%);
    background: linear-gradient(to right, #00B7CE 0%, #008AB5 40%); }
  .newspaper-section .newspaper-tabs:before, .newspaper-section .newspaper-tabs:after {
    content: "";
    display: table; }
  .newspaper-section .newspaper-tabs:after {
    clear: both; }
  .newspaper-section .newspaper-tabs_item {
    float: left;
    cursor: pointer; }
    .newspaper-section .newspaper-tabs_item + span {
      margin-left: 15px; }
    .newspaper-section .newspaper-tabs_item.right {
      float: right; }
    .newspaper-section .newspaper-tabs_item.inActive {
      font-family: "Gotham Narrow Book", sans-serif; }
    .newspaper-section .newspaper-tabs_item.isHide {
      display: none; }
  .newspaper-section .country-button {
    float: right;
    cursor: pointer;
    padding-left: 64px;
    background: url("../images/mini-map-turkey.png") 0 7px no-repeat; }
  .newspaper-section-content {
    width: 100%;
    height: 125px;
    position: relative;
    background: url("../images/paper-pattern.png");
    background-attachment: fixed; }
    .newspaper-section-content .bx-wrapper .bx-controls-direction a {
      top: 60%;
      color: #008AB5;
      opacity: 1; }
      .newspaper-section-content .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -28px; }
      .newspaper-section-content .bx-wrapper .bx-controls-direction a.bx-next {
        right: -28px; }
      .newspaper-section-content .bx-wrapper .bx-controls-direction a i {
        text-shadow: none; }
    .newspaper-section-content .tabs-content {
      display: block; }
      .newspaper-section-content .tabs-content.inActive {
        display: none; }
  .newspaper-section .newspaper-slider {
    margin-top: 25px; }
    .newspaper-section .newspaper-slider li {
      height: 125px;
      text-align: center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .newspaper-section .newspaper-slider li:hover {
        margin-top: -10px; }
      .newspaper-section .newspaper-slider li img {
        width: 160px;
        display: inline-block;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

.modules-section-title {
  color: #0088AE;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #00b6ce; }

.modules-section .modules-content {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23);
          box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23); }
  .modules-section .modules-content:hover {
    background: #EEFEFF; }
    .modules-section .modules-content:hover .title:after {
      left: 0;
      width: 100%;
      margin-left: 0; }
  .modules-section .modules-content-image img {
    width: 100%; }
  .modules-section .modules-content-detail {
    padding: 20px 15px;
    text-align: center;
    color: #58585a; }
    .modules-section .modules-content-detail > * {
      font-size: 16px; }
    .modules-section .modules-content-detail .title {
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative; }
      .modules-section .modules-content-detail .title:after {
        bottom: -3px;
        left: 50%;
        width: 80%;
        margin-left: -40%;
        height: 3px;
        content: "";
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: transparent; }
      .modules-section .modules-content-detail .title--blue:after {
        background-color: #0084c3; }
      .modules-section .modules-content-detail .title--turquoise:after {
        background-color: #69b9b9; }
      .modules-section .modules-content-detail .title--orange:after {
        background-color: #ffae27; }
      .modules-section .modules-content-detail .title--red:after {
        background-color: #e34b67; }
    .modules-section .modules-content-detail .summary {
      font-family: "Gotham Narrow Book", sans-serif; }

@media (min-width: 320px) and (max-width: 991px) {
  .modules-section-title {
    font-size: 1.8em;
    margin-bottom: 15px; }
  .modules-section .modules-content {
    margin-top: 15px; }
    .modules-section .modules-content-detail {
      min-height: 104px; }
      .modules-section .modules-content-detail > * {
        font-size: 15px; } }

.announcements-section,
.media-section {
  margin-bottom: 30px;
  background-attachment: fixed; }
  .announcements-section .announcements-frame,
  .media-section .announcements-frame {
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23);
            box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23); }
  .announcements-section .announcements-title,
  .media-section .announcements-title {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 43px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#00B7CE), to(#008AB5));
    background: -webkit-linear-gradient(left, #00B7CE 0%, #008AB5 100%);
    background: linear-gradient(to right, #00B7CE 0%, #008AB5 100%); }
    .announcements-section .announcements-title:before, .announcements-section .announcements-title:after,
    .media-section .announcements-title:before,
    .media-section .announcements-title:after {
      content: "";
      display: table; }
    .announcements-section .announcements-title:after,
    .media-section .announcements-title:after {
      clear: both; }
    .announcements-section .announcements-title > *,
    .media-section .announcements-title > * {
      color: #fff;
      font-weight: 400; }
    .announcements-section .announcements-title h1,
    .media-section .announcements-title h1 {
      float: left;
      font-size: 20px;
      font-family: "Gotham Narrow Black", sans-serif; }
    .announcements-section .announcements-title a,
    .media-section .announcements-title a {
      float: right;
      font-size: 16px;
      font-family: "Gotham Narrow Book", sans-serif; }
  .announcements-section .announcements-search,
  .media-section .announcements-search {
    float: right;
    margin-left: 22px;
    position: relative;
    cursor: pointer; }
    .announcements-section .announcements-search:after,
    .media-section .announcements-search:after {
      width: 1px;
      top: 12px;
      left: -12px;
      height: 20px;
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute; }
  .announcements-section .announcements-content,
  .media-section .announcements-content {
    padding: 13px 20px; }
    .announcements-section .announcements-content .news-list,
    .media-section .announcements-content .news-list {
      padding-left: 0;
      list-style-type: none;
      max-height: 280px;
      overflow-x: hidden; }
      .announcements-section .announcements-content .news-list li + li,
      .media-section .announcements-content .news-list li + li {
        margin-top: 20px; }
      .announcements-section .announcements-content .news-list li a,
      .media-section .announcements-content .news-list li a {
        width: 100%;
        display: table; }
        .announcements-section .announcements-content .news-list li a > *,
        .media-section .announcements-content .news-list li a > * {
          display: table-cell;
          vertical-align: middle; }
      .announcements-section .announcements-content .news-list-date,
      .media-section .announcements-content .news-list-date {
        width: 70px;
        float: left;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 5px solid #0088b3; }
        .announcements-section .announcements-content .news-list-date > *,
        .media-section .announcements-content .news-list-date > * {
          display: block;
          text-align: center; }
        .announcements-section .announcements-content .news-list-date_day,
        .media-section .announcements-content .news-list-date_day {
          font-size: 46px;
          line-height: 46px;
          font-family: "Gotham Narrow Black", sans-serif; }
        .announcements-section .announcements-content .news-list-date_month,
        .media-section .announcements-content .news-list-date_month {
          font-size: 14px;
          line-height: 8px;
          font-family: "Gotham Narrow Book", sans-serif; }
      .announcements-section .announcements-content .news-list-summary,
      .media-section .announcements-content .news-list-summary {
        width: 100%;
        display: block;
        padding-top: 5px;
        font-family: "Gotham Narrow Book", sans-serif; }
    .announcements-section .announcements-content .announcements-list,
    .media-section .announcements-content .announcements-list {
      padding-left: 0;
      list-style-type: none;
      max-height: 344px;
      overflow-x: hidden; }
      .announcements-section .announcements-content .announcements-list li + li,
      .media-section .announcements-content .announcements-list li + li {
        margin-top: 10px; }
      .announcements-section .announcements-content .announcements-list li a,
      .media-section .announcements-content .announcements-list li a {
        width: 100%;
        display: table;
        font-family: "Gotham Narrow Book", sans-serif;
        border-bottom: 1px solid #0088b3; }
        .announcements-section .announcements-content .announcements-list li a > *,
        .media-section .announcements-content .announcements-list li a > * {
          display: table-cell;
          vertical-align: middle; }
      .announcements-section .announcements-content .announcements-list-image,
      .media-section .announcements-content .announcements-list-image {
        float: left; }
        .announcements-section .announcements-content .announcements-list-image img,
        .media-section .announcements-content .announcements-list-image img {
          width: 120px;
          height: 77px;
          padding-right: 10px;
          margin-right: 10px; }
      .announcements-section .announcements-content .announcements-list-summary,
      .media-section .announcements-content .announcements-list-summary {
        width: 100%; }

.media-section {
  margin-top: 30px; }
  .media-section .media-gallery {
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23);
            box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23); }
    .media-section .media-gallery-search {
      float: left;
      margin-left: 22px;
      position: relative;
      cursor: pointer; }
      .media-section .media-gallery-search:after {
        width: 1px;
        top: 12px;
        left: -12px;
        height: 20px;
        content: '';
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute; }
    .media-section .media-gallery-header {
      height: 40px;
      line-height: 40px;
      color: #fff;
      overflow: hidden;
      background-image: url("../images/webtv-icon.png"), -webkit-gradient(linear, left top, right top, from(#00B7CE), to(#008AB5));
      background-image: url("../images/webtv-icon.png"), -webkit-linear-gradient(left, #00B7CE 0%, #008AB5 100%);
      background-image: url("../images/webtv-icon.png"), linear-gradient(to right, #00B7CE 0%, #008AB5 100%);
      background-position: center right 4px, center center;
      background-repeat: no-repeat; }
      .media-section .media-gallery-header:before, .media-section .media-gallery-header:after {
        content: "";
        display: table; }
      .media-section .media-gallery-header:after {
        clear: both; }
      @media (min-width: 320px) and (max-width: 991px) {
        .media-section .media-gallery-header {
          background-image: -webkit-gradient(linear, left top, right top, from(#00B7CE), to(#008AB5));
          background-image: -webkit-linear-gradient(left, #00B7CE 0%, #008AB5 100%);
          background-image: linear-gradient(to right, #00B7CE 0%, #008AB5 100%);
          background-position: center center; } }
      .media-section .media-gallery-header_tab {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 46px;
        font-size: 18px;
        cursor: pointer;
        font-family: "Gotham Narrow Book", sans-serif;
        display: inline-block; }
        .media-section .media-gallery-header_tab:not(.isActive):hover {
          opacity: .9; }
        .media-section .media-gallery-header_tab.isActive {
          color: #00a7c5;
          background-color: #fff;
          -webkit-border-top-left-radius: 10px;
                  border-top-left-radius: 10px;
          -webkit-border-top-right-radius: 10px;
                  border-top-right-radius: 10px;
          font-family: "Gotham Narrow Bold", sans-serif; }
    .media-section .media-gallery-content {
      padding: 10px; }
      .media-section .media-gallery-content .video-box-image {
        width: 100%;
        height: 268px;
        display: block;
        position: relative; }
        .media-section .media-gallery-content .video-box-image img {
          width: inherit;
          height: inherit; }
      .media-section .media-gallery-content .video-box-description {
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        height: 57px;
        font-size: 20px;
        line-height: 57px;
        overflow: hidden;
        background: rgba(0, 150, 187, 0.5);
        position: absolute; }
        .media-section .media-gallery-content .video-box-description .icon {
          float: left;
          width: 60px;
          height: inherit;
          margin-right: 15px;
          display: block;
          margin-top: initial;
          text-align: center;
          background: rgba(0, 150, 187, 0.3); }
          .media-section .media-gallery-content .video-box-description .icon i {
            font-size: 40px;
            line-height: inherit; }
            .media-section .media-gallery-content .video-box-description .icon i.small {
              font-size: 30px; }
      .media-section .media-gallery-content .video-box-thumbnail {
        margin-top: 10px; }
        .media-section .media-gallery-content .video-box-thumbnail:before, .media-section .media-gallery-content .video-box-thumbnail:after {
          content: "";
          display: table; }
        .media-section .media-gallery-content .video-box-thumbnail:after {
          clear: both; }
        .media-section .media-gallery-content .video-box-thumbnail .row {
          margin-left: -5px;
          margin-right: -5px; }
          .media-section .media-gallery-content .video-box-thumbnail .row .col-md-2,
          .media-section .media-gallery-content .video-box-thumbnail .row .col-xs-2 {
            width: 20%;
            padding-right: 5px;
            padding-left: 5px; }
        .media-section .media-gallery-content .video-box-thumbnail-item {
          width: 100%;
          display: block; }
          .media-section .media-gallery-content .video-box-thumbnail-item:hover, .media-section .media-gallery-content .video-box-thumbnail-item.isActive {
            position: relative; }
            .media-section .media-gallery-content .video-box-thumbnail-item:hover:after, .media-section .media-gallery-content .video-box-thumbnail-item.isActive:after {
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              content: "";
              position: absolute;
              -webkit-box-shadow: inset 0 0 0 3px #69a8ac;
                      box-shadow: inset 0 0 0 3px #69a8ac; }
          .media-section .media-gallery-content .video-box-thumbnail-item img {
            width: 100%;
            height: 70px; }

.media-box-image {
  width: 100%;
  height: 295px;
  position: relative; }
  .media-box-image img {
    width: inherit;
    height: inherit; }
  .media-box-image:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, transparent 0, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.media-box-description {
  left: 0;
  bottom: 20px;
  font-size: 28px;
  color: #fff;
  z-index: 2;
  line-height: 30px;
  padding-left: 40px;
  position: absolute; }
  .media-box-description:before {
    left: 0;
    bottom: 50%;
    width: 10px;
    height: 46px;
    content: '';
    position: absolute;
    margin-bottom: -23px;
    border: solid transparent;
    border-color: rgba(224, 185, 41, 0);
    border-left-color: #00B7CE;
    border-width: 23px; }

.media-box-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden; }
  .media-box-thumbnails-item {
    float: left;
    width: 100px;
    height: 54px;
    cursor: pointer;
    margin-left: 9.2px; }
    .media-box-thumbnails-item:hover, .media-box-thumbnails-item.isActive {
      opacity: 0.8; }

.media-pager {
  float: right;
  height: inherit;
  padding-left: 0;
  margin-right: 20px;
  list-style-type: none; }
  .media-pager li {
    float: left; }
  .media-pager_item {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 40px;
    position: relative; }
    .media-pager_item:hover {
      color: #fff; }
    .media-pager_item.isActive:after {
      bottom: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(224, 185, 41, 0);
      border-bottom-color: #fff;
      border-width: 7px;
      margin-left: -7px; }

.magazine-section {
  padding-bottom: 30px; }
  .magazine-section .holiday-module {
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23);
            box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23); }
    .magazine-section .holiday-module-header {
      height: 110px;
      line-height: 110px;
      padding-left: 30px;
      padding-right: 30px;
      background: #fff; }
      .magazine-section .holiday-module-header_tab {
        float: right;
        padding-left: 0;
        list-style-type: none; }
        .magazine-section .holiday-module-header_tab li {
          float: left; }
          .magazine-section .holiday-module-header_tab li + li {
            margin-left: 30px; }
          .magazine-section .holiday-module-header_tab li a {
            color: #0088b3;
            font-family: "Gotham Narrow Medium", sans-serif; }
            .magazine-section .holiday-module-header_tab li a:hover, .magazine-section .holiday-module-header_tab li a.isActive {
              padding-bottom: 3px;
              border-bottom: 2px solid #4ACCDC; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .magazine-section .holiday-module-header_logo {
          width: 120px; } }
      @media (min-width: 320px) and (max-width: 991px) {
        .magazine-section .holiday-module-header {
          height: 80px;
          line-height: 80px; }
          .magazine-section .holiday-module-header_logo {
            display: none !important; }
          .magazine-section .holiday-module-header_tab {
            float: left; }
            .magazine-section .holiday-module-header_tab li + li {
              margin-left: 12px; }
            .magazine-section .holiday-module-header_tab a {
              font-size: 12px; } }
    .magazine-section .holiday-module-content {
      height: 270px;
      position: relative; }
      .magazine-section .holiday-module-content_image {
        width: 100%;
        height: 100%; }
      .magazine-section .holiday-module-content_detail {
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        color: #fff;
        padding: 20px 30px;
        position: absolute;
        background: rgba(0, 137, 179, 0.75); }
        .magazine-section .holiday-module-content_detail h3 {
          font-size: 22px;
          line-height: 22px;
          margin-bottom: 8px; }
        .magazine-section .holiday-module-content_detail h4 {
          margin-bottom: 8px; }
        .magazine-section .holiday-module-content_detail span {
          font-size: 14px;
          line-height: 21px;
          display: block;
          overflow-y: auto;
          max-height: 200px; }
        @media (min-width: 320px) and (max-width: 991px) {
          .magazine-section .holiday-module-content_detail {
            width: 100%;
            background: rgba(0, 137, 179, 0.55); } }
      .magazine-section .holiday-module-content .holiday-tab-content {
        height: inherit; }
        .magazine-section .holiday-module-content .holiday-tab-content.isHide {
          display: none; }
      .magazine-section .holiday-module-content .price-table {
        width: 94%;
        background: rgba(255, 255, 255, 0.85);
        color: #004E67;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        overflow: hidden;
        font-size: 13px;
        margin-bottom: 15px; }
        .magazine-section .holiday-module-content .price-table td {
          padding: 4px 10px;
          border-bottom: 1px solid #0b5677;
          font-family: "Gotham Narrow Medium", sans-serif; }
        .magazine-section .holiday-module-content .price-table b {
          font-family: "Gotham Narrow Bold", sans-serif; }
  .magazine-section .magazine-module {
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23);
            box-shadow: 0 10px 15px rgba(139, 139, 139, 0.23); }
    .magazine-section .magazine-module-title {
      height: 42px;
      line-height: 45px;
      background: #fff; }
      .magazine-section .magazine-module-title h1 {
        color: #0088b3;
        font-size: 22px; }
    .magazine-section .magazine-module-content {
      height: 340px;
      padding-top: 50px;
      position: relative;
      -webkit-box-shadow: inset 0 22px 37px rgba(0, 0, 0, 0.15);
              box-shadow: inset 0 22px 37px rgba(0, 0, 0, 0.15);
      background: #0088b3; }
    .magazine-section .magazine-module-slider {
      padding-left: 0;
      list-style-type: none; }
      .magazine-section .magazine-module-slider img {
        display: inline-block; }

@media (min-width: 320px) and (max-width: 991px) {
  .holiday-module,
  .announcements-frame.primary {
    margin-bottom: 30px; }
  .announcements-frame.local-news {
    margin-top: 30px;
    margin-botom: 0; } }

.main-content--detail .page-row {
  width: 100%;
  display: table; }

.main-content--detail .sidebar {
  width: 25%;
  padding: 30px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4; }
  .main-content--detail .sidebar:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    -webkit-box-shadow: -2px 0 35px rgba(0, 0, 0, 0.09);
            box-shadow: -2px 0 35px rgba(0, 0, 0, 0.09); }
  .main-content--detail .sidebar-menu {
    margin-bottom: 30px; }
    .main-content--detail .sidebar-menu-title {
      font-size: 15px;
      color: #0088b3; }
    .main-content--detail .sidebar-menu-list > li {
      cursor: pointer;
      margin-bottom: 10px; }
      .main-content--detail .sidebar-menu-list > li > a:hover {
        color: #00607b !important; }
      .main-content--detail .sidebar-menu-list > li.menu-item-has-children > a {
        position: relative; }
        .main-content--detail .sidebar-menu-list > li.menu-item-has-children > a:after {
          right: -20px;
          color: inherit;
          content: "\f0d7";
          position: absolute;
          font: normal normal normal 17px/1.4 FontAwesome; }
    .main-content--detail .sidebar-menu-list, .main-content--detail .sidebar-menu-list ul {
      padding-left: 0;
      list-style-type: none; }
    .main-content--detail .sidebar-menu-list ul {
      margin-left: 10px;
      margin-bottom: 20px; }
    .main-content--detail .sidebar-menu-list > li > a {
      font-size: 15px;
      color: #0088b3; }
    .main-content--detail .sidebar-menu-list li > ul > li > a {
      color: #0088b3;
      font-size: 14px;
      font-family: "Gotham Narrow Book",sans-serif; }
      .main-content--detail .sidebar-menu-list li > ul > li > a:hover {
        color: #006180; }
    .main-content--detail .sidebar-menu-list .menu-item-has-children > a {
      color: #0088B3 !important;
      font-family: "Gotham Narrow Medium",sans-serif !important;
      font-size: 15px !important;
      margin-top: 10px !important; }
    .main-content--detail .sidebar-menu-list .menu-item-has-children {
      display: block;
      margin-top: 10px; }
    .main-content--detail .sidebar-menu-list .menu-item-has-children ul {
      margin-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .main-content--detail .sidebar {
      display: none; } }

.main-content--detail .content {
  padding: 30px;
  color: #646464;
  display: table-cell;
  vertical-align: top;
  background-color: #f0f0f0; }
  .main-content--detail .content h1, .main-content--detail .content h2 {
    margin-bottom: 15px; }
  .main-content--detail .content h3 {
    margin-bottom: 10px; }
  .main-content--detail .content .row {
    margin-bottom: 30px; }
  .single-post .main-content--detail .content img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .main-content--detail .content p {
    margin-bottom: 30px;
    font-family: "Gotham Narrow Book", sans-serif; }
    .main-content--detail .content p strong, .main-content--detail .content p b {
      font-weight: 400;
      font-family: "Gotham Narrow Bold", sans-serif; }
  .main-content--detail .content-share {
    height: 62px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .main-content--detail .content-share .google-share-button {
      display: inline-block; }
      .main-content--detail .content-share .google-share-button > div {
        vertical-align: middle !important;
        margin-top: -3px !important; }
    .main-content--detail .content-share .fb-share-button {
      margin-left: 14px;
      margin-right: 14px;
      display: inline-block; }
      .main-content--detail .content-share .fb-share-button.fb_iframe_widget iframe {
        vertical-align: middle;
        margin-top: -2px; }
    .main-content--detail .content-share .twitter-share-button {
      margin-top: -2px !important;
      vertical-align: middle !important; }
    .main-content--detail .content-share .linkedin-share-button {
      margin-left: 14px;
      display: inline-block;
      vertical-align: middle; }
      .main-content--detail .content-share .linkedin-share-button span {
        vertical-align: middle !important; }

.main-content--onepage {
  min-height: 500px; }

.main-content .table-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px; }
  .main-content .table-list-title-frame .section-title {
    color: #fff;
    padding: 5px 10px;
    background: #01B7CD; }
  .main-content .table-list-title-frame .table-title {
    background: rgba(1, 183, 205, 0.42);
    color: #037F8E; }
    .main-content .table-list-title-frame .table-title:before, .main-content .table-list-title-frame .table-title:after {
      content: "";
      display: table; }
    .main-content .table-list-title-frame .table-title:after {
      clear: both; }
    .main-content .table-list-title-frame .table-title > span {
      display: block;
      float: left;
      width: 33.333333%;
      padding-left: 10px;
      font-size: 14px; }
      .main-content .table-list-title-frame .table-title > span + span {
        border-left: 1px solid #01B7CD; }
  .main-content .table-list-content {
    margin-top: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px #E2E2E2;
            box-shadow: 0 1px 1px #E2E2E2; }
    .main-content .table-list-content:before, .main-content .table-list-content:after {
      content: "";
      display: table; }
    .main-content .table-list-content:after {
      clear: both; }
    .main-content .table-list-content > div {
      float: left;
      width: 33.333333%;
      height: 72px;
      line-height: 72px;
      overflow: hidden;
      font-size: 14px; }
    .main-content .table-list-content div + div {
      border-left: 1px solid #ddd;
      padding-left: 10px; }
    .main-content .table-list-content img {
      width: 54px;
      margin-right: 5px; }
    .main-content .table-list-content-basic > div {
      padding-left: 10px; }

.main-content .member-box {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.035);
          box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.035); }
  .main-content .member-box img {
    width: 100%;
    height: 255px;
    -webkit-filter: url("../images/filters.svg#grayscale");
    filter: url("../images/filters.svg#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1); }
  .main-content .member-box-title {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background: #0088b3;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .main-content .member-box-title--secondary {
      font-size: 14px;
      background: #00b7ce; }
  .main-content .member-box-desc {
    font-size: 12px;
    padding: 5px 20px; }
  .main-content .member-box:hover img {
    filter: none;
    -webkit-filter: grayscale(0); }
  .main-content .member-box--secondary img {
    height: auto; }
  .main-content .member-box--detail {
    color: #0088b3;
    text-align: initial;
    padding: 30px; }
    .main-content .member-box--detail img {
      width: 245px;
      height: auto;
      -webkit-filter: none;
              filter: none;
      margin-right: 30px; }
    .main-content .member-box--detail .member-box-title {
      color: inherit;
      font-size: 36px;
      background: none; }

.full-row {
  padding: 30px 0; }

.shadow-offset {
  -webkit-box-shadow: 0 13px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0 13px 26px rgba(0, 0, 0, 0.1); }

.shadow-inset {
  -webkit-box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.25); }

.contact-map {
  height: 390px;
  overflow: hidden; }
  .contact-map iframe {
    pointer-events: none; }

.contact-info {
  color: #fff;
  text-align: center; }
  .contact-info-address {
    font-size: 18px;
    font-family: "Gotham Narrow Book", sans-serif; }
  .contact-info-number {
    font-size: 20px; }
  .contact-info b {
    font-family: "Gotham Narrow Bold", sans-serif; }
  .contact-info span,
  .contact-info a {
    color: #fff;
    font-family: "Gotham Narrow Book", sans-serif; }
  .contact-info h1 {
    font-size: 30px; }

.branches-map {
  width: 100%;
  color: #fff;
  background-color: #595959; }
  .branches-map h1 {
    text-align: center;
    padding-top: 15px; }
  .branches-map--home {
    display: none; }
    .branches-map--home.isActive {
      display: block; }

.branches-content {
  display: none; }
  .branches-content.isDefault {
    display: block; }
  .branches-content .contact-info {
    margin-bottom: 30px; }
    .branches-content .contact-info h2 {
      padding: 5px 0;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
      margin-bottom: 20px; }

.news-slider-wrapper {
  width: 800px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .news-slider-wrapper .bx-wrapper .bx-viewport {
    min-height: 500px; }
  .news-slider-wrapper .bx-wrapper .bx-pager {
    bottom: 12px; }
    .news-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
      background: rgba(255, 255, 255, 0.5);
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      outline: 0;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
      .news-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .news-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: rgba(255, 255, 255, 0.8); }

.news-slider {
  width: 100%;
  padding-left: 0;
  list-style-type: none; }
  .news-slider-frame {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .news-slider-content {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    padding: 20px 30px 25px;
    background: rgba(0, 0, 0, 0.5); }

.news-box {
  margin-bottom: 30px;
  display: block; }
  .news-box:hover .news-box-title {
    color: #007495; }
  .news-box-image img {
    height: 185px;
    object-fit: cover;
    width: 100%; }
  .news-box-title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 5px !important;
    color: #0088AE; }
  .news-box-summary {
    font-family: "Gotham Narrow Book", sans-serif; }
  .news-box--detail .news-box-title {
    font-size: 18px; }

.image-detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 5px; }

.newspaper-list {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 30px;
  list-style-type: none;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
  .newspaper-list li {
    width: 200px;
    height: 300px;
    text-align: center;
    margin: 5px;
    display: inline-block;
  }
    .newspaper-list li .newspaper-list-item div.img-container {
      height: 270px;
      width: 200px;
      padding: 5px;
      -webkit-box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 1px 6px 15px 0px rgba(0, 0, 0, 0.13);
      transition: box-shadow 0.3s ease-in-out;
      background: #fff;
      display: table-cell;
      vertical-align: middle;
    }
    .newspaper-list li .newspaper-list-item div.img-container img {
      max-height: 260px;
      max-width: 190px;
      background: #fff;
    }
    .newspaper-list li span.description {
      height: 25px;
      padding-top: 5px;
      float: left;
      width: 100%;
      font-size: 90%;
    }
  .newspaper-list-item {
    display: block;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
    .newspaper-list li:hover img {
      -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.13);
    }

.bordered-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

.fixed-arrow {
  width: 55px;
  display: none;
  height: 70px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.09);
  font-size: 14px;
  text-align: center;
  padding: 0 4px;
  top: 50%;
  margin-top: -35px;
  background: #FAFAFA;
  position: fixed; }
  .fixed-arrow:hover {
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22); }
  .fixed-arrow.prev {
    left: 0;
    -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px; }
  .fixed-arrow.next {
    right: 0;
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px; }
  .fixed-arrow i {
    width: 100%;
    font-size: 15px;
    margin-top: 19px; }

.notice-frame {
  padding-left: 0;
  list-style-type: none; }

.notice-post {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #DADADA; }
  .notice-post h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px !important;
    text-transform: uppercase; }
    .notice-post h2 i {
      color: #0088AE;
      margin-right: 10px; }
    .notice-post h2 a:hover {
      color: #0088AE; }
  .notice-post span {
    color: #666;
    font-size: 14px;
    padding-left: 33px; }

.slider-download-frame {
  width: 322px;
  left: -349px;
  bottom: 25px;
  position: absolute;
  color: #004860; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .slider-download-frame {
      left: -274px;
      width: 240px; } }
  @media (min-width: 320px) and (max-width: 991px) {
    .slider-download-frame {
      width: 90%;
      margin-top: 10px;
      position: static; } }

.slider-download-title {
  padding: 6px 25px 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  border-top: 2px solid #2a7386;
  font-family: "Gotham Narrow Bold", sans-serif;
  font-size: 17px; }

.slider-download-content {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }
  .slider-download-content:before, .slider-download-content:after {
    content: "";
    display: table; }
  .slider-download-content:after {
    clear: both; }
  .slider-download-content .download-logo {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    background: url("../images/download-logo.png") top center no-repeat; }
  .slider-download-content .text {
    width: 200px;
    float: left;
    font-size: 12px; }
    @media (min-width: 320px) and (max-width: 991px) {
      .slider-download-content .text {
        width: auto;
        float: none; } }
    .slider-download-content .text span {
      display: block;
      border-bottom: 1px solid #ACC4CC;
      padding-bottom: 2px;
      line-height: 15px;
      font-family: "Gotham Narrow Bold", sans-serif; }
  .slider-download-content .download-icon {
    margin-top: 10px; }
    .slider-download-content .download-icon-item {
      float: left;
      height: 26px;
      line-height: 29px;
      display: block;
      background: url("../images/download-icon.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-left: 28px; }
      .slider-download-content .download-icon-item + a {
        margin-left: 20px; }
      .slider-download-content .download-icon-item.pdf {
        color: #df2f38;
        background-position: 0 -115px; }
      .slider-download-content .download-icon-item.xls {
        color: #4b8b12;
        background-position: 0 -55px; }
      .slider-download-content .download-icon-item.jpg {
        color: #004860; }
      .slider-download-content .download-icon-item:hover {
        text-decoration: underline; }

.news-section {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .news-section {
      margin-top: 0; }
      .news-section .col-md-8,
      .news-section .col-md-4 {
        padding: 0; } }

.news-tabs-menu {
  height: 40px;
  line-height: 40px;
  background: #3188B4;
  border-bottom: 2px solid #eecf10;
  z-index: 3;
  position: relative; }
  @media (min-width: 320px) and (max-width: 991px) {
    .news-tabs-menu {
      height: initial; } }

.news-tabs-item {
  float: left;
  color: #fff;
  width: 11.9%;
  text-align: center;
  cursor: pointer;
  font-family: "Gotham Narrow Medium", sans-serif; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-tabs-item {
      height: 40px; }
      .news-tabs-item:nth-last-child(3) {
        width: 18%; } }
  @media (min-width: 320px) and (max-width: 991px) {
    .news-tabs-item {
      width: 33.3333% !important;
      border-right: 1px solid #5AA0C3;
      border-bottom: 1px solid #5AA0C3; }
      .news-tabs-item.isActive {
        background: rgba(255, 255, 255, 0.2); }
        .news-tabs-item.isActive:after {
          display: none; } }
  .news-tabs-item:hover, .news-tabs-item.isActive {
    font-family: "Gotham Narrow Black", sans-serif; }
  .news-tabs-item.isActive {
    position: relative; }
    .news-tabs-item.isActive:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(224, 185, 41, 0);
      border-top-color: #ffd32f;
      border-width: 12px;
      margin-left: -12px; }
  .news-tabs-item:nth-last-child(1) {
    width: 8%; }
  .news-tabs-item:nth-last-child(2) {
    width: 15%; }
  .news-tabs-item:nth-last-child(3) {
    width: 20%; }
  .news-tabs-item:nth-last-child(4), .news-tabs-item:nth-last-child(5) {
    width: 10%; }

.news-archive-menu {
  font-size: 17px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .news-archive-menu {
      position: absolute;
      /* bottom: -382px; */
      bottom: -318px;
      width: 100%; } }
  .news-archive-menu:after {
    top: 0;
    left: 0;
    width: 1170px;
    height: 38px;
    content: "";
    z-index: -1;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#00adc7), color-stop(30%, #0089b4));
    background: -webkit-linear-gradient(left, #00adc7 0%, #0089b4 30%);
    background: linear-gradient(to right, #00adc7 0%, #0089b4 30%); }

.news-archive-title {
  float: left;
  color: #fff;
  padding-left: 15px;
  font-family: "Gotham Narrow Black", sans-serif; }

.news-archive-search {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-right: 10px; }
  .news-archive-search i {
    float: right;
    margin-left: 22px;
    line-height: 40px;
    cursor: pointer;
    position: relative; }
    .news-archive-search i:after {
      width: 1px;
      top: 10px;
      left: -12px;
      height: 20px;
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute; }

.news-archive-pager {
  float: right;
  padding-left: 0;
  margin-right: 20px;
  list-style-type: none; }
  .news-archive-pager li {
    float: left; }
  .news-archive-pager_item {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    position: relative; }
    .news-archive-pager_item:hover {
      color: #fff; }
    .news-archive-pager_item.isActive:after {
      top: 11px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(224, 185, 41, 0);
      border-bottom-color: #fff;
      border-width: 7px;
      margin-left: -7px; }

.news-archive-module {
  background: #fff;
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .news-archive-module {
      margin-top: 35px; } }
  .news-archive-module-content.isHide {
    display: none; }
  .news-archive-module-list {
    margin-top: 12px;
    border-bottom: 2px solid #00adc7; }
    .news-archive-module-list-frame {
      list-style-type: none;
      padding-left: 10px;
      padding-right: 15px;
      height: 480px; }
      .news-archive-module-list-frame:before, .news-archive-module-list-frame:after {
        content: "";
        display: table; }
      .news-archive-module-list-frame:after {
        clear: both; }
      @media (min-width: 320px) and (max-width: 991px) {
        .news-archive-module-list-frame {
          height: auto;
          padding-bottom: 10px; } }
    .news-archive-module-list:hover span {
      color: #00adc7; }
    .news-archive-module-list img {
      float: left;
      width: 120px;
      height: 80px;
      margin-right: 20px; }
    .news-archive-module-list div {
      height: 80px;
      display: table; }
      .news-archive-module-list div span {
        display: table-cell;
        vertical-align: middle;
        color: #575757;
        line-height: 1.3; }

.news-module {
  overflow: hidden; }
  .news-module-content {
    height: 480px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px; }
    @media (min-width: 320px) and (max-width: 991px) {
      .news-module-content {
        -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0; } }
    .news-module-content .news-tab-content {
      top: 0;
      left: 0;
      width: 100%;
      height: inherit;
      position: absolute; }
      .news-module-content .news-tab-content.isHide {
        visibility: hidden; }
  .news-module-slider {
    list-style-type: none;
    padding-left: 0; }
    .news-module-slider-frame {
      height: 480px;
      position: relative;
      background-size: cover; }
      .news-module-slider-frame:after {
        width: 100%;
        bottom: 0;
        height: 330px;
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(top, transparent 0, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to bottom, transparent 0, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }
    .news-module-slider-content {
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
      position: relative; }
      .news-module-slider-content_title {
        left: 0px;
        bottom: 60px;
        color: #fff;
        display: block;
        z-index: 2;
        font-size: 24px;
        position: absolute;
        background: rgba(49, 136, 181, 0.83);
        padding: 0 20px 0 45px;
        -webkit-box-shadow: 2px 5px 32px rgba(0, 0, 0, 0.28);
                box-shadow: 2px 5px 32px rgba(0, 0, 0, 0.28);
        height: 60px;
        line-height: 28px;
        display: table; }
        @media (min-width: 320px) and (max-width: 991px) {
          .news-module-slider-content_title {
            bottom: 30px;
            font-size: 22px;
            /*margin-right: 50px;*/ } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .news-module-slider-content_title {
            /*margin-right: 270px;*/ } }
        .news-module-slider-content_title:after, .news-module-slider-content_title:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0; }
        .news-module-slider-content_title:before {
          left: 20px;
          width: 30px;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 10px;
          border-color: transparent transparent transparent #F9D702; }
        .news-module-slider-content_title:after {
          width: 20px;
          height: 100%;
          background: #F9D702; }
        .news-module-slider-content_title span {
          vertical-align: middle;
          display: table-cell; }
  .news-module .bx-news-pager {
    width: 100%;
    height: 30px;
    bottom: 15px;
    text-align: center;
    position: absolute; }
    .news-module .bx-news-pager .bx-pager-item {
      display: inline-block; }
      .news-module .bx-news-pager .bx-pager-item + div {
        margin-left: 10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .news-module .bx-news-pager .bx-pager-item + div {
            margin-left: 5px; } }
      .news-module .bx-news-pager .bx-pager-item a {
        width: 30px;
        height: 30px;
        color: #e2c04c;
        text-align: center;
        background: rgba(255, 255, 255, 0.35);
        line-height: 30px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: block; }
        .news-module .bx-news-pager .bx-pager-item a:hover {
          background: rgba(255, 255, 255, 0.8); }
        .news-module .bx-news-pager .bx-pager-item a.active {
          background: #fff; }
    @media (min-width: 320px) and (max-width: 991px) {
      .news-module .bx-news-pager {
        display: none; } }

#gundem .news-tabs-menu {
  border-bottom-color: #f9d702; }

#gundem .news-tabs-item.isActive:after {
  border-top-color: #f9d702; }

#siyaset .news-tabs-menu {
  border-bottom-color: #eb212e; }

#siyaset .news-tabs-item.isActive:after {
  border-top-color: #eb212e; }

#siyaset .news-module-slider-content_title:after {
  background: #eb212e; }

#siyaset .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #eb212e; }

#ekonomi .news-tabs-menu {
  border-bottom-color: #0988c5; }

#ekonomi .news-tabs-item.isActive:after {
  border-top-color: #0988c5; }

#ekonomi .news-module-slider-content_title:after {
  background: #0988c5; }

#ekonomi .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #0988c5; }

#dunya .news-tabs-menu {
  border-bottom-color: #e7a300; }

#dunya .news-tabs-item.isActive:after {
  border-top-color: #e7a300; }

#dunya .news-module-slider-content_title:after {
  background: #e7a300; }

#dunya .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #e7a300; }

#yasam .news-tabs-menu {
  border-bottom-color: #d243b2; }

#yasam .news-tabs-item.isActive:after {
  border-top-color: #d243b2; }

#yasam .news-module-slider-content_title:after {
  background: #d243b2; }

#yasam .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #d243b2; }

#kultur-sanat .news-tabs-menu {
  border-bottom-color: #fd7a21; }

#kultur-sanat .news-tabs-item.isActive:after {
  border-top-color: #fd7a21; }

#kultur-sanat .news-module-slider-content_title:after {
  background: #fd7a21; }

#kultur-sanat .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #fd7a21; }

#spor .news-tabs-menu {
  border-bottom-color: #52a25d; }

#spor .news-tabs-item.isActive:after {
  border-top-color: #52a25d; }

#spor .news-module-slider-content_title:after {
  background: #52a25d; }

#spor .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #52a25d; }

#teknoloji .news-tabs-menu {
  border-bottom-color: #00c5d6; }

#teknoloji .news-tabs-item.isActive:after {
  border-top-color: #00c5d6; }

#teknoloji .news-module-slider-content_title:after {
  background: #00c5d6; }

#teknoloji .news-module-slider-content_title:before {
  border-color: transparent transparent transparent #00c5d6; }

.gallery-module-list {
  list-style-type: none;
  padding-left: 10px;
  height: 480px; }
  .gallery-module-list-frame {
    border-bottom: 2px solid #fff; }
    .gallery-module-list-frame + .gallery-module-list-frame {
      margin-top: 12px; }
    .gallery-module-list-frame:hover span {
      color: #F9D702; }
    .gallery-module-list-frame img {
      float: left;
      width: 127px;
      height: 85px;
      margin-right: 20px;
      border: 5px solid #fff; }
    .gallery-module-list-frame div {
      height: 85px;
      display: table; }
      .gallery-module-list-frame div span {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

/*------------------------------------
    #MODAL SEARCH FORM
  ----------------------------------*/
.modal-search {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85); }
  .modal-search-close {
    top: 30px;
    right: 30px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 30px;
    cursor: pointer;
    position: absolute; }
    .modal-search-close:hover {
      color: #fff; }
  .modal-search-form {
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
    .modal-search-form input {
      color: #fff;
      width: 100%;
      border: 0;
      outline: none;
      display: block;
      line-height: 50px;
      padding-right: 50px;
      font-size: 30px;
      border-bottom: 1px solid #fff;
      background-color: transparent; }
    .modal-search-form button {
      top: 2px;
      right: 10px;
      font-size: 30px;
      position: absolute;
      color: #fff;
      background-color: transparent; }
      .modal-search-form button:hover {
        color: #85B3BF; }

/*------------------------------------
    #CUSTOM SELECTBOX
  ----------------------------------*/
.custom-select {
  width: 100%;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #00A0B3 url('data:image/svg+xml;utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28" height="24" viewBox="0 0 28 24"><path d="M0.093 9.026l6.186 6.186 6.186-6.186z" fill="white"></path></svg>') right 9px no-repeat;
  position: relative; }

/*------------------------------------
    #404 PAGE
  ----------------------------------*/
.not-found-page {
  padding: 25px;
  margin-top: 20%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  background: #fff; }
  .not-found-page_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .not-found-page_title h1 {
      font-size: 32px;
      color: #DA2128; }
    .not-found-page_title h2 {
      color: #585858;
      font-size: 24px;
      line-height: 24px; }
  .not-found-page_nav a {
    font-size: 20px;
    font-family: "Gotham Narrow Book", sans-serif;
    color: #585858; }
    .not-found-page_nav a:hover {
      color: #0088AE; }
    .not-found-page_nav a + a {
      margin-left: 20px;
      position: relative; }
      .not-found-page_nav a + a:before {
        left: -15px;
        content: "/";
        position: absolute;
        color: rgba(0, 0, 0, 0.2); }

/*------------------------------------
    #FAQ PAGE
  ----------------------------------*/
.faq-title {
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  line-height: 48px;
  background: #0088B3;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border-bottom: 2px solid #09A9DC; }
  .faq-title ~ .faq-title {
    margin-top: 15px; }
  .faq-title:hover {
    background: #0080a9; }
  .faq-title.isActive i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .faq-title i {
    float: right;
    line-height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.faq-content {
  background: #fff;
  padding: 15px;
  font-size: 15px;
  display: none;
  border: 1px solid #0088B3; }

/*------------------------------------
    #FOOTER
  ----------------------------------*/
.site-footer {
  min-height: 165px;
  font-size: 12px;
  background: #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
  .site-footer .bik-logo {
    display: inline-block;
    padding-top: 53px; }
    .site-footer .bik-logo img {
      width: 100px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .site-footer {
      text-align: center; }
      .site-footer .bik-logo {
        padding-top: 30px; }
    .site-footer .social-buttons {
      margin-top: 20px;
      margin-bottom: 20px; }
      .site-footer .social-buttons li {
        float: none;
        display: inline-block; } }

.footer-title {
  margin-top: 28px;
  display: inline-block; }

.footer-nav {
  padding-left: 0;
  list-style-type: none;
  font-family: "Gotham Narrow Book", sans-serif; }
  .footer-nav li + li {
    margin-top: 2px; }
  .footer-nav a:hover {
    color: #0088AE; }

.footer-address {
  font-style: normal;
  font-family: "Gotham Narrow Book", sans-serif; }
  .footer-address > span {
    display: block; }


/* Son Dakika Bandi */
.son-dakika {
  height: 40px;
  line-height: 40px;
  z-index: 3;
  position: relative;
  width: 100%;
  font-weight: bold;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 991px) {
	.son-dakika {
		height: initial;
	} 
}

.son-dakika  .bg-left, .son-dakika .bg-right {
	top: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
}
.son-dakika  .bg-left {
    background: #eecf10; 
    left: 0;
}
.son-dakika .bg-right {
    background: #000;
	right: 0;
}
.son-dakika-header-container{
	background: #eecf10; 
	height: 40px;
	font-weight: bold;
	color: #000;
	font-size:170%;
}
.son-dakika-header{
	vertical-align: middle;
}
.son-dakika-list-container{
	background: #000;
	height: 40px;
	color: #fff;
}
.son-dakika-list-container .marquee {
  overflow: hidden;
}
.son-dakika-list .bullet {
	color: #eecf10;
}
.son-dakika-list {
	
}
.son-dakika-list a {
	color: #fff;
}
.son-dakika-list-item {
	cursor: pointer;
	text-align: center;
    padding: 0 50px;
}
@media (max-width: 992px) {
    .son-dakika-header-container{
		text-align: center;
	}
}
@media (min-width: 993px) {
	.son-dakika-list-container:before{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 30px;
	  border-style: solid;
	  border-width: 20px 0 20px 20px;
	  border-color: transparent transparent transparent #eecf10;
	  left:0;
	  z-index: 4;
	}
}
/* Son Dakika Bandi */

/* E-UYGULAMALAR */
.e-uygulamalar a {
	color:#2193ba;
}
.e-uygulamalar img{
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
.e-uygulamalar span{
	font-family: "Gotham Narrow Book", sans-serif;
	font-size: 110%;
}
/* E-UYGULAMALAR */

/* CATEGORY POSTS WIDGET */
/* Reset inner padding */
ul.category-posts-internal{
  padding: 0px;
}
.primary-sidebar.widget-area h2 a {
 font-size:15px;
 color: #00607b;
}
ul.category-posts-internal a{
  color: #0088b3;
  font-size: 14px;
  font-family: "Gotham Narrow Book",sans-serif;
}
/* CATEGORY POSTS WIDGET */

/* KATEGORİ SELECTOR */
.category-select {
    border: 0;
    background: #378cb5
}

.category-selector {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}

.category-selector, .category-selector .category-select{
  background: #0988c5;
}

.category-selector.gundem, .category-selector.gundem .category-select {
    background: #f9d702;
}
.category-selector.siyaset, .category-selector.siyaset .category-select, .category-selector.politika, .category-selector.politika .category-select {
    background: #EB212E;
}
.category-selector.ekonomi, .category-selector.ekonomi .category-select {
    background: #0988c5;
}
.category-selector.dunya, .category-selector.dunya .category-select, .category-selector.dunya-haber, .category-selector.dunya-haber .category-select {
    background: #e7a300;
}
.category-selector.yasam, .category-selector.yasam .category-select {
    background: #d243b2;
}
.category-selector.kultur-sanat, .category-selector.kultur-sanat .category-select {
    background: #fd7a21;
}
.category-selector.spor, .category-selector.spor .category-select {
    background: #52a25d;
}
.category-selector.teknoloji, .category-selector.teknoloji .category-select {
    background: #00c5d6;
}
.category-selector.medya, .category-selector.medya .category-select {
    background: #EB212E;
}
/* KATEGORİ SELECTOR */

/* KATEGORİ SAYFALARI POST LİSTELEME GRİDİ */
.category-list-page div.news-grid-wrapper div.news-div{
  height: 430px;
  margin-bottom: 20px;
}
/* KATEGORİ SAYFALARI POST LİSTELEME GRİDİ */

#searchform { margin-bottom: 10px; text-align:right; }
#searchform .search-button{
    background: #0988c5;
    padding: 2px 10px;
    border-radius: 3px;
    border: 2px outset #0988c5;
}

.yan-manset{
  overflow-x:hidden;
}

/* Flipbook Index fix text-align bug */
.flipbook-tocItem, a.flipbook-tocItem {
  text-align: left;
}

/* Türkiye Haritası Legend */
.svg-turkey-map-legend {
  width:12px; height:12px; border:1px solid white; display:inline-block; margin-right: 2px;
} 
.il-kurum { background: #3c8fba; }
.il-kurum-disi { background: #48B5CC; }

/* Light Font */
.font-light {
  font-family: "Gotham Narrow Book", sans-serif;
}

/* Responsive iFrame */
@media (max-width: 550px) {
  .big-container {
      display: none;
  }
}
@media (min-width: 550px) {
  .small-container {
      display: none;
  }
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  min-height:400px;
}
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Responsive iFrame */

.margin-left-10 {
  margin-left: 10px;
}

/* Projeler */
.projeler-menu-container {
  font-size: 12px;
  background-color: #ea5c70;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.projeler-menu {
  text-align: center;
  list-style-type: none;
  text-transform: uppercase; }
  .projeler-menu > li {
    /*float: left;*/
    display: inline-block;
    position: relative; }
    .projeler-menu > li + li {
      margin-left: 20px; }
    .projeler-menu li:hover > ul {
      display: block; }
    .projeler-menu > li.menu-item-has-children {
      padding-right: 17px; }
      .projeler-menu > li.menu-item-has-children > a {
        position: relative; }
        .projeler-menu > li.menu-item-has-children > a:after {
          position: absolute;
          content: "\f0d7";
          right: -14px;
          top: 17px;
          color: inherit;
          font: normal normal normal 14px/1 FontAwesome; }
  .projeler-menu > li > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #fff; }
    .projeler-menu > li > a:hover {
      color: #c50d2c; }
  .projeler-menu .sub-menu {
    display: none;
  }
  .projeler-menu .sub-menu .sub-menu {
    position: absolute;
    right: -163px;
    top: 0;
    left: unset;
   }
  .projeler-menu .sub-menu .sub-menu li {
    padding-left: 10px;
   }
  .projeler-menu li > ul.sub-menu {
    text-align: left;
    left: 0;
    top: 100%;
    width: 172px;
    padding-left: 0;
    font-family: "Gotham Narrow Book", sans-serif;
    list-style-type: none;
    position: absolute; }
    .projeler-menu .sub-menu li {
      margin-bottom: 1px; }
      .projeler-menu .sub-menu li a {
        color: #fff;
        display: block;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background: #D14357; }
        .projeler-menu .sub-menu li a:hover {
          background: #C4364A; }
      .projeler-menu .sub-menu li .sub-menu li a { background: #B7293D; }
      .projeler-menu .sub-menu li .sub-menu li a:hover { background: #AA1C30; }
      .projeler-menu .sub-menu li .sub-menu li .sub-menu li a { background: #9E1024; }
      .projeler-menu .sub-menu li .sub-menu li .sub-menu li a:hover { background: #910317; }

  .projeler-menu > li.current-menu-item:after, .projeler-menu > li.current-menu-parent:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(224, 185, 41, 0);
    border-top-color: #ea5c70;
    border-width: 12px;
    margin-left: -12px;
  }
.project-template-default .content {
  font-family: "Gotham Narrow Book", sans-serif;
}
.project-template-default label {
  font-weight: bold;
}

.project-tag {
  background-color: #ea5c70;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
	text-decoration: none;
}
.project-tag:hover {
  background-color: #c50d2c;
  color: #fff;
}

.single-project_post .project_post_category-diger .entry-header { display: none; }

a.project-link {
  color: #ea5c70;
  font-size: 17px;
}
a.project-link:hover {
	color: #c50d2c;
}

.table-projects {
  background: #fff;
}
.table-projects.table-bordered {
  border: 1px solid #69c0b4;
 }
 .table-projects.table-bordered th,
 .table-projects.table-bordered td {
  border: 1px solid #69c0b4;
 }
 .table-projects.table-bordered thead th,
 .table-projects.table-bordered thead td {
  border-bottom-width: 2px;
 }

.project-list-container .filter-button-group {
  margin-bottom: 10px;
  border-bottom: 1px solid gainsboro;
}

ul.project-list {
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}
ul.project-list li {
  list-style-type:none;
  display:inline-block;
  *display: inline;
  *zoom: 1;
  margin:0 0 20px 0;
  padding:0;
  width: 200px;
  border-bottom: 1px solid gainsboro;
  border-radius: 10px;
}
ul.project-list li .project-list-item-image-container {
  min-height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.project-list li img {
  margin-bottom: 0px;
  border: 1px solid #ea5c70;
  border-radius: 10px;
}
ul.project-list li i {
  font-size: 30px;
}
.project-slider-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #f0f0f0;
  text-align: center;
  /*max-height: 430px;*/
  overflow: hidden;
  margin-bottom: 10px;
}
.project-slider-wrapper h2.entry-title {
  border-top: 1px dashed #ea5c70;
  padding: 10px;
  margin-bottom: 0px;
}
/* Projeler */

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Table Styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
 }
 .table th,
 .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
 }
 .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
 }
 .table tbody + tbody {
  border-top: 2px solid #eceeef;
 }
 .table .table {
  background-color: #fff;
 }
 .table-sm th,
 .table-sm td {
  padding: 0.3rem;
 }
 .table-bordered {
  border: 1px solid #eceeef;
 }
 .table-bordered th,
 .table-bordered td {
  border: 1px solid #eceeef;
 }
 .table-bordered thead th,
 .table-bordered thead td {
  border-bottom-width: 2px;
 }
 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
 }
 .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
 }
 .table-active,
 .table-active > th,
 .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
 }
 .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
 }
 .table-hover .table-active:hover > td,
 .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
 }
 .table-success,
 .table-success > th,
 .table-success > td {
  background-color: #dff0d8;
 }
 .table-hover .table-success:hover {
  background-color: #d0e9c6;
 }
 .table-hover .table-success:hover > td,
 .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
 }
 .table-info,
 .table-info > th,
 .table-info > td {
  background-color: #d9edf7;
 }
 .table-hover .table-info:hover {
  background-color: #c4e3f3;
 }
 .table-hover .table-info:hover > td,
 .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
 }
 .table-warning,
 .table-warning > th,
 .table-warning > td {
  background-color: #fcf8e3;
 }
 .table-hover .table-warning:hover {
  background-color: #faf2cc;
 }
 .table-hover .table-warning:hover > td,
 .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
 }
 .table-danger,
 .table-danger > th,
 .table-danger > td {
  background-color: #f2dede;
 }
 .table-hover .table-danger:hover {
  background-color: #ebcccc;
 }
 .table-hover .table-danger:hover > td,
 .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
 }
 .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
 }
 .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
 }
 .table-inverse {
  color: #fff;
  background-color: #292b2c;
 }
 .table-inverse th,
 .table-inverse td,
 .table-inverse thead th {
  border-color: #fff;
 }
 .table-inverse.table-bordered {
  border: 0;
 }
 .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .table-responsive.table-bordered {
  border: 0;
 }  
/* Table */

/* Calendar ortali gelsin */
.wdc_calendar { margin: 0 auto; }

.category-yayinlarimiz .category-title { border-bottom: 1px solid gainsboro; }

.fancybox-caption a.newspaper-link { text-decoration: none; }

/* Dugme Stili */
.bik-button {
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 10px;
    padding: 5px 9px;
    margin: 5px;
    cursor: pointer;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #01B7CF;
}
.bik-button:hover {
      border-color: #CCC;
      color: #AAA;
      background: #fff;
    }
/* Dugme Stili */

.btn-embed-gazeteler-container {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}

/* Bootstrap Hidden Classes */
.hidden-xs-up { display: none !important; }
@media (max-width: 575px) { .hidden-xs-down { display: none !important; } }
@media (min-width: 576px) { .hidden-sm-up { display: none !important; } }
@media (max-width: 767px) { .hidden-sm-down { display: none !important; } }
@media (min-width: 768px) { .hidden-md-up { display: none !important; } }
@media (max-width: 991px) { .hidden-md-down { display: none !important; } }
@media (min-width: 992px) { .hidden-lg-up { display: none !important; } }
@media (max-width: 1199px) { .hidden-lg-down { display: none !important; } }
@media (min-width: 1200px) { .hidden-xl-up { display: none !important; } }
.hidden-xl-down { display: none !important; }
/* Bootstrap Hidden Classes */

/* Jetpack Font bugfix https://wordpress.org/support/topic/jetpack-sm-fonts-not-loading-console-error/ */
.share-icon {
  text-rendering: auto;
}

/* Kurum Menusu nowrap */
.menu-sayfa-container {
	white-space: nowrap;
}
