@font-face {
	font-family:'FuturaPT-Heavy';
	src: url('../fonts/FuturaPT-Heavy_gdi.eot');
	src: url('../fonts/FuturaPT-Heavy_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaPT-Heavy_gdi.woff') format('woff'),
		url('../fonts/FuturaPT-Heavy_gdi.ttf') format('truetype'),
		url('../fonts/FuturaPT-Heavy_gdi.otf') format('opentype'),
		url('../fonts/FuturaPT-Heavy_gdi.svg#FuturaPT-Heavy') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
	
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

body{
	background: #4c4c4c;
	font-family:'FuturaPT-Heavy';
}
header{
	float:left;
	width:100%;
}
.navWrapp{
	background: none repeat scroll 0 0 #231f20;
    height: 70px;
    min-width: 1000px;
    position: relative;
    width: 100%;
}
.fixed {
	position:fixed;
	top:0px;
	margin-top:0px;
	z-index:555;
	display:block;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right:auto;
}

.header-tabs-nav{
	display: none;
	left: 225px;
    position: absolute;
}

.header-tabs-nav ul{
	float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 10px;
}

.header-tabs-nav ul li {
	float: left;
}

.header-tabs-nav ul li.active::before{
	bottom: -8px;
	background: url("../img/grayCaret.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.header-tabs-nav ul li span {
    border-right: 1px solid #a9a9a9;
	padding: 0 10px;
}

.header-tabs-nav ul li:last-child span{
	border-right: 0px solid #a9a9a9;
}

.header-tabs-nav ul li a{
	color: #a9a9a9;
    cursor: pointer;
    float: left;
    line-height: 70px;
    text-decoration: none;
}

.header-tabs-nav .socialBox{
	float: left;
    margin: 10px;
}

@media all and (max-width: 1220px) {
	.header-tabs-nav ul{
		padding: 0 0 0 6px;
	}

	.header-tabs-nav ul li span{
		font-size: 14px;
		padding: 0 3px;
	}
}

@media all and (max-width: 1442px) {
	.header-tabs-nav .socialBox{
		display: none !important;
	}
}


#navMainWrapp{
	background:#343434;
	min-height: 65px;
	border-top:1px solid #4c4c4d;
	border-bottom:1px solid #696969;
	display: none;
	float:left;
	min-width: 1000px;
	width:100%;
}
.main{
	float:left;
	width:100%;
}
.main ul {
	margin:0;
	padding:0;
	float:left;
	margin-left:42px;
	margin-top:15px;
}
.main ul li{
	float:left;
	list-style-type: none;
	border-right:1px solid #524e4f;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
}
.main ul li a{
	text-decoration: none;
	color:#fff;
}

.main ul li.active a{
	color:#f18012 !important;
}

#toggleMenu{
	border-right:1px solid #524e4f;
	float:left;
	height:70px;
	font-size: 20px;
	text-transform: uppercase;
	color:#fff;
	background: #231f20;
	border-left:0;
	border-top:0;
	border-bottom:0;
	cursor: pointer;
	padding-right: 20px;
}
#toggleClose{
	float:right;
	width:100px;
	margin-top:17px;
	cursor: pointer;
}
.toggleText{
	float:left;
	color:#fff;
	margin-right:10px;
}
.toggleMoreNetworks{
	float:left;
	display: none;
}
.main .socialNetworks .minusIcon{
	float:left;
	background: url('../img/plusSmall2.png') no-repeat !important;
	background-color: #000 !important;
	background-position: 7px center !important;
}
.closeIcon{
	float:right;
	background: url('../img/sprite.png');
	background-position: -49px -52px;
	width:25px;
	height:25px;
	margin-right:10px;
}
.mainMenu{
	float:left;
	margin-top:21px;
	margin-left:15px;
}
.toggle{
	float:left;
	background: url('../img/sprite.png') no-repeat;
	width:24px;
	height:21px;
	background-position: -4px -3px;
	margin-top:24px;
	margin-left:20px;
}

.menuCaret {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #a7a7a7;
	float: left;
	margin-top:30px;
	margin-left:10px;
}

.colorChange{
	background:#343434 !important;
}

.logo{
	left: 232px;
    position: absolute;
    right: 143px;
    text-align: center;
    top: 12px;
}

header.fixed .logo{
	left: 152px;
    right: 220px;
}

.logo-img{
	display: inline-block;
    height: 42px;
}

.logo-cat{
    display: inline-block;
    height: 42px;
}

.logo-cat > a {
    color: #fff;
    float: left;
    font-size: 28px;
    font-style: italic;
    height: 42px;
    line-height: 44px;
    text-decoration: none;
}

.log-cat-icon{
	background: url("../img/sprite.png") no-repeat scroll -4px -93px rgba(0, 0, 0, 0);
    float: left;
    height: 18px;
    margin: 13px 4px;
    width: 22px;
}

