﻿
@charset "utf-8";
/* CSS Document */
/*
#####
Korhan Karagozoglu
#####
*/

/*
                                                                                             
  ,ad8888ba, 888888888888 ,ad8888ba,   88        88        db        88888888ba  88888888888 88888888ba   
 d8"'    `"8b     88     d8"'    `"8b  88        88       d88b       88      "8b 88          88      "8b  
d8'        `8b    88    d8'        `8b 88        88      d8'`8b      88      ,8P 88          88      ,8P  
88          88    88    88          88 88aaaaaaaa88     d8'  `8b     88aaaaaa8P' 88aaaaa     88aaaaaa8P'  
88          88    88    88          88 88""""""""88    d8YaaaaY8b    88""""""8b, 88"""""     88""""88'    
Y8,        ,8P    88    Y8,        ,8P 88        88   d8""""""""8b   88      `8b 88          88    `8b    
 Y8a.    .a8P     88     Y8a.    .a8P  88        88  d8'        `8b  88      a8P 88          88     `8b   
  `"Y8888Y"'      88      `"Y8888Y"'   88        88 d8'          `8b 88888888P"  88888888888 88      `8b  

*/

/* reset css rules */

body { margin: 0px; padding: 0px; }
html, body, form { height: 100%; }
ul, ol, li { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul { 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 { background-color: transparent; border: none; color: #000000; font-family: 'Roboto', 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: 'Roboto', sans-serif; }
*:focus { outline: none; }
button { border: none; background-color: transparent; cursor: pointer; padding: 0px; -webkit-appearance: none; border-radius: 0; font-family: 'Roboto', 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; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.pageSkinLeft img, .pageSkinRight img { max-width: inherit; }


/**** fonts css ****/

@font-face { font-family: 'Roboto-Regular'; src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg'); font-weight: normal; font-style: normal; }


@font-face { font-family: 'RobotoCondensed-Regular'; src: url('../fonts/RobotoCondensed-Regular.eot') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg'); font-weight: normal; font-style: normal; }

/**** fonts css ****/


/**** site css ****/

body { font-size: 17px; color: #000000; }
.wrapper { width: 980px; margin: 0 auto; -webkit-box-shadow: 0px 1px 5px 0px rgba(191,191,191,1); -moz-box-shadow: 0px 1px 5px 0px rgba(191,191,191,1); box-shadow: 0px 1px 5px 0px rgba(191,191,191,1); }

/*** header ***/

.topAdvert { width: 100%; /*padding-top:20px; padding-bottom:20px;*/ font-size: 0px; text-align: center; }
.topAdvert:after { content: ""; display: block; clear: both; }

header { width: 100%; padding-bottom: 20px; background-color: #ffffff; }
header.sticker.fixedHeader { position: fixed; padding: 0px; top: 0; left: 0; width: 100%; z-index: 1000; min-height: 0; background-color: transparent; }
header .container { position: relative; height: 100%; }

.container:after { }
.contentFrame { }
.contentFrame:after { content: ""; display: block; clear: both; }

/* topFrame */
.topFrame { width: 100%; height: 100px; background: url(../i/topframe.jpg?v=1) no-repeat left top; position: relative; }
.topFrame .logo { float: left; }
.social { float: right; margin-top: 14px; }
.social li { float: left; margin-left: 2px; }
.social li a { display: block; color: #ffffff; }
.social li a:hover { text-decoration: none; }
.social li a:hover i { opacity: 0.7; }
.social li a i { display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; overflow: hidden; transition: 0.5s; }
.social .fa-facebook { background-color: #465a94; }
.social .fa-twitter { background-color: #64a6dc; }
.social .fa-google-plus { background-color: #E04A39; }
.social .fa-youtube { background-color: #c5261d; }
.social .fa-instagram { background-color: #987b60; }

.topSearch { float: right; width: auto; height: auto; position: relative; margin-top: 14px; margin-right: 7px; margin-left: 2px; display: flex; }
.searchbox { position: relative; min-width: 30px; width: 0; height: 30px; float: right; overflow: hidden; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s }
.searchbox-input { top: 0; right: 0; border: 0; outline: 0; background: #ffffff; width: 100%; height: 30px; margin: 0; text-indent: 15px; font-size: 15px; color: #28365b }
.searchbox-input::-webkit-input-placeholder { font-family: 'roboto'; font-size: 15px; color: #28365b; }
.searchbox-input:-moz-placeholder { font-family: 'roboto'; font-size: 15px; color: #28365b; }
.searchbox-input::-moz-placeholder { font-family: 'roboto'; font-size: 15px; color: #28365b; }
.searchbox-input:-ms-input-placeholder { font-family: 'roboto'; font-size: 15px; color: #28365b; }
.searchbox-icon,
.searchbox-submit { width: 30px; height: 30px; display: block; position: absolute; top: 0; font-size: 22px; right: 0; padding: 0; margin: 0; border: 0; outline: 0; line-height: 30px !important; text-align: center; cursor: pointer; color: #ffffff; background: #000000; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.searchbox ._btn { width: 30px; height: 30px; display: block; font-size: 22px; right: 0; line-height: 30px !important; text-align: center; color: #ffffff; background: #000000; }
.searchbox ._btn .fa { font-size: 18px; }
.searchbox-icon:hover, .searchbox-submit:hover { background-color: #ED1C24; }
.searchbox-open { width: 365px; }
.searchbox-open .searchbox-icon { background-color: #ED1C24; color: #ffffff; }


.topFrame .topLinks { float: right; margin-top: 14px; margin-right: 20px; }
.topFrame .topLinks li { float: left; margin-left: 10px; height: 30px; line-height: 30px; }
.topFrame .topLinks li a { display: block; color: #45454e; font-size: 14px; }
.topFrame .topLinks li a i { float: left; width: 20px; height: 30px; text-align: center; line-height: 30px; font-size: 18px; color: #45454e; margin-right: 3px; transition: 0.5s; }
.topFrame .topLinks li a i.gal { background: url(../i/icon-gallery2.png?v=1) no-repeat left center; width: 20px; height: 30px; }
.sabahLogo img { width: 77px; }
.sabahLogo { margin-left: 6px; }
/* menu css is in navobile.css file */


.topNews { font-size: 0px; margin-bottom: 20px; }
.topNews a { display: block; }

.promoFrame { width: 100%; margin-bottom: 40px; }
.promoFrame:after { content: ""; display: block; clear: both; }


/* ManÃ…Å¸et Slider css */

.mansetSlider { width: 628px; float: left; position: relative; overflow: hidden; }
.mansetSlider .items { width: 100%; position: relative; }
.mansetSlider .items li { width: 100%; }
.mansetSlider .items li a { display: block; position: relative; padding-bottom: 67.20%; }
.mansetSlider .items li a img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; font-size: 0px; color: transparent; }
.mansetSlider .items li a span { position: absolute; color: #fff; font-size: 30px; font-weight: 500; text-align: center; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 30px; }
.mansetSlider .slick-prev { width: 50px; height: 44px; margin-top: -22px; position: absolute; top: 50%; left: 0; background: url(../i/arrows.png?v=1) 14px 0 no-repeat; text-indent: -9999px; z-index: 3; cursor: pointer; }
.mansetSlider .slick-next { width: 50px; height: 44px; margin-top: -22px; position: absolute; top: 50%; right: 0; background: url(../i/arrows.png?v=1) -138px 0 no-repeat; text-indent: -9999px; z-index: 3; cursor: pointer; }
.mansetSlider .slick-dots { position: absolute; bottom: 0; width: 100%; box-sizing: border-box; padding: 0; list-style: none; text-align: center; height: 20px; z-index: 50; display: flex !important; display: -webkit-flex !important; }
.mansetSlider .slick-dots li { background-color: #272727; position: relative; display: inline-block; height: 20px; margin: 0; padding: 0; cursor: pointer; flex: 1; -webkit-flex: 1; -o-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.mansetSlider .slick-dots li button, .mansetSlider .slick-dots li a { font-size: 13px; color: #ffffff !important; position: relative; z-index: 2; text-indent: 0; display: block; width: 100%; height: 20px; line-height: 20px; cursor: pointer; color: inherit; border: 0; outline: none; background: transparent; border-right: 1px solid #abb2b9; }
.mansetSlider .slick-dots li:last-child button, .mansetSlider .slick-dots li:last-child a { border-right: none; }
.mansetSlider .slick-dots li.slick-active, .mansetSlider .slick-dots li:hover { background-color: #7e0e0e; }
.mansetSlider .slick-dots li button:before { display: none; }
.mansetSlider .slick-slider .slick-list { opacity: 0; position: absolute; }
.mansetSlider .slick-slider.slick-initialized .slick-list { opacity: 1; position: relative; transition: opacity 0.2s ease-in; }
.degrade { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.56) 89%,rgba(0,0,0,0.56) 99%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(17%,rgba(0,0,0,0)),color-stop(89%,rgba(0,0,0,0.56)),color-stop(99%,rgba(0,0,0,0.56))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.56) 89%,rgba(0,0,0,0.56) 99%); background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.56) 89%,rgba(0,0,0,0.56) 99%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 17%,rgba(0,0,0,0.56) 89%,rgba(0,0,0,0.56) 99%); background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0)5%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0.8) 99%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#8f000000',GradientType=0) }
/* staticNews */

.staticNews { float: left; width: 332px; position: relative; padding-left: 1px; }
.staticNews figure { width: 100%; position: relative; display: block; }
.staticNews figure:first-child { padding-bottom: 1px; }
.staticNews figure a { display: block; }
.staticNews figure figcaption { position: absolute; width: 100%; bottom: 0px; left: 0px; color: #ffffff; font-weight: bold; font-size: 20px; font-weight: 500; text-align: center; padding: 10px 0px; }
.staticNews figure:first-child figcaption { bottom: 1px; }
.billBoardFrame { width: 100%; text-align: center; font-size: 0px; }
.billBoardFrame > div { display: inline-block !important; }
.largeImg { width: 628px; float: left; position: relative; overflow: hidden; }
.largeImg a { display: block; }
.largeImg figcaption { position: absolute; color: #fff; font-size: 30px; font-weight: 500; text-align: center; bottom: 0; left: 0; width: 100%; padding: 30px; }

.topGalleryItems { width: 100%; margin-bottom: 20px; }
.topGalleryItems:after { content: ""; display: block; clear: both; }

.topGalleryItems.webtv figure > a:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.topGalleryItems.webtv figure:hover > a:before { background: rgba(204,33,41,0.8); }




/* itemFrame */

.itemFrame { width: 100%; font-family: 'Roboto Condensed', sans-serif; }
.itemFrame:after { content: ""; display: block; clear: both; }
.itemFrame .row { display: flex; flex-wrap: wrap; }
.itemFrame .item { margin-bottom: 20px; }
figure.box { display: block; position: relative; width: 100%; }
figure.box > a { display: block; }
figure.box figcaption { width: 100%; display: block; }
figure.box figcaption a { display: block; color: #000000; }
figure.box figcaption strong { margin: 10px 0px; display: block; font-size: 30px; line-height: 30px; max-height: 63px; overflow: hidden; font-family: 'Roboto Condensed', sans-serif; }
figure.box figcaption span { display: inline-block; width: 100%; font-size: 17px; max-height: 72px; overflow: hidden; font-family: 'Roboto Condensed', sans-serif; }
figure.box.small figcaption { margin-bottom: 15px; }
figure.box.small figcaption strong { font-size: 17px; line-height: 17px; margin-bottom: 0px; max-height: 70px; }
figure.box.small figcaption span { max-height: 45px; margin-bottom: 5px; }
figure.border-bottom figcaption { border-bottom: 1px solid #cc2229; }

figure.box.gallery > a:before { content: ""; position: absolute; background: rgba(0,0,0,0.5) url(../i/icon-gallery.png?v=1) no-repeat center center; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
figure.box.gallery:hover > a:before { background: rgba(204,33,41,0.8) url(../i/icon-gallery.png?v=1) no-repeat center center; }
figure.box.video > a:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
figure.box.video:hover > a:before { background: rgba(204,33,41,0.8); }

.area figure.box figcaption strong { margin-bottom: 3px; }
.col-lg-8 .col-lg-8 figure.box figcaption span { max-height: 120px; }
.advert + .row .col-lg-6 .box.small { margin-top: 20px; }

.advert.mobileAdvert { float: none; width: 100%; text-align: center; margin: 20px 0px; background-color: transparent; }

.advert { background-color: #cccccc; padding: 0 3px; font-size: 0px; 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; }
.onno-usta { margin-top: -32px; }
.onno-usta a { display: block; }

.newsletter { width: 100%; }
.newsletter .head { width: 100%; text-align: center; border-bottom: 3px solid #000000; font-size: 20px; margin-top: 50px; font-weight: 900; font-family: 'Roboto', sans-serif; padding-bottom: 10px; }
.newsletter .con { width: 100%; background-color: #f2f2f2; margin-top: 10px; padding: 20px; }
.newsletter .con span { display: block; text-align: center; font-family: 'Roboto Condensed', sans-serif; }
.newsletter .con .inputer { width: 100%; margin-top: 10px; }
.newsletter .con .inputer:after { content: ""; display: block; clear: both; }
.newsletter .con .inputer input[type="text"] { float: left; width: calc(100% - 90px); padding-left: 5px; height: 32px; background-color: #ffffff; border: 1px solid #e2e2e2; -webkit-box-shadow: inset 0px 0px 5px 0px rgba(226,226,226,1); -moz-box-shadow: inset 0px 0px 5px 0px rgba(226,226,226,1); box-shadow: inset 0px 0px 5px 0px rgba(226,226,226,1); }
.newsletter .con .inputer .reg { float: right; height: 32px; line-height: 32px; color: #ffffff; background-color: #ec1a23; width: 78px; transition: 0.3s; }
.newsletter .con .inputer .reg:hover { background-color: #F01320; }
.newsletter .con .not { width: 100%; margin-top: 10px; height: 35px; line-height: 35px; background-color: #d2d2d2; text-align: center; transition: 0.3s }


/* article area */

.overflow { overflow: hidden; }
.area { width: 100%; margin-bottom: 20px; }
.area:after { content: ""; display: block; clear: both; }
.area .head { width: 100%; font-size: 30px; font-weight: bold; text-align: center; border-bottom: 3px solid #000000; height: 60px; line-height: 60px; margin: 0px; margin-bottom: 40px; }
.sliderWrapper { margin: 0 -10px; }
.caroSlider li { margin: 0px 10px; position: relative; }
.sliderWrapper .slick-arrow { position: absolute; width: 20px; height: 193px; background: rgba(0,0,0,0.6); text-align: center; line-height: 193px; z-index: 10; }
.sliderWrapper .slick-prev { left: 10px; top: 0px; }
.sliderWrapper .slick-next { right: 10px; top: 0px; }
.sliderWrapper .slick-prev:before, .sliderWrapper .slick-next:before { color: #ffffff; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.sliderWrapper .slick-prev:before { content: "\f104"; }
.sliderWrapper .slick-next:before { content: "\f105"; }

.area.video .caroSlider li figure.box > a { position: relative; }
.area.video .caroSlider li figure.box > a:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: calc(50% - 25px); top: calc(50% - 25px); transition: 0.3s; }
.area.video .caroSlider li:hover figure.box > a:before { background: rgba(204,33,41,0.8); }

.cars .small figcaption span, .test-center .small figcaption span { display: none; }

.testSliderFrame { width: 100%; background-color: #000000; padding: 15px 26px; position: relative; color: #ffffff; padding-bottom: 50px; }
.testSliderFrame li span { display: block; width: 100%; }
.testSliderFrame li strong { width: 100%; display: block; font-family: 'Roboto Condensed', sans-serif; font-size: 30px; overflow: hidden; max-height: 60px; line-height: 30px; margin-top: 5px; }
.testSliderFrame li i { display: block; width: 100%; max-height: 50px; overflow: hidden; font-style: normal; }
.testSliderFrame .slick-dots { bottom: -50px; left: 0px; width: 100%; height: 40px; z-index: 20; display: flex; }
.testSliderFrame .slick-dots li { flex: 1; margin: 0px; }
.testSliderFrame .slick-dots li.slick-active a { background-color: #000000; }
.testSliderFrame .slick-dots li a { display: block; position: relative; background-color: #ee1b24; width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 35px; font-family: 'Roboto Condensed', sans-serif; color: #ffffff; box-shadow: inset 8px 0px 9px -6px rgba(0,0,0,0.7); }
.testSliderFrame .slick-dots li:first-child a { box-shadow: none; }
.testSliderFrame .slick-arrow { z-index: 20; }
.testSliderFrame .slick-prev { left: -23px; top: 40%; }
.testSliderFrame .slick-next { right: -23px; top: 40%; }
.testSliderFrame .slick-prev:before, .testSliderFrame .slick-next:before { color: #ffffff; font-size: 45px; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.testSliderFrame .slick-prev:before { content: "\f104"; }
.testSliderFrame .slick-next:before { content: "\f105"; }

.sponsorSliderFrame { width: 100%; padding: 0 50px; position: relative; background-color: #f2f2f2; height: 100px; }
.sponsorSliderFrame .slick-initialized .slick-slide { position: relative; text-align: center; -webkit-box-pack: center; height: 100px; display: -webkit-flexbox; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; justify-content: center; }
.sponsorSliderFrame .slick-initialized .slick-slide:after { content: ""; position: absolute; width: 1px; height: 90%; top: 5%; right: 0; background-color: #ffffff; }
.sponsorSliderFrame ul li a { display: block; }
.sponsorSliderFrame ul li img { display: inline-block; }
.sponsorSliderFrame .slick-prev { background: url(../i/s-prev.png?v=1) no-repeat center center; width: 26px; height: 73px; top: 14px; left: -35px; }
.sponsorSliderFrame .slick-next { background: url(../i/s-next.png?v=1) no-repeat center center; width: 26px; height: 73px; top: 14px; right: -35px; }
.sponsorSliderFrame .slick-prev:before, .sponsorSliderFrame .slick-next:before { display: none; }

.sponsorSliderFrame .selector { position: absolute; width: 150px; right: 0px; height: 26px; top: -40px; font-size: 18px; border: 1px solid #000000; }
.sponsorSliderFrame .selector:before { content: ""; position: absolute; right: 0px; top: 0px; background-color: #000000; width: 24px; height: 24px; }
.sponsorSliderFrame .selector:after { content: "\f107"; position: absolute; z-index: 2; right: 5px; top: 0px; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.sponsorSliderFrame .selector select { width: 100%; margin: 0px; border: none; padding-right: 40px; padding-left: 10px; position: relative; z-index: 5; font-size: 15px; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.sponsorSliderFrame .selector > ul { width: 100%; height: 26px; position: relative; z-index: 5; }
.sponsorSliderFrame .selector ul > li { width: 100%; height: 26px; cursor: pointer; position: relative; }
.sponsorSliderFrame .selector ul > li > span { display: block; height: 26px; line-height: 26px; font-size: 15px; font-weight: 500; padding-left: 10px; }
.sponsorSliderFrame .selector ul > li > ul { display: none; padding: 10px; z-index: 50; position: absolute; top: 25px; left: -1px; width: 150px; background-color: #000000; max-height: 219px; overflow-y: scroll; }
.sponsorSliderFrame .selector ul > li > ul > li { width: 100%; display: block; }
.sponsorSliderFrame .selector ul > li > ul > li > a { width: 100%; display: block; font-size: 12px; color: #ffffff; transition: 0.3s }
.sponsorSliderFrame .selector ul > li > ul > li > a:hover { color: #ee1b24; }

.sponsorSliderFrame .selector ul > li > ul::-webkit-scrollbar { width: 5px; }

.sponsorSliderFrame .selector ul > li > ul::-webkit-scrollbar-track { background-color: #000 !important; }

.sponsorSliderFrame .selector ul > li > ul::-webkit-scrollbar-thumb { background-color: #fb0000; outline: 1px solid slategrey; }


.author { width: 100%; position: relative; display: flex; padding-bottom: 15px; border-bottom: 3px solid #ee1b24; margin-top: 18px; }
.author a { display: block; width: 100%; }
.author span { float: left; background: url(../i/author-bg.jpg?v=1) no-repeat left bottom; min-width: 146px; min-height: 91px; }
.author figcaption { position: absolute; width: calc(100% - 120px); right: 0px; bottom: 22px; background-color: #f2f2f2; padding: 7px; height: 76px; overflow: hidden; -webkit-box-shadow: 0px 0px 5px 0px rgba(43,43,43,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(43,43,43,0.5); box-shadow: 0px 0px 5px 0px rgba(43,43,43,0.5); }
.author figcaption strong { display: block; color: #ee1b24; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 5px; }
.author figcaption i { display: block; font-style: normal; font-size: 13px; color: #000000; font-family: 'Roboto Condensed', sans-serif; max-height: 36px; line-height: 19px; overflow: hidden; }
.author.large { background: url(../i/author-large.jpg?v=1) no-repeat left top; height: 350px; width: 100%; margin-top: 0px; }
.author.large figcaption { top: 0px; bottom: inherit; left: 30px; right: inherit; width: calc(100% - 60px); height: 140px; z-index: 5; }
.author.large span { background: none; position: absolute; bottom: 0px; left: 0px; z-index: 6; }
.author.large strong { font-size: 28px; background: url(../i/author-top.png?v=1) no-repeat left top; width: 235px; height: 69px; margin-top: -12px; padding-left: 20px; padding-top: 10px; }
.author.large i { font-size: 17px; overflow: hidden; max-height: 72px; padding-left: 10px; }
.author span img { max-width: 133px }
.author.large span img { max-width: 260px }
.col-lg-8 .col-lg-6:first-child .author, .col-lg-8 .col-lg-6:nth-child(2) .author { margin-bottom: 45px; }

.lightbox { width: 685px; height: 453px; background: url(../i/lightbox-bg.png?v=1) no-repeat 0px 0px; background-color: transparent !important; }
.lightbox-container { text-align: center; padding-right: 60px; }
.lightbox .fancybox-close-small { width: 23px; height: 29px; background: url(../i/close-button.png?v=1) no-repeat 0px 5px; text-indent: -9999px; top: 21px; right: 98px; }
.lightbox .fancybox-close-small:hover { background: url(../i/close-button.png?v=1) no-repeat 0px 5px; }
.lightbox-container h3 { font-size: 36px; line-height: 44px; color: #000000; padding: 0px 50px; font-family: 'Roboto', sans-serif; font-weight: 600; text-shadow: 1px 1px 1px #fff; }
.lightbox-link { width: 314px; height: 84px; background: url(../i/facebook-image.png?v=1) no-repeat 0px 0px; display: inline-block; padding: 31px 12px 0px 0px; text-align: right; font-size: 15px; color: #ffffff; border: none; outline: none; }
.lightbox-like { margin-top: 20px; }


footer { width: 100%; position: relative; margin-top: 40px; padding-bottom: 30px; background-color: #ffffff; }
footer:after { content: ""; display: block; clear: both; }
footer .footerTop { width: 100%; height: 65px; background-color: #000000; padding: 0px 20px; }
footer .footerTop .footLogo { float: left; margin-top: 10px; }
footer.newsFooter { margin: 0; z-index: 99; }
.newsContent.newsDetail .item { padding-bottom: 0; padding-left: calc(100% - 735px); }

.newsDetail .yorumCover { margin-bottom: 5px; }
footer .social { margin-top: 18px; }
.footerMenuWrapper { width: 100%; background-color: #f2f2f2; padding: 20px; position: relative; }
.footerMenuWrapper:after { content: ""; display: block; clear: both; }
.footerMenuWrapper .devices { float: right; width: 105px; }
.footerMenuWrapper .devices a { display: block; width: 100%; height: 60px; line-height: 60px; font-size: 13px; color: #000000; margin-bottom: 15px; padding-left: 50px; border: 1px solid #d0d0d0; -moz-box-shadow: inset 0 0 5px #d0d0d0; -webkit-box-shadow: inset 0 0 5px #d0d0d0; box-shadow: inset 0 0 5px #d0d0d0; }
.footerMenuWrapper .devices a.iphone { background: url(../i/iphone.png?v=1) no-repeat 10px center; }
.footerMenuWrapper .devices a.ipad { background: url(../i/ipad.png?v=1) no-repeat 10px center; }
.footerMenuWrapper .devices a.android { background: url(../i/android.png?v=1) no-repeat 20px center; }
.footerMenuWrapper .footMenu { float: left; width: calc(100% - 105px); }
.footerMenuWrapper .footMenu > li { width: 100%; overflow: hidden; }
.footerMenuWrapper .footMenu > li > ul { float: left; width: 25%; padding-left: 15px; border-right: 1px solid #6d6d6d; }
.footerMenuWrapper .footMenu > li > ul:first-child { padding-left: 0px; }
.footerMenuWrapper .footMenu > li > ul:last-child { border: none; }
.footerMenuWrapper .footMenu > li > ul > li { display: block; }
.footerMenuWrapper .footMenu > li > ul > li a { display: block; height: 30px; line-height: 30px; color: #6d6d6d; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; }
.footerMenuWrapper .footMenu > li > ul > li a:hover { text-decoration: underline; }
.footerLogos { position: relative; background-color: #ffffff; z-index: 99; }
.footerLogos iframe { height: 350px; }

/* alt sayfalar*/

.subContentFrame { width: 100%; }
.subContentFrame:after { content: ""; clear: both; display: block; }

/* haber detay */

.scrollAreaWrapper { float: left; }
.fixer { position: fixed !important; }
.leftSticky { }
.leftSticky::-webkit-scrollbar { width: 4px; }
.leftSticky::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); -webkit-border-radius: 6px; border-radius: 6px; }
.leftSticky::-webkit-scrollbar-thumb { -webkit-border-radius: 6px; border-radius: 6px; background: #000000; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); }
.newsContent.newsDetail { width: 100%; }
.autoScroll { position: absolute; height: 100%; overflow: hidden; }
.scrollArea { }
.scrollArea .item { position: relative; width: 198px; height: 125px; box-sizing: border-box; margin-bottom: 0; }
.scrollArea .item a { display: block; width: 100%; height: 100%; position: relative; }
.scrollArea .item.active .img:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(30, 98, 124, 0); border-left-color: #c30f1a; border-width: 7px; margin-top: -10px; }
.scrollArea .item strong { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 3px solid #c30f1a; box-sizing: border-box; overflow: hidden; line-height: 40px; background: rgba(0,0,0,0.5); color: #ffffff; z-index: 5; opacity: 0; }
.scrollArea .item strong i { position: absolute; width: 100%; bottom: 0px; left: 0px; padding: 5px; box-sizing: border-box; font-style: normal; font-size: 14px; line-height: 19px; font-weight: normal; }
.scrollArea .item .img { display: inline-block; width: 198px; height: 125px; }
.scrollArea .item.active:after { display: none; }
.scrollArea .item:hover .img { border-color: #1e627c; }
.scrollArea .item:hover .img:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(30, 98, 124, 0); border-left-color: #c30f1a; border-width: 7px; margin-top: -10px; }
.scrollArea .item:hover:after { display: none; }
.scrollArea .item:hover strong, .scrollArea .item.active strong { opacity: 1; }


.show-hide { display: none; cursor: pointer; position: fixed; top: 60%; z-index: 50; font-size: 19px; width: 30px; height: 70px; background-color: #af0201; color: #ffffff; text-align: center; line-height: 35px; }
.show-hide i { font-family: FontAwesome; font-style: normal; }
.show-hide.rotate { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.scrollAreaWrapper .show-hide { margin-left: 213px; }
.overmask { display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 10; top: 0px; }
.leftSticky .advert { width: 300px; height: 250px; }
.itemFrame { width: 100%; overflow: hidden; }

.fixer ::-webkit-scrollbar { width: 12px; }
.fixer ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; }
.fixer ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }

h2.categoryName { width: 100%; text-align: center; font-size: 30px; line-height: inherit; font-weight: bold; border-bottom: 3px solid #000000; margin: 0px; padding-bottom: 10px; }
.newsContent { float: right; position: relative; width: calc(100% - 213px); padding-left: 10px; }
.newsContent h1 { display: block; width: 100%; margin-top: 0px; color: #000000; font-size: 38px; line-height: 43px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.newsContent .item { padding-bottom: 40px; }
.pageTools { width: 100%; position: relative; height: 33px; margin-bottom: 1px; }
.pageTools ul { display: flex; width: 100%; }
.pageTools li { flex: 1; position: relative; }
.pageTools li a { display: block; height: 33px; line-height: 33px; font-size: 16px; color: #ffffff; text-align: center; }
.pageTools li a i { font-size: 17px; }
.pageTools li.resizer a { float: left; display: inline-block; width: 50%; text-align: center; position: relative; }
.pageTools li.resizer a:first-child { font-size: 20px; }
.pageTools li.resizer a:first-child:after { content: "+"; position: absolute; right: 0px; top: 0px; font-size: 16px; line-height: normal; }
.pageTools li.resizer a:last-child:after { content: "-"; position: absolute; right: 10px; top: 0px; font-size: 16px; line-height: normal; }

.pageTools li .drp { display: none; background-color: #617bab; width: 115px; z-index: 20; padding-top: 5px; padding-left: 10%; height: 30px; position: absolute; top: 30px; left: 0px; color: #ffffff; box-sizing: border-box; border-top: 1px solid rgba(255, 255, 255, .2); }
.pageTools li .drp a { display: block; color: inherit; }
.pageTools li:hover .drp { display: block; }

.pageTools li.print { background-color: #e7983e; }
.pageTools li.send { background-color: #909090; }
.pageTools li.mail { background-color: #714194; }
.pageTools li.comment { background-color: #77983e; }
.pageTools li.facebook { background-color: #617bab; }
.pageTools li.twitter { background-color: #54b7e4; }
.pageTools li.google { background-color: #e47061; }
.pageTools li.resizer { background-color: #005b7d }
.pageTools li.whatsapp { background-color: #50ca5e; display: none; }
.pageTools li.pinterest { background-color: #ad262c; }


.newsDetailWrapper { width: 100%; box-sizing: border-box; position: relative; background-color: #ffffff; margin-top: -20px; }
.newsDetailWrapper:after { content: ""; clear: both; display: block; }
.breadcrumb { width: 100%; height: 50px; background-color: transparent !important; padding: 0 0 0 10px !important; margin: 0 !important; }
.breadcrumb:after { content: ""; clear: both; display: block; }
.breadcrumb ul { float: left; }
.breadcrumb span { float: left; height: 50px; line-height: 50px; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; }
.breadcrumb span a { display: inline-block; color: #6f6f6f; padding-right: 8px; }
.breadcrumb span:last-child, .breadcrumb span:last-child a { color: #EC1A23; }
.breadcrumb span:after { content: "\f105"; display: inline-block; margin-right: 8px; font-family: FontAwesome; font-style: normal; font-weight: normal; width: 5px; height: 8px; }
.breadcrumb span:last-child:after { display: none; }

.detailSpot { width: 100%; overflow: hidden; margin-bottom: 20px; }
.detailSpot a { display: inline-block; color: #EC1A23; font-size: 12px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.detailSpot span { display: inline-block; font-size: 12px; }

.detailImg { width: 100%; position: relative; text-align: center; }
.detailImg img { max-width: 100%; display: inline-block; }
.detailImg a { display: block; }
.detailImg .arrow { position: absolute; height: 100%; width: 10%; top: 0px; z-index: 20; }
.detailImg .arrow span { position: absolute; width: 40px; height: 60px; line-height: 60px; top: calc(50% - 25px); color: #ffffff; font-size: 1.5em; text-align: center; background: rgba(0,0,0,0.6); }
.detailImg .arrow.prev, .detailImg .arrow.prev span { left: 0px; }
.detailImg .arrow.next, .detailImg .arrow.next span { right: 0px; }
.detailImg .arrow.prev span:after { content: "\f053"; font-family: FontAwesome; text-shadow: 1px 1px #000000 }
.detailImg .arrow.next span:after { content: "\f054"; font-family: FontAwesome; text-shadow: 1px 1px #000000 }

.textFrame { width: 100%; position: relative; font-size: 18px; color: #000000; line-height: 26px; }
.textFrame:after { content: ""; display: block; clear: both; }
.textFrame h2.spot { font-size: 26px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; line-height: 33px; margin-bottom: 20px; }
.textFrame h2 { font-size: 27px; font-weight: bold; }
.textFrame .advert { float: right; }
.textFrame img { max-width: 100%; height: auto; }
.textFrame em { font-style: italic; }
.textFrame p:first-of-type { padding-top: 0px; margin-top: 0px; }
.textFrame:after { content: ""; clear: both; display: block; }
a.tagLink { color: #EC1A23; display: inline !important; }
a.tagLink:hover { color: #008caf; text-decoration: underline; }
.leftArea { width: 213px; position: absolute !important; height: 100%; z-index: 1; overflow-y: scroll; overflow-x: hidden; }
.scrollArea .item + .item { margin-top: 20px; }
blockquote { font-size: 24px; line-height: 33px; position: relative; width: 80%; padding: 10px 0px; font-style: italic; font-weight: bold; margin-left: 10%; border-top: 2px solid #000000; border-bottom: 2px solid #000000; }
blockquote:after { content: ""; position: absolute; bottom: 0px; right: -65px; width: 55px; height: 44px; background: url(../i/block2.png?v=1) no-repeat; }
blockquote:before { content: ""; position: absolute; top: 0px; left: -65px; width: 55px; height: 44px; background: url(../i/block.png?v=1) no-repeat; }

.directLink { width: 100%; box-sizing: border-box; overflow: hidden; margin: 15px 0; height: 125px; position: relative; background-color: #ebebeb; display: block; font-family: 'Roboto Condensed', sans-serif; }
.directLink a { width: 100%; display: block; box-sizing: border-box }
.directLink img { max-width: inherit; height: inherit; }
.directLink:hover { text-decoration: none; }
.directLink em, .directLink strong { display: table-cell; overflow: hidden; }
.directLink em { vertical-align: top; position: relative; height: 125px; }
.directLink strong { overflow: hidden; line-height: 40px; font-size: 30px; padding: 5px 10px 0px 10px; height: 125px; box-sizing: border-box; vertical-align: middle; font-weight: bold; }
.directLink.gal em:before { content: ""; position: absolute; background: rgba(0,0,0,0.5) url(../i/icon-gallery.png?v=1) no-repeat center center; width: 50px; height: 32px; left: 0px; top: 15px; z-index: 5; transition: 0.3s; }
.directLink.gal:hover em:before { background: rgba(204,33,41,0.8) url(../i/icon-gallery.png?v=1) no-repeat center center; }
.directLink.wtv em:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.directLink.wtv:hover em:before { background: rgba(204,33,41,0.8); }

.newsContent .mansetSlider { width: 100%; margin-bottom: 20px; float: none; }

.otherNewsFrame { width: 100%; }
.otherNewsFrame h3 { width: 100%; display: block; font-size: 25px; color: #af0201; font-weight: normal; font-family: 'Roboto Condensed', sans-serif; }
.otherNews { width: 100%; position: relative; border: 1px solid #cacaca; border-bottom: none; box-sizing: border-box; }
.otherNews:after, .otherNews li:after { content: ""; display: block; clear: both; }
.otherNews li { width: 50%; float: left; border-bottom: 1px solid #cacaca; }
.otherNews li a { display: block; }
.otherNews li span { float: left; width: 160px; height: 101px; position: relative; }
.otherNews li span img { max-width: 100%; }
.otherNews li strong { float: left; overflow: hidden; width: calc(100% - 160px); height: 101px; box-sizing: border-box; padding: 0px 20px; font-size: 18px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; color: #000000; display: -webkit-box; -webkit-box-align: center; display: -moz-box; -moz-box-align: center; display: -ms-box; -ms-box-align: center; display: box; box-align: center; }
.otherNews li span:before { display: none; content: ""; position: absolute; width: 174px; height: 115px; top: -7px; left: -7px; z-index: 5; border: 7px solid #c30f1a; }
.otherNews li span:after { display: none; left: 104%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(174, 2, 1, 0); border-left-color: #c30f1a; border-width: 11px; margin-top: -11px; }
.otherNews li:hover span:before, .otherNews li:hover span:after { display: block; }

.more { width: 100%; text-align: center; margin-bottom: 40px; }
.more a { display: inline-block; width: 300px; height: 40px; line-height: 40px; color: #ffffff; font-size: 18px; font-weight: 500; background-color: #000000; transition: 0.3s; }
.more a:hover { background-color: #c21313; }

/* Galeri */

.gallery-button { display: block; width: 100%; height: 36px; background: #ea212d; margin-bottom: 20px; text-align: center; font-size: 16px; line-height: 40px; font-weight: bold; color: #ffffff; letter-spacing: 0.5px; }
.gallery-button i { display: inline-block; margin-right: 6px; font-size: 28px; width: 28px; height: 28px; border: 2px solid #fff; border-radius: 100%; top: 4px; position: relative; }
.gallery-button i:before { position: relative; top: -4px; left: .5px; }
.gallery-button:hover { color: #fff; }
.gallery-button:hover i { border-color: #fff; }
.gallery-button span { position: relative; top: -2px; }

.galleryFrame { width: 100%; position: relative; }
.galleryFrame:after { content: ""; display: block; clear: both; }
h1.pagetitle { width: 100%; display: block; margin: 0px; margin-bottom: 20px; padding-bottom: 20px; color: #000000; border-bottom: 1px solid #cbcbcb; font-size: 27px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; }
.galleryFrame .item { width: 100%; position: relative; border-bottom: 3px solid #000000; padding-bottom: 20px; margin-bottom: 20px; }
.galleryFrame .item .detail { width: 100%; position: relative; }
.galleryFrame .item .detail .info { width: 100%; margin-bottom: 10px; }
.galleryFrame .item .detail .info:after { content: ""; display: block; clear: both; }
.galleryFrame .item .detail .info .pages { float: left; min-width: 60px; background-color: #ebebeb; color: #bdbdbd; font-size: 25px; text-align: center; letter-spacing: 1px; height: 30px; line-height: 30px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd;; }
.galleryFrame .item .detail .info .pages li { float: left; min-width: 30px; height: 30px; padding: 0 6px; }
.galleryFrame .item .detail .info .pages li:first-child { border-right: 1px solid #bdbdbd; }
.galleryFrame .item .detail .info .pages .current { color: #000000; }
.galleryFrame .item .detail .info .shareList { float: right; }
.galleryFrame .item .detail .info .shareList li { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ebebeb; border-bottom: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd; }
.galleryFrame .item .detail .info .shareList li a { color: #bdbdbd; transition: 0.4s; height: 30px; font-size: 19px; }
.galleryFrame .item .detail .info .shareList li a:hover { color: #222222; }
.galleryFrame .item .detail h2.caption { width: 100%; font-size: 22px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.galleryFrame .item .picture { width: 100%; text-align: center; }
.galleryFrame .item .description { width: 100%; font-size: 17px; color: #000000; margin: 20px 0px; }
.galleryFrame .item .picture a { position: relative; display: block; }
.galleryFrame .item .picture a:after { content: ""; display: none; width: 48px; height: 49px; background: url(../i/zoom.png?v=1) no-repeat center center; position: absolute; right: 5px; top: 5px; z-index: 10; }
.galleryFrame .item .picture a:hover:after { display: block; }

.subRightFrame .advert { margin-bottom: 20px; }
.subRightFrame .pageTools { margin-bottom: 15px; }
.subRightFrame .pageTools li.resizer a:first-child:after { font-size: 12px; }
.subRightFrame .pageTools li.resizer a:last-child:after { right: 3px; top: -5px; }

.subRightFrame .module { width: 100%; position: relative; }
.subRightFrame .module .head { width: 100%; text-align: center; color: #000000; font-size: 20px; font-weight: bolder; border-bottom: 3px solid #000000; padding-bottom: 18px; margin-bottom: 13px; }
.subRightFrame .module .item { width: 100%; position: relative; display: block; }
.subRightFrame .module .item:first-of-type:before { display: none; }
.subRightFrame .module .item:before { content: ""; display: block; width: 100%; height: 1px; margin-top: 15px; margin-bottom: 15px; background-color: #cbcbcb; }
.subRightFrame .module .item a { display: block; }
.subRightFrame .module .item figcaption { position: absolute; width: 100%; bottom: 0px; left: 0px; color: #ffffff; font-weight: bold; font-size: 17px; font-weight: 500; text-align: center; padding: 10px 0px; }
.subRightFrame .module .item.gallery > a:before { content: ""; position: absolute; background: rgba(0,0,0,0.5) url(../i/icon-gallery.png?v=1) no-repeat center center; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.subRightFrame .module .item.gallery:hover > a:before { background: rgba(204,33,41,0.8) url(../i/icon-gallery.png?v=1) no-repeat center center; }
.subRightFrame .module .item.video > a:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.subRightFrame .module .item.video:hover > a:before { background: rgba(204,33,41,0.8); }
.subRightFrame .module .item.gallery > a, .subRightFrame .module .item.video > a { position: relative; }
.subRightFrame .module .all { width: 100%; height: 30px; line-height: 30px; background-color: #ebebeb; margin-bottom: 20px; }
.subRightFrame .module .all a { display: block; width: 100%; height: 30px; color: #000000; text-align: right; font-weight: 300; }
.subRightFrame .module .all a:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; margin-left: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-left: 1px solid #d1d1d1; }

.catMenu { width: 100%; display: flex; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid #000000; }
.catMenu li { flex: 1 1 auto; }
.catMenu li a { display: block; text-align: center; line-height: 20px; color: #6f6f6f; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; }
.catMenu li a:hover, .catMenu li.selected a { color: #ed1b24; }
.catMenu li a:after { content: "|"; float: right; }
.catMenu li:last-child a:after { display: none; }

.detailFrame { width: 100%; position: relative; }
.detailFrame:after { content: ""; display: block; clear: both; }
.detailFrame h1.title { width: 100%; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-size: 36px; font-weight: bold; }
.detailFrame > ol,
.detailFrame > ul { padding-left: 30px; }


/* arkadaÃ…Å¸Ã„Â±na gÃƒÂ¶nder popup */

.friendFrame { width: 600px; position: relative; display: none; border: 3px solid #000000; }
.friendFrame .topper { width: 100%; height: 100px; position: relative; padding: 17px; box-sizing: border-box; background-color: #000000; color: #ffffff; }
.friendFrame .topper img { float: left; }
.friendFrame .topper span { position: absolute; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; right: 22px; bottom: 10px; }
.friendFrame .popupContent { width: 100%; padding: 0px 17px; box-sizing: border-box; position: relative; background-color: #ffffff; padding-top: 15px; color: #212121; }
.friendFrame .popupContent .head { width: 100%; font-size: 18px; font-weight: bold; color: #df0817; padding-bottom: 5px; border-bottom: 3px solid #df0817; margin-top: 10px; margin-bottom: 10px; }
.friendFrame .popupContent .center { width: 100%; position: relative; }
.friendFrame .popupContent .name { width: 100%; font-size: 30px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; margin-bottom: 10px; line-height: 33px; }
.friendFrame .popupContent .row { width: 100%; margin-bottom: 20px; margin-right: 0px; margin-left: 0px; }
.friendFrame .popupContent .row:after { content: ""; clear: both; display: block; height: 0px; }
.friendFrame .popupContent .row span { float: left; width: 145px; font-size: 15px; }
.friendFrame .popupContent .row input.pBox { float: left; width: calc(100% - 145px); height: 30px; border: 1px solid #d2d2d2; background-color: #e4e4e4; padding: 0 5px; box-sizing: border-box; color: #212121; font-size: 15px; }
.friendFrame .popupContent .row textarea.pMessage { float: left; resize: none; width: 100%; height: 135px; background-color: #e4e4e4; overflow: auto; border: 1px solid #d2d2d2; padding: 5px; box-sizing: border-box; color: #212121; font-size: 15px; }
.friendFrame .popupContent .row .send { float: right; background-color: #df0817; width: 80px; height: 40px; color: #ffffff; font-size: 15px; transition: 0.5s; font-family: 'Roboto Condensed', sans-serif; }
.friendFrame .popupContent .row .send:hover { background-color: #da0302; }
.friendFrame .popupContent .note { color: #a8a8a8; display: block; width: 100%; font-size: 14px; }
.friendFrame .popupContent .textareaWrap { float: left; width: calc(100% - 145px); position: relative; }
.friendFrame .popupContent .textareaWrap #textarea_feedback { position: absolute; right: 10px; bottom: 0; width: auto; color: #ADADAD; font-size: 13px; }
.friendFrame .popupBottom { width: 100%; height: 30px; line-height: 30px; background-color: #000000; text-align: center; color: #ffffff; font-size: 16px; }
.fancybox-title-float-wrap .child { display: none !important; }

.friendFrame .popupContent .notice { width: 100%; height: 178px; }
.friendFrame .popupContent .notice.success { background: url(../i/not_succes.png?v=1) no-repeat center center; }
.friendFrame .popupContent .notice.fail { background: url(../i/not_fail.png?v=1) no-repeat center center; }
.noticeText { width: 100%; text-align: center; font-weight: bold; color: #000000; font-size: 30px; margin-bottom: 20px; }
.noticeText span { font-size: 40px; display: block; }

.subRightFrame .onno-usta { margin-top: 20px; }
.subRightFrame .onno-usta + .advert { margin-top: 20px; }


/* Yazarlar */

.subLeftFrame .detailFrame .author:after { content: ""; background: url(../i/author-bg.jpg?v=1) repeat-x left bottom; width: 95%; height: 70px; position: absolute; left: 0; bottom: 0; z-index: 1; }
.subLeftFrame .detailFrame .author:before { content: ""; width: 95%; height: 3px; background-color: #ee1b24; position: absolute; left: 0px; bottom: 0px; z-index: 10; }
.subLeftFrame .detailFrame .author { padding-bottom: 0px; border-bottom: 0px; position: relative; }
.subLeftFrame .detailFrame .author a > span { background: none; position: relative; z-index: 5; }
.subLeftFrame .detailFrame .author a > span > span { padding-bottom: 88.85%; position: relative; }
.subLeftFrame .detailFrame .author a > span img { width: 100%; max-width: 170px; height: auto; display: block; position: absolute; top: 0; left: 0; }
.subLeftFrame .detailFrame .author figcaption { z-index: 3; left: 80px; width: calc(100% - 80px); padding-left: 65px; padding-left: 85px; height: 110px; }
.subLeftFrame .detailFrame .author figcaption i { font-size: 17px; }
.subLeftFrame .detailFrame .author figcaption p { font-size: 15px; font-weight: 300; line-height: 17px }
.subLeftFrame .detailFrame .author .all { position: absolute; width: auto; z-index: 15; bottom: 1px; right: 7%; color: #ffffff; font-weight: 300; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; }
.subLeftFrame .detailFrame .author .all:hover { text-decoration: underline; }
.subLeftFrame .detailFrame .author .date { position: absolute; top: 20px; right: 5px; font-size: 14px; color: #6f6f6f; font-weight: 300; z-index: 5; }
.subLeftFrame .detailFrame .author figcaption em { display: block; width: 100%; }

.articleList { width: 100%; position: relative; margin-top: 20px; }
.articleList li { width: 100%; position: relative; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #000000; font-size: 15px; }
.articleList li a { display: block; }
.articleList li strong { display: block; width: 100%; margin-bottom: 10px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; font-size: 17px; }
.articleList li span { width: 100%; display: block; text-align: right; color: #ee1b24; font-weight: 300; }

.subLeftFrame .detailFrame .author.detail { margin-bottom: 0px; }
.subLeftFrame .detailFrame .author.detail figcaption i { font-size: 17px; font-weight: bold; }
.subLeftFrame .detailFrame .author.detail + .pageTools { width: 95%; margin-bottom: 20px; }

.otherArticles { width: 100%; background-color: #efefef; }
.otherArticles li { width: 100%; border-bottom: 1px solid #ffffff; }
.otherArticles li a { display: block; padding: 15px 10px 10px 10px; color: #000000; font-size: 15px; }
.otherArticles li a:hover { color: #525252; }
.otherArticles li a strong { display: block; width: 100%; font-size: 17px; }
.otherArticles li a span { display: block; width: 100%; text-align: right; color: #EC1A23; font-size: 14px; }
.tolink { width: 100%; height: 40px; line-height: 40px; background-color: #efefef; border-top: 1px solid #cbcbcb; }
.tolink a { display: block; font-size: 20px; font-weight: bold; text-align: center; }
.tolink a:after { content: "\f105"; font-size: 22px; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #000000; border-left: 1px solid #cbcbcb; }

/* Markalar */


.brandFrame { width: 100%; position: relative; }
.brandFrame:after, .boxItem:after { content: ""; display: block; clear: both; }
.boxItem { width: 100%; position: relative; padding-top: 20px; padding-bottom: 30px; border-bottom: 1px solid #cbcbcb; }
.boxItem:first-child { border-top: 1px solid #cbcbcb; }
.boxItem a { display: block; }
.boxItem .img { float: left; width: 306px; position: relative; }
.boxItem .text { float: left; margin-top: 20px; width: calc(100% - 306px); padding-left: 15px; position: relative; font-size: 17px; max-height: 100px; overflow: hidden; }
.boxItem .text strong { display: inline-block; width: 100%; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 6px; }
.boxItem .text span { display: inline-block; width: 100%; }
.boxItem .info { width: 100%; height: 20px; position: absolute; bottom: 10px; right: 0px; }
.boxItem .info span { float: right; height: 20px; line-height: 20px; font-size: 15px; }
.boxItem .info span a { float: left; color: #6f6f6f; font-weight: 300; }
.boxItem .info span a:after { content: "/"; float: right; margin: 0 3px; }
.boxItem .info span a:hover { text-decoration: underline; }
.boxItem .info span i { float: left; font-style: normal; color: #EC1A23; font-weight: 300; }
.boxItem + .more { margin-top: 20px; }

.brandInfo { width: 100%; background-color: #ebebeb; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 20px; font-weight: 300; }
.brandInfo .head { width: 100%; height: 37px; line-height: 37px; padding-left: 22px; background-color: #000000; color: #ffffff; font-weight: bold; font-size: 17px; }
.brandInfo .row { width: 100%; min-height: 36px; border-bottom: 1px solid #ffffff; padding: 8px 22px; font-size: 17px; line-height: 21px; margin-right: 0px; margin-left: 0px; }
.brandInfo .row.img { text-align: center; border-top: 3px solid #ffffff; border-bottom: 4px solid #ffffff; }
.brandInfo .bottom { width: 100%; height: 40px; line-height: 40px; background-color: #efefef; border-top: 1px solid #cbcbcb; }
.brandInfo .bottom a { display: block; font-size: 20px; font-weight: bold; text-align: center; }
.brandInfo .bottom a:after { content: "\f105"; font-size: 22px; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #000000; border-left: 1px solid #cbcbcb; }

/*  Arama sonuÃƒÂ§  */

.searchFilterFrame { width: 100%; }
.searchFilterFrame .resultText { width: 100%; border-bottom: 1px solid #cbcbcb; padding: 15px 0px; margin-bottom: 20px; font-size: 27px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold }
.searchFilterFrame .resultText strong { color: #EC1A23; }
.searchFilterFrame .chkArea { width: 100%; overflow: hidden; padding-bottom: 20px; }
.searchFilterFrame .chkArea.second { padding-top: 0px; }
.searchFilterFrame .chkArea span { float: left; font-size: 17px; min-width: 173px; }
.searchFilterFrame .chkArea .cell { float: left; position: relative; padding: 0px; margin-left: 15px; }

.searchFilterFrame .selectArea { width: 100%; margin-bottom: 30px; }
.searchFilterFrame .selectArea:after { content: ""; display: block; clear: both; }
.searchFilterFrame .selectArea .cell { float: left; width: 50%; }
.searchFilterFrame .selectArea .cell.padding { padding-left: 15px; }
.searchFilterFrame .selectArea .cell.padding label { font-weight: normal; }
.searchFilterFrame .selectArea .cell span { float: left; width: 115px; line-height: 30px; }
.searchFilterFrame .selectArea .cell .selectWrapper { float: left; width: calc(100% - 115px); position: relative; background-color: #ebebeb; }
.searchFilterFrame .selectArea .cell .selectWrapper select { position: relative; z-index: 5; width: 100%; height: 30px; line-height: 30px; padding: 0 10px; box-sizing: border-box; color: #000000; font-size: 17px; background-color: transparent; border: none; outline: none; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
.searchFilterFrame .selectArea .cell .selectWrapper:after { content: "\f0d7"; position: absolute; right: 6px; top: 0px; z-index: 1; color: #000000; font-size: 20px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.searchFilterFrame .selectArea .cell .selectWrapper:before { content: "|"; position: absolute; right: 20px; top: 0px; color: #c0c0c0; }
.searchFilterFrame .selectArea .cell:nth-child(2) span { padding-left: 15px; }
.searchFilterFrame .selectArea .cell.large { width: 100%; }
.searchFilterFrame .selectArea .cell .calendar { float: left; width: calc(50% - 60px); }
.searchFilterFrame .selectArea .cell #from { float: left; width: calc(100% - 42px); background-color: #ebebeb; height: 30px; color: #000000; font-size: 17px; padding-left: 5px; }
.searchFilterFrame .selectArea .cell #to { float: left; width: calc(100% - 42px); background-color: #ebebeb; height: 30px; color: #000000; font-size: 17px; padding-left: 5px; }
.searchFilterFrame .selectArea .cell .calendar img { float: left; margin-top: 1px; margin-left: 4px; }
.searchFilterFrame .selectArea .cell ::-webkit-input-placeholder { color: #000000; }
.searchFilterFrame .selectArea .cell :-moz-placeholder { color: #000000; opacity: 1; }
.searchFilterFrame .selectArea .cell ::-moz-placeholder { color: #000000; opacity: 1; }
.searchFilterFrame .selectArea .cell :-ms-input-placeholder { color: #000000; }
.resultSearch { width: 100%; height: 30px; margin-bottom: 20px; }
.resultSearch:after { content: ""; clear: both; display: block; }
.resultSearch .searchBox { float: left; width: 430px; }
.resultSearch .toggleBtn { float: right; width: calc(100% - 450px); line-height: 30px; cursor: pointer; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.resultSearch .toggleBtn:after { content: "\f105"; margin-left: 10px; color: #000000; font-size: 24px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.resultSearch .toggleBtn.opened:after { content: "\f107"; }
.resultSearch .textbox { float: left; height: 30px; width: calc(100% - 120px); border: 1px solid #cbcccf; background-color: #ebebeb; color: #000000; font-size: 17px; padding-left: 18px; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); }
.resultSearch .find { float: left; width: 120px; height: 30px; line-height: 30px; background-color: #000000; color: #ffffff; text-align: center; font-size: 20px; font-weight: bolder; transition: 0.3s; }
.resultSearch .find:hover { background-color: #272e37; }
.searchFilterFrame .detailFilter { display: none; }
.searchFilterFrame .detailFilter.opened { display: block; }


.control { display: block; position: relative; padding-left: 35px; cursor: pointer; }
.control input { position: absolute; z-index: -1; opacity: 0; left: 0; top: 0; }
.control-indicator { position: absolute; top: 3px; left: 0; height: 20px; width: 20px; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); }
.control-radio .control-indicator { border-radius: 50% }
.control:hover input ~ .control-indicator, .control input:focus ~ .control-indicator { }
.control input:checked ~ .control-indicator { background: #ffffff }
.control input:disabled ~ .control-indicator { background: #e6e6e6; opacity: .6; pointer-events: none }
.control-indicator:after { content: ''; position: absolute; display: none }
.control input:checked ~ .control-indicator:after { display: block }
.control-checkbox .control-indicator:after { left: 6px; top: 0px; width: 10px; height: 16px; border: solid #EC1A23; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.control-checkbox input:disabled ~ .control-indicator:after { border-color: #7b7b7b }
.control-radio .control-indicator:after { left: 6px; top: 0px; width: 10px; height: 16px; border: solid #EC1A23; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.control-radio input:disabled ~ .control-indicator:after { background: #7b7b7b }

.searchResult .boxItem .img { width: 164px; }
.searchResult .boxItem .text { width: calc(100% - 164px); margin-top: 0px; max-height: 85px; }
.sep { width: 100%; height: 30px; }

/* Bize UlaÃ…Å¸Ã„Â±n */

.mostRead { width: 100%; }
.mostRead li { width: 100%; margin-bottom: 20px; }
.mostRead li:last-child { margin-bottom: 0px; }
.mostRead li:after { content: ""; display: block; clear: both; }
.mostRead li a { display: block; }
.mostRead li img { float: left; }
.mostRead li span { float: left; width: calc(100% - 110px); padding-left: 10px; font-size: 17px; }
.mostRead li span strong { width: 100%; display: block; overflow: hidden; max-height: 52px; transition: 0.3s; }
.mostRead li span i { display: block; font-style: normal; font-size: 12px; font-weight: 300; }
.mostRead li:hover strong { color: #EC1A23; }


.contactRow { width: 100%; }
.contactRow li { position: relative; width: 100%; border-bottom: 1px solid #e4e4e4; padding: 15px 0 15px 50px; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; }
.contactRow li:first-child { padding-top: 30px; }
.contactRow li:after { content: ""; display: block; clear: both; }
.contactRow li strong { display: block; margin-bottom: 10px; }
.alignCenter { text-align: center; }
.contactRow .fa { float: left; margin-left: -25px; margin-top: 3px; font-size: 17px; color: #EC1A23; }
.contactRow a:hover { color: #EC1A23; }
.contactHead { width: 100%; text-align: center; font-size: 30px; line-height: inherit; font-weight: bold; border-bottom: 3px solid #000000; margin-bottom: 20px; padding-bottom: 10px; }
.contactHead:first-child { margin-top: 0px; }
.formRow { width: 100%; padding-left: 25px; position: relative; margin-bottom: 10px; font-family: 'Roboto Condensed', sans-serif; }
.formRow:after { content: ""; display: block; clear: both; }
.formRow > span { float: left; width: 160px; line-height: 25px; font-size: 15px; }
.formRow .holder { float: left; width: calc(100% - 160px); }
.formRow .selector { width: 50%; height: 25px; position: relative; background-color: #e4e4e4; }
.formRow .selector:after { content: "\f0d7"; position: absolute; right: 10px; top: 0px; font-size: 17px; color: #000000; z-index: 1; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }
.formRow .selector select { position: relative; z-index: 5; width: 100%; height: 25px; padding-left: 10px; color: #000000; font-size: 15px; bordeR: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.formRow .textbox { width: 100%; height: 25px; background-color: #e4e4e4; font-size: 15px; padding: 0 10px; }
.formRow .message { width: 100%; height: 100px; resize: none; padding: 10px; overflow: auto; background-color: #e4e4e4; font-size: 15px; }
.formRow .send { float: right; background-color: #000000; width: 100px; height: 30px; line-height: 30px; text-align: center; color: #ffffff; font-size: 17px; font-weight: bolder; transition: 0.3s; }
.formRow .send:hover { background-color: #EC1A23; }
.warning { width: 100%; font-size: 14px; color: #939393; padding-left: 25px; }

.boldText { width: 100%; font-size: 27px; font-weight: bolder; margin-bottom: 20px; font-family: 'Roboto Condensed', sans-serif; }
.contactRow.alignCenter strong { font-size: 24px; }
#pageoverlay_genel div { font-size: 0px; }

.rssListFrame { width: 100%; margin-top: 20px; }
.rssListFrame h3.line { width: 100%; cursor: pointer; position: relative; background-color: #212121; transition: 0.3s; color: #ffffff; margin: 0px; margin-bottom: 10px; padding-left: 10px; font-size: 20px; height: 45px; line-height: 45px; }
.rssListFrame h3.line:hover { background-color: #4c4a4a; }
.rssListFrame ul.list { width: 100%; }
.rssListFrame ul.list li { width: 100%; display: block; transition: 0.5s; }
.rssListFrame ul.list li:hover { background-color: #f0f0f0; }
.rssListFrame ul.list li a { width: 100%; display: table; table-layout: fixed; }
.rssListFrame ul.list li span { display: table-cell; height: 48px; line-height: 48px; font-size: 15.5px; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; }
.rssListFrame ul.list li span:first-child { width: 20%; font-size: 18px; padding-left: 10px; }
.rssListFrame ul.list li span:nth-child(2) { width: 75%; padding-left: 5px; }
.rssListFrame ul.list li span:last-child { width: 5%; text-align: center; border-right: none; }
.rssListFrame ul.list li span i { color: #ea7819; }
h3.line .ui-accordion-header-icon:after { content: "\f0da"; display: inline-block; line-height: 20px; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; }
h3.line .ui-accordion-header-icon { right: 10px; top: 14px; position: absolute; z-index: 5; line-height: 20px; text-align: center; }
h3.line.ui-accordion-header-active .ui-accordion-header-icon:after { content: "\f0d7" }

.selectFrame .customSelect { height: 40px; line-height: 40px; box-sizing: border-box; padding-left: 8px; cursor: pointer }
.trafficMapFrame #map { width: 100%; height: 700px; padding: 0; margin: 0 }
.trafficMapFrame { width: 100%; position: relative }
.trafficMapFrame .head { width: 100%; height: 40px; background-color: #000000; padding-left: 10px; box-sizing: border-box }
.trafficMapFrame .head:after { content: ""; display: block; clear: both }
.trafficMapFrame .head > span { float: left; color: #fff; font-size: 18px; font-weight: 700; line-height: 40px }
.trafficMapFrame #map { margin-bottom: 20px }
.yandexMapWrapper { width: 100%; padding: 10px; box-sizing: border-box; background-color: #f7f7f7 }
.traffic-city { float: right; background-color: #383737 }
.traffic-city > span { float: left; color: #fff; font-size: 18px; font-weight: 400; line-height: 40px; padding-left: 10px }
.traffic-city > span:after { content: "|"; margin-left: 5px; color: #8996a2 }
.traffic-city .selectFrame { float: left; height: 40px; width: 170px; color: #fff; position: relative }
.traffic-city .selectFrame:after { top: 17px; right: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255,255,255,0); border-top-color: #fff; border-width: 7px; margin-left: -7px }
.traffic-city .selectFrame select { width: 100%; padding: 0 5px; position: relative; z-index: 5; box-sizing: border-box; height: 40px; color: #fff; border: none; font-size: 18px; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer }
.traffic-city .selectFrame select option { color: #000; padding-left: 3px }


/* paging */
.paging { text-align: center; height: 26px; margin: 20px 0px; overflow: hidden; width: 100%; }
.paging ul { display: block; height: 26px; position: relative; margin-left: auto; margin-right: auto; display: table; }
.paging li { float: left; position: relative; }
.paging li a { display: inline-block; width: 26px; text-align: center; height: 26px; line-height: 26px !important; font-size: 18px !important; color: #212121; font-family: 'roboto_condensedbold', arial !important }
.paging li a:hover,
.paging li.current a { background-color: #a90303; color: #fff; }
.paging li.pn a { width: 20px; background-repeat: no-repeat; padding: 0; text-indent: -9999px; }
.paging li.pn a:after { content: "\f0d9"; position: absolute; width: 100%; height: 100%; text-align: center; text-indent: 0px; font-family: FontAwesome; font-style: normal; font-weight: normal; top: 0; left: 0; }
.paging li.pn.next a:after { content: "\f0da"; position: absolute; width: 100%; height: 100%; text-align: center; text-indent: 0px; font-family: FontAwesome; font-style: normal; font-weight: normal; top: 0; left: 0; }
.paging li.pn a:hover { background-color: #a90303; color: #ffffff }
.paging li.prev { margin-right: 10px; }
.paging li.prev a { text-indent: 0px; width: auto; font-size: 15px !important; padding: 0 7px; background-color: #a90303; color: #ffffff; }
.paging li.prev a:after { display: none; }

.stickyLink { position: fixed; z-index: 500; background: rgba(238, 27, 36, 0.3) url(../i/05.png?v=1) repeat; transition: 0.5s; bottom: -1px; right: calc(50% - 490px); height: 35px; line-height: 35px; color: #ffffff; font-size: 14px; padding: 0 15px; -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0,0,0); }
.stickyLink:hover, .stickyLink.active { background: rgba(238, 27, 36, 1) url(../i/05.png?v=1) repeat; color: #ffffff; }

.followWrap + .topAdvert { padding: 0; margin-bottom: 10px; }



/*  font-family: 'Roboto Condensed', sans-serif;   */
/*********************************************************************************************************/
/***********************         MEDIA QUERIES CSS              ******************************************/
/*********************************************************************************************************/


@media (min-width: 768px) {
    .veriAltBar .txt { width: 750px !important; }
}

@media (min-width: 992px) {
    .veriAltBar .txt { width: 970px !important; }
}

@media (min-width: 1200px) {
    .veriAltBar .txt { width: 980px !important; }
}



@media (max-width:1200px) {

    .mansetSlider, .staticNews, .largeImg { width: 100%; }
    .staticNews figure { width: 50%; float: left; }
    .staticNews figure img, .largeImg img { width: 100%; }
}


@media (max-width:992px) {

    figure.box figcaption { float: left; width: calc(100% - 306px); padding-left: 10px; }
    figure.box > a { float: left; }
    .advert { display: inline-block; }
    .sm-center { text-align: center; }
    .sm-center figcaption * { text-align: left }
    .caroSlider figure.box figcaption { width: 100%; }
    .sliderWrapper .slick-arrow { height: 145px; line-height: 145px; }
    figure.box figcaption strong { line-height: 25px; font-size: 25px; max-height: 77px; }
    .onno-usta { margin-top: 0px; }
    .mosaic figure.box { overflow: hidden; margin-bottom: 15px; }
    .mosaic figure.box img { width: 306px; }
    figure.border-bottom figcaption { border-bottom: none; }
    figure.box.small figcaption strong { font-size: 25px; line-height: 25px; }
    .testSliderFrame .slick-slide img { display: inline-block; }
    .testSliderFrame .slick-initialized .slick-slide { text-align: center; }
    .author.large { background-size: cover; }
    .footerLogos iframe { width: 100% !important; height: 440px !important; }
    .col-lg-8 .col-lg-6:first-child .author, .col-lg-8 .col-lg-6:nth-child(2) .author { margin-bottom: 0px; }
    /* subpages*/
    .newsContent { width: 100%; padding-left: 0px; }
    .scrollAreaWrapper { height: 100%; position: fixed; top: 0px; left: -213px; background-color: #ffffff; z-index: 200; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
    .scrollAreaWrapper.areaVisible { left: 0; }
    .leftSticky { background-color: #ffffff; position: fixed; top: 0px !important; padding-top: 10px; }
    .wrapper { -webkit-transition: -webkit-transform 0.2s linear; -moz-transition: -moz-transform 0.2s linear; -o-transition: -ms-transform 0.2s linear; -ms-transition: -o-transform 0.2s linear; transition: transform 0.2s linear; }
    .wrapperHidden { -webkit-transform: translate3d(150px,0,0); -moz-transform: translate3d(150px,0,0); -ms-transform: translate3d(150px,0,0); -o-transform: translate3d(150px,0,0); transform: translate3d(150px,0,0); }
    .scrollArea .item { height: auto; margin-bottom: 10px; }
    .scrollArea .item .img { display: block; }
    .scrollArea .item strong { position: static; background: none; display: block; min-height: 30px; padding-top: 5px; color: #000000; border: none; opacity: 1; }
    .scrollArea .item strong i { position: static; display: block; line-height: 18px; font-weight: 500; max-height: 78px; overflow: hidden; }
    .scrollArea .item.active .img:after, .scrollArea .item:hover .img:after { top: 44%; }
    .wrapper { width: 750px; }
    .subRightFrame .module .item:after { content: ""; display: block; clear: both; }
    .subRightFrame .module .item > a { float: left; width: 40%; float: left; }
    .subRightFrame .module .item figcaption { position: static; float: left; width: 60%; background: none; color: #222222; text-align: left; padding-left: 15px; }
    .subRightFrame .advert { width: 100%; text-align: center; background-color: transparent; }
    .catMenu li a { font-size: 13px; }
    .subRightFrame .onno-usta { position: relative; left: 50%; margin-left: -153px; }
    .trafficMapFrame #map { height: 500px; }
    .topLinks { position: absolute; bottom: 3px; z-index: 5; right: 50px; }
    .topLinks li a { color: #ffffff !important; }
    .stickyLink { right: 0px; height: 27px; line-height: 27px; padding: 0 10px; }
    .subRightFrame .pageTools, .subRightFrame .area .head { display: none; }
}

@media (max-width:767px) {
    .footerLogos, .footerMenuWrapper { display: none; }
    .sponsorSlider { display: none !important; }
    .sponsorSliderFrame { background-color: transparent; height: 26px; margin-top: 30px; }
    .sponsors .head { display: none; }
    .sponsorSliderFrame .selector { position: relative; top: 0px; width: 100%; }
    /*subpage*/
    .textFrame .advert { float: none; margin-bottom: 20px; }
    .otherNews li { float: none; display: block; width: 100%; }
    .directLink strong { font-size: 21px; padding-top: 4px; line-height: 29px; }
    .wrapper { width: 100%; }
    .catMenu { flex-wrap: wrap; }
    .catMenu li { flex: inherit; }
    .catMenu li a { font-size: 13px; padding: 0 6px; }
    .catMenu li a:after { display: none; }
    .friendFrame { width: 100%; }
    .friendFrame .popupContent .row span { width: 100%; }
    .friendFrame .popupContent .row input.pBox, .friendFrame .popupContent .textareaWrap { width: 100%; }
    .friendFrame .popupContent .row { margin-bottom: 10px; }
    .boxItem .img, .searchResult .boxItem .img { width: 100%; float: none; text-align: center; }
    .boxItem .text, .searchResult .boxItem .text { width: 100%; float: none; padding-left: 0px; }
    .boxItem .info { position: static; margin: 10px 0px; }
    .resultSearch { height: auto; }
    .resultSearch .searchBox { width: 100%; }
    .resultSearch .toggleBtn { width: 100%; margin-bottom: 10px; }
    .rssListFrame ul.list li span, .rssListFrame ul.list li span:first-child { font-size: 3vw; }
    .trafficMapFrame #map { height: 400px; }
    .topFrame .topLinks { margin-right: 0px; }
    .topFrame .topLinks li { margin-left: 6px; }
    .topFrame .topLinks li a { font-size: 12px; }
    .logo img { width: 140px; }
    .menuWrapper { width: 100% !important; }
}

@media (max-width:480px) {
    .topFrame .topLinks li { margin-left: 3px; }
    .mobilePageSkin .topFrame .topLinks li a { font-size: 10px; }
    figure.box { overflow: hidden; }
    figure.box > a { float: none; }
    figure.box img, .mosaic figure.box img { width: 100%; }
    figure.box figcaption { width: 100%; }
    .staticNews figure { width: 100%; margin-top: 20px; }
    .staticNews figure figcaption { font-size: 15px; padding: 5px 0px; line-height: 15px; }
    .mansetSlider .items li a span { font-size: 16px; padding-bottom: 5px; }
    .largeImg figcaption { font-size: 15px; padding: 5px 0px; line-height: 15px; }
    .logo img { width: 140px; }
    .menuWrapper { width: 100% !important; }
    .topLinks { position: absolute; bottom: 3px; z-index: 5; }
    .topLinks li a { color: #ffffff !important; }
    .testSliderFrame li strong { font-size: 25px; line-height: 25px; }
    .author { margin-top: 0px; margin-bottom: 20px; }
    .mansetSlider .slick-dots { /* display:none !important; */ position: relative; bottom: 0 !important; }
    .itemFrame { margin-top: 20px; }
    .newsletter .head { margin-top: 0px; }
    .sliderWrapper .slick-arrow { top: 20%; height: 80px; line-height: 80px; }
    .searchbox-open { width: 300px; }
    /* subpage */
    .otherNews li span { width: 100px; height: 70px; font-size: 0px; }
    .otherNews li span img { height: 70px; }
    .otherNews li strong { width: calc(100% - 100px); height: 70px; padding: 0px 10px; font-size: 18px; line-height: 23px; }
    .otherNews li:hover span:before, .otherNews li:hover span:after { display: none; }
    .directLink, .directLink em { height: 83px; }
    .directLink img { width: 130px; height: 83px; }
    .directLink strong { font-size: 16px; height: 83px; line-height: 26px; }
    blockquote { font-size: 19px; line-height: 23px; }
    .breadcrumb span { height: 35px; line-height: 35px; }
    .newsContent h1, .detailFrame h1.title { font-size: 33px; line-height: 38px; }
    .textFrame h2.spot { font-size: 24px; line-height: 29px }
    .textFrame h2 { font-size: 24px; }
    .show-hide { font-size: 15px; width: 17px; top: 50%; }
    .newsDetailWrapper { padding: 0 10px; }
    blockquote:before { background-size: 60%; left: -42px; }
    blockquote:after { background-size: 60%; right: -42px; }
    .subRightFrame .module .item a { font-size: 2.5vh; }
    .breadcrumb { display: none; }
    .notification { padding-left: 25px; font-size: 13px; }
    .notification:before { width: 25px !important; }
    .friendFrame .popupContent { padding: 0 5px; }
    .friendFrame .popupContent .row textarea.pMessage { height: 100px; }
    .friendFrame .topper { padding: 5px; height: 65px; }
    .friendFrame .popupContent .head { font-size: 15px; }
    .friendFrame .topper img { width: 100px; }
    .friendFrame .popupContent .name { font-size: 23px; line-height: 28px; }
    .friendFrame .popupContent .note { font-size: 10px; }
    .noticeText { font-size: 18px; }
    .noticeText span { font-size: 23px; }
    .friendFrame .popupContent .notice { background-size: 60%; }
    .subLeftFrame .detailFrame .author figcaption p { display: none; }
    .subLeftFrame .detailFrame .author figcaption i { max-height: 58px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author { background: url(../i/author-large.jpg?v=1) no-repeat left top; background-size: cover; height: 350px; width: 100%; margin-top: 0px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author span { width: 260px; height: 231px; position: absolute; bottom: 0px; left: 0px; z-index: 6; background: none; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author span img { width: auto; max-width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author:after { background: none; width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption { padding-left: 10px; top: 0px; bottom: inherit; left: 30px; right: inherit; width: calc(100% - 60px); height: 140px; z-index: 5; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption strong { font-size: 28px; background: url(../i/author-top.png?v=1) no-repeat left top; width: 235px; height: 69px; margin-top: -12px; padding-left: 20px; padding-top: 10px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author:before { width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author .all { right: 1%; }
    .subLeftFrame .detailFrame .author .date { display: none; }
    .boxItem .img img { width: 100%; height: auto; }
    .boxItem .text { max-height: 135px; }
    .brandInfo .row.info { display: none; }
    .formRow { padding-left: 0px; }
    .formRow > span, .formRow .holder, .formRow .selector { width: 100%; }
    .formRow .selector, .formRow .selector select, .formRow .textbox { height: 35px; }
    .formRow > span, .warning { margin-bottom: 10px; padding-left: 0px; }
    .formRow .selector:after { top: 5px; }
    .searchFilterFrame .chkArea span { width: 100%; margin-bottom: 10px; }
    .searchFilterFrame .chkArea .cell { margin-left: 0px; width: 33.3%; }
    .searchFilterFrame .chkArea { padding: 0 0 10px 0px; }
    .searchFilterFrame .selectArea .cell { width: 100%; }
    .searchFilterFrame .selectArea .cell span, .searchFilterFrame .selectArea .cell .selectWrapper, .searchFilterFrame .selectArea .cell.padding { width: 100%; padding-left: 0px !important; margin-bottom: 10px; }
    .searchFilterFrame .selectArea { margin-bottom: 0px; }
    .searchFilterFrame .selectArea .cell .calendar { width: 100%; margin-bottom: 15px; }
    .resultSearch { height: auto; }
    .resultSearch .textbox { width: 100%; display: block; float: none; }
    .resultSearch .find { width: 100%; display: block; float: none; margin-top: 15px; }
    .traffic-city .selectFrame { width: 130px; }
    .traffic-city > span, .traffic-city .selectFrame select { font-size: 14px; }
    .trafficMapFrame #map { height: 300px; }
    .trafficMapFrame .head > span { font-size: 15px; }
    .lightbox { width: 300px; height: 198px; background-size: contain; padding: 0px 10px !important; }
    .lightbox-container { padding-right: 0px; }
    .lightbox-container > img { width: 100px; }
    .lightbox-container h3 { margin: 5px 0px; font-size: 12px; line-height: 19px; padding: 0px 10px; }
    .lightbox .fancybox-close-small { top: 6px; right: 44px; }
    .lightbox-link { width: 200px; height: 54px; background-size: contain; padding: 20px 10px 0px 0px; font-size: 9px; }
    .lightbox-like { margin-top: 5px; }

    .gallery-button, .gallery-button i { font-size: 14px; }
    .gallery-button i { width: 24px; height: 24px; line-height: 24px; position: relative; font-size: 24px; top: 4px; }
    .gallery-button i:before { top: -4px; left: 0px; }
}

@media (max-width:320px) {
    .topSearch { display: none; }
    .topFrame .social { margin-right: 3px; }
    .mobilePageSkin .topFrame .topLinks li a { font-size: 9px; }
    .social li a i { width: 28px; height: 28px; }
    footer .footerTop { padding: 0px 10px; }
    .subLeftFrame .detailFrame .author span img { max-width: 125px; }
    .subLeftFrame .detailFrame .author figcaption { left: 65px; width: calc(100% - 65px); height: 65px; padding-left: 60px; }
    .subLeftFrame .detailFrame .author figcaption i { display: none; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption i { display: block; }
    .trafficMapFrame .head { min-height: 40px; height: auto; }
    .traffic-city { width: 100%; }
    .traffic-city > span { padding-left: 0px; }
}

@media only screen and (min-device-width: 321px) and (max-device-width: 737px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    .lightbox { width: 300px; height: 198px; background-size: contain; padding: 0px 10px !important; }
    .lightbox-container { padding-right: 0px; }
    .lightbox-container > img { width: 100px; }
    .lightbox-container h3 { margin: 5px 0px; font-size: 12px; line-height: 19px; padding: 0px 10px; }
    .lightbox .fancybox-close-small { top: 6px; right: 44px; }
    .lightbox-link { width: 200px; height: 54px; background-size: contain; padding: 20px 10px 0px 0px; font-size: 9px; }
    .lightbox-like { margin-top: 5px; }
}

.autoScroll { position: absolute; height: 100%; overflow: hidden; }
.scrollArea { }
.scrollArea .item { position: relative; width: 198px; height: 125px; box-sizing: border-box; margin-bottom: 0; }
.scrollArea .item a { display: block; width: 100%; height: 100%; position: relative; }
.scrollArea .item.active .img:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(30, 98, 124, 0); border-left-color: #c30f1a; border-width: 7px; margin-top: -10px; }
.scrollArea .item strong { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 3px solid #c30f1a; box-sizing: border-box; overflow: hidden; line-height: 40px; background: rgba(0,0,0,0.5); color: #ffffff; z-index: 5; opacity: 0; }
.scrollArea .item strong i { position: absolute; width: 100%; bottom: 0px; left: 0px; padding: 5px; box-sizing: border-box; font-style: normal; font-size: 14px; line-height: 19px; font-weight: normal; }
.scrollArea .item .img { display: inline-block; width: 198px; height: 125px; }
.scrollArea .item.active:after { display: none; }
.scrollArea .item:hover .img { border-color: #1e627c; }
.scrollArea .item:hover .img:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(30, 98, 124, 0); border-left-color: #c30f1a; border-width: 7px; margin-top: -10px; }
.scrollArea .item:hover:after { display: none; }
.scrollArea .item:hover strong, .scrollArea .item.active strong { opacity: 1; }


.show-hide { display: none; cursor: pointer; position: fixed; top: 60%; z-index: 50; font-size: 19px; width: 30px; height: 70px; background-color: #af0201; color: #ffffff; text-align: center; line-height: 35px; }
.show-hide i { font-family: FontAwesome; font-style: normal; }
.show-hide.rotate { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.scrollAreaWrapper .show-hide { margin-left: 213px; }
.overmask { display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 10; top: 0px; }
.leftSticky .advert { width: 300px; height: 250px; }
.itemFrame { width: 100%; overflow: hidden; }

.fixer ::-webkit-scrollbar { width: 12px; }
.fixer ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; }
.fixer ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }

h2.categoryName { width: 100%; text-align: center; font-size: 30px; line-height: inherit; font-weight: bold; border-bottom: 3px solid #000000; margin: 0px; padding-bottom: 10px; }
.newsContent { float: right; position: relative; width: calc(100% - 213px); padding-left: 10px; }
.newsContent h1 { display: block; width: 100%; margin-top: 0px; color: #000000; font-size: 38px; line-height: 43px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.newsContent .item { padding-bottom: 40px; }
.pageTools { width: 100%; position: relative; height: 33px; margin-bottom: 1px; }
.pageTools ul { display: flex; width: 100%; }
.pageTools li { flex: 1; position: relative; }
.pageTools li a { display: block; height: 33px; line-height: 33px; font-size: 16px; color: #ffffff; text-align: center; }
.pageTools li a i { font-size: 17px; }
.pageTools li.resizer a { float: left; display: inline-block; width: 50%; text-align: center; position: relative; }
.pageTools li.resizer a:first-child { font-size: 20px; }
.pageTools li.resizer a:first-child:after { content: "+"; position: absolute; right: 0px; top: 0px; font-size: 16px; line-height: normal; }
.pageTools li.resizer a:last-child:after { content: "-"; position: absolute; right: 10px; top: 0px; font-size: 16px; line-height: normal; }

.pageTools li .drp { display: none; background-color: #617bab; width: 115px; z-index: 20; padding-top: 5px; padding-left: 10%; height: 30px; position: absolute; top: 30px; left: 0px; color: #ffffff; box-sizing: border-box; border-top: 1px solid rgba(255, 255, 255, .2); }
.pageTools li .drp a { display: block; color: inherit; }
.pageTools li:hover .drp { display: block; }

.pageTools li.print { background-color: #e7983e; }
.pageTools li.send { background-color: #909090; }
.pageTools li.mail { background-color: #714194; }
.pageTools li.comment { background-color: #77983e; }
.pageTools li.facebook { background-color: #617bab; }
.pageTools li.twitter { background-color: #54b7e4; }
.pageTools li.google { background-color: #e47061; }
.pageTools li.resizer { background-color: #005b7d }
.pageTools li.whatsapp { background-color: #50ca5e; display: none; }
.pageTools li.pinterest { background-color: #ad262c; }


.newsDetailWrapper { width: 100%; box-sizing: border-box; position: relative; background-color: #ffffff; margin-top: -20px; }
.newsDetailWrapper:after { content: ""; clear: both; display: block; }
.breadcrumb { }
.breadcrumb:after { content: ""; clear: both; display: block; }
.breadcrumb ul { float: left; }
.breadcrumb ul li { }
.breadcrumb ul li a { }
.breadcrumb ul li:last-child, .breadcrumb ul li:last-child a { color: #EC1A23; }
.breadcrumb ul li:after { }
.breadcrumb ul li:last-child:after { display: none; }

.detailSpot { width: 100%; overflow: hidden; margin-bottom: 20px; }
.detailSpot a { display: inline-block; color: #EC1A23; font-size: 12px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.detailSpot span { display: inline-block; font-size: 12px; }

.detailImg { width: 100%; position: relative; text-align: center; }
.detailImg img { max-width: 100%; display: inline-block; }
.detailImg a { display: block; }
.detailImg .arrow { position: absolute; height: 100%; width: 10%; top: 0px; z-index: 20; }
.detailImg .arrow span { position: absolute; width: 40px; height: 60px; line-height: 60px; top: calc(50% - 25px); color: #ffffff; font-size: 1.5em; text-align: center; background: rgba(0,0,0,0.6); }
.detailImg .arrow.prev, .detailImg .arrow.prev span { left: 0px; }
.detailImg .arrow.next, .detailImg .arrow.next span { right: 0px; }
.detailImg .arrow.prev span:after { content: "\f053"; font-family: FontAwesome; text-shadow: 1px 1px #000000 }
.detailImg .arrow.next span:after { content: "\f054"; font-family: FontAwesome; text-shadow: 1px 1px #000000 }

.textFrame { width: 100%; position: relative; font-size: 18px; color: #000000; line-height: 26px; }
.textFrame:after { content: ""; display: block; clear: both; }
.textFrame h2.spot { font-size: 26px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; line-height: 33px; margin-bottom: 20px; }
.textFrame h2 { font-size: 27px; font-weight: bold; }
.textFrame .advert { float: right; }
.textFrame img { max-width: 100%; height: auto; }
.textFrame em { font-style: italic; }
.textFrame p:first-of-type { padding-top: 0px; margin-top: 0px; }
.textFrame:after { content: ""; clear: both; display: block; }
a.tagLink { color: #EC1A23; display: inline !important; }
a.tagLink:hover { color: #008caf; text-decoration: underline; }
.leftArea { width: 213px; position: absolute !important; height: 100%; z-index: 1; overflow-y: scroll; overflow-x: hidden; }
.scrollArea .item + .item { margin-top: 20px; }
blockquote { font-size: 24px; line-height: 33px; position: relative; width: 80%; padding: 10px 0px; font-style: italic; font-weight: bold; margin-left: 10%; border-top: 2px solid #000000; border-bottom: 2px solid #000000; }
blockquote:after { content: ""; position: absolute; bottom: 0px; right: -65px; width: 55px; height: 44px; background: url(../i/block2.png?v=1) no-repeat; }
blockquote:before { content: ""; position: absolute; top: 0px; left: -65px; width: 55px; height: 44px; background: url(../i/block.png?v=1) no-repeat; }

.directLink { width: 100%; box-sizing: border-box; overflow: hidden; margin: 15px 0; height: 125px; position: relative; background-color: #ebebeb; display: block; font-family: 'Roboto Condensed', sans-serif; }
.directLink a { width: 100%; display: block; box-sizing: border-box }
.directLink img { max-width: inherit; height: inherit; }
.directLink:hover { text-decoration: none; }
.directLink em, .directLink strong { display: table-cell; overflow: hidden; }
.directLink em { vertical-align: top; position: relative; height: 125px; }
.directLink strong { overflow: hidden; line-height: 40px; font-size: 30px; padding: 5px 10px 0px 10px; height: 125px; box-sizing: border-box; vertical-align: middle; font-weight: bold; }
.directLink.gal em:before { content: ""; position: absolute; background: rgba(0,0,0,0.5) url(../i/icon-gallery.png?v=1) no-repeat center center; width: 50px; height: 32px; left: 0px; top: 15px; z-index: 5; transition: 0.3s; }
.directLink.gal:hover em:before { background: rgba(204,33,41,0.8) url(../i/icon-gallery.png?v=1) no-repeat center center; }
.directLink.wtv em:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.directLink.wtv:hover em:before { background: rgba(204,33,41,0.8); }

.newsContent .mansetSlider { width: 100%; margin-bottom: 20px; float: none; }

.otherNewsFrame { width: 100%; }
.otherNewsFrame h3 { width: 100%; display: block; font-size: 25px; color: #af0201; font-weight: normal; font-family: 'Roboto Condensed', sans-serif; }
.otherNews { width: 100%; position: relative; border: 1px solid #cacaca; border-bottom: none; box-sizing: border-box; }
.otherNews:after, .otherNews li:after { content: ""; display: block; clear: both; }
.otherNews li { width: 50%; float: left; border-bottom: 1px solid #cacaca; }
.otherNews li a { display: block; }
.otherNews li span { float: left; width: 160px; height: 101px; position: relative; }
.otherNews li span img { max-width: 100%; }
.otherNews li strong { float: left; overflow: hidden; width: calc(100% - 160px); height: 101px; box-sizing: border-box; padding: 0px 20px; font-size: 18px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; color: #000000; display: -webkit-box; -webkit-box-align: center; display: -moz-box; -moz-box-align: center; display: -ms-box; -ms-box-align: center; display: box; box-align: center; }
.otherNews li span:before { display: none; content: ""; position: absolute; width: 174px; height: 115px; top: -7px; left: -7px; z-index: 5; border: 7px solid #c30f1a; }
.otherNews li span:after { display: none; left: 104%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(174, 2, 1, 0); border-left-color: #c30f1a; border-width: 11px; margin-top: -11px; }
.otherNews li:hover span:before, .otherNews li:hover span:after { display: block; }

.more { width: 100%; text-align: center; margin-bottom: 40px; }
.more a { display: inline-block; width: 300px; height: 40px; line-height: 40px; color: #ffffff; font-size: 18px; font-weight: 500; background-color: #000000; transition: 0.3s; }
.more a:hover { background-color: #c21313; }

/* Galeri */

.gallery-button { display: block; width: 100%; height: 36px; background: #ea212d; margin-bottom: 20px; text-align: center; font-size: 16px; line-height: 40px; font-weight: bold; color: #ffffff; letter-spacing: 0.5px; }
.gallery-button i { display: inline-block; margin-right: 6px; font-size: 28px; width: 28px; height: 28px; border: 2px solid #fff; border-radius: 100%; top: 4px; position: relative; }
.gallery-button i:before { position: relative; top: -4px; left: .5px; }
.gallery-button:hover { color: #fff; }
.gallery-button:hover i { border-color: #fff; }
.gallery-button span { position: relative; top: -2px; }

.galleryFrame { width: 100%; position: relative; }
.galleryFrame:after { content: ""; display: block; clear: both; }
h1.pagetitle { width: 100%; display: block; margin: 0px; margin-bottom: 20px; padding-bottom: 20px; color: #000000; border-bottom: 1px solid #cbcbcb; font-size: 27px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; }
.galleryFrame .item { width: 100%; position: relative; border-bottom: 3px solid #000000; padding-bottom: 20px; margin-bottom: 20px; }
.galleryFrame .item .detail { width: 100%; position: relative; }
.galleryFrame .item .detail .info { width: 100%; margin-bottom: 10px; }
.galleryFrame .item .detail .info:after { content: ""; display: block; clear: both; }
.galleryFrame .item .detail .info .pages { float: left; min-width: 60px; background-color: #ebebeb; color: #bdbdbd; font-size: 25px; text-align: center; letter-spacing: 1px; height: 30px; line-height: 30px; font-family: 'Roboto Condensed', sans-serif; border-bottom: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd;; }
.galleryFrame .item .detail .info .pages li { float: left; min-width: 30px; height: 30px; padding: 0 6px; }
.galleryFrame .item .detail .info .pages li:first-child { border-right: 1px solid #bdbdbd; }
.galleryFrame .item .detail .info .pages .current { color: #000000; }
.galleryFrame .item .detail .info .shareList { float: right; }
.galleryFrame .item .detail .info .shareList li { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ebebeb; border-bottom: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd; }
.galleryFrame .item .detail .info .shareList li a { color: #bdbdbd; transition: 0.4s; height: 30px; font-size: 19px; }
.galleryFrame .item .detail .info .shareList li a:hover { color: #222222; }
.galleryFrame .item .detail h2.caption { width: 100%; font-size: 22px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.galleryFrame .item .picture { width: 100%; text-align: center; }
.galleryFrame .item .description { width: 100%; font-size: 17px; color: #000000; margin: 20px 0px; }
.galleryFrame .item .picture a { position: relative; display: block; }
.galleryFrame .item .picture a:after { content: ""; display: none; width: 48px; height: 49px; background: url(../i/zoom.png?v=1) no-repeat center center; position: absolute; right: 5px; top: 5px; z-index: 10; }
.galleryFrame .item .picture a:hover:after { display: block; }

.subRightFrame .advert { margin-bottom: 20px; }
.subRightFrame .pageTools { margin-bottom: 15px; }
.subRightFrame .pageTools li.resizer a:first-child:after { font-size: 12px; }
.subRightFrame .pageTools li.resizer a:last-child:after { right: 3px; top: -5px; }

.subRightFrame .module { width: 100%; position: relative; }
.subRightFrame .module .head { width: 100%; text-align: center; color: #000000; font-size: 20px; font-weight: bolder; border-bottom: 3px solid #000000; padding-bottom: 18px; margin-bottom: 13px; }
.subRightFrame .module .item { width: 100%; position: relative; display: block; }
.subRightFrame .module .item:first-of-type:before { display: none; }
.subRightFrame .module .item:before { content: ""; display: block; width: 100%; height: 1px; margin-top: 15px; margin-bottom: 15px; background-color: #cbcbcb; }
.subRightFrame .module .item a { display: block; }
.subRightFrame .module .item figcaption { position: absolute; width: 100%; bottom: 0px; left: 0px; color: #ffffff; font-weight: bold; font-size: 17px; font-weight: 500; text-align: center; padding: 10px 0px; }
.subRightFrame .module .item.gallery > a:before { content: ""; position: absolute; background: rgba(0,0,0,0.5) url(../i/icon-gallery.png?v=1) no-repeat center center; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.subRightFrame .module .item.gallery:hover > a:before { background: rgba(204,33,41,0.8) url(../i/icon-gallery.png?v=1) no-repeat center center; }
.subRightFrame .module .item.video > a:before { content: "\f04b"; position: absolute; background: rgba(0,0,0,0.5); text-align: center; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; line-height: 33px; width: 50px; height: 33px; z-index: 5; left: 0px; top: 15px; transition: 0.3s; }
.subRightFrame .module .item.video:hover > a:before { background: rgba(204,33,41,0.8); }
.subRightFrame .module .item.gallery > a, .subRightFrame .module .item.video > a { position: relative; }
.subRightFrame .module .all { width: 100%; height: 30px; line-height: 30px; background-color: #ebebeb; margin-bottom: 20px; }
.subRightFrame .module .all a { display: block; width: 100%; height: 30px; color: #000000; text-align: right; font-weight: 300; }
.subRightFrame .module .all a:after { content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; margin-left: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-left: 1px solid #d1d1d1; }

.catMenu { width: 100%; display: flex; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid #000000; }
.catMenu li { flex: 1 1 auto; }
.catMenu li a { display: block; text-align: center; line-height: 20px; color: #6f6f6f; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; }
.catMenu li a:hover, .catMenu li.selected a { color: #ed1b24; }
.catMenu li a:after { content: "|"; float: right; }
.catMenu li:last-child a:after { display: none; }

.detailFrame { width: 100%; position: relative; }
.detailFrame:after { content: ""; display: block; clear: both; }
.detailFrame h1.title { width: 100%; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-size: 36px; font-weight: bold; }
.detailFrame > ol,
.detailFrame > ul { padding-left: 30px; }


/* arkadaÃ…Å¸Ã„Â±na gÃƒÂ¶nder popup */

.friendFrame { width: 600px; position: relative; display: none; border: 3px solid #000000; }
.friendFrame .topper { width: 100%; height: 100px; position: relative; padding: 17px; box-sizing: border-box; background-color: #000000; color: #ffffff; }
.friendFrame .topper img { float: left; }
.friendFrame .topper span { position: absolute; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; right: 22px; bottom: 10px; }
.friendFrame .popupContent { width: 100%; padding: 0px 17px; box-sizing: border-box; position: relative; background-color: #ffffff; padding-top: 15px; color: #212121; }
.friendFrame .popupContent .head { width: 100%; font-size: 18px; font-weight: bold; color: #df0817; padding-bottom: 5px; border-bottom: 3px solid #df0817; margin-top: 10px; margin-bottom: 10px; }
.friendFrame .popupContent .center { width: 100%; position: relative; }
.friendFrame .popupContent .name { width: 100%; font-size: 30px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; margin-bottom: 10px; line-height: 33px; }
.friendFrame .popupContent .row { width: 100%; margin-bottom: 20px; margin-right: 0px; margin-left: 0px; }
.friendFrame .popupContent .row:after { content: ""; clear: both; display: block; height: 0px; }
.friendFrame .popupContent .row span { float: left; width: 145px; font-size: 15px; }
.friendFrame .popupContent .row input.pBox { float: left; width: calc(100% - 145px); height: 30px; border: 1px solid #d2d2d2; background-color: #e4e4e4; padding: 0 5px; box-sizing: border-box; color: #212121; font-size: 15px; }
.friendFrame .popupContent .row textarea.pMessage { float: left; resize: none; width: 100%; height: 135px; background-color: #e4e4e4; overflow: auto; border: 1px solid #d2d2d2; padding: 5px; box-sizing: border-box; color: #212121; font-size: 15px; }
.friendFrame .popupContent .row .send { float: right; background-color: #df0817; width: 80px; height: 40px; color: #ffffff; font-size: 15px; transition: 0.5s; font-family: 'Roboto Condensed', sans-serif; }
.friendFrame .popupContent .row .send:hover { background-color: #da0302; }
.friendFrame .popupContent .note { color: #a8a8a8; display: block; width: 100%; font-size: 14px; }
.friendFrame .popupContent .textareaWrap { float: left; width: calc(100% - 145px); position: relative; }
.friendFrame .popupContent .textareaWrap #textarea_feedback { position: absolute; right: 10px; bottom: 0; width: auto; color: #ADADAD; font-size: 13px; }
.friendFrame .popupBottom { width: 100%; height: 30px; line-height: 30px; background-color: #000000; text-align: center; color: #ffffff; font-size: 16px; }
.fancybox-title-float-wrap .child { display: none !important; }

.friendFrame .popupContent .notice { width: 100%; height: 178px; }
.friendFrame .popupContent .notice.success { background: url(../i/not_succes.png?v=1) no-repeat center center; }
.friendFrame .popupContent .notice.fail { background: url(../i/not_fail.png?v=1) no-repeat center center; }
.noticeText { width: 100%; text-align: center; font-weight: bold; color: #000000; font-size: 30px; margin-bottom: 20px; }
.noticeText span { font-size: 40px; display: block; }

.subRightFrame .onno-usta { margin-top: 20px; }
.subRightFrame .onno-usta + .advert { margin-top: 20px; }


/* Yazarlar */

.subLeftFrame .detailFrame .author:after { content: ""; background: url(../i/author-bg.jpg?v=1) repeat-x left bottom; width: 95%; height: 70px; position: absolute; left: 0; bottom: 0; z-index: 1; }
.subLeftFrame .detailFrame .author:before { content: ""; width: 95%; height: 3px; background-color: #ee1b24; position: absolute; left: 0px; bottom: 0px; z-index: 10; }
.subLeftFrame .detailFrame .author { padding-bottom: 0px; border-bottom: 0px; position: relative; }
.subLeftFrame .detailFrame .author a > span { background: none; position: relative; z-index: 5; }
.subLeftFrame .detailFrame .author a > span > span { padding-bottom: 88.85%; position: relative; }
.subLeftFrame .detailFrame .author a > span img { width: 100%; max-width: 170px; height: auto; display: block; position: absolute; top: 0; left: 0; }
.subLeftFrame .detailFrame .author figcaption { z-index: 3; left: 80px; width: calc(100% - 80px); padding-left: 65px; padding-left: 85px; height: 110px; }
.subLeftFrame .detailFrame .author figcaption i { font-size: 17px; font-weight: bold; margin-bottom: 5px; }
.subLeftFrame .detailFrame .author figcaption p { font-size: 15px; font-weight: 300; line-height: 17px }
.subLeftFrame .detailFrame .author .all { position: absolute; width: auto; z-index: 15; bottom: 1px; right: 7%; color: #ffffff; font-weight: 300; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; }
.subLeftFrame .detailFrame .author .all:hover { text-decoration: underline; }
.subLeftFrame .detailFrame .author .date { position: absolute; top: 20px; right: 5px; font-size: 14px; color: #6f6f6f; font-weight: 300; z-index: 5; }
.subLeftFrame .detailFrame .author figcaption em { display: block; width: 100%; }

.articleList { width: 100%; position: relative; margin-top: 20px; }
.articleList li { width: 100%; position: relative; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #000000; font-size: 15px; }
.articleList li a { display: block; }
.articleList li strong { display: block; width: 100%; margin-bottom: 10px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; font-size: 17px; }
.articleList li span { width: 100%; display: block; text-align: right; color: #ee1b24; font-weight: 300; }

.subLeftFrame .detailFrame .author.detail { margin-bottom: 0px; }
.subLeftFrame .detailFrame .author.detail figcaption i { font-size: 17px; font-weight: bold; }
.subLeftFrame .detailFrame .author.detail + .pageTools { width: 95%; margin-bottom: 20px; }

.otherArticles { width: 100%; background-color: #efefef; }
.otherArticles li { width: 100%; border-bottom: 1px solid #ffffff; }
.otherArticles li a { display: block; padding: 15px 10px 10px 10px; color: #000000; font-size: 15px; }
.otherArticles li a:hover { color: #525252; }
.otherArticles li a strong { display: block; width: 100%; font-size: 17px; }
.otherArticles li a span { display: block; width: 100%; text-align: right; color: #EC1A23; font-size: 14px; }
.tolink { width: 100%; height: 40px; line-height: 40px; background-color: #efefef; border-top: 1px solid #cbcbcb; }
.tolink a { display: block; font-size: 20px; font-weight: bold; text-align: center; }
.tolink a:after { content: "\f105"; font-size: 22px; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #000000; border-left: 1px solid #cbcbcb; }

/* Markalar */


.brandFrame { width: 100%; position: relative; }
.brandFrame:after, .boxItem:after { content: ""; display: block; clear: both; }
.boxItem { width: 100%; position: relative; padding-top: 20px; padding-bottom: 30px; border-bottom: 1px solid #cbcbcb; }
.boxItem:first-child { border-top: 1px solid #cbcbcb; }
.boxItem a { display: block; }
.boxItem .img { float: left; width: 306px; position: relative; }
.boxItem .text { float: left; margin-top: 20px; width: calc(100% - 306px); padding-left: 15px; position: relative; font-size: 17px; max-height: 100px; overflow: hidden; }
.boxItem .text strong { display: inline-block; width: 100%; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 6px; }
.boxItem .text span { display: inline-block; width: 100%; }
.boxItem .info { width: 100%; height: 20px; position: absolute; bottom: 10px; right: 0px; }
.boxItem .info span { float: right; height: 20px; line-height: 20px; font-size: 15px; }
.boxItem .info span a { float: left; color: #6f6f6f; font-weight: 300; }
.boxItem .info span a:after { content: "/"; float: right; margin: 0 3px; }
.boxItem .info span a:hover { text-decoration: underline; }
.boxItem .info span i { float: left; font-style: normal; color: #EC1A23; font-weight: 300; }
.boxItem + .more { margin-top: 20px; }

.brandInfo { width: 100%; background-color: #ebebeb; font-family: 'Roboto Condensed', sans-serif; margin-bottom: 20px; font-weight: 300; }
.brandInfo .head { width: 100%; height: 37px; line-height: 37px; padding-left: 22px; background-color: #000000; color: #ffffff; font-weight: bold; font-size: 17px; }
.brandInfo .row { width: 100%; min-height: 36px; border-bottom: 1px solid #ffffff; padding: 8px 22px; font-size: 17px; line-height: 21px; margin-right: 0px; margin-left: 0px; }
.brandInfo .row.img { text-align: center; border-top: 3px solid #ffffff; border-bottom: 4px solid #ffffff; }
.brandInfo .bottom { width: 100%; height: 40px; line-height: 40px; background-color: #efefef; border-top: 1px solid #cbcbcb; }
.brandInfo .bottom a { display: block; font-size: 20px; font-weight: bold; text-align: center; }
.brandInfo .bottom a:after { content: "\f105"; font-size: 22px; font-family: FontAwesome; font-style: normal; font-weight: normal; float: right; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #000000; border-left: 1px solid #cbcbcb; }

/*  Arama sonuÃƒÂ§  */

.searchFilterFrame { width: 100%; }
.searchFilterFrame .resultText { width: 100%; border-bottom: 1px solid #cbcbcb; padding: 15px 0px; margin-bottom: 20px; font-size: 27px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight: bold }
.searchFilterFrame .resultText strong { color: #EC1A23; }
.searchFilterFrame .chkArea { width: 100%; overflow: hidden; padding-bottom: 20px; }
.searchFilterFrame .chkArea.second { padding-top: 0px; }
.searchFilterFrame .chkArea span { float: left; font-size: 17px; min-width: 173px; }
.searchFilterFrame .chkArea .cell { float: left; position: relative; padding: 0px; margin-left: 15px; }

.searchFilterFrame .selectArea { width: 100%; margin-bottom: 30px; }
.searchFilterFrame .selectArea:after { content: ""; display: block; clear: both; }
.searchFilterFrame .selectArea .cell { float: left; width: 50%; }
.searchFilterFrame .selectArea .cell.padding { padding-left: 15px; }
.searchFilterFrame .selectArea .cell.padding label { font-weight: normal; }
.searchFilterFrame .selectArea .cell span { float: left; width: 115px; line-height: 30px; }
.searchFilterFrame .selectArea .cell .selectWrapper { float: left; width: calc(100% - 115px); position: relative; background-color: #ebebeb; }
.searchFilterFrame .selectArea .cell .selectWrapper select { position: relative; z-index: 5; width: 100%; height: 30px; line-height: 30px; padding: 0 10px; box-sizing: border-box; color: #000000; font-size: 17px; background-color: transparent; border: none; outline: none; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
.searchFilterFrame .selectArea .cell .selectWrapper:after { content: "\f0d7"; position: absolute; right: 6px; top: 0px; z-index: 1; color: #000000; font-size: 20px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.searchFilterFrame .selectArea .cell .selectWrapper:before { content: "|"; position: absolute; right: 20px; top: 0px; color: #c0c0c0; }
.searchFilterFrame .selectArea .cell:nth-child(2) span { padding-left: 15px; }
.searchFilterFrame .selectArea .cell.large { width: 100%; }
.searchFilterFrame .selectArea .cell .calendar { float: left; width: calc(50% - 60px); }
.searchFilterFrame .selectArea .cell #from { float: left; width: calc(100% - 42px); background-color: #ebebeb; height: 30px; color: #000000; font-size: 17px; padding-left: 5px; }
.searchFilterFrame .selectArea .cell #to { float: left; width: calc(100% - 42px); background-color: #ebebeb; height: 30px; color: #000000; font-size: 17px; padding-left: 5px; }
.searchFilterFrame .selectArea .cell .calendar img { float: left; margin-top: 1px; margin-left: 4px; }
.searchFilterFrame .selectArea .cell ::-webkit-input-placeholder { color: #000000; }
.searchFilterFrame .selectArea .cell :-moz-placeholder { color: #000000; opacity: 1; }
.searchFilterFrame .selectArea .cell ::-moz-placeholder { color: #000000; opacity: 1; }
.searchFilterFrame .selectArea .cell :-ms-input-placeholder { color: #000000; }
.resultSearch { width: 100%; height: 30px; margin-bottom: 20px; }
.resultSearch:after { content: ""; clear: both; display: block; }
.resultSearch .searchBox { float: left; width: 430px; }
.resultSearch .toggleBtn { float: right; width: calc(100% - 450px); line-height: 30px; cursor: pointer; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; }
.resultSearch .toggleBtn:after { content: "\f105"; margin-left: 10px; color: #000000; font-size: 24px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.resultSearch .toggleBtn.opened:after { content: "\f107"; }
.resultSearch .textbox { float: left; height: 30px; width: calc(100% - 120px); border: 1px solid #cbcccf; background-color: #ebebeb; color: #000000; font-size: 17px; padding-left: 18px; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); }
.resultSearch .find { float: left; width: 120px; height: 30px; line-height: 30px; background-color: #000000; color: #ffffff; text-align: center; font-size: 20px; font-weight: bolder; transition: 0.3s; }
.resultSearch .find:hover { background-color: #272e37; }
.searchFilterFrame .detailFilter { display: none; }
.searchFilterFrame .detailFilter.opened { display: block; }


.control { display: block; position: relative; padding-left: 35px; cursor: pointer; }
.control input { position: absolute; z-index: -1; opacity: 0; left: 0; top: 0; }
.control-indicator { position: absolute; top: 3px; left: 0; height: 20px; width: 20px; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); box-shadow: inset 0px 0px 10px 0px rgba(204,204,204,1); }
.control-radio .control-indicator { border-radius: 50% }
.control:hover input ~ .control-indicator, .control input:focus ~ .control-indicator { }
.control input:checked ~ .control-indicator { background: #ffffff }
.control input:disabled ~ .control-indicator { background: #e6e6e6; opacity: .6; pointer-events: none }
.control-indicator:after { content: ''; position: absolute; display: none }
.control input:checked ~ .control-indicator:after { display: block }
.control-checkbox .control-indicator:after { left: 6px; top: 0px; width: 10px; height: 16px; border: solid #EC1A23; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.control-checkbox input:disabled ~ .control-indicator:after { border-color: #7b7b7b }
.control-radio .control-indicator:after { left: 6px; top: 0px; width: 10px; height: 16px; border: solid #EC1A23; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.control-radio input:disabled ~ .control-indicator:after { background: #7b7b7b }

.searchResult .boxItem .img { width: 164px; }
.searchResult .boxItem .text { width: calc(100% - 164px); margin-top: 0px; max-height: 85px; }
.sep { width: 100%; height: 30px; }

/* Bize UlaÃ…Å¸Ã„Â±n */

.mostRead { width: 100%; }
.mostRead li { width: 100%; margin-bottom: 20px; }
.mostRead li:last-child { margin-bottom: 0px; }
.mostRead li:after { content: ""; display: block; clear: both; }
.mostRead li a { display: block; }
.mostRead li img { float: left; }
.mostRead li span { float: left; width: calc(100% - 110px); padding-left: 10px; font-size: 17px; }
.mostRead li span strong { width: 100%; display: block; overflow: hidden; max-height: 52px; transition: 0.3s; }
.mostRead li span i { display: block; font-style: normal; font-size: 12px; font-weight: 300; }
.mostRead li:hover strong { color: #EC1A23; }


.contactRow { width: 100%; }
.contactRow li { position: relative; width: 100%; border-bottom: 1px solid #e4e4e4; padding: 15px 0 15px 50px; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; }
.contactRow li:first-child { padding-top: 30px; }
.contactRow li:after { content: ""; display: block; clear: both; }
.contactRow li strong { display: block; margin-bottom: 10px; }
.alignCenter { text-align: center; }
.contactRow .fa { float: left; margin-left: -25px; margin-top: 3px; font-size: 17px; color: #EC1A23; }
.contactRow a:hover { color: #EC1A23; }
.contactHead { width: 100%; text-align: center; font-size: 30px; line-height: inherit; font-weight: bold; border-bottom: 3px solid #000000; margin-bottom: 20px; padding-bottom: 10px; }
.contactHead:first-child { margin-top: 0px; }
.formRow { width: 100%; padding-left: 25px; position: relative; margin-bottom: 10px; font-family: 'Roboto Condensed', sans-serif; }
.formRow:after { content: ""; display: block; clear: both; }
.formRow > span { float: left; width: 160px; line-height: 25px; font-size: 15px; }
.formRow .holder { float: left; width: calc(100% - 160px); }
.formRow .selector { width: 50%; height: 25px; position: relative; background-color: #e4e4e4; }
.formRow .selector:after { content: "\f0d7"; position: absolute; right: 10px; top: 0px; font-size: 17px; color: #000000; z-index: 1; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }
.formRow .selector select { position: relative; z-index: 5; width: 100%; height: 25px; padding-left: 10px; color: #000000; font-size: 15px; bordeR: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.formRow .textbox { width: 100%; height: 25px; background-color: #e4e4e4; font-size: 15px; padding: 0 10px; }
.formRow .message { width: 100%; height: 100px; resize: none; padding: 10px; overflow: auto; background-color: #e4e4e4; font-size: 15px; }
.formRow .send { float: right; background-color: #000000; width: 100px; height: 30px; line-height: 30px; text-align: center; color: #ffffff; font-size: 17px; font-weight: bolder; transition: 0.3s; }
.formRow .send:hover { background-color: #EC1A23; }
.warning { width: 100%; font-size: 14px; color: #939393; padding-left: 25px; }

.boldText { width: 100%; font-size: 27px; font-weight: bolder; margin-bottom: 20px; font-family: 'Roboto Condensed', sans-serif; }
.contactRow.alignCenter strong { font-size: 24px; }
#pageoverlay_genel div { font-size: 0px; }

.rssListFrame { width: 100%; margin-top: 20px; }
.rssListFrame h3.line { width: 100%; cursor: pointer; position: relative; background-color: #212121; transition: 0.3s; color: #ffffff; margin: 0px; margin-bottom: 10px; padding-left: 10px; font-size: 20px; height: 45px; line-height: 45px; }
.rssListFrame h3.line:hover { background-color: #4c4a4a; }
.rssListFrame ul.list { width: 100%; }
.rssListFrame ul.list li { width: 100%; display: block; transition: 0.5s; }
.rssListFrame ul.list li:hover { background-color: #f0f0f0; }
.rssListFrame ul.list li a { width: 100%; display: table; table-layout: fixed; }
.rssListFrame ul.list li span { display: table-cell; height: 48px; line-height: 48px; font-size: 15.5px; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; }
.rssListFrame ul.list li span:first-child { width: 20%; font-size: 18px; padding-left: 10px; }
.rssListFrame ul.list li span:nth-child(2) { width: 75%; padding-left: 5px; }
.rssListFrame ul.list li span:last-child { width: 5%; text-align: center; border-right: none; }
.rssListFrame ul.list li span i { color: #ea7819; }
h3.line .ui-accordion-header-icon:after { content: "\f0da"; display: inline-block; line-height: 20px; color: #ffffff; font-family: FontAwesome; font-style: normal; font-weight: normal; }
h3.line .ui-accordion-header-icon { right: 10px; top: 14px; position: absolute; z-index: 5; line-height: 20px; text-align: center; }
h3.line.ui-accordion-header-active .ui-accordion-header-icon:after { content: "\f0d7" }

.selectFrame .customSelect { height: 40px; line-height: 40px; box-sizing: border-box; padding-left: 8px; cursor: pointer }
.trafficMapFrame #map { width: 100%; height: 700px; padding: 0; margin: 0 }
.trafficMapFrame { width: 100%; position: relative }
.trafficMapFrame .head { width: 100%; height: 40px; background-color: #000000; padding-left: 10px; box-sizing: border-box }
.trafficMapFrame .head:after { content: ""; display: block; clear: both }
.trafficMapFrame .head > span { float: left; color: #fff; font-size: 18px; font-weight: 700; line-height: 40px }
.trafficMapFrame #map { margin-bottom: 20px }
.yandexMapWrapper { width: 100%; padding: 10px; box-sizing: border-box; background-color: #f7f7f7 }
.traffic-city { float: right; background-color: #383737 }
.traffic-city > span { float: left; color: #fff; font-size: 18px; font-weight: 400; line-height: 40px; padding-left: 10px }
.traffic-city > span:after { content: "|"; margin-left: 5px; color: #8996a2 }
.traffic-city .selectFrame { float: left; height: 40px; width: 170px; color: #fff; position: relative }
.traffic-city .selectFrame:after { top: 17px; right: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255,255,255,0); border-top-color: #fff; border-width: 7px; margin-left: -7px }
.traffic-city .selectFrame select { width: 100%; padding: 0 5px; position: relative; z-index: 5; box-sizing: border-box; height: 40px; color: #fff; border: none; font-size: 18px; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer }
.traffic-city .selectFrame select option { color: #000; padding-left: 3px }


/* paging */
.paging { text-align: center; height: 26px; margin: 20px 0px; overflow: hidden; width: 100%; }
.paging ul { display: block; height: 26px; position: relative; margin-left: auto; margin-right: auto; display: table; }
.paging li { float: left; position: relative; }
.paging li a { display: inline-block; width: 26px; text-align: center; height: 26px; line-height: 26px !important; font-size: 18px !important; color: #212121; font-family: 'roboto_condensedbold', arial !important }
.paging li a:hover,
.paging li.current a { background-color: #a90303; color: #fff; }
.paging li.pn a { width: 20px; background-repeat: no-repeat; padding: 0; text-indent: -9999px; }
.paging li.pn a:after { content: "\f0d9"; position: absolute; width: 100%; height: 100%; text-align: center; text-indent: 0px; font-family: FontAwesome; font-style: normal; font-weight: normal; top: 0; left: 0; }
.paging li.pn.next a:after { content: "\f0da"; position: absolute; width: 100%; height: 100%; text-align: center; text-indent: 0px; font-family: FontAwesome; font-style: normal; font-weight: normal; top: 0; left: 0; }
.paging li.pn a:hover { background-color: #a90303; color: #ffffff }
.paging li.prev { margin-right: 10px; }
.paging li.prev a { text-indent: 0px; width: auto; font-size: 15px !important; padding: 0 7px; background-color: #a90303; color: #ffffff; }
.paging li.prev a:after { display: none; }

.stickyLink { position: fixed; z-index: 500; background: rgba(238, 27, 36, 0.3) url(../i/05.png?v=1) repeat; transition: 0.5s; bottom: -1px; right: calc(50% - 490px); height: 35px; line-height: 35px; color: #ffffff; font-size: 14px; padding: 0 15px; -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0,0,0); }
.stickyLink:hover, .stickyLink.active { background: rgba(238, 27, 36, 1) url(../i/05.png?v=1) repeat; color: #ffffff; }

.followWrap + .topAdvert { padding: 0; margin-bottom: 10px; }



/*  font-family: 'Roboto Condensed', sans-serif;   */
/*********************************************************************************************************/
/***********************         MEDIA QUERIES CSS              ******************************************/
/*********************************************************************************************************/


@media (min-width: 768px) {
    .veriAltBar .txt { width: 750px !important; }
}

@media (min-width: 992px) {
    .veriAltBar .txt { width: 970px !important; }
}

@media (min-width: 1200px) {
    .veriAltBar .txt { width: 980px !important; }
}



@media (max-width:1200px) {

    .mansetSlider, .staticNews, .largeImg { width: 100%; }
    .staticNews figure { width: 50%; float: left; }
    .staticNews figure img, .largeImg img { width: 100%; }
}


@media (max-width:992px) {

    figure.box figcaption { float: left; width: calc(100% - 306px); padding-left: 10px; }
    figure.box > a { float: left; }
    .advert { display: inline-block; }
    .sm-center { text-align: center; }
    .sm-center figcaption * { text-align: left }
    .caroSlider figure.box figcaption { width: 100%; }
    .sliderWrapper .slick-arrow { height: 145px; line-height: 145px; }
    figure.box figcaption strong { line-height: 25px; font-size: 25px; max-height: 77px; }
    .onno-usta { margin-top: 0px; }
    .mosaic figure.box { overflow: hidden; margin-bottom: 15px; }
    .mosaic figure.box img { width: 306px; }
    figure.border-bottom figcaption { border-bottom: none; }
    figure.box.small figcaption strong { font-size: 25px; line-height: 25px; }
    .testSliderFrame .slick-slide img { display: inline-block; }
    .testSliderFrame .slick-initialized .slick-slide { text-align: center; }
    .author.large { background-size: cover; }
    .footerLogos iframe { width: 100% !important; height: 440px !important; }
    .col-lg-8 .col-lg-6:first-child .author, .col-lg-8 .col-lg-6:nth-child(2) .author { margin-bottom: 0px; }
    /* subpages*/
    .newsContent { width: 100%; padding-left: 0px; }
    .scrollAreaWrapper { height: 100%; position: fixed; top: 0px; left: -213px; background-color: #ffffff; z-index: 200; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
    .scrollAreaWrapper.areaVisible { left: 0; }
    .leftSticky { background-color: #ffffff; position: fixed; top: 0px !important; padding-top: 10px; display: none; }
    .wrapper { -webkit-transition: -webkit-transform 0.2s linear; -moz-transition: -moz-transform 0.2s linear; -o-transition: -ms-transform 0.2s linear; -ms-transition: -o-transform 0.2s linear; transition: transform 0.2s linear; }
    .wrapperHidden { -webkit-transform: translate3d(150px,0,0); -moz-transform: translate3d(150px,0,0); -ms-transform: translate3d(150px,0,0); -o-transform: translate3d(150px,0,0); transform: translate3d(150px,0,0); }
    .scrollArea .item { height: auto; margin-bottom: 10px; padding: 0 10px; width: auto; margin-top: 0 !important; }
    .scrollArea .item .img { display: block; }
    .scrollArea .item strong { position: static; background: none; display: block; min-height: 30px; padding-top: 5px; color: #000000; border: none; opacity: 1; }
    .scrollArea .item strong i { position: static; display: block; line-height: 18px; font-weight: 500; max-height: 78px; overflow: hidden; }
    .scrollArea .item.active .img:after, .scrollArea .item:hover .img:after { top: 44%; }
    .wrapper { width: 750px; }
    .subRightFrame .module .item:after { content: ""; display: block; clear: both; }
    .subRightFrame .module .item > a { float: left; width: 40%; float: left; }
    .subRightFrame .module .item figcaption { position: static; float: left; width: 60%; background: none; color: #222222; text-align: left; padding-left: 15px; }
    .subRightFrame .advert { width: 100%; text-align: center; background-color: transparent; }
    .catMenu li a { font-size: 13px; }
    .subRightFrame .onno-usta { position: relative; left: 50%; margin-left: -153px; }
    .trafficMapFrame #map { height: 500px; }
    .topLinks { position: absolute; bottom: 3px; z-index: 5; right: 50px; }
    .topLinks li a { color: #ffffff !important; }
    button.show-hide.rotate { margin-left: 222px; }
    .scrollAreaWrapper.areaVisible .leftSticky { max-height: 100%; overflow-y: scroll; overflow-x: hidden; }
    .stickyLink { right: 0px; height: 27px; line-height: 27px; padding: 0 10px; }
    .subRightFrame .pageTools, .subRightFrame .area .head { display: none; }
}

@media (max-width:767px) {
    .footerLogos, .footerMenuWrapper { display: none; }
    .sponsorSlider { display: none !important; }
    .sponsorSliderFrame .selector ul > li > ul { left: 0; right: 0; width: 100%; max-height: 100px; }
    .sponsorSliderFrame { background-color: transparent; height: 26px; margin-top: 20px; }
    .sponsors .head { display: none; }
    .sponsorSliderFrame .selector { position: relative; top: 0px; width: 100%; }
    /*subpage*/
    .textFrame .advert { float: none; margin-bottom: 20px; }
    .otherNews li { float: none; display: block; width: 100%; }
    .directLink strong { font-size: 21px; padding-top: 4px; line-height: 29px; }
    .wrapper { width: 100%; }
    .catMenu { flex-wrap: wrap; }
    .catMenu li { flex: inherit; }
    .catMenu li a { font-size: 13px; padding: 0 6px; }
    .catMenu li a:after { display: none; }
    .friendFrame { width: 100%; }
    .friendFrame .popupContent .row span { width: 100%; }
    .friendFrame .popupContent .row input.pBox, .friendFrame .popupContent .textareaWrap { width: 100%; }
    .friendFrame .popupContent .row { margin-bottom: 10px; }
    .boxItem .img, .searchResult .boxItem .img { width: 100%; float: none; text-align: center; }
    .boxItem .text, .searchResult .boxItem .text { width: 100%; float: none; padding-left: 0px; }
    .boxItem .info { position: static; margin: 10px 0px; }
    .resultSearch { height: auto; }
    .resultSearch .searchBox { width: 100%; }
    .resultSearch .toggleBtn { width: 100%; margin-bottom: 10px; }
    .rssListFrame ul.list li span, .rssListFrame ul.list li span:first-child { font-size: 3vw; }
    .trafficMapFrame #map { height: 400px; }
    .topFrame .topLinks { margin-right: 0px; }
    .topFrame .topLinks li { margin-left: 6px; }
    .topFrame .topLinks li a { font-size: 12px; }
    .logo img { width: 140px; }
    .menuWrapper { width: 100% !important; }
    .topSearch { margin-top: 15px; }
    .searchbox.custom { min-width: 24px; height: 32px; display: flex; align-items: center; }
    .social li a i { width: 24px; height: 24px; line-height: 24px; }

    .searchbox ._btn { width: 24px; height: 24px; line-height: 19px !important; }

    .searchbox ._btn .fa { font-size: 13px; }

    .topFrame .logo { width: 79px; margin-top: 14px; }

    ul.social { margin-top: 19px; }

    .topFrame { }
}

@media (max-width:480px) {
    .topFrame .topLinks li { margin-left: 3px; }
    .mobilePageSkin .topFrame .topLinks li a { font-size: 10px; }
    figure.box { overflow: hidden; }
    figure.box > a { float: none; }
    figure.box img, .mosaic figure.box img { width: 100%; }
    figure.box figcaption { width: 100%; }
    .staticNews figure { width: 100%; margin-top: 20px; }
    .staticNews figure figcaption { font-size: 15px; padding: 5px 0px; line-height: 15px; }
    .mansetSlider .items li a span { font-size: 16px; padding-bottom: 5px; }
    .largeImg figcaption { font-size: 15px; padding: 5px 0px; line-height: 15px; }
    .logo img { width: 140px; }
    .menuWrapper { width: 100% !important; }
    .topLinks { position: absolute; bottom: 3px; z-index: 5; }
    .topLinks li a { color: #ffffff !important; }
    .testSliderFrame li strong { font-size: 25px; line-height: 25px; }
    .author { margin-top: 0px; margin-bottom: 20px; }
    .mansetSlider .slick-dots { /* display:none !important; */ position: relative; bottom: 0 !important; }
    .itemFrame { margin-top: 20px; }
    .newsletter .head { margin-top: 0px; }
    .sliderWrapper .slick-arrow { top: 20%; height: 80px; line-height: 80px; }
    .searchbox-open { width: 300px; }
    /* subpage */
    .otherNews li span { width: 100px; height: 70px; font-size: 0px; }
    .otherNews li span img { height: 70px; }
    .otherNews li strong { width: calc(100% - 100px); height: 70px; padding: 0px 10px; font-size: 18px; line-height: 23px; }
    .otherNews li:hover span:before, .otherNews li:hover span:after { display: none; }
    .directLink, .directLink em { height: 83px; }
    .directLink img { width: 130px; height: 83px; }
    .directLink strong { font-size: 16px; height: 83px; line-height: 26px; }
    blockquote { font-size: 19px; line-height: 23px; }
    .breadcrumb span { height: 35px; line-height: 35px; }
    .newsContent h1, .detailFrame h1.title { font-size: 33px; line-height: 38px; }
    .textFrame h2.spot { font-size: 24px; line-height: 29px }
    .textFrame h2 { font-size: 24px; }
    .show-hide { font-size: 15px; width: 17px; top: 50%; }
    .newsDetailWrapper { padding: 0 10px; }
    blockquote:before { background-size: 60%; left: -42px; }
    blockquote:after { background-size: 60%; right: -42px; }
    .subRightFrame .module .item a { font-size: 2.5vh; }
    .breadcrumb { display: none; }
    .notification { padding-left: 25px; font-size: 13px; }
    .notification:before { width: 25px !important; }
    .friendFrame .popupContent { padding: 0 5px; }
    .friendFrame .popupContent .row textarea.pMessage { height: 100px; }
    .friendFrame .topper { padding: 5px; height: 65px; }
    .friendFrame .popupContent .head { font-size: 15px; }
    .friendFrame .topper img { width: 100px; }
    .friendFrame .popupContent .name { font-size: 23px; line-height: 28px; }
    .friendFrame .popupContent .note { font-size: 10px; }
    .noticeText { font-size: 18px; }
    .noticeText span { font-size: 23px; }
    .friendFrame .popupContent .notice { background-size: 60%; }
    .subLeftFrame .detailFrame .author figcaption p { display: none; }
    .subLeftFrame .detailFrame .author figcaption i { max-height: 58px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author { background: url(../i/author-large.jpg?v=1) no-repeat left top; background-size: cover; height: 350px; width: 100%; margin-top: 0px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author span { width: 260px; height: 231px; position: absolute; bottom: 0px; left: 0px; z-index: 6; background: none; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author span img { width: auto; max-width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author:after { background: none; width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption { padding-left: 10px; top: 0px; bottom: inherit; left: 30px; right: inherit; width: calc(100% - 60px); height: 140px; z-index: 5; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption strong { font-size: 28px; background: url(../i/author-top.png?v=1) no-repeat left top; width: 235px; height: 69px; margin-top: -12px; padding-left: 20px; padding-top: 10px; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author:before { width: 100%; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author .all { right: 1%; }
    .subLeftFrame .detailFrame .author .date { display: none; }
    .boxItem .img img { width: 100%; height: auto; }
    .boxItem .text { max-height: 135px; }
    .brandInfo .row.info { display: none; }
    .formRow { padding-left: 0px; }
    .formRow > span, .formRow .holder, .formRow .selector { width: 100%; }
    .formRow .selector, .formRow .selector select, .formRow .textbox { height: 35px; }
    .formRow > span, .warning { margin-bottom: 10px; padding-left: 0px; }
    .formRow .selector:after { top: 5px; }
    .searchFilterFrame .chkArea span { width: 100%; margin-bottom: 10px; }
    .searchFilterFrame .chkArea .cell { margin-left: 0px; width: 33.3%; }
    .searchFilterFrame .chkArea { padding: 0 0 10px 0px; }
    .searchFilterFrame .selectArea .cell { width: 100%; }
    .searchFilterFrame .selectArea .cell span, .searchFilterFrame .selectArea .cell .selectWrapper, .searchFilterFrame .selectArea .cell.padding { width: 100%; padding-left: 0px !important; margin-bottom: 10px; }
    .searchFilterFrame .selectArea { margin-bottom: 0px; }
    .searchFilterFrame .selectArea .cell .calendar { width: 100%; margin-bottom: 15px; }
    .resultSearch { height: auto; }
    .resultSearch .textbox { width: 100%; display: block; float: none; }
    .resultSearch .find { width: 100%; display: block; float: none; margin-top: 15px; }
    .traffic-city .selectFrame { width: 130px; }
    .traffic-city > span, .traffic-city .selectFrame select { font-size: 14px; }
    .trafficMapFrame #map { height: 300px; }
    .trafficMapFrame .head > span { font-size: 15px; }
    .lightbox { width: 300px; height: 198px; background-size: contain; padding: 0px 10px !important; }
    .lightbox-container { padding-right: 0px; }
    .lightbox-container > img { width: 100px; }
    .lightbox-container h3 { margin: 5px 0px; font-size: 12px; line-height: 19px; padding: 0px 10px; }
    .lightbox .fancybox-close-small { top: 6px; right: 44px; }
    .lightbox-link { width: 200px; height: 54px; background-size: contain; padding: 20px 10px 0px 0px; font-size: 9px; }
    .lightbox-like { margin-top: 5px; }

    .gallery-button, .gallery-button i { font-size: 14px; }
    .gallery-button i { width: 24px; height: 24px; line-height: 24px; position: relative; font-size: 24px; top: 4px; }
    .gallery-button i:before { top: -4px; left: 0px; }
}

@media (max-width:320px) {
    .topSearch { display: none; }
    .topFrame .social { margin-right: 3px; }
    .mobilePageSkin .topFrame .topLinks li a { font-size: 9px; }
    .social li a i { }
    footer .footerTop { padding: 0px 10px; }
    .subLeftFrame .detailFrame .author span img { max-width: 125px; }
    .subLeftFrame .detailFrame .author figcaption { left: 65px; width: calc(100% - 65px); height: 65px; padding-left: 60px; }
    .subLeftFrame .detailFrame .author figcaption i { display: none; }
    .subLeftFrame .detailFrame .col-lg-12:first-child .author figcaption i { display: block; }
    .trafficMapFrame .head { min-height: 40px; height: auto; }
    .traffic-city { width: 100%; }
    .traffic-city > span { padding-left: 0px; }
}

@media only screen and (min-device-width: 321px) and (max-device-width: 737px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    .lightbox { width: 300px; height: 198px; background-size: contain; padding: 0px 10px !important; }
    .lightbox-container { padding-right: 0px; }
    .lightbox-container > img { width: 100px; }
    .lightbox-container h3 { margin: 5px 0px; font-size: 12px; line-height: 19px; padding: 0px 10px; }
    .lightbox .fancybox-close-small { top: 6px; right: 44px; }
    .lightbox-link { width: 200px; height: 54px; background-size: contain; padding: 20px 10px 0px 0px; font-size: 9px; }
    .lightbox-like { margin-top: 5px; }
}

.rss { padding: 0px 0px 20px; }
	 .rss-text,  .rss-text p{ font-size: 18px; color: #303030; line-height: 30px; font-family: 'Roboto-Medium',arial; }
		 .rss-text h4 { color: #9e6606; margin: 20px 0px; }
		 .rss-text a { color: #9e6606; }
		 .rss-text strong { font-family: 'Roboto-Bold',arial; }
.rss-list { margin-top: 10px; font-family: 'RobotoSlab-Regular',arial; }
	.rss-list li { border-bottom: 1px solid #ece0cd; font-size: 18px; color: #9e6606; padding: 14px 35px 14px 0; margin-left: 17px; position: relative; }
		.rss-list li span { width: 143px; float: left; display: inline-block; }
		.rss-list li a { color: #303030; line-height: 1.2; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
			.rss-list li a:hover { color: #9e6606; }
		.rss-list li:after { content: ''; width: 29px; height: 39px; background: url(../i/sprite.png) no-repeat -42px -327px; border-left: 1px solid #ece0cd; position: absolute; top: 4px; right: 0px; }
		.rss-list li:before { content: ''; width: 11px; height: 47px; background: url(../i/sprite.png) no-repeat -73px -324px; position: absolute; top: 0px; left: -14px; }
        
	.rss-list li { padding: 14px 30px; }
		.rss-list li:before { left: 0px; }

        	.rss-list li { font-size: 16px; }
            
	.rss-list li { font-size: 14px; }
		.rss-list li span { width: auto; margin-right: 20px; }
		.rss-list li a { display: block; overflow: hidden; }
		.rss-list li:after { height: 34px; }