@import url('animate.css');
@import url('checkbox.css');
body {
    overflow-x:hidden;
    margin: 0px;
    padding: 0px;
    cursor: default;
    color: #333;
    background-color:#f8f8f8;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    /*background-repeat:no-repeat;
    background-position:0 0;
    background-image:url('../images/bg.jpg');*/
}

ul, ul li{text-decoration:none; border:0px;margin:0px;padding:0px;list-style:none;}
a{color:#000;text-decoration:none!important;cursor:pointer;} * a{color:inherit;} * a:focus{color:inherit;}
img{border:0px;vertical-align:middle;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px; font-weight:normal;}
input:focus,a:focus,button:focus,textarea:focus {outline: none!important;box-shadow:none!important;}
.fa.fa-active-show,.fa.fa-hover-show,.active > .fa.fa-active-hidden,*:hover > .fa.fa-hover-hidden{
    display: none;
}
.active > .fa.fa-active-show,*:hover > .fa.fa-hover-show{
    display: inline-block;
}
.logo,.btn-search,.social-media a,.news-text,.pager-full ul li a,.mini-pager ul li a,.fixit,.ipager a,.author-archive a,.bread-custom ol li a,
.fmenu a,.fcats a,.ipop-close a,.survey-buttons a{
    transition: 400ms all;
}
.inpage-slide > ul,.news-galleries > ul,.news-slider > ul,.news-banner ul{
    transform: scale(0);
}
.goTop{
    background-color:#333!important;
    bottom:45px!important;
    right:5px!important;
    opacity:0.8;
}
.goTop:hover{
    background-color:#000!important;
}
.img-dila{/*image dilation*/
    overflow:hidden;
    display:block;
    position:relative;
}
.img-dila img {
    -webkit-transition: all .4s ease; /* Safari and Chrome */
  	-moz-transition: all .4s ease; /* Firefox */
  	-o-transition: all .4s ease; /* IE 9 */
  	-ms-transition: all .4s ease; /* Opera */
  	transition: all .4s ease;
    height:300px;
}
.img-dila:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:translatZ(0) scale(1.10); /* Opera */
    transform:translatZ(0) scale(1.10);
}
.iblock {
    display: inline-block;
}
.vmiddle {
    vertical-align: middle;
}
.pos-relative{
    position:relative;
}
.noCursor{
    cursor:default;
}
.noborder{
    border:0!important;
}
.overflow-hidden{
    overflow:hidden;
}