.floatingLogo{
	float:left;
	background: url('../img/logoFloat.png');
	width:128px;
	height:29px;
	background-repeat: no-repeat;
	display: none;
	visibility: hidden;
	margin-top:20px;
	margin-left:10px;
}
/*Search css*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.sb-search {
	background-color: #231f20;
	position: relative;
	width: 0%;
	min-width: 78px;
	height: 70px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border-right: 1px solid #524e4f;
}
.floatingSearch{
	border-left: 1px solid #524e4f;
    border-right: medium none;
    float: right;
}
.sb-search-input {
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #000;
    font-family: inherit;
    font-size: 18px;
    height: 35px;
    left: 0;
    outline: medium none;
    padding-left: 88px;
    position: absolute;
    text-align: left;
    top: 17px;
    width: 100%;
    z-index: 10;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important; /* 2 */
	box-sizing: border-box !important;
}
.sb-search-input::-webkit-input-placeholder {
	color: #000;
}
.sb-search:-moz-placeholder {
	color: #000;
}
.sb-search-input::-moz-placeholder {
	color: #000;
}
.sb-search-input:-ms-input-placeholder {
	color: #000;
}
.sb-icon-search,
.sb-search-submit  {
	width: 80px;
	height: 70px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #231F20;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e000";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 24%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*SearchEnd*/
.menuItems{
	float:right;
	height: 70px;
}
.circle{
	width:31px;
	height:31px;
	border:3px solid #A7A7A7;
	display: block;
	margin:0 auto;
	margin-top: 15px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	line-height: 29px;
}
.circle .fotoItems img{
	margin-top:10px;
}
.circle .videoItems img{
	margin-top:8px;
	margin-left:1px;
}
.menuBox{
	border-left: 1px solid #524e4f;
    float: left;
    height: 70px;
    width: 70px;
}
.socialNetworks {
	float:left;
	border-right:1px solid #524e4f;
	margin-top:14px;
	margin-left:10px;
	padding-right:10px;
}
.facebook{
	float:left;
	width:35px;
	height:35px;
	margin-right:1px;
	cursor: pointer;
}
.facebook span{
	background: url('../img/sprite.png');
	background-repeat: no-repeat;
	width: 35px;
	height:35px;
	background-position: -139px -2px;
	float: left;
}
.google{
	float:left;
	width:35px;
	height:35px;
}
.google span{
	background: url('../img/sprite.png');
	background-repeat: no-repeat;
	width: 35px;
	height:35px;
	background-position: -225px -3px;
	float: left;
	overflow: hidden;
}
.twitter{
	float:left;
	width:35px;
	height:35px;	
	margin-right:1px;
}
.twitter span{
	background: url('../img/sprite.png');
	background-repeat: no-repeat;
	width: 35px;
	height:35px;
	background-position: -178px -3px;
	float: left;
	overflow: hidden;
}
.moreNetworks{
	float:left;
	background: url('../img/plusSmall.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	width:35px;
	height:36px;
	background-color: #000;
	margin-left: 1px;
	cursor: pointer;
}
.socialBox .minusIcon{
	float:left;
	background: url('../img/plusLarge2.png') no-repeat !important;
	background-color: #242222 !important;
	background-position: 12px 12px !important;
}
.box{
	margin:0 auto;
	width:1000px;
	position: relative;
	top:10px;
	z-index: 1;
}
.box-content{
	float:left;
	width:100%;
}
.topSlider{
	float:left;
	width:100%;
	height:605px;
}
.topNews{
	float:left;
	width:100%;
	height:605px;
}
.mainSlider{
	float:left;
	width:100%;
}
.leftSide{
	float:left;
	width:460px;
	height:605px;
}
.mainImg{
	float:left;
	width:460px;
	height:512px;
	overflow: hidden;
	position: relative;
}
.mainImg .newsInfo{
	position: absolute;
	top:10px;
	left:5px;
}
.info{
	width:100%;
	position: absolute;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.59) 50%, rgba(0,0,0,0.6) 51%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.18)), color-stop(50%,rgba(0,0,0,0.59)), color-stop(51%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.59) 50%,rgba(0,0,0,0.6) 51%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.59) 50%,rgba(0,0,0,0.6) 51%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.59) 50%,rgba(0,0,0,0.6) 51%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.18) 0%,rgba(0,0,0,0.59) 50%,rgba(0,0,0,0.6) 51%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#000000',GradientType=0 );
}
.mainImg .info h2 a{
	color:#fff;
	text-decoration: none;
	width:95%;
	margin:0 auto;
	display: block;
	font-size: 32px;
	line-height: 34px;
}
.mainImg .info h2{
	margin-top:10px;
	margin-bottom:10px;
}
.infoDetails{
	float:left;
	font-size:13px;
	margin-left:12px;
	margin-bottom: 6px;
}
.infoDetails a{
	text-decoration: none;
	color:#C4C4C4;
}
.infoDetails span{
	color:#C4C4C4;
}
.commentsBox{
	float:right;
	color:#C4C4C4;
	margin-right: 10px;
	margin-top:5px;
}
.commentsIcon{
	float:left;
	margin-top:2px;
	margin-right:5px;
}
.commentsNumber{
	font-size: 10px;
	font-family: 'Arial';
}
.sliderCategory{
	float:left;
	font-size: 11px;
	padding-left:10px;
	padding-right: 10px;
	height:20px !important;
	padding-top: 5px;
}
.sliderCategory a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	float:left;
}
.video{
	float:left;
	width:30px;
	height:25px;
}
.iconVideo{
	width:16px;
	height:13px;
	float:left;
	background: url('../img/sprite.png');
	background-position: -5px -39px;
	margin-left:8px;
	margin-top:5px;
}
.iconFoto{
	width:16px;
	height:13px;
	float:left;
	background: url('../img/sprite.png');
	background-position: -28px -44px;
	margin-left:8px;
	margin-top:7px;
}
.cube{
	width:39px;
	height:34px;
	position: absolute;
	top:0;
	right:0;
	background: url('../img/sprite.png') no-repeat center;
	background-position: -45px -3px
}
.nextGame{
	float:left;
	width:100%;
	height: 87px;
}
.rightSide{
	float:left;
	width:540px;
	height:605px;
}
.sliderRowSmall{
	float:left;
	width:269px;
}
.sliderRowSmall .infoDetails{
	margin-left:9px;
}
.sliderRowBigger .info h2 a{
	color:#fff;
	text-decoration: none;
	width:95%;
	margin:0 auto;
	display: block;
	font-size: 20px;
	line-height: 24px;
}
.rowBox{
	width:270px;
	height:300px;
	overflow: hidden;
	float:left;
	position: relative;
}
.smallRowBox{
	float: left;
    height: 300px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    width: 269px;
}
.smallRowBox .newsInfo{
	position: absolute;
	top:10px;
	left:5px;
}
.smallRowBox .info h2 a{
	color:#fff;
	text-decoration: none;
	width:95%;
	margin:0 auto;
	display: block;
	font-size: 20px;
	line-height: 24px;
}
.smallRowBox .info h2 {
	margin-top:10px;
	margin-bottom:10px;
}
.mainSlider .flexslider .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{
	width:71px;
	height:71px;
	border-radius: 0;
}
.mainSlider .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-73px;
}
.mainSlider .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-73px;
}
.mainSlider .flexslider .flex-direction-nav a{
	opacity:1;
}
.secondaryMenuWrapp{
	width: 100%;
	float: left;
	background-color: #000;
	height: 50px;
	margin-top:10px;
	margin-bottom:10px;
}
.secondaryMenuWrapp nav ul {
	float: left;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	font-size: 18px;
	margin-top:15px;
}
.secondaryMenuWrapp nav ul li{
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	border-right:1px solid #363636;
	padding-top:5px;
	padding-bottom:5px;
}
.secondaryMenuWrapp nav ul li a.active::before{
	bottom:-19px;
}
.secondaryMenuWrapp nav ul li a{
	text-decoration: none;
	color:#b3b3b3;
}
.socialBox .moreNetworks{
	width:50px;
	height:50px;
	background:url('../img/plusLarge.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color:#242222;
}
.active{
	position: relative;
}
.active a{
	color:#fff !important;
}
.active::before{
	position: absolute;
	width:13px;
	content: " ";
	height: 10px;
	bottom: -14px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url('../img/blackCaret.png') no-repeat center;  
}
.main .active{
	position: relative;
}
.main .active::before{
	position: absolute;
	width:22px;
	content: " ";
	height: 10px;
	bottom: -21px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url('../img/caretDropdown.png') no-repeat center;  
}
.boxContent{
	float:left;
	width:100%;
}
.boxContentWrapp{
	float:left;
	width:100%;
}
.boxContentLeft{
	float:left;
	width:728px;
}
.rightContentBox{
	float:left;
	width:270px;
}
.sharedArticle{
	width:341px;
	float:left;
	margin-right:1px;
}
.sharedArticle .imgWrapp{
	width:341px;
	height: 280px;
	overflow: hidden;
	float:left;
}
.articleBox{
	float:left;
	width:100%;
	background: #fff;
	height: 120px;
}
.articleBox h2{
	width:95%;
	display: block;
	margin:0 auto;
}
.articleBox h2 a{
	width:100%;
	float:left;
	text-decoration: none;
	color: #231f20;
	font-size: 19px;
	line-height: 21px;
}
.articleBox span{
	font-family:Arial;
	font-size:11px;
	width:95%;
	float:left;
	margin-left: 8px;
	font-weight: bold;
}
.newsBox{
	float:left;
	background: #fff;
	width: 192px;
	height:400px;
}
.articleContentWrapp{
	width:175px;
	display: block;
	margin:0 auto;
}
.articleContentWrapp .imgWrapp .newsInfo{
	bottom:0;
	position: absolute;
}
.articleContentWrapp .imgWrapp{
	width:175px;
	height:270px;
	overflow: hidden;
	margin-top:10px;
	position: relative;
}
.articleContentWrapp h2 {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	height:84px;
	overflow: hidden;
}
.articleContentWrapp h2 a{
	float:left;
	color:#231f20;
	text-decoration: none;
	font-size:19px;
	line-height: 21px;
}
.articleContentWrapp .infoDetails{
	font-size:10px;
	margin-left: 0;
}
.articleContentWrapp .infoDetails a{
	color:#625d5d;
}
.articleContentWrapp .infoDetails span{
	color:#625d5d;
}
.articleContentWrapp .commentsBox{
	margin-top:0;
	color:#625d5d;
}
.itemSlider{
	float:left;
	width:728px;
	margin-top:1px;
}

.itemSlider .flexslider .slides > li {
    display: none;
    width: 242px;
}

.itemSlider .flexslider .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{
	width:71px;
	height:71px;
	border-radius: 0;
}
.itemSlider .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-2px;
}
.itemSlider .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-2px;
	width:71px;
	height:71px;
}
.itemSlider .flexslider .flex-direction-nav a{
	opacity:0.8;
	top:40%;
}
.itemSlide{
	float:left;
	width:99.6%;
	border-right:1px solid #4C4C4C;
	position: relative;
}
.itemSlide .info{
	position: absolute;
	bottom:0;
	padding-bottom: 10px;
}
.itemSlide .info h2 a{
	color:#fff;
	text-decoration: none;
	width:85%;
	font-size: 14px;
	line-height: 16px;
	float:right;
}
.itemSlide .info h2{
	margin-top:9px;
	margin-bottom:10px;
}
.row{
	float:left;
	width:100%;
	margin-top:1px;
}

