

.googlenews-btn {
					display: inline-flex !important;
					align-items: center;
					color:#000 !important;
					padding:0 10px !important;
					margin-bottom:10px;
                      border-radius: 5px;
				}
				
				.googlenews-btn img {
					width:auto;
                  
					height:33px;
                   border: solid 1px #ccc;
				}
				.googlenews-btn span {
                white-space: nowrap;
	            margin-right:10px;
				margin-top:0px !important;
				}
    
 /* story */
 @keyframes zuckSlideTime {
     0% {
         max-width: 0;
     }

     100% {
         max-width: 100%;
     }
 }

 @keyframes zuckLoading {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 #zuck-modal {
     outline: 0 !important;
     overflow: hidden;
     position: fixed;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100%;
     background: rgba(0, 0, 0, 0.75);
     z-index: 100000;
     font-size: 15px;
     font-family: inherit;
 }

 #zuck-modal-content,
 #zuck-modal-content .story-viewer,
 #zuck-modal-content .story-viewer>.slides,
 #zuck-modal-content .story-viewer>.slides>* {
     width: 100vw;
     height: 100%;
     top: 0;
     bottom: 0;
     position: absolute;
     overflow: hidden;
 }

 #zuck-modal * {
     user-select: none;
     outline: 0;
 }

 #zuck-modal.with-effects {
     transform: scale(0.01);
     transform-origin: top left;
     transition: 0.25s;
 }

 #zuck-modal.with-effects.animated {
     transform: scale(1);
     border-radius: 0;
     margin-top: 0 !important;
     margin-left: 0 !important;
 }

 #zuck-modal.with-effects.closed {
     transform: translateY(100%);
 }

 #zuck-modal .slider {
     width: 300vw;
     height: 100%;
     top: 0;
     bottom: 0;
     left: -100vw;
     position: absolute;
 }

 #zuck-modal .slider>* {
     width: 100vw;
     height: 100%;
     top: 0;
     bottom: 0;
     position: absolute;
 }

 #zuck-modal .slider>.previous {
     left: 0;
 }

 #zuck-modal .slider>.viewing {
     left: 100vw;
 }

 #zuck-modal .slider>.next {
     left: 200vw;
 }

 #zuck-modal .slider.animated {
     -webkit-transition: -webkit-transform 0.25s linear;
     transition: -webkit-transform 0.25s linear;
     transition: transform 0.25s linear;
     transition: transform 0.25s linear, -webkit-transform 0.25s linear;
 }

 #zuck-modal.with-cube #zuck-modal-content {
     perspective: 1000vw;
     transform: scale(0.95);
     perspective-origin: 50% 50%;
     overflow: visible;
     transition: 0.3s;
 }

 #zuck-modal.with-cube .slider {
     transform-style: preserve-3d;
     transform: rotateY(0deg);
 }

 #zuck-modal.with-cube .slider>.previous {
     backface-visibility: hidden;
     left: 100vw;
     transform: rotateY(270deg) translateX(-50%);
     transform-origin: center left;
 }

 #zuck-modal.with-cube .slider>.viewing {
     backface-visibility: hidden;
     left: 100vw;
     transform: translateZ(50vw);
 }

 #zuck-modal.with-cube .slider>.next {
     backface-visibility: hidden;
     left: 100vw;
     transform: rotateY(-270deg) translateX(50%);
     transform-origin: top right;
 }

 #zuck-modal-content .story-viewer.paused.longPress .head,
 #zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
 #zuck-modal-content .story-viewer.paused.longPress .tip {
     opacity: 0;
 }

 #zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>b {
     -webkit-animation-play-state: running;
     animation-play-state: running;
 }

 #zuck-modal-content .story-viewer.next {
     z-index: 10;
 }

 #zuck-modal-content .story-viewer.viewing {
     z-index: 5;
 }

 #zuck-modal-content .story-viewer.previous {
     z-index: 0;
 }

 #zuck-modal-content .story-viewer.muted .tip.muted,
 #zuck-modal-content .story-viewer.loading .head .loading {
     display: block;
 }

 #zuck-modal-content .story-viewer.loading .head .right .time,
 #zuck-modal-content .story-viewer.loading .head .right .close {
     display: none;
 }

 #zuck-modal-content .story-viewer .slides-pagination span {
     position: absolute;
     top: 50vh;
     font-size: 48px;
     color: #fff;
     line-height: 48px;
     width: 48px;
     margin: 6px;
     transform: translateY(-50%);
     z-index: 1;
     text-align: center;
 }

 #zuck-modal-content .story-viewer .slides-pagination .previous {
     left: 0;
 }

 #zuck-modal-content .story-viewer .slides-pagination .next {
     right: 0;
 }

 #zuck-modal-content .story-viewer .slides-pointers {
     display: table;
     table-layout: fixed;
     border-spacing: 6px;
     border-collapse: separate;
     position: absolute;
     width: 100vh;
     top: 0;
     left: calc(50vw - 50vh);
     right: calc(50vw - 50vh);
     z-index: 100020;
 }

 #zuck-modal-content .story-viewer .slides-pointers>* {
     display: table-row;
 }

 #zuck-modal-content .story-viewer .slides-pointers>*>* {
     display: table-cell;
     background: rgba(255, 255, 255, 0.5);
     border-radius: 2px;
 }

 #zuck-modal-content .story-viewer .slides-pointers>*>.seen {
     background: #fff;
 }

 #zuck-modal-content .story-viewer .slides-pointers>*>*>b {
     background: #fff;
     width: auto;
     max-width: 0;
     height: 2px;
     display: block;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-play-state: paused;
     animation-play-state: paused;
     border-radius: 2px;
 }

 #zuck-modal-content .story-viewer .slides-pointers>*>.active>b {
     -webkit-animation-name: zuckSlideTime;
     animation-name: zuckSlideTime;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
 }

 #zuck-modal-content .story-viewer .head {
     position: absolute;
     height: 56px;
     left: 0;
     right: 0;
     line-height: 56px;
     z-index: 100010;
     color: #fff;
     font-size: 15px;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
     padding: 6px 12px;
 }

 #zuck-modal-content .story-viewer .head .item-preview {
     overflow: hidden;
     vertical-align: top;
     background-size: cover;
     width: 42px;
     height: 42px;
     display: inline-block;
     margin-right: 9px;
     border-radius: 50%;
     vertical-align: middle;
     background-repeat: no-repeat;
     background-position: center;
 }

 #zuck-modal-content .story-viewer .head .item-preview img {
     display: block;
     box-sizing: border-box;
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     object-fit: cover;
 }

 #zuck-modal-content .story-viewer .head .time {
     opacity: 0.75;
     font-weight: 500;
     font-size: 13px;
 }

 #zuck-modal-content .story-viewer .head .left {
     line-height: 1 !important;
     display: inline-block;
     margin: 6px 0;
 }

 #zuck-modal-content .story-viewer .head .left .info {
     display: inline-block;
     max-width: 30vw;
     vertical-align: middle;
 }

 #zuck-modal-content .story-viewer .head .left .info>* {
     width: 100%;
     display: inline-block;
     line-height: 21px;
 }

 #zuck-modal-content .story-viewer .head .left .info .name {
     font-weight: 500;
 }

 #zuck-modal-content .story-viewer .head .right {
     float: right;
 }

 #zuck-modal-content .story-viewer .head .right .close,
 #zuck-modal-content .story-viewer .head .back {
     font-size: 42px;
     width: 48px;
     height: 48px;
     line-height: 48px;
     cursor: pointer;
     text-align: center;
     text-shadow: none;
     color: #fff;
     margin-right: 20px;
 }

 #zuck-modal-content .story-viewer .head .left .back {
     display: none;
     width: 24px;
     margin: -9px -6px 0 -6px;
 }

 #zuck-modal-content .story-viewer .head .right .time {
     display: none;
 }

 #zuck-modal-content .story-viewer .head .loading {
     display: none;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     margin: 9px 0;
     border: 4px solid rgba(255, 255, 255, 0.2);
     box-sizing: border-box;
     border-top-color: #fff;
     -webkit-animation: zuckLoading 1s infinite linear;
     animation: zuckLoading 1s infinite linear;
 }

 #zuck-modal-content .story-viewer .head,
 #zuck-modal-content .story-viewer .slides-pointers,
 #zuck-modal-content .story-viewer .tip {
     -webkit-transition: opacity 0.5s;
     transition: opacity 0.5s;
 }

 #zuck-modal-content .story-viewer .slides .item {
     display: none;
     overflow: hidden;
     background: #000;
 }

 #zuck-modal-content .story-viewer .slides .item:before {
     z-index: 4;
     background: transparent;
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
 }

 #zuck-modal-content .story-viewer .slides .item>.media {}

 .story-media {
     padding: 0 1rem;

 }

 .story-text {
     text-align: center;
     font-size: 20px;
     word-break: break-word;
     display: inline;
     max-width: 100%;
     padding: 8px 16px;
     background: #121212;
     -webkit-box-decoration-break: clone;
     overflow: hidden;
     line-height: 34px;
     font-weight: 500;
     color: #fff;
 }

 .story-media img {
     width: 100%;
     height: auto;
     margin-bottom: 1rem;
 }

 #zuck-modal-content .story-viewer .slides .item.active,
 #zuck-modal-content .story-viewer .slides .item.active .tip.link {
     display: flex;
     align-items: center;
     -ms-flex-direction: column;
     flex-direction: column;
     justify-content: center;
 }

 #zuck-modal-content .story-viewer .tip {
     z-index: 5;
     text-decoration: none;
     display: none;
     border-radius: 24px;
     background: rgba(0, 0, 0, 0.5);
     font-size: 16px;
     position: absolute;
     bottom: 24px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 1000;
     color: #fff;
     text-align: center;
     font-weight: 500;
     padding: 12px 24px;
 }



 @media (max-width: 1024px) {
     #zuck-modal-content .story-viewer .head {
         top: 3px;
     }

     #zuck-modal-content .story-viewer .head .loading {
         width: 24px;
         height: 24px;
         margin: 6px 0;
     }

     #zuck-modal-content .story-viewer .head .item-preview {
         width: 30px;
         height: 30px;
         margin-right: 9px;
     }

     #zuck-modal-content .story-viewer .head .left {
         font-size: 15px;
         margin: 15px 0;
     }

     #zuck-modal-content .story-viewer .head .left>div {
         line-height: 30px;
     }

     #zuck-modal-content .story-viewer .head .right .time {
         display: block;
         white-space: nowrap;
         font-size: 15px;
         margin: 15px 0;
         line-height: 30px;
     }

     #zuck-modal-content .story-viewer .head .left>.back {
         display: none;
         background: transparent;
         z-index: 20;
         visibility: visible;
         position: absolute;
         height: 42px;
         width: 24px;
         line-height: 36px;
         text-align: left;
         vertical-align: top;
         text-shadow: none;
     }

     #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
         display: block;
     }

     #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
         margin-left: 18px;
     }

     #zuck-modal-content .story-viewer .slides-pointers {
         width: 100vw;
         left: 0;
         right: 0;
     }

     #zuck-modal-content .story-viewer .tip {
         font-size: 16px;
         padding: 6px 12px;
     }

     #zuck-modal-content .story-viewer .head .left .time{
         display: none;
     }
     
     
     #zuck-modal-content .story-viewer .head .right .close {
     font-size:20px;
     margin-left:20px;
     margin-top:-15px
     }
 }

 /* timeline */
 .stories.carousel {
     white-space: nowrap;
     overflow: auto;
     -webkit-overflow-scrolling: touch;
     overflow-scrolling: touch;
 }

 .stories.carousel::-webkit-scrollbar {
     width: 0px;
     background: transparent;
 }

 .stories.carousel .story {
     display: inline-block;
     width: 18vw;
     max-width: 90px;
     margin: 0 6px;
     vertical-align: top;
 }

 .stories.carousel .story:first-child {
     margin-left: 0;
 }

 .stories.carousel .story:last-child {
     margin-right: 0;
 }

 .stories.carousel .story>.item-link {
     text-align: center;
     display: block;
 }

 .stories.carousel .story>.item-link:active>.item-preview {
     transform: scale(0.9);
 }

 .stories.carousel .story>.item-link>.item-preview {
     display: block;
     box-sizing: border-box;
     font-size: 0;
     max-height: 90px;
     height: 18vw;
     overflow: hidden;
     transition: transform 0.2s;
 }

 .stories.carousel .story>.item-link>.item-preview img {
     display: block;
     box-sizing: border-box;
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     object-fit: cover;
 }

 .stories.carousel .story>.item-link>.info {
     display: inline-block;
     margin-top: 0.5em;
     line-height: 1.2em;
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .stories.carousel .story>.item-link>.info .name {
     font-weight: 300;
     font-size: 0.80rem;
     color: #000;
 }

 .stories.carousel .story>.item-link>.info .time {
     display: none;
 }

 .stories.carousel .story>.items {
     display: none;
 }

 .stories.list {
     white-space: nowrap;
     overflow: auto;
 }

 .stories.list .story {
     display: block;
     width: auto;
     margin: 6px;
     padding-bottom: 6px;
 }

 .stories.list .story>.item-link {
     text-align: left;
     display: block;
 }

 .stories.list .story>.item-link>.item-preview {
     height: 42px;
     width: 42px;
     max-width: 42px;
     margin-right: 12px;
     vertical-align: top;
     display: inline-block;
     box-sizing: border-box;
     font-size: 0;
     overflow: hidden;
 }

 .stories.list .story>.item-link>.item-preview img {
     display: block;
     box-sizing: border-box;
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
 }

 .stories.list .story>.item-link>.info {
     display: inline-block;
     line-height: 1.6em;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: top;
 }

 .stories.list .story>.item-link>.info .name {
     font-weight: 500;
     display: block;
 }

 .stories.list .story>.item-link>.info .time {
     display: inline-block;
 }

 .stories.list .story>.items {
     display: none;
 }

 .stories.snapgram .story>.item-link {
     text-decoration: none;
     color: #666;
     font-size: 12px;
 }

 .stories.snapgram .story>.item-link>.item-preview {
     border-radius: 50%;
     padding: 3px;
     background-color: #cc292b;
 }

 .stories.snapgram .story>.item-link>.item-preview img {
     border-radius: 50%;
     border: 3px solid #fff;
 }

 .stories.snapgram .story.seen {
     opacity: 0.75;
 }

 .stories.snapgram .story.seen>a>.item-preview {
     background: #999;
 }

 .stories.snapgram .story.seen>a {
     color: #999 !important;
 }

 /* Story end */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.ekonomiege.com/template/css/fonts/fontawesome-webfont.eot');
    src: url('https://www.ekonomiege.com/template/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://www.ekonomiege.com/template/css/fonts/fontawesome-webfont.woff2?v=20210514092244') format('woff2');
    font-display: swap;
}

.marginbttm{
margin-bottom:10px;
}
.googlenewsm-btn {
					display: inline-flex !important;
					align-items: center;
					color:#000 !important;
				
				}
				
				.googlenewsm-btn img {
					width:auto;
					height:32px;
                   border: solid 1px #ccc;
				   background: #fff;
                       margin-top: 5px;
				}
				.googlenewsm-btn span {
                white-space: nowrap;
	            margin-right:10px;
				margin-top:10px !important;
				}
#updatecategory .scale_image,
.col-md-6 .scale_image,
.sliderblock3 .new-img,
.sliderblock4 .new-img {
    width: 100% !important;

}
.commentbgr{ background: ;
padding: 10px;
}
.overlayx {
    position: fixed;
    background: #333;
    
             top:93px;
           
    width: 100%;
    height: 0%;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 99999;
}

.overlayx.open {
    opacity: .95;
    visibility: visible;
        padding: 0px 50px 0px 110px;
        
    height: 140px;
}

.overlayx.open .navmenu-col,
.overlayx.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlayx.open .navmenu-col:nth-of-type(2),
.overlayx.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlayx.open .navmenu-col:nth-of-type(3),
.overlayx.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlayx.open .navmenu-col:nth-of-type(4),
.overlayx.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlayx.open .navmenu-col:nth-of-type(5),
.overlayx.open li:nth-of-type(5) {
    animation-delay: .55s;
}

.overlayx nav {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    /*text-align: center;*/
}

.overlayx .navrow {
    list-style: none;
    padding: 0;
    margin: 0 0 0 25px;
    position: relative;
    height: 100%;
}

.overlayx .navrow .navmenu-col {
    opacity: 0;
}

.overlayx .navrow .navmenu-col a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlayx .navrow .navmenu-col ul {
    margin-left: 0;
}

.overlayx .navrow .navmenu-col ul li {
    display: block;
    padding: 5px 0;
}

.overlayx .navrow .navmenu-col ul li a {
    font-size: 15px;
}

.overlayx .navrow .navmenu-col ul li:first-child {
    padding-top: 20px;
}

.overlayxx .navrow .navmenu-col:first-child {
    margin-left: 0;
}

.overlayx .navrow .navmenu-col:first-child ul li {
    margin-bottom: 0px;
}

.overlayx .navrow .navmenu-col:first-child ul li a {
    font-size: 15px;
}

.current_news {
    display:none;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}



* {
    margin: 0;
    padding: 0;
    border: none;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
div,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
div,
source,
video,
main {
    display: block
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
div,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
div,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

blockquote {
    background: #f9f9f9;
    border-left: 3px solid #ccc;
    margin: 1.5em 0px;
    padding: 0.5em 20px;
    margin-left: 20px;
}

blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.whtclr {
    color: #fff;
}

blockquote p {
    display: inline;
}

iframe {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
    outline: none !important;
    cursor: pointer;
  
}

a:hover {
    color: #000;
    outline: none !important;
    text-decoration: underline;
    
}

b,
strong {
    font-weight: bold !important;
    font-weight: 700;
}

ul,
ol {
    list-style: none;
}

q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
    padding: 3px 10px;
}

.detail table,
.detail table td {
    border: solid 1px #d1d1d1;
}

img {
    vertical-align: top;
    max-width: 100%;
}

.gztimgm {

    max-width: 60%;
}
embed {
    vertical-align: top;
}

input,
button {
    -webkit-appearance: none;
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

body {
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #252d31;
    background: #d1d1d1;
    background-attachment: fixed;
    overflow-x: hidden;
}

.col-md-8 {
    padding-right: 2px !important;
}

.wrr_ctr {
    position: relative;
            background: #d1d1d1;
      -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.70);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.70);
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.70);
 
}

.wrapper {
    overflow: hidden;
}

.relative {
    position: relative;
}

.t_align_l {
    text-align: left;
}

.t_align_c {
    text-align: center;
}

