.grid {
	background: url(../i/24px_grid_bg.gif);
	height: 100%;
	width: 100%;
	position: fixed; z-index: 20; top: 0;
	}

.helper-box {
	border:dashed 1px #eee;
	padding: 10px;
	margin: 10px;
	float: left;
	}


.placeholder {
	display: block;
	background: #999;
	}

body {
	width: 1230px;
	font: normal 14px/24px "open_sansregular";
	color: #333;
	}

a {
	color: #004276;
	text-decoration: none;
	}

/*	a:visited {
		color: #2577b7;
		}
*/
	a:hover {
		text-decoration: underline;
		color: #004276;
		}

	a:active {
		text-decoration: underline;
		color: #2577b7;
		}

h1 {

	}

h2 {

	}

h3 {
	font: 24px/24px signikabold;
	}

h4 {
	font: 18px/24px signikaregular;
	}

h5 {

	}

h6 {

	}

/*UI*/


.prv-avatar {
	width: 120px !important;
	}

.mp-news {
	position: relative; z-index: 20;
	height: 104px;
	border-bottom: solid 10px #da1d23;
	width: 1230px;
	}

	.mp-news li {
		position: relative;
		float: left;
		width: 168px; height: 104px;
		}


	.mp-news li+li {
		margin-left: 9px;
		}

	.mp-news__cat {
		text-transform: lowercase;
		color: #ff6666;
		font-size: 16px;
		line-height: 1;
		display: block;
		margin-top: 5px;
		}

	.mp-news__mp {
		background: #da1d23;
		color: #fff;
		}

	.mp-news__prv {
		width: 168px; height: 104px;
		overflow: hidden;
		}

		.mp-news__prv img {
			width: 100%;
			height: auto;
			}

		.mp-news__mp p{
			margin: 30px 20px 0;
			font: 22px signikaregular,sans-serif;
			}


		.mp-news__mp p {
			margin: 30px 20px 0;
			font: 22px signikaregular,sans-serif;
			line-height: 24px;
			}

			.category .mp-news__mp p, .single .mp-news__mp p {
				margin-top: 19px;
				}


.mp-news.fixed {
	position: fixed;
	top: -104px;
	}


.mp-news .wrapperFixed.fixed {
	position: fixed;
	top: -104px;
	border-bottom: solid 10px #da1d23;
	z-index: 12;
	width: 1230px;
	}

.title-news {
	display: none;
	position: absolute;
	font: 14px/24px open_sansregular,sans-serif;
	padding: 10px 21px;
	background: rgb(243,243,238);
	background: rgba(243,243,238,0.8);
	box-shadow: 0 2px 3px #b3b3b3;
	}

	.title-news a {
		display: inline-block;
		}

	.lt-ie9 .title-news {
		 background:transparent;
		 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCf3f3ee,endColorstr=#CCf3f3ee); 
		 zoom: 1;
		}

.logo {
	display: block;
	position: relative;
	width: 109px; height: 37px;
	}

	.logo:after { /*link svg*/
		content:""; 
		position:absolute; top:0; left:0; right: 0; bottom: 0;
		}

	.logo object {
		
		}

	.logo:hover {
		position: relative;
		padding: 9px;
		box-shadow: 0 2px 3px #bababa;
		margin: -9px -9px 20px -9px !important;
		}

.v-menu {
	font-size: 16px;
	text-transform: uppercase;
	}