/*++267 LOGO*/
a.logo-267 {
	background-color:#eee;
	border-radius:50%;
	padding:6px;
    margin:10px auto;
}
a.logo-267:hover {
	background-color:#fafafa;
}
.pusher {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.pusher:hover, .pusher:focus, .pusher:active {
  -webkit-animation-name: pusher;
  animation-name: pusher;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes pusher { 50% { -webkit-transform: scale(0.8); transform: scale(0.8);} 100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes pusher { 50% { -webkit-transform: scale(0.8); transform: scale(0.8);} 100% { -webkit-transform: scale(1); transform: scale(1); } }
/*--267 LOGO*/

.ihover{
    position:absolute;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}
/*--OPTIONAL STATICS*/


.topbar{
    background-color:#fff;
    padding-top:8px;
   /* margin-bottom:40px; */
    margin-bottom:10px;

    -webkit-box-shadow: 0px 3px 0px 0px rgba(3,3,14,0.1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(3,3,14,0.1);
    box-shadow: 0px 3px 0px 0px rgba(3,3,14,0.1);
}
.top-weather h4{
    color:#3e3e3e;
    font-size:18px;
    font-weight:600;
}
.top-weather span{
    font-size:12px;
    font-weight:600;
    color:#3e3e3e;
}
.top-weather i.wi{
    display:block;
    font-size:45px;
    margin:-5px auto;
    color:#d30022;
    position:relative;
}





ul.nav.navbar-nav,nav.navbar,a.navbar-brand{
    margin:0;
}
nav.navbar{
    border:none;
    border-radius:0px;
    min-height:inherit;
}
a.navbar-brand{
    height:auto;
    padding:0;
    line-height:inherit;
}
.navbar-toggle{
    border-color:#fff;
    margin-right:0;
    position:absolute;
    right:14px;
    top:0;
}
.navbar-toggle.collapsed {/*CLOSED NO-CLICK!*/
    background-color: #d30022;
}
.navbar-toggle,.navbar-toggle:hover{/*OPEN CLICKED*/
    background-color:#000;
}
.navbar-toggle .icon-bar{
    background-color:#fff;
}
#bs{
    box-shadow:none!important;
    padding:0;
}
.topmenu{
    margin-top:5px;
}
.topbar.ifix,.topmenu{
    border-top:7px solid #d30022;
}
#bs > ul > li > a{
    padding:15px 5px;
    line-height:100%;
    font-size:13px;
    font-weight:600;
    color:#000;
}
#bs > ul > li > a:hover{
    color:#fff;
}
#bs > ul > li > a:focus{
    background-color:transparent;
}
#bs > ul > li.active > a,#bs > ul > li.active > a:hover,#bs > ul > li.active > a:focus{
    color:#fff;
}
#bs > ul > li > a.m1:hover,#bs > ul > li.active > a.m1{
    background-color:#d30022;
}
#bs > ul > li > a.m2:hover,#bs > ul > li.active > a.m2{
    background-color:#426edf;
}
#bs > ul > li > a.m3:hover,#bs > ul > li.active > a.m3{
    background-color:#6abfd4;
}
#bs > ul > li > a.m4:hover,#bs > ul > li.active > a.m4{
    background-color:#951b29;
}
#bs > ul > li > a.m5:hover,#bs > ul > li.active > a.m5{
    background-color:#49b807;
}
#bs > ul > li > a.m6:hover,#bs > ul > li.active > a.m6{
    background-color:#d89c07;
}
#bs > ul > li > a.m7:hover,#bs > ul > li.active > a.m7{
    background-color:#dc37c5;
}
#bs > ul > li > a.m8:hover,#bs > ul > li.active > a.m8{
    background-color:#d30022;
}
#bs > ul > li > a.m9:hover,#bs > ul > li.active > a.m9{
    background-color:#aeaeae;
}
#bs > ul > li.last {
    padding:0;
}
ul.social .social-media{
    margin-bottom:4px;
}
#bs > ul > li.last a{
    display:inline-block;
    vertical-align:middle;
}
.btn-search{
    border:1px solid #dee3e3;
    background-color:#f2f2f2!important;
    text-align:center;
    color:#3e3e3e!important;
    padding-top:8px;
}
.btn-search:hover,.btn-search.active{
    background-color:#d5003b!important;
    color:#fff!important;
    border-color:#e70e8e;
}
.btn-search.active{
    border-color:#dee3e3!important;
}
.topbar .social{
    float:right;
    margin-top:7px;
}
.topbar .social-media a{
    width:35px;
    height:35px;
    margin-left:3px;
    vertical-align:middle;
}
.topbar .social-media a.social-link{
    background-color:inherit;
    padding:0;
    width:auto;
    height:auto;
    background-color:transparent!important;
    vertical-align:middle;
}



.section{
    position:relative;
}
.adv{
    overflow:hidden;
    position:relative;
}
.adv-blank{
    /* background-color:#fff; */
}
.adv-empty{
    border:1px solid #dee3e3;
    padding:35px;
    height:100%;
}
.adv-empty-in{
    background-color:#dee3e3;
    height:100%;
}
.adv-left,.adv-right{
    position:absolute;
    overflow:hidden;
    top:0;

    width:160px;
    height:600px;
}
.adv-left{
    right:100%;
}
.adv-right{
    left:100%;
}
.texter .adv{
    margin-bottom:15px;
}
.full-image{
    width:100%;
    height:100%;
    display:block;
}
.fixit.adv-side{
    width:100%;
    overflow:hidden;
    margin-top:10px;
}
.fixit.moving{
   /* z-index:9; */
    position:absolute;
}



.news-banner {
    background-image: url('../images/news-bg.jpg');
    background-position:0 center;
    background-repeat:no-repeat;
    color:#fff;
    padding:8px 70px;
    font-weight:600;
    background-color:#242335;
}
.news-banner.ifix{
    position:fixed;
    z-index:99;
    bottom:0;
    left:0;
    width:100%;

}
.news-banner-area{
    height:44px;
    overflow:hidden;
    position:relative;
}
.news-banner span{
    font-size:20px;
}
.news-banner span,.news-banner i.fa{
    vertical-align:middle;
}
.news-banner ul li a{
    display:block;
    position:relative;
    height:30px;
    overflow:hidden;
    font-size:20px;
}
.news-banner h3{
    font-size:26px;
    font-weight:800;
}
.news-banner a:hover{
    color:#ddd;
}
.news-controls{
    position:absolute;
    top:10px;
    right:10px;
}
.news-controls span{
    display:inline-block;
    font-size:18px;
    font-weight:300;
    margin:0px 10px;
}