.t_align_r {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.f_right a {
    float: right;
    color: #000;
}

.d_inline_b {
    display: inline-block;
}

.hide {
    display: none!important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

::selection {
    background: #cb1515;
    color: #fff;
}

::-moz-selection {
    background: #cb1515;
    color: #fff;
}

::-o-selection {
    background: #cb1515;
    color: #fff;
}

::-ms-selection {
    background: #cb1515;
    color: #fff;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.clearfix:after,
.row:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.boxed_layout {
    width: 1000px;
    margin: 0 auto;
    background: #d1d1d1;
}

.w_lyt {
    width: 100%;
}

.glstle h1 {
    font-size: 28px;
    border: none;
    text-transform: none;
    font-weight: 700;
    padding-top: 15px;

}

.ctnwstle h1 {
    font-size: 28px;
    border: none;
    text-transform: none;
    font-weight: 700;
    padding-top: 5px;

}

.nwstle h1 {
    font-size: 36px;
    border: none;
    text-transform: none;
    font-weight: 700;
    padding-top: 5px;

}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
}

h1,
h2,
h3,
h4,
h5 a {
    color: #000;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

.text_post_block h2 {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 31px;
    font-weight:normal;
}

#sidebar h4,
.video_gallery h4 {
    font-size: 14px;
}

a,
button {
    -webkit-transition: color .1s ease, background-color .1s ease;
    transition: color .1s ease, background-color .1s ease;
}

p {
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 15px;
}

p a {
    color: #cb1515;
}

p a:hover {
    text-decoration: underline;
}

.required {
    color: #ee4432;
}

.rlt-nws {
    position: relative;
    padding: 8px 0;
    overflow: hidden;
    background-color: #eaeaea;
    margin: 20px auto 20px auto;
    float: none !important;
    clear: both !important;
}

.rlt-nws:hover {
    position: relative;
    background-color: #f7f7f7;
    padding: 8px 0;
    overflow: hidden;
    margin: 20px auto 20px auto;
    background: #dfdfdf;
    float: none !important;
    clear: both !important;
}

.rlt-nws .t3 {
    font-size: 18px !important;
    display: block;
    color: #000;
    line-height: 22px;
}

.rlt-nws .meta {
    display: block;
    /* position: absolute; */
    font-size: 17px;
    padding: 10px;
    top: 0;
    right: 29px;
    color: #000;
    font-weight: bold;
}

.rlt-nws .col-md-6 {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
}

.rlt-nws .rlt-nws-link {
    position: relative;
}

.rlt-nws .rlt-nws-link:hover {
    text-decoration: underline;
}

.rlt-nws .rlt-nws-link a {
    display: block;
    line-height: 28px;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.rlt-nws:hover .rlt-nws-link a {
    color: #212121;
}

.rlt-nws .related-img img {
    width: 100%;
    height: auto;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header[class*="header_"] {
    background-color: #fff;
}

.header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.pre_header {
    text-align: center;
    padding: 20px;
    background: #383e44;
}

.h_top_part {
    background: #f2f2f2;
}

[class*="header_"] .h_top_part {
    background: none;
}

.hdr_t {
    font-size: 12px;
    height: 37px;
}

.hdr_t:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.lgn_blk > ul > li,
.lgn_blk > ul > li > a {
    color: #4a4a4a;
    font-size: 14px;
    z-index: 9999;
    font-weight: 500;
    font-family:'Fira Sans Condensed', sans-serif;
}

.hdr_t nav,
.hdr_t .lgn_blk,
.mb_mn nav ul li,
.mb_mn2 nav ul li,
.hdr_t .head_wthr_info {
    display: inline-block;
}

.hdr_t .head_wthr_social {
    display: inline-block;
}

.lgn_blk > ul {
    font-size: 0;
}

.lgn_blk > ul > li {
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.h_b_p_c {
    width: 100%;
    display: table;
}

.h_b_p_c > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
}

.h_bot_part {
    padding: 10px 0;
}

.h_bot_part .logo {
    padding-top: 0px;
    width: 220px;
}

.logotype2 {
    margin-bottom: 4px;
    margin-top: 4px;
            width: 200px;
    height: 50px;
    }

.header.header_2 .h_bot_part .logo,
.header_3 .menu_wrap .logo {
    padding-top: 0;
    width: 100%;
}

.menu_wrap {
    z-index: 189;
    width: inherit;
    position: relative;
    background: #fff;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.mn_brd {
    border-top: 0px solid #ebebeb;
    border-bottom: solid 0px #ebebeb;
        }

[class*="header_"] .menu_wrap {
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
     background: radial-gradient(circle at top right, #ebebeb,
        #ffffff);
         

       
    /* bg  url(https://www.ekonomiege.com/images/template/menu-bg.png*/
    margin-bottom: 10px;
    }

.menu_wrap .mn_brd_wrap {
    margin-bottom: -2px;
}

.header_6 .menu_wrap .mn_brd_wrap {
    margin-bottom: 0px;
    margin-top: 0px;
}

.menu_wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.spacer {
    display: none;
    height: 0;
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
}

.whitebackroundlast {
    background: #fff!important;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    margin-top: -10px;
    box-shadow: 0px 1px 3px #ccc;
}

.whitebackround {
    background: #efefef!important;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    margin-top: -10px;
    box-shadow: 0px 1px 3px #ccc;
}

.greybackround {
padding-top: 10px;
    margin-bottom: 15px;
    background:#000000;
}

.blackbackround {
    background: #111;
    padding-top: 10px;
    margin-bottom: 30px;
}

.greybackround .button.view_button {
    color: #fff;
}

.homerow {
    margin-left: 15px;
    margin-right: 15px
}

.whitefont {
    color: #fff!important;
    font-size: 17px!important;
}

.redbg {
    background: #8f2707;
    padding: 3px;
}

.menu_wrap2 {
    background: #383e44;
}

.menu_wrap.type_3 {
    padding: 9px 0;
    border-bottom: 1px solid #e6e5e7;
}

.m_menu {
    float: left;
    
          
    }

.m_menu .fa {
    display: inline-block;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 0px 0px 0px;
}

.m_menu > ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.m_menu > ul > li {
    float: left;
    position: relative;
    margin-bottom: 0px;
}

.m_menu > ul > li:last-child {
    border-right: 0px;
}

.m_menu.menu_var2 > ul > li:nth-child(1):hover > a,
.m_menu.menu_var3 > ul > li:nth-child(1):hover > a,
.m_menu.menu_var2 > ul > li.current_2 > a {}

.sub_menu_wrap {
    position: absolute;
    left: 0;
    width: 535px;
    background: #808080;
    text-align: left;
    padding: 20px 20px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    z-index: 99999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.m_menu > ul > li > a {
    display: block;
    padding: 8px 12px;
    color: #000000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size:16px;
     font-weight:700;
    text-decoration: none;
}

[class*="header_"] .m_menu > ul > li > a {
    margin-top:2px;
    border: none;
    box-shadow: none;
    padding: 18px 10px 16px 10px;
    
    text-transform: uppercase;
    }
[class*="header_"] .m_menu > ul > li > a:hover {
   color: #000000 !important;
}



.allcategoryx {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    padding: 8px 12px 7px 8px;
}


.m_menu > ul > li.current > a,
.m_menu > ul > li[class*="current_"] > a {
    color: #000000;
    }

.m_menu > ul > li:hover > a{
border-bottom: 3px solid #000000;

}

.m_menu > ul > li.current > a {
    border-bottom: 2px solid #cb1515;
}

.header[class*="header_"]:not(.header_6) .m_menu > ul > li > a:hover,
.header[class*="header_"]:not(.header_6) .m_menu > ul > li.current > a {
    border: none;
}

.menu_wrap.type_2 .m_menu > li > a {
    padding: 20px 30px;
}

.m_menu.type_2 > ul > li > a {
    padding: 9px 10px 10px;
}

.m_menu.type_3 > ul > li > a {
    padding: 10px 20px;
}

.m_menu ul li .plus {
    display: none;
}

.mn_brd_wrap .sub_menu_wrap {
    top: calc(100% - 2px);
}

.allcategory .sub_menu_wrap {
    right: 0 !important;
    left: auto;
}

.sub_menu_wrap ul li.current > a {
    padding-left: 15px;
    padding-right: 15px;
    background: #484e56;
}

.sub_menu_wrap.sub_menu_inner ul li.current > a {
    background: rgba(0, 0, 0, 0.1);
}

.sub_menu_wrap.type_2 {
    min-width: 180px;
    width: auto;
    padding: 5px 0;
    background: #808080;
    margin-top: 2px;
}

.sub_menu_wrap .sub_menu_wrap {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
    background: #484e56;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.m_menu > ul > li:hover > .sub_menu_wrap:not(.sub_menu_inner),
.sub_menu_wrap ul li:hover .sub_menu_wrap.sub_menu_inner,
.sub_menu_inner ul li:hover .sub_menu_wrap.sub_menu_inner_2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.sub_menu_wrap:before {
    right: auto;
    left: 16px;
}

.sub_menu_wrap > div {
    float: left;
}

.sub_menu,
.m_menu > ul > li > a {
    -webkit-backface-visibility: hidden;
}

.sub_menu_wrap ul li:hover > a,
.select_list > li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.sub_menu_wrap.sub_menu_inner ul li:hover > a {
    background: rgba(0, 0, 0, 0.1) !important;
}

.sub_menu_wrap > div > div {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub_menu_wrap ul li:hover > a {
    padding-left: 15px;
    padding-right: 15px;
}

.sub_menu_wrap[class*="type_"] ul li {
    padding: 0 0px;
}

.sub_menu_wrap ul > li:last-child > a {
    border-bottom: none;
}

.sub_menu_wrap > div {
    margin-left: 30px;
    min-width: 145px;
}

.sub_menu_wrap > div:first-child {
    margin-left: 0;
}

.sub_menu_wrap ul li a {
    display: block;
    padding: 7.7px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.sub_menu_wrap ul li a,
.sub_menu_wrap > div > div {
    color: #f7f7f7;
}

.sub_menu_wrap > div > div {
    font-weight: normal;
}

.search_box {
    float: right;
   
            margin-top: 17px;
       margin-right: 15px;
        font-size: 22px;
    
}

.search_box a{

   color: #000000;

}

.login_button.shop_button:hover {
    opacity: 1;
    visibility: visible;
}

.header.header_2 .searchform_wrap,
.header.header_3 .searchform_wrap {
    background: #000;
}

.searchform_wrap > div {
    position: relative;
    height: inherit;
}

.searchform_wrap > div:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.searchform_wrap form {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

.mb_mn.var2 nav ul li:before {
    color: #4a4a4a;
}

.mb_mn nav ul li:first-child {
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.mb_mn nav ul li:first-child:before {
    display: none;
}

.mb_mn nav ul li a {
    color: #f7f7f7;
    font-size: 15px;
}

.mb_mn nav p a {
    color: #fff;
    font-size: 11px;
}

.mb_mn.var2 nav ul li a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    font-family:'Fira Sans Condensed', sans-serif;
}

.mb_mn nav ul li a:hover {
    text-decoration: underline;
    color: #4a4a4a;
}

.mb_mn.var2 nav ul li a:hover {
    text-decoration: underline;
    color: #4a4a4a;
}

.mb_mn2.var2 nav ul li:before {
    color: #4a4a4a;
}

.mb_mn2 nav ul li:first-child {
    margin-left: 0;
}

.mb_mn2 nav ul li:first-child:before {
    display: none;
}

.mb_mn2 nav ul li a {
    color: #f7f7f7;
    font-size: 13px;
}

.mb_mn2.var2 nav ul li a {
    color: #777;
    font-size: 13px;
}

.mb_mn2 nav ul li a:hover {
    text-decoration: underline;
}

.dropdown_list {
    position: absolute;
    padding-left: 5px;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: white;
}


/* Lists */

.list_variants h3 {
    margin-bottom: 0;
}

[class*="default_list_"] {
    margin-top: 0px;
}

[class*="default_list_"] li {
    margin-top: 15px;
}

[class*="default_list_"] li a {
    color: #000;
}

[class*="default_list_"] li a:hover {
    text-decoration: underline;
}

[class*="default_list_"] li:hover:before,
.default_list_numb li:hover span {
    color: #cb1515;
}

[class*="default_list_"] li {
    color: #000;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
}

[class*="default_list_"] li:before {
    float: left;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: 4px;
    font-weight: bold;
}

.default_list_numb li span {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
}

.default_list_arrow li:before {
    content: "\f105";
    font-size: 14px;
}

.default_list_check li:before {}

.default_list_disk li:before {
    content: "\f111";
    font-size: 8px;
}

.default_list_plus li:before {
    content: "\f196";
    font-size: 11px;
}

.default_list_minus li:before {
    content: "\f147";
    font-size: 11px;
}

.default_list_numb li {
    list-style-position: inside;
}

.default_list_numb li a {
    padding-left: 7px;
}

.tabs_content > [id*="tab-"] .activity_list li {
    margin-top: 0;
}

.requiredx {
    border: 1px solid #d91e18 !important;
    color: #000 !important;
}

.buttons {
    padding: 6px 15px;
    color: #333;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    font-weight: 600;
}

.button {
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}

.button:hover {
    background: #000;
}

.button.full_width {
    width: 100%;
}

.morebox a {
    font-size: 15px !important;
    margin: 0 auto;
    font-weight: normal!important;
    float: none;
}

.button.button_orange,
.button.search_button:hover,
.button_grey:hover {
    background-color: #e6e6e6;
    border-radius: 5px;
}

.button.button_grey {
border-radius: 6px;
    vertical-align: middle;
    font-weight: bold;
     background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    color: #000

}

.button.button_blck:hover {
    background-color: #fff;
}
.button.button_blck {

    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #000

}

.button.button_grey:hover {
    background-color: #fff;
}
.button.button_grey[class*="button_type_icon_"] i,
.button.button_orange[class*="button_type_icon_"]:hover i {
    background: #383e44;
}

.selectix {
    border: solid 1px #efefef;
    width: 100%;
    padding: 5px 10px;
}

.button.button_orange[class*="button_type_icon_"] i {
    background: #ef5f08;
}

.button.button_grey_lightt {
    font-size: 13px;
    margin-left: -3px;
    height: 38px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    
    background-color: #f5f5f5;
 
    color: #000;
}

.button.button_grey_light {
    background: #f2f2f2;
    color: #000;
}

.button.button_white {
    background: #fff;
    color: #000;
}

.button.button_grey_light[class*="button_type_icon_"] i,
.button.button_grey_light[class*="button_type_icon_"] span {
    background: #e2e6e7;
}

.button.button_grey_light:hover,
.button.button_white:hover {
    background: #cb1515;
    color: #fff;
}

.button.button_grey_light[class*="button_type_icon_"]:hover i,
.button.button_grey[class*="button_type_icon_"]:hover i,
.button.button_grey_light[class*="button_type_icon_"]:hover span {
    background: #ef5f08;
    color: #fff;
}

.close_search_form:hover i {
    color: #888;
}

.button.btn-email {
    padding: 10px 12px 10px;
}

.button.search_button,
.button.shop_button {
    background-color: transparent;
    color: #000000;
    padding: 15px 10px;
}

.button.shop_button:hover {
    background-color: transparent !important;
}

.header_6 .button.search_button,
.header_6 .button.shop_button {
    padding: 0px 10px;
}

.button.search_button:hover {
    background: transparent !important;
}

.button.button_type_2 {
    padding: 10px 10px;
}

.button.button_type_3 {
    padding: 2px 10px;
    font-size: 13px;
}

.button.button_type_4 {
    padding: 13px 22px;
    font-size: 20px;
    font-weight: bold;
}

.button.button_type_icon_small {
    padding: 2px 10px 2px 11px;
    font-size: 12px;
    position: relative;
}

.button.button_type_icon_small i {
    padding: 2px 7px;
}

.button.button_type_icon_medium {
    padding: 8px 57px 8px 20px;
    font-size: 16px;
    position: relative;
}

.button.button_type_icon_medium i,
.button.button_type_icon_medium span {
    padding: 8px 12px 8px 11px;
}

.button.button_type_icon_big {
    padding: 13px 70px 13px 22px;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

.button.button_type_icon_big i {
    padding: 13px 16px;
}

.button[class*="button_type_icon_"] i,
.button[class*="button_type_icon_"] span {
    font-family: FontAwesome;
    margin: 0!important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-weight: bold;
    font-style: inherit;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.button[class*="button_type_icon_"] span {}

.button.icon[class*="button_type_icon_"] {
    padding: 0;
}

.button.icon[class*="button_type_icon_"] i {
    left: 0;
    right: inherit;
    position: relative;
}

.commenttopbottom {
margin-bottom:20px;margin-top:20px;
}

.search_button {
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.search_button > i {
    font-size: 18px;
    margin-top: -6px;
    margin-right: 10px;
}

[class*="s_form_wrap"] .search_button {
    margin-top: 9px;
}

.close_search_form {
    background-color: transparent;
    position: absolute;
    right: 15px;
    padding: 15px 11px;
    color: #fff;
    z-index: 99;
    display: block;
    top: 0;
}

.header.header_2 .close_search_form {
    right: 0;
    top: 4px;
}

.searchform_wrap.type_2 .close_search_form {
    right: 28px;
}

.searchform_wrap.type_3 .close_search_form {
    right: 0;
}

.adleft,
.adright {
    position: absolute;
    top: 0;
    width: 100%;
}

.adrela {
    position: relative;
}

.adleft {
    right: 1005px;
    text-align: right;
}

.adright {
    left: 1005px;
    text-align: left;
}

.pageSkin {
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0px;
    position: fixed;
}

.pageSkin a {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.frontendAd {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(24, 24, 18, 0.93);
    z-index: 6000;
    display: none;
    left: 0px;
    top: 0px;
}

.frontendAd .content {
    position: absolute;
    margin-top: 1%;
    z-index: 9999;
}

.frontendAd .bar {
    text-align: right;
    font-weight: bold;
    background: #f2f2f2;
    padding: 10px 20px;
    height: 40px;
    font-size: 14px;
    z-index: 9999;
}

.frontendAd .bar div {
    margin-right: 10px;
    
}

.frontendAd .second {
    float: left;
    z-index: 9999;
}

.frontendAd .closer {
    float: right;
}

.rrelar {
    position: fixed;
        }

#menu_button {

        padding: 15px 6px 15px 10px;
        
    width: 100%;
    display: none;
     background: radial-gradient(circle at top right, #ebebeb,
        #ffffff);
        }

#menu_button {
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}

#menu_button:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 30px;
    color: #000000;
    margin-right: 5px;
}

#menu_button.active {
    background: #ebebeb;
}

#menu_button.active > span,
.close_product:hover {
    color: #cb1515;
}

.login_button:hover .popup,
.lang_button:hover .dropdown_list {
    opacity: 1;
    visibility: visible;
}

.login_button > a,
.lang_button > a {
    padding: 7px 10px;
    background: transparent;
}

.login_button a i {
    margin-right: 7px;
}

.lang_button a img {
    margin: 5px 7px 0 0;
}

.close_product {
    font-weight: 300;
    background-color: transparent;
    color: #b0b2b4;
    position: absolute;
    right: 0;
    top: 0;
}

.buttonmini.bannermini_button_box {
    position: absolute;
    padding: 4px 5px 4px 5px;
    text-transform: none;
    font-size: 14px;
    color: #fff;
}

.text-type-ribbon {
    background: #f10009;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1px;
    padding: 5px 8px;
    position: absolute;
    right: 0px;
    top: 142px;
    z-index: 100;
}

.button.banner_button {
    position: absolute;
    padding: 4px 5px 4px 5px;
    text-transform: none;
    font-size: 12px;
    margin-top: -25px;
    margin-bottom: 0px;
}

.button.banner_button_box {
    position: absolute;
    padding: 4px 8px 2px 8px;
    text-transform: none;
    font-size: 14px;
    margin-top: -23px;
    margin-bottom: 0px;
}

.button.view_button {
    padding: 6px 16px;
    color: #fff;
    font-size: 18px;
    float: right;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.view_button:hover {
    background: #cb1515;
    color: #fff;
}

.button.red {
    background: #a60a15;
    font-size: 18px;
    text-transform: capitalize;
    border-top: 1px solid #33;
    border-radius: 5px;
}

.button.rd {
    background: #cc0000;
    color: #fff;
    font-size: 14px;
}

.nmtop {
    margin-top: 0px !important;
}

.nmarbottom {
    margin-bottom: 0px !important;
}

#load_more,
.more_news_button {
    color: #000;
    font-weight: 400;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 14px !important;
}

#load_more:hover,
.more_news_button:hover {
    color: #cb1515;
}

.popup {
    background: #f2f2f2;
    padding: 20px 0 0;
    position: absolute;
    left: 0px;
    overflow: hidden;
    width: 260px;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    min-width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #d1d1d1;
}

.puandurumu td {
    padding: 3px 1px 3px 4px !important;
    font-size: 12px;
    color: #000;
}

.puandurumu table {
    margin-top: -20px!important;
}

.langu img {
  width: 32px;
  height: 21px;
}
.wthr_top img {
  width: 25px;
  height: 23px;
}
.header.header_2 .popup {
    left: 0;
}

.popup .button {
    margin-bottom: 10px;
    width: 100%;
    padding: 1px 15px !important;
}

.popup h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.popup .button_type_1 {
    width: 100%;
    display: block;
    font-size: 16px;
}

.popup .button_type_1:first-child {
    margin-bottom: 20px;
}

.popup div a {
    color: #000;
}

.popup div a:hover {
    color: #cb1515;
}

.popup ul li:nth-child(2n) {
    margin-bottom: 25px;
}

.popup input:not([type="submit"]),
.popup textarea,
.popup select {
    border-radius: 6px;
}

.authordiv {

    }
.popup form {
    padding: 0 20px;
}

::-webkit-input-placeholder {
    color: #c4c4c4 !important;
}

:-moz-placeholder {
    color: #c4c4c4 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #c4c4c4 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c4c4c4 !important;
}

.popup .login_footer {
    padding: 20px 20px 10px;
}

.popup label {
    color: #000;
    display: inline-block;
}

.popup input {
    width: 100%;
}

.popup input[type="checkbox"] {
    display: none;
}

.scale_image_container_featured3 {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1 !important;
    margin-left: 40px;
}

.scl_i_c_featured3 {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1 !important;
    margin-left: 40px;
    height: 230px;
}

.scl_i_c {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    z-index: 1 !important;
}

.scl_i_c.var2 .caption_type_1 {
    top: calc(50% - 54px);
}


.scl_i_c.var2 .caption_type_1 .cp_i {
    max-width: 360px;
}

.scl_i_c.var2 {
    margin-bottom: 0;
}

.half_column .scl_i_c,
.one_third_column .scl_i_c {
    margin-bottom: 0;
    z-index: 1 !important;
}

.scale_zooms_cntr:hover .scale_zooms {
    filter: contrast(110%);
    -webkit-filter: contrast(110%);
    -moz-filter: contrast(110%);
    -o-filter: contrast(110%);
    -ms-filter: contrast(110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale_image {
    width: 100%;
    z-index: 1 !important;
    height: auto;
}




.half_column .scale_image {
    height: 265px !important;
}

.caption_type_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 99;
}

.cp_i {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 1) 100%);
    padding: 5px 10px 15px;
}


.closer {
    padding-right: 10px;
    padding-left: 10px;
}

.closer .col-md-6,
.closer .col-md-4,
.closer .col-md-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.half_column {
    width: 50%;
    padding: 0 0 0 5px;
    float: left;
    margin-top: 20px;
}

.half_column:first-child {
    padding: 0 5px 0 0;
}

.one_third_column {
    width: 33.30%;
    padding: 0 5px 0 5px;
    float: left;
    margin-top: 10px;
}

.two_third_column .scl_i_c {
    margin-bottom: 0;
}

.one_third_column.one_third_var2 {
    margin-top: 20px;
    padding: 0 0 0 10px;
    width: 34.2%;
}

.one_third_column.one_third_var2 .scl_i_c:last-child {
    margin-top: 10px;
}

.two_third_column {
    width: 65.8%;
    float: left;
    margin-top: 20px;
}

.iframe_video_cntr {
    height: 0;
    padding-bottom: 56%;
    min-height: 340px;
    position: relative;
}

.iframe_video_cntr > iframe {
    width: 100%;
    height: 100%;
    min-height: 330px;
    position: absolute;
    left: 0;
    top: 0;
}

.iframe_video_cntr > video {
    width: 100%;
    height: 100%;
    min-height: 330px;
    position: absolute;
    left: 0;
    top: 0;
}

.post_image_buttons a {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.post_image_buttons .buttons_cntr {
    left: 0;
    bottom: 0;
    position: absolute;
}

.post_image_buttons .buttons_cntr .button {
    left: inherit;
    position: relative;
    float: left;
}

.post_image_buttons .button {
    left: 0;
    z-index: 2;
}

.post_image_buttons .icon_box {
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 13px;
    right: 0;
    z-index: 2;
}

.post_image_buttons .icon_box:hover {
    background: rgba(255, 104, 13, 0.8);
    color: #fff;
}

.scl_i_c .event_date {
    color: #fff;
}

.event_date,
.event_info,
.event_activity {
    font-size: 14px;
    color: #333;
    margin-top: 2px;
}

.gallerytext {
    font-size: 17px;
}

.event_info a {
    color: #333;
    margin-left: 5px;
}

.event_info a:first-child {
    margin-left: 0;
}

.event_info a:hover {
    color: #000;
}

.event_date {
    margin-top: -4px;
    padding-top: 3px;
}

.event_activity {
    padding-top: 5px;
}

.event_date span {
    text-transform: none;
}

.post_text {
    padding-top: 0px;
    background: #fff;
    min-height: 70px;
    overflow: hidden;
}

.comments_list .post_text {
    overflow: hidden;
}

.event_date span {
    text-transform: none;
}

.post_text {
    background: #fff;
}

.comment_tabs .t2 {
    padding: 5px 5px 15px 10px;
    box-shadow: 0 1px 1px rgba(173, 168, 168, .1);
    }

.comment_tabs .t2:hover {
    text-decoration: underline;
}

.vertical .galleryx{
    padding: 10px;
    background:#000000;
    margin-bottom: 20px;
}

.biyografi .post_text {
    padding: 12px 0px 0px 0px;
    background: #fff;
}

.biyografi .post_text {

    background: #fff;
    min-height: 50px;
    overflow: hidden;
}

.vertical .post_text {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
   }

.vertical .post_textvideo {
        padding: 10px 10px 0px 0px;
    margin-bottom: 20px;
}

.vertical .general_text {
    background: #fff;
    margin-bottom: 20px;
    min-height: 70px;
    font-size: 16px;
}

.vertical .general_text h3 {
    font-size: 17px;
    padding: 7px;
}

.yazarlar {
    overflow: hidden;
}

.Featuredv1x,
.Featuredv3x,
.Featuredv6x,
.Featuredv8x {
    max-height: 410px;
    overflow: hidden;
}

.Featuredv6x {
    max-height: 440px;
}

.gunx {
    width: 22%;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 2px;
    margin-top: 10px;
}

.yilx {
    width: 28%;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 10px;
}

.butnx {
    width: 22%;
    margin-top: -3px;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    margin-left: 2px;
}

.butnx2 {
    width: 13%;
    margin-top: 5px;
    padding: 5px 6px;
}

.post_text .post_title h2,
.post_text .post_title a,
.small_post_list h4 {
    font-size: 18px;
}

.small_post_list .post_text {
    padding-top: 4px;
    background: #fff;
    min-height: 68px;
    padding-left: 10px;
}

.post_text .post_title a:hover,
.small_post_list h4:hover {
    text-decoration: underline;


}

.post_text .post_theme {
    padding: 2px 8px;
    background: #cb1515;
    color: #fff;
    margin: 2px 5px 0 0;
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
}

.post_text p {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.load_more_block,
.more_news {
    display: none;
}

.load_more_wrapper {
    margin-top: 20px;
    text-align: center;
}

.small_post_list li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.small_post_list.var2 li {
    margin-top: 20px;
}

.small_post_list.var2 h3 {
    margin-bottom: 0;
}

.small_post_list.var3 {
    margin-top: -30px;
}

.small_post_list li .scl_i_c {
    margin-bottom: 10px;
}

.small_post_list li .event_date {
    padding-top: 2px;
}

.small_post_list li .post_text .post_theme {
    float: left;
}

.small_post_list li .post_text h4 {
    display: inline;
}

.load_more_block .small_post_list {
    margin-top: 0;
}

.vertical_post_list.small_post_list {
    margin-top: 20px;
}

.vertical_post_list.small_post_list li {
    margin-top: 20px;
}

.tabs {
    border-top: 1px solid #000;
}

.section_title.section_title_var2,
.section_title_var2 {
    border: none;
    padding-top: 0;
}

.tabs.var4 {
    border-top: none;
    padding-top: 0;
}

.tabs.variation_2 .section_title {
    border-top: none;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
    color: #feb41c;
}

.tabs.variation_2 .tabs_conrainer {
    float: right;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li {
    margin-right: 3px;
}

.tabs.var4 .tabs_conrainer .tabs_nav li {
    border-right: 1px solid #b0b1b4;
    padding-right: 10px;
    margin-right: 10px;
    height: 10px;
}

.tabs.var4 .tabs_conrainer .tabs_nav li:last-child {
    border-right: none;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li a {
    font-size: 12px;
    padding: 4px 10px;
    background: #f2f2f2;
    color: #000;
    text-transform: uppercase;
}

.tabs.var4 .tabs_conrainer .tabs_nav li a h5 {
    line-height: 10px;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li a:hover {
    background: #cb1515;
    color: #fff;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li.ui-tabs-active a {
    background: #cb1515;
    color: #fff;
}

.tabs.variation_2 .tabs_content {
    margin-top: 20px;
}

.tabs.variation_2 .tabs_content > [id*="tab-"] ul li {
    margin-top: 20px;
}

.tabs.variation_2 .tabs_content > [id*="tab-"] ul li:first-child {
    margin-top: 0;
}

.tabs_conrainer {
    position: relative;
}

.tabs_nav {
    float: left;
}

.tabs_nav li {
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.tabs_nav li:last-child {
    margin-right: 0;
}

.tabs_nav li a h3 {
    font-size: 14px;
    line-height: 1em;
    padding-top: 0px;
    margin-bottom: 10px;
}

.tabs_nav li a h3,
.tabs_nav li a h4,
.tabs_nav li a h5 {
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1c;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.tabs_nav li a:hover h3 {
    color: #000;
}

.tabs_nav li.ui-tabs-active h3,
.tabs_nav li.ui-tabs-active h5 {
    color: #107a00;
}

.tabs_content > [id*="tab-"] {
    margin-top: 20px;
}

.tabs_content > [id*="tab-"] > ul > li {
    margin-top: 20px;
}

#tab-17 {
    margin-top: 0px !important;
}

#tab-17 li {
    margin-top: 10px !important;
}

#tab-17 li:last-child {
    margin-bottom: 10px !important;
}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}

/* loader ellips in separate pen CSS */


.post_var_inline {
    margin-bottom: 10px;
    font-size: 16px;
}

.post_var_inline p {
    color: #000;
    font-size: 17px;
}

.post_var_inline a {
    color: #000;

}

.post_var_inline ul li .scl_i_c {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.side_bar_reviews ul li {
    margin-bottom: 30px;
}

.side_bar_reviews ul li:last-child {
    margin-bottom: 0;
}

.post_text a:hover h4 {
    text-decoration: underline;
}

.comments_list li {
    margin-top: 0!important;
}

.comments_list li:last-child {
    border-bottom: none;
}

.comments_list li.post_text a .t4 {
    display: inline;
    line-height: 1.6em;
}

.comments_list li .event_date {
    padding-top: 5px;
}

.subcomment-alt {
    margin-top: -18px;
}

.comments_list.comments_list_var2 li a {
    color: #4d5053;
    font-weight: 300;
}

.comments_list.comments_list_var2 li a .t4 {
    font-size: 14px;
    display: inline-block;
    padding-top: 2px;
}

.comments_list.comments_list_var2 li .event_date {
    padding-top: 0;
}

.boxed_layout .menu_wrap.sticky {
    position: fixed;
    top: 0;
    left: auto;
    width: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}

.tabs_content.side_bar_tabs .widget_tags {
    margin-top: 20px;
}

.tabs_content.side_bar_tabs.comment_tabs ul li {
    margin-top: 0;
}

.tabs_content.side_bar_tabs.comment_tabs ul li:first-child {
    margin-top: 20px;
}

.side_bar_tabs.comment_tabs ul li .comment_number {
    padding: 10px 15px;
    background: #f2f2f2;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    float: left;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.social_tabs > [id*="tab-"] p {
    float: left;
    margin-right: 10px;
}

.social_tabs > [id*="tab-"] p a {
    color: #000;
}

.social_tabs > [id*="tab-"] p a:hover {
    text-decoration: underline;
}

.social_tabs > [id*="tab-"] div {
    overflow: hidden;
    display: inherit!important;
}

.tabs_nav.social_media_list {
    margin: 0 0 0 -5px;
}

.tabs_nav.social_media_list li {
    margin: 0 0 5px 5px;
}

.tabs_nav.social_media_list li a {
    font-size: 18px;
    min-width: 40px;
    padding: 10px 0;
}

.tabs_nav.social_media_list li .btn-email {
    background: #ebeced;
    color: #000;
}

.tabs_nav.social_media_list li .btn-email:hover {
    background: #cb1515;
    color: #ffffff;
}

.tabs_nav.social_media_list li.ui-tabs-active a {
    background: #000;
    color: #fff;
}

.tabs.vertical {
    border: none;
    padding-top: 0;
}

.tabs.vertical .tabs_nav {
    width: 30%;
    z-index: 2;
    position: relative;
}

.tabs.vertical .tabs_nav li {
    margin-right: 0;
    border-top: 1px solid #000;
    padding: 9px 0;
    width: 100%;
}

.tabs.vertical .tabs_nav li:last-child {
    margin-right: 0;
    border-bottom: 1px solid #000;
}

.tabs.vertical .tabs_nav li.ui-tabs-active {
    border-right: 1px solid #fff;
}

.tabs.vertical .tabs_content {
    width: 70%;
    float: left;
    padding: 0 0 10px 30px;
    border-left: 1px solid #000;
    margin-left: -1px;
    z-index: 1;
    position: relative;
}

.tabs.vertical .tabs_content > [id*="tab-"] {
    padding-top: 0;
    margin-top: 0;
}

.staticVideo {
    float: none !important;
    display: block;
    min-height: 400px;
    position: static;
    width: 100% !important;
    height: 100% !important;
    top: auto;
    border: 0;
    background: #fff;
    z-index: 199;
    min-width: 646px;
    margin-left: 0px;
}

.vertical_list.type2 {
    margin-top: 40px;
}

.vertical_list li,
.more_news.vertical_list {
    margin-top: 20px;
}

.vertical_list li:first-child {
    margin-top: 0;
    background: #fff
}

.vertical_list li .post_text {
    padding-top: 20px;
    background: #fff;
     min-height: 170px;
            /* box-shadow: 0 1px 1px rgba(173, 168, 168, .1);*/
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    /* border-bottom: inset 2px rgba(80, 80, 80, .2);*/
    padding-left: 10px;
    padding-right: 10px;
}

  .namaz table {
            width: 100%;
            margin-top: 15px;
        }

        .namaz table th {
            font-weight: bold;
            text-align: center;
            padding-bottom: 4px;
            font-size: 12px;
            color: #383838;
        }

        .namaz table td {
            text-align: center;
            color: #515151;
            font-size: 12px;
        }

        .namazbg {
            height: 120px;
            background-repeat: no-repeat;
            background-position: right;
        }

        #namazsonuc table {
            margin-top: 0px;
            width: 100%;
            border: solid 1px rgba(0, 0, 0, 0.2);
        }

        #namazsonuc div {
            margin-top: 10px;
        }

        #namazsonuc table th {
            background: rgba(0, 0, 0, 0.2);
            color: #fff;
            text-align: center;
            padding: 5px 4px;
            border: solid 1px rgba(0, 0, 0, 0.2);
        }

        #namazsonuc table td {
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
            text-align: center;
            padding: 5px 4px;
            border: solid 1px rgba(0, 0, 0, 0.2);
        }

        #namazsonuc table td:last-child,
        #namazsonuc table th:last-child {
            padding-right: 4px;
        }

        #namazilsec {
            color: #fff;
            border: solid 1px rgba(0, 0, 0, 0.1);
            background-color: rgba(0, 0, 0, 0.1) !important;
        }

        #namazilsec option {
            color: #000;
            background: #fff;
        }

        #namazsonuc tr:last-child td,
        #namazsonuc tr:last-child th {
            padding: 5px;
        }


.vertical_list li .scl_i_cx {
    float: left;
    margin-bottom: 0;
    background: #fff
}

.vertical_list li .scl_i_cx {
    max-width: 304px;
    width: 100%;
}

.writers_list {
    margin-left: -30px;
}

.writers_list.var2 {
    margin-left: -10px;
}

.writers_list li {
    float: left;
    margin-left: 30px;
    text-align: center;
    max-width: 100px;
}

.writers_list.var2 li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.writers_list li .post_text {
    padding-top: 10px;
}

.writers_list li .event_date {
    line-height: 15px;
    padding-top: 5px;
}

.writers_list li a img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.writers_list li a:hover img {
    opacity: 0.8;
}

.writers_list li a:hover h4 {
    text-decoration: underline;
}

.writers_list li a h4 {
    font-size: 14px;
    letter-spacing: -1px;
}

.wdg_ctg.categories_var2 .ctrs_lst li ul li {
    border-color: #e8e8e8;
}

.wdg_ctg.categories_var2 .ctrs_lst li ul li a {
    color: #000;
}

.glst li {
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border: solid 2px #fff;
    font-size: 15px;
}

.glst li a {
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.glst li a:hover {
    text-decoration: underline;
}

.glst .fa {
    font-size: 5px;
    padding: 8px 2px 0px 1px;
    color: #222;
}

.block_post_list > ul > li {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-top: 40px;
}

.block_post_list > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.block_post_list > ul > li .button_type_2 {
    margin-top: 15px;
}

.custom_select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.custom_select .select_title {
    
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    z-index: 1;
    width: 100%;
}

.custom_select .select_list {
    position: absolute;
    left: 0;
    top: 100%;
    
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    z-index: 5;
    display: none;
    width: 100%;
}

.custom_select .select_list li {
    padding: 8px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom_select .select_list li:hover {
    background: #cb1515;
    color: #fff;
}

.custom_select .select_title:before {
    content: "\f107";
    font-family: FontAwesome;
    border-left: 1px solid #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 10px;
}

.custom_select .select_title.active:before {
    content: "\f106";
}

.closerex {
    color: #777 !important;
    font-size: 13px;
    font-weight: 500 !important;
    position: absolute;
    
    right: 30px;
    top: 20px;
}

.calendar table {
    width: 100%;
}

.calendar .button {
    margin-top: 10px;
}

.calendar table tr td,
.calendar table tr th {
    border: 1px solid #e8e8e8;
    padding: 10px 5px;
    text-align: center;
}

.calendar table tr th {
    color: #000;
    line-height: 1.3em;
    font-weight: bold;
}

.calendar table tr:first-child td {}

.calendar table tr th,
.calendar table tr td {}

.calendar table tr td.current,
.calendar table tr td.link a:hover {
    background: #cb1515;
    color: #fff;
}

.calendar table tr td.link {
    padding: 0;
}

.calendar table tr td.link a {
    color: #000;
    background: #f2f2f2;
    display: block;
    padding: 10px 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.breadcrumb {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 10px 8px 10px;
    margin-bottom: 5px;
    margin-top: -9px;
    font-family:'Fira Sans Condensed', sans-serif;
}

.breadcrumb span a,
.breadcrumb a {
    text-transform: capitalize;
    padding-right: 4px;
}

.breadcrumb .fa {
    font-size: 14px;
    padding: 1px 1px 1px 2px;
}

.breadcrumb_video {
    font-size: 15px;
    color: #fff;
    padding: 9px 0;
    border-bottom: 1px solid #000;
}

.breadcrumb_video span a,
.breadcrumb_video a {
    color: #fff;
    padding-right: 4px;
}

.authors_list .author_details {
    margin-top: 20px;
}

.author_details {
    padding: 0px;
}

.author_details .post_text {
    padding-top: 0;
    padding-bottom: 10px;
}

.author_details > div:first-child {
    margin-right: 20px;
}

.author_details > div .button_type_3 {
    margin-top: 5px;
    width: 100%;
}

.author_details > div .w_sl_icn.type_2 {
    margin-top: 25px;
}

.author_info_buttons {
    margin-top: 20px;
}

.author_info_buttons a {
    margin-top: 3px;
}

.read_post_list .section_title {
    margin-bottom: 0
}

.read_post_list > div.section {
    margin-bottom: 20px;
}

.read_post_list ul li {
    margin-top: 10px;
    min-height: 150px;
    margin-bottom: 20px;
}

.read_post_list ul li:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.read_post_list.var2 ul li {
    margin-top: 40px;
}

.read_post_list.var3 ul li {
    margin-top: 40px;
}

.read_post_list.var2 ul li:first-child {
    margin-top: 20px;
}

.read_post_list ul li .button_type_2 {
    margin-top: 15px;
}

.gallery_list.read_post_list ul li div {
    margin-bottom: 0;
}



#bugun {
    padding-left: 5px;
    float: right;
    font-size: 14px;
    font-family:'Fira Sans Condensed', sans-serif;
    padding-right: 10px;
}



.mobileMenux {
    width: 100%;
    background-color: #f2f2f2;
    border-top: solid 2px #e4e4e4;
    height: 48px;
    line-height: 48px;
    display: none;
    z-index: 99;
}

#haberler {
margin-top:-5px;
}

.mobileMenux li {
    list-style: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 0 !important;
    float: left;
    text-align: center;
}

 @media only screen and (min-width: 320px) {
.mobileMenux li a {
    padding:8px;  
    text-decoration: none !important;
    margin-right: 0 !important;
    color: #1a1a1a;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
}
}

.mobileMenux li:last-child {
border-right: 0px;
}

.mobileMenux li:first-child {
margin-left: 20px;
}


.mobileMenux li a:hover {
    color: #000 !important;
}


@media only screen and (max-width: 280px) {

  .mobileMenux {
display:none;
}

.logotype2 {
margin-left: 15%;
}

}

 @media only screen and (max-width: 320px) {

.mobileMenux li a {
    padding:4px;  
    text-decoration: none !important;
    margin-right: 0 !important;
    color: #1a1a1a;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
}

}




.top-wide .head_wthr_info li a:hover i {
    color: #4a4a4a;
}



.top-wide .head_wthr_social {
    float: left;
    color: #4a4a4a;
}

.contact_form {
    margin-top: 20px;
}

.contact_form > ul > li {
    margin-top: 5px;
    margin-bottom: 15px;
}

.contact_form ul li label {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}

.contact_form ul li textarea {
    height: 120px;
}

.map_cntr {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 15px;
}

.map_cntr.var2 {
    margin-bottom: 0;
    padding-bottom: 35%;
}

.map_cntr > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact_info_list li {
    margin-top: 10px;
    font-size: 14px;
}

.contact_info_list li i {
    float: left;
}

.contact_info_list li p {
    padding-left: 25px;
}

.karakterislem i {
    
    margin-right: 0!important;
    width: 34px;
    height: 30px;
}

.pagination_block {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 5px;
}

.pagination_block.var2 {
    margin-top: 0;
    text-align: left;
    border-top: none;
    padding-top: 0;
}

.pagination_block span {
    color: #b0b1b4;
    display: inline-block;
    line-height: 31px;
}

.pagination {
    display: inline-block;
    margin-top: 15px;
}

.pagination li {
    float: left;
    margin-right: 5px;
}

.pagination li a {
    background: #fff;
    padding: 4px 12px;
    display: block;
    line-height: 28px;
    margin-left: 2px;
    border: solid 1px #444;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination li a.active {
    background: #cc0700;
    color: #fff;
}

.pagination li a:hover {
    background: #cc0700;
    color: #fff;
}

.accordion_item {
    overflow: hidden;
    border-top: 1px solid #000;
    padding: 7px 0;
}

.accordion_item p {
    padding-top: 15px
}

.a_content {
    padding-bottom: 10px;
}

.a_title {
    position: relative;
    
    text-transform: uppercase;
    font-weight: 600;
    color: #b0b1b4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.a_title.active {
    color: #000;
}

.a_title.active .minus_icon {
    opacity: 1;
}

.a_title.active .plus_icon {
    opacity: 0;
}

.a_title [class*="us_icon"] {
    position: absolute;
    right: 0;
    height: 100%;
}

.a_title .minus_icon {
    opacity: 0;
}

.a_title .minus_icon,
.a_title .plus_icon {
    font-family: FontAwesome;
    font-weight: normal;
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.a_title .plus_icon:before {
    content: "\f196";
}

.a_title .minus_icon:before {
    content: "\f147";
}

.elements_soc_icons > div:nth-child(n+2) {
    margin-top: 25px;
}

.elements_buttons .section_title_medium {
    margin-bottom: 15px;
}

[class*="buttons_list_"] {
    float: left;
    position: relative
}

.buttons_list_small .icon_buttons ul {
    float: left;
    margin-left: 10px
}

.buttons_list_small .icon_buttons ul:first-child {
    margin-left: 0;
}

.buttons_list_medium {
    margin-left: 52px;
}

.buttons_list_big {
    margin-left: 88px;
}

[class*="buttons_list_"] ul li {
    margin-top: 10px;
}

.alert_boxes.section_2 {
    margin-bottom: 40px;
}


.alert {
    padding: 14px 35px 13px 20px;
    margin-bottom: 10px;
    background: #ffe8ba;
    font-weight: 500;
}

.alert.alert-success {
    background: #dfefc0;
}

.alert.alert-success button.close:hover {
    background: #96ca2d;
}

.alert.alert-info {
    background: #b8e9ff;
}

.alert.alert-info button.close:hover {
    background: #13b7ff;
}

.alert.alert-error {
    background: #f9beb8;
}

.alert.alert-error button.close:hover {
    background: #cc0000;
}

.alert .close,
.alert .button {
    position: relative;
    right: -22px;
    top: -2px;
    line-height: 20px;
}

.alert .button {
    float: right;
    right: -15px;
}

.alert .button i {
    min-width: inherit;
}

button.close {
    padding: 2px 7px;
    
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}



button.close:hover {
    background: #feb41c;
    color: #fff;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.blockquotes {
    text-align: center;
    font-style: italic;
}
    #video-wrapper.video-wrapper-wide object,
        #video-wrapper.video-wrapper-wide embed,
        #video-wrapper.video-wrapper-wide iframe,
        #video-wrapper.video-wrapper-wide .video-js,
        #video-wrapper.video-wrapper-wide .jwplayer {
            width: 968px;
            /*Default width*/
            height: 542px !important;
            max-height: 542px !important;
        }

        #resize_block {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        #video-wrapper {
            -webkit-transition: all 5s ease;
            -moz-transition: all 5s ease;
            -o-transition: all 5s ease;
            transition: all 5s ease;
            min-width: 638px;
            /*mac fix*/
        }

        .resize_block-wide {
            margin-top: 0px;
            display: none;
        }

        .video-wrapper-wide {
            position: relative;
            width: 968px;
            /*Default width*/
            margin-bottom: 10px;
        }

        .pm-video-head-wide {
            min-width: 100%;
            width: 968px;
            /*Default width*/

        }
          .videoonu {
                color: #fff;
                font-size: 13px;
            }

            .videoonu a {
                color: #fff;
                font-size: 13px;
            }
        .video-wrapper iframe {
            width: 100%;
            margin: 0;
            padding: 0;
            /*0 0 20px 0*/
            min-height: 344px;
        }

        /*Standard Homepage Player Height*/

        a#player_extend {
            position: relative;
        }

        .adleft,
        .adright {
            position: absolute;
            top: 0;
            width: 100%;
        }
.blockquotes div:first-child {
    padding: 20px 10px;
    background: #333;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
}

.blockquotes div:last-child {
    padding: 2px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.testimonials {
    background: #f9f9f9;
    font-style: italic;
}

.testimonials div:first-child {
    float: left;
}

.testimonials div:last-child {
    overflow: hidden;
    padding: 15px 20px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
}

.testimonials div:last-child span {
    display: block;
    padding-top: 10px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

[class*="table_type_"] {
    width: 100%;
}

.divider_1 {
    border-top: 1px solid #000
}

.divider_2 {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
}

.progress_bar_list li {
    margin-bottom: 20px;
}

.progress_bar_list li:last-child {
    margin-bottom: 0;
}

.progress_bar_list li p {
    margin-bottom: 5px;
}

.progress_bar_list li p span {
    float: right;
}

.progress_bar {
    height: 5px;
    background: #e2e6e7;
    position: relative;
    overflow: hidden;
}

.progress_bar > div {
    background: #cb1515;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.open_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.with_buttons:hover .open_buttons > * {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.with_buttons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(41, 47, 56, .5);
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
}

.with_buttons:hover:after {
    opacity: 1;
    visibility: visible;
}

.open_buttons > * {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.open_buttons > *:first-child {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
}

.open_buttons > *:nth-child(2) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    margin-left: 3px;
}

.open_buttons > *:nth-child(3) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
}

.jackbox_button {
    display: table;
    padding: 10px 10px 2px 12px;
    font-size: 18px;
    position: absolute;
    right: 1px;
         top: 1px;
}

.jackbox_button i {
    font-size: 12px;
}

[class*="img_position_"] .button {
    margin-top: 3px;
    width: 100%;
    text-transform: none;
    background: #f2f2f2;
    color: #000;
}

[class*="first_letter_"] > span {
    font-weight: bold;
    float: left;
    display: block;
    text-align: center;
}

.first_letter_1 > span {
    font-size: 40px;
    margin: 13px 7px 0 0;
    color: #cb1515;
}

.first_letter_2 > span {
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: #fff;
    margin: 7px 10px 0 0;
    padding-top: 8px;
    background: #cb1515;
}

.tltps a {
    color: #c5c6c8;
    position: relative;
}

.tltps a:hover {
    text-decoration: none;
}

.tltps a.left_tltp .tltp:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 5px solid #e2e6e7;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 5px;
    left: 105%;
}

.tltps a.left_tltp .tltp {
    left: -120%;
    bottom: -75%;
}

.tltps a.right_tltp .tltp:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 5px solid #cb1515;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 5px;
    left: -5px;
}

.tltps a.right_tltp .tltp {
    left: 210%;
    bottom: -75%;
}

.tltps a.bottom_tltp .tltp:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #cb1515;
    border-top: none;
    position: absolute;
    bottom: 27px;
    left: 50%;
}

.tltps a.bottom_tltp .tltp {
    left: 50%;
    bottom: -220%;
}

.tltps span.pointed {
    background: #cb1515;
    color: #fff;
}

.text_list ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.text_list.messages ul li {
    font-size: 14px;
}

.text_list ul li.text_type_13 {
    font-size: 13px;
}

.text_list ul li.text_type_underline {
    text-decoration: underline;
}

.columns h2.section_title_big {
    margin-bottom: 0;
}

.columns h3.section_title_small {
    margin-bottom: 15px;
}

.page_theme {
    margin-bottom: 15px;
    position: relative;
}

.page_theme .post_image_buttons {
    margin-right: 10px;
}

.caption_type_1 .cp_i .page_theme a.button {
    margin-right: 0;
}

.caption_type_1 .cp_i .page_theme .event_info a {
    color: #fff;
}

.caption_type_1 .cp_i .page_theme {
    margin-bottom: 0;
}

.page_theme .post_image_buttons,
.page_theme .event_date {
    display: inline-block;
    vertical-align: middle;
}

.page_theme .post_image_buttons .buttons_cntr {
    position: relative;
    float: left;
}

.tags_section {
    padding: 5px 0 5px 0;
}

.tags_section span {
    font-size: 14px;
}

.tags_section > span {
    margin-bottom: 5px;
}

.tags_section > span,
.tags_section > div {
    display: inline-block;
    vertical-align: middle;
}

.tags_section > div {
margin-bottom: 5px;
    margin-top: -12px;
}

.post_controls .prev_post {
    float: left;
}

.post_controls .prev_post .button[class*="button_type_icon_"] i {
    left: 0;
    right: inherit;
}

.post_controls .prev_post .button.button_type_icon_medium {
    padding: 8px 20px 8px 55px;
}

.post_controls .next_post {
    float: right;
    text-align: right;
}

.post_controls .prev_post i,
.post_controls .next_post i {
    font-size: 22px;
    font-weight: bold;
    min-width: 37px;
}

.post_controls h5 {
    margin-top: 10px;
}

.post_controls a:hover h5 {
    text-decoration: underline;
}

.comments {
    font-size: 12px;
    position: relative;
    margin-bottom: 6px;
    widht: 100%;
}

.comments:before {
    margin-bottom: 10px;
}

.comments li:first-child {
    margin-top: 0
}

.comments.sub_comment {
    padding-left: 20px;
}

.comment > div:first-child {
    float: left;
    padding: 3px 0px;
    font-size: 16px;
    color: #000;
}

.comment > div:first-child a {
    width: 100%;
    margin-top: 4px;
}

.comment > div:first-child a i {
    font-size: 14px;
}

.comment > div:last-child {
    padding: 10px 0px;
    overflow: hidden;
}

.comment a:hover h5 {
    text-decoration: underline;
}

.commentText {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .4px;
}

.comment {
    border-bottom: 1px solid #e1e1e1;
    border-radius: 2px!important;
    padding: 10px;
    display: block;
}

.comments .author {
    font-size: 15px;
    margin-right: 10px;
    float: left;
}

.detailp{
    font-size: 17px;
    line-height: 1.5;
    color: #000;
     margin-top: 7px;
}


.detailp ul,
ol {
    list-style-type: disc !important;
    margin-left: 40px;
    line-height: 25px;
}

ul,
ol {
    list-style: none;
}

.detailp 
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight:700;
}

.detailp a{

    color: #cc0000;
}

.go-to-top {
    background: #cc0700;
    bottom: 50px;
    border-radius: 3px;
    
    font-size: 22px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    left: auto;
    display: none;
    line-height: 35px !important;
    position: fixed;
    right: 30px;
    text-align: center;
    top: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}



.go-to-top:hover {
    background: #cc0700;
}



.go-top-visible {
    display: block;
}

.content {
    margin: 0 0 20px;
}

.calousel_top_news {
    height: 50px;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #dfe0e4;
    border-top: 4px solid #dfe0e4;
    margin-top: 0px;
    margin-bottom: 10px;
}

.calousel_top_news .news_title {
    padding: 12px 12px 11px 12px;
    color: #fff;
    background: #de1b4c;
    float: left;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

.calousel_top_news .news_title i {
    float: left;
    margin-top: 0px;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 0px;
}

.calousel_top_news .owl-carousel .item a {
    color: #000;
}

.calousel_top_news .owl-carousel .item a:hover {
    color: #cb1515;
}

.caption_type_1 .cp_i .t2,
.caption_type_1 .cp_i .t1,
.caption_type_1 .cp_i .t3 {
    padding-top: 10px;
    color: #fefeff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caption_type_1 .cp_i .t1 a {
    padding-top: 10px;
    color: #fefeff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caption_type_1:hover .cp_i .t2,
.caption_type_1:hover .cp_i .t1,
.caption_type_1:hover .cp_i .t3 {
    white-space: normal;
}


.baslikkes {
overflow-x:hidden;
        text-overflow: ellipsis !important;
        -o-text-overflow: ellipsis !important;
        text-overflow: ellipsis !important;
  white-space:nowrap;
}
.post_text:hover .t2 {
white-space:normal !important;
}

.caption_type_1 .cp_i a.button {
    float: left;
    margin-right: 10px;
    line-height: 21px;
}

.caption_type_1 .cp_i {
    color: #fff;
    font-size: 15px;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
}

.one_third_banner_box {
    margin-left: -5px;
    margin-right: -5px;
}

.section {
    margin-top: 0px;
    position: relative;
    width: 100%;
}

.section_2 {
    margin-bottom: 50px;
    position: relative;
}

.section_3 {
    margin-bottom: 30px;
    position: relative;
}

.section_4 {
    margin-bottom: 50px;
    position: relative;
}

.section_5 {
    margin-top: 20px;
    position: relative;
}

.section_6 {
    margin-top: 20px;
    position: relative;
}

.section_7 {
    margin-top: 20px;
    position: relative;
}

.section_8 {
    margin-top: 10px;
    position: relative;
}

.section_11 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.section_9 {
    margin-top: 20px;
    position: relative
}

.section_title,
.section_title a {
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 1em;
}

.section_title a {
    border: none;
}

.section_title_video {
    color: #F5C212;
    text-shadow: 1px 1px 2px #000;
    border-top: 2px solid #000;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
}

.section_title2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 15px;
}

.stitle {
    padding-top: 14px;
    line-height: 1em;
    font-size: 17px;
    padding-left: 6px;
}

.section_title.section_title_big {
    font-size: 22px;
    border-bottom: 1px solid #e5e5e5;
    border: none;
    padding-top: 0;
    text-transform: none;
    font-weight: 700;
}

.section_title_big_video,
.section_title_big_video a {
    font-size: 32px;
    border: none;
    color: #F5C212;
    padding-top: 0;
    text-transform: none;
    text-shadow: 1px 1px 2px #000 !important;
}

.read_post_list .section_title.section_title_big {
    margin-bottom: 0;
}

.form_section .form_text {
    font-size: 14px;
    margin-bottom: 20px;
}

.form_section form .btn-email {
    float: right;
}

.form_section.var2 form input::-webkit-input-placeholder {
    color: #000;
}

.form_section.var2 form input::-moz-placeholder {
    color: #000;
}

.form_section.var2 form input {
    width: 44%;
    float: left;
}

.form_section.var2 form .btn-email {
    float: left;
}

.side_bar_banners > div {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    max-height: 180px;
}

.side_bar_banners > div:first-child {
    margin-top: 0
}

.side_bar_banners > div:last-child {
    margin-bottom: 0;
}

.side_bar_reviews ul li .scl_i_c {
    float: left;
    margin-right: 20px;
}

.box_image_conteiner {
    display: inline-block;
    margin-left: -10px;
    margin-top: -10px;
    font-size: 0;
}

.box_image_conteiner a {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.SpotNewsCont .SlideNav {
    top: calc(45% - 20px);
}
.photo_gallery {
    position: relative;
}

.photo_gallery.gallery_color1 {
    border-color: #13b7ff;
}

.photo_gallery .section_title {
    border-top: none;
    padding-top: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
    display: inline-block;
}

.photo_gallery.gallery_color1 .section_title {
    color: #13b7ff;
}

.photo_gallery .button.view_button {
    margin-top: 2px;
}

.photo_gallery.side_bar .scl_i_c {
    margin-bottom: 10px;
}

.photo_gallery.side_bar .post_text {
    padding-top: 0;
}

.news_gallery {
    padding: 15px 0;
}

.news_gallery.news_gallery_var2 .section_title {
    color: #000;
    font-size: 17px;
}

.news_gallery .section_title {
    border: none;
    padding-top: 0;
    color: #cc0000;
}

.section_post_left .section_title.bussiness {
    color: #13b7ff;
    border-color: #13b7ff;
}

.text_post_block p {
    margin-top: 15px;
    font-size: 17px;
    color: #111111;
    line-height: 24px;
}

.text_post_section {
    margin-top: 10px;
}

.text_post_section .img_position_left,
.img_position_left .f_left {
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
    width: 300px;
}

.img_position_right .f_right {
    margin-left: 30px;
    padding-bottom: 0px;
    max-width: 360px;
    float: right;
}



.text_post_section {
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

.white-background {
    background: #fff;
}

.white-background-detail {
    background: #fff;
    padding: 10px;}

.text_post_section p {
    line-height: 1.6;
}

.text_post_block h3.section_title_small {
    margin-bottom: 0;
    padding-top: 15px
}

.page_404.section {
    margin-top: 20px;
    text-align: center;
}

.page_404 h2.title_404 {
    font-size: 200px;
    line-height: 180px;
    color: #cb1515;
    font-weight: 900;
}

.page_404 p {
    padding-top: 5px;
    text-align: left;
}

.page_404 .buttons_404 {
    margin-top: 15px;
}

.page_404 .buttons_404 a {
    min-width: 200px;
}

.page_404 form.search {
    margin-top: 20px;
}

.sitemap .section {
    margin-top: 20px;
}

.sitemap h2 {
    margin-bottom: 0
}

form.search {
    margin-top: 10px;
    position: relative;
}

form.search button {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 40px;
    width: 40px;
    background: transparent;
    color: #000000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

form.search button:hover {
    color: #cb1515;
}

form.search input {
    padding-right: 40px;
}

form.search input::-webkit-input-placeholder {
    color: #000;
}

form.search input:focus input {
    width: 300px;
}

.searchform_wrap {
    background: #f9f9f9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);

    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.searchform_wrap.var2 {
    height: 47px
}

[class*="header_"] .searchform_wrap {
    background: #ebebeb;
}

.searchform_wrap[class*="type_"],
.searchform_wrap[class*="type_"].opened,
.searchform_wrap[class*="type_"].closed {
    background: #FAFBFB;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.searchform_wrap.opened,
.m_menu > li:hover > .sub_menu_wrap {
    opacity: 1;
    visibility: visible;
            margin-top: -4px;
        top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.searchform_wrap.closed {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
    visibility: hidden;
}

[role="search"]:not([class*="type_"]) {
    width: 95%;
}

[role="search"]:not([class*="type_"]) input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #fff;
}

input:not([type="submit"]),
textarea,
select {
    width: 75%;
    display: inline-block;
    height: 38px;
    line-height: 18px;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 6px;
    font-family:'Fira Sans Condensed', sans-serif;
}



.commentstyle input:not([type="submit"]),
.commentstyle textarea {
    width: 100%;
    display: inline-block;
    height: 32px;
    line-height: 18px;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    outline: none;
    font-family:'Fira Sans Condensed', sans-serif;
}

.commentstyle .button_grey {
    padding: 7px 11px;
    border-radius: 6px;
    margin-left: 0px;
        }

.commentstyle ul li textarea {
    font-size: 15px;
    height: 90px;
    font-family:'Fira Sans Condensed', sans-serif;
}

.commentstyledanger {
    font-size: 11px;
    color: #ff0000;
    line-height: 20px;
}

.g-recaptcha {
    transform: scale(0.84);
    transform-origin: 0 0;
    margin-top: 10px;
}

input:not([type="submit"]):focus,
textarea:focus {
    color: #000;
}

input:not([type="submit"]).type_2 {
    padding: 9px 0;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

input[type="checkbox"] + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    line-height: 24px;
    top: 0;
    font-size: .85em;
    position: absolute;
    left: 5px;
    color: #292f38;
    display: none;
}

input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 22px;
    height: 23px;
    background: url("https://www.ekonomiege.com/images/template/checkbox.png") no-repeat;
}

input[type="checkbox"]:checked + label:after {
    display: block;
}

input[type="radio"]:checked + label:before {
    background-position: 0 -22px;
}

.vote_widget h4 {
    color: #000;
}

.vote_widget form ul li {
    margin-top: 15px;
    font-weight: 300;
}

.vote_widget .vote_buttons {
    margin-top: 20px;
}

input[type="radio"] + label {
    width: auto !important;
    position: relative;
    padding-left: 35px;
    
    padding-top: 1px;
    font-weight: 400;
}

input[type="radio"] + label:after,
input[type="radio"] + label:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #e9e9e9;
}

input[type="radio"] + label:after {
    display: none;
    border: none;
    background: #000;
    width: 10px;
    height: 10px;
    left: 6px;
    top: 6px;
}

input[type="radio"] + label:after,
input[type="radio"] + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"]:checked + label:after {
    display: block;
}

#cf_message {
    height: 160px;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.subscribe_form_2 input[type="email"] {
    width: 275px
}

.message_cntr_subscribe {
    display: none;
    font-size: 14px;
    margin-top: 5px;
}

.message_cntr {
    display: none;
    margin-top: 10px;
}

.alert_box.warning {
    color: #feb41c;
    font-size: 12px;
}

.alert_box i {
    float: left;
}

.alert a:hover {
    text-decoration: underline;
}

.alert a.button:hover {
    text-decoration: none;
}

.alert strong a {
    font-weight: bold!important;
}

.alert_box p {
    padding-left: 30px;
}

#newsletter .alert_box p {
    padding-left: 0;
}

.alert_box.warning input {
    border: 1px solid #feb41c;
}

.alert_box.error {
    color: #cc0000;
    font-size: 12px;
}

.alert_box.success {
    color: #96ca2d;
    font-size: 12px;
}

.header.header_2 .searchform_wrap form input {
    color: #f2f2f2;
}

.FullAd {
    background: #252525;
    border-bottom: 2px solid #171717;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 5px;
    height: 25px;
    
}

#embed {
    width: 500px;
    padding: 30px;
    display: none;
    position: relative;
    background: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.TrendNewsv2 {
    max-width: 310px;
    float: left;
    display: block;
        background: #ffffff;
    min-height: 220px!important;
        }

i[class^="fa "] {
    line-height: inherit;
}

[class*="button_type_"]:not(.button_type_1) > i:not([class*="m_"]):only-of-type {
    margin-left: 10px;
    margin-right: 10px;
}

.w_sl_icn ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #fff;
}

.w_sl_icn ul li a i[class^="fa "] {
    line-height: 35px;
}

.w_sl_icn ul .website a {
    background: #cb1515;
}

.w_sl_icn ul .facebook a,
.sw_button.facebook {
    background: #3b5998;
}

.w_sl_icn ul .whatsapp a,
.sw_button.whatsapp,
.sw_color {
    background: #50ca5e;
}

.w_sl_icn ul .twitter a,
.sw_button.twitter,
.tw_color {
    background: #2daae1;
}

.w_sl_icn ul .google_plus a {
    background: #f63e28;
}

.w_sl_icn ul .rss a {
    background: #ff7e00;
}

.w_sl_icn ul .pinterest a {
    background: #cb2027;
}

.w_sl_icn ul .instagram a {
    background: #3f729b;
}

.w_sl_icn ul .linkedin a {
    background: #0073b2;
}

.w_sl_icn ul .vimeo a {
    background: #44b0de;
}

.w_sl_icn ul .youtube a {
    background: #ff3132;
}

.w_sl_icn ul .flickr a {
    background: #ff0084;
}

.w_sl_icn ul .xing a {
    background: #126567;
}

.w_sl_icn ul .Tumblr a {
    background: #32506d;
}

.w_sl_icn ul .envelope a,
.sw_button.contact {
    background: #1abc9c;
}

.w_sl_icny ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #838a8f;
}




.w_sl_icny ul .website a {
    background: #cb1515;
    color: #fff;
}

.w_sl_icny ul .facebook a,
.sw_button.facebook {
    background: #3b5998;
    color: #fff;
}

.w_sl_icny ul .twitter a,
.sw_button.twitter,
.tw_color {
    background: #2daae1;
    color: #fff;
}

.w_sl_icny ul .google_plus a {
    background: #f63e28;
    color: #fff;
}

.w_sl_icny ul .rss a {
    background: #ff7e00;
    color: #fff;
}

.w_sl_icny ul .pinterest a {
    background: #cb2027;
    color: #fff;
}

.w_sl_icny ul .instagram a {
    background: #3f729b;
    color: #fff;
}

.w_sl_icny ul .linkedin a {
    background: #0073b2;
    color: #fff;
    ;
}

.w_sl_icny ul .vimeo a {
    background: #44b0de;
    color: #fff;
}

.w_sl_icny ul .youtube a {
    background: #ff3132;
    color: #fff;
}

.w_sl_icny ul .flickr a {
    background: #ff0084;
    color: #fff;
}

.w_sl_icny ul .xing a {
    background: #126567;
    color: #fff;
}

.w_sl_icny ul .Tumblr a {
    background: #32506d;
    color: #fff;
}




.w_sl_icny ul li a i[class^="fa "] {
    line-height: 35px;
}

.w_sl_icny ul .website:hover a {
    background: #cb1515;
    color: #fff;
}

.w_sl_icny ul .facebook:hover a,
.sw_button.facebook {
    background: #3b5998;
    color: #fff;
}

.w_sl_icny ul .twitter:hover a,
.sw_button.twitter,
.tw_color {
    background: #2daae1;
    color: #fff;
}

.w_sl_icny ul .whatsapp:hover a,
.sw_button.whatsapp,
.tw_color {
    background: #50ca5e;
    color: #fff;
}

.w_sl_icny ul .google_plus:hover a {
    background: #f63e28;
    color: #fff;
}

.w_sl_icny ul .rss:hover a {
    background: #ff7e00;
    color: #fff;
}

.w_sl_icny ul .pinterest:hover a {
    background: #cb2027;
    color: #fff;
}

.w_sl_icny ul .instagram:hover a {
    background: #3f729b;
    color: #fff;
}

.w_sl_icny ul .linkedin:hover a {
    background: #0073b2;
    color: #fff;
    ;
}

.w_sl_icny ul .vimeo:hover a {
    background: #44b0de;
    color: #fff;
}

.w_sl_icny ul .youtube:hover a {
    background: #ff3132;
    color: #fff;
}

.w_sl_icny ul .flickr:hover a {
    background: #ff0084;
    color: #fff;
}

.w_sl_icny ul .xing:hover a {
    background: #126567;
    color: #fff;
}

.w_sl_icny ul .Tumblr:hover a {
    background: #32506d;
    color: #fff;
}

.w_sl_icny ul .envelope:hover a,
.sw_button.contact {
    background: #1abc9c;
    color: #fff;
}

.w_sl_icn_header ul li a {
    display: block;
    color: #fff;
    margin-top: 4px;
    margin-left: 2px;
}

.w_sl_icn_header ul li a i[class^="fa "] {
    color: #4a4a4a;
    font-size: 12px;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    background: #000000;
    color: #ffffff;
    display: table;
    width: 100%;
}

.footer .footer_b_prt p {
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 7px;
}

.copyrightfont {
    font-size: 13px!important;

}

.footer .footer_b_prt h1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

.footer .top_footer_banner {
    padding: 20px;
    text-align: center;
    background: #383e44;
}

.footer .footer_top_part {
    padding-bottom: 20px;
}

.footer .widget {
    padding-top: 15px;
}

.widget_title {
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
}

.widget_tags .box-tags a {
   
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 5px;
    text-shadow: none;
    margin: 2px;
}

.widget_tags .box-tags a:hover {
    background: #cb1515;
}

.w_sl_icn ul li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

.w_sl_icn ul li:last-child {
    margin: 0 0 5px 0;
}

.w_sl_icn ul li:hover a {
    color: #333;
}

.w_sl_icn ul li a {
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.w_sl_icny ul li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

.w_sl_icny ul li:last-child {
    margin: 0 0 5px 0;
}

.w_sl_icny ul li:hover a {
    color: #333;
}

.w_sl_icny ul li a {
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.widget_facebook .widget_title {
    margin-bottom: 10px;
}

.footer hr {
    background-color: transparent;
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin: 0;
    clear: both;
   margin-top: 20px;
}

.footer .footer_b_prt {
    padding: 16px 0 22px;
    color: #ffffff;
    text-align: left;
}

.footer .footer_b_prt {
    padding: 16px 0 22px;
    color: #ffffff;
}

.footer .footer_b_prt p {
    float: left;
    color: #ffffff;
}

.footer .footer_b_prt p span {
    color: #ffffff;
}

.footer .footer_b_prt .mb_mn {
    float: right;
    margin-top: 10px;
}

.footer .footer_b_prt .mb_mn nav ul li a {
    font-size: 14px;
    padding: 0 12px;
    color: #ffffff;
}

.footer .footer_b_prt .mb_mn2 {
    float: left;
    margin-top: 10px;
}

.footer .footer_b_prt .mb_mn2 nav ul li a {
    font-size: 12px;
    font-weight: 300;
    padding: 0 9px;
    color: #ffffff;
}

.footer .logo {
    margin-bottom: 20px;
    text-align: left;
    display: block;
}

.footer .wdg_ctg .ctrs_lst > li {
    width: 100%;
    display: block;
}

.footer_2 .wdg_ctg .ctrs_lst > li {
    width: 49%;
    display: inline-block;
}

.footer_2 .wdg_ctg .ctrs_lst > li:last-child {
    padding-left: 25px;
}

.wdg_ctg .ctrs_lst > li > ul li {
    padding: 3px 0;
    margin-right: 7px;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg_ctg li:after {
    margin-bottom: -10px;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    background-color: transparent;
    height: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.9);
    margin: 0;
    clear: both;
}




.wdg_ctg .ctrs_lst > li > ul li:last-child {
    border-bottom: none;
}

.wdg_ctg .ctrs_lst > li > ul li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.wdg_ctg .ctrs_lst > li > ul li a {
    float: left;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

.wdg_ctg .ctrs_lst > li > ul li a:hover {
    text-decoration: underline;
}

.wdg_ctg .ctrs_lst > li > ul li span {
    float: right;
}

.wdg_nws.form_section .form_text {
    color: #f2f2f2;
    font-size: 13px;
}

.sub_menu_wrap .sub_menu_wrap.sub_menu_inner_2 {
    background: #000;
    left: initial;
    right: 100%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.yazar-kt-kutular li {
    margin-top: 0px !important
}

.brs {
    padding: 0px 0px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 6px;
}

.brs h3 {
    background: #844ec7;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.3px;
    width: 100%;
    margin-bottom: 15px;
}

.portal {
    padding: 0px 0px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: -4px;
}

.portal h3 {
    background: #844ec7;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.3px;
    width: 100%;
    margin-bottom: 15px;
}

.brs ul {
    margin: 0 auto;
}

.brs ul li {
    float: left;
    width: 25%;
}

.brs ul li a {
    padding: 8px 8px;
    color: #313131;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.2px;
    display: block;
}

.brs ul li a i {
    font-size: 34px;
    line-height: 30px;
    display: block;
    margin: 0px 12px;
    margin-bottom: 8px;
}

.brs ul li a span {
    display: none;
}

.brs ul li a:hover {
    background: #a64671;
    color: #fff;
}


#wthr {
    width: 100%;
    text-align: right;
    margin-left: -20px;
    position: relative;
    padding-right: 8px;
    margin-top: 50px;
}

#wthr em {
    font-style: normal;
    color: #06C;
}

#wthr i {
    font-style: normal;
    color: #C00;
}

#wthr .day {
    font-size: 22px;
    width: 25%;
    height: 175px;
    float: left;
    color: #000;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e8e8e8;
    font-family:'Fira Sans Condensed', sans-serif;
}

#wthr .day h3 {
    font-size: 17px;
    display: block;
    margin: 0px;
    padding: 3px;
    font-weight: normal;
}

#wthr .day span {
    font-size: 15px;
    color: #333;
}

#wthr .day span abbr {
    font-weight: bold;
}

#wthr .day dt {
    height: 30px;
        margin-bottom: 10px;
    margin-top: 10px;
}

