﻿article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block; 
    *display: inline;
    *zoom: 1;
} 

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: 'Tahoma', sans serif;
    font-weight:700;
    color: #222;
}

body {
    margin: 0;
    padding:0;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Tahoma', sans serif;
    font-weight:700;
}

::-moz-selection {
    background: #0af;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0af;
    color: #fff;
    text-shadow: none;
}

a {
    color: #0af;
    text-decoration: none;
}

a:hover {
	color: #1a95d2;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    }

pre, code, kbd, samp {
    font-family: 'Tahoma', sans serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q:before, q:after {
	content: "";
	content: none;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }





h1, h2, h3, h4, h5, h6, p, a, b, em, strong, li, span {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

p, .grid-fig-capt, .caption, .sub-head, .tweet {
    -moz-font-feature-settings: "liga=1,dlig=1,kern=1,opbd=1";
    -webkit-font-feature-settings: "liga","dlig","kern","opbd";
    font-feature-settings: "liga","dlig","kern","opbd";
}

body {
    background: #fff;
    font-family: 'Tahoma', sans serif;
}

@-moz-document url-prefix() {
    img;
	{
		display: inline-block;
	}
}

article.cards section .mod h6, article.static-page .page-content h6 {
    color: #999;
    font-family: 'Tahoma', sans serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0;
    padding: 14px 8px 10px 8px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
}

article.cards section .size-suspender .mod h6 {
    color: #fff;
    margin-left: 1px;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    width: 109px;
}

.clst.sections.navigation h1, .clst.hava h1 {
    color: #fff;
    font-family: 'Tahoma', sans serif;
    font-weight:700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0;
    padding: 15px 5px 10px 5px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
    text-transform: uppercase;
}

p {
    margin: 0;
}

b.label {
    background-color: #0050a1;
    color: #fff;
    font-family: 'Tahoma', sans serif;
    font-weight:400;
    font-size: 10px;
        left: 10px;
    letter-spacing: 1px;
    line-height: 9px;
    padding: 5px 6px 6px 6px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 40;
    -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 8px 6px -6px black;
	  -moz-box-shadow: 0 8px 6px -6px black;
	  box-shadow: 0 8px 6px -6px black;
}

.hero b.label {
    z-index: 51;
}

a.button-add-content {
    background: transparent url('/static/images/buttons/button-add-content-back.png') repeat-x top left;
    color: #666;
    display: inline-block;
    font-size: 12px;
        line-height: 12px;
    padding: 11px 10px;
    position: relative;
    outline: 0;
}
    a.button-add-content:hover, a.button-add-content:hover:before {
        background-position: center left;
        color: #0af;
    }

    a.button-add-content:hover:after {
        background-position: center right;
    }

    a.button-add-content:active, a.button-add-content:active:before {
        background-position: bottom left;
        color: #0af;
    }

        a.button-add-content:hover:before, a.button-add-content:active:before {
            content: url('/static/images/buttons/button-add-content-icon-hover.png');
        }

    a.button-add-content.loading, a.button-add-content.loading:active, a.button-add-content.loading:hover, a.button-add-content.loading:active:before, a.button-add-content.loading:hover:before {
        background-position: top left;
        color: #666;
    }

        a.button-add-content.loading:after, a.button-add-content.loading:active:after, a.button-add-content.loading:hover:after {
            background-position: top right;
        }

    a.button-add-content.inactive, a.button-add-content.inactive:active, a.button-add-content.inactive:hover, a.button-add-content.inactive:before, a.button-add-content.inactive:active:before, a.button-add-content.inactive:hover:before {
        background-position: top left;
        color: #ccc;
    }

        a.button-add-content.inactive:active:before, a.button-add-content.inactive:hover:before {
            content: url('/static/images/buttons/button-add-content-icon-default.png');
        }

        a.button-add-content.inactive:after, a.button-add-content.inactive:active:after, a.button-add-content.inactive:hover:after {
            background-position: top right;
        }

.headlines a.button-add-content.inactive, .headlines a.button-add-content.inactive:after, .headlines a.button-add-content.inactive:before {
    pointer-events: none;
    cursor: default;
}

.thumb {
    float: left;
    height: 80px;
    position: relative;
    width: 100px;
}

    .thumb > img {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.08);
        height: 80px;
        width: 80px;
    }

.byline {
    margin: 15px 0 15px 20px;
}

    .byline .author a > em:hover {
        text-decoration: underline;
    }

.indicator {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .indicator > span, .indicator > li {
		background-color: #b2b2b2;
        background-color: rgba(0,0,0,.3);
        border-radius: 2px;
        box-shadow: 0 1px 0 0 rgba(255,255,255,.2),inset 0 1px 0 1px rgba(0,0,0,.3);
        cursor: pointer;
        display: inline-block;
        height: 12px;
        margin-left: 8px;
        width: 12px;
    }

        .indicator > span:first-of-type, .indicator > li:first-of-type {
            margin-left: 0;
        }

        .indicator > span:hover:after, .indicator > li:hover:after {
            background-color: #ebebeb;
            background-color: rgba(255,255,255,.1);
            border-radius: 4px;
            content: '';
            display: block;
            height: 8px;
            margin: 2px;
            width: 8px;
        }

        .indicator > span.selected:after, .indicator > li.active:after {
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 0 1px 0 1px rgba(0,0,0,.6);
            content: '';
            display: block;
            height: 8px;
            margin: 2px;
            width: 8px;
        }

        ul.split-two > li.clearfix:before, ul.split-two > li:before {
            content: '';
            display: block;
            height: 0;
            left: 20px;
            position: absolute;
            right: 20px;
            top: -20px;
        }

#CList-most-popular .ul.split-two > li.clearfix:before, #CList-most-popular ul.split-two > li:before {
    border-top: 0;
}

.size-full {
    width: 100%;
}

.size-well {
    z-index: 1;
    padding-left: 120px;
    position: relative;
    width: 300px;
}

.size-bucket, .size-bridge {
    width: 300px;
}

.size-suspender {
    bottom: 0;
    margin-left: -120px;
    position: absolute;
    top: 0;
    width: 120px;
    -webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

.card-loading > .size-suspender {
    margin-left: 0;
}

.size-bar {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 320px;
    height: 100%!important;
}

    .size-bar.top, .lt-ie10 .size-bar.top {
        border-left: 1px solid #3b3b3b;
        z-index: 89;
    }

#section_spor .size-bar.top, #section_spor .lt-ie10 .size-bar.top {
    border-left: 1px solid #dcdcdc;
    z-index: 89;
}

@media only screen and (min-width: 1020px) {
    
	.size-bar .live-feed  .reklam_alani{
	z-index:-5;
	}	

}

@media only screen and (min-width: 1155px) {
    
	.size-bar .live-feed  .reklam_alani{
	z-index:-5;
	}	

}

@media only screen and (min-width: 1240px) {
    
	.size-bar .live-feed  .reklam_alani{
	z-index:2;
	}	

}

@media only screen and (min-width: 1240px) {
    .parent-sizer {
        position: relative;
    }

    .size-bridge {
        width: 1080px;
    }

    .sidebar-button, .sidebar-button:visited {
        visibility: hidden;
    }
	
	.size-bar {
		width: 320px; z-index:2;
	}
	
	.reklam_alani{	
	width:300px;
	height:250px;
	position:relative;
	margin-left:10px;
	margin-top:10px;
	z-index:2;
	}
}

.banners_left_area { text-align:center; padding:0; }
.banners_left_area img { max-height:100px; }

.reklam_alani{	
	width:300px;
	height:250px;
	position:relative;
	margin-left:10px;
	margin-top:10px;
}

#reklam_detay iframe
{
	width:300px;
	height:250px;
	float:right;
}

#reklam2{

}

#reklam2 iframe {
	width:300px !important;
	height:250px !important;
	position: absolute;
    right: 0px;
}

@media only screen and (max-width: 1440px) {
	 .live-feed .thumb > img {
		height: 180px;
		width: 300px ;
	}

	.live-feed .has-image .thumb {
		max-height: 180px !important;
	}

	.live-feed-content li.has-image > a {
		height: auto !important;
	}
	.reklam_alani
	{
		width:300px !important;
		height:250px !important;
		position:relative;
		margin-left:10px;
		margin-top:10px;
	}
	
	#reklam2 iframe {
	    width:300px !important;
	    height:250px !important;
	    margin-right:14px !important;
	}
	
	.live-feed-content li.has-image > a{
		width:320px;
	}
	.live-feed .live-feed-content p.action {
		min-width:auto !important;
	}	
}

@media only screen and (min-width: 1440px) {
    .size-bar {
        width: 320px;
    }

    .size-bridge {
        width: 1080px;
    }
}

.lt-ie9 .size-bridge .mod, .lt-ie9 .size-well .mod, .lt-ie9 .size-bucket .mod {
    margin-right: -1px;
}

.size-full:after, .size-full:before, .size-well:after, .size-well:before {
    content: "";
    display: table;
}

.size-full:after, .size-well:after {
    clear: both;
}

#overlay {
    width: 100%;
    position: relative;
    min-height: 100%;
    min-height: -webkit-calc("100% - 40px");
    min-height: calc("100% - 40px");
    z-index: 110;
}

    #overlay > .content {
        margin: 0;
        overflow: hidden;
        width: 100%;
        z-index: 110;
        height: 100%;
        position: relative;
        bottom: 0;
    }

article.asset {
    margin: 0 auto;
    min-height: 100%;
    padding: 0 30px 40px;
    position: relative;
    top: 0;
    width: 920px;
    z-index: 110;
    overflow: visible;
}

.transition-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
}

article.asset > .double-wide {
    float: left;
    position: relative;
    width: 560px;
}

    article.asset > .double-wide a {
        color: #1990e5;
    }

    article.asset > .double-wide p {
        margin: 0 0 15px 0;
        font: 14px/22px 'Tahoma', sans serif;
        color: #333;
    }

    article.asset > .double-wide aside.comp {
        margin: 20px 30px 20px 0;
    }

    article.asset > .double-wide ul, article.asset > .double-wide ol {
        font: 14px/25px 'Tahoma', sans serif;
        color: #333;
        display: block;
      /*   margin: 0 0 20px;
        padding-left: 1.15em;
        position: relative;
       left: 10px;*/
    }

article.asset > .double-wide img, article.asset > .double-wide object {
    max-width: 100%;
}

article.asset > .double-wide aside {
    clear: left;
    float: left;
    width: 180px;
}

article.asset > .top, article.asset > .bottom, article.asset > .full {
    clear: both;
}

article.asset > .top, article.asset > .interactive, article.asset > .double-wide, article.asset > aside.right, article.asset > .more, article.asset > .bottom, article.asset > .double-wide .comp, article.asset > .double-wide aside {
    margin-bottom: 20px;
}

.overlay-arrows .next-wrap, .overlay-arrows .previous-wrap {
    margin-top: 0;
    position: fixed;
    height: 73px;
    width: 46px;
    top: 45%;
    z-index: 114;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

    .overlay-arrows .next-wrap.aboveFilm, .overlay-arrows .previous-wrap.aboveFilm {
        z-index: 9000;
    }

.overlay-arrows.show .next-wrap, .overlay-arrows.show .previous-wrap {
    opacity: 1;
}

.overlay-arrows .next-wrap {
    background-position: -64px 0;
    right: 0;
}

.overlay-arrows.show .next-wrap {
    right: 0;
}

.overlay-arrows .previous-wrap {
    background-position: 0 0;
}

.overlay-arrows .previous:hover {
    background-position: -86px 1px;
}

.overlay-arrows .next:hover {
    background-position: -74px -100px;
}

.overlay-arrows .previous img, .overlay-arrows .previous .text {
    margin: 0 0 0 18px;
}

.overlay-arrows .next img, .overlay-arrows .next .text {
    margin: 0 18px 0 0;
}

#masthead, #navbar {
    margin: 0 auto;
    
}

@media only screen and (min-width: 1240px) {
    #masthead, #navbar {
        width: 1160px;
    }
}

@media only screen and (min-width: 1440px) {
    #masthead, #navbar {
        width: 1160px;
    }
}

.third-party #masthead, .third-party #navbar {
    width: 980px;
}

.toplogo {
    min-height: 94px;
    position: relative;
    width: 100%;
    margin:0 auto;
    text-align:center;
    z-index:10;
	background-color: #333;
}

.toplogo_header {
	margin:0 auto;
	height:94px;
}

@media only screen and (min-width: 1024px) {
    .toplogo_header {
        width: 980px;
    }
}

@media only screen and (min-width: 1240px) {
    .toplogo_header {
        width: 1100px;
    }
}

@media only screen and (min-width: 1440px) {
    .toplogo_header {
        width: 1200px;
    }
}

#banner_top{
	width: 728px;
	float: right;
	height: 90px;
	padding: 2px 19px 0 0;
}

#header {
    min-height: 40px;
    position: relative;
    width: 100%;
}

    #header .fixed-wrap {
        background: #141414;
        min-width: 980px;
        width: 100%;
        z-index: 9000;
    }
    
    #header .header-shadow {
        background: transparent url('/static/images/dropshadows/ds-header.png') repeat-x 0 0;
        bottom: -3px;
        height: 3px;
        position: absolute;
        width: 100%;
    }

#masthead {
    background: #141414;
    position: relative;
}

    .show-search #masthead .logo, #masthead .large {
        height: 80px;
        top: 0;
        z-index: 9000;
    }

        .show-search #masthead #logo-link, #masthead .large #logo-link {
            background-position: left -182px;
            height: 47px;
            margin-top: 16px;
            width: 239px;
        }

    .show-search #masthead .beta #logo-link, #masthead .beta.large #logo-link {
        background-position: left top;
    }

#logo-link {
    height: 76px;
    margin-top: 9px;
    text-decoration: none;
    width: 220px;
    float:left;
    z-index: 9010;	
    overflow: hidden;
    white-space: nowrap;
}

.logo-link-text {
    font-size: 13px;
	width: 220px;
	color: #ebebeb;
	position: static;
	top: 55px;
	left: -195px;
	display: block;
	z-index: 9010;
	letter-spacing:.10em;
}

.aksdate { font-size:10px;
	color:#ccc;
	text-align:center;
	width:220px;
	display:block;
	z-index: 9010;
	letter-spacing:.10em;
	font-weight:normal;
}

#nav .media a:hover span, #nav .media.active a span {
    background-position: -79px -109px;
}

#nav .media.active > a, #nav .user.active > a {
    background: #313131 url(/static/images/patterns/nav-dropdown-noise.gif);
}

#nav .foto .icon-span {
    background-position: -5px -71px;
    margin: 2px 5px 0 -5px;
}

#nav .foto a:hover span, #nav .media.active a span {
    background-position: -5px -109px;
}

.smart {
	margin-top: 10px;
    margin-left: 5px !important;
    border-left: 1px dotted #666;
	padding-left: 5px;
}

#nav .smart a:hover span, #nav .media.active a span {
}

.smart_image {
    background: url("/_imgs/smart.png") no-repeat scroll 0 0 transparent;
    height: 20px;    
    margin-top: 11px;
    width: 65px;
}

#nav .foto.active > a, #nav .user.active > a {
    background: #313131 url(/static/images/patterns/nav-dropdown-noise.gif);
}

#nav .cover .icon-span {
    background-position: -347px -71px;
    margin: 3px 5px 0 -5px;
}

#nav .cover a:hover span, #nav .cover.active a span {
    background-position: -347px -110px;
}

#nav .search {
    float: right;	
	
}

#nav .search a span {
	background-position: -199px -69px;
}

#nav .search a:hover span, #nav .search.active a span {
	background-position: -199px -109px;
}

#nav .user {
    float: right;
	display:none;
}

#nav .user .auth {
	cursor: pointer;
}

#nav .userbtn-wrap {
    background: 0;
    overflow: hidden;
}

#nav .userbtn-wrap, #nav .user-icon {
    background-position: -235px -69px;
}

#nav .user > .auth:hover .userbtn-wrap, #nav .user.active > .auth .userbtn-wrap {
    background-position: -235px -109px;
}

#nav .user-icon {
    display: block;
}