.showMoreRow{
	float: left;
    margin-top: 3px;
}

.fullImg{
	float:left;
	width:341px;
	height:280px;
	overflow: hidden;
}
.highlightedArticle{
	width:341px;
	height: 280px;
	float:left;
	margin-right:1px;
	background: #fff;
	position: relative;
}
.highlightedArticleFull{
	width:341px;
	height: 280px;
	float:left;
	position: relative;
	margin-left:1px;
}

.highlightedArticleFull.banner-360{
	background-color: #fff;
	width: 340px;
}

.highlightedArticleFull.banner-timline-360{
	background-color: #ddd;
}

.cubeArticle{
	width:39px;
	height:35px;
	background-color:#fff;
	position: absolute;
	top:0;
	right:12px;
	margin-top:-28px;
	background-image:url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -92px -2px;
}
.highlightedArticle .imgWrapp .newsInfo{
	position: absolute;
	bottom:0;
	left:0;
}
.highlightedArticle .imgWrapp{
	width:318px;
	height: 189px;
	overflow: hidden;
	display: block;
	margin:0 auto;
	margin-top:10px;
	position: relative;
}
.articleContentWrappSmaller{
	width:175px;
	display: block;
	margin:0 auto;
	position: relative;
}
.articleContentWrappSmaller .imgWrapp .newsInfo{
	bottom:1px;
	position: absolute;
}
.articleContentWrappSmaller .imgWrapp{
	width:175px;
	height:190px;
	overflow: hidden;
	margin-top:10px;
	position: relative;
}
.articleContentWrappSmaller h2 {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	overflow: hidden;
}
.articleContentWrappSmaller h2 a{
	float:left;
	color:#231f20;
	text-decoration: none;
	font-size:17px;
	line-height: 20px;
}
.articleContentWrappSmaller .infoDetails{
	font-size:10px;
	margin-left: 0;
}
.articleContentWrappSmaller .infoDetails a{
	color:#625d5d;
}
.articleContentWrappSmaller .infoDetails span{
	color:#625d5d;
}
.articleContentWrappSmaller .commentsBox{
	margin-top:0;
	color:#625d5d;
}
.highlightedArticleInfo{
	width:100%;
	height:80px;
	background:#fff;
	position: relative;
}
.highlightedArticleInfo h2 {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	overflow: hidden;
	width:100%;
}
.highlightedArticleInfo h2 a{
	color:#231f20;
	text-decoration: none;
	font-size:17px;
	line-height: 20px;
	margin: 0 auto;
	display: block;
	width: 94%;
}
.highlightedArticleInfo .infoDetails{
	font-size:10px;
	margin-left: 11px;
	width:95%;
}
.highlightedArticleInfo .infoDetails a{
	color:#625d5d;
}
.highlightedArticleInfo .infoDetails span{
	color:#625d5d;
}
.highlightedArticleInfo .commentsBox{
	margin-top:0;
	color:#625d5d;
}
.newsBoxArticle{
	float:left;
	background: #fff;
	width: 192px;
	height:280px;
}

.newsBoxArticle .articleContentWrappSmaller h2 a {
    font-size: 16px;
	line-height: 19px;
}

.newsBoxArticle.wide{
	width: 270px;
}

.newsBoxArticle.wide .articleContentWrappSmaller, .newsBoxArticle.wide .imgWrapp{
	width:252px;
}

.fotoVideo{
	background-color: #d10715;
    font-size: 14px;
    left: 10px;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
    z-index: 2;
}
.fotoVideo a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
}
.mediaIcons{
	float:left;
	width:30px;
}
.mediaIcons .video {
	height:auto;
}
.mediaIcons .video .iconFoto{
	margin-top:0;
}
.banner{
	background: #fff;
	float: left;
	width:100%;
	margin-top:2px;
}
.readMoreNews{
	width:100%;
	float:left;
	background-color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
}
.readMoreNews a{
	color:#fff;
	text-decoration: none;
}
.caretDownLeft{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #fff;
	margin-left:15px;
	float:left;
	margin-top:5px;
}
.caretDownRight{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #fff;
	margin-right:15px;
	float:right;
	margin-top:5px;
}
.facebookLike{
	float:left;
	background:#3f67c0;
	width:50px;
	height:50px;
	margin-right:1px;
}
.facebookLike span{
	background: url('../img/sprite.png');
	background-position: -3px -160px;
	float:left;
	width:13px;
	height:24px;
	margin-left:19px;
	margin-top:12px;
}
.twitt{
	float:left;
	background:#35b5eb;
	width:50px;
	height:50px;
	margin-right:1px;
}
.twitt span{
	background: url('../img/sprite.png');
	background-position: -26px -161px;
	float:left;
	width:28px;
	height:23px;
	margin-left:12px;
	margin-top:14px;
}
.googleFun{
	float:left;
	background:#eb5b4c;
	width:50px;
	height:50px;
}
.googleFun span{
	background: url('../img/sprite.png');
	background-position: -66px -160px;
	float:left;
	width:23px;
	height:25px;
	margin-left:14px;
	margin-top:14px;
}
aside.side{
	width:270px;
	float:right;
}
ul.tabs{
	margin: 0px;
	list-style: none;
	background: #5d5e5e;
	font-family:'Arial';
	width:100%;
	float:left;
	padding-top:5px;
	padding-left:0;
}
ul.tabs li{
	background: none;
	cursor: pointer;
	color:#fff;
	margin-right:30px;
	float:left;
	line-height: 16px;
	padding-bottom:2px;
}
ul.tabs li.current{
	color: #fff;
	border-bottom:5px solid #999999;
}
.tab-content{
	display: none;
	background: #ededed;
	height: 596px;
	width:100%;
	float:left;
}
.newsTabs-content{
	width:100%;
	float:left;
	height:300px;
}
.tab-content.current{
	display: inherit;
}

.socialTabTitle{
	display: none;
	margin-left: 2px;
}

ul.tabs li.current .socialTabTitle{
	display: inline-block;
}