.news-area{
    position:relative;
    display:table;
    border-collapse:separate;
}
.news-col{
    display:table-cell;
    width:100%;
    float:left;
    vertical-align:top;

}
.news-col.min{
    width:1%;
    float:none;
}
.news-pager{
    border-right:3px solid #c90000;
    display:inline-block;
}
.news-pager ul{
    margin:0;
    display:block;
    border-radius:0;
}
.news-pager ul li{
    display:block;
}
.news-pager ul li a{
    display:block;
    cursor:pointer!important;
    border-radius:0!important;
    margin-left:0!important;
    border:0;
    border-bottom:1px solid #dee3e3;
    font-size:20px;
    color:#3e3e3e;
    font-weight:700;
    background-color:#efefef;
    text-align:center;
    float:none;
    padding:8px 14px;
}
.news-pager ul li a:hover,.news-pager ul li.active a{
    background-color:#c90000!important;
    border-color:#c90000!important;
    color:#fff!important;
}
.mini-pager ul li a:hover,.mini-pager ul li.active a{
    background-color:#ff5a0a!important;
    border-color:#ff5a0a!important;
    color:#fff!important;
}
a.links{
    position:relative;
    display:block;
    overflow:hidden;
    /*background-color:#3e3e3e;*/
}
.pagination > .active > a{
    border-color:transparent!important;
    cursor:pointer!important;
}

.news-galleries{
    position:relative;
}
.news-galleries.full{
    border:1px solid #dee3e3;
}
.pager-full {
    background-color:#efefef;
}
.pager-full ul{
    margin:0;
    display:block;
    border-radius:0;
    padding:0;
}
.pager-full ul li{
    float:left;
    border:1px solid #dee3e3;
    border-right:0;
}
.pager-full ul li a{
    display:inline-block;
    width:42px;
    height:42px;
    font-size:22px;
    color:#3e3e3e;
    font-weight:700;
    background-color:#efefef;
    text-align:center;
    float:none;
    padding:0;
    padding-top:5px;
    border-radius:0!important;
}
.pager-full ul li a:hover,.pager-full ul li.active a{
    background-color:#c90000!important;
    color:#fff!important;
}
.pager-full ul li.show-all a{
    width:auto;
    height:42px;
    padding:8px 15px;
    font-size:18px;
}


table tbody tr td{
    overflow:hidden!important;
}
.news-caption{
    position:absolute;
    bottom:0px;
    left:0px;
    font-size:16px;
    color:#fff;
    font-weight:700;
    line-height:130%;
    width:100%;
    padding:10px;
    text-align:left;

    background-color:rgba(0,0,0,0.7);
}
.news-caption h4{
    display:inline-block;
    font-size:11px;
    background-color:#ff4136;
    padding:3px 8px;
    color:#fff;
    margin-bottom:5px;
}
.news-caption h4.red{
    background-color:#ff4136;
}
.news-caption h4.blue{
    background-color:#43c0df;
}
.news-galleries.mini a.links img{
    height:270px;
}

a.links:hover .news-text{
    margin-bottom:12px;
}
.news-text {
    position: relative;
    max-height: 93px;
    overflow: hidden;
    font-size: 14px;
}


.news-galleries.mini .news-caption{
    padding-bottom:60px;
    font-size:18px;
}
.news-galleries.mini .mini-pager{
    overflow:hidden;
    height:45px;
    margin-bottom:5px;
}
.mini-pager{
    border:0;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-bottom:10px;
    width:100%;
}
.mini-pager ul li{
    display:inline-block;
}
.mini-pager ul{
    margin:0;
    border-radius:0;
}
.mini-pager ul li a{
    display:inline-block;
    border-radius:50%!important;
    border:0!important;
    margin-left:5px!important;
    margin-bottom:5px!important;
    width:39px;
    height:39px;
    border:0;
    font-size:18px;
    color:#3e3e3e;
    font-weight:700;
    background-color:#efefef;
    text-align:center;
    float:none;
    padding:0;
    padding-top:5px;
}











.large-galleries{
    position:relative;
}
.large-galleries .mini-pager{
    left:auto;
    bottom:auto;
    top:0px;
    right:0px;
    padding:15px;
    width:auto;
}
.section-2 a.links img,.section-5 a.links img,.section-7 a.links img{
    height:320px;
}




.section-3 .writer{
    background-color:#fff;
    border:1px solid #e8e8e8;
    margin-bottom:30px;
}
.section-3 .writer:hover{
    background-color:#fbfbfb;
}
.section-3 .writer > .row{
    margin-right:auto!important;
}
.section-3 .writer span.head{
    display:inline-block;
    background-color:#ff4136;
    color:#fff;
    font-size:11px;
    line-height:100%;
    padding:5px 10px;
    margin-top:10px;
    margin-bottom:5px;
}
.section-3 .writer h2{
    font-size:15px;
    line-height:120%;
    word-break:break-word;
    position:relative;
    height:36px;
    position:relative;
    overflow:hidden;
}
.section-3 .writer .title{
    font-weight:700;
    color:#1e1f23;
    font-size:15px;
    position:relative;
    height:42px;
    overflow:hidden;
}
.section-3 .writer a.links img{
    height:130px;
}
.section-3 .writer a:hover{
    color:#ff4136;
}

.news-galleries a.links img,.section-4 .large-galleries a.links img,.section-6 .large-galleries a.links img,.inpage-slide a.links img{
    height:495px;

}

