﻿@charset "utf-8";

/* ========[ reset style ]============ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
html, body, form { height: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
abbr, acronym { border: 0; }
a { outline-style: none; text-decoration: none; color: inherit; }
a:hover { text-decoration: none; }
a[href^=tel] { color: inherit; text-decoration: none; }
input { border: none; color: #000000; font-family: 'Open Sans', sans-serif; }
input[type="button"] { cursor: pointer; border: none; background-color: transparent; }
input[type="submit"] { cursor: pointer; }
textarea { background-color: transparent; border: none; overflow: auto; font-family: 'Open Sans', sans-serif; }
*:focus { outline: none; }
button { border: none; background-color: transparent; cursor: pointer; padding: 0px; -webkit-appearance: none; border-radius: 0; font-family: 'Open Sans', sans-serif; }
figure { margin: 0px; padding: 0px; }

/* clearfix */
.clearfix:after { content: "."; display: block; <clear: both; visibility: hidden; line-height: 0; height: 0 }
.clearfix { display: inline-block }
* html .clearfix { height: 1%; }
.clear { clear: both; }
select::-ms-expand { display: none; }
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img { image-rendering: -moz-crisp-edges;         /* Firefox */ image-rendering: -o-crisp-edges;         /* Opera */    /*image-rendering: pixelated;/* Webkit (non-standard naming) */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */ }
input { -webkit-appearance: none; }
.hidel { display: none }
.showl { display: block }
.hideli { display: none !important; }
.showli { display: block !important }
input, textarea, select { outline: none; }
button::-moz-focus-inner, a::-moz-focus-inner { border: 0; }
button:focus, button:active, a:focus, a:active { outline: 0; }
a { color: #14233a; text-decoration: none; }
a:hover, a:focus { color: #d11919; text-decoration: none; }
a:active, a:hover { outline: 0; }
.container { padding-right: 10px; padding-left: 10px; margin-right: auto; margin-left: auto; }
.padRightMin { }
.row.mr0 { margin: auto -10px; }
@media (min-width:768px) {
  .container { width: 750px; max-width: 750px; }
}
@media (min-width:992px) {
  .container { width: 980px; max-width: 980px; }
}
@media (min-width:1200px) {
  .container { width: 1000px; max-width: 1000px; }
}
@media (min-width:1441px) {
  .container { width: 1158px; max-width: 1158px; }
}

#homePageMain {background-color: #ececec;}
#homePageMain section, #homePageMain aside, #homePageMain main {float:none; width:auto;}
body.ramazan header .menuSideBar,
#homePageMain .sliderWrapper .headlineWriter:before { display:none; }

/* slick style */

/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;    /*-webkit-touch-callout: none;*/ -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y;    /*-webkit-tap-highlight-color: transparent;*/ }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before {    /*font-family: 'slick';*/
font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dots { position: absolute; bottom: -10px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {   /*font-family: 'slick';*/font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }
    
/* end -slick style */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
@font-face { font-family: 'FontAwesome';font-display:swap; src: url('fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em; line-height: 0.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: 0.14285714em; text-align: center; }
.fa-li.fa-lg { left: -1.85714286em; }
.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; 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; }

/* Deprecated as of 4.4.0 */
.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 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.fa-flip-horizontal { -ms-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 { -ms-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 { 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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-pp: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-resistance: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: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"; }
.fa-gitlab:before { content: "\f296"; }
.fa-wpbeginner:before { content: "\f297"; }
.fa-wpforms:before { content: "\f298"; }
.fa-envira:before { content: "\f299"; }
.fa-universal-access:before { content: "\f29a"; }
.fa-wheelchair-alt:before { content: "\f29b"; }
.fa-question-circle-o:before { content: "\f29c"; }
.fa-blind:before { content: "\f29d"; }
.fa-audio-description:before { content: "\f29e"; }
.fa-volume-control-phone:before { content: "\f2a0"; }
.fa-braille:before { content: "\f2a1"; }
.fa-assistive-listening-systems:before { content: "\f2a2"; }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }
.fa-glide:before { content: "\f2a5"; }
.fa-glide-g:before { content: "\f2a6"; }
.fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }
.fa-low-vision:before { content: "\f2a8"; }
.fa-viadeo:before { content: "\f2a9"; }
.fa-viadeo-square:before { content: "\f2aa"; }
.fa-snapchat:before { content: "\f2ab"; }
.fa-snapchat-ghost:before { content: "\f2ac"; }
.fa-snapchat-square:before { content: "\f2ad"; }
.fa-pied-piper:before { content: "\f2ae"; }
.fa-first-order:before { content: "\f2b0"; }
.fa-yoast:before { content: "\f2b1"; }
.fa-themeisle:before { content: "\f2b2"; }
.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }
.fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }
.fa-handshake-o:before { content: "\f2b5"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-o:before { content: "\f2b7"; }
.fa-linode:before { content: "\f2b8"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-book-o:before { content: "\f2ba"; }
.fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }
.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-user-o:before { content: "\f2c0"; }
.fa-id-badge:before { content: "\f2c1"; }
.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }
.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }
.fa-quora:before { content: "\f2c4"; }
.fa-free-code-camp:before { content: "\f2c5"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }
.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }
.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }
.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }
.fa-shower:before { content: "\f2cc"; }
.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }
.fa-podcast:before { content: "\f2ce"; }
.fa-window-maximize:before { content: "\f2d0"; }
.fa-window-minimize:before { content: "\f2d1"; }
.fa-window-restore:before { content: "\f2d2"; }
.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }
.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }
.fa-bandcamp:before { content: "\f2d5"; }
.fa-grav:before { content: "\f2d6"; }
.fa-etsy:before { content: "\f2d7"; }
.fa-imdb:before { content: "\f2d8"; }
.fa-ravelry:before { content: "\f2d9"; }
.fa-eercast:before { content: "\f2da"; }
.fa-microchip:before { content: "\f2db"; }
.fa-snowflake-o:before { content: "\f2dc"; }
.fa-superpowers:before { content: "\f2dd"; }
.fa-wpexplorer:before { content: "\f2de"; }
.fa-meetup:before { content: "\f2e0"; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/* ========[ flaticon style ]============ */
@font-face { font-family: 'Flaticon';font-display: swap; src: url('fonts/flaticon.eot'); src: url('fonts/flaticon.eot#iefix') format('embedded-opentype'), url('fonts/flaticon.woff') format('woff'), url('fonts/flaticon.ttf') format('truetype'), url('fonts/flaticon.svg') format('svg'); font-weight: normal; font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-size: 30px; font-style: normal; margin: 0px; }
.flaticon-SGK:before { content: "\e029"; }
.flaticon-KF:before { content: "\e027"; }
.flaticon-KSY:before { content: "\e00e"; }
.flaticon-GSY:before { content: "\e009"; }
.flaticon-KGY:before { content: "\e009"; }
.flaticon-CB:before { content: "\e00f"; }
.flaticon-KYS:before { content: "\e00e"; }
.flaticon-YKY:before { content: "\e00c"; }
.flaticon-Y:before { content: "\e007"; }
.flaticon-SY:before { content: "\e007"; }
.flaticon-HY:before { content: "\e00d"; }
.flaticon-HSY:before { content: "\e00d"; }
.flaticon-A:before { content: "\e022"; }
.flaticon-SCK:before { content: "\e022"; }
.flaticon-AB:before { content: "\e026"; }
.flaticon-PB:before { content: "\e026"; }
.flaticon-YYSY:before { content: "\e020"; }
.flaticon-MSY:before { content: "\e020"; }
.flaticon-KKY:before { content: "\e006"; }
.flaticon-SIS:before { content: "\e015"; }
.flaticon-P:before { content: "\e003"; }
.flaticon-PUS:before { content: "\e003"; }
.flaticon-KY:before { content: "\e005"; }
.flaticon-K:before { content: "\e005"; }
.flaticon-HKY:before { content: "\e005"; }
.flaticon-D:before { content: "\e01d"; }
.flaticon-R:before { content: "\e027"; }
.flaticon-DMN:before { content: "\e015"; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { margin: .67em 0; font-size: 2em; }
mark { color: #000; background: #ff0; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -.5em; }
sub { bottom: -.25em; }
img { border: 0; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; }
legend { padding: 0; border: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-spacing: 0; border-collapse: collapse; }
td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " ("attr(href) ")"; }
  abbr[title]:after { content: " ("attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar { display: none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
.simplefilter { background: #fff; }
ul ul, ol ul, ul ol, ol ol { }
.list-unstyled { padding-left: 0; list-style: none; }
.list-inline { padding-left: 0; margin-left: -5px; list-style: none; }
.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }
.container { padding-right: 10px; padding-left: 10px; margin-right: auto; margin-left: auto; }

/* ========[ page style ]============ */
body { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size: 16px; color: #14233a; font-weight: 700; background: #ececec; overflow-x: hidden; }

/* body.hiddenBg {overflow-x: hidden;}*/
body:not(.hiddenBg) { }
::-webkit-input-placeholder { /* WebKit browsers */
color: #b9b9b9; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #b9b9b9; opacity: 1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #b9b9b9; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #b9b9b9; }
.fancybox-overlay { z-index: 100005 !important; }
.fancybox-opened { z-index: 100006 !important; }
input[type="text"], input[type="password"], input[type="submit"], input[type="button"], textarea, select { outline: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: inherit; line-height: inherit; font-weight: 700; }
.ui-widget.ui-widget-content.overflow { max-height: 200px; font-weight: 500; }

.lazyload,
.lazyloading {opacity: 0; visibility: hidden;}
.lazyloaded {opacity: 1; visibility: visible;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}


/* pageskin */
.pageSkinTop, .pageSkinLeft, .pageSkinRight, #pageskin_sabah_right { -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0, 0, 0); }
.stickyLink { height: 27px; padding: 0 5px; position: fixed; bottom: -1px; right: auto!important; left: 0; z-index: 500; background: rgba(237, 28, 36, 0.3); line-height: 27px; color: #fff; font-size: 12px; -webkit-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; transition: background-color 0.5s ease; -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0, 0, 0); }
.stickyLink.custom { bottom: 40px; }
.stickyLink:hover, .stickyLink.active { background-color: rgba(237, 28, 36, 1); color: #fff; }

.menuSideBar .mediaShare ul li a.flipboard { background-color: #e12828; }
  .menuSideBar .mediaShare ul li a:hover.flipboard { background-color: #fff; }
  
  ul.simpleContent li a { position: relative; padding-bottom: 59.47%; display: block; }
  ul.simpleContent li a img { display: block; width: 100%; height: auto; position: absolute; top: 0; left: 0; font-size: 0px; color: transparent; }
  ul.simpleContent li { position: absolute; left: 0; right: 0; top: 0; }
  .tabNews { position: absolute; left: 0; right: 0; }
  .tabImgs {}
  .hoverableBox .simpleContent li a {padding-bottom: 59.56%;}
  .hoverableBox .tabImgs {padding-top: 59.48%;}
  .hoverableBox .simplefilter li {height: 55px;}
  .psAbs { position: relative; }
  ul.simplefilter li a {width: 100%; height: 100%; overflow: hidden; font-weight: normal; font-style: normal; font-stretch: normal; text-align: left; color: #000000; transition: all 0.3s ease-out; display: flex; align-items: center; font-weight: 700; /*font-family: 'PTSans-Bold'; */}
  ul.simplefilter li:hover a, ul.simplefilter li.active a { color: #fff; }
  ul.simplefilter li {width: 100%; transition: all 0.3s ease-out; padding: 0px 10px; display: flex; position: relative; align-items: center; }
  ul.simplefilter li + li { border-top: 1px solid #ebebeb; }
  ul.simplefilter li:hover, ul.simplefilter li.active { background: #be3027; }
  ul.simplefilter li:before { width: 0; height: 0; border-style: solid; border-width: 0 5px 5px 5px; border-color: transparent transparent #be3027 transparent; content: ""; position: absolute; top: -5px; transition: all 0.3s ease-out; opacity: 0; }
  ul.simplefilter li a span {max-height: 34px; overflow: hidden;}
  ul.simplefilter li.active:before { opacity: 1; }

    
  .sliderWrapper .headlineNumeric.type02 .items .slick-slide a { padding-bottom: 100%; }
  .padLeftMin { padding-left: 5px; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots li + li a { border-left: 1px solid #c7c7c7; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots li.slick-active a { background: none; color: #fff }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots li.slick-active a:after { content: ""; position: absolute; left: 0; right: 0; top: -5px; bottom: 0; background: #be3027; z-index: -1; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-slide a span { position: absolute; bottom: 27px; z-index: 9999; color: #fff; left: 0; right: 0; padding: 0 20px; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-slide a span:after { content: ''; width: 100%; height: 110px; position: absolute; left: 0; bottom: -18px; z-index: 1; pointer-events: none; background: rgba(0, 0, 0, 0); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  .sliderWrapper .headlineNumeric.type02 .items .slick-slide a span em { font-size: 24px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1; text-align: left; color: #ffffff; position: relative; z-index: 99; display: flex; }
  .padRightMin { padding-right: 0; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots:before { content: ""; position: absolute; top: -2px; height: 2px; left: 0; right: 0; background: #be3027; }
  .flexGroup ul li .whiteBox { height: 67px; }
  .wrap { width: 100%; display: block; position: relative; overflow: hidden; padding-bottom: 58.76%; }
  span.wrap picture { width: 100%; height: auto !important; position: absolute; top: 0; left: 0; z-index: 1;}
  figure.borderBox.custom-1 span.wrap:after,
  figure.borderBox.custom-2 span.wrap:after { content: ''; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; z-index: 2; background-color: #000; opacity: .6; pointer-events: none; background: rgba(0, 0, 0, 0); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  figure.borderBox.box-adv span.wrap:after,
  figure.borderBox.box-adv span.wrap:after {display: none;}
  span.wrap .category { position: absolute; bottom: 10px; left: 10px; z-index: 3; font-size: 14px; color: #fff;}
  .whiteBox a { background: #fff; padding: 13px 10px 0 10px; font-size: 18px; font-weight: 700; font-style: normal; font-stretch: normal; line-height: 1.2; text-align: left; color: #000000; transition: all 0.3s ease-out; width: 100%; }
  .whiteBox { display: flex; height: 85px; }
  
  figure.custom-3 .whiteBox { height: 80px; }
  figure.custom-3 .whiteBox a { font-size: 20px; line-height: 24px;}
  figure.custom-3 .whiteBox span { height: 50px; }

  figure.borderBox.custom-1 .whiteBox,
  figure.borderBox.custom-2 .whiteBox { height: 55px; }
  figure.borderBox.custom-1 .whiteBox a,
  figure.borderBox.custom-2 .whiteBox a { padding-top: 10px; }
  figure.borderBox.red .whiteBox a { background-color: #b8170c; color: #fff;}
  figure.borderBox.green .whiteBox a { background-color: #3d6f36; color: #fff;}

  .banner-1136x188 img { max-width:100%; }
  
  .whiteBox span { height: 42px; overflow: hidden; display: block; /*font-family: 'PTSans-Bold'; */}
  .type04 ul { flex-wrap: wrap; width: 100%; }
  .type04 { padding: 0px 0px; margin-left: -10px; width: calc(100% + 20px); }
  .type04 .slick-prev:before, .type04 .slick-next:before { display: none; }
  .type04:hover .slick-prev, .type04:hover .slick-next { color: #d11919; }
  span.wrap picture img { width: auto; max-width: 100%; height: auto !important; display: inline-block; vertical-align: top; }
  .fiveVertical .whiteBox a span { height: 86px; }
  .fiveFlex { width:100%; }
  .fiveFlex ul { display: flex; align-items: center; margin: 0; }
  .head-line-news.fiveFlex ul li + li { margin-left: 18px; }
  .fiveFlex ul li a { box-shadow: none !important; }
  .fiveFlex ul li a picture img {transform: scale(1);transition: all 0.3s ease-out;}
  .head-line-news.fiveFlex li .borderBox a:hover picture img {transform: scale(1.1);}
  .fiveFlex ul li figcaption a:hover { color: #d11919; }
  .fiveFlex ul li { width: 100%; padding: 0; }
  .head-line-news.type04.fiveFlex.fourView ul { flex-wrap: inherit; justify-content: space-between; }
  .head-line-news.type04.fiveFlex.fourView { overflow: hidden; }
  .head-line-news.type04.fiveFlex.fourView ul li { max-width: 25%; flex: 0 0 25%; }
  .head-line-news.type04.fiveFlex.fourView ul.slick-slider li { max-width: inherit; flex: inherit; }
  .head-line-news.type04 ul li { margin: 0 9px !important; }
  .fiveFlex.fourView ul li figure a span { padding-bottom: 59.47%; }
  .fiveFlex ul.slick-slider { display: block; }
  
  .catg-news-item span.wrap picture img {transform: scale(1);transition: all 0.3s ease-out;}
  .catg-news-item .borderBox:hover span.wrap picture img {transform: scale(1.1);}
  
  .head-line-news.fiveFlex li { width: 100%; padding: 0 !important; }
  .catg-news-item .text,
  .head-line-news.fiveFlex li .text { font-size: 12px; padding: 3px; color: #fff; font-style: normal; position: absolute; top: 5px; right: 5px; transition: all 0.3s ease-out; opacity: 0; visibility: hidden; z-index: -1; }
  .catg-news-item.galerimagazin .text,
  .catg-news-item.magazin .text,
  .head-line-news.fiveFlex li.galerimagazin .text,
  .head-line-news.fiveFlex li.magazin .text { background: #6b2eba; }
  .catg-news-item.galerispor-haberleri .text,
  .catg-news-item.spor-haberleri .text,
  .head-line-news.fiveFlex li.spor-haberleri .text,
  .head-line-news.fiveFlex li.galerispor-haberleri .text,
  .catg-news-item.galerispor .text,
  .head-line-news.fiveFlex li.galerispor .text { background: #206602 }
  .catg-news-item.galeriaparahaberler .text,
  .catg-news-item.aparahaberler .text,
  .head-line-news.fiveFlex li.galeriaparahaberler .text,
  .head-line-news.fiveFlex li.aparahaberler .text { background: #171d7a }
  .catg-news-item.galerigundem .text,
  .catg-news-item.gundem .text,
  .head-line-news.fiveFlex li.galerigundem .text,
  .head-line-news.fiveFlex li.gundem .text { background: #0b467b }
  .catg-news-item.galerisaglik .text,
  .catg-news-item.saglik .text,
  .head-line-news.fiveFlex li.galerisaglik .text,
  .head-line-news.fiveFlex li.saglik .text { background: #5db5ca }
  .catg-news-item.galeridunya .text,
  .catg-news-item.dunya .text,
  .head-line-news.fiveFlex li.galeridunya .text,
  .head-line-news.fiveFlex li.dunya .text { background: #534b4b }
  .catg-news-item.galeriekonomi .text,
  .catg-news-item.ekonomi .text,
  .head-line-news.fiveFlex li.galeriekonomi .text,
  .head-line-news.fiveFlex li.ekonomi .text { background: #77ab1a }
  .catg-news-item.galeriyasam .text,
  .catg-news-item.yasam .text,
  .head-line-news.fiveFlex li.galeriyasam .text,
  .head-line-news.fiveFlex li.yasam .text { background: #ec6417 }
  .catg-news-item.galerikadin .text,
  .catg-news-item.kadin .text,
  .head-line-news.fiveFlex li.galerikadin .text,
  .head-line-news.fiveFlex li.kadin .text { background: #d4145a }
  .catg-news-item.galerikultur-sanat .text,
  .catg-news-item.kultur-sanat .text,
  .head-line-news.fiveFlex li.galerikultur-sanat .text,
  .head-line-news.fiveFlex li.kultur-sanat .text { background: #00a99d }
  .catg-news-item.galeriteknoloji .text,
  .catg-news-item.teknoloji .text,
  .head-line-news.fiveFlex li.galeriteknoloji .text,
  .head-line-news.fiveFlex li.teknoloji .text { background: #ffad00 }
  .catg-news-item.galeriguzellik .text,
  .catg-news-item.guzellik .text,
  .head-line-news.fiveFlex li.galeriguzellik .text,
  .head-line-news.fiveFlex li.guzellik .text { background: #d4145a }
  .catg-news-item.galerimoda .text,
  .catg-news-item.moda .text,
  .head-line-news.fiveFlex li.galerimoda .text,
  .head-line-news.fiveFlex li.moda .text { background: #c21717; }
  .catg-news-item.galeribebegim-ve-biz .text,
  .catg-news-item.bebegim-ve-biz .text,
  .head-line-news.fiveFlex li.galeribebegim-ve-biz .text,
  .head-line-news.fiveFlex li.bebegim-ve-biz .text { background: #ef5398 }
  .catg-news-item.galeriegitim .text,
  .catg-news-item.egitim .text,
  .head-line-news.fiveFlex li.galeriegitim .text,
  .head-line-news.fiveFlex li.egitim .text { background: #009ca6 }
  .catg-news-item.haberadvertorial .text,
  .head-line-news.fiveFlex li.haberadvertorial .text { background: #555 }
  .catg-news-item .borderBox:hover .text,
  .head-line-news.fiveFlex li .borderBox a:hover .text { opacity: 1; visibility: visible; z-index: 9; }

  .head-line-news.fiveFlex li.ramadan-box { height:143px; position:relative; }
  .head-line-news.fiveFlex li.ramadan-box .first-link {display:block; width:100%; height:100%; background:url(../i/ramadan-widget-bg.jpg) no-repeat 0px 0px; background-size: cover; box-shadow:none; font-weight:700; color:#ececec; position:relative; text-align: center;}
  .head-line-news.fiveFlex li.ramadan-box h4 { padding: 15px 5px 0; font-size: 12px;}
  .head-line-news.fiveFlex li.ramadan-box span { display: block; margin: 15px 10px 0; padding: 2px; border: 1px solid #818fa1; font-size: 24px;}
  .head-line-news.fiveFlex li.ramadan-box .second-link { width:100%; height: 28px; background: #bc1a20; position: absolute; left: 0; bottom: 0; z-index: 5; }
  .head-line-news.fiveFlex li.ramadan-box .second-link i { width:100%; height:28px; display:block; line-height:27px; font-size:10px; color:#fff; text-align: center; font-style: normal; white-space: nowrap;}

  
  .col-custom-4.fiveVertical .view20 { margin-bottom: 12.5px !important; }
  .halfBox { display: flex; padding: 0; height: 100%; }
  .col-12.col-sm-12.col-lg-4.padRightHalf.inverseWrap { padding-right: 0; padding-left: 18px; }
  .halfBox.flexWrap { flex-wrap: wrap; }
  .halfBox.flexWrap .col-custom-2 { width: 50%; }
  .halfBox.flexWrap.hAuto { height: auto; }
  .dispWrap { flex-wrap: wrap; }
  .sociallines {display: flex;padding: 16px 0;justify-content: space-between;}
  .sociallines img { width: 100%; }
  .dailyNewspaperWidget { width: 100%; background: #fff; border: 1px solid #ebebeb; padding: 0 10px; height: 303px; overflow: hidden;}
  .dailyNewspaperWidget > .item { width: 50%;}
  .dailyNewspaperWidget > .item:not(:first-child) {display: none; }
  .dailyNewspaperWidget > .item img { max-width: 100%; height: auto;}
  .col-4-item.view20.advertHght.dispWrap { border: 1px solid #ebebeb; }
  .widgetCaption { position: relative; color: #c21717; display: flex; justify-content: space-between; width: 100%; height: 40px; align-items: center; padding-left: 15px; padding-right: 15px; }
  .widgetCaption a { display: block; color: #506c8b; }
  .widgetCaption h3 a { font-size: 19px; color: #be1717; }
  .widgetCaption a i { font-size: 17px; margin-left: 5px; position: relative; }
  .solidItems { border: 1px solid #ebebeb; background: #fff; }
  .boxWidget .advertHght { height: auto; min-height: 290px; }
  .gameWidget {padding: 0;border-top: 2px solid #c21717;width: 100%;height: calc(100% - 38px);}
  .col-12.col-sm-12.col-lg-8.padLittle { }
  .col-custom-2 { display: flex; width: 100%; height: 100%; margin-right: -10px; margin-left: -10px;}
  .ml-10 { padding-left: 10px; }
  .gameContent { height: 303px; }
  .col-2-item figure a { position: relative; }
  figure.borderBox.littleBox figcaption a {}
  .halfBox.flexWrap .borderBox.littleBox { margin-right: 3px !important; width: 100%; }
  figure.borderBox.littleBox figcaption a span { height: 64px; }
  figure.borderBox.littleBox .wrap { padding-bottom: 59.61%; }
  figure.borderBox.custom-1,
  figure.borderBox.custom-2 { border: none;}
  figure.borderBox.custom-2 { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
  figure.borderBox.custom-2 a { width: 173px; -webkit-flex-shrink: 0; flex-shrink: 0; }
  figure.borderBox.custom-1 .wrap { padding-bottom: 40.98%; }
  figure.borderBox.custom-2 .wrap { padding-bottom: 86.71%; }
  .col-2-item span.wrap { padding-bottom: 125.73%; }
  .col-4-item { width: 100%; padding-right: 10px; padding-left: 10px;}
  .col-custom-2:first-child { }
  figure.borderBox { border: 1px solid #ebebeb; width: 100%; height: 100%; background: #fff; }
  .col-custom-2:last-child { }
  figure.borderBox.bigBox { }
  figure.borderBox.littleBox .whiteBox { }
  .col-custom-2 figcaption.whiteBox { }
  .col-2-item { width: 50%; padding-left: 10px; padding-right: 10px;}
  .localNewsWrapper .widgetCaption h2 { margin-right: 28px; float: left; }
  .widgetCaption { height: 38px; padding-left: 20px; position: relative; font-size: 22px; color: #c21717; line-height: 38px; }
  .localNewsWrapper .widgetCaption { height: 48px; margin: 0 10px; padding-left: 10px; font-size: 20px; line-height: 48px; overflow: hidden; display: inline-block; padding: 0; width: calc(100% - 20px); }
  .localNewsWrapper .widgetCaption h2 { margin-right: 28px; float: left; }
  .widgetCaption.rule1 { height: 30px; line-height: 30px; }
  .widgetCaption a { display: flex; font-size: 13px; color: #355f83; align-items: center; }
  .localNewsWrapper .widgetCaption .btn { float: left; font-size: 13px; color: #355f83; }
  .localNewsWrapper .widgetCaption .btn:not(.close):not(.metroIstBtn) { height: 28px; margin: 10px 5px 0; padding: 0 10px; background-color: #cc0b29; position: static; border: none; font-size: 14px; color: #fff; font-weight: 700; line-height: 28px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36); border-radius: 3px; }
  .localNewsWrapper .widgetCaption .btn.metroIstBtn { width: 76px; height: 28px; margin: 10px 5px 0; padding: 0; background-color: #e5e5e5; }
  .localNewsWrapper .widgetCaption .btn.metroIstBtn img { max-width: 100%; height: auto; display: block; }
  .localNewsWrapper .widgetCaption .btn.allCity { background-color: #14233a !important; }
  .localNewsWrapper .widgetCaption .btn.close { width: 34px; height: 34px; margin: 6px -2px 0 0; padding: 0; float: right; border: none; -webkit-box-shadow: none !important; box-shadow: none !important; opacity: 1; }
  .widgetFrame.localNewsList { margin: -20px 10px 10px; border-top: 1px solid #c21717; }
  .widgetFrame.localNewsList .boxWrapper { padding: 0 5px; }
  .widgetFrame .boxWrapper { min-height: 100%; position: relative; }
  .localNewsWrapper ul { display: table; margin: 10px -10px 0; }
  .localNewsWrapper ul li .multiple { position: relative; background: #fff; overflow: hidden; }
  .localNewsWrapper ul li .multiple img { width: 100%; max-width: 100%; height: auto; }
  .localNewsWrapper ul li .multiple  figcaption { overflow: hidden; }
  .localNewsWrapper ul li .multiple  figcaption a { width: 100%; height: 64px; display: block; margin-bottom: 8px; padding: 10px 15px 0 15px; font-size: 17px; line-height: 24px; overflow: hidden; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; box-align: center; }
  @media (min-width:768px) {
    .localNewsWrapper.open { height: 280px; margin-top: -44px; }
  }
  @media (min-width:992px) {
    .localNewsWrapper.open { height: 320px; margin-top: 0; }
    .localNewsWrapper ul li .multiple  figcaption a { height: 60px; }

    .head-line-news.fiveFlex li.ramadan-box { height: 170px;}
    .head-line-news.fiveFlex li.ramadan-box h4 { padding:15px 20px 0; font-size:14px; }
    .head-line-news.fiveFlex li.ramadan-box span { margin:15px 15px 0; padding:3px; font-size:34px; }
    
  }
  @media (min-width:1200px) {
    .localNewsWrapper.open { height: 326px; }
    .localNewsWrapper ul li .multiple  figcaption a { height: 62px; }

    .head-line-news.fiveFlex li.ramadan-box { height:173px; }
    .head-line-news.fiveFlex li.ramadan-box h4 { padding-top:20px; }
  }
  @media (min-width:1441px) {
    .localNewsWrapper.open { height: 360px; }
    .localNewsWrapper ul li .multiple figcaption a { height: 61px; }
    .head-line-news.fiveFlex li.ramadan-box { height:191px; }
    .head-line-news.fiveFlex li.ramadan-box span { margin:25px 15px 0; padding:7px; }
  }
  .indexTitle h3 { position: relative; font-size: 24px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; text-align: left; color: #000000;}
  .indexTitle h3:before { content: ""; width: 17px; height: 17px; background-color: #e73323; display: inline-block; position: relative; top: 0; margin-right: 8px; }
  .indexTitle { display: flex; align-items: center; margin-bottom: 20px; }
  .borderBox .whiteBox span { height: 66px; padding-bottom: 0 !important; }
  figure.borderBox.custom-1 .whiteBox span,
  figure.borderBox.custom-2 .whiteBox span { height: 40px;}
  .bigBox wrap { padding-bottom: 65.82% !important; }
  .col-2-item .borderBox .whiteBox span { }
  .bigBox .wrap { padding-bottom: 151.92%; }
  .bigBox figcaption.whiteBox { }
  .fiveVertical figure.borderBox { height: auto; display: flex; }
  .fiveVertical figure.borderBox span.wrap { padding-bottom: 59.79%; }
  .fiveVertical figure.borderBox>a { width: 194px; }
  .dailyBurcs { width: 100%; flex-wrap: wrap; display: flex; padding: 8px 15px; background: #fff; border: solid 1px #ebebeb; height: 100%; }
  .dailyBurcs ul { display: flex; flex-wrap: wrap; }
  .dailyBurcs h3 { width: 100%; display: block; margin-bottom: 5px; padding-left: 10px; }
  .dailyBurcs ul li { width: 25%; margin-bottom: 5px; }
  .dailyBurcs ul li strong { position: absolute; width: 64px; height: 64px; background: #c21717; color: #fff; font-size: 20px; font-weight: normal; padding: 0; text-align: center; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); top: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; left: 9px; right: 0; font-size: 10px; font-style: normal; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
  .dailyBurcs ul li a { position: relative; display: flex; align-items: center; justify-content: center; }
  .dailyBurcs ul li a span { display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; }
  .dailyBurcs ul li a:hover>span { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
  .dailyBurcs ul li a:hover strong { -webkit-transform: rotateY(0); transform: rotateY(0); }
  .dailyBurcs ul li a span em { font-size: 12px; font-style: normal; text-align: center; display: block; margin-top: 4px; }
  .fiveVertical  .whiteBox { width: calc(100% - 194px); height: 116px !important; }
  .bigBox figcaption.whiteBox a {padding: 13px 14px 0 15px;}
  .col-12.col-sm-12.col-lg-4.padRightHalf { }
  .bigBox figcaption.whiteBox a span { height: 64px; }
  .inverseWrap .col-custom-2.view20:first-child { padding-right: 10px; }
  .inverseWrap .col-custom-2.view20:nth-child(2) { padding-left: 8px; padding-right: 3px; }
  .inverseWrap .col-custom-2:nth-child(3) { }
  .whiteBox a:hover { color: #be1717; }
  .col-custom-4 { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-right: -10px; margin-left: -10px;}
  .col-custom-4 .col-2-item { width: 50%;}
  .yayinWidget ul li a { display: flex; align-items: center; }
  .yayinWidget ul li a picture { width: 65px; }
  .yayinWidget ul li a span { width: calc(100% - 65px); display: flex; align-items: center; flex-wrap: wrap; padding-left: 20px; }
  .yayinWidget ul li a span * { width: 100%; }
  .yayinWidget ul li a span em { color: #c42c67; font-size: 14px; font-style: normal; margin-bottom: 5px; }
  .yayinWidget ul li a span strong, .yayinWidget ul li a span i { font-style: normal; font-size: 14px; }
  .yayinWidget ul li a span i { margin-top: 5px; }
  .yayinWidget ul li + li { border-top: 1px solid #ebebeb; padding-top: 10px; margin-top: 10px; }
  .widgetToday { width: 100%; padding: 10px 15px; border-top: 2px solid #c21717; background: #fff; }
  .yayinWidget ul { max-height: 151px; overflow: hidden; }

  /* ========[ live channels style ]============ */
  .liveChannelTab { background: #fff; border: 1px solid #ebebeb; }
  .liveChannelTab .tabMenu { }
  .liveChannelTab .tabMenu ul { width: 100%; display: inline-block; vertical-align: top; background: #14233a; border-bottom: 2px solid #c31717; }
  .liveChannelTab .tabMenu ul li { width: 50%; height: 40px; float: left; font-size: 16px; color: rgba(255, 255, 255, .3); text-align: center; line-height: 40px; cursor: pointer; }
  .liveChannelTab .tabMenu ul li:hover { color: #fff; }
  .liveChannelTab .tabMenu ul li.selected { background: #c31717; color: #fff; cursor: default; }
  .liveChannelTab .tabMenu ul li img { display: inline-block; vertical-align: text-bottom; margin-right: 6px; opacity: .3; }
  .liveChannelTab .tabMenu ul li:hover img, .liveChannelTab .tabMenu ul li.selected img { opacity: 1; }
  .liveChannelTab .itemFrame .item { width: 100%; height: 0; overflow: hidden; pointer-events: none; opacity: 0; }
  .liveChannelTab .itemFrame .item.show { height: 227px; pointer-events: inherit; opacity: 1; }
  .liveChannelTab .itemFrame .item ul { height: 100%; overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .liveChannelTab .itemFrame .item ul li { width: 25%; position: relative; -webkit-align-content: space-between; align-content: space-between; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; box-align: center; }
  .liveChannelTab .itemFrame .item.tvChan ul li { width: 22%; }
  .liveChannelTab .itemFrame .item ul li:nth-child(-n+3) { width: 33.3333%; }
  .liveChannelTab .itemFrame .item.tvChan ul li:nth-child(-n+4) { width: 25%; }
  .liveChannelTab .itemFrame .item.radioChan ul li:nth-child(n+8) { width: 33.3333%; }
  .liveChannelTab .itemFrame .item.tvChan ul li:last-child { width: 34%; }
  .liveChannelTab .itemFrame .item ul li:before { content: ''; width: 1px; height: 55%; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .liveChannelTab .itemFrame .item ul li img { max-width: 100%; height: auto; }
  .liveChannelTab .itemFrame .item.tvChan ul li:nth-child(-n+4) img { max-width: 80%; }
  .liveChannelTab .itemFrame .item ul li a { width: 100%; display: block; }
  .liveChannelTab .itemFrame .item ul li a em { display: block; text-align: center; font-style: normal; }
  .electionIframe { background: #fff; }
  .electionIframe iframe { height: 196px; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; display: block; border: none; overflow: hidden; }
  .electionIframe3 { margin: 0 -10px 10px; }
  .electionIframe3 iframe { height: 162px; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; display: block; border: none; overflow: hidden; }

  /* ========[ sarisayfalar - widget style ]============ */
  .sari-sayfalar-widget { height: 303px; background: #fff; }
  .sari-sayfalar-widget > a { height: 40px; display: block; padding: 2px 0 2px 20px; background: #ffca05; border-bottom: 2px solid #d11919; }
  .sari-sayfalar-widget > a img {max-width: 100%!important; height: auto!important; display: block;}
  .sari-sayfalar-widget > a h3 { height: 0; display: block; margin: 0; text-indent: -999px; overflow: hidden; }
  .sari-sayfalar-widget .tabs { width: 100%; vertical-align: top; height: 40px; background-color: #f3f3f3; display: flex; align-items: center; padding-left: 20px; margin-bottom: 15px; }
  .sari-sayfalar-widget .tabs li { width: 50%; height: 24px; padding: 0 0 0 17px; position: relative; float: left; font-size: 14px; line-height: 24px; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
  .sari-sayfalar-widget .tabs li:before { content: ''; position: absolute; top: 7px; left: 0; width: 10px; height: 10px; border: 1px solid #14233a; }
  .sari-sayfalar-widget .tabs li.current:before { border-color: #d11919; }
  .sari-sayfalar-widget .tabs li.current:after { content: ''; position: absolute; top: 10px; left: 3px; width: 4px; height: 4px; background: #d11919; }
  .sari-sayfalar-widget .tabs li.current { color: #d11919; cursor: default; }
  .sari-sayfalar-widget .main { height: calc(100% - 110px); padding: 0 16px; }
  .sari-sayfalar-widget .cells { height: 100%; }
  .sari-sayfalar-widget .cells .cell { height: 100%; display: none; }
  .sari-sayfalar-widget .cells .cell:first-child { display: block; }
  .sari-sayfalar-widget .sariList { height: 100%; position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sari-sayfalar-widget .sariList:before { content: ''; width: 100%; height: 1px; position: absolute; top: 50%; left: 0; background-color: #ebebeb; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sari-sayfalar-widget .sariList li { height: 75px; font-size: 12px; overflow: hidden; line-height: 15px; width: 100%;}
  .sari-sayfalar-widget .sariList li a { display: table-cell; position: relative; padding: 0 0 0 110px; vertical-align: middle; }
  .sari-sayfalar-widget .sariList li img { position: absolute; top: 0; left: 0; }
  .sari-sayfalar-widget .sariList li strong { display: block; color: #d11919; }
  .sari-sayfalar-widget .sariList li span { display: block; }
  .sari-sayfalar-widget .sariList li em { max-height: 30px; display: block; font-weight: normal; font-style: normal; overflow: hidden; }

  /* ========[ sans oyunlari - widget style ]============ */
  .mpTheme .boxWrapper { background: #fff; height: 100%; width: 100%; }
  .mpTheme ul { padding: 0 5% 5%; }
  .mpTheme ul:after { content: ''; display: table; }
  .mpTheme ul:after { content: ''; clear: both; }
  .mpTheme li { height: 72px; float: left; display: block; width: 50%; text-align: center; }
  .mpTheme li:first-child { width: 100%; height: 60px; margin-bottom: 8px; }
  .mpTheme li:nth-child(-n+3) { border-bottom: 1px solid #e6e6e6; }
  .mpTheme li:nth-child(2), .mpTheme li:nth-child(4) { border-right: 1px solid #e6e6e6; }
  .mpTheme li a { height: 100%; display: block; }
  .mpTheme li a:before { content: ''; width: 1%; height: 100%; display: inline-block; vertical-align: middle; }
  .mpTheme li a img { display: inline-block; vertical-align: middle; }
  .widgetFrame.mpTheme { height: 230px; border-top: 2px solid #c21717; }

  /* ========[ channel list - widget style ]============ */
  .channelList { width: 100%; }
  .channelList .boxWrapper { padding: 15px; }
  .channelList .boxWrapper .selectFrame { height: 40px; }
  .channelList .boxWrapper .selectFrame .ui-button .ui-icon { width: auto; height: auto; background: none; text-indent: inherit; }
  .channelList .boxWrapper .selectFrame .ui-button .ui-icon:after { content: "\f078"; background: none; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #666676; font-size: 18px; }
  .channelList .boxWrapper .selectFrame .ui-selectmenu-button.ui-button { width: 100%; height: 40px; padding: 0 1em; background: none; border: none; border-radius: 0; font-size: 16px; color: #29183b; font-weight: 700; line-height: 40px; }
  .channelList .boxWrapper .items { padding: 20px 0 10px; }
  .channelList .boxWrapper .items li a { display: block; overflow: hidden; }
  .channelList .boxWrapper .items li:first-child { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #d0d3d8; }
  .channelList .boxWrapper .items li img { margin-right: 20px; float: left; }
  .channelList .boxWrapper .items li span, .channelList .boxWrapper .items li strong, .channelList .boxWrapper .items li i { display: block; margin-bottom: 4px; font-size: 14px; color: #29183b; font-style: normal; }
  .channelList .boxWrapper .items li span { color: #c42c67; }
  .channelList .boxWrapper .items li strong { }
  .channelList .boxWrapper .items li i { margin-bottom: 0; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots { height: 24px; position: absolute; bottom: -3px; background: none; border: none; z-index: 2; text-align: center; background: #ebebeb; display: flex; align-items: center;      /* overflow: inherit; */ }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots { width: 100%; height: 40px; position: relative; bottom: 0; z-index: 2; background-color: #fff; border-top: 2px solid #d11919; text-align: center;      /* overflow: hidden; */ }
  .type02 .slick-dots { position: absolute; bottom: -10px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots li { width: 100%; height: auto; display: inline-block; vertical-align: top; cursor: pointer; }
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots li a {display: flex;cursor: pointer;outline: none;background: #fff;overflow: hidden;font-size: 18px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.33; color: #000000;align-items: center;justify-content: center;border: 0;text-indent: 0;height: 26px;border-radius: 0;width: 100%;}
  .sliderWrapper .headlineNumeric.type02 .items .slick-dots {height: 24px;position: absolute;bottom: -3px;background: none;border: none;z-index: 2;text-align: center;background: #ebebeb;display: flex;align-items: center;background: #fff;overflow: inherit;}


  .listen-all-index {}
    .listen-all-index .link-btn {height: 55px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; background-color: #fff; border: 1px solid #f8d949; font-size: 16px; font-weight: 600;}
    .listen-all-index .link-btn:hover {background-color: #f8d949; color: inherit;}
    .listen-all-index .link-btn .fa-volume-up {width: 64px; height: 55px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-shrink: 0; flex-shrink: 0; margin-left: -1px; background-color: #f8d949; font-size: 30px; text-align: center; }
    .listen-all-index .link-btn:hover .fa-volume-up {border: 1px solid #f8d949; background-color: #fff;}
    .listen-all-index .link-btn .listen-title {display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 10px;}


  @media (min-width:992px) {
    .head-line-news.fiveFlex li.ramadan-box .second-link i { font-size: 12px;}

    .sliderWrapper .headlineNumeric.type02 .items .slick-dots { bottom: -6px; }
    .fiveFlex .borderBox .whiteBox span { height: 58px; }
    .fiveFlex.titleCenter .borderBox .whiteBox span { text-align: center; }
    .fiveFlex .borderBox .whiteBox a { padding-top: 4px; }

    figure.borderBox.custom-2 { display: block;}
    figure.borderBox.custom-2 a { width: 100%;}
  }
  @media (min-width:1200px) {
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots { bottom: -10px; }
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li { margin: 0; }
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li a { }

    figure.borderBox.custom-1 .whiteBox,
    figure.borderBox.custom-2 .whiteBox { height: 56px; }
  }
  @media (min-width:1441px) {
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots {height: 26px;bottom: -13px;}
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li { }
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots li a { }

    figure.borderBox.custom-1 .whiteBox, 
    figure.borderBox.custom-2 .whiteBox {height: 64px;}

    figure.borderBox.custom-1 .whiteBox span,
    figure.borderBox.custom-2 .whiteBox span { height: 44px;}

  }

  /* ========[ user private style ]============ */
  .userPrivate { width: 740px; margin: 0 auto 10px; position: relative; background: #f7f7f7; font-size: 15px; color: #14233a; line-height: 44px; }
  .userPrivate .loader { width: 34px; height: 34px; position: absolute; top: 50%; left: 50%; z-index: 2; font-size: 12px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .userPrivate.marginBottomNone { margin-bottom: 0;}
  .userPrivate.show .loader { z-index: 1; opacity: 0; }
  .userPrivate > ul { width: 100%; position: relative; z-index: 1; pointer-events: none; opacity: 0; 
       display: -webkit-box; 
       display: -ms-flexbox; 
       display: -webkit-flex; 
       display: flex; 
       -webkit-align-items: center; 
       align-items: center;
       -webkit-flex-wrap: wrap;
       flex-wrap: wrap;
  }
  .userPrivate.marginBottomNone > ul { position: static; }
  .userPrivate .loader, .userPrivate > ul { -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; }
  .userPrivate.show > ul { z-index: 2; pointer-events: inherit; opacity: 1; }
  .userPrivate > ul:before { content: ''; width: 100%; height: 0; border-top: 1px solid #dbdbdb; position: absolute; top: 44px; }
  .userPrivate > ul > li {height: 44px; border-right: 1px solid #dbdbdb;float: left;text-align: center;
    -webkit-flex: 1; flex: 1;
  }
  .userPrivate.marginBottomNone > ul > li { position: relative; z-index: 1; }
  
  .userPrivate > ul > li a { height: 44px; display: block; position: relative; padding: 0 5px;}
  .userPrivate > ul > li.localNewsBtn {-webkit-flex: 0; flex: 0; position: relative; }
  .userPrivate > ul > li.localNewsBtn, 
  .userPrivate > ul > li.localNewsBtn .btn {-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out;-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out;-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out;-o-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out;transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out;}
  .userPrivate > ul > li.localNewsBtn.open { position: relative; border: solid #d11919; border-width: 3px 3px 0; z-index: 3; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); }
  .userPrivate > ul > li.localNewsBtn .act {width: 180px; padding: 6px; background: #14233a; text-align: center; color: #14233a; line-height: 16px; animation: layerize3 cubic-bezier(0.4, 0, 0.2, 1) 1.6s infinite alternate; }
  .userPrivate.metroIst > ul > li.localNewsBtn .act { padding-left: 10px; text-align: left; }
  .userPrivate > ul > li.borsaBtn,
  .userPrivate > ul > li.borsaBtn a { -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out; -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out; -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out; -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out; transition: background-color .25s ease-in-out, color .25s ease-in-out, height .25s ease-in-out; }
  .userPrivate > ul > li.borsaBtn.open { position: relative; border: solid #d11919; border-width: 3px 3px 0; z-index: 3; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); }
  .userPrivate > ul > li.borsaBtn a {display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; background-color: #14233a; text-align: center; color: #14233a; line-height: 16px; animation: layerize3 cubic-bezier(0.4, 0, 0.2, 1) 1.6s infinite alternate; }
  @keyframes layerize3 {
    0% { background: #14233a; color: #24354e; }
    100% { background: #14233a; color: #ffffff; }
  }
  .userPrivate > ul > li.localNewsBtn .metroIstBtn { width: 76px; height: 28px; background-color: #e5e5e5; position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .userPrivate > ul > li.localNewsBtn .metroIstBtn img { max-width: 100%; height: auto; display: block; }
  .userPrivate > ul > li.localNewsBtn.open .act { height: 50px; padding: 3px 2px; background-color: #f7f7f7; color: #14233a; animation: none; }
  .userPrivate > ul > li.timer {display: -webkit-flex; display: flex; position: relative; text-align: center; }
  .userPrivate > ul > li.timer a {display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
  .userPrivate > ul > li.timer .vkatilim { width: 86px; height: 30px;}
  .userPrivate > ul > li.timer .icon { width: 33px; height: 31px;}
  .userPrivate > ul > li.timer .frame {height: 100%; display: flex; flex-flow: column; align-items: center; justify-content: center; margin-left: 10px;}
  .userPrivate > ul > li.timer .frame strong { height: 20px; display: inline-block; line-height: 20px; font-weight: 600;}
  .userPrivate > ul > li.timer .frame span { width: 70px; height: 22px; display: inline-block; padding: 1px 0; background: #356083; color: #fff; text-align: center; line-height: 20px; border-radius: 5px; }
  .userPrivate > ul > li.timer a:hover .frame span { background: #be1717;}
  .userPrivate > ul > li.route { }
  .userPrivate > ul > li.benckiser {position: relative;}
  .userPrivate > ul > li.benckiser a {width: 100%; height: 100%; /*display: flex;align-items: center;justify-content: center;*/ position: absolute; top: 0; left: 0; z-index: 2;}
  .userPrivate > ul > li.benckiser iframe {position: relative; z-index: 1;}
  .userPrivate > ul > li.route a {display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
  .userPrivate > ul > li.route a:not(:hover) {color: #356083;}
  .userPrivate > ul > li.route .fa { height: 44px; padding: 0 5px; font-size: 28px; line-height: 44px; text-align: center; }
  .userPrivate > ul > li.route em {padding-left: 3px; font-style: normal; line-height: 16px; white-space: nowrap;}
  .userPrivate > ul > li.meteor {display: -webkit-flex; display: flex; position: relative;}
  .userPrivate > ul > li.meteor > a {display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
  .userPrivate > ul > li.meteor .eca { width: 120px; height: auto;}
  .userPrivate > ul > li.meteor .iconDiv { width: 43px; height: 44px; text-align: center; position: relative; }
  .userPrivate > ul > li.meteor .iconDiv [class^="flaticon-"]:before, 
  .userPrivate > ul > li.meteor .iconDiv [class*=" flaticon-"]:before, 
  .userPrivate > ul > li.meteor .iconDiv [class^="flaticon-"]:after, 
  .userPrivate > ul > li.meteor .iconDiv [class*=" flaticon-"]:after { font-size: 40px; color: #356083; }
  .userPrivate > ul > li.change { position: relative; font-size: 15px; }
  .userPrivate > ul > li.change a { padding-top: 3px; }
  .userPrivate > ul > li.change em, .userPrivate > ul > li.change i { display: block; font-style: normal; line-height: 18px; }
  .userPrivate > ul > li.change i { position: relative; font-weight: normal; }
  .userPrivate > ul > li.change i:after { content: "\f068"; margin: 0 6px; background: none; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #324370; font-size: 16px; }
  .userPrivate > ul > li.change.down i:after { content: '\f0d7'; font-size: 20px; color: #d11919; }
  .userPrivate > ul > li.change.up i:after { content: '\f0d8'; font-size: 20px; color: #178631; }
  .userPrivate > ul > li.borsaBtn {}
  .userPrivate > ul > li.borsaBtn .fa { margin: 6px 5px 0 0; font-size: 20px;}
  .userPrivate > ul > li.worldCup { width: 100px !important; }
  .userPrivate > ul > li.worldCup a { width: 100px; background: #00579a url(../i/world-cup.png) no-repeat 2px center; color: #ffffff; font-size: 11px; line-height: 17px; padding-left: 25px; padding-top: 5px; }
  .userPrivate > ul > li.borsaIst a {height: 43px; margin-top: 1px; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; overflow: hidden; background-color: #fff;}
  .userPrivate > ul > li.baymak a {display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; background-color: #fff;}
  .userPrivate .city {-webkit-flex: 0; flex: 0;}
  .userPrivate .city .selectBox {width: 180px; height: 44px; display: flex; align-items: center;}
  .userPrivate .city .selectBox:after { display: none;}
  .userPrivate .city .selectBox > select { height: 44px !important; }
  .selectBox .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 44px; color: #fff; }
  .selectBox .select2-container .select2-selection--single { height: 44px; border: 0; background: #be1717; border-radius: 0 !important; }
  .selectBox .select2-container { width: 100% !important; }
  .selectBox .select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; color: #fff; }
  .selectBox .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #fff transparent transparent transparent; }
  .userPrivate .selectBox .ui-button .ui-icon { width: 26px; background: none; text-indent: inherit; text-align: center; }
  .userPrivate .selectBox .ui-button .ui-icon:after { content: '\f078'; background: none; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #fff; font-size: 14px; }
  .userPrivate .selectBox .ui-button.ui-selectmenu-button-open .ui-icon:after { content: '\f077' }
  .userPrivate .selectBox .ui-selectmenu-button.ui-button { width: 100%; height: 44px; display: block; padding: 0 0 0 7px; background: #d11919; border: none; border-radius: 0; font-size: 16px; color: #fff; font-weight: 700; line-height: 44px; }
  
  .userPrivate.citroen-custom > ul > li.change {padding: 3px 5px 5px; font-size: 14px; }
  .userPrivate.citroen-custom > ul > li.citroen {width: 130px; -webkit-flex-shrink: 0; flex-shrink: 0; font-size: 12px; }
  .userPrivate.citroen-custom > ul > li.citroen a {display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 4px;}
  .userPrivate.citroen-custom > ul > li.citroen em {padding-left: 5px; font-style: normal; line-height: 18px;}
  .userPrivate.citroen-custom > ul > li.borsaBtn i {display: none; }
  
  .userPrivate.vkatilim-custom > ul > li.timer .frame {margin-left: 5px;}
  
  .userPrivate.eca-custom > ul > li.timer a:first-child + a {padding: 0;}
  .userPrivate.eca-custom > ul > li.meteor > a:first-child {padding-right: 0;}
  .userPrivate.eca-custom > ul > li.meteor > a:last-child {padding-left: 0;}

  .userPrivate.baymak-custom > ul > li.timer a:first-child + a {padding: 0;}
  .userPrivate.baymak-custom > ul > li.meteor > a:first-child {padding-right: 0;}
  .userPrivate.baymak-custom > ul > li.meteor > a:last-child {padding-left: 0;}
  
  .bik-bant {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 4px;
    background: #AE2C23;
    color: #fff;
    font-style: normal;
  }
  
  @media (min-width:768px) {
    .userPrivate, .localNewsWrapper { width: 730px; }
    
    .userPrivate > ul > li {}
    .userPrivate > ul {}
    .userPrivate > ul > li.meteor {}
    .userPrivate.citroen-custom > ul > li.meteor {}
    .userPrivate > ul > li.route {}
    .userPrivate > ul > li.route a {}
    .userPrivate > ul > li.route .fa {text-align: left;}
    
    .userPrivate > ul > li.benckiser,
    .userPrivate > ul > li.benckiser iframe {width: 285px;}
    .userPrivate.citroen-custom > ul > li.citroen {width: 170px;}
  }
  @media (min-width:992px) {
    .userPrivate, .localNewsWrapper { width: 960px; }
    .userPrivate > ul > li {-webkit-flex: 1 1 auto; flex: 1 1 auto;}
    .userPrivate > ul > li.city .selectBox,
    .userPrivate > ul > li.localNewsBtn .act {width: 140px;}
    .userPrivate > ul > li.localNewsBtn .act { font-size: 13px;}
    .selectBox .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-results>.select2-results__options {font-size: 14px;}
    .userPrivate > ul {-webkit-flex-wrap: nowrap; flex-wrap: nowrap;}
    .userPrivate > ul > li.timer .frame { width: 70px; }
    .userPrivate > ul > li.route {width: 50px;}
    .userPrivate > ul > li.route em {display: none;}
    .userPrivate > ul > li.benckiser,
    .userPrivate > ul > li.benckiser iframe {width: 270px;}
    .userPrivate > ul > li.change,
    .userPrivate > ul > li.change em { font-size: 13px;}
    .userPrivate > ul > li.timer .is-countdown a {padding: 0;}
    
    .userPrivate.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.borsa-ist-custom > ul > li.localNewsBtn .act {width: 123px;}

    .userPrivate.vkatilim-custom {font-size: 13px;}
    .userPrivate.vkatilim-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom > ul > li.localNewsBtn .act {width: 120px; font-size: 11px;}
    .userPrivate.vkatilim-custom > ul > li.borsaBtn a {font-size: 12px;}
    .userPrivate.vkatilim-custom > ul > li.borsaBtn .fa {display: none;}
    
    .userPrivate.citroen-custom > ul > li.change {padding: 3px 2px 5px;}
    .userPrivate.citroen-custom > ul > li.borsaBtn {width: 70px !important;}
    .userPrivate.citroen-custom > ul > li.meteor {width: 90px;}
    .userPrivate.citroen-custom > ul > li.citroen {width: 110px;}
    .userPrivate.citroen-custom > ul > li.citroen a {padding: 0 2px; font-size: 11px;}

    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.localNewsBtn .act {width: 90px; overflow: hidden;}

    .userPrivate > ul > li.borsaIst a { width: 100%; height: 44px; margin: 0;}
    
    .flashNews { width: 960px; }
  }
  @media (min-width:1200px) {
    .userPrivate, .localNewsWrapper { width: 980px; }
    .userPrivate > ul > li.city .selectBox,
    .userPrivate > ul > li.localNewsBtn .act {width: 150px;}
    .userPrivate.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.borsa-ist-custom > ul > li.localNewsBtn .act {width: 130px;}
    
    .userPrivate.vkatilim-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom > ul > li.localNewsBtn .act {width: 130px; font-size: 12px;}

    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.localNewsBtn .act {width: 100px; overflow: hidden;}

    .flashNews{ width: 980px; }
  }
  @media (min-width:1441px) {
    .userPrivate, .localNewsWrapper { width: 1138px; }
    .userPrivate .selectBox .ui-selectmenu-button.ui-button { padding: 0 0 0 17px; }
    .userPrivate > ul > li.localNewsBtn .act {font-size: 14px;}
    .selectBox .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-results>.select2-results__options {font-size: 16px;}
    .userPrivate > ul > li.change em { font-size: 16px;}

    .userPrivate.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.borsa-ist-custom > ul > li.localNewsBtn .act {width: 150px;}

    .userPrivate.vkatilim-custom {font-size: 15px;}
    .userPrivate.vkatilim-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom > ul > li.localNewsBtn .act {width: 150px; font-size: 13px;}
    .userPrivate.vkatilim-custom > ul > li.borsaBtn a {font-size: 13px;}
    .userPrivate.vkatilim-custom > ul > li.borsaBtn .fa {display: block;}
    
    .userPrivate.citroen-custom > ul > li.change {padding: 0 10px 5px; font-size: 15px; }
    .userPrivate.citroen-custom > ul > li.citroen {width: 130px;}
    .userPrivate.citroen-custom > ul > li.citroen a {padding: 0 4px; font-size: 13px;}

    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.city .selectBox,
    .userPrivate.vkatilim-custom.borsa-ist-custom > ul > li.localNewsBtn .act {width: 140px;}
    
    .flashNews{ width: 1138px; }
  }

  /* ========[ flash bar style ]============ */
  .flashNews { margin: 0 auto 10px; position: relative; z-index: 1; display: block; height: 36px; line-height: 36px; overflow: hidden; background: #fef200; }
  .flashNews dt { float: left; position: relative; }
  .flashNews dt > img { display: block; }
  .flashNews dd:not(:last-child) { width: calc(100% - 240px); display: block; padding-left: 130px; font-size: 16px; line-height: 36px; }
  .flashNews a { display: block; font-size: 16px; color: #3f2c0f; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  .flashNews a:hover { text-decoration: underline; }
  .flashNews dt:after { content: ''; background-color: #FFF200; position: absolute; right: 0; top: 0; height: 36px; z-index: 20; width: 3px; }
  .flashNews .goto { background-color: #d9ce0d; height: 36px; line-height: 36px; color: #000000; font-size: 12px; position: absolute; right: 0px; top: 0px; padding-right: 27px; padding-left: 5px; overflow: visible; }
  .flashNews .goto span { display: block; width: 70px; padding: 5px 0; position: relative; height: 36px; line-height: 10px; background-color: #d9ce0d; z-index: 3; font-size: 10px; text-align: center; white-space: initial; }
  .flashNews .goto:after { content: "\f054"; height: 36px; width: 18px; position: absolute; right: 0px; top: 0px; background: none; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #fff; font-size: 20px; line-height: 38px; }
  .flashNews .goto:before { content: ''; position: absolute; z-index: 1; left: -19px; top: 0px; width: 30px; height: 36px; -webkit-transform: skew(25deg); -moz-transform: skew(25deg); -o-transform: skew(25deg); background: #d9ce0d; -webkit-box-shadow: -3px 0px 5px 0px rgba(205, 193, 0, 1); -moz-box-shadow: -3px 0px 5px 0px rgba(205, 193, 0, 1); box-shadow: -3px 0px 5px 0px rgba(205, 193, 0, 1); }
  .flashNews .goto:hover { text-decoration: none; font-size: 13px; }

  /* ========[ not bar style ]============ */
  .notBar { position: fixed; top: 0px; left: 50%; margin-left: -215px; width: 430px; height: 170px; z-index: 200000; background-color: #ffffff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); -webkit-transform: translateY(-155px); -webkit-animation: slideDown 2.5s 1.5s 1 ease forwards; -moz-transform: translateY(-155px); -moz-animation: slideDown 2.5s 1.5s 1 ease forwards; }
  .n-logo { width: 100%; background: url('../i/n-logo.png?v=2') no-repeat center center; height: 55px; }
  .notBar .txt { width: 100%; box-sizing: border-box; padding: 0px 20px 10px 20px; color: #333332; font-size: 15px; text-align: center; }
  .notBar .btns { width: 100%; text-align: center; height: 35px; }
  .notBar .btns .btn { display: inline-block; width: 125px; height: 35px; color: #ffffff; background-color: #01b445; text-align: center; font-size: 16px; font-weight: 700; border: none; cursor: pointer; -webkit-transition: all .5s ease; transition: all .5s ease;  float: none!important; margin: 0!important; padding: 0!important; line-height: 34px!important; border-radius: 0!important;}
  .notBar .btns .btn:hover { background-color: #058c38; }
  .notBar .btns .btn.grey { background-color: #b7b7b7; margin-right: 5px; }
  .notBar .btns .btn.grey:hover { background-color: #a1a0a0; }
  @-webkit-keyframes slideDown {
    0% { -webkit-transform: translateY(-155px); }
    10%, 100% { -webkit-transform: translateY(0px); }
  }
  @-moz-keyframes slideDown {
    0% { -moz-transform: translateY(-155px); }
    10%, 100% { -moz-transform: translateY(0px); }
  }

  /* ========[ billboard - measthead - advert style ]============ */
  .billBoardFrame,
  .bandReklam,
  .sub-board-frame { width: 100%; margin-bottom: 10px; position: relative; z-index: 11; text-align: center; font-size: 0; }
  .billBoardFrame,
  .sub-board-frame { display: block!important;}
  .bandReklam { width: 100%; display: block; margin-bottom: 10px; position: relative; z-index: 11; text-align: center; font-size: 0; }
  .sub-board-frame { display: -webkit-flex!important; display: flex!important; justify-content: -webkit-center; justify-content: center;}
  .billBoardFrame > div,
  .bandReklam > div,
  .sub-board-frame > div {width: 100%; min-height: 250px; position: relative; display: inline-block;}
  .sub-board-frame > div { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center;}
  .bandReklam > div,
  .sub-board-frame > div {min-height: 50px;}
  .sub-board-frame.mid-masthead > div {min-height: 250px;}
  .billBoardFrame > div:not([style]),
  .bandReklam > div:not([style]),
  .sub-board-frame > div:not([style]),
  .billBoardFrame > .item {max-width: 970px;}
  .billBoardFrame > div:not([style]):before,
  .bandReklam > div:not([style]):before,
  .sub-board-frame > div:not([style]):before,
  .billBoardFrame > .item:before,
  .billBoardFrame > div:not([style]):after,
  .billBoardFrame > .item:after {content: ''; width: 100%; height: 100%; position: absolute; top: 50%; left: 0; z-index: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .billBoardFrame > div:before,
  .bandReklam > div:before,
  .sub-board-frame > div:before {
    background-color: #e5e5f7;
    opacity: 0.2;
    background-image: radial-gradient(#000000 0.35000000000000003px, #e5e5f7 0.35000000000000003px);
    background-size: 7px 7px;
  }
  .billBoardFrame > div:after,
  .sub-board-frame > div:after {background: url('../i/sabah-dummy-250x103.png') center center no-repeat; background-size: 30%;}
  .billBoardFrame > div > div,
  .bandReklam > div > div,
  .sub-board-frame > div > div {width: 100%!important; margin-top: 0!important; margin-bottom: 0!important; position: relative; z-index: 1;}
  

  .billBoard.sticky { margin-left: -480px; padding-top: 13px; position: fixed; top: 34px; left: 50%; background: #fff; }
  .pageSkinFull .billBoardFrame.sticky { top: 64px; padding-top: 56px; }
  .billBoard.sticky.extra { top: 84px; }
  .billBoard.sticky span { top: 13px; }
  .billBoardFrame.sticky { margin-left: -480px; padding-top: 13px; position: fixed; top: 54px; left: 50%; background: #fff; }
  .billBoardFrame.sticky.extra { top: 84px; }
  .pageskinfull .billBoardFrame.sticky { top: 110px; }
  
  .advert {width: 100%; min-height: 100%; position: relative;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
  }
  .advert:not(.ligatusAdvert):before,
  .advert:not(.ligatusAdvert):after {content: ''; width: 300px; height: 250px; position: absolute; top: 50%; left: 50%; z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .advert:not(.ligatusAdvert).h600:before,
  .advert:not(.ligatusAdvert).h600:after {height: 600px;}
  .advert:not(.ligatusAdvert):before {
    background-color: #e5e5f7;
    opacity: 0.2;
    background-image: radial-gradient(#000000 0.35000000000000003px, #e5e5f7 0.35000000000000003px);
    background-size: 7px 7px;
  }
  .advert:not(.ligatusAdvert):after {background: url('../i/sabah-dummy-250x103.png') center center no-repeat; background-size: 70%;}
  .advert:not(.ligatusAdvert) .item {width: 300px; min-height: 250px; position: relative; z-index: 1; }
  .advert:not(.ligatusAdvert).h600 .item {min-height: 600px;}
  .advert .item iframe[name="BIKADV"] {background-color: #fff;}

  .billBoardFrame, .bandReklam, .bannerFrame { overflow: hidden; text-align: center; }
  .advert.min-250 .item { min-height: 250px; }
  .customHeight { height: 307px; min-height: inherit; }
  .advert.w300.h250.backWhite { background: #ffffff; border: solid 1px #ebebeb; }
  .advertHght { height: 317px; display: flex; width: 100%; }


  .july-banner { margin:10px 0 20px; }
  .july-banner img { max-width:100%; }

  
  /* ========[ flex style ]============ */
  .row.row-flex { min-height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .row.row-flex:before, .row.row-flex:after { content: initial; }
  .row-flex.rule-align, .row-flex.rule-align-between { -webkit-align-content: space-between; align-content: space-between; }
  .row-flex.rule-align-around { -webkit-align-content: space-around; align-content: space-around; }
  .col-flex { display: inline-block; float: none; }
  .col-flex:not(.sub-flex):not(.multiple) { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .col-flex .multiple { min-height: 100%; }
  .sub-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
  .view10, .view20 { margin-bottom: 10px; }
  .boxShadowSet { -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.20); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30); -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30)"; zoom: 1; }
  .boxShadowSet2 { -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=true, ShadowOpacity=0.30); -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=true, ShadowOpacity=0.30)"; zoom: 1; }
  .boxShadowSet3 { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=true, ShadowOpacity=0.30); -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=true, ShadowOpacity=0.30)"; zoom: 1; }
  .textShadowSet { text-shadow: 1px 1px 1px rgba(0, 0, 0, .45); }
  .textShadowSet2 { text-shadow: 0px 0px 3px rgba(0, 0, 0, .20); }
  .main-survey { width: 320px; height: auto; padding: 10px; background: #fff; position: fixed; top: 50%; left: 50%; font-family: 'arial', sans-serif; line-height: 1.2; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4); box-shadow: 0px 0px 10px rgba(0, 0, 0, .4); border-radius: 4px; z-index: 100001; }
  .main-survey * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .main-survey-logo { margin-bottom: 15px; text-align: center; }
  .main-survey-title span { display: block; margin-bottom: 10px; font-size: 16px; color: #000000; font-weight: 700; }
  .main-survey-title p { display: block; margin-bottom: 10px; font-size: 12px; color: #000000; font-weight: 400; }
  .main-survey-title p strong { font-weight: bold; }
  .main-survey-question { background: #f4f4f4; border-radius: 8px; padding: 10px; max-height: 217px; overflow-y: auto; overflow-x: hidden; }
  .main-survey-question-item { font-size: 12px; color: #000000; font-weight: 700; margin-bottom: 10px; }
  .main-survey-question-item span { float: left; width: 86px; margin-right: 10px; }
  .main-survey-question-item div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .main-survey-question-item label { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 10px; cursor: pointer; font-size: 12px; }
  .main-survey-question-item select { min-width: 100px; background: #fff; border: 1px solid #b7b7b7; outline: none; -webkit-appearance: menulist; }
  .main-survey-question-item input { margin: 2px 5px 0 0; -webkit-appearance: radio; }
  .main-survey-question-button { outline: none; border: none; display: block; margin: 20px auto 0; padding: 10px 15px; background: #be3127; text-align: center; font-size: 14px; color: #ffffff; border-radius: 6px; -webkit-appearance: button; cursor: pointer; }
  .main-survey-question-link a { display: block; max-height: 46px; margin-top: 10px; font-size: 12px; line-height: 1.3; color: #333; text-decoration: none; overflow: hidden; }
  .main-survey-message { display: none; text-align: center; font-size: 16px; }
  .main-survey-message.active { display: block; }
  .opacityBg { width: 100%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; top: 0px; left: 0px; z-index: 99999; }
  .main-survey-close { width: 20px; height: 20px; padding: 2px; background: #fff; border-radius: 4px; position: absolute; top: 0px; right: 0px; font-size: 12px; line-height: 14px; font-family: 'arial', sans-serif; }
  .main-survey-close i { display: block; width: 100%; height: 100%; border-radius: 4px; background: #be3127; font-size: 11px; line-height: 14px; color: #fff; text-align: center; font-weight: normal; font-style: normal; }
  .siteFooter{height: 0;overflow: hidden;}
  

  .electionIframe4 {margin-bottom: 3px;}
  .electionIframe4 iframe {width: 100%; height: 663px; max-height: 100%; max-width: 100%; display: block; border: none; overflow: hidden;}
  .electionIframe4.v2 iframe {height: 455px;}
  .electionIframe4.v3 iframe {height: 110px;}
  .electionIframe4.v4 iframe {height: 470px;}


  @media (max-width:992px) {
    .main-survey, .opacityBg { display: none; }
  }
 
@media (min-width: 768px) {
  .veriAltBar .txt { width: 750px !important; }

}

  /* ========[ responsive style ]============ */
  @media (min-width:576px) {
    .order-xs-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .order-xs-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
    .order-xs-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
    .order-xs-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
    .order-xs-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
    .order-xs-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
    
  }
  @media (min-width:768px) {
    .col-flex:not(.sub-flex):not(.multiple) { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: none; }
    .view20 { margin-bottom: 20px !important; }
    .stickyLink { height: 35px; padding: 0 15px; left: calc(50% - 370px); line-height: 35px; font-size: 14px; }
    .adControl-mobile { display: none; margin: 0; padding: 0; }
    .flashNews{ width: 730px; }
  }
  @media (min-width:992px) {
    .stickyLink { left: calc(50% - 480px); }
    .flashNews .goto span { width: 200px; font-size: 12px; line-height: 26px; }
    .flashNews{ width: 960px; }
    .veriAltBar .txt { width: 1000px !important; }
    ul.simpleContent li { min-height: 133px; }
    .tabImgs { padding-top: 133px; }
    ul.simplefilter li { height: 47px; }
    ul.simplefilter li a { font-size: 14px; }
    ul.simplefilter li a span { max-height: 34px; }

    .electionIframe4 iframe {height: 413px;}
    .electionIframe4.v2 iframe {height: 273px;}
    .electionIframe4.v3 iframe {height: 64px;}
    .electionIframe4.v4 iframe { height: 370px;}

  }
  @media (min-width:1200px) {
    .stickyLink { left: calc(50% - 490px); }
    .flashNews{ width: 980px; }
    .veriAltBar .txt { width: 980px !important; }
    .fiveFlex .borderBox .whiteBox span { height: 58px; }
    .fiveFlex .borderBox .whiteBox a { padding-top: 4px; }
    ul.simplefilter li { height: 48px; }
    ul.simplefilter li a { font-size: 14px; }
    ul.simplefilter li a span { max-height: 34px; }
    ul.simpleContent li { min-height: 136px; }
    .tabImgs { padding-top: 136px; }
  }
  @media (min-width:1441px) {
    .stickyLink { left: calc(50% - 570px); }
    .flashNews{ width: 1138px; }
    .veriAltBar .txt { width: 1158px !important; }
    .fiveFlex .borderBox .whiteBox a { padding-top: 11px; }
    .fiveFlex .borderBox .whiteBox span { height: 42px; }
    ul.simplefilter li { height: 54.5px; }
    ul.simplefilter li a { font-size: 17px; }
    ul.simplefilter li a span { max-height: 40px; }
    ul.simpleContent li { min-height: 160px; }
    .tabImgs { padding-top: 160px; }
  }
  @media screen and (max-width:1441px) {
    .dailyNewspaperWidget .slick-slide { }
    figure.borderBox.bigBox {    /* height: 100%; */
    background: #fff; }
    .bigBox figcaption.whiteBox a span { height: 60px; }
    .bigBox figcaption.whiteBox a { /*font-size: 20px; */}
    .advertHght { height: 284px !important; }
    .fiveVertical figure.borderBox>a { width: 172px; }
    .fiveVertical .whiteBox { height: 102px !important; width: calc(100% - 172px); }
    .fiveVertical .col-4-item.view20 { margin-bottom: 17px !important; }
    .col-custom-4.fiveVertical .view20 { margin-bottom: 9.5px !important; }
    .fiveVertical .col-4-item.view20:last-child { margin-bottom: 0 !important; }
    .whiteBox a { font-size: 16px; }
    figure.custom-3 .whiteBox a { font-size: 18px; }
    figure.borderBox.littleBox figcaption a span,
    .col-2-item .borderBox .whiteBox a span { height: 58px; }
    .dailyBurcs ul li { margin-bottom: 8px; }
    .dailyBurcs ul li a span img { width: 50px; height: 50px; }
    .halfBox.flexWrap.height-100 { height: 100%; }
    .dailyNewspaperWidget .slick-slide img { max-width: 100%; }
    .dailyNewspaperWidget { height: 272.58px; }
    .customHeight { height: 269px; }
    .sari-sayfalar-widget, figure.borderBox.littleBox.heightAuto { height: 271.8px; }
    .widgetCaption h3 a { font-size: 16px; }
    .widgetCaption a { font-size: 16px; }
    .gameContent { height: 272.58px; }
    .sliderWrapper .headlineGames .items {
      height: 106px;
     }
     .fiveVertical .whiteBox a span { height: 78px; }
  }

  @media(max-width: 1440px){
    .col-4-item.custom-flex {display: flex;align-items: center;background: #fff;}
    .col-4-item.custom-flex .borderBox {border: 0;}
  }

  @media screen and (max-width:1200px) {
    .col-custom-4.fiveVertical .view20 { margin-bottom: 7.5px !important; }
    .col-2-item .borderBox .whiteBox a { padding-top: 7px; }
  }
  @media screen and (max-width: 992px) {
    .col-4-item.custom-flex {display: block;background: none;}
    .userPrivate > ul > li:nth-child(n+6) {}
    .advert.w970 img { max-width: 100%; }
    .row.mr0:first-child .col-12.col-sm-12 { order: 1; }
    .row.mr0:first-child .col-12.col-sm-6.col-lg-4 { order: 3; padding-left: 5px; }
    .row.mr0:first-child .col-12.col-sm-6.col-lg-12 { order: 2; padding-right: 5px; }
    .sliderWrapper .headlineNumeric.type02 .items .slick-dots { bottom: -9px; }
    .tabNews { width: 50%; }
    .tabImgs { margin-left: 50%; height: 220px; }
    .head-line-news.fiveFlex.fourView { margin-top: 20px; }
    ul.simplefilter { display: flex; height: 100%; flex-wrap: wrap; }
    ul.simplefilter li a span { max-height: 30px; font-size: 14px; line-height: 14px; }
    figure.borderBox.bigBox { height: auto !important; }
    .customHeight { height: 316px; }

    figure.custom-3 .whiteBox a { font-size: 16px; line-height: 20px;}
    figure.custom-3 .whiteBox span {height: 60px;}
    
    .fiveFlex .borderBox .whiteBox span { height: 48px; }
    .col-custom-4.col-wd-50 .col-4-item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .col-custom-4.col-wd-50 .col-2-item { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .col-custom-4.col-wd-50 .col-2-item + .col-2-item { }
    .col-2-item.firstCol2 { padding-right: 5px; padding-left: 10px; }
    .col-custom-4.col-wd-50 { }
    .col-mt-20 { }
    .col-2-item.tblt50 .wrap { padding-bottom: 59.61%; }
    .tblt50 figure.borderBox figcaption a { font-size: 22px !important; }
    .col-2-item.tblt50  .borderBox .whiteBox a span { height: 56px; }
    .col-2-item.tblt50 { margin-top: 20px; margin-bottom: 20px; }
    .col-custom-4.col-wd-50.col-tbl-left-0 .col-2-item { padding-left: 0; padding-right: 10px; }
    .col-custom-4.col-wd-50.col-tbl-left-0 .col-2-item + .col-2-item { padding-left: 10px; }
    .col-custom-4.col-wd-50.col-tbl-left-0 .col-4-item { padding-left: 10px; padding-right: 0; }
    .col-2-item .borderBox .whiteBox a span { height: 78px; }
    .fiveVertical .whiteBox a span { height: 80px; }
    .halfBox.flexWrap.height-100 { height: auto; }
    .fiveVertical .col-4-item.view20 { margin-bottom: 0 !important; }
    .fiveVertical .col-4-item + .col-4-item { margin-top: 25px !important; }
    .dailyBurcs ul li { width: 16%; margin: 0 14px; }
    .dailyBurcs ul { width: 100%; }
    .dailyBurcs h3 { height: auto; display: flex; align-items: center; justify-content: center; }
    .advert.w300.h250.tbltMar0 { margin: 0; }
    .marginTbl0 { margin-bottom: 0 !important; }
    .marginTbl0 .col-wd-50 { margin-top: 0; }
    .colTbltHalf .col-4-item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-right: 10px; }
    .colTbltHalf .col-4-item + .col-4-item { padding-left: 10px; margin-top: 20px; }
    .advertHght { height: 313px !important; }
    .liveChannelTab { width: 100%; }
    .dailyNewspaperWidget { height: 317px !important; }
    .marginTbl20 { margin-bottom: 20px; }
    .sliderWrapper .headlineNumeric.type02 .items .slick-slide a span { bottom: 40px; }
    .row.mr0.boxWidget .advertHght { height: auto; min-height: 290px; }
    .sari-sayfalar-widget { height: 298px; }
    figure.borderBox.littleBox.heightAuto { height: 298px; }
    .gameContent { height: 297.42px; }
    .hoverableBox .tabImgs {height: auto;margin: 0;}
    .hoverableBox .tabNews {width: 100%;}
    .hoverableBox ul.simplefilter li a span {max-height: 40px;line-height: normal;}
  }  
  @media (max-width:768px) {
    .container { max-width: none!important; width: 750px !important; }
  }
  @media (max-width:767px) {
    .data-mobile .flashNews, .data-mobile footer { display: none; }
    
  }
  @media screen and (max-width:425px) {
    
  }