.fbImg{
	background: url('../img/fbwidget.png');
	background-repeat: no-repeat;
	float:left;
	width:16px;
	height:16px;
}
.instaWidget{
	background: url('../img/instagram.png');
	background-repeat: no-repeat;
	float:left;
	width:16px;
	height:16px;
}
.googleWidget{
	background: url('../img/google.png');
	background-repeat: no-repeat;
	float:left;
	width:16px;
	height:16px;
}
.twitterImg{
	background: url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -83px -57px;
	width:20px;
	height:16px;
	float:left;
	margin-right: 3px;
	margin-left:3px;
}
.sideBox{
	float:left;
	width:270px;
	height:268px;
	background-color: #fff;
	margin-bottom:3px;
}
.sideBox:last-child{
	margin-bottom: 0;
}
.sideBox .imgWrapp{
	width:247px;
	height: 248px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	display: block;
	margin-top:10px;
}
.sideBox .imgWrapp .newsInfo{
	position: absolute;
	top:0;
	left:0;
}
.sideBox .imgWrapp .info{
	position: absolute;
	bottom:0;
}
.sideBox .imgWrapp .info h2{
	float:left;
	font-size:17px;
	line-height: 20px;
	margin-bottom:5px;
}
.sideBox .imgWrapp .info h2 a{
	color:#fff;
	text-decoration: none;
	width:95%;
	display: block;
	margin:0 auto;
}
.sideIntro{
	margin: 0 auto;
	display: block;
	font-size:14px;
	width: 95%;
	font-family: 'Arial';
	color:#fff;
	padding-bottom:10px;
}

footer{
	background: none repeat scroll 0 0 #000;
    float: left;
    min-width: 1000px;
    padding-bottom: 20px;
    width: 100%;
}
.footerLogo{
	float:left;
	margin-top:25px;
	width:224px;
	margin-bottom:25px;

}

.footerRight {
    float: right;
}

.footerItemsWrapper{
	float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 42px;
}
.footerItems{
	float:left;
	font-family: 'Arial';
	font-size: 11px;
	font-weight:bold;
}
.footerItems ul{
	float:right;
	margin:0;
	padding:0;
}
.footerItems ul li{
	float:left;
	display: inline;
	margin-left: 7px;
}
.footerItems ul li a{
	float:left;
	text-decoration: none;
	color:#fff;
}
.dot{
	float:left;
	background: #fff;
	border-radius: 10px;
	width: 5px;
	height: 5px;
	margin-top:3px;
	margin-right:5px;
}
.textTransform{
	text-transform: uppercase;
}
.copyright{
	float: left;
	font-family:'Arial';
	width:415px;
	font-weight: bold;
	color:#fff;
	font-size: 11px;
}
footer .socialBox{
	margin-top:25px;
}
/*Category Start*/
.topSliderCategory{
	float:left;
	height:602px;
	width:100%;
}
.mainSliderCategory{
	float:left;
	width:100%;
}
.mainSliderCategory .flexslider .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{
	width:71px;
	height:71px;
	border-radius: 0;
}
.mainSliderCategory .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-73px;
}
.mainSliderCategory .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-73px;
}
.mainSliderCategory .flexslider .flex-direction-nav a{
	opacity:1;
}
.highlightedSliderNews{
	float: left;
    height: 508px;
    overflow: hidden;
    position: relative;
    width: 730px;
}
.highlightedSliderNews .newsInfo{
	position: absolute;
	top:10px;
	left:5px;
} 
.highlightedSliderNews .info h2 a{
	color:#fff;
	text-decoration: none;
	width:97%;
	margin:0 auto;
	display: block;
	font-size: 32px;
	line-height: 34px;
}
.highlightedSliderNews .info h2{
	margin-top:10px;
	margin-bottom:10px;
}
.leftSlideWrapp{
	float:left;
	width:730px;
}
.mainSliderCategory .banner{
	margin-top:2px;
}
.rightSlideWrapp{
	float:left;
	width:270px;
}
.categoryBoxRow{
	float:left;
	width:100%;
	margin-top:1px;
}
.categoryNewsBox{
	float:left;
	width:100%;
}

.categoryNewsBox.more{
	margin-top: 2px;
}

.categoryBanner{
	background-color: #fff;
	float:left;
	width:336px;
	height:280px;
	overflow:hidden;
	position: relative;
	margin-top: 1px;
}
.categoryBanner .info{
	position: absolute;
	bottom:0;
	padding-bottom: 10px;
	z-index:444;
}
.categoryBanner  .info h2 a{
	color:#fff;
	text-decoration: none;
	width:85%;
	font-size: 14px;
	line-height: 16px;
	float:right;
}
.categoryBanner .info h2{
	margin-top:9px;
	margin-bottom:10px;
}
.categoryNews{
	float: left;
    height: 280px;
    margin-left: 1px;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
    width: 331px;
}

.categoryNews.bigger {
    width: 335px;
}

.categoryNews .info{
	position: absolute;
	bottom:0;
	padding-bottom: 10px;
	z-index:444;
}
.categoryNews  .info h2 a{
	color:#fff;
	text-decoration: none;
	width:85%;
	font-size: 14px;
	line-height: 16px;
	float:right;
}
.categoryNews .info h2{
	margin-top:9px;
	margin-bottom:10px;
}
.adsArea{
	float:left;
	width:100%;
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
	background-color: #231F20;
}
.adsArea .twitterNews{
	color:#fff;
	height:85px;
	width: 250px;
	margin-top:5px;
}
.adsArea .twitterNews .tw-box span {
	font-size:11px;
	margin-top:2px;
}

.adsArea .twitterNews .tw-box h3 a{
	color:#fff;
}
.adsArea .ads728{
	background-color: #fff;
	width:728px;
	float:left;
}
.followNews{
	float:left;
	width:272px;
	background: #231f20;
	height:90px;
}
.customRow .categoryNews{
	margin-left:0;
	margin-right:1px;
}
.navWrappSubmenu{
	margin:0 auto;
	background:#343434;
	height: 35px;
	width:1440px;
}
.navWrappSubmenu nav{
	width: 1000px;
	margin:0 auto;
	display: block;
	height:35px;
	position: relative;
	left:-10px;
}
.navWrappSubmenu ul{
	margin: 0;
	padding:0;
	float:left;
	width:100%;
}
.navWrappSubmenu ul li{
	list-style-type:none;
	float:left;
	padding-right:10px;
	border-right:1px solid #524e4f;
	margin-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}
.navWrappSubmenu ul li:first-child{
	margin-left:0;
}
.navWrappSubmenu ul li a {
	color:#fff;
	float:left;
	text-decoration: none;
}
.mainSubmenu{
	float:left;
	width:100%;
	background:#343434;
}
.navWrappSubmenu nav .active::before{
	position: absolute;
	width:22px;
	content: " ";
	height: 10px;
	bottom: -9px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url('../img/caretMain.png') no-repeat center;  
}
/*article*/
.arrowLeftBox{
	position: absolute;
	top:360px;
	left:-71px;
}
.arrowRightBox{
	position: absolute;
	top:360px;
	right:-72px;
}

.currentCategory{
	float:left;
	font-size:28px;
	font-style: italic;
	margin-top:18px;
}
.currentCategory a{
	float:left;
	color:#fff;
	text-decoration:none;
}  
.box-misc{
	background: none repeat scroll 0 0 #f4f3f3;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.categoryTitleBox{
	float:left;
	border-left: 2px solid #539b07;
}
.breadcrumb{
	color: #539b07;
    float: left;
    font-family: "Arial";
    font-size: 12px;
    height: 48px;
    line-height: 50px;
}
.breadcrumb a{
	color: #539b07;
	text-decoration: none;
	float:left;
}
.breadcrumb span{
	float:left;
	margin-top:-2px;
	margin-left:3px;
	margin-right:3px;
}
.relatedThemesBox{
	float:left;
	margin-left:10px;
	font-family: 'Arial';
}
.relatedThemesBox ul{
	float:left;
	margin:0;
	padding-left:0;
	margin-top:18px;
	font-size: 13px;
}
.relatedThemesBox ul li{
	float:left;
	list-style-type: none;
	margin-left: 7px;
}
.relatedThemesBox ul li a{
	text-decoration: none;
	float:left;
	color:#000;
}
.themeCircle{
	float:left;
	border:1px solid #000;
	border-radius:10px;
	width:5px;
	height:5px;
	margin-top:5px;
	margin-right:5px;
}
.miscIcon{
	background: url("../img/sprite.png") repeat scroll -2px -124px rgba(0, 0, 0, 0);
    float: left;
    height: 21px;
    margin: 14px 12px 12px;
    width: 21px;
}
.themeBoxTitle{
	float:left;
	font-family: 'Arial';
	font-size:14px;
	font-weight: bold;
	margin-top:17px;
	margin-left:5px;
}
.miscIconTheme{
	background: url("../img/sprite.png") repeat scroll -35px -125px rgba(0, 0, 0, 0);
    float: left;
    height: 21px;
    margin: 15px 14px 14px;
    width: 21px;
}
.authorBox{
	float:left;
	border-left: 2px solid #539b07;
}
.author{
	float: left;
    height: 50px;
    line-height: 52px;
}
.dateBox{
	float:left;
	margin-left: 5px;
}
.date{
	float: left;
    height: 50px;
    line-height: 52px;
}
.socialBox{
	float:right;
}