img{
    object-fit: cover;
}



.news-box{
    position:relative;
    /* margin-bottom:40px; */
    margin-bottom:10px;
}
.news-box.small img{
    height:230px;
}












.video-icon{
    position:absolute;
    top:15px;
    left:15px;
}
.video-icon a:hover{
    color:#ff5a0a;
}






.footer{
    margin-top:40px;
    background-color:#1e1f23;
    padding-top:35px;
    padding-bottom:35px;
    color:#9a9da1;
}
.footer h1{
    font-size:24px;
    color:#fff;
    font-weight:800;
    margin-bottom:30px;
    margin-top:10px;
}
.fmenu a{
    display:inline-block;
    color:#9a9da1;
    font-size:14px;
    border:3px solid #9a9ca1;
    padding:10px 5px;
    margin-bottom:20px;
    margin-right:10px;
    line-height:100%;
    font-weight:600;
    min-width:100px;
    text-align:center;
}
.fmenu a:hover{
    color:#fff!important;
    background-color:#e70e8e;
    border-color:#e70e8e;
}
.fcats a{
    display:inline-block;
    color:#9a9da1;
    margin-bottom:10px;
}
.fcats a:hover{
    color:#e70e8e;
}
.fsocial > a{
    display:block;
    margin-bottom:10px;
}
.social-media a,.vertical-socials a{
    display:inline-block;
    width:50px;
    height:50px;
    background-color:#5f62a6;
    color:#fff;
    margin-left:5px;
    text-align:center;
}
a.turkuaz{
    background-color:#51bbd3;
}
a.yellow{
    background-color:#ff8b00;
}
a.red{
    background-color:#dd1f00;
}
.social-media a:hover,.vertical-socials a:hover{
    background-color:#e70e8e;
    color:#fff;
}
.vertical-socials a{
    /*width:70px;
    height:70px;*/
    width:35px;
    height:35px;
    margin-right:5px;
    display:block;
    margin-bottom:4px;
    float: left;
}



.copyright{
    border-top:3px solid #484a54;
    padding-top:15px;
}
.flogo a{
    display:inline-block;
}




/*GALLERIES.HTML************/



.bread-custom {
    margin-bottom:40px;
}
.bread-custom ol{
    padding:0;
    margin:0;
    background-color:transparent;
    border-radius:0;
}
.bread-custom > ol > li + li:before{
    color:#e70e8e;
    padding:0 12px;
    content:"\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.bread-custom ol li a{
    display:inline-block;
    font-size:12px;
    color:#a0a0a0;
}
.bread-custom ol li a:hover{
    color:#e70e8e;
}
.bread-custom ol li.active{
    color:#a0a0a0;
}




.galleries-area{
    background-color:#1e1f23;
}
.galleries-area h1{
    font-size:22px;
    font-weight:800;
    color:#fff;
    margin-bottom:30px;
}
.post-text{
    position:relative;
    /* height:230px; */
    /*overflow-y:auto;*/
    font-size:16px;
    color:#fff;
    font-weight:300;
    margin-bottom:30px;
}
.post-social{
    border-top:2px solid #4b4c4f;
    padding-top:25px;
}
.post-social .social-media a{
    width:35px;
    height:35px;
    padding-top:8px;
    margin-left:0;
    margin-right:2px;
}
.post-date{
    font-size:12px;
    color:#a0a0a0;
    padding-top:10px;
}



.slide-pager{
    color:#fff;
}
.slide-pager span,.slide-pager i.fa{
    vertical-align:middle;
}
.slide-pager span{
    font-size:14px;
    font-weight:600;
    margin:0 5px;
}




.liner{
    border-bottom:4px solid #e6e6e9;
}
.comment-area h2,.comment-area h2 a{
    color:#000;
}
.comment-area h2 a:hover{
    color:#e70e8e;
}
.comment-area h2{
    display:inline-block;
    font-size:15px;
    font-weight:800;
    padding-bottom:10px;
    border-bottom:3px solid #000;
    line-height:100%;
}
.comment-head{
    margin-top:2px;
    padding-top:15px;
}
.comment-head input[type=text],.comment-head textarea{
    border:0;
    border-radius:0;
    background-color:#ebf0f0;
    color:#000;
    font-size:14px;
    box-shadow:none;
    padding:14px 20px;
    height:auto;
    line-height:100%;
}
.comment-head textarea{
    resize:vertical;
}
.comment-form label{
    font-weight:800;
    margin-bottom:0;
}
.comment-form .checkbox-inline{
    padding:0;
}
.comment-form .checkbox-inline label{
    padding:5px;
}

