﻿@font-face {
	font-family: 'PFAgoraSansProLight';
	src: url('../fonts/pfagorasanspro-light-webfont.eot');
	src: local('O'), url('../fonts/pfagorasanspro-light-webfont.woff') format('woff'), url('../fonts/pfagorasanspro-light-webfont.ttf') format('truetype'), url('../fonts/pfagorasanspro-light-webfont.svg#webfontv6HobzhN') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PFAgoraSansProThin';
	src: url('../fonts/pfagorasanspro-thin-webfont.eot');
	src: local('O'), url('../fonts/pfagorasanspro-thin-webfont.woff') format('woff'), url('../fonts/pfagorasanspro-thin-webfont.ttf') format('truetype'), url('../fonts/pfagorasanspro-thin-webfont.svg#webfont3FTmPbre') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:980px;
	color:#4f5357;
	font-size:14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1 {
	font-family: PFAgoraSansProThin;
	padding-top:40px;
	padding-bottom:25px;
	line-height:40px;
	font-size:38px;
	color:#636363;
}
	h1 a{
		color:#636363;
	}

h2 {
	font-family: PFAgoraSansProThin;
	padding-top:0px;
	padding-bottom:30px;
	line-height:30px;
	font-size:28px;
	color:#15b4d7;
}
	h2 a {
		color:#15b4d7;
	}
		h2 a:hover {
			color:#D3D956;
		}

a {
	text-decoration:none;
}

#greyLine{
	height:40px;
	background-color:#f2f4f5;
}
	#greyLine img{
		float:right;
		margin-top:8px;
	}


.wrapper{
	width:980px;
	margin:auto;
}

#header{
	height:190px;
}
	#header .logo {
		margin-top:55px;
	}

	#header .mainMenu {
		text-align:right;
	}
		#header ul {
			
		}
		
			#header ul li {
				text-align:center;
			}
			
			#header ul li.hover {
					background-color:#eefbfe;
			}
			
			#header ul li.active {
					background-color:#eefbfe;
			}
		
			#header ul li a{
				width:80px;
				padding-top:100px;
				padding-bottom:35px;
				color:#536172;
				display: inline-block;
				*display: inline;
				zoom:1;
			}


/* Social widget */
ul.social {

}
	ul.social li {
		padding-bottom:7px;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
	
		padding-left:35px;
		color:#536172;
		cursor:pointer;
		vertical-align: top;
	}
		ul.social li a{
			line-height: 28px;
			color:#536172;
		}
		ul.social .fbook {
			background-image: url("../img/icon-fbook.png");
		}
		ul.social .twitter {
			background-image: url("../img/icon-twitter.png");
		}
		ul.social .linkedin {
			background-image: url("../img/icon-linkedin.png");
		}
		ul.social .skype {
			background-image: url("../img/icon-skype.png");
		}
		ul.social .email {
			background-image: url("../img/icon-email.png");
		}
		ul.social .rss {
			background-image: url("../img/icon-rss.png");
		}
		ul.social .phone {
			background-image: url("../img/icon-phone.png");
		}
		ul.social .events {
			height:26px;
			width:85px;
			background-image: url("../img/button-events.png");
		}
		ul.social .articles {
			height:26px;
			width:104px;
			background-image: url("../img/button-articles.png");
		}
		ul.social .articlesActive {
			height:26px;
			width:104px;
			background-image: url("../img/button-articles-active.png");
		}
		