header .socialBox{

}

.box.article .box-content{
	width:963px;
	padding-left:18px;
	padding-right:18.5px;
	float:left;
	background: #fff;
}
.box.article .tabs{
	margin-top:5px;
}    

.box.article .tab-content{
	height: 350px;
}

.box.article .box-content-left{
	float:left;
	width:655px;
}
.box.article .box-content-right{
	float:right;
	width:300px;
}

.box.article .content iframe, 
.box.article .content embed, 
.box.article .content img, 
.box.article .content object {
    max-width: 100% !important;
}

.box.article .article-view h2{
	color: #7c7c7c;
    float: left;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}
.box.article h1{
	float: left;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}
.box-content-right aside{
	float:left;
	width:100%;
}
.box-content-right aside .banner{
	margin-top:0px;
	margin-bottom:0;
}
.article-view{
	float:left;
	width:100%;
}
.article-view .image{
	float:left;
	width: 655px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.misc{
	background: none repeat scroll 0 0 #f4f3f3;
    float: left;
    font-family: "Arial";
    font-size: 12px;
    height: 51px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 648px;
}

#misc-tmp{
	display: none;
}

.miscWrapp {
	background:#f4f3f3;
	width: 100%;
	float:left;
	display:none;
}

.miscWrapp #misc-tmp{
	display: block;
}

.miscWrapp .misc{
	width:1000px;
	display: block;
	margin:0 auto;
	float:none;
	position: relative;
}
.currentlyReading{
	font-family: 'FuturaPT-Heavy';
	font-size:18px;
	float:left;
	margin-top:13px;
	margin-left:15px;
}
.social-container {
	float:left;
}
.social-container .links {
	float:left;
}
.social-container .links a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: lighter;
}
.social-container .links a span {
	font-family: 'FuturaPT-Heavy';
	font-size:16px;
}
.fa-facebook{
	float:left;
	background-color: #3f67c0;
	padding: 15px 20px 10px;
}
.fa-twitter{
	float:left;
	background-color: #35b5eb;
	 padding: 15px 15px 10px;
}
.fa-google-plus{
	float:left;
	background-color: #eb5b4c;
	padding: 15px 14px 10px;
}
.overlay .ads .socialBox .social-container .links .moreNetworks {
	height:23px;
}
.ads .socialBox .social-container .links .moreNetworks {
	float:left;
	background-position: 10px center;
	width:105px;
	height:auto;
	padding:12px 5px;
	margin-left:0;
}
.ads .socialBox .social-container .links .moreNetworks span{
	color:#fff;
	float:right;
	margin-right:5px;
}
.content{
	float: right;
    font-family: "Arial";
    font-size: 14px;
    line-height: 28px;
    margin-right: 18px;
    overflow: hidden;
    text-align: justify;
    width: 488px;
}
.content a{
	color: #7fc04c;
}
.moreNews{
	float: left;
    margin-top: 20px;
    width: 148px;
}
.showMore{
	border:none;
	float:left;
	margin-top:49px;
	margin-left:2px;
}
.showMore>img{
	border:0 !important;
}
.newsArticleBox{
	float:left;
	width:100%;
	position: relative;
}
.newsArticleBox a img {
	border:1px solid #539b07;
}
.newsArticleBox span{
	float:left;
	font-family: 'Arial';
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	width:100%;
	color:#539b07;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid green;
	position: absolute;
	right:18px;
	top:20px;
}
.box.article .newsArticleBox h2{
	border-bottom: 1px solid #c9c9c9;
    float: left;
    margin-bottom: 0;
    margin-top: 5px !important;
    padding-bottom: 5px;
    width: 80%;
}
.newsArticleBox h2 a{
	color: #000;
    float: left;
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    width: 100% !important;
}
.box.article .newsArticleBox h3{
	float:left;
	width:80%;
	margin-top:5px;
	margin-bottom:0;
}
.box.article .newsArticleBox h3 a{
	float:left;
	width:100% !important;
	text-decoration: none;
	color:#000;
	font-size:10px;
	font-family:'Arial';
	line-height: 12px;
}
.box.article .categoryBoxRow{
	margin-top:10px;
}
.box.article .box-content .box-content-right aside .sideBox{
	width:298px;
	border:1px solid #e7e7e7;
	margin-top:5px;
}
.box.article .box-content .box-content-right aside .sideBox .imgWrapp{
	width:276px;
	position: relative;
}

.topTabedNews{
	border: 1px solid #e7e7e7;
    float: left;
    margin-top: 5px;
    width: 298px;
}

.topTabedNews.homeTabs{
	background-color: #fff;
    height: 614px;
    margin-bottom: 3px;
    margin-top: 0;
    width: 268px;
}

.tabedNews{
	width:276px;
	display: block;
	margin:0 auto;
	font-size:12px;
	font-family: 'Arial';
}

.topTabedNews.homeTabs .tabedNews{
	width: 260px;
}

.tabedNews .box-top{
	float:left;
	width:100%;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	margin-top:10px;
	margin-bottom: 5px;
	padding-left:0;
	list-style: none;
}
.tabedNews .box-title{
	float:left;
	background: #3e7307;
	padding:5px 7px;
	cursor:pointer;
}
.tabedNews .box-title a{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
.tabedNews h2{
	float:left;
	width:100%;
	margin-top:5px !important;
	margin-bottom:0;
	padding-bottom:5px;
	border-bottom:1px solid #e0e0e0;
}

.tabedNews h2 {
    box-sizing: border-box;
    padding: 0 5px 5px;
}


.topTabedNews.homeTabs .tabedNews h2 {
    box-sizing: border-box;
    line-height: 18px;
    padding: 5px;
}

.tabedNews h2:last-child{
	border-bottom:none;
}
.tabedNews h2 a{
	width:98%;
	float:left;
	margin-left:2px;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.tabedNews .tabed-content{
	background-color: #fff;
	height:auto;
	width:100%;
	float:left;
}
.tabedNews .box-title.currentTab{
	background: #539B07;
}
.tabed-content.currentTab{
	display: inherit;
}
/*Static page*/
.fullWidth{
	float:left;
	width:100%;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
}
.ads728{
	width:728px;
	float: left;
	background-color: #fff;
	height:90px;
}

.box.article.txt .box-content{
	margin-bottom:10px;
	padding-bottom:20px;
}
.box.article.txt .box-content-left{
	margin-top:10px;
}
.box.article.txt .box-content-left .misc .authorBox{
	border-left:2px solid #d10715;
}
.box.article.txt .box-content-right{
	margin-top:10px;
}
.static{
	float:left;
	width:100%;
	text-transform: uppercase;
	color:#7c7c7c;
	font-size:18px;
}
.staticTitle{
	float:left;
	font-size: 34px;
	width:100%;
	margin-bottom:5px;
}
.staticInfo{
	float:left;
	width:215px;
	font-size:14px;
	font-family: 'Arial';
}
.staticInfo p{
	float:left;
	margin-top:0;
	margin-bottom: 35px;
}
.staticInfo span{ 
	width:130px;
	float:right;
	line-height:20px;
	margin-left:5px;
}
.adress{
	line-height: 25px;
}
/*Timeline*/
.box.timeline .box-content{
	background:#fff;
}

.box.timeline .box-content .box-misc{
	background: none;
}
.dd-select{
	height:49px;
	border-radius:0;
	background-color:#F4F3F3 !important;
}
.dd-selected-text{
	margin-top:5px;
	float:left;
}
#timeline-category{
	float:left;
}
#timeline-order{
	float:left;
}
#minuta{
	float:left;
}