.v-menu li {
	line-height: 24px;
	position: relative;
	z-index: 11;
	}

	.menu-separator {
		border-bottom: solid 1px #efdddd;
		padding-bottom: 25px;
		margin-bottom: 25px;
		}

	.v-menu li.is>span {
		color: #c3b6b6;
		}

		.v-menu li.is>a {
			color: #c3b6b6;	
			}

	.v-menu span {
		padding-right: 9px;
		cursor: pointer;
		display: inline-block;
		box-sizing:border-box;
		}

	.v-menu__icon-caret-right {
		font-size: 14px;
		color: #999;
		}


	.v-menu li>span:hover, .v-menu li.with-child>a:hover {
		width: 100%;
		color: #fff;
		padding-left: 5px;
		margin-left: -5px;
		background: rgb(153,153,153);
		background: rgba(153,153,153, 0.5);
		text-decoration: none;
		}

	.v-menu > span:hover .v-menu__icon-caret-right, .v-menu li.with-child > a:hover .v-menu__icon-caret-right {
		visibility:hidden;
		}

	.v-menu .maintainHover {
		z-index: 20;
		}

	.v-menu .maintainHover span{
		width: 100%;
		background: #999;
		color: #fff;
		padding-left: 5px;
		margin-left: -5px;
		}


.mr-menu {
	box-shadow: 0 0 10px #808080;
	width: 512px;
	}

	.w-mr-menu__cat {
		background: #999;
		vertical-align: top;
		}

	.mr-menu__cat {
		float: left;
		width: 113px;
		padding: 10px 0;
		}

		.mr-menu__cat a {
			font: 11px/24px open_sansbold;
			color: #fff;
			display: block;
			padding: 0 10px;
			}

			.mr-menu__cat a:hover{
				color: #004276;
				text-decoration: none;
				background: rgba(255,255,255);
				background: rgba(255,255,255,0.5);
				}

			.mr-menu__cat a.maintainHover, .mr-menu__cat a.default {
				background: #fff;
				color: #004276;
				text-decoration: none;
				} 

	.w-mr-menu__items {
		background: #fff;
		vertical-align: top;
		}

	.mr-menu__items {
		float: right;
		width: 379px;
		padding: 10px 10px;
		text-transform: none;
		}

		.mr-menu__items ul {
			display: none;
			}

			.mr-menu__items ul.maintainHover, .mr-menu__items ul.default {
				display: block;
				}

		.mr-menu__items li {
			overflow: hidden;
			margin-bottom: 13px;
			}

		.mr-menu__items h2 {
			color: #bfb6b6;
			font: 14px open_sansitalic;
			}

		.mr-menu__items h3 {
			font: 14px/24px signikaregular;
			padding-top: 5px;
			}

		.items__prv {
			width: 95px; height: 59px;
			float: right;
			margin-left: 5px;
			overflow: hidden;
			}

			.items__prv img {
				width: 100%;
				height: auto;
				}

.color-text {
	}

	.color-text.success {
		color: green;
		}

	.color-text.error {
		color: red;
		}

	.color-text.popsop {
		color: #da1d23;
		}

		.color-text.popsop a {
			color: #da1d23;	
			}

.form {
	position: relative; z-index: 2;
	overflow: hidden;
	width: 150px;
	margin-left: -5px;
	height: 30px;
	}

	.form.active {
		background: #fafafa;
		box-shadow: 0 0 5px #808080;
		}


	.form .icon-search, .form .icon-circle-arrow-right {
		position: absolute; top: 8px; right: 8px;
		color: #999;
		}

.form_subsribe__response {
	position: absolute; top: 50px;
	width: 130px;
	height: 70px;
	font-size: 12px;
	line-height: 1.5;
	}


.form-text {
	display: block;
	padding: 5px 5px;
	border-top: none;
	border-left: solid 1px #ececec;			
	border-right: solid 1px #ececec;
	border-bottom: 0;
	-webkit-box-shadow: inset 0 2px 2px #c5c5c5;
	-moz-box-shadow: inset 0 2px 2px #c5c5c5;
	box-shadow: inset 0 2px 2px #c5c5c5;
	color: #999;
	font: 14px "open_sansregular";
	width: 138px;
	background: #fff;
	color: #333;
	}


.ico-erase {
	display: block;
	border: none;
	cursor: pointer;
	}


	.form .ico-erase {
		display: none; position: absolute; top: 21px; right: 25px;
		}

	.form .icon-remove-sign {
		font-size: 20px;
		color: #999;
		}