/* Social2 widget */
ul.social2 {

}
	ul.social2 li {
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
		margin-right: 15px;
		height: 33px;
		width: 33px;
	}
	ul.social2 li a{
		height: 33px;
		width: 33px;
		display: block;
	}
	ul.social2 .fbook {
		background-image: url("../img/icon2-fbook.png");
	}
	ul.social2 .twitter {
		background-image: url("../img/icon2-twitter.png");
	}
	ul.social2 .linkedin {
		background-image: url("../img/icon2-linkedin.png");
	}
	ul.social2 .slideshare {
		background-image: url("../img/icon2-slideshare.png");
	}
	ul.social2 .vimeo {
		background-image: url("../img/icon2-vimeo.png");
	}

		
		
	.button {
		display: inline-block;
		*display: inline;
		zoom: 1;
		line-height: 26px;
		margin-bottom: 5px;
		margin-right: 5px;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
	}
	.button.grey {
		background-image: url("../img/button-grey-left.png");

	}
	.button.blue {
		background-image: url("../img/button-blue-left.png");
	}
	.button.green {
		background-image: url("../img/button-green-left.png");
	}
		.button a{
			display: inline-block;
			line-height: 26px;
			padding: 0 10px;
			color:#ffffff;
			background-color: transparent;
			background-position: right top;
			background-attachment : scroll;
			background-repeat : no-repeat;
		}
		.button.grey a{
			color:#898989;
			background-image: url("../img/button-grey-right.png");

		}
		.button.blue a{
			background-image: url("../img/button-blue-right.png");

		}
		.button.green a{
			background-image: url("../img/button-green-right.png");
		}
		

.newsocialua {

}
	.newsocialua .bubble {
		color:#898989;
		background-color:#eefbfe;
		font-size:12px;
		line-height:20px;
		padding:15px;
		zoom:0 !important;
	}
	.newsocialua .bubble a{
		color:#636363;
	}
	.newsocialua .arrow {
		height:33px;
		cursor:pointer;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
		background-image: url("../img/newsocialua.png");
	}

/* SlideShare widget*/
.slideShare {
	margin-top:50px;
	border-top: 3px solid;
}
	.slideShare .arrow {
		height:30px;
		width:84px;
		top: -30px;
		position:relative;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
		background-image: url("../img/arrow-slideshare.png");
	}
	.slideShare ul {
		font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
		margin-left: 60px;
		margin-top: 30px;
	}
		.slideShare ul li{
			font-size: 20px;
			line-height: 40px;
		}
	
	.slideShare.green {
		border-color: #acd366;
	}	
		.slideShare.green .arrow {
			background-image: url("../img/arrow-slideshare-green.png");
		}
		.slideShare.green ul li{
			list-style: disc inside url("../img/list-dot-green.png");
		}
	.slideShare.yellow {
		border-color: #ffce4f;
	}	
		.slideShare.yellow .arrow {
			background-image: url("../img/arrow-slideshare-yellow.png");
		}
		.slideShare.yellow ul li{
			list-style: disc inside url("../img/list-dot-yellow.png");
		}
	.slideShare.blue {
		border-color: #40b4e8;
	}	
		.slideShare.blue .arrow {
			background-image: url("../img/arrow-slideshare-blue.png");
		}
		.slideShare.blue  ul li{
			list-style: disc inside url("../img/list-dot-blue.png");
		}
	.slideShare.red {
		border-color: #ef4678;
	}
		.slideShare.red .arrow {
			background-image: url("../img/arrow-slideshare-red.png");
		}
		.slideShare.red ul li{
			list-style: disc inside url("../img/list-dot-red.png");
		}

	.slideShare .background{
		padding-top:30px;
	}
	.slideShare .background .slide{
		width: 560px;
	}
	.slideShare .close{
		height:18px;
		width:18px;
		position:relative;
		float:right;
		top:40px;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
		background-image: url("../img/button-slide-close.png");
	}
	.slideShare .close.hover{
		background-image: url("../img/button-slide-close-hover.png");
	}
	.slideShare h2{
		color: #5b5b5b;
	}
	.slideShare p{
		color: #4f5357;
		font-size: 14px;
		line-height: 22px;
	}

		
	
	
#map {
	height:500px;
	margin-top:20px;
	margin-bottom:100px;
}	
	