.box.timeline .timeline-misc.fixed{
	background-color: #fff;
    border-bottom: 1px solid #333;
    padding: 7px 0;
    top: 70px;
}

.box.timeline .timeline-misc.fixed.menuOpened {
    top: 137px;
}

.box.timeline .timeline-misc.fixed .box-misc {
    float: none;
    margin: 0 auto;
    width: 1000px;
}

.box.timeline .timeline-misc.fixed .dd-container {
    margin-left: 1px;
}

.box.timeline .timeline-misc.fixed .dd-select {
    border: 0 none;
    height: 38px;
}

.box.timeline .timeline-misc.fixed .dd-selected {
    padding: 6px 10px;
}

.box.timeline .timeline-misc.fixed .timelineBoxIcon {
    height: 38px;
}

.box.timeline .timeline-misc.fixed .timeIcon {
    background: url("../img/sprite.png") repeat scroll -123px -155px rgba(0, 0, 0, 0);
    height: 26px;
    margin: 5px 17px;
    width: 26px;
}

.box.timeline .box-misc {
	font-family: 'Arial';
	font-size: 14px;
}

.timelineTimeBox{
	float:left;
	width:60px;
}
.timelineBoxIcon{
	background-color:#539B07;
	height:51px;
	width:100%;
}
.timeIcon{
	float:left;
	background:url('../img/sprite.png');
	width:31px;
	height:36px;
	background-position: -68px -110px;
	margin-left:13px;
	margin-top:8px;
}
.box.timeline .box-content .box-content-left{
	width:788px;
	float:left;
}
.timelineTimeInfo{
	float:left;
	width:59px;
	border-top:2px solid #539B07;
	text-align: center;
	color:#539B07;
	height:562px;
}
.timelineTime{
	margin-top:5px;
	float:left;
	width:100%;
}
.timelineDate{
	font-size:12px;
	font-weight: lighter;
}
.box.timeline .box-content .box-content-left .highlightedArticle{
	background-color:#f4f3f3;
	margin-bottom:1px;
}
.box.timeline .box-content .box-content-left .highlightedArticleInfo{
	background-color:#f4f3f3;
}
.box.timeline .box-content .box-content-left .newsBoxArticle{
	background-color:#f4f3f3;
	margin-bottom:1px;
}
.ads .ads728{
	margin-left:20px;
	margin-top: 10px;
	margin-bottom:10px;
}
.box.timeline .box-content .box-content-right {
	background-color:#f4f3f3;
	float:left;
	width:195px;
}
.box.timeline .box-content .box-content-right .side{
	background-color:#f4f3f3;
	float:left;
	width:100%;
	padding-bottom: 5px;
}
.box.timeline .box-content .box-content-right .side h2{
	width:90%;
	font-family: 'Arial';
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	margin:0 auto;
	padding-top:5px;
	padding-bottom: 5px;
}
.box.timeline .box-content .box-content-right .side h2 a{
	width:100%;
	display: block;
	margin:0 auto;
	text-decoration: none;
	color:#000;
}
.sideNewsInfo{
	color:#539b07;
	float:left;
	width: 100%;
}
section.block{
	float:left;
	width:100%;
}
.timeline .cubeBox{
	width:39px;
	height:35px;
	background-color:#F4F3F3;
	position: absolute;
	top:0;
	right:12px;
	margin-top:-28px;
}
.timeline .cubeBox .cubeTime{
	background-image:url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -35px -125px;
	float: left;
	width:21px;
	height:21px;
	margin-left:9px;
	margin-top:8px;
}
.timeline .socialBox{
	float:left;
	margin-top:10px;
	width:230px;
	margin-left:1px;
}
.timeline .socialBox .links a{
	width:105px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}

/*Live Article*/
.box.article.live .box-content{
	padding-top:10px;
	padding-bottom:10px;
}
.box.article.live .box-content-left .block{
	margin-top:10px;
	float:left;
	width:100%;
}

.box.article.live .misc{
	width: 962px;
}

.game{
	float:left;
	border-left:2px solid #d10715;
}
.game .miscIconTheme{
	background: url('../img/sprite.png');
	float:left;
	width:21px;
	height:21px;
	background-position: -114px -124px;
	margin: 15px 14px 14px;
}
.soon{
	color: #d10715;
    float: left;
    font-family: "FuturaPT-Heavy";
    font-size: 18px;
    line-height: 52px;
}
.resultsBox{
	float: left;
    text-align: center;
    width: 641px;
}
.resultsBox p{
	color: #7c7c7c;
    font-size: 20px;
    margin-bottom: 0;
}
.participients{
	float:left;
	width:100%;
	text-align: center;
}
.participients p{
	color: #000;
    font-size: 38px;
    line-height: 40px;
    margin: 10px 0 12px;
}
.participients p span{
	padding:10px;
}
.gameResults{
	float: left;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}
.gameResults p{
	font-size: 34px;
	color:#d10715;
	margin-top:0px;
}
.divider{
	color:#000;
	padding-left:80px;
	padding-right:80px;
}
.liveInfo{
	float:left;
	width:112px;
	border-top:2px solid #d10715;
	text-align: center;
	color:#d10715;
}
.liveInfo .time{
	width:100%;
	font-size:20px;
	float:left;
}
.liveInfo .description{
	width:100%;
	font-size:14px;
}
.liveIconBox{
	display: block;
	margin:0 auto;
	width:22px;
	position: relative;
	top:10px;
}
.liveInfo .foto, .liveInfo .image {
	width:20px;
	height:14px;
	background: url('../img/sprite.png');
	background-position: -147px -127px;
	float:left;
}
.liveInfo .video{
	width:22px;
	height:18px;
	background: url('../img/sprite.png');
	background-position: -146px -96px;
	float:left;
}
.newsBlock{
	float: left;
    margin-left: 20px;
    width: 506px;
}
.newsBlock .imgWrapp{
	height: 295px;
    overflow: hidden;
    position: relative;
    width: 506px;
	margin-bottom:10px;
}

.newsBlock .imgWrapp img {
    max-width: 100%;
}