.submit {
	display: block;
	border: none;
	background: #da1d23;
	color: #fff;
	padding: 8px 32px;
	box-shadow: 0 2px 5px #7f7f7f;
	}

	.form .submit {
		display: none;
		float: right;
		margin-top: 17px;
		/*margin-bottom: 12px;*/
		}
		.form.active .submit {
			display: block;
			}

.social {
	margin-left: -4px;
	}

	.social li{
		float: left;
		width: 24px; height: 24px;
		}

		.social li a{
			display: block;
			text-decoration: none;
			font-size: 24px;
			display: inline-block;
			}


		.social li+li {
			margin-left: 16px;
			}

.ico-social-fb {
	background: url('../i/ico-social-fb.png') no-repeat;
	}

.ico-social-tw {
	background: url('../i/ico-social-tw.png') no-repeat;
	}

.ico-social-rss {
	background: url('../i/ico-social-rss.png') no-repeat;
	}

.page-menu {

	}

	.page-menu li {
		line-height: 24px;
		}

	.page-menu li a {
		color: #333;
		}

	.headline {
		font: 18px "signikabold";
		color: #999;
		box-shadow: 0px 12px 3px -10px rgba(102,102,102,0.3);
		padding-bottom: 7px;
		padding-left: 10px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 14px;
		text-transform: lowercase;
		clear: both;
		}

		.headline a {
			color: #999;
			text-decoration: none;
			}

			.headline a:hover {
				color: #004276;
				text-decoration: underline;
				-webkit-transition: all .5s;
				-moz-transition: all .5s;
				-ms-transition: all .5s;
				-o-transition: all .5s;
				transition: all .5s;
				}

		.headline.thin {
			box-shadow: none;
			border-bottom: solid 1px #efdddd;
			margin-left: 0;
			padding-left: 0;
			}

.breadpath {
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 17px;
	margin-left: -10px;
	margin-right: -10px;	
	box-shadow: 0px 12px 3px -10px rgba(102,102,102,0.3);
	text-transform: uppercase;
	font: 16px open_sansregular;
	color: #958d8d;
	line-height: 24px;
	}

	.breadpath a, .breadpath span {
		font: 14px open_sansbold;	
		}

.b-big-news {
	overflow: hidden;
	}

	.b-big-news h3 {
		margin-bottom: 3px;
		}

.b-big-news__prv {
	float: right;
	margin-left: 10px;
	width:312px; height:193px
	}

.meta-post {

	}

	.meta-post__time {
		color: #999;
		white-space: nowrap;
		}

	.meta-post__company {
		font-family: open_sansbold;
		}

	.meta-post__cat,
	.meta-post__author {
		font: 14px/24px open_sansbold,sans-serif;
		/*margin-right: 8px;*/
		}

		.meta-post__expert {
			font: 14px/24px open_sansitalic,sans-serif;
			}

.form_subsribe__legend {
	font: 14px open_sansitalic;
	line-height: 24px;
	}

	.form_subsribe__legend strong {
		font: italic 14px open_sansbold;
		color: #ec2020;
		}

.copy {

	}


.b-h-news {

	}

.wrap-b-h-news_experts {
	overflow: hidden;
	}

.b-h-news_experts {
	margin-right: -41px;
	}

	.b-h-news__prv {
		margin-bottom: 14px;
		margin-left: -1px;
		width:170px; height:105px;
		overflow: hidden;
		}

		.b-h-news__prv img {
			width: 100%;
			height: auto;
			}

	.b-h-news li {
		float: left;
		width: 168px;
		margin-left: 48px;
		}

		.b-h-news_related {
			margin-right: -45px;
			}

		.b-h-news_related li {
			display: inline-block;
			float: none;
			vertical-align: top;
			margin-right: 44px;
			margin-left: 0;
			margin-bottom: 40px;
			}

	.b-h-news_experts li {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin-right: 35px;
		margin-left: 0 !important;
		margin-bottom: 24px;
		}

		.b-h-news_experts li .meta-post{
			text-align: left;
			}

		.b-h-news li:first-child {
			margin-left: 0;
			}


	.b-h-news_4items {

		}

		.b-h-news_4items li{
			width: 120px;
			margin-left: 40px;
			}

		.b-h-news_4items h4 {
			font-size: 16px;
			line-height: 24px;
			}

		.b-h-news_4items__prv {
			display: block;
			width: 120px; height: 120px;
			margin-bottom: 6px;
			}