#wthr .day:last-child {
    border-right: 0px;
}

.optionclass {
    border: 1px solid #cfcfcf;
    color: #393939;
    
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 5px 10px;
}

.gazatte .optionclass {
    float: right;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    margin-right: 20px;
}

.col-md-2 {
    font-size: 15px;
}

.sblock {
    position: relative;
    height: 42px;
    color: #fff;
    padding: 0 13px;
    text-align: left;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.sblock .fa {
    color: #000000;
}

.sblock i {
    margin-right: 5px;
}

.sblock h3 {
    color: #000000;
}

.sdiv {
    padding: 9px;
    border-top: 0;
    background: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.sdivx {
    padding: 0px;
    border-top: 0;
    background: #000;
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.sdivx .iframe{
width: 100%;
}


.sdivportal {
    padding: 0px;
    border-top: 0;
    background: ;
}

.side_bar_banners .sdiv {
    padding: 20px 9px;
}

.morebox {
    margin-top: 20px;
    text-align: center
}

.paddingt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingv {
    padding-top: 22px;
    padding-bottom: 22px;
}

.photogalleryimg {
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    width: auto;
}

.gallerydetail {
    position: relative;
    text-align: center;
}

.g-kategoriler li {
    font-size: 14px;
    float: left;
    width: 135px;
    text-decoration: none;
    margin-left: 0;
    padding: 4px
}

.g-kategoriler li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 4px;
    padding-left: 15px;
    background-image: url(../tema/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 .3em
}

.g-kategoriler li a:hover {
    display: block;
    text-decoration: none;
    color: #db0000;
    padding: 4px;
    padding-left: 15px;
    background-image: url(../tema/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 .3em
}

.likeids {
    padding: 3px;
    border-radius: 2px;
    font-weight: bold;
}

.notlikeids {
    padding: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.notlikeid {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 5px;
    color: #909090;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    height: 22px;
    line-height: 14px;
}

.likeid:hover {
    border-color: #1fbd0f;
    background: #1fbd0f;
    color: #fff;
}

.notlikeid:hover {
    border-color: #db2929;
    background: #db2929;
    color: #fff;
}

.likeid {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    margin-right: 5px;
    color: #909090;
    float: left;
    height: 22px;
    line-height: 14px;
}

.sikayet {
    background: #fff;
    margin-right: 5px;
}

.commets {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 12px;
    color: #909090;
    float: left;
    height: 22px;
    line-height: 14px;
}

.commets:hover {
    border: 1px solid #4c4c4c;
    color: #fff;
    background: #4c4c4c;
}

.commets i,
.likeid i,
.notlikeid i {
    font-size: 14px;
    margin-top: 0px;
}

.commets i {
    margin-top: 1px;
}

.comment p {
    margin-bottom: 10px;
    font-size: 14px;
}

.HaberYorumLikeButHolder {
    width: 100%;
    height: 23px;
}

.HaberYorumLike {
    width: 118px;
    height: 23px;
    margin-top: 10px;
    font-size: 11px;
}

.HaberYorumNotLike {
    width: 130px;
    height: 23px;
    margin-top: 10px;
    font-size: 11px;
}

.HaberYorumLikeLeft {
    border-radius: 10px;
    background: #76ce68;
    width: 33px;
    height: 22px;
    font-weight: normal;
    font-size: 11px
}

.HaberYorumLikeBut {
    width: 71px;
    height: 17px;
    padding: 0px 4px 2px 2px;
}

.HaberYorumNotLikeLeft {
    border-radius: 10px;
    background: #b9241e;
    width: 33px;
    height: 22px;
    font-weight: normal;
    font-size: 11px
}

.HaberYorumNotLikeBut {
    width: 85px;
    height: 17px;
    padding: 0px 4px 2px 2px;
}

.HaberYorumLike strong,
.HaberYorumNotLike strong {
    color: #FFF
}

.HaberYorumLikeLeft div,
.HaberYorumNotLikeLeft div {
    padding-left: 2px;
    padding-top: -4px
}

.FL {
    float: left
}

.txtLeft {
    float: right;
    text-align: left;
}

.FL_right {
    float: right;
}

.n-margin {
    margin-top: 10px !important;
}

.arsiv-secim {
    border: 1px solid #cfcfcf;
    color: #393939;
    
    display: block;
    font-size: 12px;
    height: 30px;
    float: left;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 7px;
    width: 68px;
    padding: 4px 4px 4px 4px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sliderblock1 {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 5px;
}

.sliderblock2 {
    position: relative;
    float: left;
    width: 25%;
}

.sliderblock3 {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.sliderblock4 {
    position: relative;
    float: left;
    width: 216px;
}

.video .sliderblock4 {
    margin-bottom: 0px !important;
}

.sliderblock4:last-child {
    margin-bottom: 5px;
}

.slider1 img {
    width: 324px !important;
    height: 175px !important;
}

.slider3 img {
    width: 216px !important;
    height: 118px !important;
}

.slider1 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider1 .category,
.slider3 .category {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 6px 10px;
    line-height: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slider1:hover .category,
.slider3:hover .category {
    background-color: #a60a15;
}




.slider2 {
    float: left;
    width: 380px;
    position: relative;
}

.slider3 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.slider1 .new-img,
.slider3 .new-img {
    max-width: 100%;
}

.slidex1 {
    padding-right: 10px;
}

.slidex2 {
    padding-right: 0px;
}

p.caption {
    margin-bottom: 5px;
    color: #ddd;
}

.slider3 p,
.slider1 p {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000 !important;
}

.caption {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(31%, rgba(31, 31, 31, 0)), color-stop(61%, rgba(61, 61, 61, 0.41)), color-stop(100%, rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(31, 31, 31, 0) 31%, rgba(61, 61, 61, 0.41) 61%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(31, 31, 31, 0) 31%, rgba(61, 61, 61, 0.41) 61%, rgba(0, 0, 0, 0.95) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(31, 31, 31, 0) 31%, rgba(61, 61, 61, 0.41) 61%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(31, 31, 31, 0) 31%, rgba(61, 61, 61, 0.41) 61%, rgba(0, 0, 0, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f2000000', GradientType=0);
}

.slider3 p.caption a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.slider1:hover .new-img,
.slider3:hover .new-img {
    filter: contrast(130%);
    -webkit-filter: contrast(130%);
    -moz-filter: contrast(130%);
    -o-filter: contrast(130%);
    -ms-filter: contrast(130%);
}

.slider3:last-child {
    margin-bottom: 0px;
}

.video-play-ico > img {
    position: absolute;
    top: calc(46% - 50px);
    right: calc(48% - 20px);
    z-index: 9;
    width: 40px !important;
    height: 40px !important;
}

.videox {
    position: relative;
}

.video-play-ico2 > img {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    z-index: 9;
    width: 36px !important;
    height: 36px !important;
}

.video-play-ico3 > img {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    z-index: 9;
    width: 40px !important;
    height: 40px !important;
}

.photo-ico > img {
    position: absolute;
    top: calc(40% - 20px);
    right: calc(48% - 20px);
    z-index: 9;
    width: 50px !important;
    height: 50px !important;
}

.photo-ico2 > img {
    position: absolute;
    top: calc(44% - 20px);
    right: calc(48% - 20px);
    z-index: 9;
    width: 36px !important;
}

.video-gallery {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.video-gallery i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
}

.video-gallery span {
    float: left;
    font-size: 13px;
    margin-top: -1px;
    font-weight: 600;
}

.VideoGalleryHome .scale_image,
.PhotoGalleryHome .scale_image,
.video-play-ico2:hover img {
    display: block;
}

.videogal {
    background: no-repeat url(https://www.ekonomiege.com/images/template/video_galeri.png) 0px 0;
    width: 51px;
    height: 50px;
}

.galerigal {
    background: no-repeat url(https://www.ekonomiege.com/images/template/video_galeri.png) -52px 0;
    width: 52px;
    height: 50px;
}

.badge {
    display: block;
    position: absolute;
    top: -12px;
    right: 6px;
    padding: 0px 8px;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    background: #333;
}

.video-play-icox .icox {
    position: absolute;
    top: calc(40% - 20px);
    right: calc(48% - 20px);
    z-index: 99;
    width: 80px !important;
    height: 80px !important;
}

.video-play-icox > img {
    position: absolute;
    top: calc(40% - 20px);
    right: calc(48% - 20px);
    z-index: 99;
    width: 80px !important;
    height: 80px !important;
}

.currency_top {
    top: 10px;
    width: 300px;
    height: 36px;
    float: left;
}

.currency_top li {
    float: left;
    width: 73px;

    height: 36px;
    position: relative;
    border-right: 1px solid #eee;
}

.currency_top li:last-child {
    border: 0px
}

.currency_top li .name {
    margin-top: 4px;
    color: #000;
    font-weight: 500;
}

.currency_top li.up .value {
    color: #008e42;
}

.currency_top li.up i {
    color: #008e42;
}

.currency_top li span {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
}

.currency_top li.down .value {
    color: #a60a15;
}

.currency_top li.down i {
    color: #a60a15;
}

.currency_top li i {
    position: absolute;
    top: 2px;
    right: 0px;
    margin-right: 5px;
}

.wthr_top {
    color: #4a4a4a;
    float: left;
    font-size:14px !important;
    font-family:'Fira Sans Condensed', sans-serif;
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    padding-left: 10px;
    padding-right: 10px;
}

.wthr_top b {
    margin-left: 5px;
}

.wthr_top select {
    width: 134px;
    margin-top: 0px;
    border: 0;
    outline: 0;
    font-size: 13px !important;
    height: 24px;
    background-color: #ffffff;
    color: #4a4a4a;
    padding: 5px 0px 0px 10px;
}

.wthr_ico {
    display: inline-block;
    height: 29px;
    width: 75px;
    margin: 0px 5px 0 0;
    text-align: right;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #999;
}

#hsonuc {
    display: inline-block;
}

.base_position {
    z-index: 1;
    position: relative;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: left; */
    width: 100%;
    float: left;
    top: 0px;
    height: 10px;
}

.base_top .search_input {
    position: absolute;
    top: 2px;
    right: 0;
    width: 100%;
    height: 36px;
    padding: 0 40px 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.base_top .search_icon {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 36px;
    height: 34px;
    border-left: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    line-height: 33px;
    text-align: center;
    color: #757575;
}

.base_top .search_button {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 34px;
    height: 33px;
    background: 0;
    border-width: 0;
    
}

.icon-search:before {
    font-family: FontAwesome;
    content: '\f002';
}

.base_position2 {
    z-index: 1;
    position: relative;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: left; */
    width: 100%;
    height: 40px;
}

.base_top2 .search_input {
    position: absolute;
    top: 2px;
    right: 0;
    height: 36px;
    padding: 0 40px 0 15px;
    line-height: 30px;
    font-style: italic;
    font-size: 13px;
    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.base_top2 .search_icon {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 36px;
    height: 34px;
    border-left: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    line-height: 33px;
    text-align: center;
    color: #757575;
}

.base_top2 .search_button {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 34px;
    height: 33px;
    background: 0;
    border-width: 0;
    
}

#facebook span {
    width: 100% !important;
}

.top-icons {
    float: right;
    width: 130px;
    margin-top: 0px;
    margin-left: 50px;
}

.top-icons ul li {
    width: 100%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 15px;
    border-bottom: solid 1px #F7F7F7;
}

.top-icons ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #21252e;
}

.top-icons ul li a i {
    font-size: 16px;
    float: left;
    width: 26px;
}

.top-icons ul li a:hover {
    color: #a60a15;
}

.yazarlar {
    position: relative;
    width: 100%;
    height: 100%;
}

.yazarlar .title {
    background: #1a1a1a;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 15px;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 15px;
}

.yazarlar .rmenu {
    background: rgba(0, 0, 0, 0.3);
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 45px;
    text-align: right;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    width: 50px;
}

.yazarlar .rmenu a {
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
}

.yazarlarleft i,
.yazarlarright i,
.yazarlarleftblock i,
.yazarlarrightblock i {
    font-size: 30px;
    color: #000000;
}

.yazarlarleft,
.yazarlarleftblock {
    display: block;
    right: 40px;
    position: absolute;
    top: 5px;
    z-index: 99;
}

.yazarlarright,
.yazarlarrightblock {
    display: block;
    right: 10px;
    position: absolute;
    z-index: 99;
    top: 5px;
}

.yazarlarright:hover i,
.yazarlarleft:hover i,
.yazarlarrightblock:hover i,
.yazarlarleftblock:hover i {
    color: #000000;
}

#kullanici_girisi .button_orange,
#sikayet_et .button_orange {
    color: #fff !important;
}

.popup .button_orange,
#kullanici_girisi .button_orange,
#sikayet_et .button_orange {
    background: #1e1e1e;
    padding: 8px 24px;
    font-weight: 600 !important;
}

.vote_widget {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 10px;
}

.yazarlar {
    padding: 0px 0;
    margin-top: 0px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.yazarlar ul li {
    display: block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eaeff4 !important;
    padding-bottom: 0px;
    position: relative;
    margin-left: 0px;
    min-height: 90px;
    width: 100%;
}

.yazarlar ul li a {
    width: 100%;
    display: block;
    height: 100px;
}

.yazarlar ul li a:before {
    clear: both;
}

.yazarlar ul li a img {
    width: 80px !important;
    height: 90px !important;
    float: left;
    border: 6px solid #fafafa;
}

.yazarlar ul li a:hover img {}

.yazarlar ul li a:hover .t1 {
    color: #000;
    background: #fff;
    font-size: 14px;
}

.yazarlar ul li a:hover span {
    color: #000;
    text-decoration: underline;
}

.yazarlar ul li a .t1 {
    padding: 8px 20px;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 100px;
    width: 100%;
}

.yazarlar ul li a .txt {
    font-size: 16px;
    color: #21252e;
    display: block;
    padding-top: 5px;
    height: 30px;
    line-height: 20px;
}

.yazarlar .bx-viewport {
    height: 315px !important;
}

#videoupdate .scale_image,
#videoupdatex .scale_image,
#galleryupdate .scale_image,
#updatesx .scale_image {
    height: 165px !important;
    width: 100%;
}

#videoupdate .scale_image {
    height: 100px !important;
}

.gallery-nav a {
    color: #fff;
}

.gallery-nav a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.gallery-nav .gallery-prev,
.gallery-nav .gallery-next {
    color: #fff;
    position: absolute !important;
    top: calc(32% - 62px) !important;
    padding: 80px 10px !important;
    font-weight: bold !important;
    font-size: 62px !important;
    font-family: FontAwesome;
    font-weight: bold;
}

.gallery-nav .gallery-prev:before {
    content: "\f104";
}

.gallery-nav .gallery-next:before {
    content: "\f105";
}

.gallery-nav .gallery-next {
    right: 10px !important;
}

.gallery-nav .gallery-prev {
    left: 15px !important;
}

.yazarlarleft:hover,
.yazarlarright:hover {
    color: rgba(255, 255, 255, 0.5);
}

.yazarlarleft,
.yazarlarright {
    font-size: 24px;
    display: table;
    user-select: none;
    margin-top: 2px;
    position: absolute !important;
    top: calc(50% - 20px) !important;
    font-weight: bold !important;
    font-family: FontAwesome;
    font-weight: bold;
    color: #fff;
}

.yazarlarleft {
    right: 40px !important;
}

.yazarlarright {
    right: 10px !important;
}

.videotemp {
    background: #222;
    padding-bottom: 0px;
}

.videoshadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, .54), 0 4px 8px rgba(0, 0, 0, .58);
}

.video_header .menu_wrap {
    background-color: #0f1213;
}

.video_header .m_menu > ul > li {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.video_header .m_menu > ul > li > a {
    color: #000000;
    text-shadow: none;
}

.video_header .button.search_button {
    color: #fff !important;
}

.share__btn {
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /* add in vendor rules */
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
    /* add in vendor rules */
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.share_size_large > .share__btn {
    padding: 5px 0;
    width: 100%;
}

.share_type_twitter > .share__btn {
    background-color: #4099FF;
}

.share_type_facebook > .share__btn {
    background-color: #3B5999;
}

.share_type_gplus > .share__btn {
    background-color: #F90101;
}

.side_bar_tabs .scale_image {
    height: 100%;
}

.side_bar_tabs .scale_imagex {
    width: 100px !important;
    height: 66px !important;
}

.gzts {
    width: 970px;
    height: 100px;
}

.gzts .date {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-left: 32px;
    margin-top: -15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    width: 100%;
}

.gzts h3 {
    font-size: 32px;
    float: left;
    margin-left: 30px;
    letter-spacing: -0.3px;
    color: #000;
    margin-top: 20px;
}

.GazeteBl {
    width: 50%;
    float: right;
}

.leftNewsCategoryDetailArrow {
    left: 10px;
    position: fixed;
    top: 40%;
    z-index: 99;
}

.leftNewsCategoryDetailArrow a.leftArrow {
    float: left;
}

.leftNewsCategoryDetailArrow .arrowImg {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.leftNewsCategoryDetailArrow .leftTextImgWrap {
    width: 200px;
    height: 35px;
    padding: 10px;
    display: table;
    position: absolute;
    top: 0;
    z-index: 9999;
    display: none;
}

.leftNewsCategoryDetailArrow i {
    font-size: 86px;
    color: #333;
    opacity: 0.4;
}

.leftNewsCategoryDetailArrow .leftTextImgWrap .lText {
    display: table-cell;
    width: 180px;
    height: 35px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 5px 0px;
}

.rightNewsCategoryDetailArrow {
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 99;
}

.rightNewsCategoryDetailArrow a.rightArrow {
    float: left;
}

.rightNewsCategoryDetailArrow .arrowImg {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.rightNewsCategoryDetailArrow .rightTextImgWrap {
    width: 200px;
    height: 35px;
    padding: 10px;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.rightNewsCategoryDetailArrow i {
    font-size: 86px;
    color: #333;
    opacity: 0.4;
}

.rightNewsCategoryDetailArrow .rightTextImgWrap .rText {
    display: table-cell;
    width: 180px;
    height: 35px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 5px 0px;
}

#news-nextprev {
    display: none;
}

.leftNewsDetailArrow {
    left: 10px;
    position: fixed;
    top: 40%;
    z-index: 99;
}

.leftNewsDetailArrow a.leftArrow {
    float: left;
}

.leftNewsDetailArrow .arrowImg {
    border: 1px solid #eee;
    background: #f7f7f7;
    height: 120px;
    line-height: 120px;
    padding: 0 10px;
}

.leftNewsDetailArrow .leftTextImgWrap {
    border: 1px solid #eee;
    background: #fff;
    width: 300px;
    height: 100px;
    padding: 10px;
    display: table;
    position: absolute;
    top: 0;
    z-index: 9999;
    display: none;
}

.leftNewsDetailArrow i {
    font-size: 36px;
}

.leftNewsDetailArrow .leftTextImgWrap .lText {
    display: table-cell;
    width: 180px;
    height: 100px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}

.leftNewsDetailArrow .leftTextImgWrap img {
    width: 100px;
    height: 66px;
    float: left;
}

.rightNewsDetailArrow {
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 99;
}

.rightNewsDetailArrow a.rightArrow {
    float: left;
}

.rightNewsDetailArrow .arrowImg {
    border: 1px solid #eee;
    background: #f7f7f7;
    height: 120px;
    line-height: 120px;
    padding: 0 10px;
}

.rightNewsDetailArrow .rightTextImgWrap {
    border: 1px solid #eee;
    background: #fff;
    width: 300px;
    height: 100px;
    padding: 10px;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.rightNewsDetailArrow i {
    font-size: 36px;
    color: #333;
}

.rightNewsDetailArrow .rightTextImgWrap img {
    width: 100px;
    height: 66px;
    float: left;
}

.rightNewsDetailArrow .rightTextImgWrap .rText {
    display: table-cell;
    width: 180px;
    height: 90px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}

#news-nextprev {
    display: none;
}

.home_block .title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.kosehbr a {
    color: #000;
}

.kosehbr {
    position: fixed;
    z-index: 9999;
    padding: 15px;
    display: none;
    background: #fff;
    width: 330px;
    right: 10px;
    bottom: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.kosehbr .item {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    height: 80px;
    margin-bottom: 10px;
}

.kosehbr .resim img {
    height: 66px;
    width: 100px;
    float: left;
}

.kosehbr .icerik {
    padding-left: 10px;
    width: 174px;
    color: #000;
    font-size: 16px;
    float: left;
}

.kosehbr .kapat {
    background: #000;
    border-radius: 2px;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
    top: 23px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    
}

.com-1x {
    width: 10%;
    float: left;
    padding-right: 10px;
}

.com-2x {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.col-2x {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.borsaBand {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    height: 52px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
        margin-top: -4px;
}

.borsaBand:hover {
    box-shadow: 0 0 5px -1px #B0B0B0;
    background-color: #ECECEC
}

.borsaList li {
    float: left;
    height: 60px;
}

.borsaList li.parite {
    height: 33px;
    width: 150px;
    padding: 4px 5px;
    margin-left: 9px;
    margin-top: 0px;
    position: relative;
}

.pariteIcon {
    width: 14px;
    height: 12px;
    position: absolute;
    display: block;
    right: 10px;
    top: 4px;
}

.pariteIcon .img {
    width: 20px;
    height: 13px;
    position: absolute;
    display: block;
    right: 10px;
    top: 13px;
}

.borsaList li.parite div.pName {
    font-size: 14px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 700;
    height: 14px;
}

.borsaList li.parite div.pQuan {
    font-size: 14px;
    color: #000;
    margin-top: -3px;
}

.borsaList li.parite span.pRate {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    float: right;
    margin-left: 20px;
}

.borsaList li.cbBtn a:hover {
    opacity: 0.7;
}

.borsaList {
    height: 60px;
    overflow: hidden;
}

.borsaList li.bigParaIcon {
    padding: 16px 10px 0 10px;
    height: 34px !important;
}


.col-md-6 li {
    margin-bottom: 20px;
}

.col-md-6 li .scale_image {
    width: 100px !important;
    height: 66px !important;
}

.tabs {
    border-top: 0px;
}

.newstab .nav-tabs {
    margin-bottom: 0;
    padding: 6px 10px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    width: 100%;
    float: left;
}

.tabs_nav .ui-tabs-active a,
.tabs_nav .ui-state-active a {
    background: #fff !important;
}

.newstab .nav-tabs>li {
    margin: 0 0px;
    text-align: center;
    margin: 10px 3px;
    float: left;
}

.newstab .nav-tabs>li:last-child {
    border-right: 0px;
}

.newstab .nav-tabs>li>a {
    padding: 8px 10px;
    color: #000;
    text-shadow: 1px 1px white;
    font-size: 18px !important;
    font-family:'Fira Sans Condensed', sans-serif;
    font-weight: 700;
}

.newstab .nav-tabs>li>a:hover {
    border-color: #ddd;
    background-color: #eee;
}

.newstab .nav-tabs>.active>a {
    background-color: #fff!important;
    border: 1px solid #ddd;
    color: black;
}

.newstab .tabs_content {
    border: 1px solid #ddd;
    border-top: 0;
    float: left;
    min-height: 280px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

.ad728 {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px 5px 5px 0px;
}

#flashaber {
    font-size: 20px;
    background: #1679e3;
    height: 44px;
    width: 100%;
    display: inline-table;
    position: relative;
    z-index: 2;
     margin-top: -10px;
     margin-bottom: 11px;


}

#flashaber .f-kapsayici {
    width: 1000px;
    margin: 0 auto;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
}

@-webkit-keyframes flashaber {
    from {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes flashaber {
    from {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes flashaber {
    from {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes flashaber {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 50px 0;
    }
}

@keyframes flashaber {
    from {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}

#flashaber.animated {
    max-height: 44px;
    margin-top: -11px;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
     margin-bottom: 9px;
         }

#flashaber:before,
#flashaber:after {
    content: '';
    display: table;
}

#flashaber .f-baslik {
    display: inline-block;
    margin-right: 15px;
    border-radius: 2px!important;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 44px;
    margin-top: 2px;
}

#flashaber .f-haber a {
    color: #ffffff;
}

#flashaber .f-haber {
    display: inline-block;
    font-size: 16px;
    line-height: 42px !important;
    margin-top: 3px;
    opacity: 0;
    -moz-transition: all 1s ease-out;
    /* FF4+ */
    -o-transition: all 1s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 1s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 1s ease-out;
    /* IE10 */
    transition: all 1s ease-out;
}

#flashaber .f-haber.move {
    margin-left: 0px;
    opacity: 1;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

#flashaber .f-baslik.flash {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flash;
    animation-name: flash;
}


.author .scale_image {
    width: 80px !important;
    height: 90px !important;
}

.author .post_text p {
    padding-bottom: 0px !important;
    padding-top: 2px;
}

.author li {
    width: 32%;
    margin-left: 10px;
}

.author .wrapper {
    overflow: visible;
}

.author .post_title {
    padding: 4px 0;
    padding-left: 0px;
    display: block;
    margin-left: 0px;
}

.author .post_text span {
    padding-top: 0px;
    font-size: 14px;
}

.author p a {
    font-size: 16px;
}

.galleryico > img {
    top: calc(44% - 20px) !important;
    right: calc(50% - 20px) !important;
}

#comment-sc {
    background-color: #fff;
    padding-left: 0px;
    padding-top: 15px;
}

.slimScrollDiv {
    margin-bottom: 40px;
}

.commenttab {
    border-top: solid 1px #ccc;
    width: 100%;
    padding-top: 3px;
}

.commenttab .titex {
    float: left;
    margin-top: -2px;
    font-weight:600;
    padding-top: 10px;
}

.commenttab .nav-tabs {
    margin-bottom: 0;
    float: right;
    display: block;
}

.commenttab .nav-tabs i {}

.commenttab .ui-tabs-active a,
.commenttab .ui-state-active a {
    background-color: #1a1a1a !important;
    color: #fff;
}

.commenttab .nav-tabs>li {
    text-align: center;
    float: left;
}

.commenttab .nav-tabs li.facebook a {
    background: #4862a3 !important;
    color: #fff;
}

.commenttab .nav-tabs li.disqus a {
    background: #2e9fff !important;
    color: #fff;
}

.commenttab .disqusico {
    transform: rotateY(180deg) !important;
}

.commenttab .nav-tabs>li:last-child {
    border-right: 0px;
}

.commenttab .nav-tabs>li>a {
    padding: 8px 12px;
    color: #fff;
    background: #1a1a1a;
    font-weight: bold;
    display: block;
    margin-top: -8px;

}

.commenttab .nav-tabs>.active>a {
    background-color: #1a1a1a!important;
    color: #fff;
}

.commenttab .tabs_content {
    float: left;
    width: 100%;
}

.fotokutu > img {
    right: 10px !important;
    top: 10px !important;
}

.tabs_content .post_text2 {
    min-height: 80px;
    margin-top: 15px;
}

.hdr_t nav,
.hdr_t .lgn_blk,
.mb_mn nav ul li {
    display: inline-block;
}

.mb_mn2 nav ul li {
    display: inline-block;
}

.mbt10 {
    margin-bottom:10px;
}

.hdr_t .lgn_blk {
    float: left;
}

.SocialMediaPopup {
    position: fixed;
    z-index: 9999;
    padding-bottom: 10px;
    display: none;
    background: #fff;
    width: 300px;
    left: 10px;
    bottom: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.BlockTite .title {
    padding: 10px;
    font-size: 15px;
    color: #FFF;
    background: #bd0300;
}

#SocialMediaPopup {
    width: 100%;
    height: 45px;
    padding: 10px;
}

.SocialMediaPopup .close {
    width: 20px;
    height: 17px;
    padding-top: 3px;
    font-weight: bold;
    border-radius: 1px;
    color: #fff;
    position: absolute;
    top: 9px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    
}

.SocialMediaPopup .fb_iframe_widget {
    float: left;
}

.SocialMediaPopup .fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.SocialMediaPopup .twitter-share-button {
    float: left;
    margin-left: 10px;
    margin-top: -1px;
}

.SocialMediaPopup .fb-like.fb_iframe_widget {
    float: left;
    margin-left: 10px;
}

.SocialMediaPopup div#___plusone_0 {
    margin-left: 10px!important;
    float: left !important;
}

.breadcrumb h3 {
    font-weight: normal;
    line-height: 16px;
    display: inline;
    font-size: 12px;
    margin-left: 4px;
}

.footerx li {
    float: left;
    width: 50%;
    margin-right: 0 !important;
}

.yazar-kt-kutular .post_title {
    display: block !important;
}


.yazar-kt-kutular .post_title span {
    font-size: 15px;
}

.ctrs_lst {
    margin-top: 10px;
}

.top-wide {
    background-color: #ffffff;
    height: 36px;
    line-height: 36px;
    width: 100%;
}

.top-wide .head_wthr_info li {
    list-style: none;
    margin-top: 1px;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    margin-right: 0 !important;
    float: left;
}

.top-wide .head_wthr_social li {
    list-style: none;
    margin-top: 1px;
    margin-right: 6px !important;
}

.top-wide .head_wthr_info li a {
    padding: 0px 12px;
    margin-right: 0 !important;
}

.top-wide .head_wthr_info li a:hover {
    text-decoration: underline;
    color: #4a4a4a;
}

.top-wide .head_wthr_social li a {
    text-decoration: none !important;
    margin-right: 0 !important;
    margin-top: -1px;
    color: #4a4a4a;
}

.top-wide .head_wthr_info li h2 {
    font-weight: normal !important;
    line-height: 42px !important;
    display: inline !important;
    font-size: 13px !important;
}

.top-wide .head_wthr_social li h2 {
    font-weight: normal !important;
    line-height: 34px !important;
    display: inline !important;
    font-size: 15px !important;
}

.top-wide .head_wthr_info li a:hover {
    text-decoration: underline;
   color: #4a4a4a;
}

.top-wide .head_wthr_info li a:hover i {
    color: #4a4a4a;
}

.top-wide .head_wthr_social li a:hover {
    color: #4a4a4a;
}

.top-wide .head_wthr_social li a:hover i {
    color: #4a4a4a;
}

.top-wide .head_wthr_info {
    float: left;
}

.top-wide .head_wthr_social {
    float: right;
}

.tabs_content{
margin-top: 10px;
}
.tabs_content li {
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 12px;
}

.tabs_content li:first-child {
    margin-top: 10px;
}



.tabs_content li:last-child {
    margin-bottom: 10px;
}

.comments_list li {
    margin-bottom: 15px;
}

.comments_list li .username {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    /* font-weight: bold; */
    border-radius: 2px;
    margin-bottom: 5px;
}

.comments_list li h4 {
    font-weight: normal !important;
}

.SocialKit ul li .fa {
    padding: 3px 1px;
}

.SocialKit ul li .span {
    padding: 3px 1px;
}

.SocialKit ul li {
    display: inline-block;
    float: left;
    width: 100%;
    min-width: 135px;
    margin-bottom: 11px;
    padding: 12px 8px 8px 12px;
    line-height: 22px;
}

.SocialKit ul li {
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    font-size: 18px;
    color: #fff;
}

.SocialKit ul li a i {
    line-height: 22px;
    font-size: 26px;
}

.SocialKit ul li .count {
    color: #1a1a1a;
    border-radius: 7px;
    float: right;
    padding: 0px 4px;
    font-size: 12px;
    padding-bottom: 1px;
}

.SocialKit ul li .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border-radius: 2px;
    text-align: center;
    font-size: 22px;
}

.SocialKit ul li a {
    color: #fff;
}

.SocialKit ul li.twitter {
    background: #00ACED;
    -webkit-box-shadow: 0px 2px 0px #0288ba;
    -moz-box-shadow: 0px 2px 0px #0288ba;
    box-shadow: 0px 2px 0px #0288ba;
}

.SocialKit ul li .twitter-ico {}

.SocialKit ul li.facebook {
    background: #3B5998;
    -webkit-box-shadow: 0px 2px 0px #253e72;
    -moz-box-shadow: 0px 2px 0px #253e72;
    box-shadow: 0px 2px 0px #253e72;
}

.SocialKit ul li .facebook-ico {}

.SocialKit ul li.youtube {
    background: #BB0000;
    -webkit-box-shadow: 0px 2px 0px #8c0707;
    -moz-box-shadow: 0px 2px 0px #8c0707;
    box-shadow: 0px 2px 0px #8c0707;
}

.SocialKit ul li .youtube-ico {}

.SocialKit ul li.gplus {
    background: #f63e28;
    -webkit-box-shadow: 0px 2px 0px #c33726;
    -moz-box-shadow: 0px 2px 0px #c33726;
    box-shadow: 0px 2px 0px #c33726;
}

.SocialKit ul li .gplus-ico {}

#___follow_0 {
    float: left !important;
}

.tabs_contentx li:last-child {
    margin-bottom: 20px;
}

.appstorebtn,
.googleplaybtn {
    float: left;
    margin-top: 20px;
}

.googleplaybtn {
    margin-right: 15px;
}

.iyad,
.sanalbasin {
    float: left;
    margin-top: 10px;
}

.iyad {
    margin-left: 40px;
}

.appstorebtn img,
.googleplaybtn img {
    width: 120px;
}

.yazar-yatay li:first-child {
    margin-top: 0px !important;
}

.yazar-yatay li {
    width: 100% !important;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.yazar-yatay .author .post_title {
    margin-right: 0px;
}

.SocialKit ul li:last-child {
    margin-bottom: 0px;
}

.faint-text:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    bottom: 0;
    content: '';
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

    #blocktopnews li .catshow, #relatednews li .catshow, #horizontallist li .catshow , #verticallist .catshow , #spotlist li .catshow , #verticalnewslist .scale_image_container .catshow{
    display:none;
    }

    #blocktopnews li:hover .catshow, #relatednews li:hover .catshow, #verticallist div:hover .catshow , #horizontallist li:hover .catshow, #spotlist li:hover .catshow, #verticalnewslist .scale_image_container:hover .catshow {

    display:block;
    }

.authortxt {
    color: #000;
    font-size: 14px !important;
    display: block;
    letter-spacing: .4px;
    padding: 3px;
}

.tabs_content .t1 {
    font-size: 16px !important;

}

.tabs_content .t1:hover {
    text-decoration: underline;
}

.t1 {
    font-size: 16px !important;
    display: block;
    
}

.t2 {
    font-size: 18px !important;
    display: block;
    line-height: 24px;
    font-weight: 700;
}

.t2 .videos {
    font-size: 18px !important;
    display: block;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}


.t2:hover {
    text-decoration: underline;
}

.t9 {
    font-size: 18px !important;
    display: block;
    line-height: 24px;
    font-weight: 700;
}

.t3 {
    font-size: 16px !important;
    display: block;
    line-height: 24px;
    font-weight: 700
}

.t4 {
    font-size: 20px !important;
    display: block;
    font-weight: 700;
}

.t4video {
    font-size: 18px !important;
    display: block;
    color: #ffffff;
    font-weight: 700;
}

.t4gallery {
    font-size: 18px !important;
    display: block;
   color: #ffffff;
    font-weight: 700;
}

.t5 {
    font-size: 26px !important;
    display: block;
    line-height: 30px;
}

.t6 {
    font-size: 22px !important;
    display: block;
    line-height: 20px;
    font-weight: 700;
    font-family:'Fira Sans Condensed', sans-serif;
    color: #000;
}


.t7 {
    font-size: 22px !important;
    display: block;
}

.t8 {
    font-size: 28px !important;
    display: block;
    line-height: 34px;
    font-weight: 700;
}

.t8:hover {
    text-decoration: underline;
}



.m1 {
    display: block;
    padding-top: 10px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 18px rgba(0, 0, 0, .6);
}

.m1:hover {
text-decoration: none !important;
}

.m3f {
    font-size: 32px !important;
    display: block;
    color: #fff;
    line-height: 32px;
    padding-top: 10px;
    text-shadow: 1px 1px 2px #000 !important;
    font-weight: 700;
}

.m3 {
    font-size: 20px !important;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px #000 !important;
}

.b3 {
    font-size: 18px !important;
    padding: 10px 1px;
    color: #000000 !important;
    text-shadow: 1px 1px 2px #ffffff !important;
    display: block;
    letter-spacing: 0px;
    font-family:'Fira Sans Condensed', sans-serif;
}

.b3_video {
    font-size: 22px !important;
    font-weight: bold;
    padding: 8px 1px;
    color: #79D3FF !important;
    text-shadow: 1px 1px 2px #000 !important;
    display: block;
}

.bg3 {
    font-size: 20px !important;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    color: #000000 !important;
    text-shadow: 1px 1px 2px #ffffff !important;
    display: block;
    margin-bottom: -3px;
}

.b3v {
    font-size: 17px !important;
    padding: 1px 2px;
    text-shadow: 1px 1px 2px #ffffff !important;
    display: block;
}

.BlokRenkCenter {
    border-bottom: 3px solid #000000;
    color: #000 !important;
    background: #fff;
    text-shadow: 1px 1px 2px #fff !important;
}

.BlokRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #000000;
    color: #000000 !important;
    text-shadow: 1px 1px 2px #ffffff !important;
}

.GunlukBurcRenk .b3,
.CokOkunanlarRenk .b3,
.BlokYazarRenk .b3,
.BlokGundemRenk .b3,
.BlokNamazRenk .b3,
.BlokAnketRenk .b3,
.BlokIlgiliRenk .b3,
.BlokIlgiliVideoRenk .b3,
.PuanDurumuRenk .b3,
.SonYorumlananlar .b3 {
    color: #000000 !important;
    text-shadow: 1px 1px 2px #ffffff !important;
    letter-spacing: .4px;
}

.PuanDurumu {
    margin-top: -10px;
}

.BlokNamazRenk .b3,
.PuanDurumuRenk .b3 {
    font-size: 18px !important;
    padding: 11px 1px;
    color: #fff !important;
    text-shadow: 1px 1px 2px #000 !important;
    display: block;
    letter-spacing: 0px;
    font-family:'Fira Sans Condensed', sans-serif;
}

.GunlukBurcRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #a64671;
}

.CokOkunanlarRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #d41b65;
}

.BlokYazarRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #8f2707;
}

.BlokGundemRenk {
    background-color: #f7f7f7;
}

.BlokNamazRenk {
    background-color: #70b84c !important;
}

.BlokAnketRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #000000;
}

.BlokIlgiliRenk {
    background-color: #f7f7f7;
    border-bottom: 3px solid #bd2e2a;
}

.BlokIlgiliVideoRenk {
    background-color: #f7f7f7;
    border-bottom:3px solid #4a4a4a;
}


.PuanDurumuRenk {
    background-color: #107a00 !important;
}

.SonYorumlananlar {
    background-color: #f7f7f7;
    border-bottom: 3px solid #258f1f;
}

.side_bar_tabs .widget_tags .box-tags a {
    background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 8px;
}

.side_bar_tabs .widget_tags .box-tags a:hover {
    background: #cb1515;
    color: #ffffff;
}

.side_bar_tabs.comment_tabs ul li:hover .comment_number,
.side_bar_tabs.comment_tabs ul li.active .comment_number {
    background: #d41b65;
    color: #ffffff;
}

.comments_list li .category {
    background: #d41b65 !important;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.comments_list li .scale_image {
    width: 100%;
    height: 170px;
}

.comments_list li.active .t4 {
    color: #d41b65;
}

.comments_list li .hover {
    display: none;
}

.comments_list li.active .hover {
    display: block;
    margin-bottom: 10px;
}

.footer_top_part .t3 {
    color: #ffffff;
    font-size: 18px !important;
    text-align: left;
    font-weight: 700;
}

.footer_top_part .t4 {
    font-weight: normal !important;
}

.ttextarea {
    resize: none;
    height: 60px;
}

.two_third_column {
    position: relative;
}

.PhotoGallerySlider {
    width: 575px !important;
    height: 360px !important;
    position: relative;
    overflow: hidden;
    margin-left: 75px;
}

.PhotoGallerySlider li {
    z-index: 2 !important;
    width: 575px !important;
    height: 360px !important;
}

.PhotoGallerySlider li img {
    width: 575px !important;
    height: 360px !important;
}

.PhotoGallerySliderx {
    position: relative;
}

.PhotoGallerySliderPager {
    z-index: 5;
    position: absolute;
    top: 0px;
    width: 65px;
    -webkit-transition: color 0s ease, background-color 0s ease !important;
    transition: color 0s ease, background-color 0s ease !important;
}

.PhotoGallerySliderPager li {
    margin-bottom: 10px;
}

.PhotoGallerySliderPager li:last-child {}

.PhotoGallerySliderPager li a {
    position: relative;
    width: 65px;
    background: #1a1a1a;
    height: 49px;
    display: block;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    
}

.PhotoGallerySliderPager li a img {
    width: 65px;
    height: 49px;
    float: left;
}

.PhotoGallerySliderPager li:first-child {
    border-left: 0;
}

.PhotoGallerySliderPager li a.active {
    background: #cc0000;
    padding-right: 20px;
    width: 85px;
    height: 49px;
    color: #fff;
}

.PhotoGallerySlider .caption_type_1 {
    z-index: 99;
}

.TopNews {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 145px;
}

.TopNews .scale_image {
    height: 130px !important;
}

.TopNews .t3 {
    color: #fff;
}

.TopNews .scl_i_c,
.TrendNews .scl_i_c {
    margin-right: 25px;
}

.TrendNews .scale_image,
.TrendNews .scl_i_c,
.AutohrNews .scl_i_c {
    margin-right: 25px;
}

.TrendNews .scale_image,
.TrendNews .scl_i_c,
.TopNews .scale_image,
.TopNews .scl_i_c {
    height: 100% !important;
    width: 100% !important;
    float: left !important;
    margin-bottom: 0px !important;
}

.TrendNews img,
.TopNews img {
    width: 223.75px !important;
}



.TrendNews .bx-viewport,
.TopNews .bx-viewport {
    position: relative;
    overflow: hidden;
}

.TrendNews .bx-wrapper,
.TopNews .bx-wrapper {
    position: relative;
    overflow: hidden;
}

.TrendNews .SlideNav {
    top: calc(38% - 20px);
}

.Spottip2 .SlideNav {
    top: calc(28% - 0px);
}

.VidenoxiPager {
    display: block
}

.VidenoxiPager li {
    width: 156px;
    height: 81px;
    display: inline-block;
    margin: 0 8px 6px 0;
    float: left
}

.VidenoxiPager li a {
    height: 81px;
    display: block;
    position: relative;
}

.VidenoxiPager li:nth-child(1),
.VidenoxiPager li:nth-child(2),
.VidenoxiPager li:nth-child(3) {
    margin-right: 0px;
}

.VidenoxiPager li:last-child {
    margin: 0px;
}

.VidenoxiPager li a img {
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    height: 83px;
    width: 156px;
}

.VidenoxiPager li.selected a img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.VidenoxiPager2 {
    display: block
}

.VidenoxiPager2 li {
    width: 156px;
    height: 81px;
    display: inline-block;
    margin: 0 8px 6px 0;
    float: left
}

.VidenoxiPager2 li a {
    height: 81px;
    display: block;
    position: relative;
}

.VidenoxiPager2 li:nth-child(1),
.VidenoxiPager2 li:nth-child(2),
.VidenoxiPager2 li:nth-child(3) {
    margin-right: 0px;
}

.VidenoxiPager2 li:last-child {
    margin: 0px;
}

.VidenoxiPager2 li a img {
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    height: 83px;
    width: 156px;
}

.VidenoxiPager2 li.selected a img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.TopNews .SlideNav {
    top: calc(38% - 20px);
}

.VideoGalleryHome .SlideNav,
.PhotoGalleryHome .SlideNav {
    top: calc(42% - 20px) !important;
}

.VideoGalleryHome .scale_image,
.PhotoGalleryHome .scale_image {
    width: 80px!important;
    height: 100% !important;
}

.VideoGalleryHome li,
.PhotoGalleryHome li {
    float: left;
}

.TopNews .bx-controls,
.PhotoGalleryHome .bx-controls,
.VideoGalleryHome .bx-controls {
    display: none !important;
}

.EditorNewsx .SlideNav {
    top: calc(36% - 20px) !important;
}

.SpotNews .caption_type_1 .cp_i .t3 {
    font-size: 16px;
}

.Featuredv1 .caption_type_1 .cp_i h2,
.Featuredv3 .caption_type_1 .cp_i h2,
.Featuredv5 .caption_type_1 .cp_i h2,
.Featuredv6 .caption_type_1 .cp_i h2,
.Featuredv8 .caption_type_1 .cp_i h2 {
    font-size: 18px;
}

.FeaturedPagerv5x,
.FeaturedPagerv6x {
    z-index: 5;
    background: #efefef;
    width: 100%;
    height: 43px;
    float: left;
}

.FeaturedPagerv6 {
    float: left;
    margin-top: 5px;
}

.FeaturedPagerv5 {
    float: left;
    margin-top: 10px;
    background: #fff;
}

.FeaturedPagerv6 li {
    float: left;
    margin-right: 9px;
}

.FeaturedPagerv5 li {
    float: left;
}

.FeaturedPagerv6 li a {
    position: relative;
    width: 73px;
    height: 40px;
    display: block;
    text-align: center;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    
}

.FeaturedPagerv5 li a {
    position: relative;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 65px;
    color: #1a1a1a;
    font-size: 33px;
    font-weight: bold;
    padding: 2px;
    
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.FeaturedPagerv5 li a img,
.FeaturedPagerv6 li a img {
    width: 73px;
    height: 34px;
}

.FeaturedPagerv5 li:first-child,
.FeaturedPagerv6 li:first-child {
    border-left: 0;
}

.FeaturedPagerv5 li:last-child,
.FeaturedPagerv6 li:last-child {
    margin-right: 0px;
}

.FeaturedPagerv5x .AllNews {
    background: transparent;
    width: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.01);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.FeaturedPagerv5x .AllNews a {
    color: #1a1a1a !important;
}

.lastnav {
    position: absolute;
    right: 3px;
    top: 7px;
}

.lastnav .fa {
    font-size: 28px;
}

.lastnewsleft,
.lastnewsright {
    float: left;
    margin-right: 10px;
}

.lastnewsleft a,
.lastnewsright a {
    font-size: 18px !important;
}

.lastnews {
    padding: 8px 10px;
    padding-left: 10px;
    background: #de1b4c;
    height: 50px;
}

.lastnews a {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lastnews li {
    background: transparent !important;
}

background: #1a1a1a;
width: 100%;
height: 38px;
float: left;
margin-bottom: 3px;

}
.FeaturedRightPagerax {
    z-index: 5;
    color: #fff;
    width: 100%;
    height: 38px;
    float: left;
    margin-bottom: 3px;
}
.block-titlex {
    background: #333;
    margin-bottom: 0px!important;
    height: 30px;
    line-height: 39px;
    border-bottom: solid 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 40px;
    float: left;
}
.block-titlex h4 {
    margin-top: 12px;
    font-size: 14px;
}
.block-titlex h4:before {
    top: 20px;
    left: 15px;
    right: 33px;
    content: " ";
    height: 10px;
    width: 91%;
    margin: 0 -7px;
    position: absolute;
    pointer-events: none;
}
.block-titlex i {
    margin-right: 5px;
}
.block-titlex h4 > span {
    text-align: left;
    z-index: 9;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}
.EditorNewsPager,
.FeaturedMiniPager,
.FeaturedMiniTwoPager {
    float: left;
}
.EditorNewsPager li,
.FeaturedMiniPager li,
.FeaturedMiniTwoPager li,
.EditorNewsPager li a,
.FeaturedMiniPager li a,
.FeaturedMiniTwoPager li a,
.EditorNewsPager li a {
    position: relative;
    width: 14px !important;
    height: 14px !important;
    display: block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-indent: -9999px;
    border-right: 0px;
    border-left: 0px;
    background: #1a1a1a;
    margin-right: 12px;
    border-radius: 10px;
}
.EditorNewsPager li a .FeaturedMiniPager li a .FeaturedMiniTwoPager li a,
.EditorNewsPager li:last-child a {
    width: 36px;
}
.FeaturedMiniPager li:last-child a {
    width: 37px;
}
.FeaturedMiniTwoPager li:last-child a {
    width: 37px;
}
.FeaturedMiniTwoPager li:last-child a {
    width: 37px;
}
.FeaturedRightPagera li a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.FeaturedMiniPager li a.active {
    background: #dfdfdf;
    color: #fff;
    border: 1px solid #666;
}
.FeaturedMiniTwoPager li a.active {
    background: #dfdfdf;
    color: #fff;
    border: 1px solid #666;
}
.FeaturedRightPagera li a.active {
    background: #808080;
}
.FeaturedRightPagera li a.hover {
    background: #808080;
}
.EditorNewsPager .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedMiniPager .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedMiniTwoPager .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedRightPagera li a,
.FeaturedRightPagerax .AllNews a {
    color: #fff !important;
}
.EditorNewsPagerx {
 z-index: 5;
    height: 38px;
    float: left;
    margin-left: 44px;
}
.block-titlex {
    margin-bottom: 0px!important;
    height: 30px;
    line-height: 39px;
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(227, 227, 227, 1) 51%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(50%, rgba(240, 240, 240, 1)), color-stop(51%, rgba(227, 227, 227, 1)), color-stop(100%, rgba(232, 232, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(227, 227, 227, 1) 51%, rgba(232, 232, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(227, 227, 227, 1) 51%, rgba(232, 232, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(227, 227, 227, 1) 51%, rgba(232, 232, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(227, 227, 227, 1) 51%, rgba(232, 232, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e8e8e8', GradientType=0);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 40px;
    float: left;
    padding-left: 10px;
}
.block-titlex h4 {
    margin-top: 12px;
    font-size: 14px;
}
.block-titlex h4:before {
    top: 20px;
    left: 15px;
    right: 33px;
    content: " ";
    height: 10px;
    width: 91%;
    margin: 0 -7px;
    position: absolute;
    pointer-events: none;
}
.block-titlex i {
    margin-right: 5px;
}
.block-titlex h4 > span {
    text-align: left;
    z-index: 9;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}
.EditorNewsPager,
.EditorNewsPager li {
      float: left;
    margin-top: 8px;
    margin-left: 2px;
}
.EditorNewsPager li a,
.EditorNewsPager li:last-child a {
    width: 36px;
}
.EditorNewsPager li:first-child {
    border-left: 0;
}
.EditorNewsPager li a.active {
    background: #cc0000;
    color: #fff;
}

.EditorNewsPager .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedPagerv8 {
    float: left;
    padding: 10px 0px;
}
.FeaturedPagerv8 li {
    float: left;
    margin-right: 13px;
}
.FeaturedPagerv8 li a {
    position: relative;
    width: 60px;
    height: 34px;
    display: block;
    text-align: center;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    
}
.FeaturedPagerv8 li a img {
    width: 60px;
    height: 32px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.FeaturedPagerv8 li a img:hover {
    width: 60px;
    height: 32px;
    border: 2px solid #cc0700 !important;
}
.Featuredv8x .SlideNav {
    bottom: 0px;
    right: 0px;
    top: auto !important;
    width: auto !important;
}
.Featuredv8Left,
.Featuredv8Right {
    padding: 3px 6px;
    color: #fff !important;
    text-align: center;
    bottom: 8px;
}
.Featuredv8Left a,
.Featuredv8Right a {
    color: #fff !important;
    font-size: 32px;
}
.Featuredv8Left {
    right: 40px;
    left: auto;
    width: 40px;
    height: 42px
}
.Featuredv8Right {
    right: 0px;
    width: 40px;
    height: 42px
}
.FeaturedPagerv8 li:first-child {
    border-left: 0;
}
.FeaturedPagerv8 li:last-child {
    margin-right: 0px;
}
.FeaturedPagerv8x .AllNews {
    background: transparent;
    width: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.01);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.FeaturedPagerv8x .AllNews a {
    color: #1a1a1a !important;
}
.SpotNews {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.SpotNews li {
    z-index: 2 !important;
}
.SpotNews li img {
    width: 100% !important;
    height: 100%!important;
}
.SpotPager {
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 5;
    width: 40px;
    min-height: 205px;
}
.SpotPager li {
    float: left;
    margin-right: 8px;
}
.SpotPager li {
    float: left;
    margin-right: 8px;
    margin-bottom: 2px;
    margin-top: 3px;
}
.SpotPager li a {
    position: relative;
    width: 40px;
    height: 32px;
    line-height: 30px !important;
    display: block;
    text-align: center;
    line-height: 29px;
    color: #1a1a1a;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    
    margin-bottom: 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    /* top: 0; */
}
.SpotPager li a.active {
    background: #cc0700;
    color: #fff;
}
.Videnox {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Videnox .BlockTitle {
    border-top: 3px solid #000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.Videnox .BlockTitle h2 {
    padding: 8px 20px;
    font-size: 18px;
    background: #000;
    color: #fff;
    display: inline-block;
}
.Photonox .BlockTitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.Photonox .BlockTitle h2 {
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.Videnoxi {
    position: relative;
    width: 483px !important;
    height: 284px !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.Videnoxi {
    position: absolute;
    width: 493px !important;
    height: 284px !important;
    float: left;
    margin-bottom: 0px;
}
.Videnoxi li {
    width: 493px;
    height: 284px;
}
.Videnoxi li .caption_type_1 {
    z-index: 6
}
.Videnoxi li img {
    width: 100%;
    height: 284px;
}
.Videnoxi li a {
    display: block;
    position: relative;
}
.VidenoxiPager {
    display: block
}
.VidenoxiPager li {
    width: 156px;
    height: 82px;
    display: inline-block;
    margin: 0 8px 6px 0;
    float: left
}
.VidenoxiPager li a {
    height: 82px;
    display: block;
    position: relative;
}
.VidenoxiPager li:nth-child(1),
.VidenoxiPager li:nth-child(2),
.VidenoxiPager li:nth-child(3) {
    margin-right: 0px;
}
.VidenoxiPager li:last-child {
    margin: 0px;
}
.VidenoxiPager li a img {
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out
}
.VidenoxiPager li a.active img {
    opacity: .7;
    filter: alpha(opacity=70)
}
.VidenoxiPager2 {
    display: block
}
.VidenoxiPager2 li {
    width: 156px;
    height: 82px;
    display: inline-block;
    margin: 0 8px 6px 0;
    float: left
}
.VidenoxiPager2 li a {
    height: 82px;
    display: block;
    position: relative;
}
.VidenoxiPager2 li:nth-child(1),
.VidenoxiPager2 li:nth-child(2),
.VidenoxiPager2 li:nth-child(3) {
    margin-right: 0px;
}
.VidenoxiPager2 li:last-child {
    margin: 0px;
}
.VidenoxiPager2 li a img {
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out
}
.VidenoxiPager2 li a.active img {
    opacity: .7;
    filter: alpha(opacity=70)
}
.SpotNewsLeft,
.SpotNewsRight,
.PhotoGallerySliderLeft,
.PhotoGallerySliderRight,
.Featuredv1Left,
.Featuredv1Right,
.VidenoxiLeft,
.VidenoxiRight,
.Featuredv8Left,
.Featuredv8Right,
.Featuredv3Left,
.Featuredv3Right,
.Featuredv5Left,
.Featuredv5Right,
.Featuredv6Left,
.Featuredv6Right,
.GalleryTrendNewsLeft,
.GalleryTrendNewsRight,
.VideoTrendNewsLeft,
.VideoTrendNewsRight,
.TrendNewsLeft,
.TrendNewsRight,
.VideoGalleryHomeLeft,
.VideoGalleryHomeRight,
.PhotoGalleryHomeLeft,
.PhotoGalleryHomeRight,
.PhotoGalleryLeft,
.PhotoGalleryRight,
.EditorNewsLeft,
.EditorNewsRight,
.FeaturedMiniLeft,
.FeaturedMiniRight,
.FeaturedMiniTwoLeft,
.FeaturedMiniTwoRight,
.TopNewsLeft,
.TopNewsRight,
.Featuredv5Left,
.Featuredv5Right {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    display: block;
    color: #fff;
    font-family: FontAwesome;
    font-size: 48px;
    font-weight: normal;
}

.VidenoxiLeft,
.TrendNewsLeft,
.GalleryTrendNewsLeft,
.VideoTrendNewsLeft,
.Featuredv1Left,
.PhotoGallerySliderLeft,
.Featuredv3Left,
.Featuredv5Left,
.Featuredv6Left,
.Featuredv8Left,
.VideoGalleryHomeLeft,
.PhotoGalleryHomeLeft,
.PhotoGalleryLeft,
.EditorNewsLeft,
.FeaturedMiniLeft,
.FeaturedMiniTwoLeft,
.TopNewsLeft,
.Featuredv5Left {
    left: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.SpotNewsLeft{
    left:42px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.PhotoGallerySliderLeft {
    left: 94px;
}
.SpotNewsRight,
.TrendNewsRight,
.VidenoxiRight,
.PhotoGallerySliderRight,
.Featuredv1Right,
.Featuredv3Right,
.Featuredv5Right,
.Featuredv6Right,
.Featuredv8Right,
.VideoGalleryHomeRight,
.PhotoGalleryHomeRight,
.PhotoGalleryRight,
.FeaturedMiniRight,
.FeaturedMiniTwoRight,
.TopNewsRight,
.Featuredv5Right {
    right: 36px;
}
.GalleryTrendNewsRight {
    right: 6px;
}
.VideoTrendNewsRight {
    right: 6px;
}
.EditorNewsRight {
    right: 6px;
}
.HomeGallerySlider p,
.TrendNews p,
.TopNews p {
    display: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.TrendNews li,
.HomeGallerySlider,
.TopNews li {
    position: relative;
}
.TrendNews li p,
.HomeGallerySlider li p,
.TopNews li p {
    display: none;
    -webkit-transition: 0s linear all;
    -khtml-transition: 0s linear all;
    -moz-transition: 0s linear all;
    -ms-transition: 0s linear all;
    -o-transition: 0s linear all;
    transition: 0s linear all;
}
.TrendNews li:hover p,
.TopNews li:hover p {
    display: inline-block;
}
.TrendNews li:hover span {
    display: none;
}
.TrendNews li: hover .t3,
.TopNews li:hover .t3 {
    font-size: 14px !important;
    margin-bottom: 3px;
}
.TopNews li:hover,
.TrendNews p,
.TopNews p {
    font-size: 12px !important;
    line-height: 18px;
}
.spotv2 {
    margin-top: 5px;
    display: block !important;
    float: left;
    line-height: 22px;
    padding: 8px;
    font-size: 18px !important;
    color: #000000;
}
.spotv2:hover {
    text-decoration: underline;
}
.spotv2 .t1 {
    color: #fff !important;
}
.TrendNews li:hover .spotv2 {
    display: block !important;
}
.TrendNews li:hover .caption_type_1,
.TopNews li:hover .caption_type_1 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    position: absolute;
    z-index: 99;
}
.TrendNews li:hover .cp_i,
.TopNews li:hover .cp_i {
    padding: 10px 20px !important;
    height: 100% !important;
}
.SlideNav {
    position: absolute;
    top: calc(40% - 20px);
    z-index: 99;
    font-size: 48px;
    width: 100%;
}
.SlideNav a {
    color: #ffffff8f;
    font-size: 60px;
    padding: 3px 4px 3px 0px;
    border-radius: 2px;
    opacity: 1;
}
.SlideNavFeaturedMini {
    position: absolute;
    top: calc(50% - 40px);
    z-index: 99;
    font-size: 48px;
    width: 100%;
}
.SlideNavFeaturedMini a {
    color: #fff;
    font-size: 50px;
    padding: 3px 4px 3px 6px;
    border-radius: 2px;
    opacity: 2;
}
.PhotoGallerySlider .SlideNav,
.Featuredv1x .SlideNav,
.Featuredv3x .SlideNav,
.Featuredv5x .SlideNav,
.Featuredv8x .SlideNav,
.Featuredv6x .SlideNav,
.EditorNewsx .SlideNav {
    top: calc(46% - 28px);
}
.FeaturedControl {
    width: 100%;
    height: 100%;
}
.FeaturedControl3 {
    width: 100%;
    max-height: 325px;
    overflow: hidden;
}
.Videnox {
    float: left;
}
.Videnoxi li {
    width: 483px !important;
    height: auto !important;
}
.Videnox .bx-wrapper {
    width: 483px !important;
    height: auto !important;
    float: left;
    margin-right: 10px;
}
.TrendNews .bx-controls {
    display: none;
}
.HomeGallerySlider .bx-controls {
    display: none;
}
.Featuredv1,
.Featuredv3,
.Featuredv5,
.Featuredv6,
.Featuredv8 {
    width: 100%;
    height: 100% !important;
    position: relative;
    overflow: hidden;
}
.VidenoxiRight {
    right: 200px;
}
.Videnox .SlideNav {
    top: calc(38% - 0px) !important;
    z-index: 99;
}
.TopNews,
.TrendNews,
.HomeGallerySlider,
.VideoGalleryHome,
.PhotoGalleryHome {
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
}
.Featuredv1 li,
.Featuredv3 li,
.Featuredv5 li,
.Featuredv6 li,
.Featuredv8 li,
.Featuredv1 li img,
.Featuredv3 li img,
.Featuredv5 li img,
.Featuredv6 li img,
.Featuredv8 li img,
.Videnoxi li img,
.PhotoGalleryNews li img,
.VideoGalleryNews li img,
.TrendNews li img,
.TopNews li img
 {
    width: 100% !important;
    height: auto !important;
}
.Featuredv1 li img,
.Featuredv3 li img,
.Featuredv5 li img,
.Featuredv6 li img,
.Featuredv8 li img {
    height: 360px !important;
}


.FeaturedPagerv1{
    z-index: 5;
    background: #1a1a1a;
    float: left;
    -webkit-transition: color 0s ease, background-color 0s ease !important;
    transition: color 0s ease, background-color 0s ease !important;
    width: 100%;

}

.FeaturedPagerv8
{
    z-index: 5;
    background: #1a1a1a;
    float: left;
    -webkit-transition: color 0s ease, background-color 0s ease !important;
    transition: color 0s ease, background-color 0s ease !important;
    width: 100%;
   padding: 4px;
}
.FeaturedPagerv1 li {
    float: left;
   
}
.FeaturedPagerv1 li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.9);
}

.TrendNews {
    visibility: hidden;
}
.HomeGallerySlider {
    visibility: hidden;
}

.SpotNews {
    visibility: hidden;
}
.Featuredv3 {
    visibility: hidden;
}
.FeaturedMini {
    visibility: hidden;
}
.FeaturedMiniTwo {
    visibility: hidden;
}
.EditorNews {
    visibility: hidden;
}
.Featuredv1 {
    visibility: hidden;
}
.Featuredv3 {
    visibility: hidden;
}
.Featuredv5 {
    visibility: hidden;
}
.Featuredv6 {
    visibility: hidden;
}
.Featuredv8 {
    visibility: hidden;
}
.VideoGalleryHome {
    visibility: hidden;
    background:#ffffff;
}
#yazarlarbxblock {
    visibility: hidden;
}
.FeaturedPagerv1 li:first-child {
    border-left: 0;
}
.FeaturedPagerv1 li a.active {
    background: #cc0000;
    color: #fff;
}
.AllNews {
    float: right;
    width: 38px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    font-weight: normal !important;
    background: #1a1a1a;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.9);
}
.AllNews a {
    color: #fff !important;
}
.Featuredv1x .AllNews {
    width: 49px !important;
    height: 0px;
    line-height: 0px;
    margin-top: -19px;
}
.Featuredv1x .scl_i_c,
.Featuredv3x .scl_i_c,
.Featuredv5x .scl_i_c,
.Featuredv6x .scl_i_c,
.Featuredv8x .scl_i_c {
    margin-bottom: 0px !important;
    height: 100%;
}
.Videnox .scl_i_c,
.SpotNews .scl_i_c,
.EditorNewsx .scl_i_c {
    margin-bottom: 0px !important;
    width: 100%;
    height: 100%;
}
.Featuredv8x .SlideNav {
    bottom: 0px;
    right: 0px;
    top: auto !important;
    width: auto !important;
}
.Featuredv8Left,
.Featuredv8Right {
    padding: 3px 6px;
    color: #fff !important;
    text-align: center;
    bottom: 5px;
}
.Featuredv8Left a,
.Featuredv8Right a {
    color: #fff !important;
    font-size: 32px;
}
.Featuredv8Left {
    right: 76px;
    left: auto;
    width: 56px;
    height: 38px
}
.Featuredv8Right {
    right: 10px;
    width: 56px;
    height: 38px
}
.FeaturedPagerv8 li:first-child {
    border-left: 0;
}
.FeaturedPagerv8 li:last-child {
    margin-right: 0px;
}
.FeaturedPagerv2x {
    z-index: 5;
    background: #fff;
    width: 100%;
    float: left;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0;
    padding: 5px 5px 3px 8px;
}
.FeaturedPagerv2 {
    float: left;
}
.FeaturedPagerv2 li {
    float: left;
    margin-right: 6px;
}
.FeaturedPagerv2 li a {
    position: relative;
    width: 36px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    
    border: 2px solid #efefef;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.FeaturedPagerv2 li a:hover {
    background: #cc0000;
    position: relative;
    width: 36px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    
    border: 2px solid #efefef;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.FeaturedPagerv2 li:first-child {
    border-left: 0;
}
.FeaturedPagerv2 li a.active {
    background: #cc0000;
    border: 2px solid #fff;
    color: #fff;
}
.FeaturedPagerv2x .AllNews {
    background: transparent;
    margin-top: -2px;
    border: 0;
    width: 36px;
}
.FeaturedPagerv2x .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedPagerv1 .AllNews {
    float: right;
    width: 38px;
    margin-top: -27px;
    font-size: 17px;
    text-align: center;
    font-weight: normal !important;
    background: #1a1a1a;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.9);
}
.FeaturedPagerv1 .AllNews a {
    color: #fff !important;
}
.Featuredv8x {
    position: relative;
    max-height: 410px;
}
.FeaturedPagerv3x {
    z-index: 5;
    background: #f7f7f7;
    width: 100%;
    height: 43px;
    float: left;
    border-top: 3px solid #cc0700;
    border-bottom: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
}
.FeaturedPagerv3 {
    float: left;
}
.FeaturedPagerv3 li {
    float: left;
}
.FeaturedPagerv3 li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #1a1a1a;
    font-size: 16px;
    
    border-right: 1px solid rgba(255, 255, 255, 0.01);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}
.FeaturedPagerv3 li:first-child {
    border-left: 0;
    
}
.FeaturedPagerv3 li a.active {
    background: #cc0700;
    color: #fff;
}
.FeaturedPagerv3x .AllNews {
    background: transparent;
    width: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.01);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.FeaturedPagerv3x .AllNews a {
    color: #1a1a1a !important;
}
.FeaturedPagerv5x,
.FeaturedPagerv6x {
    z-index: 5;
    background: #efefef;
    width: 100%;
    height: 43px;
    float: left;
}
.FeaturedPagerv5,
.FeaturedPagerv6 {
    float: left;
    margin-top: 5px;
}
.FeaturedPagerv6 li {
    float: left;
    margin-right: 9px;
}
.FeaturedPagerv5 li {
    float: left;
}
.FeaturedPagerv6 li a {
    position: relative;
    width: 73px;
    height: 38px;
    display: block;
    text-align: center;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    
}
.FeaturedPagerv5 li a {
    position: relative;
    width: 81px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #1a1a1a;
    font-size: 33px;
    font-weight: bold;
    padding: 2px;
    
}
.FeaturedPagerv5 li a img,
.FeaturedPagerv6 li a img {
    width: 73px;
    height: 34px;
}
.FeaturedPagerv5 li:first-child,
.FeaturedPagerv6 li:first-child {
    border-left: 0;
}
.FeaturedPagerv5 li:last-child,
.FeaturedPagerv6 li:last-child {
    margin-right: 0px;
}

.FeaturedPagerv5 li a.active,
.FeaturedPagerv6 li a.active,
.FeaturedPagerv1 li a.active,
.FeaturedPagerv3 li a.active {
    background: #cc0700 !important;
    opacity: 1;
    color: #fff;
}
.FeaturedPagerv5x .AllNews {
    background: transparent;
    width: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.01);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.FeaturedPagerv5x .AllNews a {
    color: #1a1a1a !important;
}
.VideoGalleryHome li,
.PhotoGalleryHome li {}
.Featuredv8x .SlideNav {
    top: calc(46% - 20px);
}
.PhotoGallerySliderx .SlideNav {
    top: calc(44% - 20px);
}
#newspaper .bx-wrapper {
    height: 130px !important;
}
.newspaper .bx-wrapper {
    max-width: 303px !important;
    margin: 0 !important;
    margin-left: 21px !important;
    height: 130px !important;
}
.newspaper img {
    width: 130px !important;
    height: 100% !important;
}
.newspaperimg {
    width: 127px !important;
    height: 199px !important;
    border: 1px solid #f2f2f2;
    padding: 5px;
}
.newspaperimg img:hover {
    width: 127px !important;
    height: 100% !important;
    border: 2px solid #444;
    padding: 5px;
}
#newspaperblock img:hover,
#newspaperhome img:hover {
    border: 1px solid #ccc;
}
.newspaperleft,
.newspaperright.newspaper2left,
.newspaper2right {
    font-size: 24px;
    display: table;
    
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2px;
    position: absolute !important;
    top: calc(50% - 20px) !important;
    font-weight: bold !important;
    font-family: FontAwesome;
    font-weight: bold;
    color: #fff;
}
.newspaperleft:hover,
.newspaperright:hover,
.newspaper2left:hover,
.newspaper2right:hover {
    color: rgba(255, 255, 255, 0.5);
}
.newspaperleft,
.newspaperright,
.newspaper2left,
.newspaper2right {
    font-size: 24px;
    display: table;
    
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2px;
    position: absolute !important;
    top: calc(50% - 20px) !important;
    font-weight: bold !important;
    font-family: FontAwesome;
    font-weight: bold;
    color: #fff;
}
.newspaperleft i,
.newspaperright i,
.newspaper2left i,
.newspaper2right i {
    font-size: 30px;
    color: #000000;
}
.newspaperleft {
    right: 40px !important;
}
.newspaperright {
    right: 10px !important;
}
.newspaper2left {
    right: 40px !important;
}
.newspaper2right {
    right: 10px !important;
}

.videox .scale_image {
    height: 110px !important;
}
.yapiskan {
    top: 5px;
}
.gizle {
    top: 0;
}
.sabit {
    top: 80px;
    width: 300px;
    display: block;
    position: fixed;
}
#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.HaberYorumLikeLeft,
.HaberYorumNotLikeLeft {
    border-radius: 10px;
    font-weight: 400;
    font-size: 11px
}
.HaberYorumLikeButHolder {
    width: 100%;
    height: 23px
}
.HaberYorumLike {
    width: 118px;
    height: 23px;
    margin-top: 10px;
    font-size: 11px
}
.HaberYorumNotLike {
    width: 130px;
    height: 23px;
    margin-top: 10px;
    font-size: 11px
}
.HaberYorumLikeLeft {
    background: #76ce68;
    width: 33px;
    height: 22px
}
.HaberYorumLikeBut {
    width: 71px;
    height: 17px;
    padding: 0 4px 2px 2px
}
.HaberYorumNotLikeLeft {
    background: #b9241e;
    width: 33px;
    height: 22px
}
.HaberYorumNotLikeBut {
    width: 85px;
    height: 17px;
    padding: 0 4px 2px 2px
}
.HaberYorumLike strong,
.HaberYorumNotLike strong {
    color: #FFF
}
.HaberYorumLikeLeft div,
.HaberYorumNotLikeLeft div {
    padding-left: 2px
}
.FL {
    float: left
}
.FL_right,
.txtLeft {
    float: right
}
.txtLeft {
    text-align: left
}
.hidden-phone {
    display: none!important
}
.buyuk-cerceve table,
.buyuk-cerceve table td {
    padding: 0!important;
    text-align: left;
    font-size: 15px
}
.tumeva2010_so_center_text {
    float: left
}
.buyuk-cerceve .right {
    padding-right: 20px
}
.sctls {
    width: 100%;
    position: relative;
    height: 30px;
}
.sctls li {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 8px;
}
.sctls li a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}
.sctls li a i {
    font-size: 20px
}
.sctls li.resizer a {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    position: relative
}
.sctls li.resizer a:first-child {
    font-size: 20px
}
.sctls li.resizer a:first-child:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: normal
}
.sctls li.resizer a:last-child:after {
    content: "-";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    line-height: normal
}
.sctls.type2 {
    margin-top: 20px
}
.sctls.type2 li {
    width: 14.2%!important
}
.sctls li .drp {
    display: none;
    background-color: #617bab;
    width: 140px;
    z-index: 20;
    padding-top: 5px;
    padding-left: 10%;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .2)
}
.sctls li .drp a {
    display: block;
    color: inherit
}
.sctls li:hover .drp {
    display: block
}
.sctls li.print {
    background-color: #666;
}
.sctls li.googlenws {
background: #fff;
    height: 37px;
    padding: 3px;
  
}
.sctls li.googlenws a:hover{
background: #eee;
 
}
.sctls li.send {
    background-color: #909090;
}
.sctls li.mail {
    background-color: #acacac;
}
.sctls li.linkedin {
    background-color: #007bb6;
}
.sctls li.speaky {
    background-color: #1ebbda;
}
.sctls li.facebook {
    background-color: #4862a3;
}
.sctls li.twitter {
    background-color: #2e9fff;
}
.sctls li.google {
    background-color: #e65c3b;
}
.sctls li.resizer {
    background-color: #003955;
}
.sctls li.whatsapp {
    background-color: #50ca5e;
}
.sctls li.whatsapp i {
    font-size: 20px
}
.sctls li.telegram {
    background-color: #2e87ca;
}
.sctls li.telegram i {
    font-size: 20px
}
.sctls li.pinterest {
    background-color: #cb2027;
}
.sctls li.pinterest i {
    font-size: 20px
}
.sctls li.commentt i,
.sctls li.facebook i,
.sctls li.google i,
.sctls li.linkedin i,
.sctls li.twitter i,
.sctls li.print i,
.sctls li.pinterest i,
.sctls li.speaky i,
.sctls li.telegram i,
.sctls li.whatsapp i {
    float: left;
    line-height: 38px;
    width: 38px;
    text-align: center;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.icnYorumyap {
    background: url(../../images/icon/shareComme.png) no-repeat
}
#content #ortagazete {
    float: left;
    padding-left: 2px;
    padding-right: 0;
    padding-top: 5px;
    width: 980px
}
.socialButtonv1 a:hover,
.socialButtonv9 a:hover {
    opacity: .8
}
.socialfootertop {
    padding: 0px 0px;
    padding-bottom: 0px;
}
.socialfooter {
    padding: 10px 0px;
    padding-bottom: 0px;
}
.socialfooter .pylstitle {
    font-size: 15px;
    font-weight: 500;
    float: left;
    margin-top: 13px;
    margin-right: 15px;
}
.socialfooter .shr-b-2 i {
    padding: 0 8px;
}
ul.scbv2 {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 10px;
}
ul.scbv2 li a .fa,
ul.scbv2 li a .sicon {
    width: 25px;
    text-align: center;
    font-weight: 200;
    border-right: 1px solid #FFF;
    font-size: 12px
}
ul.scbv2 li,
ul.socialButtonv3 li {
    float: left!important;
    margin-right: 10px
}
ul.scbv2 li:last-child,
ul.socialButtonv3 li:last-child {
    margin-right: 0
}
ul.scbv2 li a {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 7px 0 0
}
ul.scbv2 li a .sicon {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 7px
}
ul.scbv2 li a:hover {
    opacity: .8;
    text-decoration: none
}
.desktop-social ul.socialButtonv3 {
    clear: both
}
ul.socialButtonv3 {
    margin-right: 20px
}
#___plus_0,
.IN-widget,
.g-plus {
    float: left!important
}
.btnscl-wrapper {
    height: 33px;
    margin-bottom: 15px
}
.btnscl,
.shr .fb-like {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 5px 7px 5px 5px;
    line-height: 24px;
    margin-right: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 12px;
    border-radius: 2px
}
.btnscl i {
    float: left;
    margin-right: 7px
}
.btnscl:hover {
    text-decoration: none;
    color: #FFF
}
.socialButtonv1 a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 15px;
}

.socialButtonv9 a {
    color: #fff;
    text-decoration: none;
    position: relative
}
.btn-facebook2 {
    background-color: #2e4a88;
    border-bottom-color: #1B3D82
}
.btn-facebook2:hover {
    background-color: #354F84
}
.btn-twitter2 {
    background-color: #008DDE;
    border-bottom-color: #0078BD
}
.btn-twitter2:hover {
    background-color: #1397D8
}
.btn-google2 {
    background-color: #CC3622;
    border-bottom-color: #BA2714
}
.btn-google2:hover {
    background-color: #D04829
}
.btn-yorumyap {
    background-color: #ffba00;
    border-bottom-color: #e4a600;
    margin-right: 0!important;
    padding-right: 57px
}
.btn-yorumyap:hover {
    background-color: #ffc833
}
ul.scbv2 li a .fa {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 7px
}
.bg-twitter {
    background: #00aced
}
.bg-facebook {
    background: #3b5998
}
.bg-googleplus {
    background: #dd4b39
}
.bg-pinterest {
    background: #cb2027
}
.bg-linkedin {
    background: #007bb6
}
.bg-vk {
    background: #45668e
}
.bg-blogger {
    background: #cb2027
}
.socialButtonv1 {
    margin-top: 0;
}
.socialButtonv1 ul {
    display:flex;
}
.socialButtonv1 ul li {
    display: inline-block;
    margin-right: 6px;

    text-align: center;

    line-height: 20px;
    margin-bottom: 10px;
}

.socialButtonWi ul li {
    width: 15%;
}

.socialButtonv1 a {
    display: block;



}

.socialButtonv1video a {
  color: #000;
  }

.socialButtonv1 a:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

a.facebook-big {
    -webkit-box-shadow: 0 2px 0 #00569a;
    -moz-box-shadow: 0 2px 0 #00569a;
    box-shadow: 0 2px 0 #00569a;
    background: #00569a
}
a.facebook-big:active{
    -webkit-box-shadow: 0 2px 0 #293F63;
    -moz-box-shadow: 0 2px 0 #00569a;
    box-shadow: 0 2px 0 #00569a
}

a.pinterest-big{
    -webkit-box-shadow: 0 2px 0 #cb2027;
    -moz-box-shadow: 0 2px 0 #cb2027;
    box-shadow: 0 2px 0 #cb2027;
    background: #cb2027
}


a.twitter-big{
    -webkit-box-shadow: 0 2px 0 #057ed0;
    -moz-box-shadow: 0 2px 0 #057ed0;
    box-shadow: 0 2px 0 #057ed0;
    background: #057ed0
}

a.twitter-big:active {
    -webkit-box-shadow: 0 2px 0 #057ed0;
    -moz-box-shadow: 0 2px 0 #057ed0;
    box-shadow: 0 2px 0 #057ed0
}
a.linkedin-big {
    -webkit-box-shadow: 0 2px 0 #007bb6;
    -moz-box-shadow: 0 2px 0 #007bb6;
    box-shadow: 0 2px 0 #007bb6;
    background: #007bb6
}
a.linkedin-big:active{
    -webkit-box-shadow: 0 2px 0 #056c9d;
    -moz-box-shadow: 0 2px 0 #056c9d;
    box-shadow: 0 2px 0 #056c9d;
}
a.speaky-big {
    -webkit-box-shadow: 0 2px 0 #1ebbda;
    -moz-box-shadow: 0 2px 0 #1ebbda;
    box-shadow: 0 2px 0 #1ebbda;
    background: #1ebbda;
}
a.speaky-big:active{
    -webkit-box-shadow: 0 2px 0 #1ebbda;
    -moz-box-shadow: 0 2px 0 #1ebbda;
    box-shadow: 0 2px 0 #1ebbda;
}
a.telegram-big{
    -webkit-box-shadow: 0 2px 0 #2e87ca;
    -moz-box-shadow: 0 2px 0 #2e87ca;
    box-shadow: 0 2px 0 #2e87ca;
    background: #2e87ca;
}
a.telegram-big:active {
    -webkit-box-shadow: 0 2px 0 #2e87ca;
    -moz-box-shadow: 0 2px 0 #2e87ca;
    box-shadow: 0 2px 0 #2e87ca;
}
a.whatsapp-big{
    -webkit-box-shadow: 0 2px 0 #25D22F;
    -moz-box-shadow: 0 2px 0 #25D22F;
    box-shadow: 0 2px 0 #25D22F;
    background: #25D22F;
}
a.whatsapp-big:active {
    -webkit-box-shadow: 0 2px 0 #25D22F;
    -moz-box-shadow: 0 2px 0 #25D22F;
    box-shadow: 0 2px 0 #25D22F;
}
.socialButtonv1-mobile {
    margin-bottom: 0px;
    display: none
}
.socialButtonv1-mobile a {

    min-width: 40px;
   

}
.socialButtonv1-mobile a span {
  padding: 6px 5px 5px 0px;
    display: inline-block;

}
.socialButtonv1 a i {
    padding:6px 5px 5px 5px;
    font-size: 18px;

}
.socialButtonv9 {
    margin-top: 0;
    height: 30px
}
.socialButtonv9 ul li {
    display: inline-block;
    margin-right: 4px
}
.socialButtonv9 a i {
    font-size: 12px;
    padding-right: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-left: 3px
}
.socialButtonv9 a {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 7px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s
}
.socialButtonv9 span {
    margin-top: 2px;
    display: inline-block;
    margin-left: -2px
}
.socialButtonv9 a:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px)
}
.socialButtonv9-mobile span {
    font-size: 11px
}
@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0
    }
    
    20% {
        transform: matrix(.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: .7
    }
    
    40% {
        transform: matrix(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1
    }
    
    100%,
    70% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }
}
.shr-b-2 {
    height: 35px;
    margin-top: 17px
}
.shr-b-2 li {
    display: block;
    float: left;
    height: 35px;
    line-height: 0;
    margin-right: 4px
}
.shr-b-2 li:last-child {
    margin-right: 0
}
.shr-b-2 a {
    display: block;
    height: 32px;
    overflow: hidden;
    padding-right: 16px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}
.shr-b-2 i {
    float: left;
    padding: 0 10px;
    font-size: 19px;
    text-shadow: 4px 4px 3px rgba(2, 3, 3, .15)
}
.shr-b-2 .facebook {
    background-color: #4862a3
}
.shr-b-2 .other,
.shr-b-2 .other i {
    background-color: #003955;
    font-size: 18px
}
.shr-b-2 .print {
    background-color: #666
}
.shr-b-2 .twitter {
    background-color: #2e9fff
}
.shr-b-2 .telegram {
    background-color: #2e87ca
}
.shr-b-2 .whatsapp {
    background-color: #50ca5e
}
.shr-b-2 .google,
.shr-b-2 .googles {
    background-color: #e65c3b
}

.shr-b-2 .pinterest {
    background-color: #cb2027
}
.shr-b-2 .linkedin {
    background-color: #007bb6
}
.shr-b-2 .google a,
.shr-b-2 .linkedin a,
.shr-b-2 .other a {
    padding-right: 0
}
.shr-b-2 .print a {
    padding-right: 2px
}
.shr-b-2 .googles a {
    padding-right: 10px
}
.commentox {
    display: none;
}
.post_text .post_theme,
.post_text .post_title {
    vertical-align: middle;
    font-size: 18px;
}
.post_text:hover .post_theme:hover,
.post_text:hover .post_title:hover {
    text-decoration: underline
}
a:hover .scl_i_c:after {
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}

/*----------- Circle list --------------*/
.c_lst {
    list-style: none;
}
.c_lst li {
    padding: 10px 0;
    background: #f2f2f2;
    border-radius: 2px;
    line-height: 34px;
    height: 36px;
    color: #1a1a1a;
    margin-bottom: 5px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    tex
}
.c_lst li:hover {
    background: #1a1a1a;
    color: #fff !important;
}
.c_lst li a:hover {
    color: #fff;
}
.c_lst li:hover .t4 a {
    text-decoration: none;
    color: #fff;
}
.c_lst li .t4 {
    overflow: hidden;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 17px;
}
.c_lst li .t4 a {
    color: #000;
    font-size: 15px;
}
.EditorNews .scl_i_c {
    float: left;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon cntr */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-film:before {
    content: "\f008";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-circle:before {
    content: "\f111";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.fa-pencil:before {
    content: "\f040";
}
.fa-flag:before {
    content: "\f024";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-home:before {
    content: "\f015";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-camera:before {
    content: "\f030";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-bullhorn:before {
    content: "\f0a1";

}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-whatsapp-o:before {
    content: "\f232";
}
.fa-telegram-o:before {
    content: "\f2c6";
}
.fa-pinterest:before {
  content: "\f0d2";
}

.fa-commenting:before {
    content: "\f27a";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-user:before {
    content: "\f007";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-book:before {
    content: "\f02d";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-star:before {
    content: "\f005";
}
.fa-user:before {
    content: "\f007";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-home:before {
    content: "\f015";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before {
    content: "\f03e";
}
.fa-photo:before {
    content: "\f03e";
}
.fa-play:before {
    content: "\f04b";
}
.fa-picture-o:before {
    content: "\f03e";
}
.fa-comment:before {
    content: "\f075";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f09a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-navicon:before {
    content: "\f0c9";
}
.fa-reorder:before {
    content: "\f0c9";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-xing:before {
    content: "\f168";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-comments:before {
    content: "\f086";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.comments_list2 li .scale_image {
    width: 100px !important;
    height: 66px !important;
}
.all-city {
    clear: both;
    margin-bottom: 20px;
    float: left;
    padding: 5px 0 25px 0
}
.all-city > li {
    float: left;
    padding: 15px 0 0 25px
}
.all-city > li > a {
    font-size: 16px;
    width: 112px;
    float: left;
    color: #000;
    line-height: 13pt;
    font-family:'Fira Sans Condensed', sans-serif;
}
.all-city > li > a:hover,
.all-city > li.current > a {
    color: #126391;
    text-decoration: underline
}


.EditorNewsPager2 li a {
    position: relative;
    width: 14px !important;
    height: 14px !important;
    display: block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-indent: -9999px;
    
    border-right: 0px;
    border-left: 0px;
    background: #1a1a1a;
    margin-right: 5px;
}
.post_var_inline2 .scl_i_c {
    float: left;
    position: relative;
    width: 309.813px;
    height: 170px;
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
div {
    margin: 0
}
 img {
    vertical-align: middle;
     width: 100%;
    }
    
 #wthr .day img {
    vertical-align: middle;
     width: auto;
    }
 
 
 .popup-gallery img {
    vertical-align: middle;
     width: auto;
    }
    
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100%;
}
.img-circle {
    border-radius: 50%
}
hr {
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.cntr {
    margin-right: auto;
    margin-left: auto;
     padding-left: 15px;
        padding-right: 15px;
        }

/////////////////////////////////////* RESPONSIVE*////////////////////////////////////



.galleryContent p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 26px;
}


 .Featuredv1x .scl_i_c,
    .Featuredv3x .scl_i_c,
    .Featuredv5x .scl_i_c,
    .Featuredv6x .scl_i_c,
    .Featuredv8x .scl_i_c {
        margin-bottom: 0px !important;
    }
    
    .t9 {
        font-size: 18px !important;
    }

    .TrendNews {
         margin-bottom: 0px;
             overflow:hidden;
    }
    
    h3 {
        font-size:18px;
    }
    



.FeaturedControl3 {

   visibility: hidden;
} 


@media only screen and (max-width: 960px) {
.top-wide .head_wthr_info {
    float: right;
}
  .gallerytext {
    font-size: 22px;
} 


.menu_wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.boxed_layout .menu_wrap.sticky {
    position: fixed;
    top: 0;
    left: auto;
    width: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}


   

    .galleryContent .item figure .sharer {
        display: none;
    }
    

.galleryContent .item figure .paging {
    
    background-color: #33333359;
}


.galleryContent p {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 26px;
}
.FeaturedMiniRight,
.FeaturedMiniTwoRight{
    right: 18px;
}
 
    .scale_image_container_featured3 {

    margin-bottom: 10px;
}


   .SpotNewsCont .SlideNav {
    top: calc(35% - 10px);
}

.FeaturedControl3 {

   visibility: visible;
} 

.post_var_inline a {
    color: #000;
    font-size: 19px;
}

    .EditorNewsPagerx {
     text-align: center;
     margin-left: 60px;
 }
 
 .SpotPager {
     position: static;
     display: none;
     margin: 0 auto;
     width: auto;
     margin-top: -7px;
 }
 
 .FeaturedPagerv1 li a,
 .FeaturedPagerv2 li a,
 .FeaturedPagerv3 li a,
 .FeaturedPagerv4 li a,
 .FeaturedPagerv5 li a,
 .FeaturedPagerv6 li a,
 .FeaturedPagerv7 li a,
 .FeaturedPagerv7 li,
 .FeaturedPagerv9 li a,
 .FeaturedPagerv5 li a,
 .FeaturedPagerv5 li {
     text-indent: -99999px;
     width: 14px !important;
     height: 14px;
     border: 0 !important;
     background: #333 !important;
     border-radius: 10px;
     margin-right: 8px !important;
     margin-bottom: 12px;
     margin-left: 0px;
 }
 
 .FeaturedPagerv8 li,
 .FeaturedPagerv8 li a {
     text-indent: -99999px;
     width: 12px !important;
     height: 12px;
     border: 0 !important;
     background: #333 !important;
     border-radius: 10px;
     margin-right: 10px !important;
 }
 
 .PhotoGallerySliderPager,
 .FeaturedPagerv4,
 .FeaturedPagerv1,
 .FeaturedPagerv2,
 .FeaturedPagerv3,
 .FeaturedPagerv4,
 .FeaturedPagerv5,
 .FeaturedPagerv6,
 .FeaturedPagerv7,
 .FeaturedPagerv8,
 .FeaturedPagerv9,
 .VidenoxiPager2 {
     display: table;

     margin: 0 auto;
     width: auto;
     float: none;
     background: transparent;
     height: auto;
     margin-top: 14px;
     border: 0 !important;
 }
 
 .FeaturedPagerv8 {
     margin-left: 20px;
 }
 
 .Featuredv1 li img,
 .Featuredv3 li img,
 .Featuredv5 li img,
 .Featuredv6 li img,
 .Featuredv8 li img,
 .Videnoxi li img,
 .PhotoGalleryNews li img,
 .VideoGalleryNews li img,
 .TrendNews li img,
 .TopNews li img,
 .VidenoxiPager li img,
 .VidenoxiPager2 li img,
 .Videnoxi {
     width: 100% !important;
     height: 100% !important;
 }
 
 .small_post_list li .post_text .post_theme {
     float: left;
 }
 
 .wthr_widget .date_list ul li {
     padding-left: 12%;
 }
 
 .wthr_widget.type2 .date_list ul li {
     padding-left: 8%;
 }
 
 .variation_2 .tabs_content .scl_i_c,
 [class*="section_post_"] .scl_i_c {
     display: block;
 }
 
 .m_menu > li > a {
     padding-left: 10px;
     padding-right: 10px;
     font-size: 11px;
 }
 
 .footer .col-sm-12 {
     margin-top: 10px;
     float: left;
 }
 
 .mn_brd {
     border: 0;
 }
 
 .menu_wrap {
     border: none;
     background: #383e44;
 }
 
 .mobilmenu{
 overflow-y: auto;
    height: 100vh;
    padding-bottom: 70px;
   }
   
   .body_fixed {
	overflow-y:hidden;
}
 
 .m_menu.menu_var2 > ul > li > a {
     border: none!important;
     box-shadow: none!important;
 }
 
 .m_menu > ul > li.current > a {
     border-bottom: none;
 }
 
 .m_menu.menu_var2 > ul > li:hover > a,
 .m_menu.menu_var3 > ul > li:hover > a {
     background: none!important;
     border-bottom: none!important;
 }
   .m_menu,
   .header_6 .search_box .search_button,
   .header-main .search_box .search_button,
   .header_3 .search_box .search_button,
   .header_6 .close_search_form,
   .header-main .close_search_form,
   .header_3 .close_search_form,
   .header_5 .search_box .search_button,
   .header_5 .close_search_form {
       display: none;
   }
   
   .header.header_2 .search_box {
       display: block;
   }
   
   .m_menu > ul {
       padding: 0 15px;
   }
   
   .menu_wrap .m_menu > ul > li {
       float: none;
       position: relative;
       border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
       border-right: none!important;
   }
   
   
   .m_menu > ul > li > a {
       color: #000;
       text-transform: uppercase;
       padding: 15px 15px!important;
       z-index: 1;
       font-size:18px;
   }
   
   .m_menu > ul > li > a:hover {
       color: #000000 !important;
   }
   
   .m_menu ul li .plus {
       display: block;
       position: absolute;
       right: 15px;
       top: 15px;
       color: #000000;
       font-weight: normal;
   }
   
   .m_menu ul li .plus i:last-child,
   .m_menu ul li a.prevented .plus i:first-child {
       font-size: 0;
   }
   
   .m_menu ul li > a.prevented .plus i:last-child {
       font-size: 16px;
   }
   
   .m_menu > ul > li:last-child {
       border-bottom: none;
   }
   
   .m_menu > ul > li > a:hover {
       background: transparent;
   }
   
   .m_menu > ul > li.current > a {
       background: none;
   }
   
   .md_no-touch .m_menu > li:hover > a,
   .m_menu > li.touch_open_sub > a,
   .m_menu > .current_click > a,
   .m_menu > ul > li > a:hover,
   .m_menu > ul > li.current > a {
       color: #000000;
   }
   
   .sub_menu_wrap > div,
   .m_menu,
   .header.header_2 .m_menu {
       width: 100%;
       float: none;
       text-align: left;
       position: relative;
       z-index: 1001;
       position: absolute;
        background: radial-gradient(circle at top right, #ebebeb, #ffffff);
              }
   
   .header.header_2 .m_menu ul {
       display: block;
   }
   
   .sub_menu_wrap {
       background: transparent;
       position: relative;
       -webkit-transform: none !important;
       -moz-transform: none !important;
       -o-transform: none !important;
       -ms-transform: none !important;
       transform: none !important;
       display: none;
       opacity: 1;
       visibility: visible;
       padding: 0;
       -webkit-transition: none;
       -moz-transition: none;
       -o-transition: none;
       transition: none;
       width: auto;
   }
   
   
        .sub_menu_wrap .sub_menu_wrap {
            opacity: 1;
            visibility: visible;
        }
        
        .sub_menu_wrap[class*="type_"]:not(.sub_menu_inner) > ul > li {
            padding: 0;
            position: relative;
        }
        
        .sub_menu_wrap > ul > li > a {
            padding-right: 40px;
        }
        
        .sub_menu_wrap .sub_menu_wrap {
            left: 0;
        }
        
        .sub_menu_wrap ul li .plus {
            top: 8px;
        }
        
        .header_6 .searchform_wrap,
        .header-main .searchform_wrap,
        .header_3 .searchform_wrap,
        .header_5 .searchform_wrap {
            opacity: 1;
            visibility: visible;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
            background-color: #f9f9f9;
            z-index: 1;
        }
        
        .header_6 .head_search {
            display: none;
        }
        
        .header-main .search-holder,
        .header_3 .search-holder,
        .header_5 .search-holder,
        .header_6 .search-holder {
            position: absolute;
            top: -50px;
            width: 100%;
        }
        
        .header_6 .search-holder,
        .header_6 .search-holder .search_button,
        .header-main .search-holder,
        .header-main .search-holder .search_button {
            margin-right: 15px;
        }
        
        .header_6 .h_bot_part,
        .header-main .h_bot_part {
            padding: 5px 0 5px 0;
        }
        
        .hdr_t.scrolled {
            position: relative !important;
        }
        
        #menu_button {
            display: block;
        }
        
       
        
        .sub_menu_wrap > div > div {
            padding-top: 10px;
        }
        
        .sub_menu_wrap > div {
            margin-left: 0;
        }
        
        .footer .footer_b_prt p {
            float: none;
            padding-bottom: 10px;
        }
        
        .footer .footer_b_prt h1 {
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
        }
        
        .footer .footer_b_prt .mb_mn {
            float: none;
        }
        
        .footer .footer_b_prt .mb_mn2 {
            float: none;
        }
        
        .header.scrolled {
            position: relative !important;
        }
        
        .one_third_column {
            width: 49.9%;
        }
        
        .h_bot_part .f_right {
            float: none;
        }
        
        .side_bar_banners .scl_i_c {
            width: 47.5%;
            float: left;
            margin: 0 0 10px 10px;
        }
        
        .header_3 .menu_wrap,
        .header_5 .menu_wrap {
            padding: 30px 0 0 0;
        }
        
        .header_3 .menu_wrap .logo,
        .header_5 .menu_wrap .logo {
            margin-bottom: 20px;
        }
        
        .header_3 .h_top_part .cntr,
        .header_5 .h_top_part .cntr {
            width: 100%;
            padding: 0 20px;
        }
        
        .photo_gallery.side_bar .scl_i_c img {
            width: 100%;
        }
        
        .header_6,
        .header-main {
            z-index: 999;
        }
        
     
        
        .displaynone {
            display: none;
        }
        
        .spacer {
            display: none;
        }
        
        .header_4 .h_top_part nav,
        .header_5 .h_top_part nav {
            padding-bottom: 5px;
        }
        
        .header_4 .h_top_part .lgn_blk .w_sl_icn,
        .header_5 .h_top_part .lgn_blk .w_sl_icn {
            display: inline-block;
        }
        

        .header_4 .h_top_part nav,
        .header_4 .lgn_blk,
        .header_5 .h_top_part nav,
        .header_5 .lgn_blk {
            width: 100%;
            text-align: center;
        }
        
        .tabs_content [class*="section_post_"] .event_info {
            float: left;
            padding-top: 5px;
        }
        
        .p_table {
            width: 178px;
        }
        
        .p_table.active {
            width: 188px;
        }
        
        .p_table .p_list > li {
            font-size: 14px;
        }
        
        .tabs_content.type_2 [class*="section_post_"] .event_info {
            float: right;
            padding-top: 0;
        }
        
        .boxed_layout {
            width: 770px;
        }
        
        .logotype2 {

           
            position: absolute;
         width: 200px;
     height: 50px;
     margin-left: 25%;
     margin-top: 6px;
     margin-bottom: 6px;
            }
        
        .search_box {
            display: none;
        }
        
        .small_post_list li .post_text .post_theme {
            float: left;
        }
        
        .vertical_list li .scl_i_cx {
            max-width: 304px;
            max-width: 100%;
        }
        
        .TrendNews li {
            max-width: 100%;
        }
        
        .vertical_list li .post_text {
            padding-top: 10px;
             min-height: 170px;
                        }
        
        .shr-b-2 {
            display: none !important;
        }
        
        .img-hover {
            widht: 100% !important;
            height: 100% !important;
        }
        
        .comments_list li .scale_image,
        .r_image_cntr img,
        .PhotoGallerySliderx img,
        #data img,
        .EditorNewsx img {
            widht: 100%;
            height: 100%;
        }
        
        .g-recaptcha {
            transform: scale(0.89);
            margin-top: 10px !important;
        }
        
        .videox .scale_image {
            height: 100% !important;
        }
        
        .socialfooter ul li {
            width: 60px;
        }
        
        .mb10 {
            margin-bottom: 15px!important;
        }
        
        .footerSearch {
            display: block;
        }
        
        .Spottip2 .SlideNav {
            top: calc(34% - 20px);
        }
        
        .socialfooter .pylstitle {
            display: none;
        }
        
        .f-nav {
            display: none !important;
        }
        
        .shr-b-2 a {
            padding-right: 0px !important;
        }
        
        .shr-b-2 span {
            display: none;
        }
        
        .video .sliderblock4 {
            margin-bottom: 10px !important;
        }
        
        #updatecategory .scale_image,
        .col-md-6 .scale_image,
        .sliderblock3 .new-img,
        .sliderblock4 .new-img,
        .vertical_list img {
             width:100% !important;
        }
        
        .staticVideo {
            position: static !important;
            padding-bottom: 56% !important;
        }
        
        [class*="header_"] .m_menu > ul > li > a {
            color: #000000;
        }
        
        .photogalleryimg {
            max-height: auto;
            border: 1px solid #ccc;

            max-width: auto;
            display: table;
            margin: 0 auto;
            width: 100%;
        }
        
        .boxed_layout #menu_button {
            width: 100%;
            padding-left: 25px;
        }
        
        .boxed_layout .menu_wrap.sticky {
            width: 100%;
            left: 0px;
        }
        
        #kullanici_girisi,
        #sikayet_et {
            width: 100%;
            left: 0px !important;
            margin-left: 0px !important;
        }
        
        .popup .button_orange,
        #kullanici_girisi .button_orange,
        #sikayet_et .button_orange {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }
        
        .socialButtonv1-mobile {
            display: block !important;
        }
        
        .vertical_list li .wrapper {
            float: left;
        }
        
        .fixedVideo {
            position: relative;
            margin: 0px;
            left: 0px;
            top: auto;
            border: 0;
            width: 100% !important;
            height: 100% !important;
            padding-bottom: 56% !important;
        }
        
        .VideoKapat {
            display: none !important;
        }
        
        .com-1x,
        .com-2x {
            width: 100%;
        }
        
        .contact_form > ul > li {
            margin-top: 0px;
        }
        
        .commentstyle .button_grey {
            margin-left: 0px !important;
            margin-left: 0px;
                 width: 100%;
            margin-top: 30px;
        }
        
        .minput {
            margin-top: 10px;
        }
        
        .author li {
            width: 100%;
        }
        
        #wthr .day {
            width: 50%;
        }
        
        .slidex1 {
            padding-right: 0px;
        }
        
        .mobileMenux {
            display: block !important;
            margin-top: -12px;
            border-bottom: solid 1px #e4e4e4;
        }
        .mobileMenux i{
 border: 0px;
max-height: 36px !important;

}
.mobileMenux fa{
 border: 0px;
max-height: 36px !important;

}
        
        .tabs_nav li {
          
            margin-left: 10px;
            margin-top: 5px;
            float: left;
        }
        
        .wdg_ctg .ctrs_lst > li > ul li {
            padding: 5px 0;
        }
        
        .half_column,
        .one_third_column {
            width: 100%;
        }
        
        .tabox {
            margin-top: 20px;
        }
        
        #video-wrapper {
            min-width: auto !important;
            /*mac fix*/
        }
        
        .brs ul li a {
            padding: 10px 12px;
        }
        
        .brs {
            padding-top: 0px;
        }
        
        .brs ul li a i {
            font-size: 24px;
        }
        
        .portal ul li a {
            padding: 10px 12px;
        }
        
        .portal {
            padding-top: 0px;
        }
        
        .portal ul li a i {
            font-size: 24px;
        }
        
        .optionclass {
            border: 1px solid #cfcfcf;
            color: #393939;
            display: block;
            font-size: 13px;
            height: 50px;
            width: 100%;
            padding: 5px 10px;
            float: none;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 10px;
        }
        
        .gazatte .optionclass {
            float: none;
            margin-top: 0px;
        }
        
        .gzts {
            background: none;
            width: 100%;
            height: auto;
        }
        
        .gzts h3 {
            display: none;
        }
        
        .gzts .date {
            color: #000;
            font-size: 12px;
            font-weight: bold;
            float: left;
            margin-left: 0px;
            margin-top: 5px;
            margin-right: 0;
            text-shadow: none;
        }
        
        .gzts h3 {
            font-size: 24px;
            float: left;
            margin-left: 0px;
            letter-spacing: -0.3px;
            color: #000;
            margin-top: 0px;
            text-shadow: none;
        }
        
        .GazeteBl {
            width: 100%;
            float: right;
        }
        
        .newstab .nav-tabs>li {
            height: 30px !important;
        }
        
        .h_bot_part .logo {
            height: 50%important;
            width: 50%;
            float: none;
            display: block;
            margin: auto;
        }
        
        .text_post_section img {
            height: auto !important;
        }
        
        #flashaber {
            font-size: 20px;
            background: #1679e3;
            height: 100%;
            width: 100%;
            display: inline-table;
            padding:5px;
             overflow: hidden;
        }
        
        #flashaber .f-baslik {margin-right: 0px;display:none;}
        

        #flashaber .f-haber {
            line-height: 22px !important;
            font-size: 20px;
        }
        
        #flashaber.animated {
            
            margin-top: -10px;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -o-background-size: 50px 50px;
             margin-bottom: 10px;
                        }
        
        #flashaber:before,
        #flashaber:after {
            content: '';
            display: table;
        }
        
        #flashaber .f-haber a {
            color: #ffffff;
            font-size: 18px;
        }
        
        .borsaList,
        .borsaBand {
            width: 100% !important;
            height: 127px !important;
        }
        
        .calousel_top_news .news_title,
        .lastnav,
        .pull-right {
            display: none;
        }
        
        .borsaList li.parite {
            width: 45% !important;
            float: left;
            height: 70px !important;
            border: 0 !important;
        }
        
        .detailimg img {
            height: auto !important;
        }
        
        .col-md-8 {
            padding-right: 15px !important;
        }
        
        .sliderblock1,
        .sliderblock3 {
            position: relative;
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }
        
        .sliderblock3:last-child {
            margin-bottom: 0px !important;
        }
        
        .sliderblock2,
        .sliderblock4 {
            position: relative;
            float: left;
            width: 100%;
            padding-left: 0px;
        }
        
        .slider1 img {
            width: 100% !important;
            height: auto !important;
        }
        
        .slider3 img {
            width: 100% !important;
            height: auto !important;
        }
        
        .video-play-icox .icox {
            width: 40px !important;
            height: 40px !important;
        }
        
        .video-play-icox > img {
            top: calc(50% - 20px);
            width: 40px !important;
            height: 40px !important;
        }
        
        .video-play-ico > img {
            width: 40px !important;
            height: 40px !important;
        }
        
        .col-sm-6 {
            width: 50%;
            float: left;
        }
        
        a.myspace-big {
            display: none;
        }
        
        .sub_menu_wrap ul li a,
        .sub_menu_wrap > div > div {
            color: #fff;
        }
        
        .half_column .scale_image {
            height: auto !important;
        }
        
        .scbv2-mobile {
            display: block;
        }
        
        #news-nextprev,
        .kosehbr,
        .desktop-social {
            display: none !important;
        }
        
        .scbv2 a span {
            margin-right: 4px;
        }
        
        .scbv2 a i {
            margin-left: 2px;
            border-right: 0px !important;
            margin-right: 0px !important;
            padding-right: 1px !important;
        }
        
        .scbv2 ul li:last-child {
            margin-top: 0px;
        }
        
        .scbv2 ul li {
            margin-right: 3px;
        }
        
        .scbv2 a {
            padding: 3px 3px 1px 3px;
        }
        
        .scbv2 ul li:last-child a {
            padding: 3px 10px 1px 3px;
        }
        
        .wthr_widget .date_list ul li {
            padding-left: 12%;
        }
        
        .wthr_widget.type2 .date_list ul li {
            padding-left: 8%;
        }
        
        .variation_2 .tabs_content .scl_i_c,
        [class*="section_post_"] .scl_i_c {
            display: block;
        }
        
        .wdg_ctg .ctrs_lst > li > ul li a {
            float: left;
            color: #ffffff;
            text-transform: capitalize;
            font-size: 14px;
        }
        
        .calousel_top_news .news_title {
            padding: 8px 8px;
            color: #fff;
            background: #de1b4c;
            float: left;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            position: relative;
            z-index: 99;
        }
        
        .post_text p {
            padding-top: 10px;
            padding-bottom: 15px;
            font-size: 16px;
            font-weight: normal;
            line-height: 22px;
            color: #000;
        }
        
        .yazarlar ul li a .txt {
            font-size: 18px;
            color: #21252e;
            display: block;
            padding-top: 5px;
            height: 30px;
            line-height: 20px;
        }
        
        #bugun {
            margin-top: 0px;
        }
        
        .t2 {
            font-size: 21px !important;
            display: block;
            line-height: 30px;
        }
        
        .SpotNewsRight {
            right: 5px;
        }
        
        .Featuredv3Right {
            right: 10px;
        }
        
        .Featuredv1Right {
            right: 10px;
        }
        
        .Featuredv6Right {
            right: 10px;
        }
        
        .button.banner_button {
            position: absolute;
            padding: 4px 5px 4px 5px;
            text-transform: none;
            font-size: 18px;
            margin-top: -26px;
            margin-bottom: 0px;
        }
        
        .post_text .post_title h2,
        .post_text .post_title a,
        .small_post_list h4 {
            font-size: 18px;
        }
        
        .breadcrumb {
            display: none;
        }
        
        .breadcrumb {
            display: none;
        }
      
        .breadcrumb {
            font-size: 14px;
            padding: 15px 10px 10px 10px;
            border-bottom: 1px solid #f2f2f2;
            margin-bottom: 10px;
            margin-top: -15px;
            font-family: 'Fira Sans Condensed', sans-serif;
        }
        
        .breadcrumb span a,
        .breadcrumb a {
            text-transform: capitalize;
            color: #000;
            padding-right: 4px;
        }
        
        .breadcrumb .fa {
            font-size: 12px;
            padding: 1px 1px 1px 2px;
            color: #000;
        }
        
        .m3 {
            font-size: 15px !important;
            display: block;
            color: #fff;
            text-shadow: 1px 1px 2px #000 !important;
        }
        
        .tabs_content .t1 {
            font-size: 16px !important;
        }
        
        .wrr_ctr {
            position: relative;
            background: #fff;
        }
        
        .vertical .post_text {
            padding: 10px 10px 10px 0px;
            background: #fff;
            margin-bottom: 20px;
                    }
        
        .SpotNewsLeft {
            left: 8px;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
        
        .borsaBand {
            width: 100%;
            display: block;
            clear: both;
            position: relative;
            height: 52px;
            background: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 3px;
            margin-top: -4px;
            margin-bottom: -3px!important;
        }
        
        .m3f {
            font-size: 20px !important;
            display: block;
            color: #fff;
            line-height: 20px;
            padding-top: 10px;
            text-shadow: 1px 1px 2px #000 !important;
        }
        
        .m1 {
            font-size: 22px !important;
            display: block;
            color: #fff;
            line-height: 28px;
            padding-top: 10px;
            text-shadow: 1px 1px 2px #000 !important;
        }
        .m1:hover {
text-decoration: none !important;
}
        
        .t4video {
            font-size: 22px !important;
            display: block;
            color: #ffffff;
            font-weight: 700;
        }

#wthr .day span {
    font-size: 18px;

}

.FeaturedRightPagera li a.active {
    background: #808080;
}
.FeaturedRightPagera li a.hover {
    background: #808080;
}

.scale_image_container_featured3 {
    margin-left: 0px;
}
.nwstle h1 {
    font-size: 30px;
    border: none;
    text-transform: none;
    letter-spacing: -.1px;
    font-weight: 700;
    padding-top: 5px;
}
.t4gallery {
    font-size: 22px !important;
    display: block;
    color: #ffffff;
    font-weight: 700;
}
.post_text .post_title h2,
.post_text .post_title a,
.small_post_list h4 {
    font-size: 22px;

}

.comment > div:first-child {
    float: left;
    padding: 3px 0px;
    font-size: 20px;
    color: #000;
}

.commentText {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .4px;
}

.borsaList li.parite div.pName {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    height: 14px;
}

.borsaList li.parite div.pQuan {
    font-size: 15px;
    color: #000;
        margin-top: -3px;
}
.Featuredv8Left a,
.Featuredv8Right a {
    color: #000 !important;
    font-size: 32px;
}

.wdg_ctg .ctrs_lst > li > ul li a {
    font-size: 18px;
}

.author p a {
    font-size: 20px;
}

#flashaber .f-haber.move {
    margin-left: 0px;
    opacity: 1;
    margin-bottom:2px;

}
p {
   
    font-size: 20px;
}
.all-city > li > a {
    font-size: 20px;
}
.glst li a {
    font-size: 20px;
}

.vertical .general_text h3 {
    font-size: 20px;
}

p a {
    color: #cb1515;
}
.post_text p {
    font-size: 20px;
}
.EditorNewsPager li a.hover {
    background: #cc0000;
    color: #fff;
}

.b3 {
    font-size: 22px !important;
}
.glstle h1 {
    font-size: 28px;
 
}
.newstab .nav-tabs>li>a {
    font-size: 20px !important;
    font-family:'Fira Sans Condensed', sans-serif;
    font-weight: 700;
}
.brs ul li a {
    font-size: 16px;
}


.detailp p {
    font-size: 20px;
    line-height:1.6;

}

.detailp{
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}



[class*="default_list_"] li {
    color: #000;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 20px;
}
.borsaList li.parite span.pRate {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    float: right;
    margin-left: 20px;
}
.Featuredv8Left {
    right: 58px;
    left: auto;
    width: 56px;

    height: 38px;
    padding-top: 18px;
}
.Featuredv8Right {
    right: 0px;
    width: 56px;
    height: 38px;
    padding-top: 18px;
}
       .h_top_part {
                display: none;
            }
            .TrendNews {
            max-height: none;
            overflow: hidden;
        }

.pageSkin {
            top: 0;
            margin: 0 auto;
            width: 0%;
            height: 0%;
            z-index: 0;
            left: 0px;
            position: fixed;
        }



}
    
    
    
    
    
    
    
    
    
    
    
    
    


.cntr-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-mdm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:769px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1000px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-9l {
        width: 76%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-4t {
        width: 28.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-3-ham {
        width: 5%
    }
    .col-lg-3l {
        width: 24%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .galleryContent p {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1000px) {
    .cntr {
        width: 1000px
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

#horizontalnews li .fa {
    font-size: 12px;
    padding: 5px 1px 1px 2px;
    color: #C00;
}

#horizontalnews li:hover .caption_type_1 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    position: absolute;
    z-index: 99;
}

#horizontalnews li:hover .button {
    display: none !important;
}

#horizontalnews li p {
    display: none !important;
    line-height: 18px;
}

#horizontalnews li:hover p {
    display: block !important;
    font-size: 13px;
}

#horizontalnews li:hover .t3 {
    margin-bottom: 5px;
    font-size: 24px;
}

#horizontalnews li #dd {
    color: #fff;
    display: none !important;
    margin-top: 20px;
}

#horizontalnews li:hover #dd {
    color: #fff;
    display: block !important;
    margin-top: 20px;
    font-size: 12px;
}

#flashfixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

#detailstickyx {
    display: none;
}

.YanitIptal {
    color: #000;
    font-weight: bold;
}

.Yanit {
    font-size: 11px;
    padding: 4px;
}

.f-nav {
    position: fixed;
    z-index: 9999;
    background-color: #fff !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 2px 4px rgba(0, 0, 0, .28);
    top: 0px;
    width: 100%;
    height: 68px;
    line-height: 66px;
    display: block !important;
}

.footerSearch {
    display: none;
}

.boxed_layout .f-nav {
    width: 1000px;
}

.newtitle {
    font-size: 16px;
    font-weight: 600;
    float: left;
}

.pull-left {
    float: left;
}

.mb20 {
    margin-bottom: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mb5 {
    margin-bottom: 10px;
    color: #ffffff;
}
.mb7 {
   margin-bottom: 7px;
}

.h-2x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mb5-gv {
    margin-bottom: 10px;
    color: #ffffff;
        padding: 4px 0px;
        font-weight:600;
}

.mb6 {
    margin-bottom: 10px;
    color: #000;
}

.mb10 {
    margin-bottom: 15px!important;
}

.mb10Ads {
    margin-bottom: 10px!important;
}

.mbAdsTop {
    margin-bottom: 5px;
}

.rklmSlider {
    visibility: hidden;
    height: 0;
}

.galleryContent {
    position: relative;
    margin-bottom: 0px;
}

.galleryContent figure img {
    max-width: 100%;
}



.galleryContent .item {
    width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    position: relative;
    background: #fff;
}

.galleryContent .item:after {
    content: "";
    clear: both;
    display: block;
}

.galleryContent .item:nth-of-type(1) {
    padding-top: 10px;
}

.galleryContent .item figure {
    position: relative;
    margin-bottom: 10px;
}

.galleryContent .item figure a {
    display: block;
}

.galleryContent .item figure .paging {
    
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: #333;
    color: #ffffff;
    font-size: 16px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    
      opacity: 0.7;

      filter: alpha(opacity=70);
}

.galleryContent .item figure .paging strong {
    font-size: 20px;
    font-weight: normal;
}

.galleryContent .item figure .sharer {
    position: absolute;
    width: 33px;
    right: 0px;
    top: 0px;
}

.galleryContent .item figure .sharer li {
    width: 33px;
    height: 33px;
}

.galleryContent .item figure .sharer li a,
.galleryContent .item figure .sharer li i {
    display: block;
    color: #ffffff;
    font-size: 17px;
    height: 33px;
    line-height: 33px;
}

.galleryContent .item figure .sharer li a .fa-facebook {
    background-color: #617bab;
}

.galleryContent .item figure .sharer li a .fa-twitter {
    background-color: #54b7e4;
}

.galleryContent .item figure .sharer li a .fa-google-plus {
    background-color: #e47061;
}

.galleryContent .item figure .sharer li a .fa-whatsapp {
    background-color: #50ca5e;
}

.galleryContent .item figure .sharer li a .fa-pinterest {
    background-color: #ca2127;
}

.Featuredv8Left {
    height: 38px
}
.Featuredv8Right {
    height: 38px
}

.Featuredv1x,
.Featuredv3x,
.Featuredv5x,
.Featuredv6x {
max-height: 450px;
overflow: hidden;
}


         @font-face {
            font-family: Flaticon;
            src: url(https://www.ekonomiege.com/template/css/fonts/flaticon.eot);
            src: url(https://www.ekonomiege.com/template/css/fonts/flaticon.eot#iefix) format("embedded-opentype"), url(https://www.ekonomiege.com/template/css/fonts/flaticon.woff) format("woff"), url(https://www.ekonomiege.com/template/css/fonts/flaticon.ttf) format("truetype"), url(https://www.ekonomiege.com/template/css/fonts/flaticon.svg) format("svg");
            font-weight: 400;
            font-display: swap;
            font-style: normal
        }

        [class*=" flaticon-"]:after,
        [class*=" flaticon-"]:before,
        [class^=flaticon-]:after,
        [class^=flaticon-]:before {
            font-family: Flaticon;
            font-style: normal
        }

        .flaticon-2420:before {
            content: "\e000"
        }

        .flaticon-amplifier2:before {
            content: "\e001"
        }

        .flaticon-aquarius7:before {
            content: "\e002"
        }

        .flaticon-back3:before {
            content: "\e003"
        }

        .flaticon-briefcase64:before {
            content: "\e004"
        }

        .flaticon-calendar70:before {
            content: "\e005"
        }

        .flaticon-cancer4:before {
            content: "\e006"
        }

        .flaticon-capricorn6:before {
            content: "\e007"
        }

        .flaticon-capricorn8:before {
            content: "\e008"
        }

        .flaticon-cloud329:before {
            content: "\e009"
        }

        .flaticon-clouds11:before {
            content: "\e00a"
        }

        .flaticon-document9:before {
            content: "\e00b"
        }

        .flaticon-edit23:before {
            content: "\e00c"
        }

        .flaticon-football96:before {
            content: "\e00d"
        }

        .flaticon-gemini3:before {
            content: "\e00e"
        }

        .flaticon-insert2:before {
            content: "\e00f"
        }

        .flaticon-leo5:before {
            content: "\e010"
        }

        .flaticon-libra8:before {
            content: "\e011"
        }

        .flaticon-magnifying42:before {
            content: "\e012"
        }

        .flaticon-mosque9:before {
            content: "\e013"
        }

        .flaticon-news26:before {
            content: "\e014"
        }

        .flaticon-newspapers1:before {
            content: "\e015"
        }

        .flaticon-pisces4:before {
            content: "\e016"
        }

        .flaticon-quill5:before {
            content: "\e017"
        }

        .flaticon-sagittarius6:before {
            content: "\e018"
        }

        .flaticon-scorpio3:before {
            content: "\e019"
        }

        .flaticon-soccer43:before {
            content: "\e01a"
        }

        .flaticon-taurus3:before {
            content: "\e01b"
        }

        .flaticon-virgo6:before {
            content: "\e01c"
        }

        .flaticon-youtube17:before {
            content: "\e01d"
        }     
        
        /* ANKET */
.survey {
    margin: 0 auto;
}
.survey-question {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.survey-content {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.survey-response {
    padding: 10px; 
    position: relative;
    background-color: #e0302c;
    color: #fff;
    display: none;
}
.survey-content:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";

}
.survey-option {
    padding: 5px;
    margin: 5px 10px 10px 0px;
    position: relative;
    background-color: rgb(223 222 222 / 15%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.survey-option > * {
    position: relative;
    z-index: 2;
    line-height: 26px;
}
.survey-option .count,
.survey-option .survery-bar {
    display: none;
}
.survey-option.survey-option-result .count,
.survey-option.survey-option-result .survery-bar {
    display: block;
}
.survey-option .text {
    font-size: 16px;
}
.survey-option .count {
    font-size: 16px;
    font-weight: 600;
}
.survey-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px; 
    z-index: 1;
    transition: background-color 0.3s ease-out, width 100ms ease-out;
}
.survey-option.survey-option-result .survey-bar {
    background-color: #ccc;
}
.survey-option.survey-option-active .survey-bar {
    background-color: #e0302c;
}
.survey-option.survey-option-active .text {
    color: #fff;
}       
/////////////////////////////////////* RESPONSIVE*////////////////////////////////////