.box.article.live .box-content-left .block .content{
	float:left;
	width:100%;
	font-size:13px;
	color:#000;
}
.box.article.live .box-content-left .block iframe{
	float:left;
	width:100%;
	margin-top:0;
}
.commentsArea{
	background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
    min-height: 200px;
    padding: 20px;
    width: 100%;
}
.lupaWrapp{
	position:absolute;
	bottom:0;
	right:0;
	width:39px;
	height:37px;
	background-color: #ed1c24;
}
.lupa{
	float:left;
	width:20px;
	height:19px;
	background: url('../img/sprite.png');
	background-position: -130px -55px;
	margin-top:7px;
	margin-left:10px;
}
/*Article Gallery*/
#showGallery{
	position: absolute;
	top:0;
	right:0;
	text-decoration: none;
	color:#fff;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
}
.showGallery{
	float:left;
	text-decoration: none;
	color:#fff;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
}
.showGallery .box-title{
	background: #539b07;
	float: left;
	text-transform: uppercase;
	padding:10px;
}
.showGallery span{
	background-color: #3e7307;
	float:left;
}
#showGallery .box-title{
	background: #539b07;
	float: left;
	text-transform: uppercase;
	padding:10px;
}
#showGallery span{
	background-color: #3e7307;
	float:left;
}
.box-arrow-wrapp{
	height:35px;
	width:35px;
}
.box-arrow{
	float:left;
	background: url('../img/sprite.png');
	background-position: -101px -162px;
	width:12px;
	height:18px;
	margin-left:11px;
	margin-top:8px;
}
.overlay{
	display: none;
	position:fixed;
	z-index:99999;
	top:0px;
	left:0px; 
	right:0px;
	bottom: 0;
	background-color:rgba(0, 0, 0, 0.5);
	color:#fff;
	overflow-y:scroll;
	overflow-x:hidden;
}
.overlay .socialBox{
	float:left;
	margin-top:10px;
	width:230px;
	margin-left:1px;
}
.overlay .socialBox .links a{
	width:105px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.overlay .box{
	background-color: #343434;
	padding-bottom: 100px;
}
.overlay .box section{
	background-color: #343434;
	float:left;
	width:100%;
}
#closeOverlay{
	width:53px;
	height:90px;
	background-color: #343434;
	position: absolute;
	right:-53px;
	top:10px;
	cursor:pointer;
}
#closeOverlay span{
	background-image: url('../img/sprite.png');
	width:30px;
	height:30px;
	background-position: -195px -47px;
	float:left;
	margin-top:30px;
}
.galleryPreviewBox{
	width:100%;
	float:left;
	background-color: #343434;
	padding-bottom:10px;
}
.galleryPreview{
	width:962px;
	float:left;
	margin-left:20px;
}
.galleryPreview .flexslider .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{
	width:71px;
	height:71px;
	border-radius: 0;
}
.galleryPreview .flexslider .slides img {
	margin:0 auto;
	max-width:960px;
	display: block;
	width:auto;
}
.galleryPreview .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-22px;
	width:71px;
	height:71px;
}
.galleryPreview .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-22px;
	width:71px;
	height:71px;
}
.galleryPreview .flexslider .flex-direction-nav a{
	opacity:1;
	top:40%;
}
.galleryPreview .flex-direction-nav .flex-disabled{
	opacity:1 !important;
}
.galleryPreview .box-left{
	width:770px;
	float:left;
}
.galleryPreview .box-right{
	width:180px;
	float:right;
	text-align:right;
	font-family: 'Arial';
}
#slider{
	margin-bottom:5px;
}
#carousel {
	width:810px;
	float:right;
	cursor:pointer;
}
#carousel li {
	margin-right:3px;
}
#carousel li img{
	margin-top:2px;
	height:34px;
	width:65px;
}
.galleryPreview .flexslider .flex-active-slide{
	border:3px solid #539b07;
	position: relative;
}
.galleryPreview .flexslider .flex-active-slide::before{
	position: absolute;
	width:13px;
	content: " ";
	height: 10px;
	top:-10px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url('../img/greenCaret.png') no-repeat center;
}
.galleryPreview .flexslider .flex-active-slide img{
	margin-top:0 !important;
}
.galleryPreview .date {
	float:left;
	width:100%;
	margin-left:0;
	font-size:16px;
}
.galleryPreview .galleryDescription{
	float:left;
	width:100%;
	font-family: 'Arial';
	font-weight: bold;
	font-size:12px;
	margin-top:5px;
	padding-bottom:10px;
}
#carousel .flex-viewport{
	overflow: visible !important;
}
.pictureAuthor{
	float:right;
	margin-top:25px;
	font-size:12px;
}
.overlay-open {
    overflow: hidden;
}
/*Background Colors*/
.bckGreen{
	background: #539b07;
}
.bckDarkGreen{
	background: #3e7307;
}
.bckOrange{
	background: #F18012;
}
.bckDarkOrange{
	background: #F14C12;
}
.bckYellow{
	background: #E4C82D;
}
.bckDarkYellow{
	background: #D3A119;
}
.bckBlue{
	background: #60BEF1;
}
.bckDarkBlue{
	background: #1389C9;
}
.bckPurple{
	background:#4f5a7c;
}
.bckDarkPurple{
	background:#2c3a65;
}
.bckDark{
	background:#231f20;
}
.bckGray{
	background:#4c4c4c;
}

.total-shares{
	float:left;
	margin-right:10px;
	text-align: center;
	display: none
}
.total-shares em{
	color: #7fc04c;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
}
.total-shares .caption{
	font-family:Arial,sans-serif;
	color: #8a8c8e;
	text-transform: uppercase;
	position: relative;
	top:-3px;
	font-weight:bold;
}
/*Foto and Video*/
.box.foto .box-content{
	background: #fff;
	padding:0px 20px;
	width: 960px;
}
.box.foto .box-content .article-view h2{
	color:#7c7c7c;
	float:left;
	font-size: 18px;
	width:100%;
	margin-top:0;
	margin-bottom:5px;
}
.box.foto .box-content .article-view h1{
	float:left;
	font-size: 34px;
	width:100%;
	margin-top:0;
	margin-bottom:5px;
}
.box.foto .box-content .box-misc{
	background: none;
	border-bottom:1px solid #C9C9C9;
}
.box.foto .box-content .relatedThemesBox{
	margin-left:0;
}
.box.foto .box-content .article-view .misc{
	background:none;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
}
.box.foto .box-content .article-view .misc .authorBox{
	border-left:none;
}
.gallery .flexslider{
	float:left;
	width:100%;
	height:480px;
}
.gallery .flexslider .flex-direction-nav .flex-next{
	width:50px;
	height:70px;
	border-radius: 0;
	background-color: #fff !important;
}
.gallery .flexslider .flex-direction-nav .flex-prev{
	width:50px;
	height:70px;
	border-radius: 0;
	background-color: #fff !important;
}
.gallery .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/leftFotoGallery.png");
	background-repeat: no-repeat;
	left:0px;
	background-position: center 15px;
	margin-left:0;
}
.gallery .flexslider .flex-direction-nav .flex-next {
	background:url("../img/rightFotoGallery.png");
	background-repeat: no-repeat;
	right:0px;
	background-position: 15px center;
	margin-right:0;
}
.gallery .flexslider .flex-direction-nav a{
	opacity:1;
}
.box.foto .box-content .article-view .fa-facebook{
	padding: 5px 10px 4px;
	margin-right:5px;
}
.box.foto .box-content .article-view .fa-twitter{
	padding: 4px 6px 5px;
	margin-right:5px;
}
.box.foto .box-content .article-view .fa-google-plus{
	padding: 4px 6px 5px;
}
.box.foto .box-content .article-view .social-container .links a{
	font-size:20px;
	margin-top:10px;
}
.box.foto .commentsArea{
	margin-bottom:10px;
}
.twitterNews{
	float:left;
	width:220px;
	position: relative;
	margin-left:10px;
	color:#4C4C4C;
	height:100px;
}
.followBox{
	left: 22px;
    position: absolute;
    top: 30px;
}
.twitterNews .tw-box{
	float:left;
	width:100%;
}
.twitterNews .tw-box h3{
	float: left;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.tw-box h3 img {
    float: left;
    margin-right: 8px;
}

.twitterNews .tw-box h3 a{
	color:#4C4C4C;
	text-decoration: none;
	font-size:16px;
	float:left;
}
.twitterNews .tw-box span{
	float:left;
	width:100%;
	font-family:Arial;
	font-size:12px;
}
.fbPlugin{
	float:right;
	margin-top:5px;
	margin-right:10px;
}
.fbFeed{
	float:left;
	margin-left:10px;
}
.hiddeArrows{
	display:none;
	visibility: hidden;
}
.newsTabs{
	float:left;
	width: 100%;
	min-height: 300px;
}
.newsTabsCategory{
	float:left;
	width:100%;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active{
	position: relative;
	outline:none;
}
.topTabedNews .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active{
	background: #539B07;
}
.topTabedNews .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active{
	background: #539B07;
}
.newsTabs nav .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active::before{
	position: absolute;
	width:13px;
	content: " ";
	height: 10px;
	bottom: -14px;
	left: 0px;
	right: 0px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	background: url('../img/blackCaret.png') no-repeat center;  
}
.newsTabs nav .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a{
	color:#F18012;
}

.ui-tabs-anchor:active, .ui-tabs-anchor:focus{
     outline:none;
}

.homeNewsTabs .secondaryMenuWrapp nav ul{
	font-size: 16px;
}

.homeNewsTabs .secondaryMenuWrapp nav ul li {
    padding: 5px 11px;
}
/*Drugi layout za tabove*/

.tabTopSlider{
	float:left;
	width:100%;
	height:280px;
}
.itemSlider .flexslider .flex-direction-nav a{
	opacity:0.8;
	top:40%;
}
.tabTopSlider .itemSlide{
	width:333px !important;
	height:280px;
}
.tabTopSlider .itemSlideBanner{
	width: 336px !important;
	height:280px;
	border-right: none;
	overflow: hidden;
}

.tabTopSlider .itemSlideBanner.banner-home-kos-slider{
	background-color: #fff;
}

.tabTopSlider .itemSlide .info h2 a{
	font-size: 16px;
	line-height: 18px;
}
.tabTopSlider .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-73px;
}
.tabTopSlider .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-73px;
	width:71px;
	height:71px;
}
.tabTopSlider .flexslider .flex-direction-nav a{
	opacity:1;
	top:40%;
}
.newsTabs .fullWidth{
	border:none;
	padding-top:0;
	margin-bottom:2px;
	margin-top:0;
	padding-bottom:0;
}
.newsTabs .fullWidth .twitterNews{
	background: none repeat scroll 0 0 #365a9d;
    height: 85px;
    margin-left: 0;
    padding-left: 10px;
    padding-top: 5px;
    width: 262px;
}
.newsTabs .fullWidth .twitterNews h3 a{
	color:#fff;
	margin-top:5px;
}