#inifiniteLoader {
	padding: 10px;
	text-align: center;
	display: none;
	}

.news-feed {
	margin-top: -10px;
	}

	.news-feed li {
		border-top: solid 1px #efdddd;
		padding: 11px 0 10px 0;
		overflow: hidden;
		}

		.news-feed li:first-child {
			border-top: none;
			}

	.news-feed h3 {
		padding-top: 3px;
		font: 22px/24px signikaregular;
		}

	.news-feed__prv {
		float: right;
		width: 218px; height: 135px;
		margin-left: 10px;
		overflow: hidden;
		}

		.news-feed__prv img {
			width: 100%;
			height: auto;
			}

.b-v-news {
	}

	.aside-right .b-v-news  {
		margin-bottom: 5px;
		}

	.b-v-news li {
		overflow: hidden;
		border-top: solid 1px #efdddd;
		padding-top: 10px;
		padding-bottom: 12px;
		}

		.b-v-news li:first-child {
			padding-top: 0;
			border-top: none;
			}

			.b-v-news li:first-child h3 {
				margin-top: 6px;
				}

	.b-v-news h3 {
		font: 16px/24px signikaregular;
		}

	.b-v-news_prv {
		float: right;
		width: 116px; height: 72px;
		margin-left: 7px;
		}


.b-v-news_parners {

	}

	.b-v-news_parners h3 {
		font: 22px/24px signikaregular;
		}

.b-v-news_interview {
	
	}

	.b-v-news_interview__prv {
		float: right;
		margin-left: 10px;
		width: 120px;
		}

	.b-v-news_interview h3 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 5px;
		}

.vda__text {
	text-align: right;
	font-size: 12px;
	color: #999;
	} 

	.vda_google .vda__text {
		text-align: left;
		}

.b-hv-news {
	overflow: hidden;
	margin-bottom: 4px;
	}

	.b-hv-news__list {
		margin-left: -24px;
		}

	.b-hv-news li {
		width: 142px;
		display: inline-block;
		vertical-align: top;
		margin-left: 24px;
		margin-bottom: 18px;
		}

	.b-hv-news h3 {
		font: 16px/24px signikaregular;
		}

	.b-hv-news_prv {
		display: block;
		width: 144px; height: 90px;
		margin-bottom: 12px;
		overflow: hidden;
		}

		.b-hv-news_prv img {
			width: 100%;
			height: auto;
			}

/*layout*/

.container {
	margin: 58px 0 50px 52px;
	}

.center-content {
	float: left;
	background: #fafafa;
	width: 600px;
	padding: 25px;
	margin: 0 24px 0 46px;
	box-shadow: 0 2px 3px #999;

	}

.aside-right {
	float: left;
	width: 312px;
	margin-top: 25px;
	margin-bottom: 25px;
	}

	.aside-right .wrapperFixed.fixed {
		width: 312px;
		position: fixed;
		bottom: 20px;
		}


.aside-left {
	float: left;
	width: 144px;
	margin-top: 6px;
	}

	.aside-left .wrapperFixed.fixed {
		width: 144px;
		position: fixed;
		top: 20px;
		}

	.aside-left .wrapperFixed.fixed-bottom {
		width: 144px;
		position: fixed;
		bottom: 20px;		
		}