#cubes {
	margin-top:80px;
}
	#cubes ul{
		
	}
		#cubes ul li{
			background-color: transparent;
			background-position: left 90px;
			background-attachment : scroll;
			background-repeat : no-repeat;
		}
			#cubes ul li .shadow{
				height:245px;
				width:170px;
				margin-left: -100px;
				padding-left: 100px;
				background-color: transparent;
				background-position: 40px -25px;
				background-attachment : scroll;
				background-repeat : no-repeat;
				background-image: url("../img/cubes/shadow.png");
			}
			#cubes ul li .image{
				height:177px;
				width:164px;
				position: relative;
				cursor:pointer;
				background-color: transparent;
				background-position: 0 0;
				background-attachment : scroll;
				background-repeat : no-repeat;
			}
			#cubes ul li h2{
				color: #5b5b5b;
			}

		#cubes ul li.green .image{
			background-image: url("../img/cubes/cub1_grey.png");
		}			
			#cubes ul li.green.color .shadow{
				background-image: url("../img/cubes/cub1_shadow.png");
			}
			#cubes ul li.green.color .image{
				background-image: url("../img/cubes/cub1.png");
			}	
			#cubes ul li.green.color h2{
				color:#acd366;
			}	
			
		#cubes ul li.yellow .image{
			background-image: url("../img/cubes/cub2_grey.png");
		}			
			#cubes ul li.yellow.color .shadow{
				background-image: url("../img/cubes/cub2_shadow.png");
			}
			#cubes ul li.yellow.color .image{
				background-image: url("../img/cubes/cub2.png");
			}
			#cubes ul li.yellow.color h2{
				color:#ffce4f;
			}	
			
		#cubes ul li.blue .image{
			background-image: url("../img/cubes/cub3_grey.png");
		}			
			#cubes ul li.blue.color .shadow{
				background-image: url("../img/cubes/cub3_shadow.png");
			}
			#cubes ul li.blue.color .image{
				background-image: url("../img/cubes/cub3.png");
			}
			#cubes ul li.blue.color h2{
				color:#40b4e8;
			}	
			
		#cubes ul li.red .image{
			background-image: url("../img/cubes/cub4_grey.png");
		}			
			#cubes ul li.red.color .shadow{
				background-image: url("../img/cubes/cub4_shadow.png");
			}
			#cubes ul li.red.color .image{
				background-image: url("../img/cubes/cub4.png");
			}
			#cubes ul li.red.color h2{
				color:#ef4678;
			}
		
		#cubes ul li p{
			background: url("../img/p_arrow.png") no-repeat scroll 0 0 transparent;
			color: #636363;
			margin-left: -25px;
			padding-left: 25px;
		}
		#cubes ul li:first-child p{
			background: none;

		}
		
.content {

}
#home {

}
	#home a {
		color: #45A9D6;
	}
	#home .home{
		width: 650px;
	}
		#home  .desc{
			height: 70px;
			line-height: 70px;
			background-color: #eefbfe;
			padding: 0 20px;
		}
		#home .desc a{
			font-size: 11px;
		}
	#home  .wide {
		text-align: right;
		line-height: 60px;
		font-size: 11px;
		color: #345058;
		margin-bottom: 10px;
	}
	#home .columns {
		
	}
		#home .column {
			width: 230px;
			margin-left: 20px;
		}
		#home .column:first-child {
			margin-left: 0px;
		}
			#home .column a{
				display: block;
				width: 228px;
				height: 90px;
				border: 1px solid #f6f6f6;
				border-top: none;
				background: transparent center center scroll no-repeat;
			}
			#home .column a.active{
				border-color: #eefbfe;
				background-color: #eefbfe;
			}
			#home .columns h2 {
				color: #345058;
			}
			#home .columns h3 {
				font-size: 15px;
				color: #21b8e4;
				margin-bottom: 10px;
			}
			#home .columns p {
				margin-bottom: 20px;
				font-size: 13px;
			}
			#home .columns .author {
				background: url("../img/author_arrow.png") no-repeat scroll left top transparent;
				padding: 20px 5px;
			}
				#home .columns .author img{
					position: absolute;
				}
				#home .columns .author .name,
				#home .columns .author .date{
					padding-left: 40px;
					color: #8f8f8f;
					font-size: 11px;
				}
				#home .columns .author .date{
					color: #c3c3c3;
				}
			
			