.comment-form label,.btn-reset{
    background-color:#fff;
    border:3px solid #f2f5f5;
    color:#bdc0c2;
    font-weight:800;
    font-size:15px;
}
.btn-reset{
    margin:0 10px;
}
.comment-form .assent{
    position:relative!important;
    width:25px;
    height:25px;
    border:3px solid #c90000;
    margin:0!important;
    vertical-align:middle;
}
.btn-send{
    background-color:#2e3035;
    color:#fff;
    border-radius:0;
    font-weight:800;
    font-size:15px;
    border:3px solid #2e3035;
}
.btn-send,.btn-reset{
    padding:6px 12px;
    vertical-align:middle;
    min-height:42px;
}
.btn-send:hover,.btn-reset:hover,.comment-form label:hover,.btn-apply:hover  {
    background-color:#3e3e3e;
    color:#fff;
    border-color:#e70e8e;
}




.user-name h4{
    font-size:14px;
    color:#000;
    margin-top:15px;
    margin-bottom:20px;
    line-height:100%;
}
.user-comment{
    font-size:18px;
    font-weight:600;
    color:#000;
    margin-bottom:25px;
}
.btn-apply{
    display:inline-block;
    background-color:#fff;
    border:3px solid #f2f5f5;
    padding:8px 12px;
    margin-left:5px;
    color:#bcbcbc;
    min-height:42px;
}
.btn-like span{
    color:#4eb231;
}
.btn-dislike span{
    color:#b7091c;
}
.btn-reply{
    color:#e70e8e;
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
}
.btn-apply i.fa,.btn-apply span{
    vertical-align:middle;
}
.btn-like span,.btn-dislike span{
    font-size:14px;
    font-weight:600;
}
.btn-apply:hover span{
    color:#fff;
}
.all-comments ul li{
    margin-bottom:40px;
}



.ipager{
    text-align:center;
    margin-bottom:40px;
}
.ipager ul{
    margin:0 auto;
    border-radius:0;
}
.ipager a,.ipager ul li a{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:0!important;
    margin-left:0!important;
    margin-right:4px;
    border:0;
    font-size:14px;
    color:#e70e8e;
    background-color:#fff;
    float:none;
    padding:0;
    padding-top:7px;
    border:3px solid #ecf0f0;
    margin-bottom:5px;
}
.ipager ul li a:hover,.ipager a:hover,.ipager ul li.active a{
    background-color:#3e3e3e!important;
    color:#fff!important;
    border-color:#3e3e3e!important;
}
.ipager a.arrows{
    background-color:#fff;
    color:#9a9da0;
    padding:2px 0!important;
    font-size:30px;
    line-height:100%;
    width:auto;
    text-align:center;
    margin:0!important;
}

/*GALLERIES.HTML************/





/*AUTHOR.HTML******/


.author-boxes{
    background-color:#fff;
    border:1px solid #dee3e3;
    text-align:center;
    padding:30px 20px;
    margin-bottom:30px;
}
.author-boxes a.round{
    display:block;
    width:140px;
    height:140px;
    margin:0 auto;
}
.author-boxes a.round img{
    height:140px;
}
.author-boxes h1,.author-boxes h1 a{
    color:#171717;
}
.author-boxes h1{
    margin-top:25px;
    margin-bottom:10px;
    font-size:18px;
    position:relative;
    height:20px;
    overflow:hidden;
}
.author-text{
    color:#171717;
    font-size:14px;
    line-height:120%;
    padding-top:12px;
    border-top:1px solid #dee3e3;
    position:relative;
    height:73px;
    overflow:hidden;
}
.author-text a{
    display:block;
    font-weight:700;
    font-size:18px;
    color:#171717;
    margin-bottom:10px;
    position:relative;
    height:16px;
    overflow:hidden;
}
.author-boxes h1 a:hover,.author-text a:hover{
    color:#d30022;
}



/*AUTHOR-ARCHİVE*****/


.stage{
    border:1px solid #dee3e3;
    background-color:#fff;
    padding:40px 30px;
    margin-bottom:40px;
}
.stage h2{
    font-size:24px;
    color:#1e1f23;
    margin-bottom:20px;
    line-height:100%;
    font-weight:700;
}

.author-archive ul li{
    padding-top:40px;
    padding-bottom:30px;
    border-bottom:1px solid #dee3e3;
    font-size:17px;
    color:#1e1f23;
}
.author-archive a{
    display:inline-block;
}
.author-archive ul li:first-child{
    padding-top:0;
}
.author-archive ul li a.idate{
    color:#a0a0a0;
    margin-bottom:20px;
    font-size:12px;
}
.author-archive ul li a.idate:hover{
    color:#d30022;
}
.archive-text{
    position:relative;
    line-height:145%;
    color:#000;
}
.author-detail{
    border:1px solid #dee3e3;
    background-color:#fff;
}
.author-detail a:hover{
    color:#d30022;
}
.author-detail h2{
    font-size:24px;
    color:#1e1f23;
    margin:10px 0;
    line-height:125%;
}
.author-image{
    display:block;
    overflow:hidden;
    position:relative;
    height:119px;
}