#navbar .user-avatar {
    display: block;
    text-indent: 0;
    line-height: 36px;
    margin-top: -37px;
    text-align: center;
    transition: margin .75s .5s;
    -moz-transition: margin .75s .5s;
    -webkit-transition: margin .75s .5s;
    height: 35px;
    -o-transition: margin .75s .5s;
}

#nav .search a:after, #nav .guncel a:after, #navbar > .cover > a:after, #navbar > .user > a:after, #navbar > .user > a:before {    
    content: "";
    display: block;
    height: 100%;
    left: -3px;
    position: absolute;
    top: 0;
    width: 1px;
}

#navbar > .cover > a:after, #navbar > .user > a:after {
    left: auto;
    right: -3px;
}

#nav .guncel, #nav .search, #navbar > .user {
    border-left: 1px dotted #666;
}

#navbar > .user {
    border-left: 0;
}

#navbar .dropdown, #masthead .logo .dropdown {
    background: #313131 url(/static/images/patterns/nav-dropdown-noise.gif);
    box-shadow: 0 3px 6px rgba(0,0,0,.7);
    line-height: normal;
    position: absolute;
    top: 40px;
    width: 240px;
    display: none;
    right: 0;
}

#navbar .active .dropdown, #navbar .dropdown-active .dropdown {
    display: block;
}

#masthead .large:hover .dropdown {
    display: none;
}

#navbar .fb-dropdown {
    text-align: center;
    width: 220px;
}

.ui-btn.fb-drop-btn {
    display: block;
    margin: 15px 20px 20px;
}

.fb-drop-text {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 15px 20px 15px;
}

.fb-display-name {
    display: block;
}

.fbauth .fb-login-wrap, .fb-logout-wrap {
    display: none;
}

#navbar .hava:hover {
    overflow: visible;
}

    #navbar .hava .dropdown .front-side .settings-btn:hover {
        opacity: 1;
        background-position: -260px -20px;
    }

    #navbar .hava .dropdown .back-side .cancel-x:hover {
        opacity: 1;
        background-position: -20px -20px;
    }

    #navbar .hava .dropdown .full-forecast a {
        padding: 14px 0;
        height: 12px;
        width: 100%;
        text-transform: none;
    }

        #navbar .hava .dropdown .full-forecast a:hover {
            background: #000;
            background: rgba(0,0,0,.3);
        }

        #navbar .hava .dropdown .full-forecast a:hover span {
            border-color: #fff;
        }

#breaking {
    background-color: #f70000;
    height: 0;
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9004;
}

    #breaking.live, #breaking.developing {
        background-color: #0af;
    }

#breaking-wrap {
    bottom: 0;
    min-height: 60px;
    position: absolute;
    width: 100%;
}

#breaking p {
    color: #fff;
    margin: 0 auto;
    padding: 13px 20px 12px 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    width: 820px;
}

@media only screen and (min-width: 1240px) {
    #breaking p {
        padding: 13px 40px 12px 0;
        width: 1040px;
    }
}

@media only screen and (min-width: 1440px) {
    #breaking p {
        width: 1160px;
    }
}

#breaking p strong {
    background-color: transparent;
    background-color: rgba(0,0,0,.1);
    bottom: -4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),0 1px 1px rgba(255,255,255,.2);
    float: left;
    font-family: 'Tahoma', sans serif;
    font-weight:700;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 6px 2px 6px;
    position: relative;
    text-transform: uppercase;
}

    #breaking .button:hover > span {
        border-color: #fff;
    }

#breaking .close-btn {
    background: url(/_imgs/header-sprite.png) no-repeat -322px -119px;
    cursor: pointer;
    height: 21px;
    margin-top: -9px;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    overflow: hidden;
    text-indent: 105%;
    white-space: nowrap;
}

    #breaking .close-btn:hover {
        opacity: 1;
    }

@media only screen and (min-width: 1240px) {
    #breaking p strong {
        bottom: -2px;
        font-size: 14px;
        padding: 4px 8px 4px 8px;
    }

    #breaking .headline {
        font-size: 16px;
        margin: 0 0 0 20px;
    }

    #breaking .button {
        border-left: 1px solid #fff;
        margin-left: 20px;
        padding: 2px 0 2px 43px;
        top: -1px;
    }

        #breaking .button:before {
            left: 20px;
        }
}

@media only screen and (min-width: 1440px) {
    #breaking .headline {
        font-size: 18px;
        margin: 0 0 0 20px;
    }
}