.newsTabs .fullWidth .twitterNews .followBox {
	left: 33px;
    position: absolute;
    top: 40px;
}

.mediaSlider{
	float:left;
	width:100%;
}
.mediaSlider .itemSlide .info h2 a{
	font-size: 16px;
	line-height: 18px;
}
.mediaSlider .itemSlide {
	height:270px;
	width:249.5px !important;
}
.mediaSlider .flexslider .flex-direction-nav .flex-prev {
	background:url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	left:-2px;
}
.mediaSlider .flexslider .flex-direction-nav .flex-next {
	background:url("../img/arrowRight.png");
	background-repeat: no-repeat;
	right:-2px;
	width:71px;
	height:71px;
}
.mediaSlider .flexslider .flex-direction-nav a{
	opacity: 0.8;
	top:40%;
}
.sideBox.bigger{
	height:280px;
}
.sideBox.bigger .imgWrapp{ 
	height:258px;
}
.boxContentLeft .row{
	width:728px;
	margin-top:3px;
}
.side.oneItem{
	margin-top:3px;
}

.box.search .row{
	margin: 0px 0px 3px 0px;
}

.box.search .pageTitle{
	background-color: #fff;
    margin: 0 0 3px;
    padding: 16px 10px;
    width: 978px;
}


article.fbShare {
    border-bottom: 1px solid #c9c9c9;
    font-family: Arial;
    margin: 10px;
    padding: 0 2px 8px;
}

article.fbShare h2 {
    font-size: 12px;
    margin: 2px 0;
}

article.fbShare h2 a{
	color: #231f20;
    font-weight: normal;
    text-decoration: none;
}

article.fbShare  span {
    font-size: 11px;
	color: #231f20;
}

.fa-api-share::before {
    content: "";
}

.fa-api-share{
    background-color: #3f67c0;
    float: left;
    padding: 15px 20px 10px;
}

.social.fb-api-share{
	background: url("../img/sprite.png") repeat scroll -35px -125px rgba(0, 0, 0, 0);
	width: 35px;
	height: 35px;
}


.banner-billboard {
    display: inline-block;
    width: 100%;
}

.banner-billboard > div {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 970px;
}

.banner-art-text-btm-1{
    float: left;
}

.banner-art-text-btm-2{
	float: right;
	margin-right: 14px;
}

.fudbal.theme-bg { background-color: #539b07 !important; }
.fudbal.theme-bg-dark { background-color: #3e7307 !important; }

.tenis.theme-bg { background-color: #f18012 !important; }
.tenis.theme-bg-dark { background-color: #f14c12 !important; }

.kosarka.theme-bg { background-color: #e4c82d !important; }
.kosarka.theme-bg-dark { background-color: #d3a119 !important; }

.autosvijet.theme-bg { background-color: #4f5a7c !important; }
.autosvijet.theme-bg-dark { background-color: #2c3a65 !important; }

/*Category fight*/

.fight .highlightedSliderNews{
	height:600px;
}
.fight .highlightedSliderNews img{
	height:100%;
}
body.cat_fight{
	background-color:#CCCCCC;
}
body.cat_fight .navWrapp{
	background: #1AB2E8;
}
body.cat_fight #toggleMenu{
	background: #1AB2E8;
}
body.cat_fight .sb-search{
	background: #1AB2E8;
}
body.cat_fight .sb-icon-search{
	background: #1AB2E8;
}
body.cat_fight #navMainWrapp{
	display: block;
}
body.cat_fight .colorChange{
	background: #1AB2E8 !important;
}
body.cat_fight .menuCaret{
	border-top:6px solid #fff;
}
body.cat_fight .circle{
	border:3px solid #fff;
}
body.cat_fight  .secondaryMenuWrapp{
	background: #1AB2E8;
}
body.cat_fight .secondaryMenuWrapp nav ul li a{
	color:#fff;
}
body.cat_fight .readMoreNews{
	background: #1AB2E8;
}
body.cat_fight .newsTabs nav .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active::before{
	background:url('../img/blueCaret.png') no-repeat center;
}
body.cat_fight .newsTabs nav .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a{
	color:#000;
}
body.cat_fight  .main ul li.active a{
	color: #1AB2E8 !important;
}
/* Video recommendation */
#over-main, #over-close, .over-title {
	font-family: 'Open Sans', arial, sans-serif;
}
#over-main {
	position:fixed; 
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 341px;
	bottom: 48px;
	right: 0px;
	background-color: #fff;
	padding: 16px 20px 20px 20px;
	border-style: solid;
	border-color: #ededed;
	border-width: 1px 0 1px 1px;
	z-index: 9999;
	-webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
	-moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
	-o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
	transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
}
#over-close {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #efefef;
	padding: 5px 10px;
	border-radius: 0px 0px 15px 0px;
	cursor: pointer;
}
.over-title {
	font-family: 'Open Sans', arial, sans-serif;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	min-width: 300px;
	margin-bottom: 18px;
}
/* Video recommendation */