.author-detail a span{
    font-size:18px;
    line-height:100%;
}
.author-detail a span,.author-detail a i.fa{
    vertical-align:middle;
}
.author-social {
    margin-top:10px;
}
.author-social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dee3e3;
    background-color: #fff;
    text-align: center;
    padding-top: 4px;
    color:#1e1f23;
    margin-right:10px;
    margin-bottom:5px;
}
.author-social a:hover{
    background-color:#1e1f23;
    color:#fff;
}




/*AUTHOR-ARCHİVE*****/



/*CONTACT*****/

.authorized {
    font-size:18px;
    color:#1e1f23;
    border-bottom:1px solid #dee3e3;
    /*padding-bottom:50px;*/
}

.authorized h2{
    font-size:24px;
    color:#1e1f23;
    margin-bottom:20px;
    line-height:100%;
    font-weight:700;
}
.authorized span{
    display:block;
    margin-bottom:30px;
}
.contact-us{
}
.contact-us > span{
    font-size:18px;
    color:#1e1f23;
}

.contact-form label{
    font-size:16px;
    font-weight:700;
    padding-top:3px;
}
.contact-form input[type=text],.contact-form select,.contact-form textarea{
    height:auto;
    border:1px solid #dcdcdc;
    border-bottom:0;
    border-radius:2px;
    background-color:#f8f8f8;
    box-shadow:none;
    font-size:16px;
}
.contact-form .form-control:focus{
    outline:none;
    border-color:#dcdcdc;
    box-shadow:none;
}
.btn-contact{
    background-color:#df4950;
    border:0;
    border-radius:3px;
    font-weight:700;
    font-size:12px;
    color:#fff;
    padding:10px;
    line-height:100%;
}
.btn-contact:hover{
    background-color:#000;
}

/*CONTACT*****/

/*POPUP MODAL ADVERT CLASS*/
.modal-backdrop.in{
    opacity:0.9!important;
}
#ipop .modal-content{
    background-color:#dee3e3;
    border:2px solid #fff;
    border-radius:0!important;
}

.ipop-close{
    position:absolute;
    z-index:9;
    left:-13px;
    top:-13px;
}
.ipop-close a{
    display:block;
    border-radius:50%;
    width:32px;
    height:32px;
    padding-top:3px;
    text-align:center;
    color:#fff;
    border:3px solid #fff;
    background-color:#232323;
}
.ipop-close a:hover{
    background-color:#000;
    color:#ccc;
}
.ipop-timer{
    color:#fff;
    font-size:14px;
    font-weight:300;
    margin:6px 0;
}
/*POPUP MODAL ADVERT CLASS*/


.topbar.ifix{
    position:fixed;
    width:100%;
    z-index:99;
    top:0;
    left:0;
    padding-top:0;
    height:70px;
}

.topbar.ifix .hidden-fixed{
    display:none!important;
}
.topbar.ifix .show-fixed{
    display:block!important;
}


.topbar.ifix #bs,.topbar.ifix .topmenu{
    margin-top:0!important;
    border:0!important;
}

.topbar.ifix #bs > ul > li > a{
    font-size:13px;
}
.topbar.ifix #bs > ul > li.last{
    margin-left:0;
}
.logo-min{
    margin-right:40px;
}
.logo-min a{
    padding:5px 0!important;
}
.logo-min a:hover{
    background-color:transparent!important;
}
.logo-min a img{
    max-width:220px!important;
}



.isearcher{
    position:relative;
    z-index:99;
}
.isearch{
    position:absolute;
    right:0;
    margin-top:-1px;
    display:none;
}

.isearch.active,.blacked.active{
    display:block!important;
}
.isearch input[type="text"]{
    min-width:250px;
}
.isearch .input-group{
    border:1px solid #dee3e3;
}
.isearch button,input[type="text"]{
    border-radius:0!important;
    border:0!important;
    color:#3e3e3e;
}
.isearch button{
    background-color:#fff!important;
}
.isearch button:hover{
    color:#c90000;
}
.blacked{
    opacity:0.6!important;
}
.content{
    position:relative;
}
.adblock{
    color:#fff;
    text-align:center;
    background-color:#d5003b;
    font-size:17px;
    line-height:150%;
}
.adblock-text h1{
    font-size:48px;
    margin:30px 0;
}