.media-view {
    background: #2C2C2C url('/static/images/modules/search/sidebar-bg.png') 0 0 repeat;
    color: #fff;
    height: auto;
    min-height: -moz-calc(100% - 40px);
    min-height: -webkit-calc(100% - 40px);
    min-height: calc(100% - 40px);
    min-width: 1024px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.media-index {
    overflow: hidden;
    position: relative;
    box-shadow: 0 -4px 9px rgba(0,0,0,.8);
}

.media-index, .media-index-content {
    
	background: #333;
}

.media-view.cinematic-view {
    background: #222 url('/static/images/patterns/darker-dot-liner.png') 0 0 repeat;
}

.media-view .hidden {
    display: none;
}

.media-sidebar {
    float: left;
    position: relative;
    width: 120px;
    z-index: 10;
    min-height: 100%;
    height: auto;
    background: #1e1e1e;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.media-sidebar-nav {
    clear: both;
    height: 100%;
}

.sidenav-container {
    bottom: 0;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 130px;
    height: 100%;
}

.media-nav-link:hover {
    color: #fff;
}

.media-sidenav-li {
    border-bottom: 1px solid #090909;
    box-shadow: 0 1px 0 #2e2e2e;
    padding: 10px;
    width: 100px;
}

    .media-sidenav-li.top.active {
        border-bottom: 0;
        box-shadow: none;
    }

.media-sidenav-h3 {
    line-height: 1;
    margin: 0;
    position: relative;
}

.media-nav-link, .media-nav-h3-link, .media-nav-sub-link {
    color: #fff;
    display: block;
    font-family: 'Tahoma', sans serif;

    font-size: 11px;
    overflow: hidden;
    margin: -10px;
    padding: 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

.media-nav-link {
    color: #999;
    font-size: 12px;
    }

    .media-sidenav-h3.most-popular .media-nav-h3-link:after, .media-sidenav-li.sub.active .media-sidenav-link-span:after, .media-sidenav-li.sub .media-sidenav-link-span:after {
        background: 0;
    }

.media-sidenav-link-span {
    display: block;
    position: relative;
    width: 70px;
}

.media-sidenav-li.sub .media-sidenav-link-span:after {
    background: transparent url('/static/images/sprites/media-sprite.png') -160px 0 no-repeat;
    content: '';
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 75px;
    width: 20px;
}

.media-nav-h3-link:hover {
    background: #171717;
    background: rgba(0,0,0,.2);
}

.media-sidenav-li.sub.active .media-sidenav-link-span:after {
    background-position: -120px 0;
    margin-top: -12px;
}

.media-sidenav-li.sub.active.collapsed .media-sidenav-link-span::after {
    background-position: -140px 0;
}

.media-nav-sub-link {
    font: 700 10px/24px arial,sans-serif;
    color: #6b6b6b;
    text-transform: none;
    padding: 3px 0;
    display: block;
}

.media-index-content {
    background-position: 0 0;
    background-repeat: repeat;
    border-left: 1px solid #464646;
    border-left: 1px solid rgba(255,255,255,.1);
    float: left;
    top: -20px;
    min-height: 100%;
    width: 440px;
    position: relative;
    z-index: 1;
    -webkit-transition: top .25s ease;
    -moz-transition: top .25s ease;
    -o-transition: top .25s ease;
    -ms-transition: top .25s ease;
    transition: top .25s ease;
}

.media-filter-wrapper {
    border-top: 1px solid #101010;
    box-shadow: 0 1px 0 rgba(255,255,255,.08),inset 0 1px 0 rgba(255,255,255,.08);
    border-bottom: 1px solid #131313;
    clear: both;
    margin: 10px -1px 0 -1px;
    padding: 21px 20px 14px 40px;
    margin-right: -99999px;
    padding-right: 99999px;
}

    .media-filter-wrapper > .ui-tabgroup .ui-btn.video-icon:before, .media-filter-wrapper > .ui-tabgroup .ui-btn.interactive-icon:before, .media-filter-wrapper > .ui-tabgroup .ui-btn.gallery-icon:before {
        background: transparent url('/static/images/sprites/media-sprite.png') -240px 0 no-repeat;
        content: '';
        display: block;
        height: 20px;
        position: absolute;
        top: 5px;
        width: 20px;
    }

    .media-filter-wrapper > .ui-tabgroup .ui-btn.video-icon {
        padding-left: 24px;
    }

        .media-filter-wrapper > .ui-tabgroup .ui-btn.video-icon:before {
            background-position: -247px 0;
            left: 10px;
            width: 10px;
        }

    .media-filter-wrapper > .ui-tabgroup .ui-btn.gallery-icon {
        padding-left: 34px;
    }

        .media-filter-wrapper > .ui-tabgroup .ui-btn.gallery-icon:before {
            background-position: -282px 0;
            left: 10px;
        }

        .media-filter-wrapper > .ui-tabgroup .ui-btn.interactive-icon:before {
            background-position: -203px 0;
            left: 10px;
        }

.media-content {
    height: 100%;
    margin: 1px 15px 0 15px;
    position: relative;
    overflow: hidden;
}

.media-grid-section-h1 {
    font-size: 35px;
    margin: 10px 0;
}

.media-grid-ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
}

.medialistitems {
    float: left;
    height: 175px;
    margin-right: 10px;
    width: 170px;
}

.media-list-link {
    display: block;
}

    .media-list-link:hover .thumbnail {
        background: #8d8d8d;
    }

    .media-list-link:hover .grid-fig-capt {
        color: #fff;
    }

.mediaview-featured {
    float: left;
    height: 280px;
    width: 350px;
}

    .mediaview-featured .grid-figure .thumbnail {
        width: 340px;
        height: 190px;
    }

.media-gallery-bg {
    background: #646464;
    border: 1px solid #000;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
    display: block;
    position: absolute;
    width: 160px;
    height: 90px;
    margin-bottom: 5px;
    padding: 4px 5px 5px;
}

.mediaview-featured .media-gallery-bg {
    width: 340px;
    height: 190px;
}

.media-gallery-bg.one {
    left: 4px;
    top: 4px;
}

.media-gallery-bg.two {
    left: 2px;
    top: 2px;
}

.mediaview-featured .meta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.media-grid-ul .medialistitems .grid-figure {
    position: relative;
}

    .media-grid-ul .medialistitems .grid-figure.gallery {
        background: 0;
        margin: 0;
        width: auto;
        position: relative;
        z-index: 19;
        top: 0;
        box-shadow: none;
        padding: 0;
    }

.media-grid-ul .medialistitems .thumb-img {
    height: 90px;
    overflow: hidden;
    width: 160px;
}

.media-grid-ul .mediaview-featured .thumb-img {
    height: 190px;
    width: 340px;
}

.medialistitems .thumbnail {
    background: #646464;
    border-top: 1px solid #939393;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
    display: block;
    margin-bottom: 5px;
    padding: 4px 5px 5px;
    position: relative;
    width: 160px;
    height: 90px;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
}

.medialistitems .gallery > .thumbnail {
    border: 1px solid #000;
    border-top: 1px inset #000;
}

.media-figure-meta {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 5px;
    left: 3px;
    font-style: normal;
    margin: 0;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    -o-transform: rotateX(-80deg);
    -ms-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.media-list-link:hover .media-figure-meta, .mediaview-featured .media-figure-meta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.grid-figure > .media-figure-meta > .label {
    display: block;
    float: left;
    left: 3px;
    position: relative;
    top: 0;
}

.video-play-btn { text-align:center; padding-left:5px; padding-top:15px; }

.media-view .grid-fig-capt {
    color: #999;
    font-size: 12px;
        line-height: 1.4;
    margin: 10px 5px 0 5px;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}

.media-grid-list-meta {
    color: #666;
    font-size: 11px;
    font-style: italic;
    list-style: none;
    margin: 0 2px;
    padding: 0;
}

.media-grid-list-meta-li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 64px;
}

    .media-grid-list-meta-li.date {
        padding-left: 18px;
        line-height: 20px;
    }

.mediaview-featured .media-grid-list-meta-li {
    width: auto;
}

.media-view .cinematic-side-nav {
    background-color: #3d3d3d;
    height: 40px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .media-view .cinematic-side-nav .back-to-media {
        background: transparent url('/static/images/sprites/gal-nav.png') 6px -144px no-repeat;
        display: block;
        font-size: 12px;
                color: #fff;
        height: 25px;
        line-height: 25px;
        padding: 8px 0 7px 6px;
        min-width: 30px;
        text-indent: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-clip: content-box;
        margin: 0;
    }

.cinematic-side-nav-ul {
    display: table;
    width: 100%;
    empty-cells: show;
}

    .cinematic-side-nav-ul .label {
        position: relative;
        left: 0;
        top: -2px;
    }

.cinematic-side-nav-li {
    display: table-cell;
    vertical-align: middle;
}

    .cinematic-side-nav-li.fixed {
        width: 30px;
    }

.media-main-view {
    background: #222 url('/static/images/patterns/darker-dot-liner.png') repeat 0 0;
    position: relative;
    top: 0;
    width: 100%;
}

.media-playlist.open {
    bottom: 0;
}

.media-playlist.initial {
    bottom: -203px;
}
.media-playlist {
    bottom: -163px;
    background: #242424 url('/static/images/patterns/dot-liner.png') 0 0 repeat;
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 240px;
    -webkit-transition: bottom 200ms linear;
    -moz-transition: bottom 200ms linear;
    -o-transition: bottom 200ms linear;
    -ms-transition: bottom 200ms linear;
    transition: bottom 200ms linear;
}

.media-tabs {
    box-shadow: 0 -4px 9px rgba(0,0,0,.5);
}

.media-tabs-ul {
    background: #0d0d0d;
    border-top: 1px solid #212121;
    height: 36px;
}

.media-tabs-li {
    border-right: 1px solid #1e1e1e;
    border-right: 1px solid rgba(255,255,255,.08);
    float: left;
}

    .media-tabs-li.active, .media-tabs-li .media-more-link:hover {
        background: #242424 url('/static/images/patterns/dot-liner.png') 0 0 repeat;
    }

.media-tabs-li {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
}

    .media-tabs-li.more-from span {
        text-transform: capitalize;
    }

    .media-tabs-li.expando {
        float: right;
    }

    .media-tabs-li.expando {
        height: 16px;
        text-indent: -9999em;
        overflow: hidden;
        width: 20px;
    }

    .media-tabs-li.expando {
        background: transparent url('/static/images/sprites/cinematic-sprite.png') 0 -89px no-repeat!important;
    }

.media-view .playlist {
    height: 170px;
    position: absolute;
    top: 36px;
    width: 100%;
}

.media-view .playlist {
    padding: 14px;
}

.media-playlist-li {
    float: left;
    width: 180px;
    opacity: .5;
}

    .media-playlist-li.active, .media-playlist-li:hover {
        opacity: 1;
    }

        .media-playlist-li.active .image, .media-playlist-li:hover .image {
            background-color: #1ea3ff;
            border-top: 1px solid #1ea3ff;
        }

    .media-playlist-li .media-more-link {
        display: block;
    }

    .media-playlist-li .image {
        background: #646464 url('/static/images/patterns/dot-liner.png') 0 0 repeat;
        border-top: 1px solid #939393;
        display: block;
        height: 90px;
        margin: auto;
        padding: 5px;
        width: 160px;
    }

    .media-playlist-li .caption {
        color: #fff;
        display: block;
        font-family: Arial;
        font-size: 12px;
        font-weight: 600;
        height: 32px;
        margin: 9px auto;
        overflow: hidden;
        text-align: center;
        width: 160px;
    }

.media-view .video-view {
    padding: 10px;
}

.article-cinematic-video .video .meta {
    margin: 10px 0 3px;
}

.media-view .video-view .video {
    margin: 0 auto;
}

.galleries.video {
    height: auto;
}

    .galleries.video > .viewport {
        padding-top: 0;
    }

    .galleries.video .caption {
        font: 13px arial;
        color: #666;
    }

.gallery.article-cinematic-video {
    background-color: #1a1a1a;
    background-color: rgba(27,27,27,.6);
    margin: 6px auto 110px;
    width: 820px;
    position: relative;
    box-shadow: 0 1px 5px #151515 inset;
    top: 14px;
    padding: 10px 10px 0;
}

.media-view .medialistitems .gallery {
    position: static;
    width: 170px;
}

.cinematic-header-headline {
    text-align: center;
    min-width: 810px;
    margin-left: 0;
    vertical-align: top;
    padding-top: 4px;
}

    .cinematic-header-headline > .cinematic-headline-div {
        display: inline-block;
        width: auto;
        color: #fff;
        font-size: 18px;
            }

    .cinematic-header-headline > .title {
        margin: 3px 8px;
    }

.cinematic-headline-date > .date {
    color: #999;
    font-size: 11px;
    width: 65px;
}

.media-grid-list-meta-li.date, .media-view .type-gallery .date {
    background: transparent url('/static/images/sprites/cinematic-sprite.png') 0 -60px no-repeat;
    font-size: 11px;
}

.media-view .gallery .header .meta, .media-view .gallery .header .subtitle, .media-view .gallery .header .title {
    clear: none;
    color: #fff;
    float: left;
    font-size: 18px;
        margin-top: 1px;
    width: auto;
    position: static;
    border: 0;
}

.media-view .gallery .header .title {
    margin: 3px 8px;
}

.media-view .cinematic-gallery-article .viewport > .slide.active.endslate, .media-view .cinematic-gallery-article .viewport > .slide.active.endslate .gallery-taboola-endslate {
    height: 100%;
}

.media-view .thumb-link {
    border: 5px solid transparent;
}

.media-view .thumb-item.active > .thumb-link {
    border-color: #1ea3ff;
}

.media-view .thumb-link > .thumb-image {
    opacity: .6;
}

.media-view .thumb-link:hover > .thumb-image, .media-view .thumb-item.active > .thumb-link > .thumb-image {
    opacity: 1;
}

.media-view .feature-btns {
    display: block;
    height: 36px;
    margin: 0 10px;
    z-index: 300;
    width: 800px;
}

.media-view .media-cinematic-actions {
    padding: 0;
    width: auto;
}

.media-tabs .feature-btns {
    height: auto;
    overflow: hidden;
    width: auto;
    display: table;
    float: left;
}

.media-view .feature-btns .ticker {
    margin-top: 2px;
}

.media-view .feature-btns div {
    margin-top: 4px;
}

.media-view .feature-btns .fullscreen, .media-view .galleries .meta .toolbox {
    display: none;
}

    .media-view .feature-btns .fullscreen .fullscreenLabel {
        background: url('/static/images/components/ft-share-btns.png') -170px -4px no-repeat;
        height: 20px;
        margin-left: -2px;
        overflow: hidden;
        padding: 0;
        text-indent: -99999px;
        width: 20px;
    }

    .media-view .feature-btns .fullscreen:hover .fullscreenLabel {
        background-position: -212px -4px;
    }

.medialistitems:nth-child(-n+1) .thumbnail, .medialistitems:nth-child(-n+1) .media-gallery-bg, .medialistitems:nth-child(-n+1) .thumbnail .thumb-img {
    width: 340px;
    height: 190px;
}

.media-grid-ul > .medialistitems:nth-child(-n+1) {
    width: 350px;
    height: 280px;
}

.medialistitems:nth-child(-n+1) .meta.gallery .author {
    display: inline-block;
}

.media-view .sizer .galleries .slide-nav, .media-view .media-main-view .galleries .slide-nav {
    opacity: 1;
    visibility: visible;
    display: block;
}

.back-to-media {
    width: 30px;
}

@media only screen and (min-width: 907px) {
    .media-index-content {
        min-width: 750px;
    }

    .medialistitems:nth-child(-n+2) .thumbnail, .medialistitems:nth-child(-n+2) .media-gallery-bg, .medialistitems:nth-child(-n+2) .thumbnail > .thumb-img {
        width: 340px;
        height: 190px;
    }

    .media-grid-ul > .medialistitems:nth-child(-n+2) {
        width: 350px;
        height: 280px;
    }

    .medialistitems:nth-child(-n+2) .meta.gallery .author {
        display: inline-block;
    }
}

@media only screen and (min-width: 1267px) {
    .media-index-content {
        min-width: 1110px;
    }

    .back-to-media {
        width: 175px;
    }

    .cinematic-side-nav-li.fixed {
        width: 22%;
    }

    .medialistitems:nth-child(-n+3) .thumbnail, .medialistitems:nth-child(-n+3) .media-gallery-bg, .medialistitems:nth-child(-n+3) .thumbnail > .thumb-img {
        width: 340px;
        height: 190px;
    }

    .media-grid-ul > .medialistitems:nth-child(-n+3) {
        width: 350px;
        height: 280px;
    }

    .medialistitems:nth-child(-n+3) ul.gallery .author {
        display: inline-block;
    }
}

@media only screen and (min-width: 1627px) {
    .media-index-content {
        min-width: 1470px;
    }

    .medialistitems:nth-child(-n+4) .thumbnail, .medialistitems:nth-child(-n+4) .media-gallery-bg, .medialistitems:nth-child(-n+4) .thumbnail > .thumb-img {
        width: 340px;
        height: 190px;
    }

    .medialistitems:nth-child(-n+4) {
        width: 350px;
        height: 280px;
    }

        .medialistitems:nth-child(-n+4) ul.gallery .author {
            display: inline-block;
        }
}

@media only screen and (min-width: 1987px) {
    .media-index-content {
        min-width: 1830px;
    }

    .medialistitems:nth-child(-n+5) .thumbnail, .medialistitems:nth-child(-n+5) .media-gallery-bg, .medialistitems:nth-child(-n+5) .thumbnail > .thumb-img {
        width: 340px;
        height: 190px;
    }

    .medialistitems:nth-child(-n+5) {
        width: 350px;
        height: 280px;
    }

        .medialistitems:nth-child(-n+5) ul.gallery .author {
            display: inline-block;
        }
}

body > #banner[position] {
    display: none;
}

.footer {
    background: #eee url('/static/images/patterns/dot-liner.png') repeat top left;
    border-width: 1px 1px 0 1px;
    box-shadow: inset 0 0 1px rgba(0,0,0,.05);
    min-height: 44px;
    margin: 0 auto;
    position: relative;
    width: 840px;
}

    .utility .util-li a:hover {
        color: #979797;
    }

    .utility .util-li .subscribe:hover .big-icon {
        background-position: 8px -115px;
    }

    .utility .util-li .usatshop:hover .big-icon {
        background-position: -78px -115px;
    }

    .utility .util-li .apps:hover .big-icon {
        background-position: -157px -115px;
    }

    .utility .util-li .rss:hover .big-icon {
        background-position: -230px -115px;
    }

    .utility .util-li .youreport:hover .big-icon {
        background-position: -308px -115px;
    }

    .utility .util-li .mobile:hover .big-icon {
        background-position: -383px -115px;
    }

    .utility .util-li .contactus:hover .big-icon {
        background-position: -481px -115px;
    }

    .utility .util-li .feedback:hover .big-icon {
        background-position: -570px -115px;
    }

@media only screen and (min-width: 1240px) {
    .footer.var-width {
        width: 1160px;
    }
}

@media only screen and (min-width: 1440px) {
    .footer.var-width {
        width: 1160px;
    }
}

.footer > nav {
    clear: both;
    display: none;
    overflow: hidden;
    padding-bottom: 20px;
}

.footer .footer-edge {
    background: url(/static/images/footer-edge.png) repeat-x;
    height: 7px;
    position: absolute;
    top: -7px;
    width: 100%;
}

.footer > p.copyright {
    color: #999;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 22px 0 0 20px;
    position: relative;
    text-shadow: 0 1px 0 #100100100;
    top: -7px;
    line-height: 1.4;
    width: 125px;
	display:block;
}

.footer > p.site-index {
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin: 14px 20px 13px 0;
    padding-right: 30px;
    position: relative;
    text-shadow: 0 1px 0 #100100100;
    line-height: 1.4;
    width: 70px;
	display:block;
	font-weight:normal;
}

    .footer > p.site-index:hover {
        color: #007ccf;
    }

    .footer > p.site-index .arrow {
        background: url(/_imgs/footer.png) no-repeat;
        height: 24px;
        margin: 0 0 0 3px;
        position: absolute;
        right: 0;
        overflow: hidden;
        text-indent: 105%;
        white-space: nowrap;
        top: -3px;
        width: 24px;
    }

    .footer > p.site-index:hover .arrow {
        background-position: 0 -25px;
    }

    .footer > p.site-index.open:hover .arrow {
        background-position: 0 -100px;
    }

.footer > nav > .fronts {
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 1px solid rgba(200,200,200,.3);
    display: table;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
}

    .footer > nav > .fronts > section {
        border-right: 1px dashed #c8c8c8;
        display: table-cell;
        padding-bottom: 5px;
        width: 179px;
    }

        .footer > nav > .fronts > section:last-child {
            border-right: 0;
        }

        .footer > nav > .fronts > section h6 {
            border-top: 3px solid;
            margin: -30px -1px 15px 0;
            padding: 25px 0 0 12px;
        }

.footer > nav section h6 {
    margin: 0 0 15px 20px;
}

    .footer > nav section h6 a, .footer > nav section h6 a:visited {
        color: #333;
        font-size: 13px;
            }

        .footer > nav section h6 a:hover {
            color: #007ccf;
        }

.footer > nav section ul {
    margin: 0 0 0 12px;
}

.footer > nav section li {
    margin: 0 0 10px 0;
    line-height: .7;
	font-weight: normal;
	letter-spacing: .10em;
}

    .footer > nav section li a, .footer > nav section li a:visited {
        color: #666;
        font-size: 12px;
            }

        .footer > nav section li a:hover {
            color: #007ccf;
        }

.footer > nav > section.tm-meta, .footer > nav > section.services, .footer > nav > section.partners {
    border-top: 1px solid #f4f4f4;
    padding: 5px 0 20px 0;
}

.footer > nav > section.tm-meta {
    clear: left;
    float: left;
    width: 100%;
}

    .footer > nav > section.tm-meta p {
        color: #666;
        font-size: 11px;
        margin: 2px 0 0 28px;
        width: 280px;
    }

    .footer > nav > section.tm-meta h6 {
        background: url(/_imgs/footer.png) no-repeat -49px 0;
        height: 70px;
        overflow: hidden;
        position: relative;
        top: 0px;
        text-indent: 105%;
        white-space: nowrap;
        width: 240px;
		margin:0;
		padding:0;
    }

    .footer > nav > section.tm-meta ul {
        list-style: none;
        margin-left: 300px;
        overflow: hidden;
		margin-top: -70px;
    }

    .footer > nav > section.tm-meta li {
        float: left;
        clear: none;
        list-style: none;
        margin-right: 7px;
    }

        .footer > nav > section.tm-meta li a {
            display: block;
            position: relative;
            background: url(/static/images/components/utility-btns.png) no-repeat;
            height: 38px;
            width: 38px;
        }

            .footer > nav > section.tm-meta li a.soc-fb {
                background-position: -660px -130px;
            }

                .footer > nav > section.tm-meta li a.soc-fb:hover {
                    background-position: -660px -177px;
                }

            .footer > nav > section.tm-meta li a.soc-tw {
                background-position: -710px -130px;
            }

                .footer > nav > section.tm-meta li a.soc-tw:hover {
                    background-position: -710px -177px;
                }

            .footer > nav > section.tm-meta li a.soc-gp {
                background-position: -760px -130px;
            }

                .footer > nav > section.tm-meta li a.soc-gp:hover {
                    background-position: -760px -177px;
                }

            .footer > nav > section.tm-meta li a.soc-yt {
                background-position: -810px -130px;
            }

                .footer > nav > section.tm-meta li a.soc-yt:hover {
                    background-position: -810px -177px;
                }

            .footer > nav > section.tm-meta li a.soc-rss {
                background-position: -860px -130px;
            }

                .footer > nav > section.tm-meta li a.soc-rss:hover {
                    background-position: -860px -177px;
                }

.footer > nav > section.services {
    float: left;
    width: 33.3%;
}

    .footer > nav > section.services h3, .footer > nav > section.partners h3 {
        margin-top: 0;
        font-size: 16px;
    }

    .footer > nav > section.services ul, .footer > nav > section.partners ul {
        float: left;
        width: 45%;
        margin: 0 10px 0 0;
    }

.footer > nav > section.partners ul {
    width: 90%;
}

.footer > nav > section.partners {
    float: left;
    width: 16.6%;
}

.size-suspender {
    background: #E30613 url('/static/images/patterns/noisy02.png') repeat top left;
}

.guncel .size-suspender {
    background-color: #1877b6;
}

.spor .size-suspender {
    background-color: #00882d;
}

.yasam .size-suspender {
    background-color: #741784;
}

.ekonomi .size-suspender {
    background-color: #137f39;
}

.siyaset .size-suspender {
    background-color: #4C67F0;
}

.dunya .size-suspender {
    background-color: #18936c;
}

.magazin .size-suspender {
    background-color: #ca3c75;
}

.paper-shade {
    background-color: #fff;
}

.solid-shade {
    background: #f7f7f7;
}

.cbor-right-bottom {
    
    -webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
}

.lt-ie9 .size-bar, .lt-ie9 .cbor-all {
    box-sizing: border-box;
}

.size-suspender {
    box-shadow: inset 0 0 0 rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15);
}

.last .size-suspender {
    box-shadow: inset -1px 0 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(0,0,0,.15),inset 1px 0 0 rgba(0,0,0,.15);
}

article.asset {
   
	background: #fff;
}

div.film {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

    div.film.show {
        opacity: .85;
        filter: alpha(opacity=85);
    }

    div.film.fullscreen {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 0;
    }

article.asset .border-top, article.asset .border-bottom {
    border-color: #d4d4d4;
    border-style: none;
    border-width: 1px;
}

article.asset .border-bottom {
    border-bottom-style: solid;
}

article.asset .border-top {
    border-top-style: solid;
}

.flip .partner-placement .container a.close-partner, .partner-placement.open .container a.close-partner, .partner-placement.elastic .container a.close-partner {
    opacity: 1;
}

.lt-ie9 .flip .partner-placement .container a.close-partner, .lt-ie9 .partner-placement.open .container a.close-partner, .lt-ie9 .partner-placement.elastic .container a.close-partner {
    visibility: visible;
}

.partner-placement .container a.close-partner:hover {
    background-position: 0 -47px;
}

.partner-placement-leavebehind {
    cursor: pointer;
    display: none;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 420px;
}

    .partner-placement-leavebehind.leave-behind-compact {
        height: 45px;
        top: 7px;
        width: 120px;
    }

.slider {
    background: transparent url('/static/images/pixels/pixel-black-85percent.png') repeat top left;
    background: rgba(0,0,0,.85);
    border-left: 1px solid #000;
    bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 40px;
    width: 370px;
    z-index: 99;
}

    .slider a.close-partner {
        background: transparent url('/static/images/buttons/button-close.png') no-repeat 0 -141px;
        color: #fff;
        display: block;
        filter: dropshadow(color=#000000,offx=0,offy=1);
        font-family: 'Futura Today Bold',helvetica,sans-serif;
        font-size: 12px;
        height: 21px;
        line-height: 24px;
        margin: 0 20px;
        overflow: hidden;
        padding: 0 0 0 27px;
        text-shadow: 0 1px 0 rgba(0,0,0,.4);
        text-transform: uppercase;
    }

        .slider a.close-partner:hover {
            background-position: 0 -166px;
        }

    .slider > p {
        border-top: 1px solid #373737;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #fff;
        font-size: 10px;
        line-height: 10px;
        margin: 10px 0;
        text-align: right;
        text-transform: uppercase;
    }

    .slider > div {
        margin: 0 20px;
    }

    .slider > p span {
        display: block;
        padding: 10px 50px 0 20px;
    }

article.fullscreen .galleries > .viewport > .slide.partner-placement.size-s > .gallery-photo-border, .partner-placement.size-s .gallery-photo-border {
    height: 450px;
    width: 600px;
}

article.fullscreen .galleries > .viewport > .slide.partner-placement.size-m > .gallery-photo-border, .partner-placement.size-m .gallery-photo-border {
    height: 576px;
    width: 768px;
}

article.fullscreen .galleries > .viewport > .slide.partner-placement.size-l > .gallery-photo-border, .partner-placement.size-l .gallery-photo-border {
    height: 700px;
    width: 936px;
}

article.fullscreen .galleries > .viewport > .slide.partner-placement.size-xl > .gallery-photo-border, .partner-placement.size-xl .gallery-photo-border {
    height: 810px;
    width: 1080px;
}

.partner-placement.pushdown {
    display: block;
    left: 50%;
    margin-left: -420px;
    position: absolute;
    top: 50px;
    transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    width: 840px;
    z-index: 0;
}

@media only screen and (min-width: 1240px) {
    .partner-placement.pushdown {
        
    }
}

@media only screen and (min-width: 1440px) {
    .partner-placement.pushdown {
       
    }
}

article.cards .theatre {
    position: relative;
    z-index: 98;
}

.theatre .hero {
    z-index: 60;
}

.theatre .partner-placement {
    display: none;
}

.theatre .partner-placement.partner-size-large {
    height: 524px;
}

.cards {
    overflow: hidden;
    position: relative;
    width: 100%;
}

section.fixed, article.fixed {
    position: fixed!important;
    top: 0;
    width: 100%;
}

.card-container, #cards-offset-placeholder {

}

.card-container {
    left: 0;
    padding-bottom: 20px;
    position: relative;
}

.card-wrap {
    background: transparent no-repeat top center;
    left: 4px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    top: 0;
    width: 840px;
    min-height: 1350px;
}

.card-loading {
    height: 100%;
    width: 100%;
    position: absolute;
}

.size-full {
    position: relative;
}

.card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    position: relative;
    width: 840px;
}

    .card div.sh_bottom {
        bottom: -45px;
        height: 45px;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 0;
    }

	