.cube {
	height:181px;
	margin-top: -180px;
	background-color: transparent;
	background-position: 800px bottom;
	background-attachment : scroll;
	background-repeat : no-repeat;
	background-image: url("../img/cube-grey.png");
}
		
.prewiev, .article {
	padding-right: 50px;
}		

	.prewiev .item{
		margin-top:30px;
		border-top: 2px solid #eff0f1;
		padding-top: 30px;
	}
		
		.article p,
		.prewiev p{
			padding-right:40px;
			line-height:22px;
		}
		
		.prewiev .video{
			margin-top:30px;
			margin-bottom:30px;
			text-align: right;
		}	
		
		.prewiev .compact{
			
		}	
		
		.article .author{
			display: inline-block;
			*display: inline;
			zoom:1;
			margin-bottom:30px;
		}
		.prewiev .author{
			text-align:right;
			padding-right:35px;
		}	
			.article .author a,
			.prewiev .author a {
				color:#898989;
				text-decoration:underline;
				font-size:12px;
			}
			.article .author a:hover,
			.prewiev .author a:hover {
				text-decoration:none;
			}
		
		.article .date{
			display: inline-block;
			*display: inline;
			zoom:1;
			margin-bottom:30px;
		}
		.prewiev .date{
			margin-bottom: 15px;
			margin-right: 35px;
			text-align: right;
		}	
			.article .date a,
			.prewiev .date a {
				color:#d3d956;
				font-size:12px;
			}
			.article .date a:hover,
			.prewiev .date a:hover {
				text-decoration:underline;
			}
		
		.prewiev .counter{
			float: right;
			font-size: 20px;
			height: 49px;
			line-height: 45px;
			margin-right: 35px;
			margin-left:10px;
			padding-bottom:20px;
			text-align: center;
			width: 46px;
			background-color: transparent;
			background-position: right top;
			background-attachment : scroll;
			background-repeat : no-repeat;
			background-image: url("../img/background-counter.png");
		}
		.prewiev .counter a{
			color: #ffffff;
		}
		
		
	
#paging {
	margin:auto;

}
	#paging li {
		text-align:center;
		width:47px;
		height:55px;
		line-height: 55px;
		background-color: transparent;
		background-position: left top;
		background-attachment : scroll;
		background-repeat : no-repeat;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	
	#paging li.active {
		background-image: url("../img/background-paging.png");
	}

		#paging li a {
			color:#73dff6;
			font-size:20px;
		}
		#paging li.active a{
			color:#c8c8c8;
		}
	
	
#footer {
	font-size:12px;
	padding: 80px 0;
	height:180px;
	background-color: transparent;
	background-position: right top;
	background-attachment : scroll;
	background-repeat : no-repeat;
	background-image: url("../img/background-footer.png");
}

	#footer .wrapper .jailbreak{
		border-top: 1px solid #EFF0F1;
		margin-left: -1000px;
		padding-left: 1000px;
		padding-top: 20px;
	}
	#footer .wrapper .jailbreak h4{
		color: #21b8e4;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#footer .wrapper .copy{
		text-align: right;
		color: #cfd7dd;
	}
/*
		#footer .wrapper .jailbreak .social{
			text-align:right;
		}
			#footer .wrapper .jailbreak .social a{
				margin-right:20px;
				color:#45a9d6;
			}
*/
#map .ballon a{
	color:#45A9D6;
}

#map .ballon .name{
	font-weight: bold;
}
			