.texter{
    color:#1e1f23;
    font-size:14px;
    line-height:160%;
}
.bread-custom+.texter .ititle{
    margin-top:-15px;
}
.ititle{
    position:relative;
    font-size:36px;
    font-weight:800;
    color:#1e1f23;
    line-height:115%;
    margin-bottom:35px;
}
.ititle a:hover{
    color:#c90000;
}
.texter-date{
    color:#a0a0a0;
    font-size:11px;
    display:block;
}
.texter-date i{
    display:inline-block;
    font-style:normal;
    margin:0 4px;
    color:#e70e8e;
}
.texter-desc{
    font-size:24px;
    font-weight:600;
    line-height:130%;
}
.texter-title{
    border-left:3px solid #e70e8e;
    padding:20px;
    font-size:18px;
    font-weight:900;
    color:#000;
    line-height:130%;
    clear:both;
}


/*ANKET*/
.survey{
    height:320px;
    background-color:#fff;
    border:1px solid #dee3e3;
    padding:15px 40px;
   /* margin-bottom:40px; */
    margin-bottom:10px;
    font-size:16px;
    color:#222222;
}
.survey h4{
    color:#2f2f2f;
    font-size:24px;
    font-weight:900;
    margin-bottom:10px;
}
.survey .radio{
    margin-bottom:15px;
}
.survey .radio b,.survey strong{
    color:#292927;
    font-weight:600;
    font-size:14px;
    display:inline;
}
.survey strong{
    display:inline-block;
    margin-bottom:6px;
}
.radio .cr{
    border-color:#cdcdcd;
    background-color:#e3e3e3;
    color:#e70e0e;
    border-width:2px;
}
.radio .cr .cr-icon{
    font-size:inherit!important;
}
.radio label input[type="radio"]:checked + .cr{
    color:#fff;
    border-color:#e70e0e;
    background-color:#e70e0e;
}
.survey-buttons a{
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    font-weight:500;
    color:#222222;
    text-decoration:underline!important;
}
.survey-buttons a:hover{
    color:#d30022;
}
.btn-survey,.survey-buttons a.btn-survey{
    display:inline-block;
    background-color:#e70e0e;
    color:#fff!important;
    font-size:14px;
    font-weight:800;
    line-height:100%;
    padding:10px 30px;
    text-decoration:none!important;
}
.btn-survey:hover{
    background-color:#000!important;
}
.survey .progress{
    height:10px;
    border-radius:0!important;
}


/*ANKET*/




@media (max-width: 767px) { /*mobile*/
    .navbar-header,.logo{
        float:none!important;
    }
    .logo{
        display:inline-block;
        margin:0 auto!important;
        width:80%;
    }
    .ipop-close {
        left: -8px;
        top: -8px;
    }
    .xs-block {
        display: block!important;
        width: 100%!important;
    }
    .topbar{
        margin-bottom:15px;
    }
    .topbar .social-media{
        padding-top:5px;
        padding-bottom:5px;
    }
    #bs{
        padding:0!important;
        border-top:0;
    }
    #bs > ul,#bs > ul > li{
        display:block!important;
    }
    #bs > ul > li > a{
        border-bottom:1px solid #c90000;
        padding-left:0!important;
    }
    #bs > ul > li:last-child > a{
        border-bottom:0;
    }
    #bs > ul > li > a:hover,#bs > ul > li.active > a,#bs > ul > li > a:focus{
        background-color:transparent!important;
        color:#c90000!important;
    }
    a.links,a.links img,.section-3 .writer h2,.section-3 .writer .title,.section-3 .writer,
    .author-text,.author-text a,.author-boxes h1{
        min-height:inherit!important;
        max-height:inherit!important;
        height:auto!important;
    }
    .news-banner{
        padding-right:0;
        font-size:16px;
    }
    .news-banner ul li a{
        height:24px;
        font-size:16px;
    }
    .pager-full ul li a{
        width:22px!important;
        height:25px!important;
        padding-top:2px!important;
    }
    .pager-full ul li.show-all a{
        width:auto!important;
        height:25px!important;
        font-size:14px;
    }
    .news-caption{
        font-size:16px;
    }
    .news-text{
        max-height:62px;
    }
    .mini-pager {
        left:10px;
    }
    .mini-pager ul li a{
        width:30px;
        height:30px;
        font-size:16px;
        padding-top:3px;
    }
    .footer{
        margin-top:15px!important;
    }
    .pager-full{
        display:none;
    }
    .news-galleries,.large-galleries a.links,.section-2 a.links,.section-5 a.links,
    .section-7 a.links{
        margin-bottom:10px!important;
    }
    .footer{
        padding-top:15px!important;
        padding-bottom:30px!important;
    }
    .flogo{
        margin-top:15px;
        float:none!important;
    }

    .user-comment{
        font-size:16px;
    }
    .btn-reset{
        margin:10px 0;
    }

    .author-boxes{
        padding:10px;
        margin-bottom:15px;
    }
    .author-detail h2{
        font-size:18px;
        margin:8px 0;
    }
    .author-detail a span{
        font-size:16px;
    }
    .bread-custom{
        margin-bottom:20px;
    }
    .stage{
        padding:20px;
        margin-bottom:20px;
    }
    .author-archive ul li{
        padding:20px 0;
    }
    .author-archive ul li a{
        margin-bottom:10px;
    }
    .stage h2{
        font-size:18px;
        margin-bottom:15px;
    }
    .authorized,.contact-us > span{
        font-size:14px;
    }
    .authorized span{
        margin-bottom:15px;
    }

    #bs > ul > li.hidden,.blacked.active{
        display:none!important;
    }
    .topbar .social-media a{
        width:36px;
        height:36px;
    }
    .btn-search{
        padding-top:8px;
    }
    .isearch input[type="text"]{
        width:100%;
    }
    .isearch{
        left:0;
    }
    .isearcher{
        position:inherit;
    }
    .news-box ,.ipager,.ititle{
        margin-bottom: 15px;
    }
    .adblock-text h1,.ititle{
        font-size: 24px;
    }
    .ititle{
        line-height:130%;
        margin-top:10px!important;
    }
    .fmenu,.footer .social-media{
        text-align:center;
    }
    .fmenu a{
        margin:0 5px 8px!important;
        width:45%!important;
    }
    .vertical-socials a{
        display:inline-block!important;
    }
    .survey {
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }
    .news-pager ul li a{
        padding:2px 5px;
    }
    .news-pager ul li a,.news-caption{
        font-size:14px!important;
    }
    .btn-reply{
        padding-left:10px;
        padding-right:10px;
    }

}