@media only screen and (min-width: 1240px) {
    section.card-wrap, .card {
        width: 1160px;
    }
}

@media only screen and (min-width: 1440px) {
    section.card-wrap, .card {
        width: 1160px;
    }
}

#cards-prev-link, #cards-next-link {
    width: 37px;
    margin-top: -34px;
    position: fixed;
    top: 50%;
    z-index: 100;
}

.cards-nav-icon {
    background: transparent url('/_imgs/sprite.png') 0 0 no-repeat;
    height: 68px;
    width: 37px;
}

#cards-prev-link {
    left: 0;
}

#cards-next-link {
    right: 0;
}

    #cards-next-link > .cards-nav-icon {
        background-position: -63px 0;
    }

#cards-prev-link:hover > .cards-nav-icon {
    background-position: 0 -80px;
}

#cards-next-link:hover > .cards-nav-icon {
    background-position: -63px -80px;
}

    .fb-login-button .fb_button:hover {
        opacity: 1;
        filter: alpha(opacity=1);
    }

.size-bar {
    background: #f9f9f9;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

    .size-bar .shadow {
        background: transparent;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .size-bar .bottom-shadow {
        bottom: 0;
        box-shadow: 0 2px 11px 2px rgba(0,0,0,.3);
    }

.sidebar-button, .sidebar-button:hover, .sidebar-button:visited {
    color: #fff;
    display: block;
    font-family: 'Tahoma', sans serif;
    font-size: 11px;
    height: 45px;
    letter-spacing: 0px;
    line-height: 45px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.20);
    text-transform: uppercase;
	z-index: 2;
}

.open-sidebar {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 32px;
    right: -13px;
    top: 70px;
    width: 82px;
}

.close-sidebar {
    background: transparent url(/_imgs/sprite-1.png) 0 -48px no-repeat;
    padding: 0;
    left: -12px;
    top: -1px;
    width: 44px;
}

#section_spor .size-bar, #section_hava .size-bar {
    border-color: #dedede;
}

.close-sidebar > .icon {
    background: transparent url(/_imgs/sprite-1.png) -59px -144px no-repeat;
    height: 21px;
    position: absolute;
    width: 21px;
    top: 11px;
    left: 10px;
}

.sidebar-button.hide, .sidebar-button.hide:visited {
    display: none;
}

    .previous-bar.active, .previous-bar.active:visited {
        background: url(/static/images/components/previous-bar-bg.png) repeat-x;
        color: #b2b2b2;
        display: block;
        font-size: 12px;
        height: 43px;
        position: relative;
        text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    }

        .previous-bar.active:hover {
            color: #fff;
        }

        .previous-bar.active:hover .prefix:before {
            background: 0 -14px url(/static/images/components/previous-bar-arrow.png) no-repeat;
        }

.card-loading {
    background: #fff url(/static/images/preloaders/loop-loader.gif) no-repeat 53% 300px;
    min-height: 1400px;
    box-shadow: none;
}

    .card-loading::before, .card-loading::after {
        background: #f6f6f6 url(/static/images/patterns/dot-light.png) repeat top;
        content: '';
        display: none;
        position: absolute;
    }

    .card-loading::before {
        height: 30px;
        left: 0;
        top: -30px;
        width: 100%;
    }

    .card-loading::after {
        height: 480px;
        right: -30px;
        top: -30px;
        width: 30px;
    }

.spor.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_sports.gif);
}

.yasam.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_life.gif);
}

.ekonomi.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_money.gif);
}

.siyaset.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_tech.gif);
}

.dunya.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_travel.gif);
}

.magazin.card-loading {
    background-image: url(/static/images/preloaders/loop-loader_opinion.gif);
}

.card-loading .border {
    border: 1px solid #e9e9e9;
    border-left: 0;
    content: '';
    height: 100%;
    margin-left: 120px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.size-bucket .ui-loader {
    display: block;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}

    .size-bucket .ui-loader .loading-icon {
        display: block;
        width: 65px;
        height: 65px;
        margin-left: -32px;
        margin-top: -32px;
        left: 50%;
        position: absolute;
        top: 50%;
        background: url(/static/images/preloaders/windmill-loader_2x_light.gif) no-repeat 0 0;
    }

    .size-bucket .ui-loader span {
        display: none;
    }

.left-suspender {
    position: absolute;
    left: 0;
    height: 100%;
    width: 120px;
    background-image: url('/static/images/patterns/dot-liner.png');
}

#cards-offset-placeholder {
    display: block;
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 1;
}

.stag.hero.three-up .stage, .hero.three-up .slide {
    height: 400px;
}

.stag.hero.three-up .stage {
    width: 960px;
}

.stag.hero.three-up .slide-1, .stag.hero.three-up .slide-1 .media .pixel {
    height: 400px;
    width: 719px;
}

.stag.hero.three-up .media .pixel, .stag.hero.three-up .slide-3 .media .pixel {
    height: 113px;
    width: 200px;
}

.stag.hero.three-up .slide-2 .text, .stag.hero.three-up .slide-3 .text {
    position: relative;
}

.stag.hero .slide-2 .story h1 a, .stag.hero .slide-3 .story h1 a {
    color: #ccc;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

.stag.hero .slide-2 .story .actions li a, .stag.hero .slide-3 .story .actions li a {
    color: #ccc;
}

    .stag.hero .slide-2 .story .actions li a:hover, .stag.hero .slide-3 .story .actions li a:hover {
        color: #0af;
    }

    .stag.hero .slide-2 .story .actions li a.read, .stag.hero .slide-3 .story .actions li a.read {
        background: transparent url('/static/images/buttons/sprite-hero.png') no-repeat 0 -102px;
    }

        .stag.hero .slide-2 .story .actions li a.read:hover, .stag.hero .slide-3 .story .actions li a.read:hover {
            background: transparent url('/static/images/buttons/sprite-hero.png') no-repeat 0 -17px;
        }

    #blog-card .stag-masthead > h1::after {
        width: 100%;
        text-align: center;
        color: transparent;
        position: absolute;
        z-index: -2;
        bottom: -5px;
        left: 5px;
        background-image: -webkit-gradient(linear,100% 0,0% 100%,from(rgba(255,255,255,.2)),color-stop(0.10,rgba(255,255,255,.2)),color-stop(0.10,transparent),color-stop(0.50,transparent),color-stop(0.50,rgba(255,255,255,.2)),color-stop(0.60,rgba(255,255,255,.2)),color-stop(0.60,transparent),to(transparent));
        -webkit-background-size: 3px 3px;
        -moz-background-size: 3px 3px;
        background-size: 3px 3px;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        text-shadow: none;
    }

#blog-card .stag-masthead > h1 {
    font: 700 50px/58px 'Futura Today Bold','helvetica','Tahoma', sans serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

    #blog-card .stag-masthead > h1::after {
        width: 100%;
        text-align: center;
        color: transparent;
        position: absolute;
        z-index: -2;
        bottom: -5px;
        left: 5px;
        background-image: -webkit-gradient(linear,100% 0,0% 100%,from(rgba(255,255,255,.2)),color-stop(0.10,rgba(255,255,255,.2)),color-stop(0.10,transparent),color-stop(0.50,transparent),color-stop(0.50,rgba(255,255,255,.2)),color-stop(0.60,rgba(255,255,255,.2)),color-stop(0.60,transparent),to(transparent));
        -webkit-background-size: 3px 3px;
        text-shadow: none;
        -webkit-background-clip: text;
    }