article.post {
	margin-bottom: 33px;
	}

	.post h1 {
		font: 24px/24px signikabold;
		color: #333;
		margin-bottom: 3px;
		}

	.post header {
		margin-bottom: 24px;
		}

	.post footer {
		margin-top: 20px;
		background: #f1eded;
		padding: 8px 8px 3px 8px;
		}


	.post__content {
		font-size: 16px;
		}

	.post__content .content-table {
		width: 100%;
		}

		.post__content .content-table td {
			padding: 0 5px;
			}

			.post__content .content-table tr:nth-child(even){
				background: #eee;
				}

		.post__content figcaption {
			font-size: 14px;
			line-height: 24px;
			}

		.post__content h2 {
			font: 20px "signikabold";
			color: #333;
			}

		.post__content ul {
			list-style-type: disc;
			margin: 24px;
			}

		.post-content__avatar {
			float: right;
			margin-left: 10px;
			margin-bottom: 12px;
			}

		.post__content p {
			margin: 0 0 24px 0;
			}

		.post__content .wp-caption-text {
			font-size: 12px;
			}


		.post__content blockquote {
			margin: 24px 0;
			border-left: solid 8px #bababa;
			padding-left: 14px;
			}

		.post__content a,
		.post__content strong {
			
			}

			.post__content a {
				text-decoration: underline;
				}

		.post__prv {
			float: right;
			margin-left: 15px;
			}


.post-content-tags {
	
	}

	.post-content-tags a {
		text-decoration: underline;
		}

/*positioning*/

/**/


.v-menu__mr-menu {
	position: absolute; left: 100%; top: -40px;
	display: none;
	}

.mp-news .mp-news__prv:hover+.title-news, .title-news:hover {
	display: block;
	}

.mp-news .title-news {
	top: 0;
	}



/**/

.center-content .news-feed {

	}

.center-content .vda {
	margin-top: 40px;
	margin-bottom: 40px;
	}

.center-content .b-big-news {
	margin-top: 17px;
	margin-bottom: 24px;
	}

.center-content .b-h-news {
	margin-bottom: 24px;
	overflow: hidden;
	}

/**/

.aside-left .form_subsribe__legend {
	margin-bottom: 22px;
	}

.aside-left .form {
	margin-bottom: 22px;
	}

.aside-left .logo {
	margin-bottom: 29px;
	}

.aside-left .v-menu {
	position: relative; top: 1px;
	margin-bottom: 47px;
	}


.aside-left .social {
	margin-top: 36px;
	margin-bottom: 25px;
	}

.aside-left .page-menu {
	border-top: solid 1px #efdddd;
	padding-top: 5px;
	margin-bottom: 24px;
}

.aside-left .copy {
margin-bottom: 20px;
}

/**/

.aside-right .vda {
	margin: 0 5px;
	margin-bottom: 3px;
	}



/* ==========================================================================
	 Media Queries
	 ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
		 (-o-min-device-pixel-ratio: 5/4),
		 (-webkit-min-device-pixel-ratio: 1.25),
		 (min-resolution: 120dpi) {

}

/* ==========================================================================
	 Helper classes
	 ========================================================================== */

.ir {
	background-color: transparent;
	border: none;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.button-share {
	display: inline-block;
	margin-right: 10px;
	}

	.button-share_twitter {
		position: relative;
		width: 80px;
		}

	.button-share_fbshare {
		position: relative; top: -10px;
		}



.flash-wrap{
	position: relative;
	}

.flash-link{
	position: absolute; top:0px; left:0px;
	background: url('../i/0.gif') no-repeat;
	}

.partners-logo {

	}

	.partners-logo li {
		text-align: center;
		}

	.partners-logo img {
		margin-bottom: 32px;
		}

	.partners-logo .attachment-63159 {
		margin-bottom: 16px;
		}


/* ==========================================================================
	 Print styles
	 ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.call-for-speakers {
	font-size: 14px;
	color: #ec2020;
	}

	.call-for-speakers a {
		color: #ec2020;	
		}