@media (min-width:100px) and (max-width: 992px) { /*mobile and tablet*/
    #bs > ul > li > a{
        padding:15px 8px;
        font-size:14px;
    }
    .topbar.ifix{
        height:auto!important;
    }
    .topbar.ifix .container {
        width: auto;
    }
    .topbar.ifix .logo-min{
        margin-right:15px!important;
    }
    .topbar.ifix .logo-min img{
        max-width:200px!important;
    }
    .social .last{
        margin-left:0;
    }
    .news-banner{
        padding-left:0;
        text-align:center;
    }
    .news-banner h3{
        font-size:18px;
        margin-top:7px;
    }
    .pager-full ul li a{
        width:25px;
        height:30px;
        font-size:14px;
        padding-top:4px;
    }
    .pager-full ul li.show-all a{
        height:30px;
        font-size:14px;
        padding-top:4px;
    }
    .news-caption{
        font-size:18px;
    }
    .footer{
        margin-top:20px;
    }
    .news-text{
        max-height:69px;
    }
    .news-galleries a.links,.news-galleries a.links img,.large-galleries a.links,.large-galleries a.links img,
    .inpage-slide a.links,.inpage-slide a.links img{
        min-height:inherit!important;
        max-height:inherit!important;
        height:auto!important;
    }
    .section-3 .writer span.head{
        margin:5px 0;
    }
    .section-3 .writer .title{
        font-size:14px;
    }
    .footer{
        padding-top:20px;
        padding-bottom:20px;
    }
    .footer h1{
        font-size:20px;
        margin-bottom:20px;
    }
    .fmenu a{
        padding:5px 10px;
        margin-bottom:15px;
    }
    ul.social{
        margin-top:4px;
    }

    .post-text{
        height:auto;
        overflow-y:auto;
    }
    .user-name h4{
        margin:15px 0;
    }
    .topbar.ifix .hidden-fixed.sma{
        display:inline-block!important;
    }
    .topbar.ifix ul.social{
        margin-top:-2px;
    }
    .author-image {
        height: auto;
    }
}

@media (min-width:993px) and (max-width: 1200px) { /*Browser %125*/
     #bs > ul > li > a{
        font-size:12px!important;
        padding-left:5px;
        padding-right:5px;
    }
     .logo-min{
         margin-right:10px!important;
     }
     .logo-min a img{
         max-width:200px!important;
     }
    .pager-full ul li a{
        width:34px;
        height:34px;
        font-size:18px;
        padding-top:4px;
    }
    .pager-full ul li.show-all a{
        height:34px;
        font-size:16px;
        padding-top:5px;
    }
     .section-3 .writer .title{
         font-size:12px;
         /*height:36px;*/
     }
     .mini-pager ul li a{
         width:30px;
         height:30px;
         font-size:16px;
         padding-top:3px;
     }

    .post-social .social-media a{
        width:30px;
        height:30px;
        padding-top:6px;
        margin-right:3px;
    }
    .post-date{
         font-size:10px;
         padding-top:8px;
     }
    .btn-reset{
        margin:0 5px;
    }
    .author-detail h2{
        font-size:18px;
        margin:8px 0;
    }
    .topbar .social{
        margin-top:11px;
    }
    .topbar .social-media a{
        width:40px;
        height:40px;
    }
    .btn-search{
        padding-top:10px;
    }
    .author-detail a span{
        font-size:14px;
    }

}