.hidden {
    display: none!important;
    visibility: hidden;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

            article.asset.static-page > header > nav ul li a:hover, article.asset.static-page > header > nav ul li.active a {
                background: #e6e6e6;
                background: rgba(0,0,0,.10);
                color: #333;
            }

    article.asset.static-page .footer > nav > .fronts {
        width: 860px;
    }

article.static-page h1, article.static-page h2, article.static-page h3, article.static-page h4, article.static-page h5, article.static-page p {
    margin: 15px 0;
}

article.static-page h1 {
    font-size: 35px;
    margin-top: 0;
    padding: 0;
}

article.static-page h2 {
    font-size: 18px;
    padding: 0;
}

article.static-page ul, article.static-page ol {
    margin-left: 30px;
}

article.asset.static-page .footer > nav > .fronts {
    width: auto;
}

article.asset.static-page .comp.story-author .light-shade, article.asset.static-page .comp.story-poll .light-shade {
    padding-bottom: 15px;
}

.ui-light, .ui-dark {
    font-size: 12px;
}

    .ui-light a, .ui-dark a {
        outline: 0;
    }

    .ui-light a {
        color: #666;
    }

    .ui-dark a {
        color: #fff;
    }

.ui-btn {
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
        height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

    .ui-btn.icon.no-text {
        height: 0;
        padding-top: 30px;
        padding-bottom: 0;
        overflow: hidden;
        font-size: 0!important;
        line-height: 0;
        position: relative;
    }

.ui-light .ui-btn, .ui-light.ui-btn {
    background: #fefefe;
    background: -moz-linear-gradient( #fefefe, #e8e8e8);
    background: -ms-linear-gradient( #fefefe, #e8e8e8);
    background: -o-linear-gradient( #fefefe, #e8e8e8);
    background: -webkit-linear-gradient( #fefefe, #e8e8e8);
    background: linear-gradient( #fefefe, #e8e8e8);
    border: 1px solid #a2a2a2;
    color: #666;
    text-shadow: 0 1px 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 4px -1px rgba(0,0,0,.4);
}

.ui-dark .ui-btn, .ui-dark.ui-btn {
    background: #3b3b3b;
    background: -moz-linear-gradient( #3b3b3b, #313131);
    background: -ms-linear-gradient( #3b3b3b, #313131);
    background: -o-linear-gradient( #3b3b3b, #313131);
    background: -webkit-linear-gradient( #3b3b3b, #313131);
    background: linear-gradient( #3b3b3b, #313131);
    border: 1px solid #191919;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.04);
    color: #ccc;
    text-shadow: 0 1px 0 rgba(0,0,0,.24);
}

.ui-light .ui-btn:hover, .ui-light.ui-btn:hover {
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05),0px 1px 2px -1px rgba(0,0,0,.4);
}

.ui-dark .ui-btn:hover, .ui-dark.ui-btn:hover {
    background: #292929;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.02);
}

.ui-light .ui-btn.active, .ui-light.ui-btn.active {
    background: #808080;
    border: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    color: #fff;
    cursor: default;
    margin-top: 1px;
}

.ui-dark .ui-btn.active, .ui-dark.ui-btn.active {
    background: #000;
    border-bottom: 1px solid #3f3f3f;
    cursor: default;
    box-shadow: none;
}

.ui-btn.ui-btn2 {
    border-radius: 2px;
}

.ui-light .ui-btn.ui-btn2, .ui-light.ui-btn.ui-btn2 {
    background: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    color: #333;
}

.ui-dark .ui-btn.ui-btn2, .ui-dark.ui-btn.ui-btn2 {
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0, #3e3e3e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #474747),color-stop(100%, #3e3e3e));
    background: -webkit-linear-gradient(top, #474747 0, #3e3e3e 100%);
    background: -o-linear-gradient(top, #474747 0, #3e3e3e 100%);
    background: -ms-linear-gradient(top, #474747 0, #3e3e3e 100%);
    background: linear-gradient(top, #474747 0, #3e3e3e 100%);
    border-color: #474747;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    color: #fff;
}

.ui-light .ui-btn.ui-btn2:hover, .ui-light.ui-btn.ui-btn2:hover {
    background: #fff;
}

.ui-dark .ui-btn.ui-btn2:hover, .ui-dark.ui-btn.ui-btn2:hover {
    background: #575757;
    background: -moz-linear-gradient(top, #575757 0, #4b4b4b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #575757),color-stop(100%, #4b4b4b));
    background: -webkit-linear-gradient(top, #575757 0, #4b4b4b 100%);
    background: -o-linear-gradient(top, #575757 0, #4b4b4b 100%);
    background: -ms-linear-gradient(top, #575757 0, #4b4b4b 100%);
    background: linear-gradient(top, #575757 0, #4b4b4b 100%);
    border-color: #5e5e5e;
}

.ui-light .ui-btn.ui-btn2:active, .ui-light.ui-btn.ui-btn2:active {
    box-shadow: none;
}

.ui-dark .ui-btn.ui-btn2:active, .ui-dark.ui-btn.ui-btn2:active {
    background: #252525;
    background: -moz-linear-gradient(top, #252525 0, #282828 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #252525),color-stop(100%, #282828));
    background: -webkit-linear-gradient(top, #252525 0, #282828 100%);
    background: -o-linear-gradient(top, #252525 0, #282828 100%);
    background: -ms-linear-gradient(top, #252525 0, #282828 100%);
    background: linear-gradient(top, #252525 0, #282828 100%);
    border-color: #212121;
    box-shadow: none;
}

.ui-opaque .ui-btn, .ui-opaque.ui-btn {
    border-width: 1px;
    border-style: solid;
    background: 0;
    box-shadow: none;
    text-shadow: none;
}

.ui-light.ui-opaque .ui-btn, .ui-light.ui-opaque.ui-btn {
    color: #333;
    border-color: #d1d1d1;
}

.ui-dark.ui-opaque .ui-btn, .ui-dark.ui-opaque.ui-btn {
    color: #fff;
    background: #1c1c1c;
    border-color: #333;
}

.ui-chunky-btn {
    background: #21acff;
    background: -moz-linear-gradient(top,rgba(33,172,255,1) 0,rgba(27,154,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(33,172,255,1)),color-stop(100%,rgba(27,154,255,1)));
    background: -webkit-linear-gradient(top,rgba(33,172,255,1) 0,rgba(27,154,255,1) 100%);
    background: -o-linear-gradient(top,rgba(33,172,255,1) 0,rgba(27,154,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(33,172,255,1) 0,rgba(27,154,255,1) 100%);
    background: linear-gradient(to bottom,rgba(33,172,255,1) 0,rgba(27,154,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21acff', endColorstr='#1b9aff', GradientType=0 );
    border: 1px solid #149cee;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-family: 'Futura Today Bold',helvetica,sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

    .ui-chunky-btn:hover, .ui-chunky-btn:visited, .ui-chunky-btn:active {
        color: #fff;
        background: #38b4ff;
        background: -moz-linear-gradient(top,rgba(56,180,255,1) 0,rgba(46,164,255,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(56,180,255,1)),color-stop(100%,rgba(46,164,255,1)));
        background: -webkit-linear-gradient(top,rgba(56,180,255,1) 0,rgba(46,164,255,1) 100%);
        background: -o-linear-gradient(top,rgba(56,180,255,1) 0,rgba(46,164,255,1) 100%);
        background: -ms-linear-gradient(top,rgba(56,180,255,1) 0,rgba(46,164,255,1) 100%);
        background: linear-gradient(to bottom,rgba(56,180,255,1) 0,rgba(46,164,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4ff', endColorstr='#2ea4ff', GradientType=0 );
    }

    .ui-chunky-btn:active {
        box-shadow: none;
    }

    .ui-chunky-btn.secondary {
        background: #fff;
        background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(247,247,247,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(247,247,247,1)));
        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(247,247,247,1) 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(247,247,247,1) 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(247,247,247,1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(247,247,247,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
        border-color: #d4d4d4;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        color: #333;
    }

        .ui-chunky-btn.secondary:hover {
            background: #fff;
        }

    .ui-chunky-btn.icon {
        padding-left: 60px;
    }

.fb-post-btn {
    background: #637bad;
    background: -moz-linear-gradient(top, #637bad 0, #5972a7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #637bad),color-stop(100%, #5972a7));
    background: -webkit-linear-gradient(top, #637bad 0, #5972a7 100%);
    background: -o-linear-gradient(top, #637bad 0, #5972a7 100%);
    background: -ms-linear-gradient(top, #637bad 0, #5972a7 100%);
    background: linear-gradient(to bottom, #637bad 0, #5972a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637bad', endColorstr='#5972a7', GradientType=0 );
    border: 1px solid #29447e;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
        line-height: 13px;
    padding: 4px 12px 5px;
}

.ui-light.ui-btn.cancel.icon:before, .ui-light .ui-btn.cancel.icon:before {
    background-position: -5px -46px;
}

.ui-light.ui-btn.cancel.icon:hover:before, .ui-light .ui-btn.cancel.icon:hover:before {
    background-position: -5px -46px;
}

.ui-dark.ui-btn.cancel.icon:before, .ui-dark .ui-btn.cancel.icon:before {
    background-position: -5px -6px;
}

.ui-dark.ui-btn.cancel.icon:hover:before, .ui-dark .ui-btn.cancel.icon:hover:before {
    background-position: -5px -6px;
}

.ui-light.ui-btn.list.icon:before, .ui-light .ui-btn.list.icon:before {
    background-position: -305px -44px;
}

.ui-light.ui-btn.list.icon.active:before, .ui-light .ui-btn.list.icon.active:before {
    background-position: -305px -4px;
}

.ui-dark.ui-btn.list.icon:before, .ui-dark .ui-btn.list.icon:before {
    background-position: -305px -24px;
}

.ui-dark.ui-btn.list.icon.active:before, .ui-dark .ui-btn.list.icon.active:before {
    background-position: -305px -4px;
}

.ui-light.ui-btn.grid.icon:before, .ui-light .ui-btn.grid.icon:before {
    background-position: -284px -46px;
}

.ui-light.ui-btn.grid.icon.active:before, .ui-light .ui-btn.grid.icon.active:before {
    background-position: -284px -6px;
}

.ui-dark.ui-btn.grid.icon:before, .ui-dark .ui-btn.grid.icon:before {
    background-position: -284px -25px;
}

.ui-dark.ui-btn.grid.icon.active:before, .ui-dark .ui-btn.grid.icon.active:before {
    background-position: -284px -6px;
}

.ui-light.ui-btn.checkmark.icon:before, .ui-light .ui-btn.checkmark.icon:before {
    background-position: -324px -64px;
}

.ui-light.ui-btn.checkmark.icon:hover:before, .ui-light .ui-btn.checkmark.icon.hover:before {
    background-position: -324px -44px;
}

.ui-dark.ui-btn.checkmark.icon:before, .ui-dark .ui-btn.checkmark.icon:before {
    background-position: -324px -6px;
}

.ui-dark.ui-btn.checkmark.icon.hover:before, .ui-dark .ui-btn.checkmark.icon.hover:before {
    background-position: -324px -6px;
}

.ui-dark.ui-btn.fb-icon.icon:before, .ui-dark .ui-btn.fb-icon.icon:before {
    background-position: -926px 0;
}

    .ui-dropdown.ui-light .collapsed:after, .ui-light .ui-dropdown .collapsed:after {
        background-position: -166px -48px;
    }

    .ui-dropdown.ui-dark .expanded, .ui-dark .ui-dropdown .expanded {
        background: #4d4d4d;
        border: 1px solid #0a0a0a;
        box-shadow: inset 0 1px 0 #5f5f5f,0 2px 3px rgba(0,0,0,.5);
    }

    .ui-dropdown.ui-light .expanded, .ui-light .ui-dropdown .expanded, .ui-light.ui-dropdown .ui-dropdown-scroll-wrap, .ui-light .ui-dropdown .ui-dropdown-scroll-wrap {
        background: #fefefe;
        border: 1px solid #e6e6e6;
        box-shadow: inset 0 1px 0 #f5f5f5,0 2px 3px rgba(0,0,0,.5);
        padding-top: 1px;
    }

    .ui-dropdown:hover .ui-dropdown-scroll-wrap {
        display: block;
    }

.ui-light .ui-dropdown .expanded.scrollable-content, .ui-light.ui-dropdown .expanded.scrollable-content, .ui-dark .ui-dropdown .expanded.scrollable-content, .ui-dark.ui-dropdown .expanded.scrollable-content {
    box-shadow: none;
    border: 0;
}

.ui-dropdown:hover .expanded {
    display: block;
}

.ui-dropdown.ui-dark .expanded a:hover, .ui-dark .ui-dropdown .expanded a:hover {
    background: #808080;
}

.ui-dropdown.ui-light .expanded a:hover, .ui-light .ui-dropdown .expanded a:hover {
    background: #e6e6e6;
}

.ui-tabgroup {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

    .ui-tabgroup li {
        display: block;
        float: left;
    }

    .ui-tabgroup .ui-btn, .ui-tabgroup .ui-btn.active {
        border-right-width: 0;
        border-radius: 0;
        white-space: nowrap;
    }

.ui-dark.ui-tabgroup .ui-btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.04),inset 1px 0 0 rgba(78,78,78,.5),inset -1px 0 0 rgba(78,78,78,.5);
}

    .ui-dark.ui-tabgroup .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.02),inset 1px 0 0 rgba(78,78,78,.2),inset -1px 0 0 rgba(78,78,78,.2);
    }

    .ui-light.ui-tabgroup .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05),inset 1px 0 0 rgba(255,255,255,.1),inset -1px 0 0 rgba(255,255,255,.1);
    }

.ui-tabgroup li:first-child .ui-btn {
    border-radius: 5px 0 0 5px;
}

.ui-dark.ui-tabgroup li:first-child .ui-btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.04),inset -1px 0 0 rgba(78,78,78,.5);
}

    .ui-dark.ui-tabgroup li:first-child .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.02),inset -1px 0 0 rgba(78,78,78,.2);
    }

    .ui-light.ui-tabgroup li:first-child .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05),inset -1px 0 0 rgba(255,255,255,.1);
    }

.ui-tabgroup li:last-child .ui-btn {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px;
}

.ui-dark.ui-tabgroup li:last-child .ui-btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.04),inset 1px 0 0 rgba(78,78,78,.5);
}

    .ui-dark.ui-tabgroup li:last-child .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.02),inset 1px 0 0 rgba(78,78,78,.2);
    }

    .ui-light.ui-tabgroup li:last-child .ui-btn:hover {
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05),inset 1px 0 0 rgba(255,255,255,.1);
    }

.ui-dark.ui-tabgroup .ui-btn.active, .ui-dark.ui-tabgroup li:last-child .ui-btn.active, .ui-dark.ui-tabgroup li:first-child .ui-btn.active {
    box-shadow: none;
}

.ui-light.ui-tabgroup .ui-btn.active, .ui-light.ui-tabgroup li:first-child .ui-btn.active {
    box-shadow: inset 0 0 11px rgba(0,0,0,.2);
    padding-right: 10px;
}

.ui-light.ui-slider .ui-slider-bar {
    background: #808080;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.6),0 1px 0 #fff;
}

.ui-toggler {
    box-shadow: inset 0 2px 6px rgba(0,0,0,.5),0 1px 0 #fff;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
}

    .ui-toggler.blue {
        background: #640002;
    }

.ui-btn.ui-toggle-btn {
    background: #f9f9f9;
    border: 1px solid #808080;
    border: 1px solid rgba(0,0,0,.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #646464;
    font-size: 13px;
    line-height: 30px;
    padding: 0 12px;
    text-shadow: none;
}

    .ui-btn.ui-toggle-btn.active {
        background: 0;
        border: 0;
        color: #fff;
        line-height: 32px;
        text-shadow: 0 1px 0 rgba(0,0,0,.4);
    }

.ui-light .ui-text-input, .ui-light.ui-text-input {
    border: 1px solid #999;
}

.ui-dark .ui-text-input, .ui-dark.ui-text-input {
    border: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
}

.ui-text-input[class*="icon"] {
    padding-left: 28px;
}

        .ui-autocomplete li.hover, .ui-autocomplete li:focus {
            background: #0af;
            cursor: pointer;
        }

.ui-loader {
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
    visibility: hidden;
}

    .ui-loader.active {
        opacity: 1;
        visibility: visible;
    }

.ui-alert {
    border-radius: 8px;
        top: -200px;
    position: fixed;
    left: 43%;
    z-index: 10000;
    background: #ff0;
    padding: 10px 15px;
    font-size: 12px;
    color: #222;
    display: none;
    -webkit-transition: top .25s linear;
    -moz-transition: top .25s linear;
    -o-transition: top .25s linear;
    -ms-transition: top .25s linear;
    transition: top .25s linear;
}

    .ui-alert .close-btn {
        background: url(/_imgs/header-sprite.png) no-repeat -323px -152px;
        cursor: pointer;
        height: 21px;
        margin-top: -9px;
        position: absolute;
        right: -10px;
        top: 0;
        width: 20px;
        overflow: hidden;
        text-indent: 105%;
        white-space: nowrap;
    }

.vertical-scroll {
    border-radius: 4px;
    left: 100%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 7px;
}

.vertical-scroll.hide {
    display: none;
}

.vertical-scroll .scrolldragger {
    background: #333;
    border-radius: 4px 4px 4px 4px;
    opacity: .7;
    padding: 0;
    position: relative;
    width: 7px;
    -webkit-transition: opacity .35s ease-out;
    -moz-transition: opacity .35s ease-out;
    -ms-transition: opacity .35s ease-out;
    -o-transition: opacity .35s ease-out;
    transition: opacity .35s ease-out;
}

.vertical-scroll.ui-light .scrolldragger {
    background: #828282;
}

.vertical-scroll.fadeout .scrolldragger {
    opacity: 0;
}

.ui-dark.vertical-scroll .scrolldragger {
    background: #ccc;
}

.horizontal-scroll {
    border-radius: 3px;
    height: 6px;
    margin: -18px 0 0 0;
    position: absolute;
    top: 100%;
}

    .horizontal-scroll .scrolldragger {
        border-radius: 3px;
        height: 6px;
        margin: -1px 0 0 0;
        padding: 0;
        width: 150px;
    }

.ui-light.horizontal-scroll {
    background: #ececec;
    border-bottom: solid 1px #fff;
    box-shadow: inset 0 1px 0 0 #e3e3e3;
    border-top: solid 1px #d2d2d2;
}

    .ui-light.horizontal-scroll .scrolldragger {
        background: #333;
        border: solid 1px #222;
        box-shadow: inset 0 1px 0 0 #555;
    }

    .ui-date-picker-input::selection, .ui-date-picker-input::-moz-selection {
        background: #353535;
    }

    .ui-date-picker-btn:hover {
        background: #474747;
        background: -moz-linear-gradient(top, #474747 0, #3b3b3b 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #474747),color-stop(100%, #3b3b3b));
        background: -webkit-linear-gradient(top, #474747 0, #3b3b3b 100%);
        background: -o-linear-gradient(top, #474747 0, #3b3b3b 100%);
        background: -ms-linear-gradient(top, #474747 0, #3b3b3b 100%);
        background: linear-gradient(to bottom, #474747 0, #3b3b3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#3b3b3b', GradientType=0 );
    }

    .ui-date-picker-btn:hover .ui-date-picker-btn:after {
        opacity: 1;
    }

.ui-page-turn {
    background-color: #f6f6f6;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
}

    .ui-page-turn.active {
        display: block;
        width: 100%;
    }

    .ui-page-turn.preload {
        display: block;
        z-index: 9;
    }

.ui-placer {
    height: 240px;
    position: relative;
    width: 300px;
    z-index: 10;
}

.aksam_small_logo{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 6px;
	z-index: 91;
	left: 7px;
}

.aksam_link_yazi{
	width: 245px;
	height: 15px;
	position: absolute;
	bottom: 22px;
	z-index: 92;
	right: 0px;
	font-size:11px;
	color: #333;
}

.sitemap .section-list, .sitemap .subsection-list, .sitemap .year-list, .sitemap .month-list, .sitemap .asset-list, .sitemap .page-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .sitemap .section-list {
        margin: 50px auto 94px auto;
        border-bottom: 1px solid #D9D9D9;
    }

    .sitemap .year-list {
        margin: 0 0 60px 30px;
    }

    .sitemap .month-list {
        margin-left: 50px;
        width: 850px;
    }

    .sitemap .asset-list {
        max-height: 1672px;
        width: 850px;
        margin: 0 0 35px 50px;
    }

    .sitemap .page-list {
        font-family: Arial;
        font-size: 12px;
                margin: 35px 0 20px 40px;
    }

.hero {
    position: relative;
}

    .hero .stage, .hero .slide {
        cursor: pointer;
        height: 404px;
        position: relative;
    }

    .hero .stage {
        background-color: #f6f6f6;
        width: 300px;
    }

    .hero .videoStill, .hero .video .fit-me {
        height: 100%;
        max-width: 100%;
    }

    .hero .media, .hero .video {
        height: 100%;
        width: 100%;
    }

.three-up .slide-3 .videoStillPlay, .three-up .slide-2 .videoStillPlay {
    background-image: url('/static/images/buttons/button_video_play_small.png');
    background-position: 0 94px;
    height: 44px;
    left: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    top: 50%;
    width: 45px;
    z-index: 55;
}

.hero .videoObject:hover .videoCloseButton {
    display: block;
}

.videoCloseButton:hover, .videoCloseButton:active {
    background-position: 0 -50px;
}

.text:hover > .videoStillPlay, .hero-left-pane:hover > .text > .videoStillPlay, .media:hover > .videoStillPlay, .hero-left-pane:hover > .media > .videoStillPlay, .videoStillPlay:hover, .videoStillPlay:active {
    background-position: 0 -2px;
    cursor: pointer;
    visibility: visible;
}

.three-up .slide-2:hover .videoStillPlay, .three-up .slide-2:active .videoStillPlay, .three-up .slide-3:hover .videoStillPlay, .three-up .slide-3:active .videoStillPlay {
    background-position: 0 44px;
}

.hero .slide:hover h1 a {
    color: #bfbfbf;
    color: rgba(255,255,255,.75);
}

            .hero .story .actions li a:hover {
                color: #0af;
            }

            .hero .story .actions li a.spike, .hero .story .actions li a.read {
                background: transparent url('/static/images/buttons/sprite-hero.png') no-repeat top left;
                height: 16px;
                padding: 1px 0px 0px 22px;
                min-width: 86px;
            }

                .hero .story .actions li a.spike:hover, .hero .story .actions li a.read:hover {
                    background-position: 0 -17px;
                }

                .hero .story .actions li a.video:hover {
                    background-position: 0 -170px;
                }

                .hero .story .actions li a.external:hover {
                    background-position: 0 -135px;
                }

            .hero .story .actions li a.read:hover {
                background-position: 0 -17px;
            }

                .hero .story .actions li a.topic:hover {
                    background-position: 0 -51px;
                }

.hero .story .actions li a:hover .byline em {
    color: #0af;
}

.hero.super .stage, .hero.super .slide {
    height: 600px;
}

@media only screen and (min-width: 1240px) {
    .hero.super .media {
        width: 1080px;
    }
}

.hero.two-up, .hero.two-up .stage, .hero.two-up .slide {
    height: 480px;
}

    .hero.two-up .slide {
        display: block;
        float: left;
        width: 360px;
    }

        .hero.two-up .slide-1 .media, .hero.two-up .slide-1 .text {
            height: 480px;
            overflow: hidden;
            width: 359px;
        }

.hero.three-up .stage, .hero.three-up .slide {
    height: 480px;
}

.hero.three-up .slide {
    display: block;
    float: left;
    height: 240px;
    width: 240px;
}

.hero.three-up .slide-2 .videoObject, .hero.three-up .slide-3 .videoObject {
    background: #000;
    height: 480px;
    left: -480px;
    line-height: 480px;
    top: -241px;
    z-index: 9999;
}

.hero.three-up .slide-2 .videoObject {
    top: 0;
}

.hero.rotator .stage, .hero.rotator .slide {
    float: left;
    height: 480px;
    width: 480px;
}

.hero.portrait .stage, .hero.portrait .slide {
    float: left;
    height: 480px;
    width: 360px;
}

.hero.portrait .videoObject, .hero.rotator .videoObject, .hero.two-up .videoObject {
    background: #000;
    height: 480px;
    line-height: 480px;
}

        .hero .contents li:hover {
            background-color: #fff;
            background-color: rgba(255,255,255,.4);
            color: #333;
        }

    .hero-rotator-thumb-item:hover {
        background-color: #454545;
    }

        .hero.portrait .contents .portraitli:hover {
            background: #f3f3f3 url('/static/images/patterns/dot-liner.png') repeat top left;
        }

        .hero.portrait .contents .portraitli .thumbHeadline {
            color: #333;
        }

        .hero.portrait .contents .portraitli:hover .thumbHeadline {
            color: #0af;
        }

        .hero.portrait .contents .portraitli:hover .read {
            background-position: 0 -85px;
            color: #333;
        }

.hero.bump {
}

.hero.bump .top-shadow {
    background: url(/static/images/sprites/hero-headline-pack-border.png) repeat-x left -8px;
    display: block;
    height: 11px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 300px;
}

.hero-popular-head-text {
    color: #999;
    font-family: 'Tahoma', sans serif;
    font-size: 16px;
        left: 20px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 25px;
}

.hero-list-anchor:hover {
    background: #009bff;
    color: #fff;
    margin: -1px -10px;
    padding: 14px 10px 12px 10px;
    width: 319px;
}

.hero-list-anchor:hover > .info {
    color: #a5e0ff;
}

.hero-list-anchor > .info.video, .hero-list-anchor > .info.gallery {
    background: url(/static/images/sprites/ui-sprite.png) no-repeat -841px -4px;
    height: 16px;
    margin-bottom: -2px;
    overflow: hidden;
    text-indent: 105%;
    white-space: nowrap;
    width: 16px;
}

.hero-list-anchor > .info.gallery {
    background-position: -822px -4px;
}

.hero-list-anchor:hover > .info.video {
    background-position: -841px -24px;
}

.hero-list-anchor:hover > .info.gallery {
    background-position: -822px -24px;
}

.hero-turn-trigger {
    display: none;
}

.hero-page-trigger {
    background: url(/static/images/buttons/sprite-hero.png) no-repeat right -85px;
    color: #333;
    cursor: pointer;
    font-family: 'Tahoma', sans serif;
    font-size: 12px;
    height: 16px;
    margin: 0;
    padding: 1px 25px 0 0;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 23px;
    white-space: nowrap;
}

.hero-popular {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 300px;
}

.hero-popular-crease {
    background: url(/static/images/dropshadows/hero-flip-crease.png) repeat-y 50% top;
    height: 100%;
    position: absolute;
    left: 345px;
    width: 30px;
    z-index: 9;
}

.hero-popular-head {
    background: #f3f3f3 url(/static/images/sprites/popular-edge.png) repeat-x left bottom;
    width: 100%;
    height: 60px;
}

.hero-popular-body {
    height: 100%;
    padding: 13px 0 10px 25px;
}

.hero-popular-head-text {
    color: #999;
    font-family: 'Tahoma', sans serif;
    font-weight:700;
    font-size: 16px;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: 24px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    top: 18px;
    width: 100%;
}

.hero-popular .hero-page-trigger {
    background-position: left -187px;
    padding-left: 25px;
    padding-right: 0;
    top: 20px;
    z-index: 1;
}

.hero-popular-large-item {
    height: 180px;
    position: relative;
    width: 320px;
    float: left;
    margin-right: 26px;
}

.hero-popular-meta-image, .hero-popular-meta-noimage {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 3px 13px;
    position: absolute;
    width: 294px;
}

.hero-popular-large-shadow {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,transparent 0,transparent 42%,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(42%,transparent),color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 0,transparent 42%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,transparent 0,transparent 42%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,transparent 0,transparent 42%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 0,transparent 42%,rgba(0,0,0,.8) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.hero-popular-list-header {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
}

.lt-ie9 .hero-popular-meta-image > .hero-popular-list-header, .lt-ie9 .hero-popular-meta-image {
    background: transparent url('/static/images/pixels/pixel-black-70percent.png') repeat;
}

.lt-ie9 .hero-popular-meta-image {
    background: transparent url('/static/images/ie-gradients/transparent-to-black-67percent.png') repeat-x bottom left;
}

.hero-popular-small-item {
    height: 60px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 318px;
    padding: 18px 26px 0 1px;
}

.hero-popular-small-thumb {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.hero-popular-small-header {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 4px 0;
    width: 100%;
    position: relative;
    top: -2px;
}

.hero-popular-small-item > a:hover > .hero-popular-small-header {
    color: #007dcf;
}

a.hero-popular-small-anchor {
    color: #999;
    font-size: 11px;
        height: 100%;
    position: absolute;
    width: 320px;
    z-index: 0;
}

.hero-popular-viewcount {
    padding-left: 5px;
}

.hero-popular-item-subtext {
    color: #999;
    font-size: 11px;
        position: relative;
    margin-top: 1px;
}

.hero-popular-large-item .hero-popular-item-subtext {
    color: #fff;
}

@media only screen and (max-width: 1239px) {
    a.hero-list-anchor {
        padding: 11px 0 10px;
    }

        a.hero-list-anchor:hover {
            padding: 12px 10px 11px;
        }

    .hero-page-trigger, .hero-popular .hero-page-trigger {
        bottom: 12px;
        top: auto;
    }
}

.hero.gallery.carousel {
    height: 524px;
}

.hero-6up-thumb-item:hover {
    background-color:#ddd;
    color: #333;
}

.hero-6up-ribbon {
    background: rgba(0,0,0,.65);
    color: #fff;
    cursor: pointer;
    font-family: 'Tahoma', sans serif;
    font-size: 12px;
    padding: 10px 6px 0 8px;
    position: absolute;
    left: 551px;
    text-transform: uppercase;
    top: 347px;
    z-index: 60;
    width: 155px;
    line-height: 11px;
    -webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 1239px) {
    
}

.hero.carousel .slide {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

    .hero.carousel .slide.active {
        opacity: 1;
        visibility: visible;
    }

.hero.basic.election_night, .hero.basic.election_night .stage {
    background: #f8f8f8;
    height: auto;
}

.hero.basic.election_night .stage {
    background: transparent url('/static/images/patterns/paper-noise-bar.png') repeat top left;
    border-bottom: 1px solid #e1e1e1;
}

.hero.headline-pack.election_night .hero-page-front .hero-list-anchor:hover {
    background: #009bff;
    color: #fff;
    margin: -1px -10px;
    padding: 14px 22px 12px 10px;
    width: 252px;
}

.slide {
    display: none;
}

    .slide.active {
        display: block;
    }

.headlines .head {
    background: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #d8d8d8;
    height: 67px;
    position: relative;
}

.headline-toggler {
    position: absolute;
    left: 20px;
    top: 20px;
}

.headlines .headline {
    background: url('/static/images/box-shadow.png') 0 -1px no-repeat;
    color: #fff;
    float: left;
    height: 243px;
    margin: 9px;
    position: relative;
    width: 220px;
}

.headlines .page {
    max-height: 5000px;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in;
    -moz-transition: max-height .3s ease-in;
    -ms-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
}

    .headlines .page.inactive {
        max-height: 0;
    }

.headlines .headline .tile {
    background-color: #cccccc;
}

.headlines .headline .tile {
    height: 220px;
    left: 10px;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    top: 10px;
    width: 200px;
}

.headlines .headline:hover .front {
    opacity: 0.4;
}

.headlines .headline:hover .front h3 {
    display: none;
}

.headlines .headline:hover .back h3 {
    opacity: inherit !important;
}

.headlines .headline:hover .back p {
    opacity: inherit !important;
}

.lt-ie9 .headlines .headline:hover .front {
    visibility: hidden;
}

.asset .headlines .headline:hover .front {
    opacity: 1;
}

.headlines .headline .front {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
}

    .headlines .headline .front > .title {
                margin: 0;
        position: absolute;
    }

        .headlines .headline .front > .title.image {
            background: transparent url('/static/images/pixels/pixel-black-70percent.png') repeat top left;
            border-top: 1px solid #000;
            bottom: 0;
            font-size: 13px;
            height: 39px;
            left: 0;
            line-height: 14px;
            padding: 8px 10px 10px 10px;
            width: 180px;
        }

.headlines .headline, .headlines .headline .anchor {
    color: #fff;
}

    .headlines .headline .text, .headlines .headline .expandedtext {
        color: #fff;
        color: rgba(255,255,255,.6);
        font-size: 12px;
        line-height: 16px;
        margin: 20px 20px 0 20px;
    }

    .headlines .headline.hava .text, .headlines .headline.hava .expandedtext, .headlines .headline.hava .front > .title.noimage {
        color: rgba(0,0,0,.5);
    }

    .headlines .headline .expandedtext {
        display: none;
    }

    .headlines .headline .back > .title {
        font-size: 14px;
                left: 18px;
        margin: 30px 20px 0 20px;
        top: 40px;
        width: 165px;
    }

    .headlines .headline > .byline {
        bottom: 29px;
        height: 22px;
        left: 5px;
        margin: 0;
        overflow: hidden;
        padding-left: 20px;
        position: absolute;
        width: 180px;
        z-index: 1;
    }

    .headlines .headline .back > .meta {
        display: none;
    }

.headlines .show-more {
    margin: 5px auto 20px auto;
    text-align: center;
}

.headlines.section-card .listview .headline a:hover .back > .title {
    color: #009bff;
}

.headlines .listview .headline:hover .front {
    opacity: 1;
}

.lt-ie9 .headlines .listview .headline:hover .front {
    visibility: visible;
}

.clst > ol, .clst > ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.size-suspender .clst > ol, .size-suspender .clst > ul {
    border-bottom: 1px solid rgba(255,255,225,.14);
    border-top: 1px solid rgba(0,0,0,.15);
    overflow: hidden;
    width: 120px;
}

.lt-ie9 .clst > ol, .lt-ie9 .clst > ul {
    display: block;
    padding-bottom: 2px;
    zoom: 1;
}

.lt-ie9 .size-suspender .clst > ol, .lt-ie9 .size-suspender .clst > ul {
    background: transparent url('/static/images/ie-borders/bottom-top-border.png') repeat-x bottom left;
    border: 0;
}

.clst > ul > li, .clst > ol > li {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #fff;
    position: relative;
}

.size-suspender .clst li {
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(255,255,225,.14);
}

.lt-ie9 .clst > ul > li, .lt-ie9 .clst > ol > li {
    border: 0;
    display: block;
    zoom: 1;
}

.lt-ie9 .size-suspender .clst > ul > li, .lt-ie9 .size-suspender .clst > ol > li {
    background: transparent url('/static/images/ie-borders/bottom-top-border.png') repeat-x top left;
}

.clst .drop-down > li, .size-suspender .clst .drop-down > li {
    border-bottom-width: 0;
    border-top-width: 0;
}

    .clst .drop-down > li.active, .clst .drop-down:hover > li, .size-suspender .clst .drop-down:hover > li {
        border-bottom-width: 1px;
        border-top-width: 1px;
    }

.size-suspender li[data-href]:hover {
    background-color: transparent;
    background-color: rgba(0,0,0,.05);
    border-bottom-color: rgba(0,0,0,.05);
    border-top-color: rgba(0,0,0,.05);
    cursor: pointer;
}

.lt-ie9 .size-suspender .clst > ul > li:hover > a {
    background: transparent url('/static/images/pixels/pixel-black-5percent.png') repeat top left;
    cursor: pointer;
}

.size-suspender li[data-href].selected {
    background-color: rgba(0,0,0,.2);
    border-bottom: 0;
    border-top-color: rgba(0,0,0,.35);
}

.lt-ie9 .size-suspender .clst > ul > li.selected, .lt-ie9 .size-suspender li.selected {
    background: transparent url('/static/images/pixels/pixel-black-20percent.png') repeat top left;
}

.size-suspender .clst.functional li[data-href].selected:after {
    background: transparent url('/static/images/notch.png') no-repeat 0 -9px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
}

.size-suspender .clst li {
    padding: 0;
}

    .size-suspender .clst li a {
        display: block;
        padding: 10px 10px 10px 15px;
    }

.size-suspender .clst.functional li {
    padding: 0;
}

    .size-suspender .clst.functional li a {
        padding: 20px 10px 20px 15px;
    }

.size-bar .clst li {
    padding: 20px 10px 20px 15px;
}

.size-suspender .clst .drop-down + ul > li:before {
    padding-bottom: 20px;
}

.size-suspender .clst .drop-down + ul > li:after {
    padding-top: 20px;
}

.lt-ie9 .size-suspender .clst .drop-down + ul > li:after {
    padding-top: 0;
}

.lt-ie9 #home .clst ul.drop-down:hover > li {
    border-top: 1px solid #2675ab;
}

    .lt-ie9 #home .clst ul.drop-down:hover > li:first-child {
        border-top: 0;
    }

.lt-ie9 .clst ul.drop-down > li:hover {
    background: transparent url('/static/images/pixels/pixel-black-5percent.png') repeat top left!important;
}

.clst .drop-down:hover > li, .clst .drop-down > li.active {
    height: 22px;
}

.clst .drop-down:hover > li.active:after {
    display: none;
    opacity: 0;
}

.lt-ie9 .clst .drop-down:hover > li:after {
    display: none;
}

.clst a {
    color: inherit;
}

.size-suspender .clst li {
    color: #fff;
    font-size: 12px;
        line-height: 15px;
}

.size-suspender .clst.navigation li {
    font-size: 13px;
    line-height: 16px;
}

.size-suspender .slst > ol, .size-suspender .slst > ul {
    border: 0;
}

p.headline > a, .clst .headline > a {
    color: #007dcf;
    font-family: Arial;
    font-size: 14px;
        line-height: 16px;
}

    p.headline > a:hover, .clst .headline > a:hover {
        color: #007dcf;
    }

    p.headline > a > strong, .clst .headline > a > strong {
        color: #333;
    }

    p.headline > a:hover > strong, .clst .headline > a:hover > strong {
        color: #007dcf;
    }

p.meta, .clst .meta {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

    p.meta > span, .clst .meta > span {
        border-left: 1px solid #d9d9d9;
        border-left: 1px solid rgba(0,0,0,.15);
        display: inline-block;
        font-size: 11px;
        font-style: italic;
        margin-left: 10px;
        padding-left: 10px;
    }

    p.meta a, .clst .meta a {
        color: #007dcf;
    }

p.action, .clst p.action {
    color: #999;
    font-size: 11px;
    line-height: auto;
    margin: 0 0 10px 0;
}

.clst .avatar + p.action, .clst .avathumb + p.action, .clst .video + p.action, .clst .gallery + p.action {
    margin: 10px 0;
}

p.content-voice, .clst p.content-voice {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

    .clst .video:hover a:after {
        background-position: bottom left;
    }

.front-gallery {
    display: none;
    height: 650px;
    -webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
}

    .front-gallery.selected {
        display: block;
    }

.galleries {
    height: 650px;
    margin-right: 1px;
    position: relative;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
}

    .galleries > .viewport {
        display: table;
        overflow: hidden;
        padding-top: 10px;
        position: relative;
        vertical-align: middle;
        width: 100%;
        z-index: 0;
    }

.front-gallery .galleries > .viewport {
    height: 540px;
}

.galleries > .viewport > .slide {
    display: none;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
}

    .galleries > .viewport > .slide.active {
        display: table-cell;
        z-index: 1;
    }

.gallery-photo-border {
    box-shadow: 0 4px 8px 0 #c8c8c8;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.gallery-photo-border > .meta {
    background-color: rgba(0,0,0,.7);
    border-top: 1px solid #020202;
    bottom: 5px;
    display: table-row;
    left: 5px;
    padding: 7px 0;
    position: absolute;
    right: 5px;
}

.galleries > .slide-nav {
    z-index: 1;
}

.gallery-photo-border > .meta, .galleries > .slide-nav {
    opacity: 0;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.lt-ie9 .galleries > .viewport > .slide, .lt-ie9 .galleries > .slide-nav, .lt-ie9 .gallery-photo-border > .meta {
    visibility: hidden;
}

.lt-ie9 .galleries.hover > .slide-nav, .lt-ie9 .viewport.hover > .viewport > .slide .meta, .lt-ie9 .galleries.autosize > .viewport > .slide.active .meta.on {
    visibility: visible;
}

.galleries > .viewport > .slide.active, .galleries > .viewport.hover > .slide.active .meta, .galleries > .viewport > .active .meta.on, .galleries.hover > .slide-nav {
    opacity: 1;
    visibility: visible;
}

.galleries > .viewport.hover > .slide.active .snapshots:hover .meta {
    opacity: 1;
    visibility: visible;
}

.lt-ie9 .galleries > .viewport > .slide .meta .toolbox, .lt-ie9 .galleries > .viewport > .slide .meta .caption {
    filter: none;
    -ms-filter: none;
    position: relative;
}

.galleries > .viewport > .slide .meta > .caption {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 18px 3px 18px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .galleries > .viewport > .slide .meta > .caption > .credit {
        color: #999;
        font-size: 11px;
    }

.galleries > .viewport > .slide .meta > .toolbox {
    padding: 0 0 0 9px;
    width: 46px;
    display: table-cell;
}

.toolbox a {
    border: 1px solid #282828;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 11px arial,sans-serif;
    height: 21px;
    line-height: 18px;
    margin: 0 5px;
    padding: 7px 5px 1px 5px;
    text-indent: -99999px;
    width: 20px;
}

    .toolbox a:hover {
        border: 1px solid #929292;
        color: #fff;
    }

    .toolbox a.related {
        display: none;
    }

    .toolbox a.fullscreen {
        direction: ltr;
        padding-left: 7px;
        text-indent: -99999px;
        width: 17px;
    }

    .toolbox a span {
        background: url('/static/images/components/ft-share-btns.png') no-repeat;
        clear: none;
        float: left;
        height: 20px;
        width: 20px;
    }

    .toolbox a.fullscreen span {
        background-position: -170px -4px;
        margin-left: -2px;
    }

    .toolbox a.share:hover span {
        background-position: -189px -5px;
    }

    .toolbox a.fullscreen:hover span {
        background-position: -212px -4px;
    }

.galleries > .thumbs {
    bottom: 0;
    height: 100px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
}

.galleries > .thumbs .thumbswrapper > ul {
    float: left;
    list-style: none;
    list-style-image: none;
    margin-top: 4px;
    padding: 0;
}

.topic .galleries > .thumbs .thumbswrapper > ul {
    padding-left: 20px;
}

.galleries > .thumbs .thumbswrapper {
    min-width: 12800px;
}

.galleries .thumb-item {
    background: url('/static/images/dropshadows/thumb.png') -3px -3px no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 63px;
    width: 108px;
}

.thumb-link {
    border: 5px solid #fff;
    display: inline-block;
    outline: 0;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
}

.thumb-item.active > .thumb-link {
    border-color: #1ea3ff;
}

.thumb-link > .thumb-image {
    height: 45px;
    width: 80px;
}

.feature-btns {
    display: none;
}

.slide-nav {
    background: url('/static/images/buttons/gallery-navigation-arrows.png') no-repeat;
    direction: ltr;
    display: block;
    float: left;
    height: 58px;
    left: 0;
    margin-bottom: -58px;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    top: -320px;
    width: 32px;
}

.sizer .galleries .slide-nav, .media-main-view .galleries .slide-nav {
    top: -270px;
}

.slide-nav:hover {
    background-position: 0 -59px;
    cursor: pointer;
}

.slide-nav.prev {
   /* display: none;*/
}

.slide-nav.next {
    background-position: -32px 0;
    clear: none;
    float: right;
    right: 0;
}

    .slide-nav.next:hover {
        background-position: -32px -59px;
    }

.front-galleries .ui-loader {
    margin-top: -50px;
}

.galleries.autosize > .thumbs .thumbslist > .thumb-item {
    opacity: .5;
}

.galleries.autosize > .viewport {
    padding: 0;
}

.galleries.autosize {
  /* height: 100%;*/
   height:630px;
    margin: 0;
    width: 100%;
    z-index: 1;
}

    .galleries.autosize > .thumbs {
        background: #000;
        background: rgba(0,0,0,.8);
        bottom: 0;
        display: none;
        height: 78px;
        left: 0;
        margin: -100px 0 0 0;
        position: relative;
        padding: 6px 0 0 15px;
        right: 0;
    }

    .galleries.autosize > .viewport > .slide {
        height: 100%;
    }

article.fullscreen a.related, .galleries div.fullscreen, article.fullscreen a.fullscreen {
    display: none;
}

.galleries.autosize > .thumbs .thumb-item.active {
    opacity: 1;
}

.galleries.autosize > .viewport, .galleries.autosize > .thumbs {
    overflow: visible;
}

.gallery-photo {
    cursor: pointer;
	float:left;
	max-width:680px;
}

.galleries.autosize > .viewport > .slide .gallery-photo {
    height: 100%;
    width: auto;
}

.galleries.autosize .slide-nav {
    background: transparent url('/static/images/card-navigation.png') no-repeat top left;
    cursor: pointer;
    direction: ltr;
    font-size: 0;
    height: 116px;
  /*  margin-top: -90px;*/
     margin-top: 120px;
    position: absolute;
    text-indent: -9999px;
    top: 20%;
    width: 65px;
    z-index: 99;
}

    .galleries.autosize .slide-nav.prev {
        background-position: -82px 0;
        left: 0;
    }

    .galleries.autosize .slide-nav.next {
        background-position: -80px -120px;
        left: 100%;
        margin-left: -63px;
    }

    .galleries.autosize .slide-nav:hover {
        background-position: -154px 0;
    }

    .galleries.autosize .slide-nav.next:hover {
        background-position: -152px -120px;
    }

.galleries.autosize > .viewport > .slide .meta {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

    .galleries.autosize > .viewport > .slide .meta > .caption {
        margin: 0;
        padding-bottom: 40px;
    }

.feature-btns div {
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 3px;
    clear: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font: bold 11px 'Tahoma', sans serif;
    height: 8px;
    margin: 6px 30px 0 13px;
    min-width: 66px;
    padding: 6px 27px 11px;
}

.feature-btns .ticker {
    background: 0;
    border: 0;
    color: #999;
    font: normal 13px 'Tahoma', sans serif;
    margin-right: 10px;
    min-width: 30px;
    padding-left: 0;
}

.feature-btns b {
    color: #fff;
    font: bold 15px 'Tahoma', sans serif;
    padding: 0 5px;
}

.feature-btns span {
    background: url('/static/images/sprites/gal-nav.png') no-repeat;
    float: left;
    height: 12px;
    padding-left: 15px;
}

.feature-btns .thumbnails span {
    background-position: 0 -11px;
    padding-left: 20px;
    width: auto;
}

.feature-btns .captions span {
    background-position: 0 -23px;
    padding-left: 30px;
    width: auto;
}

.galleries.autosize .gallery-photo-border {
    box-shadow: none;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0 auto;
}

.cards .galleries > .viewport > .slide.active.endslate {
    width: 680px;
}

ul.related li a, ul.related li span {
    color: #969696;
    float: left;
    font-size: 12px;
    line-height: 1.2em;
    padding: 10px 0;
    text-align: left;
}

    ul.related li a:hover {
        color: #f5f5f5;
    }

ul.related li span {
    color: #5b5b5b;
    font-style: italic;
    padding: 0;
}

article .galleries > .viewport > .slide.active.endslate div.actions .replay, article .galleries > .viewport > .slide.active.endslate div.actions .share {
    background: #1c1c1c;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0 20px 0 0;
    position: relative;
    width: 100px;
}

    article .galleries > .viewport > .slide.active.endslate div.actions .replay:hover p, article .galleries > .viewport > .slide.active.endslate div.actions .share:hover p {
        color: #f5f5f5;
    }

    article .galleries > .viewport > .slide.active.endslate div.actions .replay span, article .galleries > .viewport > .slide.active.endslate div.actions .share span {
        background: url('/static/images/sprites/endslate-nav.png') 0 0 no-repeat;
        display: block;
        float: left;
        height: 13px;
        margin: 8px 12px 0 15px;
        width: 15px;
    }

article .galleries > .viewport > .slide.active.endslate div.actions .share span {
    background-position: 0 -73px;
    width: 31px;
}

article .galleries > .viewport > .slide.active.endslate div.actions .replay:hover span {
    background-position: 0 -26px;
}

article .galleries > .viewport > .slide.active.endslate div.actions .share:hover span {
    background-position: 0 -126px;
} 
body.show-search .ui-loader.global-loader.active, body.search-open .ui-loader.global-loader.active {
    top: 120px;
}

.lt-ie9 .view-grid li a:hover .front {
    visibility: hidden;
}

.view-grid li a:hover .front {
    opacity: 0;
}

.view-grid li a:hover .back {
    visibility: visible;
    opacity: 1;
}

.view-grid li a:hover {
    background: #4d4d4d;
}

.view-list li a:hover {
    background: #4d4d4d;
}

.view-list .none-link-borders, .view-list li a {
    padding: 10px 0 10px 10px;
}

.results li a {
    color: #ccc;
}

.results li a:hover h3 {
    color: #fff;
}

.view-list .search-result-title, .view-list .search-result-title-noimage {
    padding-left: 20px;
    margin: -4px 0 0;
}

?.results li a .label.guncel {
    background-color: #009bff;
}

.view-list .search-result-title-noimage {
    padding: 0;
    font-size: 18px;
    width: 100%;
    height: 25px;
    position: relative;
}

.search-results .view-grid .list-content .topic, .search-results .view-grid .list-content .topic a {
    height: 516px;
    width: 477px;
}

.results .related-searches ul, .results .related-searches li, .results .related-searches a {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
}

.results .related-searches ul {
    color: #1ea3ff;
    list-style: disc;
    padding: 0 0 0 30px;
}

.results .related-searches li {
    line-height: 130%;
}

.results .related-searches a {
    color: #1ea3ff;
    font-size: 13px;
        line-height: 150%;
}

    .results .related-searches a:hover {
        background: 0;
        color: #1ea3ff;
    }

    .summary .ui-btn.grid, .summary .ui-btn.list {
        width: 88px;
    }

#search-form .cancel {
    margin: 5px 0 0 8px;
}

@media only screen and (min-width: 1240px) {
    .results .inner {
        width: 959px;
    }

    .summary.grid .inner {
        width: 1080px;
    }

    .view-list .inner {
        width: 958px;
    }

    .summary.list .inner {
        width: 1080px;
    }
}

@media only screen and (min-width: 1440px) {
    .results .inner {
        width: 1198px;
    }

    .summary.grid .inner {
        width: 1202px;
    }

    .summary .inner, .summary.list .inner {
        width: 1202px;
    }

    .view-grid .list-content li.topresult, .view-grid .list-content li.topresult a {
        height: 516px;
        width: 477px;
    }
}

.open-sidebar {
    background-image: url(/_imgs/sprite-1.png);
    width: 86px;
}

#section_spor .open-sidebar {
    top: 10px;
}

.size-bar .live-feed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 36px;
    overflow: hidden;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #333;
}

article.cards section .live-feed > h6 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto;
    padding: 13px 0 10px 0;
    position: relative;
    text-shadow: 0 1px 1px #111;
    text-transform: uppercase;
	background-color:#333;
}

.live-feed-content {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.live-feed-content ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    position: relative;
	background: #333;
}

.live-feed-content li > a {
    border-top: 1px solid #464646;
	border-bottom: 1px solid #242424;
    display: block;
	height:auto;
	padding:10px 0 20px 10px;
    -webkit-transition: background-color .4s ease-out,border-top-color .4s ease-out;
    -moz-transition: background-color .4s ease-out,border-top-color .4s ease-out;
    -ms-transition: background-color .4s ease-out,border-top-color .4s ease-out;
    -o-transition: background-color .4s ease-out,border-top-color .4s ease-out;
    transition: background-color .4s ease-out,border-top-color .4s ease-out;
}

.live-feed-content:first li > a {
    border-top: 0;
}

.live-feed-content li > a:hover {
    background: #222;
    border-bottom: 1px solid #242424;
    border-top: 1px solid #464646;
	color:#fff;
}

#section_spor .live-feed-content li > a:hover {
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(255,255,255,.2);
}

.live-feed-content li.has-image > a {
    height: auto;
}

.live-feed .live-feed-content li {
	list-style:none!important;
    padding: 0;
    text-align: left;
	background-color:#333;
}

.live-feed-content li.newcontent > a:hover {
    background-color: transparent;
}

#section_spor .live-feed-content li.newcontent > a:hover {
    background-color: #959595;
    background-color: rgba(249,249,249,.6);
}

.live-feed .headline {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

.live-feed .has-image .article {
    max-width: 300px;
	float:left;
	text-align:left;
	clear:both;
}

.live-feed a:hover .headline {
    color: #fff;
}

#section_spor .live-feed a:hover .headline {
    color: #007dcf;
}

.live-feed p.timesince {
    padding: 0;
	clear:both;
}

.live-feed .live-feed-content p.action {
    border-left: 1px solid #555;
    color:#39F;
    display: block;
    float: left;
    font-style: italic;
    height: 12px;
    line-height: 12px;
    margin: 2px 0 0 5px;
    padding: 0 5px;
	min-width:130px;
}

.live-feed p.timesince > span {
    color: #fff;
    display: none;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin: 1px 1px 1px 0;
}

.live-feed p.timesince > span.timestamp {
    display: block;
	color:#888;
}

.live-feed .newcontent .livefeed-li-link {
    border-top: 1px solid #242424;
}

.live-feed .newcontent .livefeed-li-link:hover {
    background: #333;
}

.live-feed {
    text-align: center;
}

.live-feed.loading > .live-feed-content {
	background: url(/static/images/preloaders/windmill-loader_1x_dark.gif) no-repeat 50% 10px;
}

.live-feed-content .shadow {
    background: transparent;
    left: 0;
    position: absolute;
    width: 100%;
}

.live-feed-content .bottom-shadow {
    bottom: 0;
    box-shadow: 0 2px 11px 2px rgba(0,0,0,.3);
}

.play-btn-l {
    background: url(/images/play-ico.png) no-repeat;
    height: 34px;
    position: absolute;
    width: 34px;
}

.mod .play-btn-l, .live-feed .video .play-btn-l {
    bottom: 10px;
    right: 10px;
}

.avathumb .play-btn-s, .thumb .play-btn-s {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.play-btn-m {
    background: url(/static/images/buttons/video-play-24x24.png) no-repeat;
    height: 24px;
    position: relative;
    width: 24px;
}

.featured-content .stage .play-btn-m {
    bottom: 36px;
    left: 95px;
    margin-bottom: -24px;
}

.live-feed .thumb {
    display: none;
}

.live-feed .has-image .thumb {
    display: inline-block;
    height: 180px;
    width: 300px;
	padding-right:10px;
	padding-bottom:5px;
}

.live-feed .thumb > img {
	display: block;
    height: 180px;
    width: 300px;
}

.featured-content {
    background: #dedede url('/static/images/patterns/dot-feat.png') repeat top left;
    border-bottom: 1px solid #d8d8d8;
    margin-right: 1px;
    padding: 27px 0 10px;
}

.paginator {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.featured-content ul {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 20000em;
}

.featured-content li {
    float: left;
    text-align: center;
}

.featured-content li:nth-child(4n) a {
	border: 0;
}

.featured-content li img {
	border: 5px solid #fff;
	box-shadow: 0 4px 8px 0 #bebebe;
}

.featured-content p {
    color: #666;
}

.featured-content h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-top: 7px;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featured-content a {
    border-right: 1px solid #c3c3c3;
    color: #000;
    display: block;
    font-size: 11px;
    padding: 0 27px 0 27px;
    width: 125px;
}

.featured-content a:hover {
	color: #007ccf;
}

.featured-content .updated {
    color: #666;
    color: rgba(102,102,102,1);
    font-size: 11px;
    line-height: 14px;
}

.twitter .tweet-list p.tweet > a:hover {
	color: #000;
}

.twitter .tweet-meta a:hover {
	color: #007ccf;
}

.contributing-writers a:hover {
	color: #007dcf;
}
 
article.asset.lottery-page.lottery .lottery-type, article.asset.lottery-page.lottery .lottery-limited {
    list-style: none;
    margin: 0;
    padding: 0;
}

article.asset.lottery-page.lottery .lottery-limited {
    margin-bottom: 25px;
}

article.asset.lottery-page .lottery-rail ul li a:hover {
	color: #209cdc;
}

article.asset.lottery-page > .double-wide a.powered-by, .lottery-wrapper .powered-by {
    clear: none;
    padding: 17px 0 10px;
}

.lottery-page a.powered-by span, .lottery-wrapper .powered-by span {
	background: url(/static/images/lottery/logo-tinbu.png) no-repeat;
	height: 12px;
	width: 50px;
	text-indent: -99999px;
	display: inline-block;
}

.deals-wrapper .powered-by, .lottery-wrapper .powered-by, article.asset > .double-wide a.powered-by {
	color: #666;
	font-size: 11px;
	float: right;
}

.snapshots .snap-vote-options .cancel, .snapshots .snap-vote-results .cancel {
	margin: 20px 0 0;
}

#CList-Markets {
    height: 527px;
}

#market-suspender-widget .markets-image-wrap:hover {
	border: 1px solid #3995d2;
	box-shadow: 0 1px 3px rgba(0,0,0,.16);
}
image-wrap  img:hover {
border:5px solid red !important;
}
article.static-page .idc-market-tools h3, .ekonomi-tools-wrap h3 {
    float: left;
    color: #7c8884;
    display: inline-block;
    font-family: 'Tahoma', sans serif;

    font-weight:700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 11px 15px 0 0;
}

article.static-page .idc-market-tools input, article.cards .idc-market-tools input {
    display: inline-block;
    background: url(/static/images/sprites/idc-search.png) 4px -64px no-repeat #2b3a35;
    border-radius: 3px;
    border: 1px solid #1f2d28;
    color: #fff;
    font-size: 13px;
    padding: 4px 0 4px 25px;
    width: 170px;
}

article.static-page .idc-market-tools p, article.cards .idc-market-tools p {
    color: #afb8b5;
    font-size: 10px;
    line-height: .8em;
    float: left;
    margin-top: 10px;
}

article.cards .idc-market-tools p {
    padding-top: 8px;
}

.ekonomi-tools-wrap .markets-list-split > li:hover h4 {
    color: #007dcf;
}

.ekonomi-tools-wrap .markets-list-split > .mrkt:hover > a:before {
    background-position: -70px 0;
}

.ekonomi-tools-wrap .markets-list-split > .mutl:hover > a:before {
    background-position: -70px -50px;
}

.ekonomi-tools-wrap .markets-list-split > .comm:hover > a:before {
    background-position: -70px -96px;
    height: 51px;
}

.ekonomi-tools-wrap .markets-list-split > .intl:hover > a:before {
    background-position: -70px -148px;
    height: 39px;
}

.ekonomi-tools-wrap .markets-list-split > .cldr:hover > a:before {
    background-position: -70px -187px;
    height: 54px;
}

.ekonomi-tools-wrap .markets-list-split:last-child .stks:hover > a:before {
    background-position: -70px -242px;
    height: 50px;
}

.ekonomi-tools-wrap .markets-list-split:last-child .etfs:hover > a:before {
    background-position: -70px -293px;
    height: 47px;
}

.ekonomi-tools-wrap .markets-list-split:last-child .intl:hover > a:before {
    background-position: -70px -339px;
    height: 48px;
}

.ekonomi-tools-wrap .markets-list-split:last-child .actv:hover > a:before {
    background-position: -70px -389px;
    height: 51px;
}

.ekonomi-tools-wrap .markets-list-split:last-child .curr:hover > a:before {
    background-position: -70px -441px;
    height: 55px;
}

.idc-market-tools .pull-down h2 {
    width: 940px;
}

.idc-market-tools .pull-down {
    height: 180px;
}

.pull-down .updated, .idc-market-tools.stocks-info .updated {
    float: left;
    width: 165px;
    height: 52px;
    border-right: 1px solid #1c2625;
    margin: 0 20px 0 0;
}

.idc-market-tools.stocks-info .updated {
    height: 64px;
    width: 155px;
    margin-right: 0;
}

.pull-down .updated span, .idc-market-tools.stocks-info .updated span {
	background: url(/static/images/sprites/idc-search.png) 0 -13px no-repeat;
	float: left;
	display: block;
	height: 26px;
	width: 26px;
	margin: -4px 5px 0 0;
}

.idc-market-tools .pull-down p, .idc-market-tools.stocks-info p {
    float: left;
    width: auto;
}

    .idc-market-tools .pull-down p b, .idc-market-tools.stocks-info p b {
        font: bold 14px arial,sans-serif;
        color: #fff;
        padding-bottom: 3px;
        position: relative;
        top: -5px;
    }

.price .up, .price .down {
    display: inline-block;
    background: url(/static/images/sprites/idc-search.png) 0 -40px no-repeat;
    height: 9px;
    padding: 3px 0 0 16px;
    margin: 0 12px 0 2px;
}

#default-market-quotes .up, #default-market-quotes .down {
    display: inline-block;
    background: url(/static/images/sprites/idc-search.png) 0 -39px no-repeat;
    height: 13px;
    padding: 0 6px 0 16px;
    margin-right: 3px;
    margin-top: 0;
}

.stocks-info .price .up, .stocks-info .price .down, .idc-market-tools.asset .price .up, .idc-market-tools.asset .price .down {
    margin-right: 10px;
}


a.populer-btn, a.popular-btn:visited {  
display:inline-block;  
background: url("/static/images/buttons/populer.png") no-repeat;  
width: 40px; 
height:31px;
padding-right:8px;
cursor:pointer;
}  
  
a.populer-btn:hover {
background-position:  0 -33px;    
}

a.video-btn, a.video-btn:visited {  
display:inline-block;  
background: url("/static/images/buttons/video.png") no-repeat;  
width: 40px; 
height:31px;
padding-right:8px;
cursor:pointer;
}  
  
a.video-btn:hover {
background-position:  0 -33px;    
}

a.photo-btn, a.photo-btn:visited {  
display:inline-block;  
background: url("/static/images/buttons/photo.png") no-repeat;  
width: 40px; 
height:31px;
padding-right:8px;
cursor:pointer;
}  
  
a.photo-btn:hover {
background-position:  0 -33px;    
}

a.kapak-btn, a.kapak-btn:visited {  
display:inline-block;  
background: url("/static/images/buttons/kapak.png") no-repeat;  
width: 40px; 
height:31px;
padding-right:8px;
cursor:pointer;
}  
  
a.kapak-btn:hover {
background-position:  0 -33px;    
}

.advanced-slider {
	position: relative;
	overflow: visible;
	outline: none;
	margin-left: 0;
	margin-right: 0;
	background-color:#333;
}

.advanced-slider * {
	margin: 0;
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;	
}

.advanced-slider a {
	position: static;
}

.advanced-slider img {
	max-width: none;
	max-height: none;
	border: 0 none;
	padding: 0;
	margin: 0;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
}

.advanced-slider .slider-main {
	position: relative;
	width: 100%;
	height: 100% !important;
	z-index: 1;
}

.advanced-slider .slide-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.advanced-slider .slides {
	position: absolute;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 300px;
	height: 200px;
}
.advanced-slider .slide {
	position: absolute;
	overflow: hidden;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	visibility: hidden;	
	list-style: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
	position: absolute;
}
.advanced-slider.webkit .slide .html iframe,
.advanced-slider.webkit .slide .layer iframe {
	opacity: 0;
}
.advanced-slider.webkit .slide.transition .html iframe, 
.advanced-slider.webkit .slide.active .html iframe,
.advanced-slider.webkit .slide.transition .layer.init iframe,
.advanced-slider.webkit .slide.active .layer.init iframe {
	opacity: 1;
}
.advanced-slider .thumbnail-scroller .swipe {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.advanced-slider .thumbnail-scroller .grab {
	cursor: url(https://mail.google.com/mail/images/2/openhand.cur), default;
}
.advanced-slider .thumbnail-scroller .grabbing,
.advanced-slider .thumbnail-scroller .grabbing a:hover,
.advanced-slider .thumbnail-scroller .grabbing a:active,
.advanced-slider .thumbnail-scroller .grabbing .lightbox-icon {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default;
}
.advanced-slider .layer {
	position: absolute;
	visibility: hidden;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.advanced-slider .layer.black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0,0,0,.65);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:13px;
	height:auto;
	z-index:50;
}
.advanced-slider .layer.black a {
	color: #FFF;
	text-decoration:none;
	background: transparent url('http://www.aksam.com.tr/static/images/buttons/sprite-hero.png') no-repeat top left;
	padding: 1px 0px 0px 22px;
	min-width: 86px;
}
.advanced-slider .layer.black a:hover {
	text-decoration:none;
	background-position: 0px -17px;
	color:#00aaff;
}
.advanced-slider .layer.white {
	font-size:15px;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	z-index:60 !important;
	width:100% !important;
	bottom:0 !important;
	opacity:1 !important;
	visibility:inherit !important;
	left:0 !important;
	background-color: rgba(0,0,0,.4);
	padding: 10px 50px 10px 10px !important;
}
.advanced-slider .layer.white a:hover {
	color: #ebebeb;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
.advanced-slider .slide-arrows {
	position: static;	 
}
.advanced-slider .slide-arrows a {
	position: absolute;
	cursor: pointer;
	z-index:70;	
}
.advanced-slider .shadow .shadow-left, 
.advanced-slider .shadow .shadow-right, 
.advanced-slider .shadow .shadow-middle {
	float: left;
}
.advanced-slider .shadow .shadow-left {
	float: left;
	background: url(images/shadow_left.png);
	width: 200px;
	height: 94px;	
}
.advanced-slider .shadow .shadow-right {
	float: left;
	background: url(images/shadow_right.png);
	width: 200px;
	height: 94px;
}
.advanced-slider .shadow .shadow-middle {
	float: left;
	background: url(images/shadow_middle.png) repeat-x;
	height: 94px;
}
.advanced-slider .timer-animation {
	position: absolute;
}
.advanced-slider canvas {
	position: absolute;
}
.advanced-slider .timer-animation .timer-animation-controls {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.advanced-slider .timer-animation .timer-animation-controls {
	background: url(images/playpause_small.png) no-repeat;
}
.advanced-slider .timer-animation.pause .timer-animation-controls {
	background-position: 0 0;
}
.advanced-slider .thumbnail-wrapper {
	position: static;
	width:300px;
	margin-top:-85px;
}
.advanced-slider .thumbnail {	
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}
.advanced-slider .slide-buttons .left, 
.advanced-slider .slide-buttons .right, 
.advanced-slider .slide-buttons .middle {
	float: left;
}
.advanced-slider .thumbnail-scroller {
	position: absolute;
	z-index: 2;
}
.advanced-slider .thumbnail-scroller .visible-container {
	position: relative;
	overflow: hidden;
	width: 100% !important;
}
.advanced-slider .thumbnail-scroller .container {
	position: relative;
	overflow: visible;
	top: 0;
	left: 0 !important;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}
.advanced-slider .thumbnail-scroller .thumbnail-wrapper {
	cursor: pointer;
	list-style: none;
}
.advanced-slider .thumbnail-scroller .arrows a {
	position: absolute;
	cursor: pointer;
}
.glossy-square-gray .slide-wrapper {
	background-color: #ededed;
	width:300px;
	cursor:pointer;
}
.glossy-square-gray .slide {
	background-color: #333;
}
.glossy-square-gray .slide-arrows a {
	background: url(arrows.png) no-repeat;
	width: 35px;
	height: 37px;
	top: 47%;
	margin-top: -32px;
}
.glossy-square-gray .slide-arrows a.previous {
	left: -4px;
}
.glossy-square-gray .slide-arrows a.next {
	right: 0px;
	background-position: -33px 0;
}
.glossy-square-gray .timer-animation {
	top: 20px;
	right: 20px;
	display:none;
}
.glossy-square-gray .slide-buttons .left, 
.glossy-square-gray .slide-buttons .right {
}
.glossy-square-gray .slide-buttons .left {
}
.glossy-square-gray .slide-buttons .right {
}
.glossy-square-gray .thumbnail {
	background-color: #7e7e7e;
	border: solid 4px #7e7e7e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.glossy-square-gray .thumbnail-scroller.horizontal {
	bottom: 9px;
	right: 4px;
	width: 100% !important;
	left: 50% !important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.glossy-square-gray .thumbnail-scroller .thumbnail-wrapper {
	margin:0;
	padding: 5px 4px;
	/* width: 15px !important; */
	/* height: 12px !important; */
}
.glossy-square-gray .thumbnail-scroller .thumbnail.select {
	border: solid 4px #b4181d;
	background-color: #b4181d;
}
.glossy-square-gray .thumbnail-scroller .arrows a {
	background: url(/static/images/arrows_small.png) no-repeat;
	width: 22px;
	height: 70px;
	display:none
}
.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous {
	left:-18px;
}
.glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next {
	right: -18px;
	background-position: -22px 0;
}
.tooltip {
	background-color: #DDD;
	margin-bottom: 20px;
	border: #EEE solid 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.slides_shadow{
	width:300px;
	height:240px;
	position:relative;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.8) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(42%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.8) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.8) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.8) 100%);
	z-index:1;
}
.media_paylas{
	width:400px;
	float:left;
	margin-top:8px;
}
.media_paylas li{
	width:110px;
	float:left;
	list-style-type:none;
}
.top_news { height:auto; width:724px; border:#999 solid 0px; margin-top: -5px;}
.top_news ul { margin:0; padding:0; list-style:none;}
.top_news ul li{ margin:5px 0 0 0 ; padding:0 9px 10px 0; width:128px;   text-align:center; display:inline-table;}
.top_news ul li img{ display:block; max-width:130px; max-height:142px; text-align:center; left:8px; top:10px; position:relative;}
.top_news ul li a{color:#000}
.top_news ul li a:hover{color:red}
.top_news ul li  div{ font-family:arial;font-size:10pt; margin-top:12px;}
 
.headlines.section-card .listview .headline .back > .text {
color: #555;
display: block;
line-height: 18px;
margin: 25px 0 0 100px;
}
